@charset "UTF-8";
body{
	color: #222;
	font-family: "Source Han Sans CN";
}
.color{
	color:#ff7f14;
}
.clock_bd{
	display: none;
	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;
}
.brand_banner{
	width: 100%;
	height: 600px;
	background:url(/yypeixun/images/banner.jpg) no-repeat center center;
}
.online_bd{
	width: 1110px;
	padding:50px 0;
	margin: auto;
}
.online_title{
	text-align: center;
}
.online_title .txt{
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight:normal;
}
.one{
	position: relative;
}
.one ul{
	padding-top: 40px;
}
.one li{
	float: left;
	width: 25%;
}
.one .bd{
	width:258px;
}
.one .bd .img{
	position: relative;
	width:100%;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	text-align:center;
	transition:all .2s ease-in-out;
}
.one .bd .img:hover{
	transform:translateY(-3%);
	box-shadow: 6px 6px 10px rgba(10,10,10,.2);
}
.one .bd .title{
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 22;
	width:100%;
	height:60px;
	color:#fff;
	line-height:60px;
	font-size:23px;
	background-color: #ff7f14;
}
.one .bd .title i{
	font-size:1.1em;
}
.one .bd .txt{
	padding-top:5px;
	font-size:18px;
	color:#666;
}

.two{
	width:1110px;
	margin:auto;
}
.two .online_title{
	margin-bottom:30px;
}
.two dl{
	float: left;
	width:100%;
	margin-bottom:30px;
}
.two dd .radio_txt{
	display:block;
	padding-left:38px;
	font-size:20px;
}
.radio_form label input{
	display: none;
}
.radio_form label input + .radio_txt{
	color:#333;
	background: url(/yypeixun/images/7a.png) no-repeat;
}
.radio_form label input:checked + .radio_txt {
	color:#ff7f14;
	background: url(/yypeixun/images/7b.png) no-repeat;
}
.two dt{
	padding-left:10px;
	margin-bottom:10px;
	font-size:20px;
	font-weight: bold;
	height:22px;
	line-height:22px;
	border-left:solid 4px #ff7f14;
}
.two dd{
	float:left;
	width:33.33%;
	margin:10px 0;
	box-sizing: border-box;
}

.four{
	background: url(/yypeixun/images/6.png) no-repeat center 90px;
}
.four_bd{
	position: relative;
	padding:40px;
	margin-top:70px;
	background-color: #f0f0f0;
}
.four_img{
	position: absolute;
	z-index: 22;
	right:70px;
	bottom:0;
	width:248px;
	height:471px;
}
.four li{}
.four .search{
	height: 47px;
	font-size:22px;
	font-weight: bold;
	color:#ff7f14;
	border:solid 2px #ff7f14;
}
.search .txt{
	float: left;
	width:92%;
	line-height: 47px;
	text-indent: 10px;
}
.search .icon{
	float: right;
	width:8%;
	height:47px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	background-color: #ff7f14;
}
.four p{
	padding:20px 0;
	font-size:18px;
	line-height: 1.8;
	color: #666666;
}

.five ul{
	float: left;
	margin-top:40px;
	margin-bottom:20px;
	padding:20px 50px;
	background-color: #fff;
}
.five li{
	float: left;
	width:50%;
	padding:30px 0;
}
.five .icon{
	float: left;
	width:76px;
	height:76px;
	font-size:42px;
	text-align: center;
	line-height: 76px;
	border:solid 3px #ff7f14;
	color:#ff7f14;
	border-radius: 50%;
}
.five .bd{
	float: left;
	width:356px;
	margin-left:20px;
}
.five h4{
	font-size:24px;
}
.five p{
	padding: 10px 0;
	font-size:18px;
	line-height: 1.7;
}

.three{
	padding: 80px 0;
	text-align: center;
	background: url(/event/champion/images/bg2.png) no-repeat center center;
}
.three_bd{
	position: relative;
	width: 610px;
	margin: auto;
	border:solid 8px #f26005;
}
.three_bd:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -25px;
	z-index: 22;
	width: 100px;
	height: 8px;
	margin-left:-50px;
	background-color: #f26005;
}
.three_bd video{
	float: left;
	width: 100%;
}

.six{
	padding: 60px 0;
	background-color: #f0f0f0;
}
.six ul{
	width: 1000px;
	margin: auto;
	padding-top: 50px;
}
.six li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.six li:hover{
	-webkit-animation-name:bounce;
	animation-name:bounce;
}

/*推广页面临时样式*/
.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;
}

.free_btn{
	text-align: center;
	padding-top: 30px;
}
.free_btn a{
	display: inline-block;
    height: 60px;
    min-width:300px;
    color: #fff;
    line-height: 60px;
    border-radius: 60px;
    font-size: 25px;
    background: -webkit-linear-gradient(top,#ff7f14,#f26005);
    background: linear-gradient(top,#ff7f14,#f26005);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	box-shadow:5px 5px 5px rgba(0,0,0,.2);
}
.free_btn a:hover{
	background: -webkit-linear-gradient(bottom,#ff7f14,#e73d30);
    background: linear-gradient(bottom,#ff7f14,#e73d30);
}

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