.header_box{
	width: 100%;
	height: 54px;
	position: fixed;
	top: 0px;
	line-height: 54px;
	background: #fdfdfc;
    z-index: 999;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.header_box .logo{
    margin-left: 100px;
	/* width: 100px; */
	width: 15%;
	height: 54px;
	display: block;
	background: url(../images/index/logo.png) no-repeat 70px center;
	background-size: auto 42px;
	float: left;
	padding-left: 70px;
}
.header_menu{
	/*width: 1300px;*/
    margin: 0 auto;
}
.header_menu_list{
	float: right;
}
.header_menu_list li.fl{
	position: relative;
	float: left;	
}

.header_menu_list li.fl .ls{
	font-size: 14px;
	color: #818181;
	padding: 0 14px;
	border-left: 1px solid #b1b1b1;
	/*border-right: 1px solid #818181;*/
}
.header_menu_list li.fl.atpes .ls{color: #89c5c2;}
/**/.header_menu_list li.fl:first-child .ls{border-left: none;}
@media (min-width: 1500px){
  .header_menu_list li.fl .ls{

	padding: 0 21px 0 18px;

}
}
.header_menu_list li.fl .none{display: none; position: absolute;left: 0px;top: 54px;width: 100%; background: #fdfdfc;box-shadow: 0 0 6px rgba(0,0,0,0.1);}
.header_menu_list li.fl .none a{display: block;margin:0 7px;font-size: 14px;color: #818181;line-height: 46px;text-align: center;border-bottom: #b1b1b1 1px solid;}
.header_menu_list li.fl .none li:last-child a{border-bottom: none;}
.header_menu_list li.fl a:hover{color: #89c5c2}

.hotline{
	font-size: 18px;
	font-weight: bold;
	color: #89c5c2;
	float: right;
	margin-right: 3.6%;
	margin-left: 20px;
}
.tab_btn_box{
	width: 100%;
	height: 66px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
}
.college_content_box{
	width: 100%;
	padding-top: 54px;
	display: none;
}

.tab_btn{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.tab_btn_list{
	
	margin: 0 auto;
}
.tab_btn_list li{
	display: inline-block;
	
	font-size: 17px;
	padding: 0 10px;
	margin-right: 24px;
	cursor: pointer;
}
.tab_btn_list li:hover{
	border-bottom: 3px solid #de7638;
}
.tab_btn_list .borbtn{
	border-bottom: 3px solid #de7638;
}