/* 公共样式 */
.box_m{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.box_hd{text-align: center;}
.box_hd .boxhd_con{
	display: inline-block;
	height: 164px;
	background: url("../images/titbg1.png") no-repeat left top;
	padding-left: 50px;
}
.box_hd .boxhd_con h2{
	font-size: 52px;
	color: #4393ee;
	font-weight: bold;
	padding-top: 30px;
}
.box_hd .boxhd_con p{
	font-size: 14px;
	color: #b4b4b4;
}
.box_hd .boxhd_con2{background: url("../images/titbg2.png") no-repeat left top;}
.box_hd .boxhd_con2 h2{color: #fff;}
.box_hd .boxhd_con2 p{color: rgba(255,255,255,.4);}

.box_btn1{
	display: block;
	width: 311px;
	height: 62px;
	background: #ff864d;
	border-radius: 30px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	margin: 0 auto;
}
.box_btn1:hover{background: #6787ff;}
.box_btn2{
	display: block;
	width: 309px;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 30px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	margin: 0 auto;
}
.box_btn2:hover{background: #ff864d;border-color: #ff864d;}

.wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

/* banner */
.banner{
	width: 100%;
	height: 790px;
	position: relative;
}
.banner .slideBox{ width:100%; height:790px; overflow:hidden; position:relative;}
.banner .slideBox .hd{width: 1200px;height: 5px;overflow: hidden;position: absolute;left: 50%;margin-left: -600px;bottom: 119px;z-index: 1;text-align: center;}
.banner .slideBox .hd ul{ overflow:hidden; zoom:1; display: inline-block;}
.banner .slideBox .hd ul li{ float:left; margin-right:7px;width:76px; height:4px; line-height:14px; text-align:center; background:#e8f6ff;opacity: .2; cursor:pointer;}
.banner .slideBox .hd ul li.on{height: 4px;opacity: 1;margin-top: 0;}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;}
.banner .slideBox .bd li{ zoom:1; vertical-align:middle;height: 100%;}
.banner .slideBox .bd li.li1{background: url("../images/banbg1.jpg") no-repeat center top;}
.banner .slideBox .bd li.li2{background: url("../images/banbg2.jpg") no-repeat center top;}
.banner .slideBox .bd li.li2 .ban5{position: absolute;left: 0;top: 215px;}
.banner .slideBox .bd li.li2 .ban4{
	position: absolute;
	width: 535px;
	left: 656px;
	top: 92px;
	-webkit-animation: circle 8s linear infinite;
	-moz-animation: circle 8s linear infinite;
	-o-animation: circle 8s linear infinite;
	animation: circle 8s linear infinite;
}
@-webkit-keyframes circle {from {-webkit-transform: rotate(360deg);}to{-webkit-transform: rotate(0deg);}}
@-moz-keyframes circle {from {-moz-transform: rotate(360deg);}to{-moz-transform: rotate(0deg);}}
@-o-keyframes circle {from {-o-transform: rotate(360deg);}to{-o-transform: rotate(0deg);}}
@keyframes circle {from {transform: rotate(360deg);}to{transform: rotate(0deg);}}

.banner .slideBox .bd li.li2 .ban3{position: absolute;left: 763px;top: 200px;}
.banner .slideBox .bd li.li2 a{
	width: 244px;
	height: 63px;
	position: absolute;
	left: 0;
	top: 499px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 63px;
	font-weight: bold;
	background: #f8a437;
	border-radius: 30px;
}
.banner .slideBox .bd li.li2 a:hover{background: #3bd0fb;}
.banner .bd ul{height: 790px;}
.banner .ban_btn{
	display: block;
	width: 245px;
	height: 63px;
	background: #6787ff;
	border-radius: 30px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 63px;
	box-shadow: 6px 6px 0 #3a5ddf;
	position: absolute;
	bottom: 162px;
	transition: all .3s ease;
}
.banner .ban_btn:hover{bottom: 168px;}
.banner .ban_btn1{left: 322px;}
.banner .ban_btn2{
	background: #3bd0fb;
	box-shadow: 6px 6px 0 #0076ba;
	right: 322px;
}
.banner .ban1{
	position: absolute;
	left: 278px;
	top: 48px;
}
.banner .ban2{
	position: absolute;
	left: 75px;
	top: 146px;
}
.banner .ban2 img{position: absolute;}
.banner .kaiban{
	position: absolute;
	width: 1200px;
	height: 213px;
	background: #c6e8ff;
	left: 50%;
	margin-left: -600px;
	bottom: -130px;
}
.banner .kaiban .kaiban_con{
	width: 400px;
	height: 213px;
	float: left;
	position: relative;
	top: 0;
	transition: all .3s ease;
}
.banner .kaiban .kaiban_con:hover{top: -7px;}
.banner .kaiban .kaiban_con1{background: #f5fbff;}
.banner .kaiban .kaiban_con2{background: #e9f6ff;}
.banner .kaiban .kaiban_con3{background: #dff2ff;}
.banner .kaiban .kaiban_con img{
	float: left;
	margin: 45px 20px 0 82px;
}
.banner .kaiban .kaiban_con h2{
	float: left;
	margin-top: 40px;
	font-size: 28px;
	color: #ffae00;
}
.banner .kaiban .kaiban_con h2 span{
	display: block;
	font-size: 34px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 5px;
}
.banner .kaiban .kaiban_con .a_btn{
	float: left;
	width: 224px;
	height: 49px;
	margin-left: 88px;
	border-radius: 30px;
	border: 1px #6787ff solid;
	font-size: 19px;
	color: #6787ff;
	text-align: center;
	line-height: 49px;
	margin-top: 20px;
}
.banner .kaiban .kaiban_con2 .a_btn{
	border-color: #ff864d;
	color: #ff864d;
}
.banner .kaiban .kaiban_con1:hover .a_btn{background: #6787ff;color: #fff;}
.banner .kaiban .kaiban_con2:hover .a_btn{background: #ff864d;color: #fff;}
.banner .kaiban .kaiban_con3 h2{font-size: 21px;}
.banner .kaiban .kaiban_con3 img{margin-bottom: 8px;}
.banner .kaiban .kaiban_con3 p{
	float: left;
	margin-left: 82px;
	font-size: 18px;
	color: #5d5c5c;
	margin-top: 5px;
}

/* box1 */
.box1{margin-top: 162px;}
.box1 ul{width: 1250px;margin-top: 60px;}
.box1 ul li{
	width: 378px;
	height: 169px;
	border: 1px #e1e1e1 solid;
	float: left;
	margin-right: 31px;
	position: relative;
	margin-bottom: 68px;
}
.box1 ul li div{
	position: absolute;
	width: 130px;
	height: 4px;
	background: #fff;
	left: 124px;
	top: -2px;
}
.box1 ul li img{position: absolute;}
.box1 ul li.box1li1 img{left: 145px;top: -60px;}
.box1 ul li.box1li2 img{left: 106px;top: -50px;}
.box1 ul li.box1li3 div{width: 156px;left: 111px;}
.box1 ul li.box1li3 img{left: 114px;top: -77px;}
.box1 ul li.box1li4 img{left: 145px;top: -60px;}
.box1 ul li.box1li5 img{left: 130px;top: -60px;}
.box1 ul li.box1li6 img{left: 153px;top: -60px;}
.box1 ul li h2{
	position: absolute;
	width: 265px;
	left: 56px;
	bottom: 22px;
	font-size: 20px;
	color: #4b4b4b;
	text-align: center;
}
.box1 ul li h2 span{font-size: 32px;color: #3b3b3b;}
.box1 ul li.box1li6 h2{bottom: 68px;}
.box1 ul li .a_btn{
	width: 175px;
	height: 40px;
	background: #ff864d;
	font-size: 19px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	position: absolute;
	left: 101px;
	bottom: 15px;
}
.box1 ul li .a_btn:hover{background: #6787ff;}

/* box2 */
.box2{background: url("../images/box2bg.jpg") no-repeat center top;padding: 58px 0 64px;}
.box2 .box2_con{margin-top: 10px;}
.box2 .box2_con .box2con_top img{
	float: left;
	margin: 0 16px 0 137px;
}
.box2 .box2_con .box2con_top p{
	float: left;
	width: 890px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 4px;
}
.box2 .box2_con .box2con_bot{
	width: 1198px;
	height: 248px;
	border: 1px rgba(255,255,255,.3) solid;
	border-radius: 7px;
	margin: 114px 0 170px;
	position: relative;
}
.box2 .box2_con .box2con_bot ul{
	position: absolute;
	width: 1210px;
}
.box2 .box2_con .box2con_bot ul.box2ul1{left: 42px;top: -76px;}
.box2 .box2_con .box2con_bot ul.box2ul2{left: 162px;top: 162px;}
.box2 .box2_con .box2con_bot ul li{float: left; text-align: center;margin-right: 96px;position: relative;}
.box2 .box2_con .box2con_bot ul li div{
	width: 135px;
	height: 135px;
	border-radius: 100px;
	border: 5px #90c9ff solid;
	overflow: hidden;
}
.box2 .box2_con .box2con_bot ul li div img{border-radius: 100px;}
.box2 .box2_con .box2con_bot ul li div:hover{border-color: #fff;}
.box2 .box2_con .box2con_bot ul li p{
	font-size: 24px;
	color: #fff;
	margin: 8px 0 2px;
}
.box2 .box2_con .box2con_bot ul li span{
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #b5d8ff;
}

.box3{background: url("../images/box3bg.jpg") no-repeat center top;padding: 64px 0 120px;}
.box3 .box3_con{
	width: 560px;
	margin-top: 48px;
	margin-left: -42px;
}
.box3 .box3_con div{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 68px;
}
.box3 .box3_con div h2{
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;
}
.box3 .box3_con div h2 span{
	font-size: 80px;
}
.box3 .box3_con div p{font-size: 16px;color: #000;line-height: 23px;}
.box3 .box3_con div.box3con1 h2 span{color: #ff864d;}
.box3 .box3_con div.box3con2 h2 span{color: #2ea3ff;}
.box3 .box3_con div.box3con2 p span{color: #2ea3ff;}
.box3 .box3_con div.box3con3 h2 span{color: #10cf97;}
.box3 .box3_con div.box3con3 h2{color: #10cf97; font-size: 54px;}
.box3 .box3_con div.box3con3 p span{color: #10cf97;}
.box3 .box3_con div.box3con4 h2 span{color: #7a2fcf;}
.box3 .box3_con div.box3con4 p span{color: #7a2fcf;}

.box_tit{text-align: center;}
.box_tit .boxtit_con{display: inline-block;}
.box_tit .boxtit_con h2{font-size: 42px;color: #4393ee;}
.box_tit .boxtit_con h2 span{font-size: 20px;color: #5c5c5c;margin-left: 5px;}
.box_tit .boxtit_con p{width: 55px;height: 1px;background: #4393ee;margin: 10px 0 0 56px;}

/* box4 */
.box4{background: #f3faff url("../images/box4bg.jpg") no-repeat center bottom;padding: 70px 0;}
.box4 .box4_con{
	width: 843px;
	height: 692px;
	margin: 46px 0 74px 357px;
	position: relative;
}
.box4 .box4_con .box4con_left{
	position: absolute;
	width: 357px;
	height: 692px;
	left: -357px;
	top: 0;
	background: url("../images/box4pic1.jpg") no-repeat center top;
	box-shadow: 8px 0px 90px -26px #cdcdcd;
	z-index: 99;
}
.box4 .box4_con .box4con_left ul{padding-top: 30px;}
.box4 .box4_con .box4con_left ul li{
	width: 393px;
	height: 149px;
	cursor: pointer;
}
.box4 .box4_con .box4con_left ul li.cur{background: url("../images/box4pic2.png") no-repeat center top;}
.box4 .box4_con .box4con_left ul li img{float: left; margin: 35px 15px 0 40px;}
.box4 .box4_con .box4con_left ul li img.box4icon1{display: block;}
.box4 .box4_con .box4con_left ul li img.box4icon2{display: none;}
.box4 .box4_con .box4con_left ul li.cur img.box4icon1{display: none;}
.box4 .box4_con .box4con_left ul li.cur img.box4icon2{display: block;}
.box4 .box4_con .box4con_left ul li p{float: left; margin-top: 35px;font-size: 22px;color: #fff;line-height: 34px;}
.box4 .box4_con .box4con_left ul li.cur p{color: #34aeff;}

.box4 .box4_con .box4con_top{
	width: 843px;
	height: 86px;
}
.box4 .box4_con .box4con_top div{float: left;}
.box4 .box4_con .box4con_top div.box4top1{margin-left: 68px;color: #ff864d;}
.box4 .box4_con .box4con_top div.box4top2{margin-left: 98px;color: #71aaf1;}
.box4 .box4_con .box4con_top div.box4top3{margin-left: 84px;color: #10cf97;}
.box4 .box4_con .box4con_top h2{font-size: 65px;}
.box4 .box4_con .box4con_top h2 em{font-size: 18px; font-style: inherit;}
.box4 .box4_con .box4con_top h2 span{font-size: 20px;color: #444;margin-left: 5px;}

.box4 .box4_con .box4con_bot{
	width: 843px;
	height: 606px;
	background: #fff;
	box-shadow: -3px 0px 80px -26px #00244d;
}
.box4 .box4_con .box4con_bot .box4bot_con{
	width: 700px;
	margin-left: 78px;
	display: none;
}
.box4 .box4_con .box4con_bot .cur{display: block;}
.box4 .box4_con .box4con_bot .box4bot_con h2{
	width: 100%;
	height: 52px;
	font-size: 28px;
	color: #34aeff;
	line-height: 52px;
	border-bottom: 1px #bce2ff solid;
}
.box4 .box4_con .box4con_bot .box4bot_con h2 span{
	display: inline-block;
	height: 51px;
	border-bottom: 2px #34aeff solid;
}
.box4 .box4_con .box4con_bot .box4bot_con ul li{
	float: left;
	width: 346px;
	font-size: 16px;
	color: #5a5a5a;
	margin-top: 18px;
	line-height: 22px;
}
.box4 .box4_con .box4con_bot .box4bot_con ul.box4botul2 li{
	width: 100%;
	margin-top: 14px;
}

/* box5 */
.box5{background: url("../images/box5bg.jpg") no-repeat center top;padding: 65px 0;}
.box5 .box_tit .boxtit_con h2{color: #fff;}
.box5 .box_tit .boxtit_con h2 span{color: #fff;}
.box5 .box_tit .boxtit_con p{background: #fff;}
.box5 .box5_con{
	width: 940px;
	height: 576px;
	margin: 56px 0 54px 260px;
	position: relative;
}
.box5 .box5_con .box5con_left{
	position: absolute;
	width: 303px;
	height: 617px;
	left: -270px;
	top: 0;
	background: url("../images/box5phone.png") no-repeat center top;
	z-index: 99;
}
.box5 .box5_con .box5con_left img{
	position: absolute;
	width: 260px;
	left: 15px;
	top: 53px;
	display: none;
}
.box5 .box5_con .box5con_left img.cur{
	display: block;
}

.box5 .box5_con .box5con_top{
	width: 940px;
	height: 82px;
}
.box5 .box5_con .box5con_top ul{padding-top: 15px;margin-left: 40px;}
.box5 .box5_con .box5con_top ul li{
	width: 225px;
	height: 67px;
	overflow: hidden;
	float: left;
}
.box5 .box5_con .box5con_top ul li div{
	width: 223px;
	height: 75px;
	border: 1px rgba(255,255,255,.5) solid;
	border-radius: 10px;
	font-size: 24px;
	color: #cbeeff;
	line-height: 67px;
	cursor: pointer;
}
.box5 .box5_con .box5con_top ul li div img{margin: 14px 14px 0 36px;float: left;opacity: .6;}
.box5 .box5_con .box5con_top ul li.cur div{color: #fff;background: #ff864d;border-color: #ff864d;}
.box5 .box5_con .box5con_top ul li.cur div img{opacity: 1;}
.box5 .box5_con .box5con_top ul li div span{float: left;}
.box5 .box5_con .box5con_bot{
	width: 940px;
	height: 494px;
	background: #fff;
}
.box5 .box5_con .box5con_bot ul{padding-top: 15px;display: none;}
.box5 .box5_con .box5con_bot ul.cur{display: block;}
.box5 .box5_con .box5con_bot ul li{
	padding: 35px 0 0 60px;
}
.box5 .box5_con .box5con_bot ul li h2{font-size: 24px;line-height: 42px;}
.box5 .box5_con .box5con_bot ul li h2 img{float: left;margin-right: 15px;}
.box5 .box5_con .box5con_bot ul li p{
	width: 560px;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 30px;
	margin-top: 10px;
}
.box5 .box5_con .box5con_right{
	position: absolute;
	width: 550px;
	height: 449px;
	right: -358px;
	top: 193px;
	background: url("../images/box5pic1.jpg") no-repeat center top;
}
.box5 .box5_con .box5con_right ul{margin-left: 45px;}
.box5 .box5_con .box5con_right ul li{margin-top: 35px;}
.box5 .box5_con .box5con_right ul div{
	width: 108px;
	height: 68px;
	background: url("../images/box5pic2.png") no-repeat left top;
	margin-left: 5px;
}
.box5 .box5_con .box5con_right ul div h2{
	font-size: 44px;
	color: #fff;
	border-radius: 50px;
	margin-left: 12px;
	line-height: 68px;
}
.box5 .box5_con .box5con_right ul div h2 span{font-size: 12px;}
.box5 .box5_con .box5con_right ul p{font-size: 16px;color: #fff;padding-top: 10px;}

/* box6 */
.box6{background: url("../images/box6bg.jpg") no-repeat center top;padding: 70px 0 108px;}
.box6 .box6_con{margin-top: 45px;}
.box6 .box6_con .box6con_left{
	float: left;
	margin-left: 86px;
	width: 624px;
	overflow: hidden;
}
.box6 .box6_con .box6con_left .box6cons{display: block;width: 624px;float: left;}
.box6 .box6_con .box6con_left .cur{display: block;}
.box6 .box6_con .box6con_left .box6con_top h2{
	height: 61px;
	padding: 26px 0 0 110px;
	background: url("../images/box6pic1.png") no-repeat left top;
	font-size: 18px;
	color: #4b4b4b;
}
.box6 .box6_con .box6con_left .box6con_top h2 span{
	font-size: 30px;
	color: #202020;
	font-weight: bold;
	display: block;
}
.box6 .box6_con .box6con_left .box6con_top p{
	width: 582px;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 16px;
	color: #666565;
	line-height: 30px;
	padding: 24px 0 0;
	height: 166px;
}
.box6 .box6_con .box6con_bot{position: absolute;width: 589px;left: 78px;top: 406px;}
.box6 .box6_con .box6con_bot ul li{float: left;margin-right: 50px;}
.box6 .box6_con .box6con_bot h2{
	font-size: 50px;
	font-weight: bold;
}
.box6 .box6_con .box6con_bot h2 span{font-size: 41px;}
.box6 .box6_con .box6con_bot p{font-size: 23px;color: #666565;text-align: center;margin-top: 5px;}
.box6 .box6_con .box6con_bot .box_btn2{
	width: 218px;
	height: 60px;
	border-color: #11b0e4;
	color: #00a0f6;
	position: absolute;
	left: 345px;
	top: 20px;
}
.box6 .box6_con .box6con_bot .box_btn2:hover{color: #fff;border-color: #ff864d;}
.box6 .box6_con .box6con_right{
	float: right;
	width: 295px;
	height: 419px;
	background: url("../images/box6teabg.png") no-repeat center top;
	margin: 7px 96px 0 0;
	position: relative;
}
.box6 .box6_con .box6con_right .box6tea{
	position: absolute;
	left: -32px;
	top: 40px;
}
.box6 .box6_con .box6con_right .box6tea img{display: none;}
.box6 .box6_con .box6con_right .box6tea img.cur{display: block;}
.box6 .box6_con .box6con_right ul{
	position: absolute;
	width: 120px;
	height: 60px;
	right: -60px;
	bottom: 0;
	background: url("../images/box6btn.jpg") no-repeat center top;
}
.box6 .box6_con .box6con_right ul li{width: 60px;float: left;height: 60px;cursor: pointer;}

/* box7 */
.box7{padding: 70px 0 50px;}
.box7 .box7_con{
	background: url("../images/box7bg.png") no-repeat 103px 58px;
	position: relative;
}
.box7 .box7_con .box7pic7{
	position: absolute;
	left: 316px;
	top: 232px;
}
.box7 .box7_con .box_btn2{
	border-color: #11b0e4;
	color: #00a0f6;
	width: 256px;
	position: absolute;
	left: 726px;
	top: 454px;
}
.box7 .box7_con .box_btn2:hover{border-color: #ff864d;color: #fff;}

.feature-presenter {
	position: absolute;
	width: 155px !important;
	height: 155px !important;
}

.feature-presenter-icon {
	background-color: white;
	text-align: center;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 50%;
	cursor: pointer;
}

.feature-presenter img {
	max-width: 100%;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	image-rendering: -webkit-optimize-contrast;
}

.feature-presenter i {
	font-size: 85px;
}

.feature-presenter-circle-container {
	border-radius: 50%;
	display: inline-block;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.feature-presenter-text-container {
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
	z-index: 1001;
	position: relative;
	overflow: hidden;
}

.feature-presenter-text-heading {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 10px;
    color: #292929;
    font-size: 24px !important;
    font-weight: bold;
}

.feature-presenter-text-description {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    width: 363px;
    color: #666565;
    font-size: 16px !important;
    line-height: 32px;
}

.feature-presenter-text-container-out {
	-webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

/* box8 */
.box8{background: url("../images/box8bg.jpg") no-repeat center top;padding: 50px 0 230px;}
.box8 .box8_con{
	height: 433px;
	margin-top: 18px;
	background: url("../images/box8con.png") no-repeat left top;
	position: relative;
}
.box8 .box8_con .box8r{
	position: absolute;
	right: -16px;
	top: 28px;
}
.box8 .box8_con p{
	position: absolute;
	width: 652px;
	font-size: 16px;
	color: #fff;
	left: 0;
	top: 460px;
	line-height: 40px;
}
.box8 .box8_con p span{font-size: 24px;}
.box8 .box8_con .box_btn2{
	width: 256px;
	position: absolute;
	left: 870px;
	top: 478px;
}

/* box9 */
.box9{background: #f0f9ff;padding: 40px 0 126px;}
.box9 .box9_con{
	margin-top: 24px;
}
.box9 .box9_con ul{width: 1200px;margin-left: 48px;}
.box9 .box9_con ul li{
	float: left;
	margin-right: 52px;
}
.box9 .box9_con ul li p{
	font-size: 18px;
	color: #212121;
	text-align: center;
	margin: 10px 0;
}
.box9 .box9_con ul li p span{color: #4393ee;}
.box9 .box9_con ul li a{
	display: block;
	width: 167px;
	height: 37px;
	border: 1px #4393ee solid;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 16px;
	color: #4393ee;
	text-align: center;
	line-height: 37px;
	margin-bottom: 20px;
}
.box9 .box9_con ul li a:hover{background: #ff864d;border-color: #ff864d;color: #fff;}










.clears::after{
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.clears{
	zoom: 1;
}
