.head{
	width: 100%;
	height: 90px;
	background-color: #FFF;
}
.loginBg{
	width: 100%;
	height: 653px;
	background: url(../images/log.png) no-repeat center;
}
.loginBg .register{
	width: 350px;
	height: 350px;
	background-color: #FFF;
	margin-top: 120px;
	padding: 32px 37px;
}
.loginBg .register>.title{
	font-size: 20px;
	color: #233957;
	line-height: 32px;
}
.loginBg .register>input{
	width: 100%;
	height: 50px;
	border: solid 1px #dbdbdb;
	padding-left: 15px;
}
.loginBg .register .wj{
	font-size: 14px;
	color: #acacac;
}
.loginBg .register .zc{
	font-size: 14px;
	color: #6c80e3;
}
.loginBg .register>button,.register>a .golink{
	width: 100%;
	height: 48px;
	background-color: #6c80e3;
	line-height: 48px;
	text-align: center;
	border: none;
	font-size: 12px;
	color: #FFF;
}
.loginBg .register>p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 20px;
}
.loginfoot{
	width: 100%;
	padding: 30px 0;
	background: #FFF;
}
.loginfoot p{
	font-size: 12px;
	text-align: center;
	color: #999;
}
.secmenu{
	width: 100%;
	height: 45px;
	background-image: linear-gradient(#6c80e3, #6c80e3);
}
.secmenu ul li {
	display: inline-block;
	text-align: center;
	line-height: 45px;
}

.secmenu ul li a {
	font-size: 14px;
	color: #FFF;
	padding: 14px 45px;
}

.secmenu ul li.active a{
	background-image: linear-gradient(-90deg,#6c80e3 0%,#a0aef4 100%);
}
.teacher_banner{
	width: 100%;
	height: 250px;
	background: url(../images/banner5.png) no-repeat center;
}
.teacherlist li{
	width: 390px;
	height: 215px;
	margin: 0 15px 15px 0;
	padding: 10px;
	display: inline-block;
	background: #FFF;
}
.teacherlist li:nth-child(3n){
	margin-right: 0;
}
.teacherlist li.pic{
	width: 170px;
	height: 100%;
}
.teacherlist li.pic img{
	width: 100%;
	height: 100%;
}
.teacherlist li .title{
	width: 180px;
	height: 30px;
	background: url(../images/cicle_4.png) no-repeat;
	background-position: 0 25px;
	font-size: 18px;
	color: #000;
}
.teacherlist li .ms{
	width: 180px;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
.teacherlist li .link{
	width: 90px;
	height: 30px;
	background-image: linear-gradient(#6c80e3,#6c80e3);
	box-shadow: -5px 2px 16px 0px rgba(109, 129, 227, 0.48);
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	display: none;
}
.teacherlist li:hover .link{
	display: block;
}
.tikutitle{
	font-size: 22px;
	color: #000;
	line-height: 28px;
	margin: 30px 0;
	text-align: center;
}
.kitulist li{
	width: 224px;
	height: 105px;
	background: #FFF;
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline-block;
	text-align: center;
	line-height: 105px;
}
.kitulist li:nth-child(5n){
	margin-right: 0;
}
.kitulist li a{
	display: block;
	font-size: 16px;
	color: #000;
}