@charset "UTF-8";
body{
	color:#333;
}
.spiiker_header_bg{
	height:80px;
}
.spiiker_header{
	width:1000px;
	margin:auto;
}
.spiiker_logo{
	float:left;
	width:350px;
	height:80px;
	background:url(/event/champion/images/logo.png) no-repeat center 15px;
}
.spiiker_phone{
	float:right;
	width:350px;
	text-align:right;
	color:#666;
}
.spiiker_phone .tel{
	margin-top:28px;
	font-size:16px;
}
.spiiker_phone .tel b{
	color:#666;
}
.spiiker_phone .ph{
	font-size:12px;
}
.banner_sem {
	position: absolute;
	width: 100%;
	height: 440px;
	left: 0;
	top: 0;
	z-index: 6;
	background: url(/event/sem/images/banner.jpg) no-repeat center center;
}
.container{
	width: 1000px;
	padding: 70px 0;
}

/*---one---*/
.one{
	width: 100%;
	min-height: 766px;
	color: #fff;
	background: url(/event/sem/images/bg1.jpg) repeat-y center center;
}
.one .container{
	width: 900px;
	margin: auto;
}
.sem_title{
	padding-bottom: 50px;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}
.sem_title .sub{
	display: block;
	padding-top: 20px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.sem_tips{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}
.sem_tips a{
		float: left;
		width: 25%;
		text-align: center;
		line-height:inherit;
		font-size: 18px;
		color: #ff7f14;
}
.sem_tips .cursor,
.sem_tips a:hover{
	color: #fff;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
	background-color: #ff7f14;
	cursor: pointer;
}
.sem_tips .r{
	float: right;
}
.audio{
	padding: 50px 0;
	text-align: center;
}
.audio a{
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff7f14;
}
.sem_reg{
	width: 100%;
	padding: 25px 0;
	background-color: #ff7f14;
}
.sem_reg ul{
	width: 600px;
	margin: auto;
}
.sem_reg li{
	float: left;
	margin: 0 10px;
}
.sem_reg .ipt_bd{
	position: relative;
	width: 210px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
}
.sem_reg .ipt_bd input{
	width:160px;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
	border:none;
	font-size: 14px;
}
.sem_reg .iconfont{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:inherit;
	color: #999;
	font-size: 22px;
}
.sem_reg .submit input{
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border:none;
	background-color: #ff3f14;
}
.sem_reg .submit input:hover{
	background-color: #ff5714;
}
.sem_reg .submit input:active{
	background-color: #d9300a;
}
.sem_reg .ts{
	position: absolute;
	left: 0; 
	bottom: -50px;
	z-index: 22;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background-color: #ff2919;
}
.sem_reg .ts:after{
	content:"";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 22;
	width: 0;
	height: 0;
	margin: -6px;
	border-left:solid 6px transparent;
	border-right:solid 6px transparent;
	border-bottom:solid 6px #ff2919;
}
.one_zan{
	width: 100%;
	padding-top: 50px;
}
.one_zan li{
	float: left;
	width: 25%;
}
.one_zan .iconfont{
	font-size: 28px;
	margin-right: 4px;
}
.one_zan .b{
	font-size: 24px;
}

/*----two----*/
.sem_title .sub2{
	display: block;
	padding-top: 30px;
	font-size: 18px;
	line-height: 2;
	color: #666;
}
.customize_five {
	float: left;
	width: 100%;
	margin: 10px 0 70px 0;
	text-align: center;
}

.customize_five li {
	float: left;
	width: 120px;
}

.customize_five .icon {
	width: 100%;
	height: 120px;
	color: #fff;
	font-size: 45px;
	line-height: 120px;
	border-radius: 50%;
	background-color: #ff7f14;
}

.customize_five .txt {
	line-height: 40px;
	font-size: 18px;
}

.customize_five .arrow {
	width: 100px;
}

.customize_five .arrow i {
	line-height: 120px;
	color: #ff7f14;
	font-size: 40px;
}

/*----three----*/
.three{
	width: 100%;
	color: #fff;
	background: url(/event/sem/images/bg2.jpg) no-repeat center center;
}
.three .container{
	position: relative;
	height: 560px;
}
.three .enter_btn{
	position: absolute;
	bottom: 110px;
	left: 60%;
	z-index: 22;
}
.three .enter_btn .regbtn{
	border:1px #fff solid;
	color: #fff;
	background-color:transparent;
}
.three .enter_btn .regbtn:hover{
	border:1px #ff7f14 solid;
	background-color:#ff7f14;
}

/*----four----*/
.four{
	width: 100%;
	height: 670px;
	background: url(/event/sem/images/bg3.jpg) no-repeat center bottom;
}
.four .container{
	position: relative;
	height: 530px;
}
.four .enter_btn{
	position: absolute;
	bottom: 110px;
	right: 0;
	z-index: 22;
}
.four .enter_btn .regbtn{
	color: #fff;
	background-color:#ff7f14;
}
.four .enter_btn .regbtn:hover{
	background-color:#f26005;
}

/*----five----*/
.five{
	width: 100%;
	height: 700px;
	color: #fff;
	background: url(/event/sem/images/bg4.jpg) no-repeat center center;
}

/*-----six----*/
.six_bd{
	position: relative;
	width: 800px;
	margin: auto;
}
.six_dl_bg{
	width: 100%;
	padding-left: 10px;
	overflow: hidden; 
}
.six_dl{
	width: 5000px;
	margin-left: -800px;
}
.six_dl dl{
	float: left;
	width: 806px;
	border-left: solid 1px #666;
}
.six .arrow{
	position: absolute;
	top: 200px;
	z-index: 22;
	width: 150px;
	cursor: pointer;
}
.six .arrow.end .iconfont{
	color: #999;
}
.six .arrow.end .img{
	visibility:hidden;
}
.six .arrow .iconfont{
	float: left;
	font-size: 36px;
	color: #ff7f14;
	line-height: 90px;
}
.six .arrow .img{
	float: left;
	width: 90px;
	opacity:.6;	
	margin: 0 6px;
}
.six .arrow .img img{
	width: 100%;
}
.six .arrow.left{
	left: -215px;
}
.six .arrow.right{
	right: -215px;
}
.six .arrow:hover .img{
	opacity:1;
}
.six dt{
	padding: 10px 0;
}
.six dt .img{
	float: left;
	width: 107px;
	margin-left: 15px;
}
.six dt .img img{
	width: 100%;
}
.six dt .name{
	float: left;
	padding-left: 20px;
	padding-top: 30px;
	font-size: 26px;
	font-weight: bold;
}
.six dt .name .sub{
	display: block;
	padding-top: 3px;
	font-size: .66em;
	font-weight: normal;
	color: #888;
}
.six dd{
	padding: 10px 0;
	margin-left: -8px;
}
.six .dot{
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 13px;
	background-color: #ff7f14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.six .label{
	float: left;
	width: 100px;
	height: 40px;
	margin-left: 6px;
	line-height: 40px;
	text-indent: 21px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(/jiage/images/label1.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.six .txt{
	float: left;
	width: 640px;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}
.six .red .dot{
	background-color: #e20;
}
.six .red .txt{
	color: #e20;
}
.six .red .label{
	background: url(/jiage/images/label2.png) no-repeat;
}

.six .enter_btn .regbtn{
	color: #fff;
	background-color:#ff7f14;
}
.six .enter_btn .regbtn:hover{
	background-color:#f26005;
}

/*----seven----*/
.media_bd a {
	margin-right: 26px;
}

.media_bd3_main .img{
	float: left;
	width: 320px;
}
.media_bd3_main .img img{
	max-width:320px;
}
.media_bd3_main .article{
	float: left;
	padding-left: 30px;
	width: 620px;
	text-align: left;
}
.media_bd3_main .article h2{
	font-weight: normal;
	font-size: 22px;
}
.media_bd3_main .article p{
	padding-top: 20px;
	color: #999;
	font-size: 14px;
}
.media_bd3 .btm{
	padding-top: 30px;
}

.media_bd2{
	text-align: center;
}
.media_bd2 a img {
	width: 180px;
	height:120px;
	margin-bottom:10px;
	opacity: .75;
}
.media_bd2 a:hover img{
	opacity: 1;
}

.spiiker_foot{
	padding: 20px 0;
	background-color: #f0f0f0;
	text-align: center;
	color: #666;
	line-height: 2;
}