﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 13px;
	font-family: "宋体";
	color: #666;
	background: #f5f5f5;
}
ol li,ul li,li{
	list-style-type: none;
	vertical-align: middle;
}
i,em{
	font-style: normal;
}
img{
	border: none;
	vertical-align: middle;
}
a,input{
	outline: none;
}
h2,h3,h4{
	font-weight: normal;
}
a{
	text-decoration: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.border-b{
	border-bottom: none !important;
}

/********头部*******/
.header{
	width: 100%;
	min-width: 1000px;
	height: 199px;
	background: url(../images/ico_topGb.jpg);
}
.top{
	height: 35px;
	line-height: 35px;
	padding-bottom: 1px;
}
.top dt b{
	font-weight: 100;
}
.top dd a{
	display: block;
	float: left;
	color: #666;
}
.top dd a:hover{
	text-decoration: underline;
}
.top dd em{
	float: left;
	color: #d9d9d9;
	font-size: 20px;
	margin: 0 10px;
}
.top .xinlang{
	color: #00a0e9;
	margin: 0 2px;
}
.top dd i{
	width: 21px;
	height: 17px;
	float: left;
	margin-top: 7px;
	background: url(../images/ico_xinlang.jpg) no-repeat;
}
.header-middle{
	height: 120px;
	overflow: hidden;
}
.logo{
	width: 282px;
	padding-left: 24px;
}
.logo img{
	margin-top: 30px;
}
.choice{
	width: 406px;
	padding-top: 30px;
	margin: 0 24px;
}
.choice i{
	display: block;
	height: 1px;
	margin-top: 13px;
	background: url(../images/ico_choice.jpg) no-repeat;
}
.choice ul{
	padding-top: 11px;
}
.choice ul li{
	text-align: center;
}
.choice ul li a{
	line-height: 19px;
	color: #333;
}
.choice ul li em{
	margin: 0 10px;
}
.phone{
	float: left;
}
.phone img{
 padding-top: 30px;
}
.nav{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 700;
	display: inline-block;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	float: left;
	color: #fff;
	padding: 0 22px;
}
.nav .current,.nav ul li a:hover{
	color: #ffe3a7;
}
.nav ul i{
	display: inline-block;
	float: left;
	height: 40px;
	width: 2px;
	background: url(../images/ico_navBg.jpg) no-repeat;
}
/* 校区列表部分 */
#campus_list{
	width: 100%;
	height: auto;
	padding: 8px 0 20px;
	overflow: hidden;
  }
  #campus_list .list{
	display: flex;
	align-items: flex-start;
	width: 100%;
	line-height: 34px;
	overflow: hidden;
  }
  #campus_list .list span{
	flex-shrink: 0;
	width: 60px;
	color: #000;
	font-weight: 700;
	text-align: left;
  }
  #campus_list .list p{
	width: 100%;
  }
  #campus_list .list p a{
	color: #666;
	  float: left;
	  margin: 0 6px;
	  font-size: 13px;
	  line-height: 34px;
  }
  #campus_list .list p:hover{
	text-decoration: underline;
  }
/******subnav****/
.subnav{
	font-size: 16px;
	background: #fff;
	overflow: hidden;
	font-family: "微软雅黑"；
}
.subnav ul{
	line-height: 28px;
}
.subnav ul li{
	float: left;
}
.subnav ul a{
	display: inline-block;
	color: #666;
	margin: 0 13px;
	float: left;
	line-height: 48px;
}
.subnav ul a:hover{
	text-decoration: underline;
}