﻿@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:#333;}
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; transition: all 0.5s ease 0s; }
a:hover { color: #008e55; }

.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{ position:absolute; left:0; top:0; z-index:9; width:100%; height:96px; border-bottom:1px solid rgba(255,255,255,0.1)}
.header .h_1{ height:100%}
.header .h_1 .logo{ float:left;display:flex;align-items: center; height:100%; margin-left:4%}
.header .h_1 .logo img{ height:54px; position:relative; z-index:2}
.header .h_1 .logo .img1{ display:block}
.header .h_1 .logo .img2{ display:none}

.header .h_1 .menu{ float:right; width:96px; height:100%; background:url(g_01x.png) center center no-repeat #c30d23; background-size:20px; cursor:pointer}
.header .h_1 .sea{ float:right; width:96px; height:100%; background:url(g_01.png) center center no-repeat #2f3c4e; background-size:20px; cursor:pointer}
.header .h_1 .en{ float:right;display:flex;align-items: center;justify-content: center; height:100%; width:96px; background:#c30d23}
.header .h_1 .en a{ font-size:20px; color:#fff}
.header .h_1 .nav{ float:right; height:100%}
.header .h_1 .nav ul{ height:100%}
.header .h_1 .nav ul li{ float:left; margin-right:70px; height:100%; position:relative}
.header .h_1 .nav ul li>a{ color:#fff; font-size:16px; position:relative; height:100%;display:flex;align-items: center;justify-content: center;white-space: nowrap;}
.header .h_1 .nav ul li>a:after{ content:""; display:block; width:100%; height:3px; background:#e5f7f8; left:50%; bottom:0; width:0; transition:all 0.3s; position:absolute}
.header .h_1 .nav ul li.on>a:after,.header .h_1 .nav ul li:hover>a:after{ left:0; width:100%}
.header .h_1 .nav ul li .xl{ position:absolute; width:240%; left:-70%; background:#fff; display:none; box-shadow:0 0 10px rgba(00,00,0,0.1)}
.header .h_1 .nav ul li .xl dd{}
.header .h_1 .nav ul li .xl a{ display:block;  padding:12px 0; font-size:14px; color:#666666; text-align:center; }
.header .h_1 .nav ul li .xl a:hover{ background:#c30d23; color:#fff}
.header .h_1 .nav ul li:hover .xl{ display:block}

.header .h_1 .lan{ float:right; margin-right:20px; width:150px; height:64px; position:relative; text-align:center; margin-top:16px;}
.header .h_1 .lan .a{ display:inline-block; vertical-align:top; background:url(ax1.png) left center no-repeat,url(ax2.png) right center no-repeat; padding-left:38px; padding-right:18px; line-height:64px; color:#fff}
.header .h_1 .lan .b{ position:absolute; left:0; top:100%; width:100%; text-align:center; z-index:2; background:#fff; border-radius:0 0 5px 5px; box-shadow:0 0 10px rgba(00,00,0,0.15); display:none}
.header .h_1 .lan .b a{ border-top:1px solid #e5e5e5; display:block; width:100%; font-size:14px; color:#333333; padding:15px 0;}
.header .h_1 .lan .b a:hover{ color:#c30d23}
.header .h_1 .lan:hover .b{ display:block}

.header.on{ background:#fff; position:fixed; z-index:99; border-bottom:0; box-shadow:0 0 10px rgba(00,00,0,0.1)}
.header.on .h_1 .logo .img2{ display:block}
.header.on .h_1 .logo .img1{ display:none}
.header.on .h_1 .nav ul li>a{ color:#333}
.header.on .h_1 .nav ul li>a:after{ background:#c30d23;}

.header.on .h_1 .lan{ background:#fff; }
.header.on .h_1 .lan .a{background:url(ax3.png) left center no-repeat,url(ax4.png) right center no-repeat; color:#c30d23}



@media (max-width: 1600px){
	.header{ height:90px}
	.header .h_1 .menu{ width:90px}
	.header .h_1 .sea{ width:90px}
	.header .h_1 .en{ width:90px}
	.header .h_1 .logo img{ height:50px;}
	.header .h_1 .nav ul li{ margin-right:40px;}
	
}

@media (max-width: 1366px){
	.header{ height:80px}
	.header .h_1 .menu{ width:80px}
	.header .h_1 .sea{ width:80px}
	.header .h_1 .en{ width:80px}
	.header .h_1 .logo img{ height:46px;}
	.header .h_1 .nav ul li{ margin-right:30px;}
	.header .h_1 .lan{ margin-top:8px; width:auto}
	
}

@media (max-width: 1200px){
	.header{ height:60px}
	.header .h_1 .menu{ width:60px}
	.header .h_1 .sea{ width:60px}
	.header .h_1 .en{ width:60px}
	.header .h_1 .en a{ font-size:14px}
	.header .h_1 .logo img{ height:30px;}
	.header .h_1 .nav{ display:none}
	.header .h_1 .lan{ margin:0; margin-right:15px; height:60px}
	.header .h_1 .lan .a{ line-height:60px}
}
@media (max-width: 750px){

}


.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 #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; 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:80%; padding:66px 0 30px; }
	.z_mask{ }
}

.footer{ width:100%; background:#231815; color:#fff; border-top:6px solid #bc1d21; position:relative}
.back{ position:absolute; background:url(g_30.png) top center no-repeat; width:282px; top:-62px; right:50%; margin-right:-880px; cursor:pointer}
.back span{ display:block; width:100px; height:100px; background:url(g_18.png) center center no-repeat; margin:0 auto; margin-top:28px}
.footer .ft01{ }
.footer .ft01 .lt{ width:480px; float:left; border-right:1px solid rgba(255,255,255,0.1);padding:80px 0 60px; box-sizing:border-box}
.footer .ft01 .lt .lx{ margin-top:55px}
.footer .ft01 .lt .lx .a{ font-size:24px; color:#ffffff; line-height:1}
.footer .ft01 .lt .lx .b{ font-size:16px; color:rgba(255,255,255,0.5); line-height:2; margin-top:10px}
.footer .ft01 .lt .ewm{ margin-top:30px;}
.footer .ft01 .lt .ewm .item{ float:left; width:103px; text-align:center; margin-right:20px}
.footer .ft01 .lt .ewm .item .pic{ width:100%}
.footer .ft01 .lt .ewm .item .pic img{ width:100%}
.footer .ft01 .lt .ewm .item .title{ font-size:14px; color:#999999; margin-top:5px}
.footer .ft01 .rt{ float:right; width:calc(100% - 485px); box-sizing:border-box;display:flex;justify-content: space-between; padding:160px 120px 0 }
.footer .ft01 dl{}
.footer .ft01 dl dt a{ display:block; padding:20px 0; font-size:18px; line-height:18px; color:#fff;}
.footer .ft01 dl dt{ margin-bottom:10px}
.footer .ft01 dl dd a{ display:block; font-size:14px; line-height:30px; color:rgba(255,255,255,0.5);}
.footer .ft01 dl dd a:hover{ color:#fff; text-decoration:underline}
.footer .ft01 .rt{ float:right}
.footer .ft01 .rt .tel{ font-size:16px; line-height:18px; padding:20px 0; text-align:right}
.footer .ft01 .rt .tel a{ color:#fff}
.footer .ft01 .rt .ewm{ float:right; width:134px;}
.footer .ft01 .rt .ewm .title{ font-size:16px; color: rgba(255,255,255,0.5); text-align:center; padding:5px 0 0 0}
.footer .ft01 .rt .ewm .pic{ width:100%;}
.footer .ft01 .rt .ewm .pic img{ width:100%}
.footer .ft02{ border-top:1px solid rgba(255,255,255,0.1); padding:25px 0; font-size:14px; color:rgba(255,255,255,0.5)}
.footer .ft02 a{ color:rgba(255,255,255,0.5)}
.footer .ft02 a:hover{ text-decoration:underline; color:#fff}
.footer .ft02 .lt{ float:left}
.footer .ft02 .rt{ float:right}
@media all and (max-width:1600px){
	.footer .ft01 .lt{ width:420px}
	.footer .ft01 .rt{ float:right; width:calc(100% - 420px);}
	.footer .ft01 .rt{ padding:150px 0 0 60px}
	.back{ margin-right:-700px}
}
@media all and (max-width:1200px){
	.footer{ border-top:4px solid #bc1d21}
	.footer .ft01 .rt{ display:none}
	.footer .ft01 .lt{ width:100%; padding:40px 0}
	.footer .ft01 .lt .lx{ margin-top:20px}
	.footer .ft01 .lt .logo img{ height:40px}
	.footer .ft01 .lt .lx .a{ font-size:20px}
	.footer .ft01 .lt .lx .b{ font-size:14px;}
	.footer .ft01 .lt .ewm{ margin-top:20px}
	.footer .ft02{ font-size:12px; line-height:2; text-align:center}
	.footer .ft02 .lt{ float:none; width:100%}
	.footer .ft02 .rt{ float:none; width:100%}
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}

