
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: PingFang;
}
@font-face {
	src: url("/public/fonts/PingFang.ttc");
	font-family: "PingFang";
}
img {
	display: block;
	line-height: 0;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
.w-1200px {
	width: 1200px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.font-bold {
	font-weight: bold;
}
.bg-white {
	background-color: #fff;
}
.text-white {
	color: #fff;
}
.text-ora-ffa {
	color: #ffaf02;
}
.text-gray-333 {
	color: #333;
}
.text-gray-666 {
	color: #666;
}
.text-gray-999 {
	color: #999;
}
.text-gray-3d3 {
	color: #3d3d3d;
}
.text-gray-666 {
	color: #666;
}
.text-gray-9d9 {
	color: #9d9d9d;
}
.text-gray-9f9 {
	color: #9f9f9f;
}
.text-81 {
	color: #9d9d9d;
}
.text-36 {
	font-size: 36px;
}
.text-32 {
	font-size: 32px;
}
.text-30 {
	font-size: 30px;
}
.text-28 {
	font-size: 28px;
}
.text-26 {
	font-size: 26px;
}
.text-24 {
	font-size: 24px;
}
.text-20 {
	font-size: 20px;
}
.text-18 {
	font-size: 18px;
}
.text-16 {
	font-size: 16px;
}
.text-14 {
	font-size: 14px;
}
.text-12 {
	font-size: 12px;
}
.text-10 {
	font-size: 10px;
}
.text-26 {
	font-size: 26px;
}
.line-1 {
	line-height: 1;
}
.line-18 {
	line-height: 18px;
}
.flexs,
.flex {
	display: flex;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-end {
	align-items: flex-end;
}
.items-start {
	align-items: flex-start;
}
.justify-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: end;
}
.justify-around {
	justify-content: space-around;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.pointer {
	cursor: pointer;
}
.mb-8px {
	margin-bottom: 8px;
}
.mb-4px {
	margin-bottom: 4px;
}
.mb-12px {
	margin-bottom: 12px;
}
.mb-32px {
	margin-bottom: 32px;
}
.mb-16px {
	margin-bottom: 16px;
}
.mt-20px {
	margin-top: 10px;
}
.pl-32px {
	padding-left: 32px;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.hiddens {
	display: none;
}
.pc-hidden {
	display: none;
}
.bg-100 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.border-8 {
	border-radius: 8px;
}
.z-cons-wrap .pll-10px {
	padding-left: 7px;
}
.z-cons-wrap .mbx,
.z-cons-wrap .mbx a {
	font-size: 11px;
	color: #b7b7b7;
}
.z-cons-wrap .mbx span {
	overflow: hidden;
	width: 52%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 头部样式 */
.new-m-nav-wraps {
	padding: 14px 0;
	background-color: #ffa202;
	line-height: 1;
}
.new-m-nav-wraps .top-nav-cons {
	width: 96%;
}
.new-m-nav-wraps .top-nav-cons .logo {
	width: 30%;
}
.new-m-nav-wraps .top-nav-cons .nav-btns {
	width: 20px;
	height: 20px;
	transition: all 3s;
}
.new-m-nav-wraps .top-nav-cons .nav-btns img {
	position: absolute;
	left: 0;
	top: 0;
}
.new-m-nav-wraps .top-nav-cons .closess .closes {
	opacity: 0;
	transform: rotate(90deg);
	transition: all .5s;
}
.new-m-nav-wraps .top-nav-cons .closess .opens {
	opacity: 1;
	transition: all .5s;
}
.new-m-nav-wraps .top-nav-cons .nav-btns .closes {
	opacity: 0;
	transition: all .5s;
}
.new-m-nav-wraps .top-nav-cons .nav-btns .opens {
	top: 3px;
	opacity: 1;
}
.new-m-nav-wraps .top-nav-cons .nav-is-open .closes {
	opacity: 1;
}
.new-m-nav-wraps .top-nav-cons .nav-is-open .opens {
	opacity: 0;
	transform: rotate(-90deg);
	transition: all .5s;
}
.top-search-wrap {
	padding: 4px 0 4px 12px;
	border: 1px solid #fff;
	border-radius: 14px;
	width: 51%;
}
.top-search-wrap button,
.top-search-wrap input {
	border: none;
	outline: none;
	background-color: transparent;
}
.top-search-wrap input {
	color: #fff;
}
.top-search-wrap button {
	margin-right: 6px;
}
.top-search-wrap button img {
	width: 17px;
}
.nav {
	display: none;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 12;
	width: 100%;
	max-height: 93%;
	background-color: #333;
}
.nav li a {
	display: block;
	text-align: left;
	color: #fff;
}

nav li a:before {
	content: none;
}

nav li a:after {
	content: none;
}

.nav li.red a {
	color: #fff;
}

.nav li.red:before {
	background-image: none;
}

nav li {
	display: block;
	margin-left: 0;
	padding-left: 15px;
	border-bottom: 1px solid #1a1a1a;
	width: 100%;
	line-height: 50px;
}

nav ul > li > div.same,
nav ul > li > dl > dd > .same {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 30px;
}

/*二级导航*/
.mobiSecondNav dl dd {
	border-top: 1px solid #1a1a1a;
	background-color: #333;
}

.mobiSecondNav dl.block dd a {
	padding-left: 30px !important;
}

.mobiSecondNav dl dd:last-child {
	border-bottom: none;
}

nav ul > li > dl > dd:last-child {
	border-bottom: none;
}
nav ul > li.red .pc-red {
	position: inherit;
}
#second {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #333;
}
#second dl {
	position: inherit;
}
#second dl dd a {
	padding-left: 30px !important;
	color: #fff;
}
.nav li dl {
	padding: 0;
}

.nav li dl dd a {
	padding-left: 30px;
	text-align: left;
	font-size: 16px;
}

nav ul > li > dl > dd > .same {
	padding-left: 30px;
	border-top: 1px solid #1a1a1a;
}

/*三级导航*/
.nav li dl dd .nav-second {
	position: inherit;
	padding: 0 ;
	width: 100%;
}

.nav li dl dd .nav-second a {
	display: block;
	width: 100%;
}

nav li dl dd .nav-second:before {
	content: none;
}

.nav li dl dd .nav-second a {
	padding-left: 50px !important;
	border-top: 1px solid #1a1a1a;
}
#thrid {
	display: none;
	background-color: #333;
}
.over {
	overflow: hidden;
}
.nav li dl {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	z-index: 10000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	background-repeat: no-repeat;
	background-position: center -17px;
}
.nav li dl dd a {
	display: block;
	padding: 5px 5px !important;
	line-height: 24px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	transition: all 500ms ease;

	-webkit-transition: all 500ms ease;
}
.nav li dl dd a:hover {
	color: #ffb202;
}
nav li dl dd a:before,
nav li:hover dl dd a:after,
nav li.active dl dd a:after {
	display: none;
}
nav li dl dd .nav-second {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 32px 20px;
	border-bottom-right-radius: 10px;

/*  width: 460px; */
	width: 488px;
	height: 100%;
	background: rgba(255,255,255,1);
}
nav li:nth-child(3) dl {
	border-bottom-right-radius: 0;
}
nav li dl dd .nav-second:before {
	position: absolute;
	left: 0;
	top: 20px;
	width: 1px;
	height: calc( 100% - 40px );
	background: #ffaf02;
	content: "";
}
nav li dl dd:nth-child(2) .nav-second a:nth-child(4) {
	margin-right: 16px;
}
nav li dl dd .nav-second a {
	display: inline;
	padding: 20px 20px;
	line-height: 24px;
	font-size: 15px;
	color: #333;
}
nav li dl dd .ss {
	padding-top: 20px;
}
nav li dl dd .ss a {
	display: block;
	text-align: left;
}
nav li dl dd:hover .nav-second {
	display: block;
}
.iglys {
	width: 32px;
	line-height: 32px;
	text-align: center;
}
.iglys i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../../images/common/nav-right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
}
.iglys i.current {
	transform: rotate(90deg);
}
.black-bgs {
	display: none;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 12;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #333;
}
.over {
	overflow: hidden;
}






.new-top-header .one-nav > li > a {
	display: block;
	line-height: 94px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.new-top-header .one-nav > li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #ffaf02;
	content: "";
	transition: all .3s;
}
.new-top-header .one-nav > li.hover-one::before,
.new-top-header .one-nav > li.now-active::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ffaf02;
	content: "";
}
.new-top-header .one-nav > li.hover-one .two-nav {
	display: block;
}
.new-top-header .one-nav > li .two-nav {
	display: none;
}
.new-top-header > ul {
	margin: 0 2%;
	width: 72%;
}
.new-top-header > ul > li {
	position: relative;
	width: 15%;
}
.new-top-header > ul ul {
	position: absolute;
	left: 0;
	top: 94px;
	padding: 20px 0;
	border-radius: 0 0 10px 10px;
	width: 100%;
	background-color: #fff;
}
.new-top-header > ul .two-nav li {
	text-align: center;
}
.new-top-header > ul .two-nav a {
	display: block;
	line-height: 24px;
	color: #333;
}
.new-top-header > ul a:hover {
	color: #ffaf02;
}

/* footer样式 */
.m-footers {
	margin-bottom: 70px;
	padding-top: 15px ;
	background-image: url(../../images/common/99.png);
	color: #5c421e;
}
.m-footers p {
	padding-bottom: 10px;
}
/* 右侧微信样式 */
.wchat-icon-bg {
	display: flex;
	position: fixed;
	right: 12px;
	bottom: 10.875rem;
	z-index: 2;
	justify-content: space-around;
	align-items: center;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	background-color: rgb(26, 173, 23);
	color: rgb(255, 255, 255);
}
.wchat-icon-bg img {
	width: 75%;
}
.alet-con {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
.alet-con .content-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 21px;
	width: 80%;
	height: auto;
	background: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}
.alet-con .content-wrap .cont {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 21px;
	border-radius: 1.1888587rem;
	background: #fff;
}
.alet-con .content-wrap .cont .close-btn {
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 2;
	width: 5%;
	cursor: pointer;
}
.alet-con .content-wrap .cont .cont-cloum {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.alet-con .content-wrap .cont .cont-cloum .image {
	width: 4rem;
	height: 4rem;
}
.alet-con .content-wrap .cont .cont-cloum .title {
	margin: 10px 0;
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.alet-con .content-wrap .cont .cont-cloum .wchat-num,
.alet-con .content-wrap .cont .cont-cloum .desc {
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}
.alet-con .content-wrap .cont .cont-cloum .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .45289855rem;
	border-radius: 9px;
	width: 130px;
	height: 40px;
	background-color: #1aad17;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
/* 固定底部样式 */
.fixed-bottom {
	position: fixed;
	bottom: 0;
	z-index: 3;
	padding: 13px 19%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -1px 2px 0 rgba(216,216,216,.5);
}
.fixed-bottom img {
	margin-bottom: 7px;
	width: 21px;
}
.fixed-bottom p {
	color: #000;
}
/* 师资样式 */

#shizi-lun .lunbo-top {
	box-shadow: 0 0 32px 4px
	rgba(0, 0, 0, .08);
}
#shizi-lun  .yuan-bg {
	width: 304px;
}
#shizi-lun  .yuan-bg img {
	z-index: 2;
	width: 262px;
	height: 351px;
	object-fit: cover;
}
#shizi-lun  .yuan-bg::before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 304px;
	height: 304px;
	background-image: url(../../images/common/shizi/pc-t-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
}
#shizi-lun  .top-t {
	padding-bottom: 10px;
}
#shizi-lun  .top-t .a-t-timg {
	left: 0;
	top: 0;
	height: 297px;
}
#shizi-lun  .titles p:first-child {
	opacity: .3;
	color: #999;
}
#shizi-lun  .top-t .top-t-bg li .right-t-con {
	padding-left: 343px;
	padding-top: 93px;
}
#shizi-lun  .top-t .top-t-bg li .right-t-con p:first-child {
	margin-bottom: 16px;
}
#shizi-lun  .b-b {
	padding: 31px 0;
} 
#shizi-lun  .b-b .tx-list {
	width: 77%;
}
.pc-lun .box-wrap {
	padding: 35px 20px 0 70px;
	border-radius: 12px;
}
#shizi-lun  .come-a {
	display: block;
	border-radius: 5px;
	width: 120px;
	height: 32px;
	background-color: #7daaff;
	line-height: 32px;
}
#shizi-lun  .bottom-lun {
	margin-top: 38px;
}
#shizi-lun  .bottom-lun .b-b-wrap {
	padding: 15px 30px 0 10px;
	border-radius: 9px;
	background-color: #ffff;
	box-shadow: 0 0 10px 0
	rgba(4, 0, 0, .06);
}
#shizi-lun  .bottom-lun .b-b-wrap img {
	height: 126px;
}
#shizi-lun  .bottom-lun .b-b-wrap .ww-img {
	display: none;
}
#shizi-lun  .bottom-lun .b-b-wrap .b-img {
	display: inline-block;
}
#shizi-lun  .bottom-lun .b-b-wrap .phone::before {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 19px;
	height: 22px;
	background-image: url(../../images/common/shizi/yellow-phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
}
#shizi-lun  .bottom-lun .b-b-wrap .text-b {
	position: relative;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 6px;
	border-top: 1px solid #000;
	width: 105px;
	color: #000;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap {
	border-radius: 10px;
	background-color: #2a296a;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap img {
	height: 126px;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .phone::before {
	position: absolute;
	right: 2px;
	top: -6px;
	width: 22px;
	height: 24px;
	background-image: url(../../images/common/shizi/white-phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .text-b {
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 6px;
	border-top: 1px solid #fff;
	width: 106px;
	color: #fff;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .ww-img {
	display: inline-block;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .b-img {
	display: none;
}
#shizi-lun .swiper-button-prev:after,
#shizi-lun .swiper-button-next:after {
	content: "";
}
#shizi-lun .swiper-button-prev {
	background-image: url(../../images/common/shizi/lun-btn.png);
	transform: rotate(180deg);
}
#shizi-lun .swiper-button-next {
	background-image: url(../../images/common/shizi/lun-btn.png);
}
#shizi-lun .swiper-button-prev,
#shizi-lun .swiper-button-next {
	top: 52%;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap {
	border-radius: 10px;
	background-color: #7daaff;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .text-ora-ffa {
	font-size: 21px;
	color: #fff;
}
#shizi-lun  .bottom-lun .swiper-slide-thumb-active .b-b-wrap .phone::before {
	right: -13px;
}

/* 白底表单 */
.form1 {
	padding: 25px 0 9px;
}
.form1 .title {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
}
.form1 .title::before {
	position: absolute;
	left: -18px;
	top: -4px;
	width: 15px;
	height: 15px;
	background-image: url(/public/m/images/common/big.png);
}
.form1 .title::before,
.form1 .title::after {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
}
.form1 .title::after {
	position: absolute;
	right: -11px;
	bottom: -4px;
	width: 10px;
	height: 10px;
	background-image: url(/public/m/images/common/small.png);
}
.form1 input {
	border: none;
	width: 100%;
	height: 30px;
	outline: none;
}
.form1 .input-wrap {
	overflow: hidden;
	margin: 0 auto 16px;
	padding-left: 20px;
	border: 1px solid #f4aa29;
	border-radius: 30px;
	width: 80%;
}
.form1 .input-wrap:last-child {
	border: none;
}
.form1 .input-wrap:last-child button {
	margin-top: 10px;
	border: none;
	border-radius: 30px;
	width: 60%;
	outline: none;
	background: linear-gradient(180deg, #ffc868 0%, #f4aa29 100%);
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
/* 分页器样式 */
.fenye-assembly {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	padding-bottom: 10px;
}
.fenye-assembly ul {
	width: auto;
}
.fenye-assembly ul li {
	margin-right: 6px;
}
.fenye-assembly ul li:last-child {
	margin-right: 0;
}
.fenye-assembly ul:first-child li,
.fenye-assembly ul:first-child li a {
	font-size: 12px;
	color: #313131;
}
.fenye-assembly ul:first-child li {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	width: 30px;
	line-height: 25px;
	text-align: center;
}
.fenye-assembly ul:first-child li.active,
.fenye-assembly ul:first-child li.active  a {
	border: 1px solid #f4aa29;
	background: #f4aa29;
	color: #fff;
}
/* 微信二维码和微信号 */
.vx-qr-bg {
	padding: 30px 8px 14px 10px ;
	background-image: url(/public/m/images/common/wx-qr-bg.png);
}
.vx-qr-bg .left-list {
	width: 53%;
}
.vx-qr-bg .right-qr {
	margin-left: 9px;
	padding-left: 8px;
	border-left: 1px solid #ffd387;
	width: 46%;
}
.vx-qr-bg .left-list li {
	margin-bottom: 15px;
}
.vx-qr-bg .left-list li {
	width: 48%;
}
.vx-qr-bg .left-list li:nth-child(5) {
	width: 30%;
}
.vx-qr-bg .left-list li:nth-child(6) {
	width: 66%;
}
.vx-qr-bg .left-list a {
	display: block;
	border-radius: 2px;
	background: linear-gradient(180deg, #ffc868 0%, #f4aa29 100%);
	line-height: 24px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.vx-qr-bg .right-qr .qr-wrap {
	border: 1px solid #f4aa29;
	border-radius: 3px;
	width: 60px;
}
.vx-qr-bg .right-qr ul {
	margin-top: 8px;
}
.vx-qr-bg .right-qr li {
	margin-bottom: 5px;
	font-size: 10px;
}
.vx-qr-bg .right-qr li span {
	color: #f00;
}
/*移动端样式*/
/* @media screen and (max-width: 750px) {
	.w-1200px {
		width: 90%;
	}
	.m-hidden {
		display: none;
	}
	.flex {
		display: block;
	}
	.pc-hidden {
		display: block;
	}
} */