
.header{
	width: 100%;
	height: 120px;
}
.top{
	background: #000000;
}
.main {
	padding-top: 60px;
}
.fanav{
	width: 1200px;
	height: 110px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow:0px 11px 21px 0px rgba(229,229,229,0.65);
	margin: 0 auto;
	margin-top: -75px;
	position: relative;
	z-index: 96;
	padding: 30px 0;
}
.falist{
	width: 24.8%;
	text-align: center;
	float: left;
	border-right: 1px solid #EEEEEE;
}
.falist:last-child{
	border-right: none;
}
.fatit{
	font-size: 50px;
	color: #333333;
	position: relative;
}
.fatit span{
	font-size: 20px;
	position: relative;
	top: -30px;
}
.facen{
	font-size: 20px;
	color: #333333;
}
.leibie{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}

.lblist {
	width: 25%;
	text-align: center;
	float: left;
}
/*.scorll{
	
	transform: translate(0,-100px);
	opacity: 1;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;	
}*/
.lbimg img{
	width: 120px;
	height: 120px;
}
.lbdiv{
	font-size: 20px;
	color: #333333;
	margin: 25px 0 30px 0;
}
.border{
	width: 30px;
	height: 1px;
	background: #DCDCDC;
	margin: 0 auto;
}
.lblist ul{
	width: 130px;
	height: 186px;
	text-align: left;
	padding-left: 50px;
	margin: 0 auto; 
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 31px;
}
.lblist ul li{
	list-style:square;
}

.lbtn{
	width: 130px;
	height: 35px;
	line-height: 36px;
	background: #FA7313;
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 25px;
	cursor: pointer;
	opacity:0.7;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;	

}
.lbtn:hover{
	opacity:1;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;	
}

/*解决方案*/
.jiejue{
	width: 100%;
	height: 500px;
	background: url(../images/dzbg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 70px;
}
.jscen{
	width: 1200px;
	margin:0 auto;
	margin-top: 70px;
}
.fangtit{
	color: #ffffff;
	font-size: 24px;
	padding-top: 60px;
	text-align: center;
}
.jslist{
	width: 284px;
	height: 338px;
	float: left;
	margin: 0 8px;
	position: relative;
}

.jsdiv1{
	width: 284px;
	height: 238px;
	background: #FA7313;
	border-radius:2px 2px 0px 0px;
	text-align: center;
	padding: 60px 0 40px 0;
}
.tit1{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.cen1{
	width: 150px;
	font-size: 14px;
	text-align:center;
	color: #ffffff;
	opacity: 0.5;
	margin: 15px auto 34px auto;
}
.img1 img{
	width: 60px;
	height: 60px;
	margin-top:50px ;
}
.jsdiv2{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;	
}
.jslist.active .jsdiv2{
	opacity: 1;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;	
}
.jsdiv2>img{
	width: 284px;
	height: 120px;
}
.dzbox{
	width: 284px;
	height: 158px;
	background: #ffffff;
	padding: 30px 0;
}
.tit2{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.cen2{
	font-size: 14px;
	color: #333333;
	opacity: 0.5;
}
.zixun2{
	width: 138px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #FA7313;
	border-radius: 2px;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 45px;
	cursor: pointer;
}

/*技术核心团队*/
.hexin{
	width: 1200px;
	margin: 0 auto;
}
.hxlf{
	width: 600px;
	border-right: 1px solid #E5E5E5;
}
.hxtit{
	margin-bottom: 15px;
}
.hxtit img{
	width: 11px;
	height: 30px;
}
.hxtit span{
	font-size: 40px;
	color: #333333;
	margin-left: 10px;
}
.hxlist{
	width: 33%;
	float: left;
}
.hxlist div:nth-child(1){
	font-size: 58px;
	color: #D28600;
	font-weight: bold;
}
.hxlist div:nth-child(2){
	font-size: 20px;
	color: #999999;
}
.ljmore{
	width: 526px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	opacity:0.8;
	margin-top: 60px;
	border-radius: 6px;
	background:#F2530F;
	background: -webkit-linear-gradient(left, #FA7313 , #FA2E13); 
	background: -o-linear-gradient(right, #FA7313, #FA2E13); 
	background: -moz-linear-gradient(right, #FA7313, #FA2E13);
	background: linear-gradient(to right, #FA7313 , #FA2E13);
	
	cursor:pointer;
}
.ljmore:hover{
	opacity:1;
}

.hxrg{
	width: 599px;
}
.fwlist{
	width: 235px;
	height: 60px;
	border: 1px solid #DDDDDD;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
	float: left;
	margin-left: 30px;
	margin-bottom: 18px;
}
.fwlist span.iconfont{
	font-size: 24px;
	margin-right: 15px;
}


.dingzhi{
	width: 100%;
	height: 1000px;
	background: #FCFBFE;
	margin-top: 80px;
}
.dzcen{
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
	background: url(../images/dingzhi.png) no-repeat center center;
	background-size: 700px 663px;
	position: relative;
}

.dzboxx{
	width: 290px;
}
.dzboxx img{
	width: 90px;
	height: 90px;
}
.dzboxx h4{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
.dzboxx div{
	font-size: 18px;
	color: #333333;
}
.dzboxx1{
	position: absolute;
	top: 200px;
	left: 50px;
}
.dzboxx2{
	position: absolute;
	top: 700px;
	left: 80px;
}

.dzboxx3{
	position: absolute;
	top: 100px;
	right: 0;
}
.dzboxx4{
	position: absolute;
	top: 620px;
	right: 20px;
}
.footer{
	margin-top: 0;
}

.main .typee{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 80px;
}
.typee .datu{
	width: 746px;
	height: 500px;
}
.anliName{
	position: absolute;	
	top: 12px;	
	left: 360px;
	background-color: #fff;	
	width: 840px;	
	padding-top: 25px;
	padding-bottom: 32px;
	border-radius: 4px;
}
.anliName1{
	width: 100%;
	margin-bottom: 62px;
	overflow: hidden;
}
.quBottom{
	margin-bottom: 0px;				
}
.anliName1 .anli{
	width: 33%;
	text-align: center;
	float: left;
}
.anli img{
	width: 63px;
	height: 63px;    
	margin: 00 auto;
	margin-bottom: 5px;
}
.anli div{
	font-size:20px;
	color: #111;
}
.anliName2{
	position: absolute;
	top: 12px;
	left: 0;
 z-index: 36;
}
.type2 .datu{
	margin-left:454px;
}

.type .datu {
    width: 746px;
    height: 500px;
}

/*头图*/
.banner img{
	width: 100%;
}

.title{
	text-align: center;
	margin-bottom: 70px;
}
.title .hangye{
	color: #111;
	font-size:40px;
}
.title .henxian{
	width:76px;
	height:2px;
	border:1px solid rgba(255,156,0,1);
	background-color:rgba(255,156,0,1) ;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.title .zhuanye{
	font-size:24px;
				
}

@keyframes welcome1{
				0%{
					transform: translate(-300px,0);
				}100%{
					transform: translate(0,0);
				}
			}
			@keyframes info2{
				0%{
					transform: translate(300px,0);
				}100%{
					transform: translate(0,0);
				}
			}
			.donghua1{
				animation: donghua1 2s;
			}
			.donghua2{
				animation: donghua2 2s;
			}
			@keyframes donghua1{
				0%{
					transform: translate(-600px,0);
				}100%{
					transform: translate(0,0);
				}
			}
			@keyframes donghua2{
				0%{
					transform: translate(600px,0);
				}100%{
					transform: translate(0,0);
				}
			}
			.donghua3{
				animation: donghua3 1s;
			}
			@keyframes donghua3{
				0%{
					transform: translate(10px,0);
				}25%{
					transform: translate(-10px,0);
				}50%{
					transform: translate(10px,0);
				}
				100%{
					transform: translate(0,0);
				}
			}
			.donghua4{
				animation: donghua2 2s;
			}
			.donghua5{
				animation: donghua1 2s;
			}
			.donghua10{
				animation: donghua10 1s;
				/*animation-iteration-count:infinite*/
			}
			@keyframes donghua10{
				0%{
					transform: scale(1);
				}50%{
					transform:scale(.5) ;
				}100%{
					transform:scale(1) ;
				}
			}
			.donghua6{
				animation: donghua10 1s;
			}
			.donghua8{
				animation: donghua8 2s;
				/*animation-iteration-count:infinite*/
			}
			.donghua9{
				animation: donghua9 2s;
/*				animation-iteration-count:infinite*/
			}
			@keyframes donghua8{
				0%{
					transform: translate(10px,0);
				}50%{
					transform: translate(-10px,0); 
				}100%{
					transform: translate(10px,0);
				}
			}
			@keyframes donghua9{
				0%{
					transform: translate(-10px,0);
				}50%{
					transform: translate(10px,0); 
				}100%{
					transform: translate(-10px,0);
				}
			}
			.jieshao {
				width: 1200px;
				margin: 56px auto;
				margin-bottom: 128px;
			}