body{
	min-width: 1200px;
	background: url(../images/bg.png) center 66px  no-repeat #fb4f3b;
}
.container{
	background: #fde0a3;
	width: 1200px;
	margin:437px auto 0;
    height: 1300px;
	border-radius: 20px;
    box-shadow: 0 0 10px #fea337 inset;
    overflow: hidden;
    margin-bottom: 52px;
}
.title{
	width: 358px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	color: #f13329;
	padding-top: 30px;
	margin: 0 auto 0;
	font-size: 38px;
	background: url(../images/tit_bg.png) 0 34px no-repeat;
}
.explain{
	text-align: center;
	font-size: 20px;
	color: #795000;
	margin-top: 10px;
}
.zhibo_box{
	width: 100%;
	background: #fffae7;
	height: 100%;
	margin-top: 20px;
}
.iframe {
    width: 623px;
    height: 395px;
    display: block;
}
.video{
	float: left;
}
.video_box{
	margin-top: 20px;
	margin-left: 30px;
	position: relative;
	width: 623px;
	height: 395px;
}
.video_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_mask{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.video_ts{
    font-size: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 146px;
    line-height: 43px;
    background: #fb513c;
    margin: 157px auto 0;
    border-radius: 50px;
}
.video_time{
	line-height: 40px;
    font-size: 30px;
     color: #fff;
    text-align: center;
    padding-top: 5px;
}
.btns-play{
	padding-top: 15px;

}
.btns-play a {
	display: block;
    width: 146px;
    height: 42px;
    margin: 0 auto;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #ff7200;
    background-image: -webkit-linear-gradient(top, #ffb412, #ff7200);
    background-image: -ms-linear-gradient(top, #ffb412, #ff7200);
    background-image: linear-gradient(top,#ffb412,#ff7200);
    text-align: center;
}
.btns-play a i {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
    background: url(../images/btns-play-icon.png) no-repeat;
}
.ewm_tit{
	float: left;
	margin-left: 17px;
	margin-top: 25px;
}
.gift_tit{
	float: left;
	margin-top: 25px;
	margin-left: 79px;
}
.ewm_img{
	width: 95px;
	display: block;
	border-radius: 5px;
	margin:8px auto 0;

}
.ewm_box{
	float: left;
	margin-top: 10px;
	background: url(../images/ewm_bg.png) 0 0 no-repeat;
	width: 117px;
	height: 117px;
	margin-left: 25px;
	float: left;
}
.rem_zi{
	float: left;
	font-size: 18px;
	color: #ff4324;
	font-weight: bold;
    margin-left: 13px;
    margin-top: 45px;
}
.gift_kh{
	width: 130px;
	height: 146px;
	float: left;
	margin-left: 10px;
	background: #fdeacc;
	margin-top: 14px;
	border-radius: 10px;
}
.gift_kh_tit{
	width: 93px;
	line-height: 33px;
	text-align: center;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #693c2c;
	background: #ffe294;
	margin:0 auto;
	font-weight: bold;
}
.schedule_box{
	float: left;
	margin-left: 25px;
	position: relative;
}
.schedule_tit{
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 24px;
	background: url(../images/zbgg.png) 0 4px no-repeat;
	margin-bottom: 13px;

}
.schedule_time{
	position: relative;
	padding-left:32px;
	padding-right: 18px;
	line-height: 27px;
	color: #fff;
	background: #fb513c;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;

	float: left;
}
.schedule_time:before{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #fffae7;
	border-radius: 50px;
    left: 12px;
    top: 7px;
}
.schedule_con_box{
	position: relative;
	margin-left: 18px;
}
.schedule_con_box .active1{
	// background: url(../images/schedule_btn1.png) 9px 7px no-repeat #fb513c;
	color: #c15100;
}
.schedule_con_box .active{
	color: #fffae7;
	background: #c15100;
}
.schedule_con_tit{
	padding-left: 26px;
	color: #c15100;
	font-weight: bold;
	padding-top: 16px;
	line-height: 16px;
}
.schedule_con_teacher{
	margin-top: 12px;
	color: #c15100;
	padding-left: 26px;
	line-height: 16px;
}
.schedule_con_btn{
	line-height: 26px;
	font-size: 14px;
	cursor: pointer;
	color: #c15100;
	float: left;
	border-radius: 50px;
	margin-left: 26px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.schedule_con_img{
	position: absolute;
	border-radius: 50px;
    top: 9px;
    left: -18px;
}
.schedule_con_box .schedule_no{
	color: #c15100;
}
.schedule_no_btn{
	color: #c15100;
	border: 1px solid #c15100;
	width: 98px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}
.schedule_no_btn:hover{
	color: #fffae7;
	background: #c15100;
}
.schedule_yes_btn{
	// background: url(../images/schedule_btn.png) 9px 7px no-repeat #fffae7;
	border: 1px solid #c15100;
	// padding-left: 27px;
	// padding-right: 13px;
    width: 98px;
    text-align: center;
}
.schedule_yes_btn:hover{
	// background: url(../images/schedule_btn1.png) 9px 7px no-repeat #fb513c;
	color: #fffae7;
    background: #c15100;
}
.schedule_mask{
	position: absolute;
    width: 6px;
    height: 91px;
    left: -4px;
    background: #fffae7;
    top: 35px;
}
.schedule_xian{
	position: absolute;
	width: 2px;
	height: 446px;
    top: 88px;
    left: 18px;
	background: #fec7b3;
}
.footer{
	width: 100%;
	background: url(../images/footer.png) center top no-repeat ;
	min-width: 1200px;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
}
.btn_box{
	width: 1200px;
	position: relative;
	margin:0 auto;
	height: 80px;
}
.goClass{
	position: absolute;
	right: 216px;
    width: 156px;
	height: 80px;
	top: 0;
	cursor: pointer;
}
.zixun{
	position: absolute;
	right: 50px;
    width: 155px;
	height: 80px;
	top: 0;
	cursor: pointer;
}
.footer_close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 2;
}


.title1 {
    width: 422px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fffae7;
    padding-top: 30px;
    margin: 0 auto 0;
    font-size: 38px;
    background: url(../images/tit_bg1.png) 0 34px no-repeat;
}
.explain1 {
    text-align: center;
    font-size: 20px;
    color: #fffae7;
    margin-top: 10px;
}
.ziliao_box {
    width: 1200px;
    margin: 26px auto 0;
}
.ziliao1 {
    float: left;
    width: 285px;
    height: 320px;
    background: #fffae7;
    box-shadow: 0 0 5px #fea337 inset;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #fea337 inset;
    border: 3px solid #ffe3a2;
    box-sizing: border-box;
}
.ziliao2_box {
    float: left;
}
.ziliao2 {
    width: 285px;
    height: 93px;
    background: #fffae7;
    border-radius: 10px;
    box-shadow: 0 0 5px #fea337 inset;
    border-radius: 20px;
    box-shadow: 0 0 10px #fea337 inset;
    border: 3px solid #ffe3a2;
    box-sizing: border-box;
}
.ziliao2 p {
    line-height: 84px;
    padding-left: 115px;
    background: url(../images/icon4.png) 44px center no-repeat;
    font-weight: bold;
}
.ziliao3 {
    width: 285px;
    height: 93px;
    background: #fffae7;
    border-radius: 10px;
    box-shadow: 0 0 5px #fea337 inset;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 27px #fea337 inset;
    border: 3px solid #ffe3a2;
    box-sizing: border-box;
}
.ziliao_icon {
    margin: 31px auto 0;
    width: 86px;
    display: block;
}
.ziliao_tit {
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
}
.ziliao_tit span {
    color: #e62235;
}
.ziliao_con {
    line-height: 25px;
    width: 247px;
    margin: 14px auto 0;
}
.ziliao_con1 {
    color: #c10b1d;
    width: 247px;
    margin: 14px auto 0;
}
.ziliao4 {
    width: 285px;
    height: 93px;
    background: #fffae7;
    border-radius: 10px;
    box-shadow: 0 0 5px #fea337 inset;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 27px #fea337 inset;
    border: 3px solid #ffe3a2;
    box-sizing: border-box;
}
.ziliao3 p {
    line-height: 84px;
    padding-left: 115px;
    background: url(../images/icon5.png) 44px center no-repeat;
    font-weight: bold;
}
.ziliao4 p {
    line-height: 84px;
    padding-left: 115px;
    background: url(../images/icon6.png) 44px center no-repeat;
    font-weight: bold;
}
.lingqu_btn {
    width: 280px;
    height: 54px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #c2200b;
    margin: 30px auto 48px;
    background: url(../images/lingqu_btn.png) 0 0 no-repeat;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 5px #b80012;
}

.tsTk {
    display: none;
    width: 480px;
    background: #fff;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    position: fixed;
    margin: 0 0 0 -240px;
    z-index: 99;
}
.tsTk .cpic {
    width: 118px;
    height: 118px;
    padding-top: 24px;
    margin: 0 auto 3px;
}
.tsTk .ctxt {
    line-height: 38px;
    font-size: 22px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}
.tsTk .bhan {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #f7553f;
    border-radius: 20px;
    margin: 0 auto 28px;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98; }