/**************************************/

/*************[公用start]**************/

/**************************************/



body {

	overflow-x: hidden;

}


h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
div.clear {

	clear: both;

	height: 0;

	width: 0;

}



input,
textarea,
select,
a:focus {

	outline: none;

}



a {

	text-decoration: none;

	color: inherit;

	cursor: pointer;

}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {

	border: 0;

	/*	width: 100%;*/

	max-width: 100%;

}





div.wp {

	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */

	margin: 0 auto;

}

div.wp2 {

	padding: 0 140px;

}

.fl {

	float: left;

}



.fr {

	float: right;

}



.tran {

	transition: all .3s ease-out 0s;

}









/*图片中心放大代码区域*/



.img-box {
	/*图片盒子类名*/



	overflow: hidden;

}



.img-box img {

	transition: .3s;

	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	/* ueco 时间曲线*/

	width: 100%;

	max-width: 100%;

}



.img-box:hover img {

	/*图片中心放大代码*/

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}





.imgbox_a {

	position: relative;

	padding-bottom: 100%;

	overflow: hidden;

	display: block;

}



.imgbox_a>img {

	position: absolute;

	left: 0;

	top: 0;

	width: 100% !important;

	height: 100% !important;

}

.imgbox_hover>img {

	/* ueco 鏃堕棿鏇茬嚎*/

	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;



}

.imgbox_hover:hover>img {

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}



/*图片中心放大代码区域*/











/**************************************/

/************[公用over]****************/

/**************************************/









/*header-start*/

/**************************************************************/

#header {

	height: 98px;
	overflow: hidden;

}

.pc-header {

	width: 100%;

	padding-left: 96px;

	padding-right: 96px;

	box-sizing: border-box;

	overflow: hidden;

}

.pc-logo {

	margin-top:8px;

}


.sy-tele-box {

	margin-top: 25px;

	overflow: hidden;

}

.sy-header-tele {

	float: left;

	height: 42px;

	line-height: 42px;

	border-radius: 20px;

	background: #104fa2;

	color: #fff;

	padding-left: 20px;

	padding-right: 20px;

	font-size: 16px;

	margin-right: 15px;

}

.sy-header-tele img {

	float: left;

	padding-top: 10px;

	padding-right: 8px;

}

.sy-header-search {

	float: left;

	width: 24px;

	height: 24px;

	text-align: center;

}

.sy-header-search{
	width: 143px;
	height: 47px;
}
.sy-header-search a{
	width: 143px;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	display: block;
	background: url(../images/home.png) no-repeat;
	background-size: 100%;
	padding-left: 54px;
	box-sizing: border-box;
	text-align: left;	
}
#header_sj {
	display: none;
}


.banner{
	height: 504px;
	padding-top: 62px;
	box-sizing: border-box;
	background: url(../images/banner.jpg) no-repeat center top;
}
.banner span{
	height: 382px;
	width: 382px;
    display: block;
    background: #04A07B;
	background-image: linear-gradient(to bottom right,#50aa84, #04A07B);
	border: 20px solid #64bd97;
	border-radius: 100%;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	padding-top: 94px;
	box-sizing: border-box;
}
.banner span h1{
	font-size: 58px;
	font-weight: bold;
	position: relative;
	margin-bottom: 42px;
}
.banner span h2{
	font-size: 28px;
}
.banner span h1::before{
	position: absolute;
	content: "";
	width: 54px;
	height: 5px;
	background: #fff400;
	top: 82px;
	left: 144px;
}

.teacher-main{
	overflow: hidden;
}
.teacher-tit{
	margin-top: 42px;
	position: relative;
}
.teacher-tit ul{
	display: table;
	margin: 0px auto;
}
.teacher-tit ul li{
	display: table-cell;
	margin: 0px 10px;
	float: left;
    position: relative;
    height: 60px;
}
.teacher-tit ul li a{
	padding: 8px 26px;
	border-radius: 26px;
	display: block;
	border: 2px solid #57b882;	
}

.teacher-tit ul li.cur a{
	border-radius: 26px;
	background: #57b882;
	color: #fff;
	font-weight: bolder;
}
.teacher-ej-list{
	display: none;
	height: auto;
	width: -webkit-fill-available;
	border-radius: 18px;
	border: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	background: #fff;
	top: 52px;
	 box-shadow: 0px 0px 6px #e2e2e2;
}
.teacher-list-active{
	display: block;
}
.teacher-ej-list ul li{
	width: 100%;
	display: block;
	float: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 34px;
	line-height: 34px;
}

.teacher-ej-list ul li a{
	width: 100%;
	display: block;
	background: #fff !important;
	border: none;	
	color: #000 !important;
	font-weight: normal !important;
	padding: 0px !important; 
	font-size: 16px;
	margin: 0px !important;
}

.teacher-ej-list ul li a:hover{
	padding-bottom: 10px;
	color: #009241 !important;
	border-radius: unset !important;
}

.teacher-ej-list ul li.list-cur a{
	border-radius: unset !important;
	color: #009241 !important;
}

.teacher-tit ul li a:hover{
	background: #57b882;
	color: #fff;
	font-weight: bolder;
}
.teacher-tit ul li:hover .teacher-ej-list{
	display: block;
}


.zm-search{
	overflow: hidden;
}
.zm-search ul{	
	width: 100%;
}
.zm-search ul li{
	float: left;
    width: 3.846%;
	height: 48px;
	text-align: center;
	padding-top: 8px;
}
.zm-search ul li a{
	color: #000;
	font-size: 16px;
	padding-top: 8px;
}

.zm-search ul li a:hover{
	color: #3eb473;
	background: url(../images/zm-bj.png) no-repeat top center;
}
.zm-search ul li.cur a{
	color: #3eb473;
	background: url(../images/zm-bj.png) no-repeat top center;
}
.search-main{
	height:52px;
	border-radius: 8px;
	border: 1px solid #f1f1f1;
}
.search-main input[name="searchTxt"]{
	width: calc(100% - 64px);
	border: none;
	height: 50px;
	padding-left: 15px;
	box-sizing: border-box;
}
.search-main button[name="searchButton"]{
	border: none;
	background: #fff;
	 outline: none;
}
.sj-tearch-mumber{
	position: relative;
	padding-top: 40px;
	padding-bottom: 0px;
}
.tearch-mumber-list{
	padding-top: 0px;
}
.tearch-mumber-box{
	overflow: hidden;
	margin-bottom: 60px;
}
.tearch-mumber-box a{
	background: #f5f5f5;
	padding: 22px 24px 40px;
	border-radius: 15px;
	display: block;
}
.tearch-mumber-box a:hover{
	color: #fff;
	background: url(../images/shi.png) no-repeat right bottom #57b882;
}
.tearch-mumber-box a:hover .tearch-mumber-down{
	color: #fff;
}
.tearch-mumber-top{
	overflow: hidden;
	margin-bottom: 10px;
}
.tearch-mumber-pic{
	width: 117px;
	height: 150px;
	margin-right: 20px;
}

.tearch-mumber-pic .imgbox_a{
	position: relative;
	padding-bottom: 118.8%;
	border-radius: 26px;
	border: 5px solid #fff;
}
.tearch-mumber-name{
	padding-top: 30px;
}
.tearch-mumber-name h1{
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 12px;
}
.tearch-mumber-name h2{
	font-size: 16px;
	line-height: 24px;
}
.tearch-mumber-down{
	line-height: 22px;
	color: #adadad;
	height: 96px;
}
#pc-footer{
	background-color: #f9f9f9;
}
.pc-footer-box{
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}
.pc-footer-logo{
	width: 272px;
}
.pc-footer-add{
	overflow: hidden;
	padding-left: 214px;
	padding-top: 6px;
}
.pc-footer-add ul li{
	margin-bottom: 10px;
}
.pc-footer-add ul li img{
	width: 19px;
	height: 19px;
	margin-right: 6px;
	float: left;
}
.pc-footer-ewm img{
	width: 98px;
	height: 98px;
	border: 1px solid #e6e6e6;
}
.pc-footer-ewm span{
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.pc-footer-down{
	height: 48px;
	line-height:48px;
	color: #fff;
	background-color: #009241;
}
.pc-footer-down span:first-child{
	float: left;
}
.pc-footer-down span:last-child{
	float: right;
}

.pc-page {
	display: table;
	margin: 0px auto 32px;
}

.pc-page a {
	padding: 8px 16px;
	display: block;
	float: left;
	background: #fff;
	display: table-cell;
}

.pc-page a:hover {
	background: #57b882;
	color: #fff;
	border-radius: 6px;
}


/************[教师页面]****************/
.tearch-mumber{
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
}
.tearch-mumber-xx{

	overflow: hidden;
}
.tearch-pic{
	width: 442px;
	margin-right: 82px;
}
.tearch-pic .imgbox_a{
	position: relative;
	padding-bottom: 118.8%;
}
.tearch-xx h1:first-child{
	font-size: 20px;
}
.tearch-xx h1:first-child span{
	font-size: 30px;
	font-weight: bolder;
	margin-right: 12px;
	position: relative;
	background: url(../images/mumber-bj.png) no-repeat right top;
}
.tearch-xx h1:first-child span::before{
    content: "";
	position: absolute;
	width: 54px;
	height: 5px;
	background-color: #49b87b;
	top: 50px;
	left: 3px;
}
.tearch-xx h2{
	height: auto;
	overflow: auto;
	margin-top: 38px;
	box-sizing: border-box;
}
.tearch-xx h2 p{
	font-size: 16px;
	line-height: 26px;
}
.teacher-button{
	position: absolute;
	width: 140px;
	bottom: 140px;
	left: 522px;
}
.teacher-button li{
	float: left;
    width: 60px;
    height: 60px;
}
.teacher-button li a{
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	display: block;
	border-radius: 100%;
	box-shadow: 0px 0px 5px 1px #ccc;
	font-size: 24px;
	font-weight: bolder;
	font-family:"宋体";
	color: #8f8f8f;
}
.teacher-button li a:hover{
	background-color: #009241;
	color: #fff;
}

.teacher-tit ul.sj-nav{
    display: none !important;
}

.teacher-zy{
    padding-top: 30px;
    text-indent: 2em;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}
