@charset "UTF-8";
.banner {
	background: url(images/banner.jpg) no-repeat center center;
}
.container{
	padding: 60px 0;
}
a.btn_white{
	height: 60px;
	padding: 0 70px;
	margin-top: 40px;
	line-height: 60px;
	font-size: 24px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border:solid 2px #ff7f14;
}
h4.big_title_script{
	padding-top: 30px;
}
.form_bg .logo{
	position: absolute;
	left: -150px;
	top: 0;
	z-index: 22;
	width: 210px;
	height: 110px;
}

/*推广页面临时样式*/
.form_bg{
	z-index:10;
}
.form_bg .form{
	padding:70px 10px 20px 10px;
}
.form_bg .regform .row{
	background:#fff;
}
.form_bg .regform .row input{
	padding:0;
}
.form_bg .regform .privacy,
.form_bg .regform .privacy a,
.form_bg .regform .privacy a:hover{
	color:#fff;
}
.form_h1{
	position:absolute;
	right:0px;
	top:50px;
	z-index:20;
	width:270px;
	height:30px;
	line-height:24px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.form_h1 b{
	font-size:140%;
	color:#ff7f14;
}
.form_h1 .sub{
	font-size:.7em;
	font-weight:normal;
}

/*底部*/
.spiiker_foot{
	padding:10px 0;
	line-height:2em;
	text-align:center;
	font-size:12px;
	color:#666;
	background-color: #ddd;
}

/*---one---*/
.one{
	text-align: center;
}
.one ul{
	padding: 70px 0;
	
}
.one li{
	float: left;
	width: 25%;
}
.one .circle{
	display: block;
	width: 90px;
	height: 90px;
	margin: auto;
	color: #fff;
	line-height: 90px;
	font-size: 32px;
	background-color: #ff7f14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.one .sub{
	padding: 15px 0;
	color: #888;
	font-size: 18px;
}


/*---two---*/
.two{
	text-align: center;
}
.two ul{
	padding-top: 50px;
}
.two li{
	float: left;
	width: 50%;
	padding-bottom: 45px;
}
.two li:nth-child(even) .bd{
	margin-left: 30px;
}
.two .bd{
	width: 470px;
	height: 250px;
	text-align: center;
	color: #fff;
}
.two .bd.bd1{
	background: url(images/1.jpg) no-repeat;
}
.two .bd.bd2{
	background: url(images/2.jpg) no-repeat;
}
.two .bd.bd3{
	background: url(images/3.jpg) no-repeat;
}
.two .bd.bd4{
	background: url(images/4.jpg) no-repeat;
}
.two .title{
	padding: 60px 0 36px 0;
	font-size: 26px;
	font-weight: bold;
}
.two p{
	width: 360px;
	margin: auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

/*---three---*/
.three{
	height: 420px;
	padding: 30px 0;
	background: url(images/bg1.jpg) no-repeat center center;
}
.three ul{
	padding-top: 50px;
}
.three li{
	float: left;
	width: 25%;
}
.three .bd{
	width: 200px;
	margin: auto;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background-color: #ddd;
	background-color: rgba(255,255,255,.2);
	border:solid 2px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.three .big_title_script{
	margin-top: 0;
	padding-top: 10px;
	color: #fff;
}
.three .title{
	padding: 0 0 10px 0;
	font-size: 24px;
}
.three .bd:hover{
	background-color: #ff7f14;
	border:solid 2px #ff7f14;
}
.three .sub{
	cursor: pointer;
	font-size: 14px;
}

/*---four---*/
.four{
	padding-top: 60px;
}
.four li{
	float: left;
	width: 25%;
	text-align: center;
}
.four .title{
	padding: 20px 0;
	font-size: 24px;
	color: #ff7f14;
}
.four .txt{
	width: 200px;
	margin: auto;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}

/*---five---*/
.five{
	position: relative;
	height: 500px;
	margin-top: 60px;
	background: url(images/9.jpg) no-repeat left center;
}
.five .play{
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 22;
	width: 615px;
	height: 378px;
	line-height: 378px;
	text-align: center;
}
.five .play .iconfont{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 45px;
	background-color: rgba(255,127,20,.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	
}
.five .play:hover .iconfont{
	background-color: rgba(255,127,20,.8);
}