@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
@font-face{
	font-family: 'sRegular';
	src : url('SourceHanSansCN-Regular.otf');
}
body, button, input, select, textarea { font: 12px/1.5 'sRegular',微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align:middle; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}


/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; transition: all 0.5s ease 0s; }
a:hover { color: #3278af; }
.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }

.header{ width:100%;}
.header .nr{ width:1280px; margin:0 auto;}
.header .nr .logo{ float:left; height:102px}
.header .nr .logo img{height: 100% }
.header .nr .rt{ float:right; height:102px}
.header .nr .hnav{float:right}
.header .nr .hnav li{ float:left; position:relative;}
.header .nr .hnav li>a{ display:block; color:#333333; font-size:18px; line-height:102px;padding:0 25px}
.header .nr .hnav li.on>a,.header .nr .hnav li:hover>a{ color:#3278af; font-weight:bold}

.header .nr .hnav li .xl{ position:absolute; left:0; top:102px; background:#027ee4; width:100%; text-align:center; display:none; z-index:99}
.header .nr .hnav li .xl a{ display:block; line-height:28px; padding:10px 0; font-size:14px; color:#fff; }
.header .nr .hnav li .xl a:hover{ background:#026ec7 ; color:#fff}
.header .nr .hnav li:hover .xl{ display:block}
.header .nr .rt{ height:102px}
.header .nr .rt .menu{ background:url(g_01x.png) center center no-repeat; background-size:22px; width:22px; height:100%; float:right; cursor:pointer; display:none; margin-left:5px}
.header .nr .rt .sea{ cursor: pointer; float: left; background: url(g_01.png) center center no-repeat; width: 20px; height: 102px;}
@media all and (max-width:1440px){
	.header .nr{ width:1200px}
	.header .nr .logo img{ height:100%}
	.header .nr .hnav li>a{}
}
@media all and (max-width:1200px){
	.header .nr{ width:92%;  height:auto}
	.header .nr .hnav{ display:none}
	.header .nr .rt{ height:60px}
	.header .nr .rt .menu{ display:block}
	.header .nr .logo{ height:60px}
	.header .nr .logo img{ height:60px;}
	.header .nr .rt .email a,.header .nr .rt .oa a,.header .nr .rt .sea{ width:22px; background-size:22px; height:60px}
	
}

.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(g_01x.jpg) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}

.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 4%;font-size: 15px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #7f7f7f;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(z2.png) 15px center no-repeat; background-size:auto 10px}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}
.footer{ width: 100% ; background: #474747; padding: 50px 0 0}
.footer .nr{ width: 1280px; margin: 0 auto }
.footer .ft01 .cen{ float:left}
.footer .ft01 .cen dl{ float:left; margin-left: 35px; text-align:left; margin-right:30px }
.footer .ft01 .cen dl:nth-child(1){ margin-left:0}
.footer .ft01 .cen dl dt{ font-size: 16px; color: #fff; margin-bottom: 30px; line-height:1; padding:18px 0; border-bottom:1px solid rgba(255,255,255,0.15); width:70px; font-weight:bold }
.footer .ft01 .cen dl dt a{ color: #fff; }
.footer .ft01 .cen dl dd{ font-size: 14px; color:rgba(255,255,255,0.6); line-height: 30px }
.footer .ft01 .cen dl dd a{ color:rgba(255,255,255,0.6) }
.footer .ft01 .cen dl dd a:hover{ color:rgba(255,255,255,1) }
.footer .ft02{ margin-top:30px;}
.footer .ft02 .nr{ padding:20px 0;font-size:12px;border-top:1px solid rgba(255,255,255,0.15); }
.footer .ft02 .nr .lt{ float: left;  color: rgba(255,255,255,0.3) }
.footer .ft02 .nr .lt a{ color: rgba(255,255,255,0.3) }
.footer .ft02 .nr .lt a:hover{ color: rgba(255,255,255,1) }
.footer .ft02 .nr .rt{ float: right; color: rgba(255,255,255,0.3) }
.footer .ft02 .nr .rt a{ color: rgba(255,255,255,0.3) }
.footer .ft02 .nr .rt a:hover{ color: rgba(255,255,255,1) }
.footer .ft01 .cen:after{ content: ""; display: block; width: 1px; height: 100%; background:rgba(255,255,255,0.2); position: absolute; right: 0; top:0; }
.footer .ft01 .cen:before{ content: ""; display: block; width: 1px; height:24px; background:#fff; position: absolute; right: 0; top:0; }
.footer .ft01 .lt{ float: right; }
.footer .ft01 .lt h3{ font-size: 16px; color: #fff; margin-bottom: 35px; line-height:1; padding:18px 0; border-bottom:1px solid rgba(255,255,255,0.15); font-weight:bold }

.footer .ft01 .lt .ewm{ float: left; margin-right: 20px; text-align: center; }
.footer .ft01 .lt .ewm img{ width: 112px; height: auto }
.footer .ft01 .lt .ewm p{ font-size: 14px; color: rgba(255,255,255,0.5); padding-top: 10px }
.footer .ft01 .lt .lx{ float:left; font-size:14px; color:rgba(255,255,255,0.7); width:250px}
.footer .ft01 .lt .lx p{ line-height:2}
.footer .ft01 .lt .lx p a{ color:rgba(255,255,255,0.7)}
.footer .ft01 .lt .lx p a:hover{ color:rgba(255,255,255,1)}
@media all and (max-width:1440px){
	.footer .nr{ width: 1200px }
	.footer .ft01 .cen dl{ margin-right:20px}


}
@media all and (max-width:1200px){
	.footer{ padding: 30px 0 0}
	.footer .nr{ width: 92% }
	.footer .ft01 .cen{ display: none; }
	.footer .ft01 .lt{ width:100%;}
	.footer .ft01 .lt h3{ padding:12px 0}
	.footer .ft01 .lt .ewm img{ width:100px}
	.footer .ft01 .lt .ewm p{ font-size:12px}
	.footer .ft01 .lt .lx{ font-size:12px; width:calc(100% - 120px)}
	.footer .ft01 .lt .lx p{}
	.footer .ft02{ margin-top:30px}
	
}
@media all and (max-width:750px){

	.footer .ft02 .nr { padding: 15px 0; line-height: 2; font-size:12px }
	.footer .ft02 .nr .lt{ width: 100%; text-align: center; }
	.footer .ft02 .nr .rt{ width: 100%; text-align: center; }
}



.links{ width:100%; background:#eeeeee}
.links .nr{ width:1440px; margin:0 auto; padding:40px 0}
.links .nr .lt{ font-size:24px; color:#333333; font-weight:bold; float:left; line-height:36px}
.links .nr .lt i{ color:#026ec7}
.links .nr .rt{ width:calc(100% - 120px); float:left}
.links .nr .rt .sel{ width:23.875%; float:left; margin-right:1.5%}
.links .nr .rt .sel:last-child{ margin-right:0}
.links .nr .rt .sel .ss{ width:100%; height:36px; box-sizing:border-box; appearance:none; -webkit-appearance:none; background:url(g_18.png) 96% center no-repeat #fff; padding:0 10px; font-size:16px; color:#898989}
@media all and (max-width:1440px){
	.links .nr{ width: 1200px }
}
@media all and (max-width:1200px){
	.links .nr{ width: 92%; padding:20px 0 }
	.links .nr .lt{ width:100%; float:none; text-align:center; font-size:18px}
	.links .nr .rt{ width:100%; float:none}
	.links .nr .rt .sel{ width:49%; margin-top:10px; margin-right:2%}
	.links .nr .rt .sel:nth-child(2n){ margin-right:0}
	.links .nr .rt .sel .ss{ font-size:14px}
}

