﻿@charset "utf-8";

figure,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul
{padding:0;margin:0}
table{border-spacing:0}fieldset,img{border:0}legend{display:none}
address,caption,cite,code,dfn,em,th,var{font-weight:400;font-style:normal}ol,ul{list-style:none}
caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}q:after,q:before{content:""}
abbr,acronym{border:0}a{vertical-align:middle;text-decoration:none}body,html{width:100%;height:100%}


/*@font-face {*/
/*    font-family:'思源黑体 Normal';*/
/*    src:url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype');*/
/*}*/

.show_alpha { -webkit-animation:show_alpha 0.3s ease both; animation:show_alpha 0.3s ease both; }
.show_alpha_slow { -webkit-animation:show_alpha 0.6s ease both; animation:show_alpha 0.6s ease both; }
@-webkit-keyframes show_alpha 	{  0% { opacity:0; } 100% { opacity:1; }  }
@keyframes show_alpha 	{  0% { opacity:0; } 100% { opacity:1; }  }

.out_alpha { -webkit-animation:out_alpha 0.3s ease both; animation:out_alpha 0.3s ease both; }
.out_alpha_slow { -webkit-animation:out_alpha 0.6s ease both; animation:out_alpha 0.6s ease both; }
@-webkit-keyframes out_alpha 	{  0% { opacity:1; } 100% { opacity:0; }  }
@keyframes out_alpha 	{  0% { opacity:1; } 100% { opacity:0; }  }


.show_kv { -webkit-animation:show_kv 0.6s 0s ease both; animation:show_kv 0.6s 0s ease both; }
@-webkit-keyframes show_kv 	{  0% { opacity:0; } 100% { opacity:1; }  }
@keyframes show_kv 	{  0% { opacity:0; } 100% { opacity:1; }  }

.out_kv { -webkit-animation:out_kv 0.6s 0.3s ease both; animation:out_kv 0.6s 0.3s ease both; }
@-webkit-keyframes out_kv 	{  0% { opacity:1; } 100% { opacity:0; }  }
@keyframes out_kv 	{  0% { opacity:1; } 100% { opacity:0; }  }


em { font-weight: 200; }
body { font:18px "Microsoft YaHei",Arial, Helvetica, sans-serif; color:#2a2d2e; }
.ftN { font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif; }

.winWidth { width:100%; min-width:1170px; max-width:1920px; margin:0 auto; }

/* -- header -- */
.topSpace { width:100%; min-width:1170px; height:102px; margin:0 auto; }
.topMenu { width:100%; min-width:1170px; height:102px; background-color:#fff; position:absolute; top:0; overflow:hidden;
    box-shadow:0 5px 5px 2px rgba(0,0,0,0.1); z-index:280; font-size:15px; color:#aaa; }
.topMenu .mid { height:100%; }
.topMenu .logo { padding:20px 0 0 16px; float:left; }
.topMenu ul { float:right; }
.topMenu ul li { float:left; }
.topMenu ul li a { height:102px; color:#aaa;  text-align:center; display:inline-block;
    border-bottom:3px #fff solid; box-sizing:border-box; padding: 37px 34px 0 34px; }
.topMenu ul li a.on { background-color:#f8f9fb; border-bottom:3px #193c8c solid; color:#193c8c; }
.topMenu ul li a:hover { background-color:#f8f9fb; border-bottom:3px #193c8c solid; color:#193c8c; }

.subMenu { width:100%; height:330px; z-index:250;  display:none;   position:absolute; overflow:hidden; top:102px; }
.subMenu .mid { height:100%; }

.subMenu ul { width:132px; position:absolute; top:0; display:none;   }
.subMenu ul li { width:100%; text-align:center; background-color:rgba(255,255,255,0.98); }
.subMenu ul li:first-child{ padding-top:20px; }
.subMenu ul li:last-child{ padding-bottom:20px; }
.subMenu ul li a { color:#aaa; padding:15px 0; display:block; font-size:12px; }
.subMenu ul li a:hover { color:#193c8c; }

.subMneu2 { left:339px; height:0; transition:height ease 0.3s; overflow:hidden; }
.subMneu3 { left:468px;! height:0;  transition:height ease 0.3s; overflow:hidden; }
.subMneu6 { left:912px; height:0; transition:height ease 0.3s; overflow:hidden; }

.topMenu .en { position:absolute; top:37px; right:-55px; color:#193c8c; }

.secMenuSpace { width:100%; max-width:1920px; min-width:1170px; height:61px; margin:0 auto; display:none; }
.secMenuFixed { position:fixed; }


/* -- footer -- */
.footer { width:100%; min-width:1170px; height:364px;
    background:#193c8c url("../images/footerline_2.png") no-repeat 50% 301px;
    font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif; }
.footerTop { width:100%; max-width:1920px; height:9px; margin:0 auto;
    background:url("../images/footertop_2.jpg") no-repeat 50% 0; }
.footer .mid { height:355px; }
.footer .sitemap { width:100%; padding-top:45px; height:230px; }
.footer a { font-size:15px; color:#fff; }
.footer ul { width:245px; float:left; box-sizing:border-box; padding-left:14px; }
.footer ul li { width:100%; height:37px; }
.footer ul li:first-child a { padding-bottom:10px; border-bottom:1px solid #ecb28f; }

.footer .law { position:absolute; left:5px; bottom:16px; color:#fff; }
.footer .snsIcon { position:absolute; right:5px; bottom:16px;  justify-content:flex-end; }
.footer .snsIcon a { padding:10px 15px 0 5px ; }

