html {
	font-size: 100px;
}
.header {
	padding: 0rem;
}
.mentors-header img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 1200px) {
	.medium-title {
		top: 25%;
		color: #FFFFFF;
		position: absolute;
		font-size: 48px;
	}
	#medium-title{
		top: 45%;
	}
	.header-content {
		margin: 0 auto;
	}
	.header-content .image-left {
		margin: -5px 0 0 0;
	}
	.header-content .image-right {
		margin: -12px 0 0 0;
	}
	.btn-appointment {
		width: 200px;
		font-size: 24px;
		top: 55%;
		height: 45px;
		line-height: 45px;
		border-radius: 0.2rem 0.2rem 0.2rem;
		background-color: #13a89e;
		color: #FFFFFF;
		position: absolute;
		text-align: center;
	}
	.btn-appointment a{
		color: #fff;
	}
	.btn-appointment:hover{
		line-height: 41px;
		border:2px solid #13a89e;
		background-color: #fff;
	}
	.btn-appointment:hover a{
		color:#13a89e!important;
	}
}
@media (max-width: 768px) {
	.content-title {
		margin: 0 !important;
		width: 100%;
		text-align: center;
	}
	.lits-one {
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.carousel {
		margin: 20px 0;
	}
	.carousel-inner li {
		width: 100%;
		text-align: center;
	}
	.carousel-inner li img {
		max-width:80%;
		// width: 100px !important;
		height: 83px !important;
		margin: 0 auto;
	}
	.one-le {
		height:auto!important;
		width: 100% !important;
		padding: 0 5px;
	}
	.one-le h4 {
		font-size: 18px !important;
	}
	.one-le p {
		text-align: justify;
		font-size: 14px !important;
	}
	.one-ri {
		height:auto!important;
		width: 100% !important;
	}
	.one-ri img {
		width: 100%;
	}
	.btn-appointment a{
		color: #fff;
	}
	.medium-title {
		top: 10%;
		color: #FFFFFF;
		position: absolute;
		font-size: 0.16rem;
	}
	#medium-title{
		top: 45%;
		font-size: 0.16rem !important
	}
	.header-content span {
		font-size: 0.16rem !important;
	}
	.header-content {
		width: 100%;
		margin: 0 auto;
	}
	.btn-appointment {
		bottom: 10%;
		border-radius: 0.2rem 0.2rem 0.2rem;
		padding: 0.02rem 0.1rem 0.02rem 0.1rem;
		background-color: #13a89e;
		color: #FFFFFF;
		position: absolute;
		font-size: 0.16rem;
	}
	.btn-appointment span {
		font-size: 0.14rem;
	}
}
.mentors-header {
	padding: 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.content-title span:nth-child(2) {
	font-size: 0.3rem;
	padding: 0rem 0.1rem 0rem 0.1rem;
	color: #13a89e;
}
.content-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0rem 0.2rem 0rem;
}
.lit-one {
	overflow: hidden;
	justify-content: space-between;
	padding: 4% 0 100px 0;
}
.one-le {
	width: 50%;
	padding:0 15px;
	float:left;
	height:300px;
}
.one-le h4 {
	color: #13a89e;
	font-size: 24px;
	font-weight: 500;
}
.one-ri {
	width: 50%;
	padding:0 15px;
	height:300px;
	float:right;
}
.one-ri img{
	width:100%;
	height:auto;
}
.lit-two {
	display: flex;
	max-width: 1920px;
	margin:0 auto;
}
.two-le {
	width: 50%;
	position: relative;
	overflow: hidden;
	height: 606px;
	overflow: hidden;
}
.two-le img {
	width: auto;
	height: 100%;
	/*position: absolute;*/
}
.two-le>ul>li{
	text-align: center;
	height: 606px;
}
.two-le img:nth-child(1) {
	z-index: 998;
	visibility: visible;
}
.two-le img:nth-child(2) {
	z-index: 997;
	visibility: hidden;
}
.two-le img:nth-child(3) {
	z-index: 996;
	visibility: hidden;
}
.two-le img:nth-child(4) {
	z-index: 995;
	visibility: hidden;
}
.two-le img:nth-child(5) {
	z-index: 994;
	visibility: hidden;
}
.two-le img:nth-child(6) {
	z-index: 993;
	visibility: hidden;
}
.two-ri {
	width: 50%;
	height: auto;
}
.two-ri ul {
	display: flex;
	flex-wrap: wrap;
}
.two-ri ul li {
	width: 50%;
	padding: 0 2%;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
}
.two-ri ul li img{
	height:83px;
	max-width:100%;
}
.p1 {
	font-size: 20px;
	margin: 10px 0;
	color: #13a89e;
}
.content-title {
	margin: 0;
	text-align: center;
	width: 100%;
}
.button-type a{
	font-size: 0.2rem;
	color: #fff;
	text-decoration: none;
}
.footer-ul a{
	font-size: 0.14rem;
	color: #333;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.p1 {
		color: #fff;
	}
}