﻿@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{ margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 'MyFont', 微软雅黑, 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; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
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; }
.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;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
html {
  scroll-behavior: smooth;
}
/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #009fe8; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden; background:url(x16.jpg) bottom center no-repeat #f1f1f1; background-size:100%}
.nr {width: 1700px; margin: 0 auto; }
@media (max-width: 1700px){
	.nr { width:1200px}
}
@media (max-width: 1200px){
    .nr { width:92%}
}
.header{ position:absolute; width:100%; left:0; top:0; z-index:9;}
.header .h_1{ background:#ffffff;}
.header .h_1 .nr{ display:flex; justify-content: space-between; align-items: center; height:40px}
.header .h_1 .nr .lt{ font-size:14px; color:#333333; display:flex; align-items: center;}
.header .h_1 .nr .lt img{ height:21px; display:block; margin-right:5px}
.header .h_1 .nr .lt a{ color:#cd1619; font-size:18px; display:block}
.header .h_1 .nr .rt{ height:100%; display:flex; align-items: center;}
.header .h_1 .nr .rt .eamil img{ height:15px}
.header .h_1 .nr .rt .line{ width:1px; height:20px; background:#dedede; margin:0 10px}
.header .h_1 .nr .rt .qh{ font-size:14px; color:#333333}
.header .h_1 .nr .rt .qh a.on{ color:#cd1619}
.header .h_2{ height:105px;}
.header .h_2 .nr{ height:100%}
.header .h_2 .nr .logo{ height:100%; display:flex; float:left; align-items: center;}
.header .h_2 .nr .logo .a img{ height:44px}
.header .h_2 .nr .logo .b{ color:#fff; margin-left:12px}
.header .h_2 .nr .logo .b .p1{ font-size:24px; font-weight:bold; line-height:1}
.header .h_2 .nr .logo .b .p2{ font-size:14px;  line-height:1; padding-top:5px}
.header .h_2 .nr .menu{ float:right; width:24px; background:url(g_01x.png) center center no-repeat; background-size:100%; height:100%; margin-left:20px; cursor:pointer; display:none}
.header .h_2 .nr .sea{ float:right; background:url(x3.png) center center no-repeat; background-size:100%; width:37px; height:100%; cursor:pointer}
.header .h_2 .nr .nav{ float:right; height:100%}
.header .h_2 .nr .nav ul{ height:100%; margin-right:25px}
.header .h_2 .nr .nav ul li{ float:left;  height:100%; position:relative}
.header .h_2 .nr .nav ul li>a{ font-size:18px; color:#ffffff; display:flex; align-items: center; height:100%; padding:0 25px}
.header .h_2 .nr .nav ul li:hover>a{ background:#cd1619; color:#fff!important}
.header .h_2 .nr .nav ul li.on>a{ background:#cd1619; color:#fff!important}

.header .h_2 .nr .nav ul li .xl{ position:absolute; left:50%; margin-left:-61px; top:120px; background:#fff; width:122px; text-align:center; transition:all 0.3s linear; visibility:hidden; opacity:0; box-shadow:0 0 15px rgba(0,0,0,0.15)}
.header .h_2 .nr .nav ul li .xl a{ display:block; line-height:50px; font-size:14px; color:#333}
.header .h_2 .nr .nav ul li .xl a:hover{ background:#d02821 ; color:#fff}
.header .h_2 .nr .nav ul li:hover .xl{ visibility:visible; opacity:1; top:100%}

.header.white{}
.header.white .h_1{ background:#eee}
.header.white .h_2{ background:#fff}
.header.white .h_2 .nr .logo .b{ color:#333;}
.header.white .h_2 .nr .nav ul li>a{ color:#333;}
.header.white .h_2 .nr .nav ul li>a:hover{ color:#fff;}
.header.white .h_2 .nr .sea{ background:url(x4.png) center center no-repeat; background-size:100%; }
.header.white .h_2 .nr .menu{ background:url(g_01x_2.png) center center no-repeat; background-size:100%;}

.header.white2{ position:fixed; z-index:999}
.header.white2 .h_1{ background:#eee; display:none}
.header.white2 .h_2{ background:#fff}
.header.white2 .h_2 .nr .logo .b{ color:#333;}
.header.white2 .h_2 .nr .nav ul li>a{ color:#333;}
.header.white2 .h_2 .nr .sea{ background:url(x4.png) center center no-repeat; background-size:100%; }
.header.white2 .h_2 .nr .menu{ background:url(g_01x_2.png) center center no-repeat; background-size:100%;}


@media (max-width:1700px) {
	.header .h_1 .nr{ height:32px}
	.header .h_1 .nr .lt{ font-size:12px;}
	.header .h_1 .nr .lt img{ height:18px;}
	.header .h_1 .nr .lt a{ font-size:16px;}
	.header .h_1 .nr .rt .eamil img{ height:13px}
	.header .h_1 .nr .rt .line{ height:16px; }
	.header .h_1 .nr .rt .qh{ font-size:12px;}
	.header .h_2{ height:90px;}
	.header .h_2 .nr .logo .a img{ height:40px}
	.header .h_2 .nr .logo .b{ margin-left:10px}
	.header .h_2 .nr .logo .b .p1{ font-size:20px; }
	.header .h_2 .nr .logo .b .p2{ font-size:12px; }
	.header .h_2 .nr .sea{ width:30px; }
	.header .h_2 .nr .nav ul li{}
	.header .h_2 .nr .nav ul li>a{ font-size:16px; padding:0 16px}
}

@media (max-width:1200px) {
	.header .h_1 .nr{ height:30px}
	.header .h_1 .nr .lt img{ height:16px;}
	.header .h_1 .nr .lt a{ font-size:14px;}
	.header .h_1 .nr .rt .eamil img{ height:12px}
	.header .h_1 .nr .rt .line{ height:14px; }
	.header .h_1 .nr .rt .qh{ font-size:12px;}
	.header .h_2{ height:60px;}
	.header .h_2 .nr .logo .a img{ height:30px}
	.header .h_2 .nr .logo .b{ margin-left:10px}
	.header .h_2 .nr .logo .b .p1{ font-size:16px; }
	.header .h_2 .nr .logo .b .p2{ font-size:12px; }
	.header .h_2 .nr .sea{ width:24px; }
	.header .h_2 .nr .nav{ display:none}
	.header .h_2 .nr .menu{ display:block}	
}
@media (max-width:750px) {
	.header .h_1{ display:none}
	.header .h_1 .nr .lt img{ height:16px;}
	.header .h_1 .nr .lt a{ font-size:14px;}
	.header .h_1 .nr .rt .eamil img{ height:12px}
	.header .h_1 .nr .rt .line{ height:14px; }
	.header .h_1 .nr .rt .qh{ font-size:12px;}
	.header .h_2{ height:60px;}
	.header .h_2 .nr .logo .a img{ height:30px}
	.header .h_2 .nr .logo .b{ margin-left:10px}
	.header .h_2 .nr .logo .b .p1{ font-size:16px; }
	.header .h_2 .nr .logo .b .p2{ display:none}
	.header .h_2 .nr .sea{ width:20px; }
	.header .h_2 .nr .nav{ display:none}
	.header .h_2 .nr .menu{ width:20px}	
	.header{ position:fixed}
	.header .h_1{ background:#eee}
	.header .h_2{ background:#fff}
	.header .h_2 .nr .logo .b{ color:#333;}
	.header .h_2 .nr .nav ul li>a{ color:#333;}
	.header .h_2 .nr .sea{ background:url(x4.png) center center no-repeat; background-size:100%; }
	.header .h_2 .nr .menu{ background:url(g_01x_2.png) center center no-repeat; background-size:100%;}

}




.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 #cd1619; 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: #666;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{ }
}


.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}
}


.x6{ width:100%; position:relative; height:64px}
.honor_line {
	width: 4000px;
	height: 64px;
	position: absolute;
	left: 0%;
	bottom:0;
	display: flex;
	pointer-events: none;
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 4s linear infinite;
}

.honor_line.hl2 {
	-webkit-animation: moves 7s linear infinite;
}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.footer{ margin-top:50px}
.footer .ft01{ width:100%}
.footer .ft01 .nr{ display:flex;justify-content: space-between;}
.footer .ft01 .nr .lt{ margin-left:100px; width:570px;}
.footer .ft01 .nr .lt .en{ font-size:40px; font-family:Arial; text-transform:uppercase; font-weight:bold; line-height:0.8; color:#2a3b4f}
.footer .ft01 .nr .lt .en i{ color:#cd1619}
.footer .ft01 .nr .lt .intro{ font-size:24px; color:#2a3b4f}
.footer .ft01 .nr .lt .form{ margin-top:20px}
.footer .ft01 .nr .lt .form form{ display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
}
.footer .ft01 .nr .lt .form form .inp1{ display:block; width:180px; height:40px; box-sizing:border-box; background:#e8e9ea; border:1px solid #e4e6e7; color:#333; padding:0 10px; font-size:16px}
.footer .ft01 .nr .lt .form form .inp2{ display:block; width:100%; height:80px; box-sizing:border-box; background:#e8e9ea; border:1px solid #e4e6e7; color:#333; padding:0 10px; font-size:16px; line-height:40px; margin-top:16px}
.footer .ft01 .nr .lt .form form .inp3{ display:block; width:76px; height:32px; border-radius:10px; background:#cd1619; color:#fff; font-size:16px; margin-right:15px; margin-top:16px}
.footer .ft01 .nr .lt .form form .inp4{ display:block; width:76px; height:32px; border-radius:10px; background:#aaaaaa; color:#fff; font-size:16px; margin-right:400px; margin-top:16px}
.footer .ft01 .nr .rt{ display:flex; flex-wrap: wrap; width:690px; margin-top:50px}
.footer .ft01 .nr .rt .ewm{ width:130px;}
.footer .ft01 .nr .rt .ewm img{ width:100%}
.footer .ft01 .nr .rt .cont{ margin-left:55px}
.footer .ft01 .nr .rt .cont .title{ font-size:24px; color:#444444; font-weight:bold}
.footer .ft01 .nr .rt .cont .intro{ font-size:18px; color:#2a3b4f; margin-top:10px}
.footer .ft02{ padding:120px 0 100px; text-align:center; font-size:14px; color:#444444}
@media (max-width:1700px) {
	.footer{ margin-top:40px}
	.footer .ft01 .nr .lt{ margin-left:0; width:500px;}
	.footer .ft01 .nr .lt .en{ font-size:32px;}
	.footer .ft01 .nr .lt .intro{ font-size:20px;}
	.footer .ft01 .nr .lt .form{ margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp1{ width:155px; height:36px; font-size:14px}
	.footer .ft01 .nr .lt .form form .inp2{  font-size:14px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp3{  width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:15px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp4{ width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:340px; margin-top:15px}
	.footer .ft01 .nr .rt{ width:auto; margin-top:40px}
	.footer .ft01 .nr .rt .ewm{ width:120px;}
	.footer .ft01 .nr .rt .cont{ margin-left:35px}
	.footer .ft01 .nr .rt .cont .title{ font-size:20px; }
	.footer .ft01 .nr .rt .cont .intro{ font-size:16px;  }
	.footer .ft02{ padding:80px 0; }
}
@media (max-width:1200px) {
	.footer{ margin-top:40px}
	.footer .ft01 .nr{ flex-wrap: wrap;}
	.footer .ft01 .nr .lt{ margin-left:0; width:100%;}
	.footer .ft01 .nr .lt .en{ font-size:28px;}
	.footer .ft01 .nr .lt .intro{ font-size:18px;}
	.footer .ft01 .nr .lt .form{ margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp1{ width:32%; height:36px; font-size:14px}
	.footer .ft01 .nr .lt .form form .inp2{  font-size:14px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp3{  width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:15px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp4{ width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:calc(100% - 160px); margin-top:15px}
	.footer .ft01 .nr .rt{ width:auto; margin-top:40px}
	.footer .ft01 .nr .rt .ewm{ width:120px;}
	.footer .ft01 .nr .rt .cont{ margin-left:35px}
	.footer .ft01 .nr .rt .cont .title{ font-size:18px; }
	.footer .ft01 .nr .rt .cont .intro{ font-size:14px;  }
	.footer .ft02{ padding:40px 0; }
}
@media (max-width:750px) {
	.footer{ margin-top:40px}
	.footer .ft01 .nr{ flex-wrap: wrap;}
	.footer .ft01 .nr .lt{ margin-left:0; width:100%;}
	.footer .ft01 .nr .lt .en{ font-size:24px;}
	.footer .ft01 .nr .lt .intro{ font-size:16px;}
	.footer .ft01 .nr .lt .form{ margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp1{ width:32%; height:36px; font-size:14px}
	.footer .ft01 .nr .lt .form form .inp2{  font-size:14px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp3{  width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:15px; margin-top:15px}
	.footer .ft01 .nr .lt .form form .inp4{ width:72px; height:32px; border-radius:8px;  font-size:14px; margin-right:calc(100% - 160px); margin-top:15px}
	.footer .ft01 .nr .rt{ width:auto; margin-top:40px}
	.footer .ft01 .nr .rt .ewm{ width:110px;}
	.footer .ft01 .nr .rt .cont{ margin-left:10px; width:calc(100% - 120px)}
	.footer .ft01 .nr .rt .cont .title{ font-size:16px; }
	.footer .ft01 .nr .rt .cont .intro{ font-size:12px;  }
	.footer .ft02{ padding:20px 0; font-size:12px }
	
}





































































