.center{
	width: 1200px;
	margin: 0 auto;
}
.outer{
	width: 1600px;
	margin-left:-800px;
	height: 45px;
	border-bottom: 1px solid #B8B4B7;
	position: absolute;
	z-index: 2;
	left:50%;
}
.header{
	height: 45px;
	position: relative;
}
.header .top-l{
	float: left;
	color: #ccc;
	position: absolute;
	left: 20px;
}
.header .top-l li{
	float: left;
	padding-left: 20px;
	line-height: 45px;
}
.header .top-l li.first{
	background: url(../img/index/indx7.png) no-repeat left center;
	margin-right: 30px;
}
.header .top-l li.last{
	background: url(../img/index/indx14.png) no-repeat left center;
}
.header .top-r{
	float: right;
}
.header .top-r a{
	display: inline-block;
	color: #333;
	font-size: 14px;
	line-height: 45px;
	margin-right: 40px;
	transition: .5s;
	-webkit-transition: .5s;
	color: white;
}
.header .top-r a:hover{
	color: #EC6A00;
}

.outer1{
	overflow: hidden;
	border-bottom: 1px solid #B8B4B7;
	position: absolute;
	top: 60px;
	z-index: 2;
	left: 50%;
	width: 1600px;
	margin-left:-800px;
}
.nav{
	overflow: hidden;
	position: relative;
}
.nav img{
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}
.nav ul {
	float: right;
}
.nav ul li{
	float: left;
	line-height: 118px;
	margin-left: 40px;
}
.nav ul li:last-child{
	margin-right: none;
}
.nav ul li a{
	transition: .5s;
	-webkit-transition: .5s;
	color: white;
}
.nav ul li a:hover{
	color: #EC6A00;
}

#banner {
	width: 100%;
	height: 840px;
	position: relative;
	overflow: hidden;
}
#banner ul li {
	width: 100%;
	height: 987px;
	position: absolute;
	top: 0;
	left: 100%;
	color: white;
}
#banner ul li.first{
	position: absolute;
	top: 0;
	left: 0;
}
#banner .tab{
	width:200px ;
	padding: 1px 10px;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
}
#banner .tab span {
	display: inline-block;
	width: 30px;
	height: 8px;
	background: #C7C7C8;
	border-radius:2px;
	margin-right: 10px;
}
#banner .tab span.active{
	background: white;
}
#banner ul li h1{
	font-size: 48px;
	font-weight: normal;
	position: absolute;
}
#banner ul li h1.first{
	top: 350px;
	/*
	left: 170px;
	*/
	left:50%;
	margin-left:-630px;
}
#banner ul li h1.last{
	top: 410px;
	/*
	left: 170px;
	*/
	left:50%;
	margin-left:-630px;
}
#banner ul li p{
	position: absolute;
	width: 650px;
	font-size: 14px;
	top: 500px;
	/*
	left: 170px;
	*/
	left:50%;
	margin-left:-630px;
}
#banner ul li .banner-a{
	position: absolute;
	top: 580px;
	/*
	left: 170px;
	*/
	left:50%;
	margin-left:-630px;
}
#banner ul li .banner-a a{
	color: white;
	font-size: 16px;
	padding: 7px 15px;
	border: 1px white solid;
	border-radius: 20px;
	margin-left: 10px;
}
#banner ul li .banner-a a:hover{
	background: #EC6A00;
	border: none;
}
#banner ul li .banner-a a.active{
	background: #EC6A00;
	border: none;
}
.commonh1{
	float:left;width:100%;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 40px;
	letter-spacing: 3px;
}
.Serviceae{
	float:left;
	width:100%;
	height: 530px;
	background: #2D3C4C;
	padding-top: 70px;
}
.Serviceadvantage{
	overflow: hidden;
}
.Serviceadvantage .commonh1{
	color: #fff;
	background: url(../img/index/indx30.png) no-repeat  bottom;
}
.Serviceadvantage .sa-list-box{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.Serviceadvantage .sa-list-box .sa-list{
	width: 162px;
	color: #fff;
	float: left;
	margin-right: 175px;
}
.Serviceadvantage .sa-list-box .sa-list:last-child{
	margin-right: 0;
	width: 180px;
}
.Serviceadvantage .sa-list-box .sa-list h2{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 25px 0;
	padding-bottom: 20px;
	background: url(../img/index/indx30.png) no-repeat  bottom;
}
.Serviceadvantage .sa-list-box .sa-list p{
	text-align: center;
}
.Serviceadvantage .sa-list-box .sa-list img{
	transform: scale(1);
	transition: all 1s;
	-webkit-transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transform: scale(1);
	-moz-transition: all 1s;
	-ms-transform: scale(1);
	-ms-transition: all 1s;
	-o-transform: scale(1);
	-o-transition: all 1s;
	margin: 0 auto;
	padding-top: 10px;
}
.Serviceadvantage .sa-list-box .sa-list:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.servecentent{
	float:left;
	width:100%;
	margin-top: 70px;
}
.servecentent h1{
	color: #000;
	background: url(../img/index/indx31.png) no-repeat  bottom;
}
.servecentent .sectlist-box{
	margin: 0 auto;
	width:96%;
	max-width: 1200px;
	overflow: hidden;
}
.servecentent .sectlist-box .sectlist1{
	border-right: 2px solid #CECECE;
	width: 160px;
	padding: 30px 40px;
	overflow: hidden;
	float: left;
}
.servecentent .sectlist-box .sectlist1 h2{
	padding:0px;
	margin:0px;
	text-align: center;
	margin-bottom: 10px;
}
.servecentent .sectlist-box .sectlist1 p{
	text-align: center;
	color: #B3B3B3;
	margin-bottom: 40px;
}
.servecentent .sectlist-box .sectlist1 ul li{
	text-align: center;
	color: #B3B3B3;
	margin-bottom: 34px;
}

.servecentent .sectlist-box .sectlist{
	border-left: #FF5A02 2px solid;
	border-right: #FF5A02 2px solid;
	padding: 30px 30px 33px 30px;
	background: #F8F6F5;
	float: left;
	width: 410px;
	overflow: hidden;
	
}
.servecentent .sectlist-box .sectlist h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
.servecentent .sectlist-box .sectlist .paragraph{
	text-align: center;
	color: #B3B3B3;
	margin-bottom: 40px;
}
.servecentent .sectlist-box .sectlist ul li{
	float: left;
	margin-right: 120px;
	margin-bottom: 30px;
}
.servecentent .sectlist-box .sectlist ul li.first{
	overflow: hidden;
	width: 420px;
	margin-right: 0;
}
.servecentent .sectlist-box .sectlist ul li h3{
	padding:0px;
	margin:0px;
	color: #000;
	font-size: 14px;
}
.servecentent .sectlist-box .sectlist ul li p{
	color: #B3B3B3;
}
.servecentent .sectlist-box .sectlist ul li p .orange{
	color: #FE7125;
	font-size: 14px;
}
.servecentent .sectlist-box .sectlist ul li p .cysz{
	color: #FE7125;
}
.servecentent .sectlist-box .sectlist ul li .mmm{
	float:left;
	display: block;
	width: 130px;
	height: 40px;
	border: 2px solid #FE7125;
	text-align: center;
	line-height: 40px;
	color: #FE7125;
	float: right;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
}
.servecentent .sectlist-box .sectlist ul li .mmm:hover{
	background: #FE7125;
	color: #fff;
}
.servecentent .sectlist-box .sectlist ul li a{
	color: #FE7125;
}

.oneserve{
	float:left;width:100%;
	overflow: hidden;
	margin-bottom: 80px;
}
.oneserve h1{
	color: #000;
	background: url(../img/index/indx31.png) no-repeat  bottom;
	margin-bottom: 50px;
}
.oneserve .oneserve-title{
	position: relative;
	width: 1070px;
	margin:0 auto;
	padding: 0 65px;
	margin-bottom: 70px;
	overflow: hidden;
}
.oneserve .oneserve-title .xian{
	border-bottom: 1px solid #E6E6E6;
	width: 1070px;
	position: absolute;
	top: 70px;
	z-index: -1;
}
.oneserve .oneserve-title .start{
	position: absolute;
	left: 20px;
	color: #E6E6E6;
	top: 62px;
}
.oneserve .oneserve-title .end{
	position: absolute;
	right: 15px;
	color: #E6E6E6;
	top: 62px;
}
.oneserve .oneserve-title ul{
	float:left;
	margin-left: 8%;
	margin-top: 0px;
}
.oneserve .oneserve-title ul li{
	float: left;
	margin-right: 70px;
	overflow: hidden;
}
.oneserve .oneserve-title ul li:last-child{
	margin-right: 0;
}
.oneserve .oneserve-title ul li a{
	cursor: pointer;
	position: relative;
	display:block;
	width: 135px;
	height: 140px;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transform: scale(1);
	-moz-transition: all 0.5s;
	-ms-transform: scale(1);
	-ms-transition: all 0.5s;
	-o-transform: scale(1);
	-o-transition: all 0.5s;
}
.oneserve .oneserve-title ul li a h3{
	font-family: arial;
	font-size: 16px;
	position: absolute;
	bottom: -20px;
	left: 10px;
	color: #ccc;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transform: scale(1);
	-moz-transition: all 0.5s;
	-ms-transform: scale(1);
	-ms-transition: all 0.5s;
	-o-transform: scale(1);
	-o-transition: all 0.5s;
}
.oneserve .oneserve-title ul li a.tu1{
	background: url(../img/index/indx32.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu2{
	background: url(../img/index/indx27.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu3{
	background: url(../img/index/indx28.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu4{
	background: url(../img/index/indx29.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu5{
	background: url(../img/index/indx.png) no-repeat center;
}
.oneserve .oneserve-title ul li a:hover h3{
	color: #322f4c;
}
.oneserve .oneserve-title ul li a.tu1:hover{
	background: url(../img/index/indx33.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu2:hover{
	background: url(../img/index/indx34.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu3:hover{
	background: url(../img/index/indx35.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu4:hover{
	background: url(../img/index/indx36.png) no-repeat center;
}
.oneserve .oneserve-title ul li a.tu5:hover{
	background: url(../img/index/indx37.png) no-repeat center;
}

.oneserve .coneservecentent{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	height: 450px;
}
 .oneserve .coneservecentent .information-box{
 	margin: 0 auto;
 	overflow: hidden;
 	width: 1200px;
 	height: 450px;
 	display: none;
 }
 .oneserve .coneservecentent .information-box img{
	float: right;
}
 .oneserve .coneservecentent .information{
 	width: 400px;
 	float: left;
 	padding-left: 40px;
 }
.oneserve .coneservecentent .information h2{
	color: #322f4c;
	font-size: 24px;
	text-align: right;
	margin-bottom: 40px;
}
.oneserve .coneservecentent .information .ps1{
	color: #ccc;
	font-size: 12px;
	line-height: 20px;
	font-style: oblique;
}
.oneserve .coneservecentent .information .ps2{
	color: #B2B2B2;
	font-size: 14px;
	margin-top: 50px;
	line-height: 25px;
}
.oneserve .coneservecentent .information .readmore{
	width: 150px;
	height: 50px;
	background: #322f4c;
	float: right;
	border-radius: 20px;
	margin-top: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
}


.eltcaseouter{
	float:left;width:100%;
	height: 600px;
	background: #322f4c;
}
 .yxal{
	color: #000;
	background: url(../img/index/indx31.png) no-repeat  bottom;
	margin-bottom: 150px;
}
.eltcasebox{
	height: 600px;
	width: 100%;
	position: relative;
}
.eltcasebox .esboximg{
	position: absolute;
	top: -140px;
	z-index: 2;
	left: -480px;
}
.eltcasebox .esboximg img{
	width: 420px;
	height: 700px;
}
.eltcasebox .allist{
	position: absolute;
	right: 50px;
	top: -30px;
}
.eltcasebox .allist a{
	padding-bottom: 21px;
	display: inline-block;
	color: #B3B3B3;
	margin-right: 80px;
	font-size: 14px;
	cursor: pointer;
	
}
.eltcasebox .articlefu{
	border: 1px solid palevioletred;
}
.eltcasebox .article{
	margin-top: 90px;
	float: right;
	color: #fff;
	position: relative;
	display: block;
}
.eltcasebox .article h2{
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: normal;
}
.eltcasebox .article p{
	margin-bottom: 40px;
	line-height: 25px;
	width: 600px;
	font-weight: bold;
	font-size: 14px;
}
.eltcasebox .article button{
	width: 150px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 25px;
	background: #322f4c;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
	cursor: pointer;
}
.eltcasebox .article .imgbox{
	
}
.eltcasebox .article .imgbox img{
	float: left;
	margin-right: 5px;
}
.eltcasebox .article .imgbox img:last-child{
	margin-right: 0;
}

.estimate{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 135px;
}
.estimate h1{
	color: #000;
	background: url(../img/index/indx31.png) no-repeat  bottom;
	margin-bottom: 50px;
}
.estimate p{
	position: relative;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	padding-left: 20px;
	line-height: 25px;
}
.estimate p img{
	position: absolute;
}
.estimate p img.pct{
	left: 0px;
	top: 0;
}
.estimate p img.pct1{
	right: 400px;
	top: 55px;
}
.estimate h4{
	text-align: center;
	margin: 20px;
}
.estimate h4 strong{
	color: #322f4c;
}
#control{
	margin-bottom: 40px;
}

.iconouter{
	float:left;width:100%;
	margin-top: 50px;
	background: #F7F7F7;
	height: 210px;
}
.icon{
	width: 1200px;
	height: 175px;
	padding-top: 35px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.icon .imgsboxouter{
	width: 1000px;
	margin-left: 75px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.icon .imgsboxouter .imgsbox{
	position: absolute;
	/*min-width: 1680px;*/
	width: 2200px;
	left: 0px;
}
.icon .imgsboxouter .imgsbox img{
	float: left;
	width: 100px;
	height: 120px;
	margin-right: 100px;
}
.icon button{
	position: absolute;
	right: 30px;
	top: 35%;;
	border: none;
	width: 34px;
	height: 58px;
	background: url(../img/index/indx23.png) no-repeat center;
	cursor: pointer;
}
