* {
	padding: 0;
	margin: 0;
}

body {
	min-width: 1080px;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 25px;
	color:#4d4d4d;
	font-family:"Microsoft YaHei",微软雅黑;

}

li {
	list-style: none;
}

input, button {
	outline: 0;
}

.clear {
	clear: both;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

header .logo {
  padding-bottom: 2px;
  height: 80px;
}
.logo img{
	height: 70px;
}
#login-info {
  top: 40px;
}
#login-info {
  text-align: right;
}

.tz_list_wrap,.zc_list_wrap{
	float: left;
	width: 50%;
	box-sizing: border-box;

}
.tz_title,.zc_title{
	margin: 10px 20px;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #E0E0E0;
	box-sizing: border-box;
}

.tz_itme,.zc_itme{
	padding: 5px 20px;
}





.nav-list-img{
	background-color: #FFFFFF;
}
.nav-list-img img{
	float: left;
	width: 25%;
	padding: 10px 20px;
	margin-bottom: 50px;
}

.course_advantage-title {
  margin: 0 auto;
  padding: 20px 0;
  width: 102px;
  height: 54px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
}

.course_advantage-etitle {
  margin: 5px auto;
  width: 175px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #94A0BC;
  text-align: center;
  line-height: 14px;

}

.course_info_list{
	background-color: #f8f9fc;
	padding-bottom: 40px;
}
.course_item_wrap{
	float: left;
	width: 20%;

}
.course_item{
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #d5d5d5;
	height: 120px;
}
.course_info_item_name{
	font-size: 24px;
	text-align: center;
	color: #245269;
	line-height: 24px;
	font-weight: 600;
	width: 120px;
	height: 60px;
	padding-top: 20px;
	margin: 0 auto;
	border-bottom: 2px dashed #96aeef;

}
.course_info_item_msg{
	text-align: center;
}

.teacher_type-title{
	margin: 0 auto;
	padding: 20px 0;
	width: 102px;
	height: 54px;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
	letter-spacing: 1px;
}

.teacher_type-etitle{
	margin: 5px auto;
	width: 175px;
	height: 14px;
	font-size: 12px;
	font-weight: 400;
	color: #94A0BC;
	text-align: center;
	line-height: 14px;
}
.teacher_info_list{
	padding-bottom: 40px;
	background-color: #FFFFFF;
}
.teacher_item_wrap{
	float: left;
	width: 16.66%;
	background-color: #FFFFFF;
}

.teacher-item{
	height: 265px;
	padding: 20px;
}

.teacher-item img{
	width: 100%;
	height: 100%;
}

.teacher_info {
  padding: 10px 25px;
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 1px;
}

.footer {
  border-top: 1px solid #ddd;
  font-size: 13px;
  background: #000000;
  color: #9b9ea0;
  min-height: 120px;
}

.homepage-footer-top{
		position: relative;
		box-sizing: border-box;
		padding-left: 250px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.homepage-footer-consult{
		position: absolute;
		left: 20px;
		width: 190px;
	}
	.con-title{
		color: #FFFFFF;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.homepage-footer-main-services {
		border-left: 1px solid #4b5054;
		box-sizing: border-box;
		padding-left: 100px;
		width: 100%;
		min-height: 130px;
		display: inline-block;
		clear: both;
		overflow: hidden;
	}

	.ali-main-services{
		float: left;
		width: 22%;
	}

	.ali-main-services-link{
		display: block;
		text-align: left;
		line-height: 22px;
		font-size: 14px;
		color: #9b9ea0;
		letter-spacing: .43px;
		text-decoration: none;
		transition: color .3s;
		margin: 8px 0;
		cursor: pointer;
	}
	.ali-main-services-link:hover{
		color: #FFFFFF;
	}
