html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  text-decoration:none;
}
.beike_box{
	position: relative;
}
.beike_head{
	width:100%;
	height:266px;
	padding-top: 40px;
	position: relative;
	/* width:100%;
	height:auto; */
	background: url('../images/beike_bg.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-color: transparent;
}
.beike_content{
	width:1200px;
	margin: 0 auto;
}
.beike_tap{
	padding: 42px 0;
	font-size: 0;
}
.beike_tap a{
	display: inline-block;
	width: 208px;
	height: 66px;
	background: #FFF7F7;
	box-shadow: 0px 0px 12px 2px rgba(84, 31, 31, 0.1);
	border-radius: 10px;
	margin-right: 78px;
	color:#CB171D;
}
.beike_tap .beike_color{
    background-color: #CB171D;
    color: #fff;
}
.beike_tap a:nth-child(5){
	margin-right: 0px;
}
.beike_tap a img{
   width:35px;
   /*height:35px;*/
   margin-left: 35px;
   padding-top: 16px;
   vertical-align: bottom;
   margin-right: 32px;
}
.beike_tap a span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	/*height:35px;*/
	padding-top: 16px;
	line-height: 35px;
	
	/* vertical-align: middle; */
}

.beike_list{
	width:100%;
	height:auto;
	background: #F6F6F6;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	margin-bottom: 26px;
}
.beike_lists{
    padding: 40px 33px;
}
.beike_left{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	color: #000;
	vertical-align: top;
}
.beike_right{
	position: relative;
	display: inline-block;
	width:1000px;
	height:40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.beike_right a{
	display: inline-block;
	padding: 8px 19px;
	border-radius: 20px;
	text-align: center;
	margin-right: 20px;
	text-decoration: none;
	color:#333;
	margin-bottom: 10px;
}
.beike_right a:hover{
	background-color: #CB171D;
	color:#fff;
}
.beike_right .beike_active{
	background-color: #CB171D;
	color:#fff;
}
.beike_lefts{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	color: #000;
	vertical-align: top;
}
.beike_rights{
	position: relative;
	display: inline-block;
	width:1000px;
	height:130px;
	overflow: hidden;
	font-size: 14px;
}
.beike_rights a{
	display: inline-block;
	padding: 8px 18px;
	border-radius: 20px;
	text-align: center;
	margin-right: 12px;
	text-decoration: none;
	color:#333;
	margin-bottom: 8px;
}
.beike_rights a:hover{
	background-color: #CB171D;
    color: #fff;
}

.beike_rights .beike_actives{
	background-color: #CB171D;
	color:#fff;
}
.beike_title{
	width: 100%;
	height:38px;
	margin-bottom: 28px;
}
.beike_title a{
	float: right;
	padding: 0 20px;
	height: 38px;
	background: #ECE5E5;
	border-radius: 19px;
	font-size: 14px;
	text-align: center;
	line-height:38px;
	color:#333;
	margin-left: 10px;
}
.beike_title .beike_activess{
	background: #CB171D;
	color: #fff;
}
.beike_title p{
	float: left;
	height:38px;
	line-height: 38px;
}
.beike_lb li{
	display: inline-block;
	width: 282px;
	max-height: 250px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(45, 36, 36, 0.1);
	border-radius: 5px;
	margin-right: 16px;
	margin-bottom: 28px;
	border-radius: 8px;
	overflow: hidden;
}
.beike_lb li:nth-child(4n){
	margin-right: 0px;
}
.beike_lb li a{
	display: block;
}
.beike_lb li a img{
	width: 282px;
	height:147px;
}
.beike_t{
	padding: 22px 16px;
	
}
.beike_t h4{
	font-size: 16px;
	color:#333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.beike_t span{
	color:#999;
	font-size: 14px;
	margin-right: 10px;
}
.beike_zc{
	display: block;
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 99;
	background-color: rgba(1,1,1,.4);
}
.beike_zcs{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	width: 1025px;
	height: 643px;
	background: #FFFFFF;
	border-radius: 5px;
}
.beike_bt{
	width:100%;
	/* display: block; */
	box-sizing:border-box;
	padding: 0 20px;
	height:60px;
	border-bottom: 1px solid #ddd;
}
.beike_bt p{
	float: left;
	padding-top: 20px;
	vertical-align: middle;
}
.beike_bt img{
	width: 22px;
	height: 37px;
	float: right;
	padding-top: 16px;
	vertical-align: middle;
}
.beike_gd{
	padding: 0px 30px;
	font-size: 0;
	height:580px;
	overflow-y: scroll;
}
.beike_gds{
	/* width: 840px; */
	display: inline-block;
	padding-top:40px;
	padding-bottom: 30px;
	border-bottom:1px solid #ddd;
}
.beike_gds div{
	display: inline-block;
	width: 790px;
	padding-right: 20px;
	vertical-align: middle;
}
.beike_gds .beike_gdss{
	width: 102px;
	display: inline-block;
	padding-top:40px;
	padding-bottom: 30px;
}
.beike_gds .beike_ts{
	font-size:22px;
	color:#000;
	padding-bottom: 20px;
}
.beike_gds p{
	font-size:14px;
	color:#656565;
	line-height:26px;
	padding-bottom: 20px;
}
.beike_gds span{
	font-size:14px;
	color:#999999;
	margin-right: 20px;
}
.beike_gdss a{
	display: block;
	width: 102px;
	height: 36px;
	background: rgba(203, 23, 29, 0);
	border: 1px solid #CB171D;
	border-radius: 5px;
	margin-bottom: 15px;
	color:#CB171D;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
}
.beike_gds:hover div .beike_ts{
	color:#CB171D;
}
.beike_gds .beike_gdss a:hover{
	color:#fff;
	background-color:#CB171D;
}
.beike_sz{
	position: relative;
	width: 1200px;
	/*height: 216px;*/
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 2px rgba(45, 35, 35, 0.1);
	border-radius: 5px;
}
.beike_szs{
	padding-top:38px;
	padding-left: 33px;
	padding-bottom: 29px;
	padding-right: 33px;
}
.beike_szs h4{
	font-size:18px;
	color:#000;
	padding-bottom: 20px;
}
.beike_szs p{
	font-size:14px;
	color:#656565;
	line-height:26px;
	padding-bottom: 20px;
}
.beike_szs span{
	font-size:14px;
	color:#999999;
	margin-right: 20px;
}
.beike_szs div{
	display: inline-block;
	width:960px;
	vertical-align: middle;;
}
.beike_btns{
	display: inline-block;
	width: 137px;
	height: 50px;
	background: rgba(81, 83, 71, 0);
	border: 1px solid #CB171D;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color:#CB171D;
	font-size: 14px;
	vertical-align: middle;
	margin-left:20px;
}
#certifys {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	
}

#certifys .swiper-slide {
	width: 1200px;
	height: 216px;
}
/* #certifys .swiper-button-next{
	right:-60px;
}
#certifys .swiper-button-prev{
	left:-60px;
} */
#certifys .swiper-button-next{
    background-image: url(../images/next21.png);
	right:-60px;
}
#certifys .swiper-button-prev{
	background-image: url(../images/prev21.png);
	left:-60px;
}
.beike_btn{
	position: absolute;
	top:30px;
	right:33px;
	width: 69px;
	height: 32px;
	background: #FCE5E6;
	border-radius: 15px;
    color: #A79496;
	text-align: center;
	line-height: 32px;
}

.beike_btnse{
	position: absolute;
	color: #CB171D;
	font-size: 16px;
	right:0;
	bottom:0px;
	cursor: pointer;
}
.beike_btnses{
	position: absolute;
	color: #CB171D;
	font-size: 16px;
	right:0;
	bottom:0px;
	cursor: pointer;
}
.beike_tap .list_color{
	background-color:#CB171D;
	color:#fff;
}
.beike_zzc{
	display: none;
}
.mb_lists:hover .beike_zzc{
	display: block;
}
.school_banner{
	width: 100%;
	height: 400px;
}
.school_banner>img{
	width: 100%;
}