@charset "UTF-8";
/*---banner---*/
body{
	color: #222;
	font-family: "Source Han Sans CN";
}
.brand_banner{
	width: 100%;
	height: 550px;
	background:url(/kouyu/images/banner.jpg) no-repeat center center;	
}
.kouyu_bg{
	padding: 70px 0 80px 0;
	background-color: #f7f7f7;
}
.light{
	color: #eb482b;
}
.kouyu_title{
	text-align: center;
	font-size: 42px;
	letter-spacing:1px;
	font-weight: normal;
}
.kouyu_title_bd{
	display: inline-block;
	position: relative;
	line-height: 1.3;
}
.kouyu_title_bd:before{
	content:"";
	position: absolute;
	left: -142px;
	top: 50%;
	z-index: 22;
	width: 122px;
	height: 13px;
	margin-top: -6px;
	background:url(/kouyu/images/line_left.png) no-repeat;
}
.kouyu_title_bd:after{
	content:"";
	position: absolute;
	right: -142px;
	top: 50%;
	z-index: 22;
	width: 122px;
	height: 13px;
	margin-top: -6px;
	background:url(/kouyu/images/line_right.png) no-repeat;
}

.one{
	width: 1100px;
	margin: auto;
}
.one ul{
	width: 1000px;
	margin: auto;
	padding-top: 50px;
}
.one li{
	float: left;
	width: 25%;
	text-align: center;
}
.one li .icon{
	width: 120px;
	height: 120px;
	margin: auto;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-size: 48px;
	background-color: #f05626;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.one li .b{
	padding: 8px 0 0 0;
	color: #f05626;
	font-weight: bold;
	font-size: 30px;
}
.one li .txt{
	color: #888;
	font-size: 18px;
}
.kouyu{
	padding: 70px 0 80px 0;
}

.two{
	width: 1100px;
	margin: auto;
}
.two ul{
	float: left;
	width: 100%;
	padding: 50px 0 65px 0;
}
.two li{
	float: left;
	width: 25%;
}
.two li .img{
	width: 242px;
	margin: auto;
	text-align: center;
}
.two li .img img{
	max-width:100%;
}
.two li .txt{
	width: 226px;
	height: 52px;
	padding: 5px 0;
	margin: auto;
	text-align: center;
	font-size: 18px;
	border:solid 2px #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.three{
	width: 1100px;
	margin: auto;
}
.three ul{
	float: left;
	width: 100%;
	padding-top: 50px;
}
.three li{
	width: 50%;
	float: left;
	padding-bottom: 50px;
}
.three .img{
	float: left;
	width: 40%;
}
.three .img img{
	max-width:100%;
}
.three .bd{
	float: left;
	width: 56%;
	padding-left: 4%;
}
.three .bd h4{
	padding: 15px 0;
	font-weight: normal;
	color: #f05626;
	font-size: 27px;
}
.three .bd p{
	width: 90%;
	font-size: 19px;
	color: #888;
	line-height: 1.7;
}

.four{
	width: 1200px;
	margin: auto;
}
.honor_list{
	width: 1100px; 
	margin: auto;	
	padding-top: 60px;
	overflow: hidden;
}
.honor_list_bd{
	width: 10000px;
}
.honor_list_bd li{
	float: left;
	width: 360px;
	text-align: center;
}
.content{
	width: 250px;
	height: 260px;
	margin: auto;
}
.content img{
	max-width:100%;
}
.content .txt{
	padding: 15px 0;
	font-size: 18px;
}

.free_btn{
	text-align: center;
}
.free_btn a{
	display: inline-block;
    height: 60px;
    min-width: 300px;
    color: #fff;
    line-height: 60px;
    border-radius: 60px;
    font-size: 22px;
    background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
    background: linear-gradient(top,#ff7f14,#e73d30);
}
.free_btn a:hover{
	background: -webkit-linear-gradient(bottom,#ff7f14,#e73d30);
    background: linear-gradient(bottom,#ff7f14,#e73d30);
}

.clock_bd{
	position:fixed;
   	top: 0; 
   	left: 0;
   	z-index: 9999;
   	width: 100%;
   	height: 110px;
   	background-color: #fff5ed;
}
.clock_bd .pic{
	width: 100%;
	height: 70px;
	background:url(/images/s11_banner.jpg) no-repeat center center
}
.clock{
	padding: 5px 15px;
	background-color: #fff5ed;
}
.clock i{
	color: #ff3c77;
}
.clock .a{
	display: inline-block;
	margin: 0 3px;
	padding: 4px;  
	color: #fff;
	background: linear-gradient(top,#ffb66d,#ff2379);
 background: -webkit-linear-gradient(top,#ffb66d,#ff2379);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.clock_in{
	width: 950px;
	margin: auto;
}
.container{
	width: 1100px;
}

/*底部*/
.spiiker_foot{
	padding: 15px 0;
	line-height:2em;
	text-align:center;
	font-size:12px;
	color:#aaa;
	background-color: #333;
}


/*推广页面临时样式*/
.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:-30px;
	top:98px;
	z-index:20;
	width:270px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.form_h1 b{
	font-size:150%;
	color:#ff7f14;
}
.form_h2{
	position:absolute;
	right:-30px;
	top:45px;
	z-index:21;
	padding:2px 5px;
	line-height:1.8em;
	font-size:12px;
	background-color:rgba(255,255,255,.8);
	/*border-radius:10px;*/
}
.form_h2 i{
	position:absolute;
	left:10px;
	bottom:-4px; 
	z-index:21;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid rgba(255,255,255,.8);
}
.form_h2 b{
	color:#ff7f14;
	font-weight:normal;
}

.form_bg_in{
	height: 385px;
	top: 80px;
	right: -30px;
}
.form_bg .form{
	padding-top: 100px;
}