body {
	background: #f3f2f1;
	color: #333333;
}

.w1180 {
	width: 1180px;
	margin: 0 auto;
}

/* banner */
.banner {
	width: 100%;
	margin-top: -30px;
}

.banner img {
	width: 100%;
}

/* 预定专享 备考快人一步 */
.new_tit1 {
	line-height: 50px;
	padding: 50px 0 40px;
	text-align: center;
	font-size: 42px;
	color: #494577;
	font-weight: 900;
}

.qing_li {
	border: none;
	padding: 0 30px;
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.qing_li li {
	margin-right: 70px;
	float: left;
	color: #878789;
	font-size: 14px;
	padding: 15px 10px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #fff;
}

.qing_li li {
	font-size: 16px;
	color: #666666;
	border: none;
	border-radius: 10px 10px 0 0;
}

.qing_li li.on {
	color: #32304f;
	border: none;
	background: url('../image/order_up.png') center bottom no-repeat;
}

.con_hlist {
	position: relative;
	border-radius: 10px;
	background: #fff;
}

.order_zhl {
	width: 100%;
	height: 45px;
	background: #fff url('../image/order_q1_bg.png') center no-repeat;
}

.order_zhl p {
	font-size: 16px;
	color: #fa4527;
	padding: 12px 0 0 40px;
}

.order_zhl a {
	width: 130px;
	line-height: 30px;
	background: linear-gradient(to right, #f0994d, #e96458);
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 8px 30px 0 0;
	background: -webkit-linear-gradient(right, #f0994d, #e96458);
	background: -moz-linear-gradient(right, #f0994d, #e96458);
	background: -o-linear-gradient(right, #f0994d, #e96458);
	background: -ms-linear-gradient(right, #f0994d, #e96458);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f0994d, endColorstr=#e96458);
}

.order_cont {
	width: 100%;
}

.order_cont .order_cont_left {
	width: 840px;
	box-sizing: border-box;
	padding-left: 20px;
	height: 340px;
}

.order_cont .order_cont_left .order_left_adv {
	width: 170px;
	height: 80px;
	line-height: 46px;
	background: url('../image/order_q1_wk.png') center no-repeat;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	padding-left: 74px;
	padding-top: 14px;
}

.order_left_cont1 {
	width: 206px;
}

.order_cont2 .order_left_adv {
	background: url('../image/order_q1_tj.png') center no-repeat !important;
}

.order_cont3 .order_left_adv {
	background: url('../image/order_q1_fw.png') center no-repeat !important;
}

.order_cont4 .order_left_adv {
	background: url('../image/order_q1_yhq.png') center no-repeat !important;
}

.order_cont1 {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
	height: 67px;
}

.order_cont .order_cont_left .order_left_cont {
	padding-top: 10px;
}

.order_cont .order_cont_left .order_left_cont p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.order_cont .order_cont_left .order_left_cont p i {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #4e80de;
	border-radius: 2px;
	margin: 0 10px 0 20px;
}

.order_cont .order_cont_right {
	width: 340px;
	height: 310px;
}

.order_cont .order_cont_right img {
	/* cursor: pointer; */
}

.yk_order_left_cont1 {
	width: 308px;
}

.yk_order_left_cont2 {
	width: 100px;
}

.yk_order_left_cont3 {
	width: 216px;
}

.order_cont .order_cont_left .order_left_cont p.yk_order_p {
	padding-top: 14px;
}

.kong {
	padding-top: 14px;
	padding-left: 25px;
	color: #ccc !important;
}

.w_qsgg_fdys {
	width: 100%;
	font-size: 48px;
	color: #494577;
	padding: 50px 0 20px;
	text-align: center;
	font-weight: 900;
}

/* 辅导用书 */
.book_qsgg {
	padding-bottom: 50px;
}

.book_qsgg .book_cont {
	position: relative;
	height: 433px;
	background: #fff;
	margin-bottom: 20px;
	border-top: 2px solid #ff796f;
}

.book_qsgg .book_cont .book_left {
	width: 587px;
	height: 433px;
	cursor: pointer;
	position: relative;
}

.book_qsgg .book_cont .book_hover_show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.book_hover_show img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto !important;
	margin-left: -55px;
	margin-top: -20px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transition: 0.5s;
}

.book_qsgg .book_cont .book_hover_show>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.book_qsgg .book_cont .book_left .zhekou {
	position: absolute;
	top: 0;
	right: 20px;
	z-index:4;
}

.book_qsgg .book_left img {
	/* width: 100%; */
}

.book_qsgg .book_right {
	width: 593px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 37px;
}

.book_qsgg .book_right h2 {
	font-size: 22px;
	font-weight: 900;
	line-height: 34px;
	padding: 30px 0 18px;
	border-bottom: 1px solid #e5e5e5;
}

.book_qsgg .book_right h2 span {
	margin-left: -12px;
	font-weight: 900;
}

.book_qsgg .book_zeng {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.book_qsgg .book_zeng .icon_zeng {
	width: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fe3f31;
	background: #fcefee;
}

.book_qsgg .book_zeng .text_teng {
	font-size: 14px;
	margin-left: 12px;
}

.book_qsgg .book_zeng .zeng_ckxq {
	font-size: 14px;
	color: #fe3f31;
}

.book_qsgg .book_td {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	/* height: 80px; */
}
.book_qsgg .book_cont .book_height{
	height:140px;
}
.book_qsgg .book_td .book_td_text {
	width: 14%;
	font-size: 14px;
	font-weight: 900;
}

.book_qsgg .book_td .book_td_cont {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.book_qsgg .book_price {
	padding: 22px 0;
}

.book_qsgg .book_price .book_jg {
	width: 14%;
	font-size: 14px;
	font-weight: 900;
	margin-top: 10px;
}

.book_qsgg .book_price .book_choose {
	width: 85%;
	border: 1px solid #e5e5e5;
	height: 40px;
	border-radius: 2px;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 36px;
	padding-top: 9px;
	background: url('../image/buy_check.png') 10px center no-repeat;
	cursor: pointer;
	margin-top: 20px;
}

.book_qsgg .book_price .book_choose.on {
	background: url('../image/buy_check_in.png') 10px center no-repeat;
	border: 1px solid #ff5529;
}

.book_qsgg .book_price .book_choose.on .price_name {
	color: #ff5529;
}

.book_qsgg .price_origin {
	font-size: 14px;
	color: #666666;
	text-decoration: line-through;
	margin-right: 10px;
}

.book_qsgg .price_new {
	font-size: 14px;
	color: #eb503e;
	margin-right: 10px;
}

.book_qsgg .book_buy {
	margin-top: 5px;
}

.book_qsgg .book_buy a {
	width: 170px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: url('../image/buy_bg.png') center no-repeat;
	border-radius: 4px;
}

.book_qsgg .book_buy a.mfsd {
	line-height: 48px;
	color: #333333;
	border: 1px solid #999999;
	background: none;
	margin-left: 14px;
}

.gsbd {
	width: 1160px;
	background: #fff;
	margin: 0 auto;
	padding: 20px 0 20px 20px;
	border-radius: 10px;
}

.gsbd h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

.p_box {
	overflow: hidden;
}

.p_box_up {
	height: 152px;
	transition: height 0.5s;
}

.p_box_down {
	height: 251px;
}

.p_box div {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	width: 1135px;
}

.p_box div.gsbd_last {
	border-bottom: none;
}

.p_box p {
	width: 965px;
	font-size: 14px;
	color: #333;
}

.p_box span {
	font-size: 18px;
	color: #3c393c;
	width: 36px;
	text-align: left;
}

.a_more {
	width: 1135px;
	display: block;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 15px;
	position: relative;
}

.a_more span {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 64px;
	height: 15px;
	margin-left: -32px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top: none;
	padding-bottom: 5px;
	background: #fff url('../image/linedown.png') no-repeat center 5px;
}

.a_more span img {
	margin-top: 2px;
	margin-left: 25px;
}

.a_more.a_checked span {
	background: #fff url('../image/linetop.png') no-repeat center 5px;
}

.color_red {
	color: #f35132;
	font-style: normal;
}

.cont_pz {
	height: 218px;
	background: url(../image/img_pz.jpg) no-repeat center 0;
}

/* 领取方式 */
.book_lqfs {
	background: #fff;
}

.book_lqfs .lqfs_cont>div {
	width: 33.3333%;
	text-align: center;
	cursor: pointer;
}

.book_lqfs .lqfs_cont>div img {
	height: 224px;
}

.book_lqfs .lqfs_cont>div p {
	font-size: 18px;
	padding: 14px 0 50px;
}

.a_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(//www.dongao.com/zjzcgl/2018-zsfa/images/a_touming_bj.png);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.znxt_video_ab1 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	background: #000;	
	width:980px;
	height:555px;
	margin-left:-490px;
	margin-top:-268px;
}

.scrolltab {
	position: relative;
	margin: 0 auto;
	background: #252525;
}

.div_closed {
	width: 51px;
	height: 49px;
	color: #fff;
	text-align: center;
	line-height: 49px;
	position: absolute;
	top: 0;
	background: #000;
	font-size: 20px;
	cursor: pointer;		
	right: -50px;
}


.daxn-fixed {
	right: 10px !important;
}

/* 赠品领取方式样式更新 */
.device .swiper-wrapper{padding-bottom: 50px;}
.pagination {z-index: 20;left: 0px;width: 100%;text-align: center;bottom: 5px;}
.pagination .swiper-active-switch {background: #f98b3e!important;}
.pagination .swiper-pagination-switch {display: inline-block;width: 20px;height: 4px;border-radius: 8px;background: #dedfe1;margin-right: 8px;cursor: pointer;}
.swiper-container1 .swiper-slide{padding:0 3px;position: relative;}
.swiper-container1 .swiper-slide .swiper_play{z-index: 6;width: 50px;display: inline-block;height: 50px;position: absolute;bottom: 18px;left: 26px;cursor: pointer;}
.swiper-container1 .swiper-slide img{z-index: 0;}

.daxn-fixed{display: none!important;}

/*侧导航*/
.daxn-fixed{display: none !important;} 
.floors{position: fixed;left:0;top:50%;margin-top:-200px;z-index: 8;background:#fff;display:none;}
.floors.hide{left:-102px;}
.floors .icon{width:120px;height:88px;background:url(//files.dongao.com/cjks/2020-zsfa/static/image/floor.png) no-repeat;left: -13px; top: -79px;cursor:pointer;position: absolute;}
.floors .floor_ul{border:5px solid #465a72;width:88px;}
.floors .floor_ul li{text-align:center;padding:0 1px;}
.floors .floor_ul li span{display:inline-block;font-size:14px;color:#666;border-bottom:1px solid #d3d8e1;padding:6px 0;width:70px;}
.floors .zixun_1{background-color:#f0c76d;color: #a06a0d;cursor:pointer;}
.floors .zixun_1 span{margin-left:9px;}
.floors .floor_a{cursor:pointer;}
.floors .floor_a:hover{background:#465a72;}
.floors .floor_a:hover span{color:#fff;border-bottom:1px solid #465a72;}
.floors .floor_a.active{background:#465a72;}
.floors .floor_a.active span{color:#fff;border-bottom:1px solid #465a72;}
.floors .floor_ul li i{font-size:12px;color:#666;display:inline-block;width:118%;margin-left:-7px;color:#333;font-style: normal;}
.floors .floor_ul img{margin-top:8px;}
.addBold td{font-weight:bold;}
.phone_icon{display: inline-block;vertical-align: middle;width: 14px !important;height: 15px;background: url('//files.dongao.com/cjks/2020-zsfa/static/image/phone_icon.png') center no-repeat;}
.bg2_grey{background:#f9fafd;}
table{border-color:#ddd!important;}
.floor_show{position: absolute;top: 50%;left: 97px;margin-top: -86px;cursor: pointer;width: 18px;height: 116px;background: url('https://files.dongao.com/zckjs/2020-zsfa/static/images/floor_show.png') center no-repeat;}
.floor_show.hide{background: url('https://files.dongao.com/zckjs/2020-zsfa/static/images/floor_show.png') center no-repeat;left: 102px;}
.floors .floor_ul .toTop{background: url(https://files.dongao.com/zckjs/2020-zsfa/static/images/top.png) no-repeat top center;margin-top: 10px;letter-spacing: 1px;padding-top: 10px;cursor: pointer;}
.video-box{overflow:hidden;}