﻿@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;}*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

textarea {  -webkit-appearance: none;}   

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #555; transition: all 0.5s ease 0s; }
a:hover { color: #b0020c; }

.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden; }
.nr {width: 1600px; margin: 0 auto; }
@media (max-width: 1600px){
    .nr { width: 1200px; margin:0 auto; }
}
@media (max-width: 1200px){
    .nr { width:92%}
}

.header { width:100%; position:absolute; left:0; top:0; z-index:99}
.header.headerfix{ position:fixed; background:rgba(00,00,0,0.6)}
.header .h_1{}
.header .h_1 .logo{ float:left; width:16%}
.header .h_1 .logo img{ height:52px; width:auto; padding:23px 0}
.header .h_1 .logo .img1{ display:block}
.header .h_1 .logo .img2{ display:none}
.header .h_1 .rt{ float:right; margin-top:25px}
.header .h_1 .rt .lan{ border:1px solid rgba(255,255,255,0.54); height:48px; border-radius:23px; float:left;display:flex;align-items: center;justify-content: center; padding:0 20px; box-sizing:border-box}
.header .h_1 .rt .lan a{ display:block; background:url(f1.gif) left center no-repeat; background-size:24px; color:#fff; padding-left:32px; font-size:14px}
.header .h_1 .rt .lan:hover{ background:#fff}
.header .h_1 .rt .lan:hover a{ background:url(f2.gif) left center no-repeat; background-size:24px; color:#666}
.header .h_1 .rt .menu{}
.header .h_1 .rt .sea{ float:left; margin-left:12px; display:block; width:48px; height:48px; background:url(g_03.png) center center no-repeat; cursor:pointer; background-size:cover}
.header .h_1 .rt .menu{ display:none}

.header .h_1 .nav{ float:right; margin-right:95px; }
.header .h_1 .nav ul li{ float:left;  font-size:16px; color:#fff; position:relative; margin-left:50px}
.header .h_1 .nav ul li:last-child{ margin-right:0}
.header .h_1 .nav ul li>a{ display:block; color:#fff;line-height:98px; height:98px; transition:all 0.3s linear;}
.header .h_1 .nav ul li:hover>a,.header .h_1 .nav ul li.on>a{ font-weight:bold}
.header .h_1 .nav ul li .xl{ width:160px; position:absolute; z-index:9; left:50%; margin-left:-80px; top:100%; background:rgba(255,255,255,0.8); background-size:cover; line-height:42px; text-align:center; border-top:3px solid #c4261d; display:none; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.header .h_1 .nav ul li:hover .xl{ display:block}
.header .h_1 .nav ul li .xl a{ font-size:14px; color:#2b2b2b; display:block; line-height:25px; padding:10px 0}
.header .h_1 .nav ul li .xl a:hover{  color:#fff; background:#c4261d}


@media (max-width: 1600px){
	.header .h_1 .logo img{ height:46px; padding:22px 0}
	.header .h_1 .rt{ margin-top:20px}
	.header .h_1 .rt .lan{ height:40px}
	.header .h_1 .rt .sea{ width:40px; height:40px; margin-left:10px}
	.header .h_1 .nav{ margin:20px 40px 0 0}
	.header .h_1 .nav ul li{ margin-left:26px;}
	.header .h_1 .nav ul li>a{ height:40px; line-height:40px}
}

@media (max-width: 1200px){
	.header .h_1 .logo img{ height:30px; padding:15px 0}
	.header .h_1 .rt{margin-top:14px}
	.header .h_1 .rt .sea{ width:32px; height:32px; margin-left:6px}
	.header .h_1 .rt .lan{ width:32px; height:32px}
	.header .h_1 .rt .lan a{ background:none; padding:0; font-size:12px}
	.header .h_1 .nav{ display:none}
	.header .h_1 .rt .menu{ border:1px solid rgba(255,255,255,0.54); height:32px; width:32px; border-radius:50%; float:left; box-sizing:border-box; display:block; margin-left:6px; background:url(g_01x.png) center center no-repeat; background-size:12px}

	.header .h_1 .logo .img2{ display:block}
	.header .h_1 .logo .img1{ display:none}

}




.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(sea.png) center center no-repeat #c4261d; 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; font-family:"sy" }
.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.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.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(o_ico_18.gif) 15px center no-repeat;}
.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:100%; padding:66px 0 30px; }
	.z_mask{ }
}



.footer { padding: 0 0; background: #1a1a1a; color: rgba(255, 255, 255, .4); }
.footer a {  color: rgba(255, 255, 255, .4); transition: all .3s; }
.footer a:hover {  color: rgba(255, 255, 255, 1); }
.link { padding: 35px 0 35px 80px; border-bottom:1px solid  rgba(255,255,255,0.3); line-height: 28px; }
.link span { display: inline-block; width: 80px; margin-left: -80px; }
.link a { display: inline-block; margin-right: 8px; padding: 0 8px; color: rgba(255, 255, 255, 1); }
.link a:hover { color: rgba(255, 255, 255, .8); }
.footer-wp { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 35px 0 35px; }
.footer-contact { width: 35%; margin-bottom: 35px; }
.footer-contact dt { margin-bottom: 16px; color: #fff; font-size: 18px; line-height: 38px; }
.footer-ads { margin-bottom: 10px; line-height: 34px; font-size:14px }
.footer-ads .desc { padding: 8px 0; line-height: 22px; }
.footer-ads:last-child { margin-bottom: 0; }
.footer-nav { width: 60%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer-nav dl { padding-right: 5%; line-height: 22px; }
.footer-nav dl dt { margin-bottom: 26px; color: #fff; font-size: 18px; line-height: 38px; }
.footer-nav dl dt a { color: #fff; }
.footer-nav dl dd { padding: 8px 0; font-size:14px ; max-width:135px}
.footer-nav dl:last-child { padding-right: 0; }
.copyright { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.3); line-height: 28px; text-align: center; font-size:14px }
.copyright a { display: inline-block; margin: 0 6px; }
.footer-qr { text-align: center; font-size: 14px; line-height: 26px; }
.footer-qr img { display: block; margin-bottom: 17px; }
@media (max-width: 1600px){
    .footer-contact { width: 25%; }
    .footer-nav { width: 70%; }
	.footer-nav dl{ padding-right:3%}
}
@media (max-width: 1200px){
	.footer-contact { width: 100%; }
    .footer-nav { width: 100%; display:flex;justify-content: space-between; margin-top:20px}
	.footer-nav dl{ padding-right:0}
}
@media (max-width: 992px){
    .footer { padding: 0; background-image: none; }
    .link,
    .footer-wp { padding: 5% 0; }
    .link span { display: block; width: auto; margin: 0; font-size: 18px; line-height: 38px; margin-bottom: 10px; }
    .link a { padding: 0; }
    .footer-contact { margin-bottom: 0; }
    .footer-contact dt,
    .footer-ads { margin-bottom: 0; }
    .footer-ads:last-child { margin-bottom: 0; }
    .footer-nav dl dt { font-size: 14px; margin-bottom: 0; }
    .footer-nav dl:last-child,
    .footer-nav dl dd { display: none; }
    .copyright { padding: 5% 0; }
}


























































