@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; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, 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: bottom; }
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;}
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*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: #004898; }
.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }

.header{ width:100%; background:#fff; position:relative; z-index:9}
.header .nr{ width:90%; margin:0 auto}
.header .nr .logo{ float:left}
.header .nr .logo img{ height:99px}
.header .nr .rt{ float:right;}
.header .nr .rt .hnav{ float:left}
.header .nr .rt .hnav li{ float:left; position:relative; text-align:center}
.header .nr .rt .hnav li>a{ display:block; line-height:99px;padding:0 30px; font-size:16px; color:#333}
.header .nr .rt .hnav li.on>a,.header .nr .rt .hnav li:hover>a{ color:#004898}
.header .nr .rt .hnav li .xl{ position:absolute; left:50%; margin-left:-61px; top:99px; background:#fff; width:122px; text-align:center; display:none}
.header .nr .rt .hnav li .xl a{ display:block; line-height:50px; font-size:14px; color:#6b6b6b}
.header .nr .rt .hnav li .xl a:hover{ background:#004898; color:#fff}
.header .nr .rt .hnav li:hover .xl{ display:block}
.header .nr .rt .sea{ float:left; width:26px; height:99px; margin-left:20px; position:relative; background:url(g_01.png) center center no-repeat}
.header .nr .rt .menu{ background:url(g_01.jpg) center center no-repeat; background-size:auto 26px; width:36px; height:70px; float:left; cursor:pointer; display:none; margin-left:10px}
@media all and (max-width:1600px){
	.header .nr .rt .hnav li>a{ padding:0 20px; font-size:16px}
}
@media all and (max-width:1200px){
	.header .nr{ width:92%}
	.header .nr .rt .hnav{ display:none}
	.header .nr .logo img{ height:70px;}
	.header .nr .rt .menu{ display:block}
	.header .nr .rt .sea{ height:70px}
}

/*搜索*/
.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.png) 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}
.slide_nav li { margin-bottom: 40px; }
.slide_nav li>a { font-size: 16px; }
.slide_nav .nav_down { margin-top: 5px;}
.slide_nav .nav_down a { color: #888; display: inline-block; margin-right: 20px; position: relative; line-height: 24px;}
.slide_nav .nav_down a:before { content:""; display: block; width: 0%; transition: all .6s; height: 1px; background: #047bbc; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #047bbc;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}

@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:240px; padding:30px 25px 30px 25px; }
	.z_mask{ }
	.slide_nav li{ margin-bottom:20px; }
}



.footer {background: #2c2c2c;}
.footer .nr{ width:1600px; margin:0 auto}
.f-a {padding: 20px 0 15px;}
.f-left { float:left}
.f-right{ float:right}
.f-a-nav dl {float: left;width:85px; margin-right:70px}
.f-a-nav dl dt {position: relative;margin-bottom: 20px;}
.f-a-nav dl dt::after {content: '';position: absolute;z-index: 5;width: 85px;height: 1px;background-color: rgba(255,255,255,.2);}

.f-a-nav dl dt a {display: block;color: #fff;font-size: 16px;font-weight: 600;text-transform: uppercase;padding: 15px 0;}
.f-a-nav dl dd a {display: block;font-size: 14px;line-height: 30px;color: rgba(255,255,255,.6);}
.f-a-nav dl dd a:hover {color: #fff;}
.f-a-contact {}
.f-a-contact-title {font-size: 16px;font-weight: 600;color: #fff;text-transform: uppercase;border-bottom: 1px solid rgba(255,255,255,.2);padding: 15px 0;}
.f-a-contact-c {padding-top: 20px;}
.facc-logo {width: 138px;text-align: center;position: relative;margin-left: -10px;margin-top: 10px;}
.facc-logo span {display: block;margin-top: 10px;color: rgba(255,255,255,.5);}
.facc-info {font-size: 14px;color: rgba(255,255,255,.7);}
.facc-info p {padding: 6px 0;}
.f-b {padding: 30px 0;border-top: 1px solid rgba(255,255,255,.2); margin-top:30px}
.f-b, .f-b a {color: rgba(255,255,255,.3);}
.f-b a:hover {color: #fff;}
.fixed-go-top {display: none;position: fixed;z-index: 99;bottom: 100px;right: 5%;cursor: pointer;}
@media (max-width:1600px) {
	.footer .nr{ width:1200px}
	.f-a-nav dl{ margin-right:25px}
}
@media (max-width:1200px) {
	.footer .nr{ width:92%}
	.f-left{ display:none}
	.f-right{ width:100%; float:none}
	.f-left.facc-logo{ display:block}
	.f-right.facc-info{ width:100%; float:left; margin-top:20px}
	.f-b{ padding:10px 0; margin-top:20px}
	.f-b .f-left{ display:block; width:100%; text-align:center; float:none; margin-bottom:5px}
	.f-b .f-right{ width:100%; text-align:center}
}























