@charset "utf-8";
/*  Reset */
html { background: #FFF; color: #404040; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, div,html,* { margin: 0; padding: 0;box-sizing: border-box;list-style:none;}
body, button, input, select, textarea {font: 16px/1.5 "Open Sans","Microsoft YaHei",Roboto,Lato,sans-serif; }
a:link { color: #666; }
a:hover { color: #333; text-decoration: none; }
a { text-decoration: none; }

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.center {
    text-align: center;
}
body{
	background:#fff;width:100%;box-sizing: border-box;
}
body>a{
	display: none;
}

/*头部*/
header{
	background: #fff;
	width: 100%;
	/*overflow: hidden;*/
	border-bottom: 1px solid #dadada;
}
.box{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
header .pull-left{
	height: 74px;
	/*padding-top: 15px;*/
}
header .pull-left div{
	line-height: 74px;
	display: block;
	float: left;
	/*font-family: "黑体";*/
	/*font-size: 1rem;*/
	color: #404040;
}
header .pull-left div a,header .pull-left div span{
	color: #404040;
}
header .pull-left>a:first-of-type{
	float:left;
	padding-top: 15px;
	line-height: normal;
	margin-right: 2rem;
}
header .pull-left span{
	padding: 0 1rem;
}
header .pull-left a:hover,header .pull-left a.act{
	color:#0066b2;
}
header .pull-left a>img{
	width: 93px;
}
.mhead1,.mhead2{
	display: none;
}
header .pull-right{
	margin: 19px 0;
}
header .pull-right a{
	line-height: 34px;
	color:#404040;
	padding: 0 24px;
	float: left;
	cursor: pointer;
}
header .pull-right a:hover,header .pull-right a.active{
	color:#0066b2;
}
header .pull-right ul{
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 999999;
	text-align: center;
	width: 100%;
	background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
   .clearfloat{zoom:1}
   .box.clearfloat{
   	overflow: inherit;
   }
header .pull-right ul li{
	width: 100%;
	display: block;
	/*overflow: hidden;*/
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
header .pull-right ul a{
	padding: 0;
	float: inherit;
	font-size: 14px;
}
header .pull-right div.login{
	border:1px solid #434343;
	border-radius: 8px;
	margin: 0px 20px 0 44px;
	display: inline-block;
	float: left;
	padding: 0 30px;
	cursor: pointer;
	line-height: 34px;
	position: relative;
}
header .pull-right div.login:hover{
	background: -webkit-linear-gradient(left, #5855cd , #00d6ff);
	background: -o-linear-gradient(right, #5855cd, #00d6ff);
	background: -moz-linear-gradient(right, #5855cd, #00d6ff);
	background: linear-gradient(to right, #5855cd , #00d6ff);
	color: #fff;
	border:1px solid #fff;
}
header .pull-right div.login:hover ul{
	display: block;
}
header .pull-right div .xcx{
	position: relative;
}
header .pull-right div .xcx img{
	display: none;
	position: absolute;
	right: -120px;
	top: 0;
	width: 120px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}
header .pull-right div .xcx:hover img{
	display: block;
}
header .pull-right a.signup{
	display: inline-block;
	line-height: 36px;
	border-radius: 8px;
	background: -webkit-linear-gradient(left, #00d6ff , #5855cd);
	background: -o-linear-gradient(right, #00d6ff, #5855cd);
	background: -moz-linear-gradient(right, #00d6ff, #5855cd);
	background: linear-gradient(to right, #00d6ff , #5855cd);
	color:#fff;
}
.banner{
	position: relative;
}
.banner a{
	position: absolute;
    top: 56%;
    width: 10%;
    height: 8%;
    left: 33%;
    /*background: #000;*/
}
.banner,.banner img{
	width: 100%;
}
/*功能*/
.bg{
	background: url("../images/background.png");
	background-size: 100%;
	width: 100%;
}
.bg .box{
	padding: 4em 0;
}
.efun ul{
    width: 100%;
    overflow: hidden;
    padding-top: 4em;
}
.efun ul li {
    width: 25%;
    height: 160px;
    position: relative;
    float: left;
    color: #666666;
    padding: 2%;
}
.efun ul li img{
  width: 64px;
}
.efun ul li p{
	/*font-family: "黑体";*/
	color:#373d41;
	margin-top: 10px;
}
.ratioBox{
	width: 46%;
}
.ratioBox.col4{
	width:40%;
	margin-top: 11rem;
}
.col6{
	width: 58%;
}
.col6 img,.ratioBox img{
	width:100%;
}

.ratioBox h3{
	color:#1a1a1a;
	font-size: 2.75em;
	font-weight: bold;
}
.ratioBox p{
	width: 88%;
	color: #5f5f61;
	margin-bottom: 10px;
}
.ratioBox p span{
	color:#0092FF;
	font-size: 2.75em;
	margin-left: 10px;
	margin-right: 10px;
}
/*bili*/
.progress_bar{
	overflow: hidden;
}
.progress_bar>span{
	width: 20%;
	margin-top: 8px;
	color: #5f5f61;
}
.progress_bar .pro-bar {
	background: hsl(0, 0%, 97%);
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
	height:4px;
	margin-bottom: 12px;
	margin-top: 20px;
	position: relative;
	width: 80%;
	border-radius: 20px;
}
.progress_bar .progress_bar_title{
	color: #D5D6E2;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	top: -28px;
	z-index: 1;

}
.progress_bar .progress_number{
	float: right;
	margin-top: -24px;
	color: #5f5f61;
}
.progress_bar .progress-bar-inner {
	background-color: hsl(0, 0%, 88%);
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 1s linear 0s;
	background: -webkit-linear-gradient(left, #00d6ff , #5855cd);
	background: -o-linear-gradient(right, #00d6ff, #5855cd);
	background: -moz-linear-gradient(right, #00d6ff, #5855cd);
	background: linear-gradient(to right, #00d6ff , #5855cd);
	border-radius: 10px;
}
@-webkit-keyframes animate-positive{
	0% { width: 0%; }
}
@keyframes animate-positive{
	0% { width: 0%; }
}
/*按钮*/
.m-b-30{
	margin-bottom: 2rem;
}
.m-t-30{
	margin-top: 2rem;
}
.m-t-40{
	margin-top: 4rem;
}
.btnBox.m-t-60{
	margin-top: 2rem;
}
.btnBox a{
	display: inline-block;
	line-height: 36px;
	border: 2px solid #Ff7b00;
	/*border-image: -webkit-linear-gradient(left, #FE7C00 , #FFDD26) 1 1;
	border-image: -moz-linear-gradient(right, #FE7C00, #FFDD26) 1 1;
	border-image: linear-gradient(to right, #FE7C00 , #FFDD26) 1 1; */
	color:#5f5f61;
	padding: 0 30px;
	border-radius: 5px;

}
.btnBox a:first-of-type{
	line-height: 38px;
	border:none;
	margin-right: 28px;
	color:#fff;
	background: -webkit-linear-gradient(left, #Ff7b00 , #FFDf24);
	background: -o-linear-gradient(right, #Ff7b00, #FFDf24);
	background: -moz-linear-gradient(right, #Ff7b00, #FFDf24);
	background: linear-gradient(to right, #Ff7b00 , #FFDf24);
}

/*合作伙伴*/
.partner{
	text-align: center;
}
.partner h4{
	font-size: 2rem;
	display: inline-block;
	line-height: 4rem;
}
.partner h4 span{
	display: block;
	width: 100%;
	border-radius: 20px;
	height: 9px;
	background: -webkit-linear-gradient(left, #Ff7b00 , #FFDf24);
	background: -o-linear-gradient(right, #Ff7b00, #FFDf24);
	background: -moz-linear-gradient(right, #Ff7b00, #FFDf24);
	background: linear-gradient(to right, #Ff7b00 , #FFDf24);
}
.partner div{
	overflow: hidden;
	margin-top: 3rem;
	margin-bottom: 5rem;

}
.partner div img{
	width: 25%;
	float: left;
	padding:0 4rem; 
}
/*底部*/
footer{
	background: -webkit-linear-gradient(left, #00d6ff , #5855cd);
	background: -o-linear-gradient(right, #00d6ff, #5855cd);
	background: -moz-linear-gradient(right, #00d6ff, #5855cd);
	background: linear-gradient(to right, #00d6ff , #5855cd);
}
footer .box{
	padding: 6rem 0 4rem;
}
footer .box>div{
	/*width: 33.3%;*/
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
	/*overflow: hidden;*/
	height: 120px;
}
footer .box>div div{
	overflow: hidden;
}
footer .box>div a img{
	width: 180px;
	margin-bottom: 28px;
}
footer .box>div span{
	color:#fff;
	font-size: 12px;
	margin-right: 15px;
	line-height: 18px;
	float: left;
	vertical-align:middle;
	margin-bottom: 5px;
}
footer .box>div span a{
	color:#fff;
}
footer .box>div span img{
	margin-right: 7px;
	float: left;
}
footer .box>div span a img{
	width: 20px;
	margin-bottom: 0px;
	margin-right: 11px;
}
.ewmBox{
	text-align: center;
	display: none;
}
.ewmBox div{
	width: 50%;
	float: left;
}
.ewmBox div p{
	font-size: 12px;
	color:#fff;
}
.ewmBox div img{
	width:50%;
}
footer .box>div.zil{
	border-right: none;
}
footer .box>div.zil span{
	display: block;
	width: 100%;
	padding-left: 4rem;
	margin-bottom: 5px;
}
/*价格*/
.priceBox{
	width: 100%;
	text-align: center;
}
.priceBox .box{
	padding: 6rem 0 4rem;
}
.priceBox .box h3{
	color: #1a1a1a;
    font-size: 2rem;
    font-weight: bold;
}
.priceBox .box h3 span{
	color:#5f5f61;
	font-size: 1rem;
	margin-left: 10px;
}
.tab{
	display: inline-block;
	overflow: hidden;
	border-left:1px solid #21b3f7; 
	margin-top: 2.5rem;
}
.tab span{
	padding:7px 45px;
	border:1px solid #21b3f7; 
	float: left;
	color:#21b3f7;
	border-left: none;
	cursor: pointer;
}
.tab span.active{
	background: #21b3f7;
	color:#fff;
}
.pricetr{
  width: 100%;
  overflow: hidden;
  background:#fff;
  position: relative;
}
.pricetr>span{
	position: absolute;
	top: 12px;
	left: 1%;
	color:#fdd24d;
	font-size: 14px;
	font-weight: bold;
}
.pricetr.fristtr .pricetd{
  padding-bottom: 1rem;
}
.pricetable{
	width: 100%;
	display: none;
}
.pricetable .pricetr:last-of-type .pricetd{
  border-top:0px; 
}
.pricetd{
  width: 23%;
  margin:0 1%;
  float: left;
  text-align: center;
  padding: 60px 0;
  border-top:1px solid #D4D4D4;
}
.pricetd.fwb{
	width: 100%;
	border-top:none;
	padding-top:30px;
}
.pricetd.fwb a{
	width: 16%;
	display: inline-block;
	margin:0 20px;
}
.pricetr.mg0 .pricetd{
	padding-top: 0;

}
.pricetr:first-of-type .pricetd{
  border-top:0px; 
}
.pricetd>span{
  font-size: 1.5rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
.pricetd b{
  font-size: 3rem;
  color: #010000;
}
.pricetd p{
  color: #7588a3;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.pricetd img{
  width: 70%;
}
.pricetd i{
  font-size: 14px;
  color: #5f5f61;
  display: block;
  height: 2.4rem;
  line-height: 2.4rem;
  font-style:normal;
}
.pricetd i span{
  font-size: 1.5rem;
  padding: 0 5px;
  color: #1A1A1A;
}
.pricetd i span.tag{
    background: -webkit-linear-gradient(left, #5855cd , #00d6ff);
	background: -o-linear-gradient(right, #5855cd, #00d6ff);
	background: -moz-linear-gradient(right, #5855cd, #00d6ff);
	background: linear-gradient(to right, #5855cd , #00d6ff);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 5px;
    width: 35px;
    height: 30px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    vertical-align: sub;
}
.pricetd i.not{
  color: #cecece;

}
.pricetd a{
  	background: -webkit-linear-gradient(left, #Ff7b00 , #FFDf24);
	background: -o-linear-gradient(right, #Ff7b00, #FFDf24);
	background: -moz-linear-gradient(right, #Ff7b00, #FFDf24);
	background: linear-gradient(to right, #Ff7b00 , #FFDf24);
  	color:#fff;
  	border-radius: 5px;
  	border:none;
  	padding: 10px 0;
  	width: 60%;
  	cursor: pointer;
  	display: block;
  	margin: 0 auto;
}


/*加入我们*/
.carlist{
	width: 100%;
  	overflow: hidden;
}
.carlist .box{
	padding: 4rem 0;
	height: 100%;
}
.carlist .box h3{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.carlist .job{
  background: #fff;
  padding: 35px 25px;
  width: 30.6%;
  min-height: 690px;
  margin-right: 4%;
  border:1px solid #dadada;
  border-radius: 4px;
  float: left;
  margin-bottom: 2rem;
}
.carlist>div h4{
  color:#333;
  font-size: 1.5em;
  font-weight: normal;
  padding: 10px 0;
}
.careers span{
  display: block;
  padding: 15px 0 0;
  text-align: center;
  color:#cecece;
}
.carlist>div .tag span{
  background: #a9c1f2;
  margin-right: 10px;
  border-radius: 20px;
  padding: 3px 12px;
  color:#fff;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 8px;
}
.carlist>div .con{
  border-top: 1px solid rgba(206,206,206,0.5);
  margin-top: 5px;
  padding:20px 0; 
  color:#666666;
  
}
.carlist>div .con h5{
  color: #333;
  padding: 12px 0 10px;
}
.carlist>div .con span{
  vertical-align: bottom;
  padding: 5px;
  color: #03a9f4;
  font-size: 1.8rem;
}
.carlist>div .con p{
  line-height: 1.8em;
}
.carlist>div .btn a{
  display: block;
  background: #03a9f4;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.carlist div.job:nth-child(3n+1){
  margin-right: 0;
}

/*隐私政策*/
.privacy{
	text-align: left;
	margin: 2rem 0;
}
.privacy p{
	color:#5f5f61;
	line-height: 2rem;
}
.privacy p a{
	color:#21b3f7;
}
.privacy ul{
	color:#5f5f61;
	padding-left: 1.5rem;
}
.privacy li{
	list-style-type:disc;
	padding-left: 0rem;
	line-height: 2rem;
}

.mbanner{
	display: none;
}

@media screen and (max-width: 1280px){
	body{
		font-size: 14px;
	}
  	.box{
    	width: 90%;
  	}
  	.carlist .job{
		min-height: 630px;
	}
}
@media screen and (max-width: 1140px){
	.carlist .job{
		min-height: 684px;
	}
}
@media screen and (max-width: 1024px){
	.ratioBox.col4{
		margin-top: 6rem;
	}
	.carlist .job{
		min-height: 800px;
	}
	.m-t-40{
		margin-top: 0;
	}
	.partner div img{
		width: 25%;
		float: left;
		padding:0 2.5rem; 
	}
	.partner h4 span{
		height: 6px;
	}
	footer .box>div.zil span{
		padding-left: 2rem;
	}
	footer .box>div a img{
		width: 140px;
	}
	.ratioBox h3,.ratioBox p span{
		font-size: 1.8rem;
	}
	.partner h4,.carlist .box h3,.priceBox .box h3{
		font-size: 1.6rem;
	}
	.efun>div>img{
		height: 45px;
	}
}
@media screen and (max-width: 1080px){
	.carlist .job{
		min-height: 760px;
	}
}
@media screen and (max-width: 980px){
	.carlist .job{
		min-height: 800px;
	}
}
@media screen and (max-width: 900px){
	.carlist .job{
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 780px){
	.bg .box{
		text-align: center;
	}
	.bg .box,.carlist .box,.priceBox .box{
		padding: 2em 0;
	}
	.efun ul li{
  		width: 50%;
  		height: 120px;
  	}
  	.ratioBox p{
  		width: 100%;
  	}
  	.ratioBox,.ratioBox.col4,.col6{
		width: 100%;
	}
	.btnBox{
		margin-bottom: 2rem;
	}
	.ratioBox.col4{
		margin-top: 0rem!important;
	}
	.partner h4 span{
		height: 4px;
	}
	.col6 img{
		width:100%;
	}
	.ratioBox img{
		width: 80%;
	}
	.pull-left.ratioBox p.left,.progress_bar>span{
		text-align: left;
	}
	.m-b-30,.ratioBox.m-t-40 h3{
	    margin-bottom: 1rem;
	}
	.carlist .job{
	  padding: 25px 25px;
	  width: 100%;
	  min-height: auto;
	  margin-right: 0%;

	}
	.progress_bar .progress_bar_title{
		font-size: 12px;
		
	}
	.progress_bar .progress_number{
		margin-top: -18px;
	}
	.tab span{
		padding: 7px 30px;
	}
	.pricetd>span,.pricetd i span{
		font-size: 1.1rem;
	}

	/*toubu*/
	header .pull-left a>img{
		width: 68px;
    	margin-top: 5px;
	}
	.mbanner{
		width: 100%;
		display: block;
	}
	header .pull-left{
		text-align: center;
		width: 100%;
		height: 54px;
    	padding-top: 10px;
	}
	header .pull-left div{
		display: none;
	}
	header .pull-left a:first-of-type{
		float: none;
	}
	header .pull-right,.banner{
		display: none;
	}
	.mhead1{
		float: left;
		width: 20px;
    	display: block;
    	margin-top: 7px;
	}
	.mhead2{
		float: right;
		width: 20px;
		display: none;
		margin-top: 7px;
	}
	footer .box{
		padding: 2rem 0;
	}
	footer .box>div{
		width: 100%;
		border-right: none;
		display: none;
	}
	footer .box>div.zil{
		display: block;
		height: auto;
	}
	footer .box>div.zil div span{
		padding-left: 0px;
		text-align: center;
		margin-top: 5px;
		display: inline-block;
		width: auto;
		margin-right: 0;
		float: initial;
	}
	footer .box>div.zil div{
		text-align: center;
	}

}
@media screen and (max-width: 640px){
	body{
		font-size: 12px;
	}
	.efun>div>img{
		height: 36px;
	}
	.partner div img{
		width: 50%;
		margin-bottom: 1rem;
	}
	.ratioBox h3,.ratioBox p span{
		font-size: 1.6rem;
	}
	.partner h4,.carlist .box h3,.priceBox .box h3{
		font-size: 1.4rem;
	}
}

/*mleft*/
.mLeft,.mright{
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	display: none;
	z-index: 9;
}
.mLeft>img{
	margin: 1rem;
	width: 20px;
}
.mLeft .list{
	width: 100%;
}
.mLeft .list a{
	display: block;
	border-bottom: 1px solid #dedede;
	padding: 1rem 2rem;
	color:#1a1a1a;
	font-size: 14px;
}
.mLeft .linkBox{
	margin-top: 2rem;
}
.mLeft .linkBox>a,.mLeft .linkBox div{
	display: block;
	padding: 1rem 2rem;
	color:#1a1a1a;
}
.mLeft .linkBox>a:first-of-type{
	color:#0092FF;
}
.mLeft .linkBox div span{
	padding: 0 1rem;
	color:#1a1a1a;
}
.mLeft .linkBox div a{
	color:#1a1a1a;
}
.mLeft .linkBox div a.act{
	color:#0066b2;
}
/*mright*/
.mright>img{
	margin: 1rem;
	width: 20px;
	float: right;
}
.mright>div{
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 9rem;
}
.mright>div img{
	width: 50%;
}
.mright>div p{
	margin-bottom: 2rem;
}



#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 30px;
}

#certify  .swiper-slide {
	width: 30%;
	height: auto;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	margin-top: -25px;
	outline: none; 
}

#certify .swiper-button-prev:hover {
	background-position: 0 -41px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -82px;
	background-size: 100%;
	margin-top: -25px;
	outline: none; 
}

#certify .swiper-button-next:hover {
	background-position: 0 -123px;
	background-size: 100%
}


.jj{
	position: relative;
}
.jj img{
	width: 100%;
	/*cursor: pointer;*/
}
.jujiao1{
	position: absolute;
	top: 60px;
	right: 0;
}
.jujiao2{
	position: absolute;
	left: 0;
	top: 0;
}