/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family:"微软雅黑","Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1.1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}

.sec1 a,.sec2 a,.sec3 a,.sec4 a,.sec5 a,.sec6 a,.sec7 a,.sec8 a,.sec9 a,.sec9 a,.sec10 a,.sec11 a{color:#555;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background-color: #000;
}
body{
	position: relative;
	min-height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1600{
	width: 1600px;
}
.inner.w1440{
	width: 1440px;
}
.inner.w1200{
	width: 1200px;
}
.inner.w1170{
	width: 1400px;
}
.inner.w1150{
	width: 1400px;
}
.inner.w1127{
	width: 1400px;
}
.inner.w1100{
	width: 1400px;
}
.inner.w1082{
	width: 1400px;
}

.wrap .title{
	text-align: center;
	padding: 2% 0;
}
.wrap .title h3{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
/* 	margin-bottom: 1.775%; */
}
.wrap .title p{
	font-size: 14px;
	color: #999999;
}
.wrap .content{
	font-size: 14px;
	color: #555;
	line-height: 1.714;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 2.37% 0 2.31%;
	margin-bottom: 2.4%;
}
/* .wrap .content *{
	font-size: inherit;
	line-height: inherit;
} */
.wrap .content img{
	max-width: 100%;
}
.wrap .relative-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;		
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;		
	flex-direction: row;
}
.wrap .relative-box a{
	font-size: 14px;
	color: #999;
	max-width: 45%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 1.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrap .relative-box a:hover{
	color: #333;
	font-weight: bold;
}
.wrap .relative-box a.prev:hover{
	padding-left: 2em;
}
.wrap .relative-box a.next:hover{
	padding-right: 2em;
}
/* .wrap .relative-box a::after{
	font-family:FontAwesome;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.wrap .relative-box a:hover::after{
	opacity: 1;
}
.wrap .relative-box a.prev::after{
	content:  "\f177";
	left: -2em;
}
.wrap .relative-box a.prev:hover::after{
	left: 0;
}
.wrap .relative-box a.next::after{
	content:  "\f178";
	right: -2em;
}
.wrap .relative-box a.next:hover::after{
	right: 0;
}
.newsview_txt p{color: #111;line-height: 28px;font-size: 16px;}
.pro_txt img{max-width: 100%;margin:0 auto;display: block;}
.pro_txt p{color: #111;font-size: 16px;line-height: 28px;}

/*header*/
#header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header.fixed{
	position: fixed;
	background-color: rgba(50,50,50,0.95);
}
#header > .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
#header .logo{
	width: 250px;display: flex;
}
#header .logo img{
	width: 100%;
}
#header .logo p{
	font-size: 22px;line-height: 56px;color: #fff;    padding-left: 12px;
}
#header .nav-box{
	margin-right: 2.292vw;
	font-size: 15px;
}
#header .nav-box > li{
	display: inline-block;
	margin-right: 2.865vw;
	position: relative;
}
#header .nav-box > li:last-child{
	margin-right: 0;
}
#header .nav-box > li.product{
	position: static;
}
#header .nav-box .lvl1{
	font-size: inherit;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	-webkit-transition: padding 0.3s,color 0.3s;
	transition: padding 0.3s,color 0.3s;
	line-height: 35px;
}
#header.fixed .nav-box .lvl1{
	padding-bottom: 18px;
	padding-top: 18px;
}
#header .nav-box > li:hover .lvl1,#header .nav-box > li.active .lvl1{
	color:#fe8000;
}
#header .nav-box .sub-box{
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	width: 150px;
	text-align: center;
	margin-left: -75px;
}
#header .nav-box > li.sub:hover .sub-box{
	visibility: visible;
	opacity: 1;
}
#header .nav-box .sub-box a{
	display: block;
	font-size: inherit;
	color: #ccc;
	line-height: 2.7em;
	padding: 0.15em 1em;
	background-color: #222;
	border-bottom: 1px solid #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header .nav-box .sub-box a:last-child{
	border-bottom: 0 none;
}
#header .nav-box .sub-box a:hover{
	color: #111;
	background-color: #fe8000;
}
#header .language{
	border: 1px solid #fe8000;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#header .language a{
	display: block;
	font-size: 12px;
	color: #fe8000;
	padding: 0.4em 0.3em;
	-webkit-transition: color 0.3s,background-color 0.3s;
	transition: color 0.3s,background-color 0.3s;
}
#header .language:hover a{
	color: #fff;
	background-color: #ac1a2f;
}

#header .nav-box .product-box{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ac1a2f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#header .nav-box > li.sub:hover .product-box{
	visibility: visible;
	opacity: 1;
}
#header .product-box .inner{
	position: relative;
}
#header .product-box .inner > li{
	width: 140px;
}
#header .product-box .lvl2{
	font-size: 14px;
	color: #fff;
	padding: 0.86em 1.5em;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	line-height: 1;
}
#header .product-box .lvl2:hover{
	background-color: rgba(220,48,73,0.5);
}
#header .product-box .lvl2::after{
	content: "";
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 1.36em 0.714em 1.36em 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#header .product-box .lvl2.nolvl3::after{
	display: none;
}
#header .product-box .inner > li:hover .lvl2::after{
	opacity: 1;
}
#header .product-box .inner > li:last-child .lvl2{
	border-color: transparent;
}
#header .product-box .lvl3-box{
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	left: 140px;
	padding: 1.2174% 4.35%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#header .product-box .inner > li:hover .lvl3-box{
	visibility: visible;
	opacity: 1;
}
#header .product-box .lvl3-box li{
	border-bottom: 1px solid #eee;
	width: 33.333%;
	padding-left: 3%;
	padding-top: 1.76%;
	padding-bottom: 1.76%;
}
#header .product-box .lvl3-box li:nth-last-child(1),#header .product-box .lvl3-box li:nth-last-child(2),#header .product-box .lvl3-box li:nth-last-child(3){
	border-bottom: 0 none;
}
#header .product-box .lvl3-box .lvl3{
	font-size: 14px;
	color: #555;
	font-weight: bold;
	display: inline-block;
}
#header .product-box .lvl3-box .lvl4{
	font-size: 14px;
	color: #ac1a2f;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 0.8em;
	position: relative;
	line-height: 1.2;
}
#header .product-box .lvl3-box .lvl4:first-child{
	margin-top: 1.14286em;
}
#header .product-box .lvl3-box .lvl4:last-child{
	margin-bottom: 0;
}
#header .product-box .lvl3-box .lvl4:hover{
	text-decoration: underline;
}
#header .product-box .lvl3-box .lvl4::after{
	content: "\f178";
	font-family: "FontAwesome";
	font-size: inherit;
	color: inherit;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.6em;
	margin-left: 0.5em;
}
#header .product-box .lvl3-box .lvl4:hover::after{
	opacity: 1;
}

.form-1{overflow:hidden}
.form-1 .items{margin:0 -22px}
.form-1 .item{padding:0 22px;margin-bottom:30px;float:left;width:33.3%;overflow:hidden}
.form-1 .item.nowrap{width:100%}
.form-1 .name{float:left;width:60px;font-size:16px;color:#969696;line-height:40px}
.form-1 .name i{color:#f04d24}
.form-1 .right{overflow:hidden}
.form-1 .inp{padding:0 10px;outline:0;border:none;display:block;width:100%;height:40px;line-height:40px;font-size:14px;color:#323232;background-color:#eee}
.form-1 .tar{padding:6px 10px;outline:0;border:none;display:block;width:100%;height:250px;font-size:14px;color:#323232;background-color:#eee;line-height:1.5;resize:none}
.form-1 .submit{margin-left:64px;outline:0;border:none;display:block;width:140px;height:40px;line-height:40px;background-color:#f28f4c;font-size:16px;color:#fff;text-align:center;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.form-1 .submit:hover{opacity:.8;filter:alpha(opacity=80)}


/*footer*/
.fot_log_r{float: right;color: #fff;padding-left: 10px;}
.fot_log_r p{font-size: 24px;line-height: 32px;}
.fot_log_r span{font-size: 13px;color: #ccc;}
#footer{
	background:url(../images/foot_bg.jpg) center center no-repeat;
	padding: 70px 0;
}
#footer .part1 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot_l{max-width: 30%;}
.fot_nav{padding: 30px 0;}
.fot_nav li{float: left;padding-right: 90px;}
.fot_nav li:nth-child(3n){padding-right: 0;}
.fot_nav li a{color: #fff;font-size: 16px;line-height: 32px;}
.fot_m{width: 30%;color: #fff;}
.fot_m h2{font-size: 22px;font-weight: normal;padding-bottom: 20px;}
.fot_m h1{font-size: 48px;color: #fe8000;font-family: arial;}
.fot_m  p{line-height: 30px;font-size: 16px;padding-top: 20px;}
.fot_r{margin-top: 40px;}
.fot_r li p{color: #fff;text-align: center;line-height: 32px;}
.part2 p{color: #fff;line-height: 60px;text-align: center;font-size: 16px;}
.part2 p a{color: #fff;padding-left: 12px;}

#footer .part1 .logo{
	display: block;
	border-bottom: 1px solid #999;padding-bottom: 30px;
}
#footer .part1 .logo img{
	max-width: 100%;
}
#footer .part1 .right{
	max-width: 70%;
}
#footer .part1 .nav{
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 30px;
	width: 117px;
}
#footer .part1 .nav a{
	display: block;
	font-size: 13px;
	color: #ccc;
	-webkit-transition: color 0.3s,text-decoration 0.3s;
	transition: color 0.3s,text-decoration 0.3s;
	line-height: 1.83;
}
#footer .part1 .nav a:hover{
	color: #555;
	text-decoration: underline;
}
#footer .part1 .nav a.big{
	font-size: 15px;
	color: #fff;
	margin-bottom: 1em;
	line-height: 1.1;
	letter-spacing: 1px;
}
#footer .part2{
	background-color: #242424;
	padding: 15px 0;
	text-align: center;
}
#footer .part2 p{
	font-size: 12px;
	color: #ccc;
	line-height: 1.7;
}
#footer .part2 p a{
	font-size: inherit;
	color: inherit;
}



#totop{
	text-align: center;
	background:url(../images/jt.png) center center no-repeat #fe8000;
	background-size: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 2px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;
	display: block;
}
#totop.active{
	opacity: 1;
}
#totop:hover{
	background-color: #111;
}

#totop:hover::before{
	color: #ac1a2f;
}


#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}


.new_con {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}

.newtel {
	height: 44px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}

.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	text-align: center
}

.new_telst li {
	width: 160px;
	line-height: 44px;
	text-align: center;
	background: #ececec;border-radius: 25px;
	float: left;
	display: inline;
	font-family: "微软雅黑";margin: 0 10px;
	cursor: pointer;
}

.new_telst li.newon {
	color: #fff;
	background: #fe8000;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.new_lst {
	position: relative;
	overflow: hidden;
	display: none;

}

.new_lst ul {

}

.new-wrap {
	margin-top: 20px;
}

.new-wrap .show {
	display: block;
}

.news_date{font-family: arial;color: #3e3e3e;font-size: 16px;font-weight: bold;}
li.new_cnlf {
	width:31.5%;
	float: left;
	background: #fff;
	padding: 30px 20px;
	margin-right: 2%;
	margin-bottom: 2%;
}
li.new_cnlf:nth-child(3n){margin-right: 0;}
li.new_cnlf p {
	width: 100%;
}

p.newlf_tel a {
	color: #3e3e3e;
	font-size: 20px;
	line-height: 50px;
	display: block;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;
}

p.newlf_tel a:hover {
	color: #fe8000
}

p.newlf_tx {
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	color: #999;
	overflow: hidden;
	 display: -webkit-box;
	        -webkit-box-orient: vertical;
	        overflow: hidden;
	        -webkit-line-clamp: 2;
	        text-overflow: ellipsis;

}

li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}

.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}


.banner{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}
.banner .inner{
	position: absolute;
	bottom: 26.857%;
	left: 0;
	right: 0;
}
.banner h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}
.banner h3::after{
	content: "";
	width: 3em;
	height: 2px;
	background-color:#fe8000;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
}
.banner .nav{
	font-size: 0;
	line-height: 1.5;
}
.banner .nav span{
	margin: 0 18px;
	display: inline-block;
	vertical-align: middle;
}
.banner .nav span::before{
	/* content: "\f105";
	font-size: 14px;
	color: #fff;
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle; */
	background: url(../images/xl.png) center center no-repeat;
}
.banner .nav a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.banner .nav a:hover,.banner .nav a.active{
	color: #ac1a2f;
}
.banner p{
	font-size: 14px;
	color: #fefefe;
}


#sidenav{
	display: none;
}


@media only screen and (max-width:1100px){
	#footer .part1 .nav{
		padding: 0 15px 30px;
		width: 110px;
	}
}
@media only screen and (max-width:1024px) {
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile {
		display: inline-block;
	}
	.web {
		display: none;
	}

	#header > .inner{
		height: 3.75rem;
	}
	#header .logo{
		width: 8.59375rem;
	}
	
	#header .menu{
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
		position: relative;
	}
	#header .menu.close{
		background-image: url(../images/header_menu_bg_close.png);
	}
	#header .menu div{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}
	#header .menu.close div{
		display: none;
	}
	#header .menu div:nth-child(1){
		background-image: url(../images/header_menu_bg1.png);
		-webkit-animation: lineone 1s infinite;
		-moz-animation: lineone 1s infinite;
		-ms-animation: lineone 1s infinite;
		-o-animation: lineone 1s infinite;
		animation: lineone 1s infinite;
	}
	#header .menu div:nth-child(2){
		background-image: url(../images/header_menu_bg2.png);
		-webkit-animation: linetwo 1s infinite;
		-moz-animation: linetwo 1s infinite;
		-ms-animation: linetwo 1s infinite;
		-o-animation: linetwo 1s infinite;
		animation: linetwo 1s infinite;
	}
	#header .menu div:nth-child(3){
		background-image: url(../images/header_menu_bg3.png);
		-webkit-animation: linethree 1s infinite;
		-moz-animation: linethree 1s infinite;
		-ms-animation: linethree 1s infinite;
		-o-animation: linethree 1s infinite;
		animation: linethree 1s infinite;
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	
	#header .language{
		margin-right: 1.625rem;
	}
	#header .language a{
		font-size: 0.5625rem;
	}


	#sidenav{
		position: fixed;
		display: block;
		left: 100%;
		top: 3.75rem;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 100;
		background-color: #ffffff;
		overflow-y: auto;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
	}
	#sidenav.active{
		left: 0;
	}
	#sidenav .sub-box{
		display: none;
	}
	#sidenav a{
		display: block;
		position: relative;
	}
	#sidenav a.sub::after{
		    width: 16px;
		    height: 16px;
		    background: url(../images/xl.png) right center no-repeat;
		    position: absolute;
		    right: 4%;
		    content: " ";
		    z-index: 999;
		    color: #fff;
		    font-size: 18px;
		    display: block;
		    background-size: 100%;
		    bottom: 13px;
		
		
	}
	#sidenav a.sub.active::after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#sidenav a.lvl1{
		background-color: #333;
		font-size: 0.8125rem;
		color: #fff;
		padding: 0.875rem 4%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#sidenav a.lvl2{
		background-color: #fff;
		font-size: 0.8125rem;
		color: #333;
		padding: 0.875rem 4%;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	#sidenav a.lvl3{
		background-color: #f9f9f9;
		font-size: 0.6875rem;
		color: #555;
		padding: 0.90625rem 4%;
	}
	#sidenav a.lvl4{
		background-color: #eee;
		font-size: 0.625rem;
		color: #ac1a2f;
		padding: 0.5rem 6%;
	}

	/*footer*/
	#footer{
		padding-top: 0;
	}
	#footer .part1{
		display: none;
	}
	#footer .part2{
		padding: 0.75rem 0;
	}
	#footer .part2 p{
		font-size: 0.5625rem;
	}

	#totop{
		display: none;
	}




	.banner{
		height: 12rem;
	}
	.banner .inner{
		bottom: 20%;
	}
	.banner h3{
		font-size: 1.25rem;
	}
	.banner .nav span{
		margin: 0 0.5rem;
	}
	.banner .nav span::before{
		font-size: 0.625rem;
	}
	.banner .nav a{
		font-size: 0.625rem;
	}
	.banner p{
		font-size: 0.625rem;
	}


	.wrap{
		min-height: calc(100vh - 14.45625rem)
	}
}





#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #ac1a2f;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #ac1a2f;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #ac1a2f;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	padding-bottom: 2.63%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #ac1a2f;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li select{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist_sec1_navslidedown.png);
	background-size: auto 20%;
	background-position: right 5% center;
}
#pop-cover .pop-box.info li .check-box{
	font-size: inherit;
	color: #666;
	line-height: 3em;
	width: 100%;
	padding-left: 7.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li .check-box i{
	font-style: normal;
	margin-left: -4em;
	margin-right: 1em;
}
#pop-cover .pop-box.info li .check-box label{
	margin-right: 3em;
	display: inline-block;
	vertical-align: middle;
}
#pop-cover .pop-box.info li .check-box label:last-child{
	margin-right: 0;
}
#pop-cover .pop-box.info li .check-box label input[type=checkbox],#pop-cover .pop-box.info li .check-box label input[type=radio]{
	margin-right: 1em;
	vertical-align: baseline;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;
	font-size: inherit;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #ac1a2f;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
#pop-cover .pop-box.video video{
	width: 100%;
	vertical-align: top;
}

@media only screen and (max-width:1440px){
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
	#pop-cover .pop-box.info h5{
		font-size: 21px;
	}
	#pop-cover .pop-box.info li{
		font-size: 14px;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px){
	
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info{
		padding: 1.875rem 3.90625%;
	}
	#pop-cover .pop-box.info h5{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.info li{
		margin-bottom: 0.625rem;
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info li.half{
		width: 100%;
		max-width: 100%;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 0.625rem;
	}
}