html,
body {
	margin: 0;
	padding: 0;
}
.mt{
	margin-top: 1.875rem;
}
.page {
	background-color: #f3f3f3;
}

.banner {
	height: 10.5rem;
	background: url("../images/banner.jpg") center no-repeat;
	background-size: 100%;
	margin-top: 2.15rem;
}

/* banner下面富文本 */
.banner_rich {
	padding: 0.5rem;
	background-color: #229670;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}

.banner_rich .ban_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 3.5rem;
	background-image: -webkit-linear-gradient(0deg, #229670, #30cd9a);
	margin-top: 0.625rem;
}

.banner_rich .ban_item :nth-child(1) {
	width: 2.5rem;
	margin-right: 0.625rem;
}

.banner_rich .ban_item :nth-child(2) {
	font-size: 0.75rem;
	font-weight: normal;
}

.box-title {
	font-size: 1.05rem;
	color: #229670;
	text-align: center;
	font-weight: bold;
}

/* 各类课程分类 */
.follow {
	background-color: #f3fbfe;
	padding: 0.9375rem;
}

.follow .followBox {
	width: 100%;
	margin-top: 0.35rem;
}

.follow .followBox .followItem:nth-child(odd) {
	height: 4rem;
	background-color: #229670;
	border-radius: 0.3rem;
	display: flex;
	padding: 0.5rem 0.5rem 0.6rem 0rem;
	margin-bottom: 0.5rem;
}

.follow .followBox .followItem:nth-child(even) {
	height: 4rem;
	background-color: #1bb4ed;
	border-radius: 0.5rem;
	display: flex;
padding: 0.5rem 0.5rem 0.6rem 0rem;
	margin-bottom: 0.2rem;
}

.follow .followBox .followItem .item-leftTitle {
	width: 2rem;
	height: 100%;
	writing-mode: vertical-lr;
	font-size: 0.875rem;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.follow .followBox .followItem .item-right {
	width: 14rem;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 0.3rem;
	padding: 0rem 0.5rem 0rem 0.5rem;
}

 .follow .followBox .followItem .item-right .item-right-img {
	width: 5rem;
	height: 3.0rem;
}

 .follow .followBox .followItem .item-right .itemRight-txt {
	width: 6rem;
	height: 6rem;
	margin: 0 0 0 0.4rem;
	display: flex;
	align-items: center;
	font-size: 0.6875rem;
	line-height: 0.75rem;
	text-align: left;
	color: #4d4d4d;
}

 .follow .followBox .followItem .item-right .itemThreeBox {
	width: 3rem;
	height: 3rem;
	background-image: linear-gradient(90deg, #ffda3f, #ffffff);
	border-radius: 10rem;
}

 .follow .followBox .followItem .item-right .itemThreeBox .rightThree {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	border: 0.2rem solid #ffffff;
	font-size: 0.75rem;
	color: #fff;
	font-weight: bold;
	background-color: #ff7f1e;
	line-height: 0.825rem;
}

.box2 {
	height: 17rem;
	background: url(../images/box2-bg.jpg) center no-repeat;
	background-size: 100%;
}

.box2 .des-title {
	font-size: 0.65rem;
	color: #fff;
	text-align: center;
	padding: 1.2rem 0 0.3rem;
}

.box2 .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 14.7rem;
}

.box2 .list .item {
	width: 6.7rem;
	height: 5rem;
	padding-left: 2.6rem;
	font-size: 0.55rem;
	display: flex;
	flex-direction: column;
	line-height: 0.7rem;
	margin-top: 0.3rem;
}

.box2 .list .item:nth-child(1),
.box2 .list .item:nth-child(2) {
	height: 4.5rem;
}

.box2 .list .item .name {
	font-size: 0.65rem;
	font-weight: bold;
	line-height: 1.2rem;
}

.box2 .list .item.tip {
	font-weight: bold;
	padding: 0;
	padding-top: 1rem;
	text-align: center;
	width: 9.3rem;
	height: 4rem;
}

.box3 {
	background-color: #fff;
	padding: 1rem 0.75rem 1.5rem;
}

.box3 .title, .follow .title {
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	color: #000;
	padding-bottom: 0.8rem;
}

.box3 .title span, .follow .title span {
	color: #229670;
}

.box3 .form-container {
	width: 100%;
}

.box3 .form-container .form-item {
	border: 1px solid #cdcdcd;
	height: 1.8rem;
}

.box3 .form-container .form-item .form_name {
	background: url(../images/icon1.png) no-repeat left center/0.55rem 0.6rem;
	padding-left: 0.8rem;
}

.box3 .form-container .form-item .form_phoneNo {
	background: url(../images/icon2.png) no-repeat left center/0.45rem 0.6rem;
	padding-left: 0.8rem;
}

.box3 .form-container .kaptcha-code {
	width: 68%;
	height: 1.8rem;
	border: 1px solid #cdcdcd;
	background: url(../images/icon3.png) no-repeat 0.5rem center/0.5rem 0.6rem;
	padding-left: 1.3rem;
}

.box3 .form-container .kaptcha-btn {
	width: 30%;
	height: 1.8rem;
	background-color: #757575;
	font-size: 0.55rem;
}

.box3 .form-container .kaptcha-btn:hover {
	background-color: rgba(117, 117, 117, 0.6);
}

.box3 .form-container .submit {
	height: 1.8rem;
	background-color: #229670;
	font-size: 0.65rem;
}

.box3 .form-container .submit:hover {
	background-color: rgba(3, 83, 235, 0.6);
}
/* 其他课程 */
.other_course{
	width: 100%;
	background-color: #229670;
	padding: 1rem 0.9375rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.other_item{
	width: 100%;
	padding: 0.625rem 0.5rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}
.other_item :nth-child(1){
	font-size: 1rem;
	font-weight: 600;
}
.other_item :nth-child(2){
	border: none;
	border-top: 0.0625rem dashed #999;
}
.other_item :nth-child(3){
	font-weight: 600;
}
.other_item :nth-child(5){
	width: 80%;
	height: 2rem;
	background-color: #229670;
	margin: auto;
	line-height: 2rem;
	border-radius: 3.125rem;
	color: #fff;
	margin-top: 0.625rem;
}


.box5 {
	padding: 1rem 0.8rem;
	background-color: #fff;
}

.box5 .des-title {
	font-size: 0.55rem;
	font-weight: bold;
	color: #757575;
	text-align: center;
}

.box5 .box5-swiper .teacher-list {
	align-items: center;
	width: 90%;
}

.box5 .box5-swiper .teacher-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.55rem;
	color: #757575;
	line-height: 1rem;
}

.box5 .box5-swiper .teacher-item img {
	width: 5rem;
	margin-right: 0.5rem;
}

.box5 .box5-swiper .teacher-item .teacher-name {
	font-size: 0.65rem;
	color: #000;
}

.box5 .box5-swiper .teacher-item p {
	padding-left: 0.3rem;
	position: relative;
}

.box5 .box5-swiper .teacher-item p::before {
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	left: 0;
	top: 0.4rem;
	background: #757575;
}

.box5 .box5-swiper .swiper-button-prev {
	left: 0;
}

.box5 .box5-swiper .swiper-button-next {
	right: 0;
}

.box5 .box5-swiper .swiper-button-prev,
.box5 .box5-swiper .swiper-button-next {
	background: rgba(0, 0, 0, 0.4);
	width: 2rem;
	height: 2rem;
	color: #fff;
	border-radius: 50%;
}

.box5 .box5-swiper .swiper-button-prev::after,
.box5 .box5-swiper .swiper-button-next::after {
	font-size: 1rem;
}

.box6 {
	background-color: #f3f3f3;
	padding: 1.25rem 0.75rem;
}

.box6 .des {
	font-size: 0.55rem;
	color: #757575;
}

.box6 .des span {
	color: #229670;
	font-weight: bold;
}

.box6 .book-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.box6 .book-item .title {
	font-size: 0.75rem;
	font-weight: bold;
	color: #e46f2e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0;
}

.box6 .book-item .title .num {
	background: url(../images/book-icon.png) no-repeat center;
	background-size: 1.45rem 1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	padding-left: 0.35rem;
	line-height: 1.5rem;
}

.box6 .book-item .img {
	height: 12rem;
}

.box6 .swiper-button-prev {
	left: 0;
}

.box6 .swiper-button-next {
	right: 0;
}

.box6 .swiper-button-prev,
.box6 .swiper-button-next {
	background: rgba(0, 0, 0, 0.4);
	width: 2rem;
	height: 2rem;
	color: #fff;
	border-radius: 50%;
}

.box6 .swiper-button-prev::after,
.box6 .swiper-button-next::after {
	font-size: 1rem;
}

.box7 {
	color: #fff;
	text-align: center;
}

.box7 .ys {
	height: 18.75rem;
	background: url("../images/ys-bg.jpg") no-repeat center/100%;
	padding: 0 0.75rem;
}

.box7 .ys .des-title {
	font-weight: bold;
	font-size: 1.05rem;
	padding: 0.8rem 0 0.5rem;
}

.box7 .ys .title {
	font-size: 0.65rem;
	padding-bottom: 0.6rem;
}

.box7 .ys .des {
	font-size: 0.55rem;
	padding-bottom: 0.2rem;
}

.box7 .tf {
	height: 17.75rem;
	background: url("../images/tf-bg.jpg") no-repeat center/100%;
	padding: 0 0.75rem;
}

.box7 .tf .title {
	font-size: 0.65rem;
	padding: 1.2rem 0 1rem;
}

.box7 .tf .des {
	font-size: 0.55rem;
	padding-bottom: 0.5rem;
}

.box7 .tf .tf-img {
	width: 85%;
	margin: 0 auto;
}

.box8 {
	background-color: #f3f3f3;
	padding: 1rem 0;
}

.box8 .box-title {
	padding-bottom: 0.5rem;
}

.box8 .medium-list {
	padding: 0 0.75rem;
}

.box8 .medium-list .item {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 0.3rem;
	position: relative;
	cursor: pointer;
	height: 2.6rem;
	margin-bottom: 0.5rem;
}

.box8 .medium-list .item:first-child .left .top-line {
	display: none;
}

.box8 .medium-list .item:last-child .left .bottom-line {
	display: none;
}

.box8 .medium-list .item:nth-child(5) .left,
.box8 .medium-list .item:nth-child(6) .left {
	top: 0.9rem;
}

.box8 .medium-list .item:nth-child(5) .left .top-line,
.box8 .medium-list .item:nth-child(6) .left .top-line {
	top: -1.5rem;
}

.box8 .medium-list .item:nth-child(7) .left .top-line {
	top: -0.5rem;
}

.box8 .medium-list .item .left {
	position: absolute;
	border: 1px solid #e46f2e;
	border-radius: 50%;
	width: 0.7rem;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0.4rem;
}

.box8 .medium-list .item .left .top-line {
	position: absolute;
	width: 0px;
	top: -1rem;
	bottom: 0.7rem;
	border-left: 1px dotted rgba(255, 34, 0, 0.4);
}

.box8 .medium-list .item .left .circle {
	border-radius: 50%;
	background-color: #e46f2e;
	width: 0.2rem;
	height: 0.2rem;
}

.box8 .medium-list .item .left .bottom-line {
	position: absolute;
	width: 0px;
	top: 0.7rem;
	bottom: -1.5rem;
	border-left: 1px dotted rgba(255, 34, 0, 0.4);
}

.box8 .medium-list .item .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.box8 .medium-list .item .right .title {
	font-size: 0.55rem;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box8 .medium-list .item .right .title span {
	color: #e36922;
}

.box8 .medium-list .item .right .btn {
	font-size: 0.5rem;
	color: #fff;
	background-color: #e26520;
	border-radius: 0.2rem;
	padding: 0.15rem 0.5rem;
}

.box9 {
	background: #f3f3f3;
	padding: 1rem 0;
}

.box9 .des-title {
	font-weight: bold;
	font-size: 1.05rem;
	color: #229670;
	padding-bottom: 0.6rem;
	text-align: center;
}

.box9 .box7-header {
	height: 18rem;
	margin-top: 0.14rem;
	background-color: #229670;
	overflow: scroll;
	position: relative;
	border-radius: 0rem 0rem 0.4rem 0.4rem;
}

.box9 .box7-header .kc-con {
	background: #fff;
	width: 97%;
	position: absolute;
	left: 1.5%;
}

.kc-con ul {
	overflow: hidden;
	margin: 0 auto;
	/*<!--margin-top: 35px-->*/
}

.kc-con ul li {
	float: left;
	width: 25%;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	color: #999;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 600;
	cursor: pointer
}

/*<!--<!--.kc-con ul li:hover {
	color: #fff;
   background:#6bc9d0;}-->-->*/
#nomar {
	margin-right: 0px;
}

.kc-con ul .active {
	background: #229670;
	color: #fff;
}

.w2 {
	width: 10%;
	color: #e26520;
}

.w3 {
	width: 12%;
}

.w4 {
	width: 24%;
}

.w5 {
	width: 13%;
}

.table {
	width: 100%;
	margin: 0 auto;
}

.table td a {
	cursor: pointer;
	display: inline-block;
	padding: 2px 10px;
	background: #f39800;
	text-align: center;
	color: #fff;
	border-radius: 0.25rem;

}

.table .bj {
	background: #e26520;
	width: 100%;
}

.table .bj1 {
	height: auto;
	width: 100%;
}

.kc-con table tr th {
	color: #fff;
	font-weight: normal;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	position: sticky;
	/* 应用sticky定位 */
	top: 0;
	/* 将表头固定在顶部 */
	z-index: 10;
	/* 确保表头在内容之上 */
	background-color: #229670;
}

.kc-con table tr td {
	color: #333;
	text-align: center;
	line-height: 1rem;
	border-left: 1px solid #eaeff3;
	border-right: 1px solid #eaeff3;
	vertical-align: middle;
}

.border-bot {
	border-bottom: 1px solid #eaeff3;
}

.tab-color {
	background: #f2fafd;
	border: 1px solid #eaeff3;
}

.box10 {
	background-color: #fff;
}

.box10 .box-title {
	padding-top: 1rem;
}

.box10 .list {
	padding: 0.75rem;
}

.box10 .list .item {
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 0.5rem;
	padding: 0.3rem 0.1rem;
}

.box10 .list .item img {
	width: 3.7rem;
	margin-right: 0.2rem;
}

.box10 .list .item .name {
	font-size: 0.7rem;
	color: #000;
	line-height: 1.5rem;
}

.box10 .list .item .des {
	font-size: 0.55rem;
	color: #939393;
}

.box10 .list .item .des span {
	padding: 0 0.2rem 0 0.4rem;
	position: relative;
}

.box10 .list .item .des span::before {
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 0.2rem;
	height: 0.2rem;
	background: #939393;
	border-radius: 50%;
	content: "";
}

.box11 {
	background-color: #fff;
	padding: 0 0.8rem 1rem;
	overflow: hidden;
}

.box11 .form-container {
	width: 100%;
	margin-top: 0.625rem;
}

.box11 .form-container .form-item {
	border: 1px solid #cdcdcd;
	height: 1.8rem;
	line-height: 1.7rem;
	padding-left: 1.3rem;
	font-size: 0.55rem;
}

.box11 .form-container .form-item-name {
	background: url(../images/icon1.png) no-repeat 0.5rem center/0.55rem 0.6rem;
}

.box11 .form-container .form-item-phone {
	background: url(../images/icon2.png) no-repeat 0.5rem center/0.45rem 0.6rem;
}

.box11 .form-container .form-item-city {
	background: url(../images/icon4.png) no-repeat 0.5rem center/0.55rem 0.6rem;
}

.box11 .form-container .form-item input::-webkit-input-placeholder {
	color: #757575;
}

.box11 .form-container .form-item .city-txt {
	color: #757575;
	display: block;
	font-size: 0.55rem;
}

.box11 .form-container .form-item .city-txt.show {
	color: #000;
}

.box11 .form-container .form-code .kaptcha-code {
	width: 68%;
	height: 1.8rem;
	border: 1px solid #cdcdcd;
	background: url(../images/icon3.png) no-repeat 0.5rem center/0.5rem 0.6rem;
	padding-left: 1.3rem;
}

.box11 .form-container .form-code .kaptcha-btn {
	width: 30%;
	height: 1.8rem;
	background-color: #757575;
	font-size: 0.55rem;
}

.box11 .form-container .form-code .kaptcha-btn:hover {
	background-color: rgba(117, 117, 117, 0.6);
}

.box11 .form-container .submit {
	height: 1.8rem;
	background-color: #229670;
	font-size: 0.65rem;
}

.box11 .form-container .submit:hover {
	background-color: rgba(226, 101, 32, 0.6);
}

.footer-info {
	background-color: #fff;
	text-align: center;
	font-size: 0.55rem;
	font-weight: bold;
	color: #000;
	padding: 1rem 0;
}