*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
.head-biz{
	width: 100%;
	height: 710px;
	background: url(../images/biz/biz-02.png) no-repeat center center;
	color: #fff;
}
.head-biz .wrap{
	width: 860px;
	margin: 0 auto;
}
.head-biz h1{
	font-size: 50px;
	padding-top: 190px;
}
.head-biz p{
	color: #CFCFD9;
	font-size: 24px;
    margin: 20px 0 90px 0;
}
.how-img{
	width: 100%;
	height: 310px;
	background: url(../images/biz/biz-06.png) no-repeat center center;
	margin-top: 40px;
}
.apply button{
	width: 195px;
	height: 50px;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	border: none;
	outline: none;
	background: #FF9B0B;	
}
.why{
	text-align: center;
}
.why h2{
	font-size: 35px;
}
.why-item{
	width: 1080px;
	margin: 0 auto;
}
.why-item .item{
	width: 250px;
    float: left;
    margin:30px 55px;
    padding: 55px 0;
}
.why-item .item p:last-child{
	font-size: 20px;
    margin-top: 5px;
}
.clear{
	clear: both;
}
.wrap-how{
	background: #F3F7FF;
	padding: 55px 0;
}
.how{
	height: 60px;
    font-size: 30px;
    line-height: 60px;
    width: 580px;
    background: #DAECFE;
    border: 1px solid #9ED1FD;
    color: #008CFB;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 15px;
}
.wrap-team{
	background: #14104E;
	padding: 55px 0;
	color: #fff;
}
.team-left ,.team-right{
	float: left;
	text-align: left;
}
.team{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 24px;
}
.team-left{
	    width: 340px;
    margin-right: 50px;
}
.team-item img{
	    width: 30px;
    height: 30px;
    vertical-align: text-bottom;

}
.team-item p:last-child{
	color: #B0B1CA;
	font-size: 18px;
	padding-left: 40px;
	line-height: 30px;
}
.team-item{
	margin-bottom: 50px;
}
.wrap-example{
	padding: 55px 0;
}
.example-left,.example-right{
	float: left;
}
.example-explain{
	width: 305px;
	margin-top: 65px;
	text-align: left;
}
.example{
	width: 1015px;
	margin: 0 auto;
}
.example-explain h3{
	font-size: 20px;
	    margin-bottom: 5px;
}
.example-explain .tip{
	color: #8C8C8C;
	font-size: 16px;
}
.arrow{
	border: 10px solid #008CFA;
	border-bottom-width:0;
	border-left-color: transparent;
	border-right-color: transparent;
}
.wrap-arrow{
	padding-top: 17px;
    margin-bottom: -15px;
}
.example-explain p:last-child{
	color: #666666;
	font-size: 18px;
}
.wrap-example h2{
	margin-bottom: 40px;
}
.effect{
	background: #F3F7FF;
	padding: 55px 0;
}
.effect .how{
	width: 320px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.effect-img {
    padding: 20px 0;
	padding-bottom:70px;
}
.apply button:last-child{
	margin-left: 30px;
}
.active{
	box-shadow: 0 0 30px #c5c5c5;
}
.apply a button{
	background: #008CFB;
}
.pop{
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 200px;
}
.pop-content{
	position: relative;
	width: 500px;
	height: 250px;
	background: #FFFFFF;
	margin: 0 auto;	
	padding-top: 60px;
}
.pop-content form input{
	width: 360px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-left: 65px;
    margin-bottom: 20px;
    outline: none;
    padding-left: 10px;
}
.close{
	position: absolute;
	right: 0px;
	top: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}
.pop-content form .know{
	border: none;
	background: #008CFB;
	box-shadow: 0px 0px 10px #008CFB;
	font-size: 18px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	margin-top: 20px;
}