.header{
	width: 100%;
	height: 120px;
}
.top{
	background: #000000;
}

/*头图*/
.dzban{
	width: 100%;
	height: 714px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/app/dzban.jpg') no-repeat;
	background-size: 100% 100%;
}
.dzcen{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.banimg img{
	width: 530px;
	height: 290px;
}
.baninput{
	width: 555px;
	height: 62px;
	line-height: 62px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-top: 70px;
}
.baninput span.iconfont{
	font-size: 30px;
	color: #E1E1E1;
	margin-left: 20px;
}
.baninput input{
	width: 320px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding-left: 10px;
	margin-top:5px;
	border: none;
	outline:none;
}
.baninput .zixuns{
	width: 166px;
	height: 62px;
	background:#F2530F;
	background: -webkit-linear-gradient(left, #FFB525 , #FA7012); 
	background: -o-linear-gradient(right, #FFB525, #FA7012); 
	background: -moz-linear-gradient(right, #FFB525, #FA7012);
	background: linear-gradient(to right, #FFB525 , #FA7012);
	border: none;
	border-radius:0px 6px 6px 0px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	margin:0;
}
.dzcen .zixunn{
	width:200px;
	height: 62px;
	line-height:62px;
	background:#F2530F;
	background: -webkit-linear-gradient(left, #FFB525 , #FA7012); 
	background: -o-linear-gradient(right, #FFB525, #FA7012); 
	background: -moz-linear-gradient(right, #FFB525, #FA7012);
	background: linear-gradient(to right, #FFB525 , #FA7012);
	border: none;
	border-radius:6px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	margin:0;
	display:block;
	text-align:center;
	margin-top:40px;
}
.yanzhen3 span{ float:left;}
.yanzhen3 input{
	width: 200px;
	height:76px;
	border: none;
	background:#EDEDED;
	outline: none;
	text-indent:14px;
	float:left;
}
.yanzhen3 .code_image{ height:45px;margin-left:20px; float:left; margin-top:15px;}
/*服务用户*/
.yonghu{
	width: 100%;
	height: 62px;
	line-height: 62px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px 0px rgba(126,126,126,0.2);
	text-align: center;
}

.yonghu span{
	width: 30px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background:#F2530F;
	background:linear-gradient(0deg,rgba(244,61,39,1) 0%,rgba(255,156,0,1) 100%);
	border-radius:5px;
	display: inline-block;
	margin: 0 5px;	
	color: #ffffff;
}
.yhtop{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.yhlist{
	width: 33%;
	text-align: center;
}
.borwei{
	width: 1px;
	height: 79px;
	background: #DDDDDD;
}
.number{
	font-size: 30px;
	color: #FF9C00;
}
.number span{
	font-size: 50px;
}
.numven{
	font-size: 20px;
	color: #666666;
	line-height: 35px;
	margin-top: 10px;
}


/*有问题*/
.wenti{
	width:100%;
	height:906px;
	background:rgba(246,246,246,1);
	padding-top: 68px;
}
.title{
	text-align: center;
}
.cor1{
	color: #111111;
}
.bortop{
	border-top: 1px solid #DDDDDD;
}
.bortop2{
	border-top: 1px solid #666666;
}
.title h4{
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 15px;
}
.title h4 span{
	color: #FF9C00;
}
.borduan{
	width: 24px;
	height: 2px;
	background: #FF9C00;
	margin: 0 auto;
}
.titcen{
	width: auto;
	display: inline-flex;
	font-size: 16px;
	padding-top: 15px;
}

.wtmain{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 70px;
}
.wtlf{
	width: 260px;
	height: 532px;
	background: #C3C3C3;
	float:left;
}
.wtlist{
	width: 230px;
	height: 133px;
	line-height: 133px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}
.wtlist span.iconfont{
	font-size: 53px;
	margin-right: 9px;
}
.wtlist.active{
	background:#F2530F;
	background:linear-gradient(-45deg,rgba(249,129,12,1) 0%,rgba(255,181,37,1) 100%);
	background:-webkit-linear-gradient(-45deg,rgba(249,129,12,1) 0%,rgba(255,181,37,1) 100%);
	
}
.wtlist.active .jtright{
	display: block;
}
.wtlist .jtright img{
	width: 8px;
	height: 27px;
}
.jtright{
	position: absolute;
	right: -8px;
	top: 10px;
	display: none;
}
.wtrg{
	width: 904px;
	height: 532px;
	float: right;
	text-align: center;
	position: relative;
	margin-left: 36px;
}
.wtbgbox{
	width: 904px;
	height: 532px;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	position: absolute;
}
.wtbgbox img{
	width: 500px;
}

.ubgimg{
	position: absolute;
	top: 120px;
	left: 320px;
}

.wt-li{
	display: none;
}

.wtcenter{
	width: 300px;
	text-align: left;
}
.wtcenter h4{
	font-size: 20px;
	color: #111111;
}
.wtercen{
	font-size: 16px;
	color: #999999;
	margin: 18px 0;
}
.wterbtn{
	font-size: 16px;
	color: #FF9C00;
	text-align: right;
	padding-right: 20px;
}
.wterbtn span.iconfont{
	font-size: 16px;
}
.wtcenter1{
	width: 220px;
	position: absolute;
	left: 50px;
}
.wtcenter2{
	width: 240px;
	position: absolute;
	top: 220px;
	left: 0;
}
.wtcenter3{
	width: 300px;
	position: absolute;
	top: 410px;
	left: 0;
}
.wtcenter4{
	width: 280px;
	position: absolute;
	top: 410px;
	right: 0;
}
.wtcenter5{
	width: 280px;
	position: absolute;
	top: 220px;
	right: 0;
}
.wtcenter6{
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
}

/*按钮*/
.butaniu{
	width: 248px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #FF9C00;
	border-radius: 24px;
	font-size: 20px;
	color: #FF9C00;
	text-align: center;
	margin: 20px auto;
	cursor: pointer;
	-webkit-transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
  	transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.butaniu a{
    color: #FF9C00;
}
.butaniu a:hover{
    color: #FFF;
}
.butaniu span.icon{
	font-size: 18px;
	margin-left: 6px;
}
.butaniu:hover{
	background: #FF9C00;
	color: #ffffff;
	-webkit-transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
  	transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.butaniu:hover span{
	color: #ffffff;
	-webkit-transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
  	transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}


/*解决方案*/
.fangan{
	width: 100%;
	height: 823px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/app/jiejue.jpg') no-repeat;
	background-size: 100% 100%;
	padding-top: 68px;
}
.facen{
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
}
.fqshow{
	width: 82px;
	height: 284px;
	background: #C3C3C3;
	border-radius:4px;
	padding-top: 184px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.fenqin.active .fqshow{
	background:rgba(255,156,0,1);
	box-shadow:9px 0px 12px 0px rgba(167,102,0,0.17);
	border-radius:4px;
	
}
.fenqin:hover .fqshow{
	background:rgba(255,156,0,1);
	box-shadow:9px 0px 12px 0px rgba(167,102,0,0.17);
	border-radius:4px;
	
}

.fenqin{
	margin-right: 4px;
}
.fqhide{
	width: 0;
	height: 377px;
	background:rgba(255,255,255,1);
	    background: #ffffff;
	border-radius:4px;
	margin-top: 20px;
	padding: 0;
	overflow: hidden;
}
.hidtit{
	font-size: 41px;
	color: #FF9C00;
	display: inline-flex;
	border-bottom:1px solid rgba(238,238,238,1);
	padding-bottom: 10px;
	line-height: 50px;
}
.hideng{
	color: #999999;
	font-size: 15px;
	margin-top: 9px;
}

.fqshow span.iconfont{
	display: block;
	font-size: 34px;
	margin-bottom: 10px;
}
.fqhide ul{
	margin-top: 38px;
	line-height: 25px;
}
.fqhide ul li span{
	width: 4px;
	height: 4px;
	background: #FF9C00;
	border-radius: 4px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.more{
	margin-top: 20px;
	line-height: 80px;
}
.more .iconfont{
	font-size: 80px;
	color: #f5f5f5;
}
.more span.icon-gengduo1{
	font-size: 16px;
	color: #FF9C00;
	margin-left: 3px;
}
/*规范流程*/
.guifan{
	padding-top: 68px;
	width: 100%;
	height: 811px;
}
.gfcen{
	width: 1200px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.gfleft{
	width: 224px;
}
.bgcor1{
	background:rgba(246,165,14,1);
	background:#F6A50E;
}
.gftop {
	width: 224px;
	height: 78px;
	border-radius:4px;
	text-align: center;
	padding-top: 15px;
}
.gftop h4{
	margin-bottom: 10px;
	font-size: 20px;
}
.gftop div.iconfont{
	font-size: 18px;
}
.gfmid{
	width:192px;
	height:148px;
	border-radius:4px;
	padding: 16px;
	margin-top: 20px;
}
.midh4 span:nth-child(1){
	font-size: 29px;

	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:rgba(255,255,255,0.12);
	border-radius: 6px;
	display: inline-block;
}
.midh4 span:nth-child(2){
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.midcen{
	margin-top: 20px;
}
.midtop{
	width: 692px;
	height: 78px;
	border-radius:4px;
	text-align: center;
	padding-top: 15px;
}
.midtop h4{
	margin-bottom: 10px;
	font-size: 20px;
}
.midtop div.iconfont{
	font-size: 18px;
}
.middcen{
	width: 692px;
}
.bgcor2{
	background:rgba(105,211,117,0.8);
	background:#69D375;
}
.bgcor3{
	background:rgba(75,149,254,0.8);
	background:#4B95FE;
}
.gfmiddle{
	margin-left: 30px;
}

.bgcor3:hover{
	background:rgba(75,149,254,1);
}
.bgcor2:hover{
	background:rgba(105,211,117,1);
}
.bgcor1:hover{
	background:rgba(246,165,14,0.8);;
}


/*客户案例*/

.kefuanli{
	width: 100%;
	height: 940px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/app/appbg.jpg') no-repeat;
	background-size: 100% 100%;
	padding-top:68px;
}

.khalcen{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
}
.khalcen img{
	width: 286px;
	height: 299px;
	border-radius:6px 6px 0px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all 1s;
	overflow: hidden;
}
.cenimg{
	width: 286px;
	height: 299px;
	float: left;
	margin: 5px;
	overflow: hidden;
}
.khalcen img:hover{
	transform: scale(1.2);
}

/*5大理由*/
.liyoucen{
	height:802px;
	padding-top: 68px;
}

.liyou{
	width:1200px;
	height: 451px;
	margin:0 auto; 
	margin-top: 70px;
	margin-bottom: 60px;
}
.liyou img{
	width: 254px;
	height: 361px;
	margin-left: -20px;
}
.liyou img:nth-child(even){
	position: relative;
	top: 90px;
}
/*合作流程*/
.hezuo{
	width: 100%;
	height: 620px;
	background: url(https://eeekeji.oss-cn-shanghai.aliyuncs.com/app/banner6.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 67px;
}

.hbcen{
	width: 1200px;
	margin: 50px auto;
}
.hbcen img{
	width: 150px;
	height: 78px;
	margin: 8px;
}

.hzlist{
	width: 150px;
	height: 78px;
	float: left;
	margin: 10px;
}
.hzlist img{
	width: 150px;
	height: 78px;
}
.hz1{
	display: block;
}
.hz2{
	display: none;
}

/*动态*/
.dongtai{
	height: 733px;
	padding-top: 68px;
	background: url(../img/bgg.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-slide{
	max-width:380px;
	max-height:388px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
	box-shadow:2px 6px 36px 4px rgba(221,221,221,0.76);
	border-radius:6px;
}

.dtcen{
	width: 1200px;
	margin: 50px auto;
}
.slide img{
	width: 380px;
	height: 254px;
}
.slidecen{
	padding: 20px 15px;
}
.yuefen{
	font-size: 22px;
	color: #333333;
}
.year{
	font-size: 18px;
	color: #999999;
}
.time{
	padding: 8px 0; 
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-right: 10px;
}
.cenlee{
	width: 270px;
}
.cenlee h4{
	margin-bottom: 10px;
}
.dongtai .iconfont{
	font-size: 34px;
	color: #FF9C00;
}


/*报名*/
.baoming1{
	width: 100%;
	background: #3F3F3F;
	padding-top: 68px;
	padding-bottom:30px;
}

.bminput1{
	width: 790px;
	margin: 50px auto;
}
.int1{
	width: 790px;
	height: 76px;
	line-height: 76px;
	background:rgba(38,37,35,1);
	background:#262523;
	border:1px solid #535353;
	border:1px solid rgba(83, 83, 83, 1);
	border-radius:38px;
	margin-top: 30px;
}
.aniu{
	margin-top: 40px;
}
.btn{
	line-height: 70px;
	text-align: center;
	width:320px;
	height:71px;
	border-radius:36px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

.btn1{
	color: #FF9C00;
	border:1px solid rgba(255,156,0,1);
	border:1px solid #FF9C00;
}
.btn1 a{ display:block; width:100%; height:100%; color:#FF9C00;}
.btn1 a:hover{ text-decoration:none; color:#FF9C00;}
.btn2{
	color: #ffffff;
	background:rgba(255,156,0,1);
	border:1px solid rgba(255,156,0,1);
	box-shadow:0px 8px 13px 0px rgba(255,114,0,0.42);
	background:#FF9C00;
}
.btn2 .subs{ width:100%; height:100%; border:none; color:#fff; background:none; cursor:pointer;}

.int1 span.iconfont{
	color: #5A5A59;
	font-size: 20px;
	font-weight: bold;
	text-shadow:0px 2px 4px 0px rgba(100,100,100,0.11);
	margin-left: 50px;
}
.int1 input{
	width: 500px;
	border: none;
	font-size: 28px;

	color: #7F7F7F;
	background: none;
	padding-left: 30px;
	outline:none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
}
h4{
	color: #ffffff;
}
.swiper-slide{
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
	box-shadow:2px 6px 36px 4px rgba(221,221,221,0.76);
	border-radius:6px;
}
.swiper-wrapper{
	height: 430px;
}
ul, ol{
 padding-left: 0;	
}
.footer{
	margin-top: 0;
}
.swiper-pagination-bullet-active{
	background: #FF9C00;
}
a:hover{
	text-decoration: none;
}
.cenlee .w_s_2{
	&: after \{ content: '';
	    height: 40px;
	    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
	}
}
