﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	text-align: justify;
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:focus,a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.head-box{

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
.head{
	width: 1080px;
	margin: 0 auto;
	width: 90%;margin: 0 auto;display: block;max-width: 1590px;
}
.logo,.logo img{
	width: auto;
    height: 32px;
    margin-top: 16px;
}
.nav-ul{
	margin-left: 80px;
}
.nav-ul li{
	float: left;
				padding: 0 20px;
				font-size: 16px;
				height: 50px;
				max-width: 150px;
				word-break: break-all;
				    margin-top: 36px;
}
.nav-ul li > a{
	color: #333;padding-bottom: 26px;
}
.nav-ul li > a.on{
	color: #cf151b;
}
.nav-ul li > a:hover{
	color: #1c4dc6;/*border-bottom: solid 2px #fff;*/
	text-decoration: none;
}
.nav-ul li.active > a{color: #1c4dc6;border-bottom: 2px solid rgb(28, 77, 198)!important;}
.tel{float: right;height: 80px;width: 210px;background: #1c4dc6;margin-left: 20px;text-align: center;}
.tel span{padding-left: 10px;display: inline-block; line-height: 64px;margin-top: 16px;font-size: 16px;color: #fff;}
.tel img{width: 10px;position: relative;top: -2px;}
@media(max-width:1500px){
	.nav-ul li{float: left;padding: 0 13px;}
}

@media(max-width:1366px){
	.logo, .logo img{height: 30px;}
	.nav-ul li{float: left;padding: 0 13px;}
	.tel{width: 170px;}
}
.language{
	margin-left: 15px;
	position: relative;
	margin-top: 38px;
}
.language img{margin-top: -3px;}
.language span{
	font-size: 14px;
	color: #1c4dc6;
	margin: 0 5px;
	cursor: pointer;
}
.language b{
	float: right;
	position: relative;
	margin-top: 7px;
	width: 12px;
}
.langbox{
	position: absolute;
	top: 100%;
	background-color: #fff;
	left: 0;
	width: 100%;
	padding-top: 15px;
	transform: translateY(10px);
	transition: all .3s ease;
	display: none;
}
.language-select{
	border: solid 1px #ddd;
	font-size: 14px;
	color: #4e4b4a;
	/*! line-height: 28px; */
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 0;
}
.language-select li{
	line-height: 2;
	color: #333;
}
.bottom-arrow1,.bottom-arrow2{
	width:0;
	height:0;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index: 5;/*兼容ie8-*/
	border-bottom:6px transparent dashed;
	border-left:6px transparent dashed;
	border-right:6px transparent dashed;
	border-top:6px white solid;
	overflow:hidden;
}
.bottom-arrow1{
	top:1px;/*重要*/
	border-top:6px #1c4dc6 solid;
}
.bottom-arrow2{
	border-top:6px white solid;
}
.top{
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:0;
	z-index: 2;
}
.top-arrow1,.top-arrow2{
	width:0;
	height:0;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index: 5;/*兼容ie8-*/
	border-top:7px transparent dashed;
	border-left:7px transparent dashed;
	border-right:7px transparent dashed;
	border-bottom:7px white solid;
	overflow:hidden;
}
.top-arrow1{
	border-bottom:7px #ddd solid;
}
.top-arrow2{
	top:1px;/*重要*/
	border-bottom:7px white solid;
}
.language-select b.top{
	position: absolute;
	top: -6px;
	left: 36px;
}
.menu-nav{
	position: absolute;
	width: 100%;
	height: 72px;
	background-color: #1c4dc6;
	left: 0;
	top:100%;
	text-align: center;
	display: none;
}
.menu-dd{
	/*! width: 1160px; */
	margin: 0 auto;
	font-size: 0;
	margin-top: 20px;
	display: inline-block;
}
.menu-item a{
	font-size: 17px;
	color: #ffffff;
	display: inline-block;
	border-right: solid 1px #fff;
	line-height: 1;
	margin: 8px 0;
	padding: 0 25px;
	text-align: left;
	font-weight: 200;
	text-transform:capitalize;
}
.menu-item a.on{
	color: #cf151b;
}
.menu-item a:hover{
	color: #fff;
}
.menu-item a:last-child{
	border-right: none;
}
.minwidth a{
	min-width: 180px;
}
.minwidth{
	margin-top: 8px;
}
.thid{
	height: 80px;
}
.ban-left{
	background: url("../images/prev.png") no-repeat;
	width: 23px!important;
	height: 40px!important;
}
.ban-right{
	background: url("../images/next.png") no-repeat;
	width: 23px!important;
	height: 40px!important;
}
.glyphicon-chevron-left::before,.glyphicon-chevron-right::before{
	content: "";
}
.carousel-control.left,.carousel-control.right{
	background: transparent;
}
.company{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}
.company h1{
	text-align: center;
	font-size: 32px;
	    line-height: 49px;
	color: #333;
	margin-bottom: 20px;
	text-transform:capitalize;
	margin-top: 0;
}
.company h1 img{
	width: 40px;
	margin-top: 0px;
	margin-left: 2px;
}
.company h2{
	font-size: 18px;
	color: #3e3e3e;
	text-align: center;
	position: relative;
}
.company h2:after{
	content: "";
	width: 36px;
	height: 2px;
	background-color: #4e4e4e;
	position: absolute;
	bottom: -8px;;
	left: 50%;
	margin-left: -18px;
}
.comtxt{
	font-size: 16px;
	line-height: 30px;
	color: #525252;
	margin: 0 auto;
	margin-top: 60px;
	width: 860px;
}
.com-ul{
	width: 860px;
	margin: 0 auto;
	margin-top: 70px;
}
.com-ul li{
	float: left;
	text-align: center;
	width: 126px;
	margin-right: 117px;
}
.com-ul li:last-child{
	margin-right: 0;
}
.com-ul li img{
	width: 126px;
	height: auto;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.com-ul li:hover img{
	transform: translateY(-10px);
}
.com-ul li p{
	font-size: 13px;
	color: #373737;
	margin-bottom: 10px;
	
}
.com-ul li h3{
	font-size: 14px;
	color: #373737;
}
.quality-txt{
	width: 750px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	color: #525252;
	margin: 0 auto;
	margin-top: 60px;
}
.qualy-ul li{
	width: 360px;
	text-align: center;
	display: inline-block;
	margin-right: 0;
}
.qualy-ul{
	font-size: 0;
	width: 1080px;
	margin: 0 auto;
	margin-top: 90px;
}
.qualy-ul li .qualy-img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: solid 2px #cf151b;
	overflow: hidden;
	margin: 0 auto;
}
.qualy-ul li img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	transition: all 0.5s ease;
	 
}
.qualy-ul li:hover img{
	transform: scale(1.3,1.3);
}
.qualy-ul li p{
	font-size: 16px;
	color: #cf151b;
	margin: 34px 0 14px 0;
}
.qualy-ul li h3{
	font-size: 22px;
	color: #cf151b;
	position: relative;

}
/*.qualy-ul li h3:before{
	content: "";
	width: 30px;
	height: 1px;
	background-color: #cf151b;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -15px;
}*/
.qualy-ul a:last-child li{
	margin-right: 0;
}
.need-txt{
	width: 860px;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 60PX;
}
.need-ul{
	font-size: 0;
	margin: 0 auto;
	margin-top: 65px;
	width: 100%;
}
.need-ul li{
	width: 23%;
	text-align: center;
	display: inline-block;
	padding-top: 35px;
	border-top: solid 3px #cf131b;
	margin-right: 2.6666%;
}
.need-ul a:last-child li{margin-right: 0;}
/*.need-ul li img{
	width: 80px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}*/
.need-img{width: 22%;float: left;margin-left: 2%;    margin-top: -7px;}
.need-img img{width: 100%;margin-left: -5px;}
.need-ul li:hover img{
	transform: translateY(-10px);
}
.need-ul li p{
	width: 70%;
	margin-left:6%;
	float: left;
	font-size: 16px;
	color: #595757;
	text-align: left;
}
.need-ul li:hover p{
	color: #cf151b;
}
.main{
	background-color: #000;
	position: relative;
}
.yy-video{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1160px;
	margin-left: -580px;
	height: 100%;
}
.my-video-dimensions{
	margin: 0 auto;
	/*! margin-top: 160px; */
}
.video-js .vjs-big-play-button{
	font-size: 2.5em;
	line-height: 2.3em;
	height: 2.5em;
	width: 2.5em;
	-webkit-border-radius: 2.5em;
	-moz-border-radius: 2.5em;
	border-radius: 2.5em;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	border-width: 0.15em;
	margin-top: -1.25em;
	margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
	font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
	font-size: 2.5em;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	margin-top: -1em;
	margin-left: -1.5em;
}
.video-js.vjs-playing .vjs-tech {
	pointer-events: auto;
}
.my-video-dimensions{
	width: 890px!important;
	height: 606px!important;
	position: absolute;
	top: 50%;
	margin-top: -303px;
	left: 50%;
	margin-left: -445px;
}
.video-js .vjs-tech{
	object-fit: fill;
}
.footer-box{
	background-color: #efefef;
	padding-bottom: 36px;
}
.footer{
	width: 1080px;
	margin: 0 auto;
}
.fot-ul{
	border-bottom: solid 1px #808080;
	font-size: 0;
	padding: 70px 0;
	margin-bottom: 0;
}
.clearfix:after{
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fot-ul li{
	text-align: center;
	width: 500px;
	float: left;
	margin-right: 80px;
	position: relative;
}
.fot-ul li .fot-li1{width: 150px;float: left;margin-right: 10px;}
.fot-ul li .fot-li2{width: 310px;float: left;text-align: left;margin-top: 5px;}
.fot-ul li .fot-li2 p{text-align: justify;word-spacing: -0.1em;}
.fot-ul li:last-child{
	margin-right: 0;
}
.fot-ul li > img{
	width: 52px;
	margin-bottom: 35px;
}
.fot-ul li h1{
	font-size: 14px;
	color: #231815;
	margin-bottom: 14px;
	    line-height: 22px;
}
.fot-ul li p{
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.fot-ul li h2{
	font-size: 16px;
	color: #cf151b;
	margin-top: 12px;
	cursor: pointer;
	margin-top: 11px;
	 float: right;
	
}
.fot-mar{
	position: absolute;
	top: 115%;
	right: 0;
	width: 236px;
	height: 236px;
	padding: 12px;
	border-radius: 6px;
	background-color: #fff;
	display: none;
	transition: all 0.3s ease;
	transform: translateY(10px);
}
.fot-mar img{
	width: 100%;
	height: 100%;
}
.fot-top{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 106px;
	top: -30px;
	z-index: 2;
}
.ftop-arrow1,.ftop-arrow2{
	width:0;
	height:0;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index: 5;/*兼容ie8-*/
	border-top:15px transparent dashed;
	border-left:15px transparent dashed;
	border-right:15px transparent dashed;
	border-bottom:15px white solid;
	overflow:hidden;
}
.ftop-arrow1{
	/*! border-bottom:15px #ddd solid; */
}
.ftop-arrow2{
	top:1px;/*重要*/
	border-bottom:15px white solid;
}
.lang-hover{
	transform: translateY(0);
}
.fot-mid{
	padding-top: 65px;
}
.mid-ul{
	float: left;
}
.mid-ul li{
	float: left;
	margin-right: 136px;
	max-width: 135px;
}
.mid-ul li h1{
	font-size: 14px;
	color: #1A1A1A;
	margin-bottom: 30px;
	font-weight: 600;
}
.mid-ul li a{
	font-size: 14px;
	color: #808080;
	display: block;
	line-height: 26px;
}
.mid-right{
	float: right;
}
.mid-right h1{
	font-size: 14px;
	color: #1A1A1A;
	margin-bottom: 30px;
	font-weight: 600;
}
.mid-right input[type="text"],.mid-right input[type="email"]{
	width: 253px;
	height: 24px;
	background-color: #d4d4d4;
	padding-left: 10px;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.mid-right input[type="submit"]{
	width: 80px;
	height: 22px;
	background-color: #cf151b;
	color: #fff;
	font-size: 12px;
}
.fot-bot{
	margin-top: 50px;
}
.fot-bot h1{
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 600;
	margin-bottom: 6px;
}
.bot-contact{
	margin-top: 15px;
}
.bot-fare{
	margin-left: 616px;
}
.bot-fare img{
	margin-right: 30px;
	margin-left: 20px;
}
.bot-contact span{
	padding-left: 10px;
sdf	font-size: 14px;
	position: relative;
	margin-right: 40px;
}
.bot-contact span:after{
	position: absolute;
	right: -20px;
	top: 3px;
	width: 1px;
	height: 14px;
	background-color: #4d4d4d;
	content: "";
}
.bot-contact span.last-span{
	    padding: 0;
    width: 325px;
    float: right;
    display: inline-block;
}
.bot-contact span.last-span:after{
	display: none;
}
.fot-right{
	margin-top: 25px;
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom:30%;
}
.fot-right span{
	display: inline-block;
	width: 88px;
	height: 21px;
	background-color: #cf151b;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.bot-bot{
	background-color: #4d4d4d;
	height: 56px;
}
.bot-jz{
	width: 1080px;
	margin: 0 auto;
}
.bot-jz p{
	font-size: 12px;
	color: #878787;
	line-height: 56px;
	float: left;
}
.bot-right{
	border: solid 1px #BABABA;
	margin-top: 16px;
	height: 22px;
	overflow: hidden;
}
.bot-right input[type="text"]{
	width: 112px;
	height: 20px;
	background-color: transparent;
	color: #fff;
	padding-left: 10px;
}
.bot-right input[type="submit"]{
	width: 25px;
	height: 20px;
	background: url("../images/icon_21.png") no-repeat center;
	background-color: #BABABA;
	background-size: contain;
	float: right;
}
#shape{
	background: url("../images/top.png") no-repeat scroll right bottom;
	display: block;
	height: 56px;
	width: 56px;
	overflow: hidden;
	border-color: red;
	position: fixed;
	margin:-125px 0 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	cursor: pointer;
}
#shape .shapeColor{
	display:none;
	height:250px;
	width: 149px;
	z-index:11;
	overflow: hidden;
	position: absolute;
}
.shapeFly{
	display:none;
	height:250px;
	width: 149px;
	z-index:10;
	overflow: hidden;
	position: absolute;
}
.subpage-banner{
	position: relative;
}
.subpage-banner img{
	width: 100%;
}
.sub-banner-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.sub-banner-txt p{
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
    display: block;
}
.case-jz{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}
.title1{
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;    
	text-transform: capitalize;
	    line-height: 49px;
}
.title2{
	font-size: 18px;
	color: #3e3e3e;
	text-align: center;
	position: relative;
}
.title2:after{
	content: "";
	width: 36px;
	height: 2px;
	background-color: #4e4e4e;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -18px;
}
.case-txt{
	font-size: 16px;
	line-height: 30px;
	color: #323333;
	margin: 0 auto;
	margin-top: 60px;
	width: 834px;
	/*! height: 130px; */
}
.case-top{
	font-size: 0;
	margin-top: 70px;
}
.case-top a{
	display: inline-block;
	width: 25%;
	border: solid 1px #b9b8b8;
	border-right: none;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	color: #3E3A39;
	transition: all 0.3s ease;
}
.case-top a:last-child{
	border-right:solid 1px #b9b8b8;
}
.case-top a.on{
	color: #fff;
	background-color: #cf151b;
	border: solid 1px #cf151b;
}
/*.case-top a:hover{*/
	/*color: #fff;*/
	/*background-color: #cf151b;*/
	/*border: solid 1px #cf151b;*/
/*}*/
.case-ul{
	overflow: hidden;
	padding-top: 70px;
}
.case-ul li{
	border: solid 1px #666;
	margin-bottom: 45px;
}
.case-ul li img{
    width: 100%;
    height: auto;
}
.case-ul a:last-child li{
	margin-bottom: 0;
}
.case-ul > img{
	float: left;
	width: 530px;
	height: 240px;
}
.case-div{
	width: 545px;
	height: 240px;
	display: table;
	background: url("../images/icon_26.jpg") right center no-repeat;
	background-position-x: 480px;
}
.case-p{
	display: table-cell;
	vertical-align: middle;
}
.case-p div{
	width: 345px;
	margin-left: 45px;
	font-size: 16px;
	color: #3E3A39;
	line-height: 34px;
}
.news-box{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.news-left{
	width: 770px;
}
.nl-top{
	font-size: 0;
	margin-bottom: 40px;
}
.nl-top a{
	color: #F15A24;
	font-size: 28px;
	display: inline-block;
	margin-right: 78px;
	position: relative;
}
.nl-top a:first-child:before{
	content: "";
	width: 2px;
	height: 28px;
	background-color: #F15A24;
	position: absolute;
	top: 8px;
	right:-39px;
}
.nl-ul li{
	border: solid 1px rgba(0,0,0,0.55);
	background-color: #ffff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 26px;
	transition: all 0.5s ease;
}
.nl-ul li:hover{
	border: solid 1px transparent;
	-moz-box-shadow: 1px 5px 14px #f0f0f0;
	-webkit-box-shadow: 1px 5px 14px #f0f0f0;
	box-shadow: 1px 5px 14px #f0f0f0;
}
.nlul-left h1{
	font-size: 14px;
	color: #666;
}
.nlul-left p{
	color: #333;
	font-size: 30px;
	margin: 42px 0;
	font-weight: 100;
}
.nlul-mid{
	margin-left: 28px;
}
.nlul-mid img{
	width: 230px;
	height: 160px;
}
.nlul-right{
	width: 390px;
	height: 160px;
	padding-top: 7px;
}
.nlul-right h1{
	font-size: 20px;
	color: #333;
	line-height: 32px;
}
.nlulr-txt{
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 16px;
}
.news-right{
	width: 275px;
}
.news-right h1{
	font-size: 22px;
	color: #4D4D4D;
	margin-bottom: 40px;
	margin-top: 16px;
}
.nr-li li{
	width: 275px;
	border: solid 1px rgba(0,0,0,0.4);
	margin-bottom: 26px;
	overflow: hidden;
}
.nr-li li img{
	width: 100%;
    height: 140px;
}
.nr-li li p{
	padding: 10px 14px;
	color: #666;
}
.apply-box{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
	margin-bottom: 70px;
}
.apply{
	overflow: hidden;
}
.apply li{
	width: 25%;
	float: left;
	text-align: center;
}
.apply li img{
	width: 120px;
}
.apply li p{
	font-size: 18px;
	color: #3E3A39;
	margin-top: 55px;
	position: relative;
}
.apply li p:before{
	content: "";
	width: 1px;
	height: 27px;
	background-color: #cf151b;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -0.5px;
}
.auto-ul{
	margin-top: 70px;
}
.auto-left{
	width: 255px;
}
.auto-ul li{
	overflow: hidden;
}
.auto-left{
	padding-top: 25px;
	border-top: solid 2px #C9CACA;
}
.auto-left h1{
	font-size: 26px;
	color: #000;
	margin-bottom: 15px;
}
.auto-left p{
	font-size: 18px;
	color: #cf151b;
}
.auto-right{
	width: 804px;
	float: right;
}
.ar-top{
	font-size: 0;
	text-align: right;
	overflow: hidden;
}
.ar-top dl{
	width: 150px;
	height: 65px;
	background: #EFEFEF;
	float: left;
	text-align: center;
	margin-left: 10px;
	/*padding: 20px 39px;*/
	font-size: 18px;
	min-width: 150px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrond dl{
	padding: 20px 39px;
	width: 258px;
	height: 145px;
}
.auto-ul li:first-child .ar-top dl{
	/*width: 258px;*/
	/*height: 145px;*/
	background: -webkit-radial-gradient(#fff, #ccc);
	background: -o-radial-gradient(#fff, #ccc);
	background: -moz-radial-gradient(#fff, #ccc);
	background: radial-gradient(#fff, #ccc);
}
.ar-div{
	width: 786px;
	height: 455px;
	text-align: center;
	line-height: 455px;
	position: relative;
	margin-left: 16px;
}
.ar-div.in{
	display: block;
}
.ar-top dl img,.ar-div img{
	max-width: 100%;
	max-height: 100%;
}
.ar-icon{
	position: absolute;
	top: 24px;
	right: 0;
	line-height: normal;
}
.ar-icon img{
	width: 60px;
}
.auto-ul li:nth-last-child(1) .auto-right .ar-div{
	border-bottom: solid 1px #cf151b;
}
.auto-ul li:nth-last-child(2) .auto-right .ar-div{
	border-bottom: solid 1px #cf151b;
}
.ar-div img{
	vertical-align: center;
	margin-bottom: 1px;
}
.news-show{
	width: 720px;
}
.news-show h1{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-top: 0;
}
.show-time{
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cbcbcb;
	padding-right: 10px;
}
.show-time p{
	font-size: 14px;
	color: #808080;
	float: left;
}
.show-time img{
	margin-left: 24px;
}
.shou-box{
	padding-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	
	text-align: justify;
}
.shou-box img{
	max-width: 100%;
	/*display: block;*/
}
.show-fare{
	margin-top: 24px;
}
.show-fare img{
	margin-right: 24px;
}
.contact{
	width: 1080px;
	margin: 0 auto;
	margin-top: -40px;
	background-color: rgba(255,255,255,0.9);
	padding: 65px 60px;
	position: relative;
	z-index: 8;
	padding-top: 90.5px;
}
.contact li{
	border: solid 1px #595757;
	height: 150px;
	width: 450px;
	text-align: center;
	float: left;
	margin-right: 60px;
	margin-top: 50px;
}
.contact li:nth-child(2n){
	margin-right: 0;
}
.contact li:nth-child(1){
	margin-top: 0;
}
.contact li:nth-child(2){
	margin-top: 0;
}
.contact li span{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #cf151b;
	margin: 0 auto;
	line-height: 50px;
	margin-top: -26.5px;
}
.contact li span img{
	text-align: center;
}
.contact li h1{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
}
.contact li p{
	font-size: 16px;
	color: #2d2b2b;
}
.zixun-box{
	width: 980px;
	margin: 0 auto;
	padding-top: 70px;
	border-top: solid 1px #595757;
	margin-top: 30px;
}
.zx-form{
	margin-top: 70px;
}
.zx-form li{
	overflow: hidden;
	margin-bottom: 18px;
}
.zx-form li input{
	width: 480px;
	height: 45px;
	border: solid 1px #ddd;
	background-color: #F5F5F5;
	padding-left: 12px;
	float: left;
}
.zx-form li input:nth-of-type(even){
	float: right;
}
.zx-form li textarea{
	width: 100%;
	height: 112px;
	border: solid 1px #ddd;
	background-color: #F5F5F5;
	padding: 10px 0;
	padding-left: 12px;
}
.zixun-box input[type="submit"]{
	width: 140px;
	height: 35px;
	background-color: #cf151b;
	color: #fff;
	font-size: 18px;
	border-radius: 17px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.con-map{
	/*background-color: #F5F5F5;*/
	padding: 24px 0;
	margin-top: 70px;
}
.con-jz{
	width: 980px;
	margin: 0 auto;
}
.con-map img{
	width: 100%;
}
.con-ment{
	width: 980px;
	margin: 0 auto;
	margin-top: 70px;
}
.con-ment h1{
	font-size: 26px;
	color: #cf151b;
	margin-bottom: 20px;
}
.con-ment h2{
	font-size: 18px;
	color: #323333;
	position: relative;
}
.con-ment h2:before{
	content: "";
	position: absolute;
	top: 70px;
	width: 28px;
	height: 1px;
	background-color: #323333;
	left: 0;
}
.conm1{
	font-size: 16px;
	color: #323333;
	margin-top: 83px;
	line-height: 34px;
	position: relative;
}
.conm1:before{
	position: absolute;
	content: "";
	bottom: -44px;
	width: 28px;
	height: 1px;
	background-color: #323333;
	left: 0;
}
.jainli{
	margin-top: 94px;
	margin-bottom: 70px;
}
.jainli h3{
	font-size: 18px;
	color: #878787;
}
.jainli p{
	font-size: 16px;
	color: #cf151b;
	margin-top: 15px;
}
.carousel-indicators{
	font-size: 0;
}
.carousel-indicators li{
	background-color: #BABABA;
	border-radius: 50%;
	margin: 0 7px;
}
.carousel-indicators .active{
	background-color: #cf151b;
	margin: 0 7px;
	height: 15px;
}
.product{
	width: 1080px;
	margin: 0 auto;
	margin-top: 60px;
}
.product-ul{
	font-size: 0;
}
.product-ul li{
	width: 33%;
	background-color: #DCDDDD;
	border-top: solid 2px #DCDDDD;
	border-bottom: solid 1px #DCDDDD;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	color: #231815;
	margin: 0 1px;
}
.product-ul li.on{
	background-color: #fff;
	border-top: solid 2px #cf151b;
	border-bottom: solid 1px #595757;
}
.product-ul li:hover{
	background-color: #fff;
	border-top: solid 2px #cf151b;
	border-bottom: solid 1px #595757;
}
.product-list{
	margin: 70px 0;
}
.product-list li{
	width: 338px;
	height: 334px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.product-list a:nth-of-type(3n) li{
	margin-right: 0;
}
.pro-top{
	border-bottom: solid 1px #595757;
	padding: 18px 0;
	position: relative;
	cursor: pointer;
}
.pro-tit{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 17px;
	line-height: 36px;
	border: solid 1px #cf151b;
	padding: 12px;
	display: none;
	z-index: 8;
	background-color: #fff;
	color: #000;
}
.pro-top h1{
	font-size: 16px;
	float: left;
	color: #231815;
}
.pro-top h1 img{
	max-width: 80%;
}
.protop{
	float: right;
	position: relative;
	margin-top: 27px;
	width: 12px;
}
.protop-arrow1,.protop-arrow2{
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	margin-top: 0;
	border-bottom: 6px transparent dashed;
	border-left: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-top: 6px white solid;
	overflow: hidden;
}
.protop-arrow1{
	top: 1px;
	border-top: 6px #cf151b solid;
}
.protop-arrow2{
	border-top: 6px white solid;
}
.pro-img{
	margin-top: 20px;
	overflow: hidden;
	width: 345px;
	height: 260px;
}
.pro-img img{
	max-width: 345px;
	max-height: 260px;
	transition: all 0.5s ease;
}
.pro-img img:hover{
	transform: scale(1.1,1.1);
}
.none{
	display: none;
}
.adivs-txt{
	width: 820px;
}
.adivs-ul{
	width: 100%;
}
.plan-ul{
	border-top: solid 2px #d0d0d0;
	margin-top: 80px;
}
.plan-ul li{
	padding-top: 70px;
	border-bottom: solid 2px #d0d0d0;
	padding-bottom: 70px;
}
.plan-left{
	float: left;
	width: 620px;
}
.plan-top b{
	font-size: 26px;
	color: #cf151b;
	font-weight: normal;
	margin-right: 20px;
}
.plan-top span{
	font-size: 18px;
	color: #333;
	position: relative;
}
.plan-top span:after{
	content: "";
	width: 36px;
	height: 1px;
	background-color: #2c2c2c;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -0.5px;
}
.plan-txt{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 50px;
}
.plan-txt p{
	color: #333;
}
.plan-right{
	float: right;
	width: 420px;
	height: 280px;
	margin-top: 95px;
}
.plan-right img{
	width: 400px;
	height: 220px;
}
.plan-ul li:nth-of-type(even) .plan-left{
	float: right;
}
.plan-ul li:nth-of-type(even) .plan-right{
	float: left;
}
.plan-contact{
	padding-top: 70px;
}
.plc-left{
	width: 685px;
}
.plc-left p{
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.plc-left h1{
	font-size: 26px;
	color: #cf151b;
	margin-top: 120px;
}
.plt-ul{
	margin-top: 65px;
}
.plt-ul li{
	margin-bottom: 12px;
}
.plt-ul li span{
	font-size: 14px;
	color: #666;
	display: inline-block;
	width: 90px;
}
.plt-ul li input{
	width: 330px;
	height: 30px;
	background-color: #EFEFEF;
	padding-left: 10px;
}
.plt-ul input[type="submit"]{
	width: 106px;
	height: 35px;
	background-color: #cf151b;
	color: #fff;
	font-size: 18px;
	border-radius: 17px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.factory-box{
	padding-top: 70px;
	width: 1080px;
	margin: 0 auto;
}
.factory-box h1{
	text-align: center;
	color: #cf151b;
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 44px;
}
.factory-box h2{
	text-align: center;
	color: #3E3A39;
	font-size: 18px;
}
.zh-pro{
	text-align: center;
}
.zh-pro img{
	margin: 55px 0;
	width: 100px;
	height: 100px;
}
.zh-pro h3{
	font-size: 24px;
	color: #cf151b;
	text-align: center;
	line-height: 36px;
}
.zh-txt{
	line-height: 34px;
	font-size: 16px;
	color: #3E3A39;
	margin: 0 auto;
	margin-top: 30px;
	width: 830px;
}
.zhihui{
	border-bottom: solid 1px #7e7e7e;
	padding-bottom: 70px;
}
.fac-line{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #3E3A39;
	margin: 0 auto;
}
.tory-txt{
	margin-top: 60px;
	font-size: 20px;
	padding-bottom: 70px;
}
.tory-txt img{
	width: 355px;
}
.tory-txt div{
	color: #3E3A39;
	width: 830px;
	margin: 0 auto;
	margin-top: 70px;
	line-height: 34px;
	font-size: 16px;
}
.about{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
	border-bottom: solid 1px #c4c4c4;
	padding-bottom: 70px;
}
.ab-txt{
	width: 825px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	margin-top: 60px;
	line-height: 34px;
}
.ab-img{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.abimg-box{
	text-align: center;
	margin-top: 84px;
}
.core-box{
	width: 1080px;
	height: 510px;
	border: solid 1px #333;
	margin: 0 auto;
	margin-top: 70px;
	padding: 56px 0;
	margin-bottom: 100px;
	position: relative;
}
.smbox{
	position: absolute;
	top: 88px;
	left: -1px;
	width: 2px;
	height: 42px;
	background: #fff;
}
.smboxr{
	right: -1px;
	position: absolute;
	top: 88px;
	width: 2px;
	height: 42px;
	background: #fff;
}
.core-ul{
	margin-top: 86px;
	margin-left: 110px;
	background: url("../images/bg03.png") no-repeat;
	background-position-y: 10px;
}
.core-ul li{
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 36px;
}
.title1.cot1{
	font-size: 26px;
	margin-bottom: 20px;
}
.title2.cot2{
	font-size: 18px;
}
.title2.cot2:after{
	bottom: -16px;
}
.rongyu{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.ry-ul{
	margin-top: 70px;
	padding: 0 26px;
	padding-bottom: 70px;
}
.ry-ul li{
	width: 478px;
	height: 346px;
	background: url("../images/bg01.png") no-repeat;
	background-size: cover;
	padding: 33px 36px;
	float: left;
	margin-bottom: 70px;
}
.ry-ul li:nth-of-type(even){
	float: right;
}
.ry-ul li img{
	width: 100%;
	height: 100%;
}
.pro-point{
	width: 1080px;
	min-height: 260px;
	margin: 0 auto;
	border-top: solid 1px #bdbebe;
	background-color: #F7F8F8;
	padding-top: 68px;
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
	padding-bottom: 68px;
}
.pro-point h1{
	font-size: 18px;
	font-weight: bold;
	color: #3e3a39;
	float: left;
	margin-top: 8px;
}
.pro-txt{
	width: 740px;
	font-size: 16px;
	line-height: 30px;
	color: #3E3A39;
	float: right;
}
.product-inter{
	width: 1080px;
	margin: 0 auto;
	line-height: 26px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	padding-right: 45px;
	color: #fff;
	text-align: right;
}
.product-show{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.product-show h1{
	font-size: 32px;
	position: relative;
	text-align: center;
	margin-top: 0;
	text-transform: capitalize;
}
.product-show h1:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 32px;
	height: 2px;
	background-color: #595757;
	margin-left: -16px;
}
.ps-ul{
	margin-top: 90px;
	overflow: hidden;
}
.ps-ul li{
	overflow: hidden;
	width: 322px;
	border-bottom: solid 1px #666;
	padding-bottom: 40px;
	margin-right: 42px;
	float: left;
}
.ps-ul a:last-child li{
	margin-right: 0;
}
.psu-left{
	margin-left: 12px;
	width: 190px;
}
.psu-left h2{
	color: #898989;
	font-size: 14px;
	margin: 0;
}
.psu-left h3{
	font-size: 22px;
	color: #000;
	margin: 0;
	margin-top: 14px;
}
.ps-ul li img{
	float: right;
	width: 80px;
	margin-right: 26px;
}
.ps-show{
	margin-top: 70px;
	border-bottom: solid 1px #666;
	padding-bottom: 50px;
}
.ps-show li{
	overflow: hidden;
	margin-bottom: 30px;
}
.ps-show li .pss-left{
	width: 370px;
}
.ps-show li .pss-left span{
	width: 20px;
	height: 2px;
	display: block;
	background-color: #cf151b;
	margin-top: 15px;
}
.pss-right{
	width: 680px;
	/*! margin-top: 20px; */
}
.pss-right h2{
	font-size: 18px;
	color: #3e3a39;
	font-weight: bold;
	margin: 0;
}
.pss-right div.pass-txt{
	font-size: 16px;
	color: #3E3A39;
	line-height: 30px;
	margin-top: 12px;
}
.psschos-item{
	width: 310px;
	min-height: 170px;
	margin-bottom: 10px;
}
.psschos-item h3{
	font-size: 20px;
	color: #191919;
	height: 30px;
	line-height: 28px;
	background-color: #D9D9D9;
	border: solid 1px #4D4D4D;
	padding-left: 13px;
}
.psschos-item img{
	float: right;
	margin-top: 6px;
	margin-right: 4px;
}
.psschos-item .paii-yxy{
	line-height: 30px;
	font-size: 16px;
	margin-top: 15px;
	color: #3E3A39;
	
}
.pss-right .psschos-item:nth-of-type(even){
	float: right;
}
.work-ul{
	overflow: hidden;
	margin-top: 70px;
}
.work-ul li{
	width: 208px;
	text-align: center;
	float: left;
	margin-right: 74px;
	
}
.work-ul li:last-child{
	margin-right: 0;
}
.work-ul li p{
	font-size: 18px;
	color: #3E3A39;
	border-top: solid 1px #666;
	padding-top: 20px;
}
.canshu{
	margin-top: 55px;
	padding-bottom: 70px;
}
.canshu img{
	max-width: 100%;
}
.kineye-box{
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.eye-sea{
	padding-top: 76px;
}
.eye-sea h1{
	text-align: center;
	color: #cf151b;
	font-size: 26px;
	line-height: 27px;
	margin-top: 0;
	
text-transform: capitalize;
}
.eye-sea h1 img{
	width: 180px;
	margin-top: -12px;
}
.eye-sea h1 b{
	font-weight: normal;
	color: #151515;
	text-transform: capitalize;
	font-size: 32px;
}
.eye-sea span{
	width: 36px;
	height: 2px;
	background-color: #231815;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.eye-sea div{
	font-size: 16px;
	color: #3E3A39;
	line-height: 26px;
	width: 830px;
	margin: 0 auto;
	margin-top: 30px;
}
.eye-ul{
	overflow: hidden;
	margin-top: 70px;
}
.eye-ul li{
	padding: 0 15px 23px 15px;
	width: 330px;
	border-bottom: solid 1px #727171;
	overflow: hidden;
	float: left;
	margin-right: 45px;
}
.eye-txt{
	width: 200px;
	text-align: left;
}
.eye-ul li:nth-child(2) .eye-txt{
	margin-top: 5px;
}
.eye-ul li:last-child{
	margin-right: 0;
}
.eye-txt h1{
	font-size: 32px;
	color: #000;
	margin: 0;
}
.eye-txt p{
	font-size: 20px;
	color: #000;
}
.eye-ul li img{
	float: right;
}
.eye-item{
	margin-top: 70px;
	position: relative;
}
.eyeit-left{
	width: 260px;
	padding-left: 20px;
	height: 100%;
	position: absolute;
	margin-top: -8px;
}
.eyeit-right{
	width: 800px;
}
.ee1{
	line-height: 26px;
	font-size: 16px;
	color: #3E3A39;
	border-bottom: solid 1px #E95513;
	padding-bottom: 30px;
}
.ee2{
	margin-top: 60px;
}
.ee2 h1{
	font-size: 18px;
	color: #3e3a39;
	margin: 30px 0;
	font-weight: bold;
}
.ee2 div.ee2-txt{
	line-height: 26px;
	font-size: 16px;
}
.ee2-img{
	margin-top: 45px;
}
.ee2-img img{
	margin: 0 3px;
	max-width: 100%;
	/*width: 256px;*/
	
}
.ee2-img1 img{width: 391px;}
.eyeit-left h1{
	font-size: 70px;
	color: #cf151b;
	margin: 0;
}
.eyeit-left p{
	font-size: 34px;
	color: #cf151b;
}
.yy1{
	padding-bottom: 40px;
	border-bottom: solid 1px #cf151b;
	margin-bottom: 70px;
}
.yy1 h1{
	font-size: 27px;
	color: #3e3a39;
	margin-bottom: 40px;
	font-weight: bold;
	    margin-top: 0;
	text-transform: capitalize;
}
.yy1-txt{
	font-size: 16px;
	line-height: 26px;
}
.yy2 h1{
	font-size: 18px;
	color: #3e3a39;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 0;
	
}
.yyxx{
	width: 410px;
	font-size: 16px;
	line-height: 26px;
}
.yy2-txt img{
	float: right;
	width: 340px;
	margin-top: 15px;
	/*height: 180px;*/
}
.yy2{
	margin-top: 70px;
}
.yy2-txt .yy2img{
	margin-top: 7px;
}
.eye-box{
	background-color: #F4F4F4;
}
.eye-jz{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}
.eye-title h1{
	text-align: center;
	color: #cf151b;
	font-size: 32px;
	position: relative;
	margin-top: 0;
}
.eye-title h1 img{
	width: 180px;
	margin-top: -12px;
}
.eye-title h1 b{
	color: #151515;
	font-weight: normal;
	    text-transform: capitalize;
}
.eye-title h1:after{
	position: absolute;
	content: "";
	width: 36px;
	height: 2px;
	background-color: #4e4e4e;
	bottom: -32px;
	left: 50%;
	margin-left: -18px;
}
.ene-txt{
	width: 780px;
	font-size: 16px;
	line-height: 26px;
	color: #3E3A39;
	margin: 0 auto;
	margin-top: 60px;
}
.eye-img{
	margin-top: 48px;
}
.eye-img img{
	margin: 0 3px;
	width: 350px;
}
.ddd-ul{
	width: 1080px;
	margin: 70px auto 30px;
}
.ddd-ul li{
	margin-bottom: 35px;
	float: left;
	width: 508px;
}
.ddd-ul li:nth-of-type(even){
	float: right;
}
.ddd-txt{
	margin-top: 10px;
}
.ddd-txt h1{
	font-size: 46px;
	color: #cf151b;
	float: left;
	line-height: 63px;
}
.ddwen{
	float: left;
	margin-left: 36px;
	text-align:left;
}
.ddwen h2{
	font-size: 20px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	max-width: 355px;
	line-height: 27px;
	margin-top: 23px;
}
.ddwen h2:after{
	content: "";
	position: absolute;
	top: 29px;
	right: -60px;
	width: 40px;
	height: 2px;
	background-color: #cf151b;
}
.ddwen p{
	font-size: 12px;
	color: #898989;
}
.ddd-ul li:nth-of-type(even) .ddd-txt h1{
	float: right;
}
.ddd-ul li:nth-of-type(even) .ddd-txt .ddwen{
	float: right;
	text-align: right;
	margin-right: 36px;
}
.ddd-ul li:nth-of-type(even) .ddd-txt .ddwen h2:after{
	left: -60px;
}
.warehouse{
	width: 1080px;
	margin: 0 auto;
}
.house-img{
	/*padding: 100px 0;*/
}
.house-img img{
	max-width: 100%;
}
.hou-tip{
	padding-bottom: 70px;
}
.htp{
	width: 410px;
	border-top: solid 1px #3E3A39;
	padding-top: 50px;
}
.htp img{
	max-width: 100%;
}
.htprg{
	width: 624px;
	padding-top:45px;
	line-height: 30px;
	font-size: 16px;
	border-top: solid 1px #3E3A39;
}
.wms-box{
	background-color: #f7f8f8;
}
.wms-jz{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}
.wms-jz h1{
	text-align: center;
	font-size: 27px;
	color: #333;
	line-height: 43px;
	text-transform: capitalize;
	margin-top: 0;
}
.span{
	display: block;
	width: 36px;
	height: 2px;
	background-color: #3E3A39;
	margin: 30px auto;
}
.wm-txt{
	font-size: 16px;
	color: #3E3A39;
	width: 860px;
	margin: 0 auto;
	line-height: 30px;
}
.wm-img{
	text-align: center;
	padding-top: 50px;
}
.wm-img img{
	max-width: 85%;
}
.who-left{
	width: 530px;
}
.who-left h1{
	font-size: 27px;
	color: #333;
	    line-height: 34px;
	text-align: left;
	text-transform: capitalize;
	margin-top: 0;
}
.ware-box{
	padding: 70px 0;
	border-bottom: solid 1px #3E3A39;
}
.who-left .span{
	margin: 30px 0;
}
.whol-txt{
	margin-top: 35px;
}
.whol-txt h2{
	font-size: 22px;
	color: #333;
	margin-top: 0;
	text-transform: capitalize;
}
.whol-txt div{
	font-size: 16px;
	color: #3E3A39;
	line-height: 30px;
	margin-top: 30px;
}
.who-right{
	width: 481px;
}
.who-right img{
	max-width: 100%;
	margin-top: 144px;
}
.ware-and{
	margin-top: 70px;
}
.ware-and h1{
	font-size: 30px;
	color: #333;
}
.ware-and h2{
	font-size: 30px;
	color: #333;
	margin-top: 12px;
}
.ware-and h2 b{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-transform: capitalize;
}
.wand-img{
	text-align: center;
	padding-top: 70px;
	    float: left;
}
.wand-img img{
	max-width: 100%;
}
.rfid-left{
	font-size: 26px;
	color: #333;
	width: 300px;
	margin-top: -4px;
	text-transform: capitalize;text-align: left;
}
.ware-rf{
	padding: 100px 0;
}
.rfid-right{
	width: 745px;
}
.rfid-right h1{
	font-size: 26px;
	mso-ansi-font-weight: bold;
	color: #333;
	margin: 0;
	text-transform: capitalize;
}
.rrf-txt{
	font-size: 16px;
	line-height: 34px;
	color: #3E3A39;
	margin-top: 40px;
}
.rrf-ul{
	margin-top: 55px;
}
.rrf-ul li{
	position: relative;
	float: left;
	width: 48%;
	height: 260px;
	border: solid 1px #3E3A39;
	padding: 40px;
	line-height: 30px;
	font-size: 16px;
}
.rrf-ul li:before{
	    content: "";
    width: 90%;
    height: 2px;
    background-color: #cf151b;
    position: absolute;
    top: -2px;
    left: 0;
    margin-left: 5%;
}
.rrf-ul li:nth-of-type(even){
	float: right;
}
.wrap-box{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.wb-item h1{
	text-align: center;
	font-size: 32px;
	line-height: 49px;
	color: #3E3A39;
	margin-top: 0;
}
.wbi-txt{
width: 860px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #3E3A39;
}
.wbi-txt img{
max-width: 100%;
    margin-top: 80px;
    text-align: center;
    vertical-align: middle;
    margin: 80px auto;
	
}

.wit-ul{
	overflow: hidden;
	margin-top: 70px;
}
.wit-ul li{
	width: 180px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border: solid 1px #9FA0A0;
	border-right: none;
	float: left;
	color: #3E3A39;
}
.wit-ul a:last-child li{
	border-right: solid 1px #9FA0A0;
}
.wit-ul a{
	display: block;
	float: left;
}
.wit-ul a.active li{
	color: #fff;
	background-color: #cf151b;
	border: solid 1px #cf151b;
}
.wit-ul li.active{
	color: #fff;
	background-color: #cf151b;
	border: solid 1px #cf151b;
}
/*.wit-ul li:hover{*/
	/*color: #fff;*/
	/*background-color: #cf151b;*/
	/*border: solid 1px #cf151b;*/
/*}*/
.wit-div{
	padding-top: 100px;
}
.wit-div h1{
	width: 200px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #cf151b;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.wit-txt{
	width: 100%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 16px;
	margin-top: 40px;
}
.wit-img{
	text-align: center;
	margin-top: 40px;
}
.wit-img img{
	max-width: 100%;
}
.yycap{
	border: solid 1px #e0e0e0;
	background-color: #fafafa;
	padding: 88px 68px;
	margin-top: 70px;
	margin-bottom: 0;
}
.yyc{
	width: 330px;
	text-align: center;
	padding: 0 34px;
}
.yyc h1{
	font-size: 26px;
	color: #cf151b;
	border-bottom: solid 1px #DF5F18;
	line-height: 46px;
	display: inline-block;
	padding-bottom: 20px;
	width: 262px;
}
.yyc div{
	color: #3E3A39;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
}
.navFix1{
	position: fixed;
	width: 1100px;
	top: 20px;
	left: 50%;
	margin-left: -550px;
	background-color: #fff;
}
.serve-box{
	width: 1110px;
	margin: 0 auto;
}
.sales-box{
	background-color: #F4F4F4;
}
.sales{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 60px;
}
.sale-left h1{
	font-size: 27px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
}
.sale-left h2{
	font-size: 18px;
	color: #333;
	position: relative;
	display: inline-block;
}
.sale-left h2:after{
	content: "";
	position: absolute;
	top: 10px;
	right: -36px;
	width: 36px;
	height: 2px;
	background-color: #333;
}
.support-box{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 15px;;
}
.sutit1{
	font-size: 27px;
	color: #333;
	margin-bottom: 14px;
	margin-top: 0;
	text-transform: capitalize;
}
.sutit2{
	font-size: 18px;
	color: #333;
	position: relative;
	display: inline-block;
}
.sutit2:after{
	content: "";
	position: absolute;
	right: -36px;
	top: 10px;
	width: 36px;
	height: 2px;
	background-color: #333;
}
.sup-left{
	width: 670px;
	font-size: 16px;
	line-height: 34px;
	padding-top: 35px;
}
.sup-img{
	width: 350px;
}
.sup-img img{
	max-width: 350px;
}
.sup-ul{
	margin-top: 80px;
}
.sup-ul li{
	border: solid 1px #333;
	width: 232px;
	min-height: 336px;
	padding: 32px;
	float: left;
	margin-right: 50px;
}
.sup-ul li h1{
	font-size: 20px;
	color: #000;
	position: relative;
	margin-top: 0px;
}
.sup-ul li h1:after{
	content: "";
	width: 40px;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: -24px;
	left: 0;
}
.sup-ul li p{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 24px;
	position: relative;
	padding-left: 15px;
	text-align: left;
}
.sup-ul-p{
	margin-top: 50px;

}
.sup-ul li p:before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #808080;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.sup-ul li:last-child{
	margin-right: 0;
}
.tran-ul{
	overflow: hidden;
	margin-top: 90px;
}
.tran-ul li{
	overflow: hidden;
	float: left;
	width: 40%;
	margin-bottom: 50px;
}
.tran-ul li:nth-of-type(even){
	float: right;
}
.tran-ul li img{
	float: left;
}
.tan-txt{
	margin-left: 30px;
	
	width: 340px;
}
.tan-txt h1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.tan-txt p{
	font-size: 16px;
	color: #666;
	position: relative;
	padding-left: 15px;
	line-height: 30px;
	    text-align: left;
}
.tan-txt p:after{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #808080;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.vice-box{
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.vice-ul{
	margin-top: 70px;
	overflow: hidden;
	padding-bottom: 60px;
	border-bottom: solid 1px #666;
}
.vice-ul li{
	overflow: hidden;
	float: left;
	margin-right: 93px;
}
.vice-ul li:last-child{
	margin-right: 0;
}
.vice-ul li img{
	float: left;
	    width: 49px;
}
.vice-txt{
	margin-left: 20px;
	width: 228px;
}
.vice-txt h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 12px;
}
.vice-txt p{
	color: #666;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}
.vice-txt p:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.stam-img{
	text-align: center;
	margin-top: 50px;
}
.stam-img img{
	max-width: 79%;
}
.need-ul img{ width: 60px; }
.black-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 999;
	display: none;
}
.black{
	background-color: rgba(207, 21, 27, 0.9);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -245px;
	margin-left: -462.5px;
	width: 925px;
	height: 490px;
	padding-top: 60px;
	padding-left: 70px;
	z-index: 1000;
	display: none;
}
.black-left{
	width: 374px;
}
.black-left h1{
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.black-left input::-webkit-input-placeholder{
	color: #fff!important;
}
.black-left input::placeholder{
	color: #fff!important;
}
.black-left input[type="text"]{
	width: 100%;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #c10f15;
	margin-bottom: 10px;
	color: #fff;
}
.black-left textarea{
	width: 100%;
	height: 72px;
	padding: 10px;
	font-size: 14px;
	background-color: #c10f15;
	margin-bottom: 10px;
	color: #fff;
}
.black-left textarea::placeholder{
	color: #fff;
}
.black-left input[type="submit"]{
	width: 80px;
	height: 20px;
	background-color: #fff;
	font-size: 12px;
	color: #c10f15;
	float: right;
}
.black-right{
	width: 221px;
	background: url("../images/bg_04.png") no-repeat center top;
	height: 100%;
	margin-left: 100px;
}
.bba{
	text-align: center;
	margin-top: 25px;
}
.bba img{
	margin-bottom: 14px;
}
.bba p{
	color: #fff;
	font-size: 14px;
}
.sanding-box{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
.sand-txt{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #3E3A39;
	margin-top: 60px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 40px;
}
.sanding-box img{
	max-width: 80%;
}
.sand-img img{
	width: 370px;
	margin: 0 5px;
}
.sand-txt1{
	width: 550px;
	margin: 0 auto;
	font-size: 16px;
	color: #3E3A39;
	margin-top: 60px;
	line-height: 30px;
	text-align: justify;
}
.sand-img{
	text-align: center;
	margin-top: 60px;
	font-size: 0;
}
.cent-box{
	width: 100%;
	height: 423px;
	background: url("../images/bg02.jpg") no-repeat center;
	padding-top: 260px;
}
.cent-jz{
	width: 780px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.cent-jz li{
	display: inline-block;
	margin: 0 48px;
}
.cent-jz li p{
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.success-box{
	background-color: #fafafa;
}
.success-jz{
	width: 1080px;
	margin: 0 auto;
}
.success-ul{
	width: 1080;
	margin: 0 auto;
	margin-top: 70px;
}
.success-ul li{
	width: 33.333%;
	float: left;
	position: relative;
	height: 240px;
}
.success-ul li > img{
	width: 100%;
	height: 180px;
}
.succ-div{
	color: #3E3A39;
	font-size: 16px;
	padding-top: 15px;
	line-height: 60px;
	padding-left: 22px;
	background: url("../images/bg_01.png");
	background-size: cover;
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0;
	border: solid 1px #e1e1e1;
	border-right: none;
	border-top: none;
	left: 0;
}
.succ-div span{
	display: inline-block;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.succ-div img{
	width: 20px;
	float: right;
	margin-top: 20px;
	margin-right: 18px;
}
.success-ul li:last-child .succ-div{
	border-right: solid 1px #e1e1e1;
}
.botrss{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 20px;
}
.botrss input{
	margin: 0 10px;
}
.social-share .icon-weibo{
	color: #666!important;
	border-color: transparent!important;
	margin-right: 30px;
	margin-left: 0px;
}
.social-share .icon-wechat{
	color: #666!important;
	border-color: transparent!important;
	margin-right: 0px;
	margin-left: 0px;
}
.social-share .icon-wechat:hover,.social-share .icon-weibo:hover{
	background-color: transparent!important;
}
.pagination > li > a, .pagination > li > span{
	color: #E65514;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #E65514;
	border-color: #E65514;
}
/*展会*/
.exhibition-box{
	width: 1080px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
.exhibition-box h1{
	font-size: 34px;
	color: #fb7049;
	text-align: center;
}
.exh-contact{
	width: 465px;
	height: 320px;
	background-color: #ec5e20;
	margin: 0 auto;
	margin-top: 56px;
	padding-top: 50px;
}
.exh-contact{
	text-align: center;
}
.exh-contact h2{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.exh-contact input[type="text"]{
	width: 270px;
	height: 36px;
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 10px;
	padding-left: 12px;
	color: #fff;
}
.exh-contact input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
.exh-contact input[type="submit"]{
	width: 95px;
	height: 24px;
	background-color: #fff;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 34px;
}
.exhibition-text{
	margin-top: 100px;
	text-align: center;
}
.exhibition-text p{
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 54px;
}
.exhibition-text img{
	max-width: 100%;
}









