@charset "UTF-8";
*{
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #000;
}
body,html{
	font-family: "微软雅黑";
	width:100%;
	height:100%;
	background: #AAD856;
   }
/*banner*/
.banner{
	background: url("../img/banner.png") no-repeat top center;
	height: 857px;
}
/*活动简介*/
.introduce{
	position: relative;
	top:-197px;
	padding-bottom: 54px;
	background: #19AC5E;
}
.introduce .introduce-list{
	position: relative;
	top:-3px;
	width:730px;
	margin:0 auto;
}
.introduce .introduce-title{
	background:url("../img/intro-bg.png") no-repeat;
	height: 166px;
	padding-top:30px;
	text-align: center;
	font-size:30px;
	color:#fff;
}
.introduce .introduce-title p{
	color:#fff;
}
.introduce .introduce-title p{
	line-height: 42px;
}
.introduce .introduce-text{
	text-align: center;
}
.introduce .introduce-text p{
	font-size:18px;
	color:#fff;
	line-height: 38px;
}
.introduce .introduce-text p span{
	color:#FFEC40;
}
.introduce  .introduce-organizer{
	width:563px;
	margin:55px auto 0;
	height: 170px;
	background: url("../img/organizer-bg.png") no-repeat;
}
.introduce  .introduce-organizer>div{
	padding-top:24px;
}
.introduce  .introduce-organizer p{
	margin-left:128px;
	font-size: 18px;
	line-height: 30px;
}
.introduce .introduce-welfare{
	height: 321px;
	margin-top:77px;
	background: url("../img/welfare-bg.png") no-repeat;
}
.introduce .introduce-welfare .introduce-welfare-title{
	position: relative;
	top:-22px;
	width: 517px;
	margin: 0 auto;
	background: url("../img/welfare-title-bg.png") no-repeat;
	height: 67px;
	line-height: 67px;
	text-align: center;
}
.introduce .introduce-welfare .introduce-welfare-title p{
	color:#0D583D;
	font-size: 18px;
	font-weight: 600;
}

.introduce .introduce-welfare .introduce-welfare-title p{
	height: 67px;
	line-height: 67px;
}
.introduce .introduce-welfare .introduce-welfare-list{
	margin-left:113px;
}
.introduce .introduce-welfare .introduce-welfare-list p{
	color: #444;
	font-size:16px;
	line-height: 36px;
}
.introduce .introduce-welfare .introduce-welfare-list p span{
	color:#F0612C;
}
.introduce .introduce-welfare .introduce-welfare-list p i{
	position: relative;
	top:-3px;
	display: inline-block;
	width:7px;
	height: 7px;
	margin-right:11px;
	background: #96E06A;
	border-radius: 7px;
}
/*活动规则*/
.rule{
	position: relative;
	top: -145px;
	width:990px;
	margin:0 auto;
}
.rule .rule-title{
	height: 194px;
	background: url("../img/rule-bg.png") no-repeat;
	text-align: center;
}
.rule .rule-title span{
	display: inline-block;
	padding-top:5px;
	font-size:24px;
	color:#fff;
}
.rule .rule-title p{
	font-size:16px;
	line-height: 30px;
}
.rule .rule-title>div{
	padding-top:36px;
}
.rule .rule-list{
	background: #F5FFCD;
}
.rule .rule-list .rule-list-process{
	padding-top:58px;
	text-align: center;
}
.rule .rule-list-tab{
	width: 938px;
	height: 94px;
	margin:100px auto 0;
	background: #D7E797;
	text-align: center;
}
.rule .rule-list-main{
	padding-bottom: 40px;
}
.rule .rule-list-tab ul{
	height: 54px;
	padding-top:22px;
	margin:0 38px;
}
.rule .rule-list-tab ul li{
	width: 166px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin-right:8px;
	background: url("../img/btn.png") no-repeat;
	text-align: center;
	font-size:18px;
	color:#fff;
	cursor: pointer;
}
.rule .rule-list-tab ul li.active{
	background: url("../img/btn-active.png") no-repeat;
}
.rule .rule-list-tab ul li:last-child{
	margin-right:0;
}
.rule .rule-require-title{
	margin:81px 0 36px;
	text-align: center;
}
.rule .rule-require-list{
	width: 704px;
	margin:0 auto;
}
.rule .rule-require-list:last-child{
	margin-top:20px;
}
.rule .rule-require-list p{
	color:#444;
	font-size:16px;
	line-height: 30px;
}
.rule .rule-require-list p span{
	color:#F0612C;
}
.rule .rule-set{
	overflow: hidden;
	margin-top:81px;
	text-align: center;
	color:#444;
}
.rule .rule-set li{
	width: 247px;
	height: 196px;
	float:left;
	font-size:18px;
	line-height: 25px;
	color:#fff;
	text-align: center;
}
.rule .rule-set li p:first-child{
	margin-top:60px;
}
.rule .rule-set li p:nth-child(3){
	margin:20px 28px 15px 38px;
	border-bottom: 1px dashed #fff;
}
.rule .rule-set li p i{
	margin-right:20px;
	font-style: normal;
	font-size:20px;
	color: #fff;
}
.rule .rule-set li p:nth-child(4) span{
	font-size:16px;
}
.rule .rule-set li span{
	color:#FFEC40;
}
.rule .rule-set-title{
	margin-bottom:21px;
}
.rule .rule-set-list{
	margin-left:113px;
}
.rule .rule-set-list p{
	color: #fff;
}
.rule .rule-set li:first-child{
	background: url("../img/set01.png") no-repeat;
}
.rule .rule-set li:nth-child(2){
	background: url("../img/set02.png") no-repeat;
}
.rule .rule-set li:nth-child(3){
	background: url("../img/set03.png") no-repeat;
}
.rule .rule-time{
	margin-top:81px;
	text-align: center;
	overflow: hidden;
}
.rule .rule-time-list{
	margin:35px 0 0 49px;
}
.rule .rule-time-list li{
	float: left;
	width: 172px;
	height: 99px;
	background: url("../img/time-btn.png") no-repeat;
}
.rule .rule-time-list li:last-child{
	background: url("../img/time-btn-active.png") no-repeat;
}
.rule .rule-time-list li p{
	margin-left:15px;
}
.rule .rule-time-list li p:first-child{
	line-height: 25px;
	margin-top:25px;
	font-size:18px;
	color:#444;
}
.rule .rule-time-list li p:last-child{
	font-size:16px;
}
.rule .rule-time-list li span{
	position: relative;
	top:40px;
	left:5px;
	font-size: 18px;
	color:#fff;
}
.rule .rule-step{
	position: relative;
}
.rule .rule-step>img{
	position: absolute;
	left:160px;
	top:30px;
	width:150px
}
.rule .rule-step-title{
	width: 824px;
	margin: 0 auto;
	padding-top:70px;
	margin-top:81px;
	text-align: center;
	background: #fff;
}
.rule .rule-step-list{
	width: 824px;
	margin:0 auto;
	background: #fff;
}
.rule .rule-step-list>div{
	position: relative;
	padding-top: 35px;
	overflow: hidden;
}
.rule .rule-step-list div i{
	position: absolute;
	top:25px;
	float: left;
	display: inline-block;
	width:34px;
	height:34px;
	line-height: 34px;
	color: #fff;
	font-size:24px;
	background: #AAD856;
	border-radius: 34px;
	text-align: center;
	font-style: normal;
	z-index: 999;
}
.rule .rule-step-list div p{
	float: left;
	height: 41px;
	line-height: 41px;
    background: #E3F2CA;
	font-size:16px;
	color:#444;
	border-radius: 20px;
	padding: 0 20px 0 40px;
}
.rule .rule-step-list div span{
	color:#F0612C;
}
.rule .rule-step-list div:first-child{
	margin-left:260px;
}
.rule .rule-step-list div:nth-child(2){
	margin-left:92px;
}
.rule .rule-step-list div:nth-child(3){
	margin-left:121px;
}
.rule .rule-step-list div:nth-child(4){
	margin-left:276px;
}
.rule .rule-step-list div:nth-child(5){
	margin-left:305px;
}
.rule .rule-step-list div:nth-child(6){
	margin-left:184px;
}
.rule .rule-step-list div:nth-child(7){
	width:442px;
	margin-left:191px;
}
.rule .rule-step-list div:nth-child(7)>div{
	color:#444;
	font-size:12px;
	text-align: right;
}
.rule .rule-step-list div:nth-child(8){
	margin-left:191px;
	padding-bottom:54px;
}
.rule .rule-standard{
	text-align: center;
}
.rule .rule-standard-title{
	margin-top:81px;
	text-align: center;
}
.rule .rule-standard p{
	margin:11px 0 39px;
	color:#444;
	font-size:14px;
}
.rule .rule-standard-list div:last-child{
    margin-top:20px;
	padding-bottom: 32px;
}
/*直播课*/
.broadcast{
	position: relative;
	top:-180px;
}
.broadcast .broadcast-title{
	background: url("../img/title-bg.png") no-repeat;
	width:574px;
	margin:44px auto 0 auto;
	height: 119px;
	line-height: 119px;
	text-align: center;
	font-size:36px;
	color:#fff;
}
.broadcast .broadcast-list{
	width: 1020px;
	margin:20px auto 0;
	overflow: auto;
}
.broadcast .broadcast-list.one{
	background: #fff;
	height: 355px;
}
.broadcast .broadcast-list.one img{
	width:238px;
	height: 178px;
}
.broadcast .broadcast-list.two{
	background: #94B6FD;
}
.broadcast-list.three{
	margin-top:65px;
	background: #3FD3DB;
}
.broadcast-list.four{
	margin-top:65px;
	background: #1E9BC3;
}
.broadcast-list.five{
	margin-top:65px;
	background: #7AC367;
}
.broadcast .broadcast-list.two,.broadcast .broadcast-list.three,.broadcast .broadcast-list.four,.broadcast .broadcast-list.five{
	height: 384px;
}
.broadcast .broadcast-list.two>img,.broadcast .broadcast-list.three>img,.broadcast .broadcast-list.four>img,.broadcast .broadcast-list.five>img{
	float: left;
	margin-right:13px;
}
.broadcast .broadcast-list.two li img,.broadcast .broadcast-list.three li img,.broadcast .broadcast-list.four li img,.broadcast .broadcast-list.five li img{
    width:236px;
	height: 176px;
}
.broadcast .broadcast-list li{
	margin-right:16px;
	width: 236px;
	height: 327px;
	float: left;
	background: #fff;
	border-radius: 4px;
}
.broadcast .broadcast-list li.end{
	margin-right: 0;
}

.broadcast .broadcast-list ul{
	margin:13px;
}
.broadcast .broadcast-list .title{
	margin:5px 0 26px 9px;
	font-size:18px;
	color: #3d3d3d;
	font-weight: bold;
}
.broadcast .broadcast-list .price{
	margin-left: 9px;
}
.broadcast .broadcast-list .price span:first-child{
	font-size:16px;
	color:#6a6a6a;
}
.broadcast .broadcast-list .price span:first-child i{
	font-style: normal;
	color: #FF4E00;
	font-weight: bold;
}
.broadcast .broadcast-list .price span:last-child{
	font-size: 24px;
	color:#FF4E00;
	font-weight: bold;
}
.broadcast .broadcast-list .btn{
	width: 136px;
	height: 40px;
	line-height: 40px;
	margin-top:7px;
	margin-left:9px;
	background: url("../img/button01.png") no-repeat;
	text-align: center;
	color: #fff;
	font-size:20px;
}
.broadcast .broadcast-list .btn:hover{
	background: url("../img/button02.png") no-repeat;
}
	/*弹出框*/
.suspend{
	background:url(../img/suspend-bg.png) no-repeat;
	width: 160px;
	height: 450px;
	position: fixed;
	top:50%;
	right:5%;
	margin-top:-225px;
	z-index: 9999;
}
.suspend-bottom ul{
	padding-top:40px;
}
.suspend-li img{
	width:120px;
	height:120px;
	display: block;
	margin:0 auto;
}
.suspend-li p{
	font-size: 18px;
	font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
	font-weight: normal;
	color: #414141;
	line-height: 21px;
	text-align: center;
	margin:9px 0 16px 0;
}
.hotline{
	padding: 14px 0 0 9px;
}
.hotline i{
	background: url(../img/line.png) no-repeat;
	width:23px;
	height:23px;
	display: block;
	float: left;
	margin-right:2px;
}
.hotline p{
	font-size: 18px;
	font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 23px;
	float: left;
}
/*footer*/
.footer{
	background: url("../img/footer.png") no-repeat -50px center;
	height: 347px;
}
/*更多课程*/
.more{
	margin-right: 20px;
	text-align: right;
}
.more a{
	position: relative;
	top:8px;
	color: #fff;
}
.more a:hover{
	color: #FBE57A;
}