
@font-face {
  font-family: 'iconfont';
  src: url('../other/iconfont.eot');
  src: url('../other/../other/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../other/iconfont.woff') format('woff'),
  url('../other/iconfont.ttf') format('truetype'),
  url('../other/iconfont.svg#iconfont') format('svg');
}
.m_img img{
	width: 380px;
	height: 253px;
}

.none {
    display: none;
}
.top{
	width: 100%;
}
.top1{
	min-width: 1200px;
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
h3{
	color:#333;
	
}
.top1 .am-slider-default .am-direction-nav a:before{
	
	
	background-color: transparent;
	font-size: 40px !important;
	 color: rgba(0, 0, 0, .25);
	
}
.am-slider .am-slides img{
	width: 100%;
	height: 600px;
}
.am-slider-default .am-control-nav{
	
	bottom: 6%;
	}
	.am-slider-default .am-control-nav li a:hover{
		background-color: #fff;
	}

.am-slider-default .am-control-nav li a.am-active{
	background-color: #fff !important;
}
/* .t_top{
	width: 100%;
	min-width: 1700px;
	height: 80px;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.2);
	z-index: 999;
	display: flex;
	align-items: center;
	
}
.logo{
	width: 230px;
	height: 60px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: 8%;
	position: absolute;
	left: 8%;
	
}
.province{
	position: absolute;
	color: #fff;
	left: 22%;
	cursor: pointer;
}
.pro_list{
	display: none;
	width: 100px;
	
	background-color: #fff;
	position: absolute;
	top: 70%;
	left: 23%;
	font-size: 0;
}
.pro_list div{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.pro_list span{
	cursor: pointer;
	display: inline-block;
	width: 25px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	}
	.pro_list span:hover{
		background-color: #4454FF;
		color: #fff;
	}
.top_nav{
	width: 1000px;
	
	margin-left: 24%;
	
	
}
.tag_v{

	
	display: inline-block;
	width: 10px;
	height: 6px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/v.png);
	margin-left: 5px;
}
.t_search{
	display: none;
	width: 1000px;
	position: absolute;
	left: 40%;
	top: 10%;
		
}
.t_search >.error{
	display: inline-block;
	position: relative;
	top:10px;
	width: 30px;
	height:30px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	
}
.t_searchl{
	display: inline-block;
	position: relative;
	top:10px;
	width: 25px;
	height:25px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.t_search >input{
	
	width: 40%;
	height: 80px;
	border:0;
	background-color: rgba(255,255,255,0);
	
}
.t_search  input:focus{
	outline: none;
}
.search_bar{
	display: none;
	position: absolute;
	top: 100%;
	left:40%;
	padding:0 10px 0 10px;
	width: 25%;
	background-color: #fff;
	
}
.search_bar span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}
.search_bar ul{
	margin-top: 0;
	width: 100%;
	list-style: none;
	
	padding-left: 0;
}
.search_bar ul li{
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #333333;
}
.search_bar ul li:hover{
	color: #0084C7;
	
}
.t_nactive{
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.top_nav >ul{
	
	height: 100%;
	list-style: none;
}
.top_nav >ul li{
	float: left;
	width: 100px;
	height: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: 10px;
}
.top_nav >ul li a{
	color: #fff;
}
.search{
	margin-left: 130px;
	position: absolute;
	right: 18%;
	width: 24px;
	height: 24px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
}
.logres{
	cursor: pointer;
	position: absolute;
	right: 11%;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
}
.logres a{
	color:#fff;
}
.logres>span>i:nth-child(1){
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/geren.png);
	background-size: cover;
	margin-right: 8px;
	
}

.logres>span>i:nth-child(2){
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url(../images/msg.png);
	background-size: cover;
	margin-left: 8px;
	
}
.logres>span>i:nth-child(2)::after{
	width: 16px;
	height: 16px;
	line-height: 16px;
	content:"10";
	text-align: center;
	left: 10px;
	border-radius: 50%;
	position: relative;
	top: -10px;
	display: inline-block;
	background-color: #eb0202;
}

.switch{
	position: absolute;
	cursor: pointer;
	right: 4%;
	bottom:35%;
	display: flex;
	font-size: 12px;
	color: #fff;
	
	align-items: center;
}

.switch>i{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(../images/sw.png);
	-webkit-background-size: cover;
	background-size: cover;
	
}
.login_msg{
	width: 142px;
	display: none;
	position: absolute;
	top: 130%;
}
.user_msg{
	width: 142px;
	
	background-color: #fff;
	
	border-radius: 5px;
	
}
.user_msg>span{
	display: inline-block;
}
.no_msg{
	display: inline-block;
	width: 142px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.msg_list{
	width: 100%;
	
}
.msg_list>ul{
	
	list-style: none;
	padding-left: 0;
}
.msg_list >ul li{
	width: 121px;
	height: 40px;
	display: flex;
	align-items: center;
	line-height:40px;
	margin: 0 auto;
	font-size: 12px;
	color:#666;
	
	
}
.msg_t{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height:40px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
	
	
}
.msg_t::before{
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
	content: '';
	background-color: #ed6053;
}


.user_msg>span:nth-child(2){
	display: inline-block;
	width: 142px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #dfdfdf;
}
.user_list{
	display: none;
	width: 142px;
	height: 268px;
	background-color: #fff;
	position: absolute;
	top: 130%;
	border-radius: 5px;
}
.user_list ul{
	list-style: none;
	padding-left: 0;
}
.user_list ul li{
	width: 142px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.user_list ul li a{
	color: #666;
}
.user_list ul li:hover{
	background-color: #4454ff;
	color: #fff;
	
}
.user_list ul li i{
	margin-right: 10px;
	color: #666;
}
.user_list ul li:hover i{
	color: #fff;
}
.user_list ul li:hover a{
	color: #fff;
}

.user_ico{
	
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.user_list ul li:nth-child(5) a::after{
	width: 16px;
	height: 16px;
	line-height: 16px;
	content:"10";
	color: #fff;
	text-align: center;
	left: 10px;
	border-radius: 50%;
	position: absolute;
	left: 120px;
	top: 195px;
	display: inline-block;
	background-color: #eb0202;
} */

.ce_list{
	width: 44px;
	display: none;
	position: fixed;
	right: 10%;
	top: 20%;
}
@media screen and (max-width: 1640px) {
    .ce_list{
        
        right:4%;
       
    }
}
@media screen and (max-width: 1340px) {
    .ce_list{
        
        right:1%;
       
    }
}
@media screen and (max-width: 1200px) {
    .ce_list{
        
        right:0;
       
    }
}
.ce_list ul{
	width: 44px;
	list-style: none;
}
.ce_list ul li{
	width: 44px;
	height: 44px;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	line-height: 14px;
	letter-spacing: 0px;
	background-color: #dfdfdf;
	border-radius: 5px;
	color: #999999;
	margin-top: 11px;
}
.ce_list ul li a{
	color: #999;
}
.ce_list ul li:hover,.ce_list ul li:hover a{
	cursor: pointer;
	background-image: linear-gradient(30deg, 
		#3c83ff 0%, 
		#0260ff 50%, 
		#005efe 100%), 
	linear-gradient(
		#dfdfdf, 
		#dfdfdf);
		color: #fff;
}
.advice>a{
	display: inline-block;
}
.advice>a i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../images/advice.png);
	margin: 0 auto;
	background-size: contain;
}
.to_top>i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../images/toptop.png);
	margin: 0 auto;
	background-size: contain;
}

.to_topa{
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: fixed;
	bottom:43%;
	right: 5%;
	cursor: pointer;
	background-image: url(../images/toptop.png);
	display: none;
	background-size: contain;
}

.content{
	width: 100%;
}
.contenta{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	/*background-color: rgba(100,100,100,0.1);
*/	
}
.news{
	margin-top: 10px;
	width: 800px;
	height: 380px;
	float: left;
	background-color: #fff;
}
.new_ban{
	float: left;
}
.new_ban .am-slider{
	width: 400px;
	height: 270px;
}
.new_ban .am-slider img{
	width: 400px;
	height: 270px;
}
.new_ban .am-slider .am-slider-desc{
	width: 400px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	background-color: rgba(100,100,100,0.2);
	color: #fff;
}
.new_ban .am-slider.am-slider-default .am-control-nav{
	display: none;
}
.new_ban  .am-slider-default .am-direction-nav a:before{
	
	color: #fff;
}
.am-slider-default .am-control-nav{
	
	bottom: 50px!important;
}
.am-slider-default .am-control-nav li{
	
}
.am-slider-default .am-control-nav{
    width: 150px;
    height: 30px;
    line-height: 9px;
    position: absolute;
    bottom: 27px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 0, 0, 1);
	border-radius: 15px 15px 15px 15px;
	opacity: 0.28;
}
.am-slider-default .am-control-nav li a{
    width: 12px;
	height: 12px;
	background-color: rgba(186, 186, 186, 1);
}
.am-slider-default .am-control-nav li a.am-active{
    width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 1);
}
.am-slider-default .am-control-nav li{
    margin: 0 4%;
    display: inline-block;
}
.am-slider-default .am-direction-nav a{
    width: 55px;
    height: 55px;
}

.am-slider-default .am-control-nav{
    background-color: rgba(0, 0, 0, .28);
    opacity: 0.9;
}
.line{
	position: absolute;
	top: 68px;
	right: 0;
	background-color: #C0C0C0;
	width: 560px;
	height: 2px;
}
.news{
	font-size: 0;
position: relative;

}
.new_btn{
	display: inline-block;
	cursor: pointer;
	width: 120px;
	height: 70px;
	font-weight: 400;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	border-bottom:2px solid #C0C0C0;
}
.new_checked{
	color: #4454ff;
	border-bottom:2px solid #4454ff;
}
.today, .real_time{
	margin-top: 40px;
	width: 800px;
	height: 270px;
	
}
.new_more{
	position: absolute;
	font-size: 12px;
	color: #999;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.new_more a{
	color: #999;
}
.new_dd{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #DFDFDF;
	border-radius: 3px;
	
	
}
.new_list{
	width: 380px;
	height: 270px;
	
	float: right;
}
.new_list ul {
	list-style: none;
	
}


.new_list ul li{
	cursor: pointer;
	line-height: 55px;
	font-size: 16px;
	width: 380px;
	height: 54px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #DFDFDF;
}
.new_listcon{
	margin-left: 10px;
	display: inline-block;
	width: 255px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
	
}
.new_listcon a{
	color:#666;
}
.new_listtime{
	margin-left: 30px;
	width: 100px;
	display: inline-block;
	font-size: 12px;
	float: right;
	color:#999;
}
.new_list ul li:hover .new_listcon a{
	color: #4454ff;
}
.new_list ul li:hover .new_listtime{
	color: #4454ff;
}

.am-slider-desc a{
	color: #fff;
}
.jszp{
	width: 800px;
	height: 790px;
	float: left;
	margin-top: 50px;
	font-size: 0;
	position: relative;
	
}
.jszg{
	width: 800px;
	height: 720px;
	float: left;
	margin-top: 10px;
	font-size: 0;
	position: relative;
	
}.tgjs{
	width: 800px;
	height: 714px;
	margin-top: 50px;
	font-size: 0;
	float: left;
	position: relative;
}
.m_top{
	display: flex;
	align-items: center;
	
}
.mm_top{
	height: 70px;
	border-bottom: 2px solid #DFDFDF;
	
}
.r_line{
	margin-left: 20px;
	display: inline-block;
	width: 2px;
	height: 40px;
	background-color: #DFDFDF;
}.m_title{
	padding-left: 5px;
	font-size: 20px;
	height: 70px;
	width: 115px;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	font-weight: 600;
}

.m_btn{
	display:inline-block;
	cursor: pointer;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	height: 70px;
	width: 100px;
/* 	 border-bottom:2px solid #DFDFDF; */
	color:#333;
	
	
}
.m_btn:hover{
	color: #4454ff;
}
.m_btn1{
	margin-left: 30px;
}
.m_btnact{
	border-bottom:2px solid #4454ff;
}
/*.jsline{
	position: absolute;
	top: 68px;
	right: 0;
	background-color: #C0C0C0;
	width: 350px;
	height: 2px;
}*/

.city_ck{
	color: #4454ff;
}
.js_pro{
	margin-top: -2px;
	width: 800px;
	
	
}
.js_pro ul{
	list-style: none;
	/* border-top: 2px solid #C0C0C0; */
	border-bottom: 2px dashed #DFDFDF;
}
.js_pro ul li.active{
	color: #4454ff;
}
.js_pro ul li{
	cursor: pointer;
	padding: 0 20px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	
	float: left;	
}
.m_con{
	margin-top: 40px;
	width: 800px;
	/* display: flex; */
	justify-content: space-between;
	overflow:hidden;
}
.m_con1{
	margin-top: 40px;
	max-width: 800px;
	/* display: flex; */
	justify-content: space-between;
	overflow:hidden;
}
.mcon_l{
	width: 380px;
	float:left;
	
}
.mcon_r{
	width: 380px;
	float:right;
	
}

.m_img{
	width: 380px;
	height: 253px;
	position: absolute;
	/*background-image: url(../images/tu.png);*/
	/*background-size: 380px 253px;
	background-repeat: no-repeat;
	background-position: center;*/
	
}
.m_imgt{
	width: 380px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(100,100,100,0.5);
	
	
	
}
.bt_checked{
	color: #4454ff;
}
.m_imgt>span{
	display: inline-block;
	width: 340px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mnew_list{
	margin-top: 263px;
	padding-left: 5px;
	width: 380px;
}
.mnew_list ul {
	list-style: none;
}
.mnew_list ul li:hover .new_listcon a{
	color: #4454ff;
}
.mnew_list ul li:hover .new_listtime{
	color: #4454ff;
}
.mnew_list ul li{
	cursor: pointer;
	line-height: 55px;
	font-size: 16px;
	width: 380px;
	height: 54px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #DFDFDF;
}
.hot_active{
	width: 370px;
	height: 441px;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: right;
}
.hot_top{
	width: 370px;
	height: 70px;
	border-bottom: 2px solid #dfdfdf;
	position: relative;
}
.hot_title{
	width: 200px;
	height: 70px;
	padding-right: 55px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 70px;
	/* font-weight: bold; */
}
.hot_more{
	position: absolute;
	right: 6px;
	top: 30px;
	display: inline-block;
	font-size: 12px;
	
	cursor: pointer;
}
.hot_more a{
	color: #999;
}
.hot_con ul {
	
	padding: 0;
	cursor: pointer;
}
.hot_con .hotli_h{
	list-style: none;
	padding: 20px;
	width: 370px;
	height: 108px;
	
	
}
 .hot_con .hotli_h>.hot_l{
	display: block;
	width: 100px;
	height: 67px;
	background-image: url(../images/active.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}


.hot_con .hotli_h >.hot_r>span:nth-child(1){
	display: inline-block;
	float: right;
	font-size: 16px;
	width: 222px;
	height: 46px;
	
	color: #4454ff;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot_con .hotli_h .hot_r>span:nth-child(2){
	
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}
.hot_con .hotli_h>i{
	
display: none;
}
.hot_con ul li{
	width: 370px;
	height: 80px;
	list-style: none;
	padding-top: 15px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #DFDFDF;
}
.hot_con ul li:last-child{
	border-bottom: none;
}
.hot_con ul li a{

	color:#666;
}
.hot_con ul li>.hot_l{
	display: none;
}
 .hot_con ul li>.hot_r>span:nth-child(2){
	display: none;
}
.hot_con ul li >.hot_r>span:nth-child(1){
	
	display: inline-block;
	float: right;
	font-size: 16px;
	width: 323px;
	height: 45px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot_con ul li>i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 30px;
	background-color: #dfdfdf;
}
.hot_con>ul li:hover .hot_r>span a{
	color: #4454ff;
}
.hot_con>ul li:hover .hot_r>span:nth-child(2){
	color: #4454ff;
}
.rili{
	width: 370px;
	height: 794px;
	float: right;
	font-size: 0;
	
}
.rili_top{
	display: flex;
	align-items: center;
}
.rili_title{
	width: 110px;
	height: 60px;
	padding-left: 18px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 60px;
}
.rili_top span:hover{
	color: #4454ff;
}
.sf_title{
	width: 110px;
	height: 60px;
	padding-left: 18px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 60px;
	color:#333;
}
.rili_line{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 1px;
	height: 35px;
	background-color: #dfdfdf;
}
.rili_btn{
	display: inline-block;
	width: 83px;
	height: 57px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 55px;
	border-bottom: 2px solid #dfdfdf;
	cursor: pointer;
	color:#333;
}
.rili_act{
	color:#4454ff;
	border-bottom: 2px solid #4454ff;
}
.rili_msg{
	margin-top: -3px;
	border-top: 2px solid #DFDFDF;
	width: 370px;
	height: 44px;
	border-bottom: 2px dashed #DFDFDF;
}
.rili_msg span{
	display: inline-block;
	width: 24.5%;
	height: 44px;
	font-size: 14px;
	text-align: center;
	line-height: 44px;
	color: #666;
}
.rili_list{
	width: 370px;
}
.rili_list ul{
	padding-top:20px;
}
.rili_list ul li {
	padding:2px 0;
	
}
.rili_list ul li span{
	
	display: inline-block;
	
	text-align: center;
	line-hegiht:35px;
	font-size: 14px;
	color: #333;
}
.rili_list ul li span:nth-of-type(1){  
    width: 104px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
    text-align: bottom;
    vertical-align: top;
} 

.rili_list ul li span:nth-of-type(2)>a{
	display:inline-block;
	width:70px;
	color:#ed5f53;
}
.rili_list ul li span:nth-of-type(3){
	width:70px;
}

.rili_list ul li span:nth-of-type(4){
	width:62px;

}
.rili_list ul li span:nth-of-type(5){
	width:80px;
	color:#ed5f53;

}
.rili_list ul li span:nth-of-type(5)>a{
	color:#ed5f53;
}

.pro_go{
	width: 370px;
	height: 400px;
	margin-top: 10px;
	
	float: right;
}
.pro_title{
	width: 370px;
	height: 55px;
	border-bottom: 2px solid #dfdfdf;
}
.pro_title span{
	display: inline-block;
	width: 100px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	font-size: 22px;
	color: #333;
}
.pro_con{
	width: 370px;
	padding:20px;
}
.pro_con span{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 15px;
	display: inline-block;

	text-align: center;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 60px;
	height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
.pro_con span a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro_con span:hover{
	
	border-color: #4454ff;
}
.pro_con span a:hover{
	color: #4454ff;
}
.hot_book{
	width: 1200px;
	height: 500px;
	
	margin: 0 auto;
	position: relative;
	float: none;
	
}
#book_slider{
	-webkit-box-shadow: none;
	box-shadow:none;
}
.book_title{
	width: 100%;
	height: 55px;
	border-bottom: 2px solid #DFDFDF;
}
.book_title span{
	display: inline-block;
	width: 120px;
	height: 55px;
	color: #4454ff;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
	
	border-bottom: 2px solid #4454ff
}
.book_list{
	width: 1208px;
	height: 326px;
	
	
}
.book_list ul{
	
	position: absolute;
	left:0;
	margin-top:0px;
	list-style: none;
	width: 1210px;
	height: 326px;
	padding: 0;
	
}
.book_list ul li{
	width: 260px;
	height: 326px;
	/* border: 2px solid #a4d7ff; */
	float: left;
	cursor: pointer;
	margin-left: 25px;
	border: 1px solid rgba(223, 223, 223, 1);
	
}
.book_list .book_on{
    box-shadow: 0px 2px 5px 0px 
    rgba(164, 215, 255, 0.53);
border: solid 1px rgba(164, 215, 255, 1);
}
.book_list ul li .booK_img{
	display: block;
	width: 200px;
	height: auto;
	margin: 10px auto;
	background-image: url(../images/book.png);
	cursor: pointer;
	
}
.book_list ul li .book_tap{
	display: block;
	margin: 0 auto;
	width: 234px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}
.book_list ul li .book_price{
	display: inline-block;
	
	margin-left: 10px;
	font-size: 18px;
	color: #ff1400;
}
/*.book_pro{
	position: absolute;
	left: -70px;
	top: 40%;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
}
.book_next{
	position: absolute;
	right: -70px;
	top: 40%;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
}*/
/* 鍒嗘牎鍦板潃 */
.i_bottom{
	width: 100%;
	/* height: 390px; */
	background-color: rgba(249, 249, 249, 1);
}	
.i_bottom1{
	width: 1200px;
	margin: 0 auto;
}
.school{
    width: 100%;
    min-width: 1200px;
   /*  height: 390px; */
    background-color: rgba(249, 249, 249, 1);
   /* border:1px solid rgba(223, 223, 223, 1);*/
    border-left: 0;
    border-right: 0;
    margin-top: 40px;
    padding-top: 40px;
}
.school_content{
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.school_top{
    font-size: 18px;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.school_left{
    font-size: 16px;
    color: #333333;
    float: left;
    height: 342px;

}
.school_right{
    height: 100%;
    
   
}
.school_right>span{
    cursor: pointer;
    width: 88px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin: 0 25px;
    margin-bottom: 25px;
    padding: 4px;
    font-size: 16px;
}
.sel{
    color: #fff;
    background-color: rgba(68, 84, 255, 1);
	border-radius: 3px 3px 3px 3px;
}
.school_b{
	
    padding: 30px 0;
    padding-left: 96px;
}
.school_b p{
    color: #999;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.school_b p>span{
    color: #666;
}
/*  
.main_bottom{
	
	margin-top: 20px;
    padding-top: 50px;
    
    height: 400px;
    width: 100%;
    background-image: linear-gradient(0deg, 
    rgba(87, 93, 104, 1) 0%, 
    rgba(63, 69, 80, 1) 50%, 
    rgba(46, 52, 63, 1) 100%), 
linear-gradient(
    rgba(0, 0, 0, 1), 
    rgba(0, 0, 0, 1));
background-blend-mode: normal, 
    normal;
}
.bottom_top{
    width: 100%;
    height: 200px;
    display: flex;
}
.bottom_left{
   width: 50%;
   padding-left: 28%;
    border-right:1px solid #fff;
    float: left;
    height: 100%;
    padding-top: 20px;
}
.bottom_left>p{
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.bottom_right{
    width: 50%;
   padding-left: 100px;
    padding-top: 20px;
}
.wx_zp{
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}
.wx_zp>img{
   
}
.wx_zp>p{
    color: #fff;
    text-align: center;
}
.bottom_x{
    width: 100%;
    margin-top: 15px;
}
.bottom_x>p{
    width:100%;
    text-align: center;
    height: 30px;
    line-height: 30px;

}
.bottom_x>p:nth-of-type(1)>a{
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #fff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
} */
.list_right{
    position:fixed;
    right:8%;
    bottom:230px;
}
@media screen and (max-width: 1640px) {
    .list_right{
        position:fixed;
        right:4%;
        bottom:230px;
    }
}
@media screen and (max-width: 1340px) {
    .list_right{
        position:fixed;
        right:1%;
        bottom:230px;
    }
}
.list_right>ul>li{
    width: 44px;
	height: 44px;
	background-color: rgba(223, 223, 223, 1);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}
.list_right>ul>.fu{
    /* background-color:rgba(60,131,255,1); */
    background: -webkit-linear-gradient(left top, #3c83ff , #0260ff,#005efe); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #3c83ff , #0260ff,#005efe); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #3c83ff , #0260ff,#005efe); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #3c83ff , #0260ff,#005efe); /* 鏍囧噯鐨勮娉� */
    
}

.list_right>ul>li>a{
    display: block;
    width: 44px;
    height: 44px;
    color: #999999;
    /* text-align:center; */
    padding: 0 6px;
    display: table-cell;
    vertical-align:middle;
}
.list_right>ul>.fu>a{
    color: #fff !important;
}
.list_right>ul>.suggest>a{
    padding-top: 10px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}
.list_right .icon-yijianfankui{
    width: 26px;
    height: 26px;
    font-size: 32px;
    color: #999999;
    
}
.icon-huidaodingbu{
    font-size: 30px;
    margin-top: 3px;
}

/*考试日历*/
.time_more{
	display: block;
	height: 40px;
	font-size: 14px;
	background: #f9f9f9;
	line-height: 40px;
	text-align: center;
	margin-top: 6px;
}
.time_more:hover{
	color:#666;

}
/*广告位*/
.gg_con{
	width: 1200px;
	margin: 20px auto;
	height: 80px;



}
.gg_left{
	width: 600px;
	height: 80px;

	float: left;
}
.gg_right{
	width: 600px;
	height: 80px;
	float: left;
}
.gg_left a,.gg_right a{
	display: block;
	width: 100%;
	height: 100%;
}
.gg_left a img,.gg_right a img{
	width: 100%;
	height: 100%;
}




