/* resource+famous+teaDetails+company共用部分 */
/* banner轮播图 */
.teaBanner {
	position: relative;
	padding: 0;
	margin: 0;
}

.teaBanner .banner_title {
	width: 800px;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	left: 20%;
	bottom: 100px;
}

.teaBanner .banner_title h1 {
	font-size: 42px;
	margin: 0 0 20px 0;
}

.teaBanner .famous_title h1 {
	margin: 0 0 -100px 0;
}

.teaBanner .banner_title h3 {
	font-size: 18px;
}

/* breadcrumb */
.teaFamous .breadcrumb,
.jobCompany .breadcrumb {
	background-color: #fff;
}

.teaFamous .breadcrumb li,
.jobCompany .breadcrumb li,
.teaFamous .breadcrumb li a,
.jobCompany .breadcrumb li a {
	color: #00582A;
}

/* resource页面 */
/* 师资队伍teaTeam*/
.teaTeam {
	width: 100%;
	padding: 0 0 80px 0;
	background-image: url(/images/teacher/teacher_2.png);
}
.teaTeam .team_wrap {
	width: 90%;
	padding: 40px;
	margin: 50px auto;
	text-align: center;
	letter-spacing: 1px;
}

.teaTeam .team_wrap .team_title {
	color: #00582A;
	font-size: 30px;
	margin: 0 0 40px 0;
}

.teaTeam .team_wrap p {
	text-align: center;
	font-size: 14px;
	color: #656565;
	line-height: 36px;
}

.teaTeam .people_list {
	margin: 30px auto;
	display: flex;
	align-items: center;
}

.teaTeam .people_list2 {
	margin: 0 auto 40px;
	width: 95%;
}

.teaTeam .people_list .people_item {
	width: 16.5%;
	text-align: center;
	border-right: 2px solid #A3A3A2;
	height: 120px;
}

.teaTeam .people_list .people_item p{
	line-height: normal;
}

.teaTeam .people_list2 .people_item {
	width: 25%;
}

.teaTeam .people_list .people_item:last-child,
.teaTeam .people_list2 .people_item:last-child {
	border-right: none;
}

.teaTeam .people_list .people_item .num {
	font-size: 32px;
	color: #9ACA59;
	margin: 0 0 20px 0;
}

.teaTeam .people_list .people_item p {
	color: #303030;
}

/* 教学动态banner */
/* 校园生活 */
.teaDynamic{
	margin: -100px 0 100px 0;
}
.teaDynamic .dynamicSwiper{
	position: relative;
	--swiper-pagination-color: #62B97E !important;
}
.teaDynamic .dynamicSwiper h1{
	text-align: left;
	color: #186738;
	font-size: 32px;
	margin: 0 0 50px 0;
}
.teaDynamic .teaDynamicBlock {
	position: relative;
}
.teaDynamic .teaDynamicBlock img{
	margin: 0 0 30px 0;
	transition: all 0.5s;
}
.teaDynamic .teaDynamicBlock img:hover{
	transform: scale(1.1);
}
.teaDynamiccenter{
	position: relative;
	margin: 20px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.dynamicLeftBtn,
.dynamicRightBtn{
	position: relative !important;
	bottom: 0 !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	border: 1px #2fa96e solid;
	background-color: #2fa96e;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	margin-top: 0 !important;
	color: #fff !important;
	outline: none;
	display: inline-block;
	float: left;
}

.dynamicLeftBtn:after,
.dynamicRightBtn:after {
	font-size: 16px !important;
}

.dynamicLeftBtn.swiper-button-disabled,
.dynamicRightBtn.swiper-button-disabled{
	color: #2fa96e !important;
	opacity: 1 !important;
	background-color: transparent !important;
}

.dynamicPaginationBtn{
	position: relative !important;
	width: auto !important;
	bottom: 0 !important;
	display: inline-block;
	float: left;
	padding: 10px 80px;
}

/* famous页面 */
/* teaFamous 名师爱游戏官网马竞赞助商*/
.teaFamous {
	margin: 100px 0 0 0;
}

/* 教师列表 ---标题栏*/
.teaFamous .sidebar {
	position: relative;
	top: 120px;
	left: 0;
	min-height: 440px;
}

.teaFamous .sidebar .sidebar-title {
	font-weight: normal;
}

.teaFamous .shcoolTeacher,
.teaFamous .famousTeacher {
	color: #000;
	font-weight: bold;
}

.teaFamous .shcoolTeacher {
	margin: 100px 0 0 0;
}

.teaFamous .sidebar-item .active {
	background-color: #EEEEEE;
}

.teaFamous .shcoolTeacher .activeTeacher {
	font-size: 16px;
}

.teaFamous .shcoolTeacher .teacher_list li {
	padding: 6px 20px;
}

.teaFamous .shcoolTeacher .teacher_list li a {
	font-size: 14px;
	border-left: 2px solid #009e4a;
	padding: 0 0 0 10px;
	color: #000;
}

.teaFamous .shcoolTeacher .teacher_list li:nth-of-type(odd) {
	background-color: #fff;
}

.teaFamous .shcoolTeacher .teacher_list li:nth-of-type(even) {
	background-color: #f1f1f1;
}

.teaFamous .shcoolTeacher .teacher_list li:hover {
	background-color: #9ACA59;
	cursor: pointer;
}

.teaFamous .shcoolTeacher .teacher_list li:hover a {
	color: #fff;
}

.teaFamous .shcoolTeacher .teacher_list .activeBg {
	background-color: #9ACA59 !important;
}

.teaFamous .shcoolTeacher .teacher_list .activeBg a {
	color: #fff;
}

/* 教师列表--教师数据 */
.teaFamous .teaImgList {
	width: 92%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teaFamous .teaImgList .teaImgItem {
	width: 30.5%;
	height: 265px;
	background-color: #9ACA59;
	display: flex;
	flex-direction: column;
	text-align: right;
	padding: 4px;
	margin: 0 12px 80px 0;
	transition: all 0.5s;
}

.teaFamous .teaImgList .teaImgItem:nth-child(3n) {margin-right: 0;}

.teaFamous .teaImgItem img {width: 100%;height: 220px;}
.teaFamous .teaImgItem h3 {text-align: left;color: #fff;font-weight: bold;font-size: 22px;float: left;padding: 6px 12px;}

.teaFamous .teaImgList .teaImgItem:hover {transform: scale(1.1);box-shadow: 3px 35px 77px -8px rgba(0, 0, 0, 0.9);z-index: 10;}


/* details */
/* teaDetails页面 */
.teaDetails {
	width: 90%;
	display: flex;
	float: right;
}

.teaDetails .leftImgWrap {
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 100px;
	/* width: 60%;
	height: 200px; */
}

.teaDetails .leftImgWrap img {
	width: auto;
	height: 230px;
}

.teaDetails .leftImgWrap .info {
	border-left: 2px solid #4eb967;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

.teaDetails .leftImgWrap .info h3 {
	color: #245d39;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.teaDetails .leftImgWrap .info p {
	color: #505050;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.teaDetails .rightIntroWrap {
	float: right;
	margin: 40px 0 0 40px;
}

.teaDetails .rightIntroWrap .intro {
	font-size: 16px;
	line-height: 26px;
	color: #727171;
	text-indent: 2em;
	letter-spacing: 1px;
}

/* company页面 */
/* 招聘头部板块 */
.companyTop {
	background-image: none !important;
}

.companyTop .headIntro {
	display: flex;
	align-items: center;
}

.companyTop .headIntro h1 {
	font-size: 30px !important;
	margin-top: 20px;
}

.companyTop .headIntro img {
	width: 300px;
}

.companyTop2 .headMenu .menuBlock li a {
	height: 50px;
	line-height: 50px;
}

.companyTop2 .headMenu {
	width: 100%;
}

.companyTop2 .headMenu .menuBlock li {
	width: 160px;
}

/* 招聘信息头部颜色板块 */
.companyColor {
	color: rgb(1, 98, 53) !important;
	border-color: rgb(1, 98, 53) !important;
}

.companyColor input,
.companyColor i {
	color: rgb(1, 98, 53) !important;
	border-color: rgb(1, 98, 53) !important;
}

.bgcompanyColor {
	background-color: rgb(1, 98, 53) !important;
}

.bgcompanyFooterColor {
	background-color: rgb(48, 57, 64) !important;
}

.bgcompanyColor .headMenu .menuBlock li:hover,
.bgcompanyColor .headMenu .menuBlock li .snavOn,
.bgcompanyColor .headMenu .menuBlock li .submenu li a:hover {
	background-color: rgb(152, 253, 98) !important;
}

/* 侧边栏sidebar */
.jobCompany .sidebar {
	padding: 10px;
	margin: 80px 0 0 0;
}

.jobCompany .sidebar .topTitle {
	border: 1px solid #dddddd;
	margin: 0 0 50px 0;
}

.jobCompany .sidebar .topTitle .bg {
	background-color: #FAFAFA;
	border-bottom: 2px solid #dddddd;
}

.jobCompany .sidebar .topTitle li {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}

.jobCompany .sidebar .topTitle li h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.jobCompany .sidebar .topTitle .welfare {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobCompany .sidebar .topTitle .welfare .search {
	position: relative;
}

.jobCompany .sidebar .topTitle .welfare input {
	width: 120px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;
	padding-left: 10px;
}

.jobCompany .sidebar .topTitle .welfare i {
	position: absolute;
	right: 6px;
	color: #353535;
	font-weight: bold;
	font-size: 12px;
}

.jobCompany .sidebar .topTitle .type span {
	padding: 0 20px 0 0;
}

.jobCompany .sidebar .topTitle .sort li {
	height: 40px;
	line-height: 40px;
}

.jobCompany .sidebar .topTitle .sort li a {
	color: #000;
}

.jobCompany .sidebar .topTitle .sort li:hover {
	background-color: #efefef;
	cursor: pointer;
}

/* 岗位信息 */
/* 岗位信息 --头部 */
.jobCompany .postIntroWrap {
	margin: 70px 0 60px 40px;
}

.jobCompany .post {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 150px;
}

.jobCompany .post .intro_post {
	width: 400px;
}

.jobCompany .post .intro_post .name_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobCompany .post .intro_post .name_wrap h3 {
	font-size: 18px;
	font-weight: bold;
	color: #006536;
}

.jobCompany .post .intro_post .name_wrap h3:last-child {
	color: #9ACA5A;
}

.jobCompany .post .intro_post .location {
	display: flex;

}

.jobCompany .post .intro_post .location div {
	margin: 20px 40px 20px 0;
	letter-spacing: 2px;
}

.jobCompany .post .intro_post .time {
	color: #8b8b8b;
}

.jobCompany .post .send {
	width: 260px;
	background-color: red;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #9ACA5A;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	width: 180px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
}

.jobCompany .post .send img {
	width: 30px;
	height: 40px;
}

.jobCompany .post .send div {
	font-weight: bold;
	font-size: 18px;
}

/* 岗位信息---职位描述 */
.jobCompany .description {
	margin: 40px 0 0 0;
	display: flex;
}

.jobCompany .description .desTitle {
	width: 100px;
	text-align: center;
	padding: 4px 0;
	border-radius: 4px;
	color: #fff;
	background-color: #016235;
	font-weight: bold;
	font-size: 16px;
}

.jobCompany .description .desLeft {
	width: 450px;
}

.jobCompany .description .desLeft .reward {
	margin: 40px 0 20px 0;
}

.jobCompany .description .desLeft .reward span {
	font-size: 14px;
	padding: 6px 8px;
	color: #939393;
	background-color: #F4F4F4;
	border-radius: 4px;
	margin: 0 6px 0 0;
	cursor: pointer;
}

.jobCompany .description .desLeft .desIntro p {
	color: #515151;
	font-size: 12px;
	line-height: 36px;
}

.jobCompany .description .desLeft .desIntro .top {
	margin: 20px 0 0 0;
}

.jobCompany .description .desRight {
	height: 500px;
}

.jobCompany .description .desRight .firmWrap {
	display: flex;
	align-items: center;
	margin: 30px 0 50px 0;
}

.jobCompany .description .desRight .firmWrap .name {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #6DAAE1;
	color: #fff;
	white-space: pre-wrap;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 4px;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
}

.jobCompany .description .desRight .nameWrap h3 {
	font-weight: bold;
	color: #000;
	margin: 0 0 4px 0;
}

.jobCompany .description .desRight .nameWrap p {
	color: #B0B0B0;
}

/* recruit页面 */
/* 搜索栏 */
.jobSearch .search{
	width: 80%;
	margin: 0 auto;
}
.jobSearch .search .searchBar{
	width: 75%;
	border-radius: 6px;
	border: 2px solid #E7E7E7;
}
.jobSearch .search .searchBar input{
	width: 70%;
	color: #8A909E;
	border: none;
	outline: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;;
}
.jobSearch .search .searchBar button{
	width: 100px;
	padding: 10px 30px;
	color: #fff;
	border-radius: 10px;
	line-height: 40px;
}
/* 筛选栏 */
/* 当前职位 */
.jobProfession .proList .proItem .proFirm .code img{
	width: 40px;
	height: 40px;
}


/* 底部网站链接 */
.publicSiteLink {
	margin: 300px 0 100px 0 !important;
}

.teaFamousLink {
	margin: 100px 0 !important;
}

.publicSiteLink .linkList {
	/* display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%; */
}

.publicSiteLink .linkList a {display: block;padding: 30px 0;}

.publicSiteLink .linkList a img {height: 60px;width: auto;transition: all 0.5s;}
.publicSiteLink .linkList a:hover img {transform: scale(1.1);box-shadow: 0px 0 10px rgba(0, 0, 0, 0.9);z-index: 10;}


.publicSiteLink .linkList a .foryou {
	/* width: 120px;
	height: 80px; */
}
