@charset "gb2312";
/* CSS Document */
body{
	
}
*{ margin:0; padding:0; border:0; border:none;font-family: "Microsoft YaHei";}
ul,ol li{ list-style:none;}
table{border-collapse: collapse;}
.clear { clear:both; font-size:0; height:0; overflow:hidden;}
.clearfix:after{content: '';display: block;clear:both;}
.clearfix{zoom:1;}
a { cursor: pointer; text-decoration: none;}
a:link, a:visited { text-decoration:none;}

::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}
.hide,.h{display: none !important;}
.r{ float:right;}
.l{float: left;}
.common{width: 1200px;margin: 0 auto;}


/*header*/
div.header{width: 100%;height: 47px;background: #fff;}
div.header .common{ font-size:16px;}
div.header .common a{ color:#333;}
div.header .logo{display: inline-block;width: 112px;height: 33px;background: url('//statics.eoffcn.com/statics/images/index/netLogo.png'); vertical-align:-3px;}
div.header .tel{width: 301px;height: 33px; display:block;background: url('//statics.eoffcn.com/statics/images/public/phone.jpg') no-repeat 0 8px;}
div.header .common a{float: none;}
div.header .tel{margin-top: 0;}

.banner{
	width: 100%;
	height: 600px;
	background:url(../images/banner.jpg) no-repeat top center;
	min-width: 1200px;
}
.banner .common{
	display: none;
}

.m1{
	width: 100%;
	height: 459px;
	background:url(../images/m1.jpg) no-repeat top center;
	min-width: 1200px;
}

.m1 .common{
	display: none;
}
.m2 {
	padding-bottom: 40px;
	min-width: 1200px;
}
.m2 .common{
	padding-top: 36px;
	width: 1000px;
}
.m2 .common .h2{
	width: 449px;
	height: 58px;
	background: url(../images/h2_bg.png) no-repeat top center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin:0 auto 42px;
}

.m2 .common .count{
	display: none;
	text-align: center;
	font-size: 28px;
	color: #3a3a3a;
	line-height: 46px;
	margin-bottom: 60px;
}

.m2 .common .count span{
	display: inline-block;
	color: #fff;
	line-height: 46px;
	background:url(../images/num_bg2.png) no-repeat top center;
	background-size: cover;
	width:35px;
	height:46px;
	margin-right:4px;
	font-size: 40px;
}



.m2 .common .count b{
	font-weight: bold;
	color: #ec6941;
	font-size: 30px;
	padding-left:10px;
}
.m2 .common .buy_box .zero{
	width: 485px;
	height: 202px;
	float: left;
	background:url(../images/close.png) no-repeat top center;
}

.m2 .common .buy_box .zero.left{
	margin-right: 25px;
}

.m2 .common .buy_box .zero.active{
	background:url(../images/open.png) no-repeat top center;
}
.m2 .common .buy_box .zero .price{
	width: 210px;
	height: 173px;
	float: left;	
	padding-top: 14px;
}
.m2 .common .buy_box .zero .price b{
	font-size: 70px;
	color: #eb6100;
	line-height: 173px;
	padding-left: 85px;
}
.m2 .common .buy_box .zero .price span{
	font-size: 35px;
	color: #eb6100;
	font-weight: bold;
	line-height: 173px;
}
.m2 .common .buy_box .zero .time{
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top:57px;
	font-size: 24px;
	float: left;
	width: 275px;
}

.m2 .common .buy_box .zero .time p{
	margin-bottom: 23px;
}

.m2 .common .buy_box .zero .time a{
	width: 200px;
	height: 50px;
	display: block;
	margin: 0 auto;
	padding-left: 11px;
}

.m3{
	background: #cfe8ff;
	height: 448px;
	min-width: 1200px;
}
.m3 .common{
	width: 1000px;
	padding-top: 37px;
}

.m3 .common .h2{
	width: 449px;
	height: 58px;
	background: url(../images/h2_bg.png) no-repeat top center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin:0 auto -26px;
	position: relative;
	z-index: 2;

}
.m3 .common .kb_box{
	width:1000px;
	height: 265px;
	background: #fff;
	margin: 0 auto;
	border-radius: 20px;
	padding-top: 33px;
}

.m3 .common .kb_box .wrap{
	width: 850px;
	height: 240px;
	margin:0 auto;
	position: relative;
}

.m3 .common .kb_box .wrap .line{
	width: 723px;
	height: 1px;
	background: #4d99ff;
	position: absolute;
	top:36px;
	left: 105px;
	z-index: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.m3 .swiper-slide {
  	text-align: center;
  	font-size: 18px;
	width: 210px;
	/* Center slide text vertically */
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.m3 .swiper-slide .circle{
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 50%;
	margin-left:-10px;
	border: 5px solid #4d99ff;
	border-radius: 50px;
	top: 26px;
	z-index: 1;
	background: #fff;
}


.m3 .swiper-slide .time{
	width:210px;
	display: block;
	margin-top:56px;
	padding-top: 11px; 
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	margin-bottom:8px;
}
.m3 .swiper-slide .live{
	width:210px;
	display: block;
	margin-top:56px;
	padding-top:4px; 
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	margin-bottom:8px;
	display: none;
}
.m3 .swiper-slide .txts{
	width:210px;
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #5a5a5a;
	height: 60px;
	margin-bottom: 21px;
}
.m3 .swiper-slide .bm{
	width: 135px;
	height: 34px;
	background: #ffad00;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
}
.m3 .swiper-slide.active .circle{

	border: 5px solid #ed6942;
}

.m3 .swiper-slide.active .live{
	color:#ed6942;
	display: block;
}

.m3 .swiper-slide.active .time{
	display: none;
}

.m3 .swiper-slide.active .txts{
	color:#ed6942;
}
.m3 .swiper-slide.active .get_btn{
	background:#ed6942;
}
.m3 .swiper-button-next,.m3 .swiper-button-prev{
	width: 49px;
	height: 49px;
}
.m3 .swiper-button-next{
	background:url(../images/next.png) no-repeat top center;
	right:-60px;
	border:none;outline: none;
}
.m3 .swiper-button-prev{
	background:url(../images/prev.png) no-repeat top center;
	left:-60px;
	border:none;outline: none;
}
.m3 .swiper-button-next:active{
outline: none;
	border:none;
}
.m3 .swiper-button-next:visited{
	outline: none;
	border:none;
}

.m3 .kb_box{
	position: relative;
}
.m3 .kb_box .sd{
	width: 95px;
	height: 274px;
	position: absolute;
	top:14px;

}
.m3 .kb_box .sd.s_left{
	left:2px;
	background:url(../images/s_left.png) no-repeat top center;
}

.m3 .kb_box .sd.s_right{
	right:2px;
	background:url(../images/s_right.png) no-repeat top center;
}
.m4{
	width: 100%;
	height:975px;
	background:url(../images/m4.jpg) no-repeat top center;
	min-width: 1200px;
}
.m4 .common{
	display: none;
}

.m5{
	background: #cfe7ff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	min-width: 1200px;
}

.m5 .common .h2{
	width: 449px;
	height: 58px;
	background: url(../images/h2_bg.png) no-repeat top center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin:0 auto 42px;
}

.m5 .common table{
	width: 920px;
	margin: 0 auto;
}
.m5 .common table th{
	background: #3080c9;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

table{
	background: #fff;
}

.table3{
	display: none;
}

.table4{
	display: none;
}


table .th1{
	width: 170px;
}
table .th2{
	width: 160px;
}
table .th3{
	width: 175px;
}

table .th4{
	width: 412px;
}

.week{
	background: #51a4f0;
	width: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.table3 .week{
	width: 47px;
}

table td.bt{
	border-top:none;
}

table .bb{
	border-bottom:none;
}
.table2 .week{
	background: #ffad00;	width: 47px;
}

.table4 .week{
	background: #ffad00;	width: 47px;
}
table .day{
	width: 121px;
	color: #0045a2;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #e1f1ff;
}

.table2 .day{
	background: #ffeabf;
	color: #8b5300;
}

table .kemu{
	font-weight: bold;
	color: #0045a2;
	text-align: center;
	font-size: 16px;
	background: #fdfeff;
	width: 159px;
}
.table2 .kemu{
	color: #8a5301;
}

.table2 td.time{
	color: #8a5300;
}

.table2 td.txts{
	color: #8a5300;
}
.table2 td.lb{
	background: #fffbf0;
}



table .time{
	font-size: 12px;
	color: #0343a4;
	font-weight: bold;
	text-align: center;
	width: 174px;
}
table .txts{
	width: 362px;
	padding-left: 50px;
	font-size: 14px;
	color: #0343a4;
	font-weight: bold;
}
table .lb{
	background: #f5fafe;
}
table .st{
	height: 62px;
	text-align: center;
	font-size: 16px;
	color: #0343a4;
	font-weight: bold;
}
.table2 .st{
	color: #8a5300;
}

th,td{
	border:1px solid #c4e3ff;
	height: 30px;
}

.table2 th,.table2 td{
	border:1px solid #f5ddb9;
}

.m5 .btn_down{
	padding-left: 29px;
	width: 158px;
	height: 41px;
	background: #51a4f0;
	color: #fff;
	line-height: 41px;
	font-weight: bold;
	margin:31px auto 0;
	position: relative;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.m5 .btn_down .down{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background:url(../images/down.png) no-repeat top center;
	top: 50%;
	margin-top: -13px;
	right: 11px;
}
.m5 .btn_up{
	padding-left: 29px;
	width: 158px;
	height: 41px;
	background: #51a4f0;
	color: #fff;
	line-height: 41px;
	font-weight: bold;
	margin:31px auto 0;
	position: relative;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: none;

}
.m5 .btn_up .up{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background:url(../images/up.png) no-repeat top center;
	top: 50%;
	margin-top: -13px;
	right: 11px;
}





.m6{
	width: 100%;
	height:485px;
	background:url(../images/m6.jpg) no-repeat top center;
	min-width: 1200px;
}

.m7{
	width: 100%;
	height:894px;
	background:url(../images/m7.jpg) no-repeat top center;
	min-width: 1200px;
}
.m8{
	width: 100%;
	height:612px;
	background:url(../images/m8.jpg) no-repeat top center;
	min-width: 1200px;
}

.m9{
	width: 100%;
	background: #245290;
	height: 320px;
	padding-top: 20px;
	min-width: 1200px;
}
.m9 .common{
	width: 1000px;
}
.m9 .common h2{
	width: 449px;
	height: 58px;
	background: url(../images/h2_bg.png) no-repeat top center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin:0 auto 42px;
}
.m9 .common .ad_box a{
	display: block;
	float: left;
}

.copyRight,.offcnCopy{ background:#444546;
    min-width: 1200px;}
.offcnCopy{padding:45px 0 110px 0; line-height:32px; color:#aaa; text-align:center;}
.offcnCopy.normalPadding{padding-bottom: 45px;}
.offcnCopy a{color:#aaa;}
.offcnCopy a:hover{color:#e00;}


.popup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;display: none;
}

.popup .shadow{
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;left: 0;
	background:rgba(0,0,0,0.4);
}
.popup .get_box{
	width: 696px;
	height: 397px;
	background:url(../images/get_bg.png) no-repeat top center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -198px;
	margin-left: -348px;

}

#phone{
	width: 390px;
	height: 50px;
	padding-left: 30px;
	display: block;
	margin:132px 0 20px 154px;
	font-size: 16px;
	outline: none;
	border:none;
	border-radius: 5px;
}

#validate{
	width:290px;
	height: 50px;
	padding-left: 30px;	
	font-size: 16px;
	margin:0 0 30px 154px;
	outline: none;
	border:none;
	border-radius: 5px;
}

#vali_img{
	width: 95px;
	height: 50px;
	vertical-align: top;
}

.inter-rg .btn{
	width: 300px;
	height: 80px;
	margin: 0 auto;
	display: block;
}
.popup .succ_box{
	width: 696px;
	height: 397px;
	background:url(../images/succ.png) no-repeat top center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -198px;
	margin-left: -348px;
	display: none;
}

.popup .succ_box .icon_right{
	position: absolute;
	width:80px;
	height: 80px;
	background:url(../images/icon_right.png) no-repeat top center;
	left: 50%;
	top: -42px;
	margin-left: -40px;
}

.popup .succ_box .btns{
	width: 100%;
	height: 76px;
	margin-top: 282px;
}

.popup .succ_box .btns a{
	float: left;
	width: 237px;
	height: 76px;
	display: block;
	margin-left: 75px;
}

.tip{
	font-size: 22px;
	color: #696a6c;
	text-align: center;
	margin-top: 20px;
}

.tip .qtk{
	display: inline-block;
	width: 106px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #ffae00;
	color: #fff;
	font-weight: bold;
	border-radius: 50px;
}