*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
img{
	display: inline-block;
}
.text-black{
	color: #000;
}
.max-list{
	width: 96%;
}
.line-1{
	line-height: 1;
}
.flexs,.flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-center{
	align-items: center;
}
.items-end{
	align-items: flex-end;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.font-bold{
	font-weight: bold;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.text-white{
	color: #fff;
}
.text-gray-333{
	color: #333;
}
.text-gray-666{
	color: #666;
}
.text-gray-999{
	color: #999;
}
.w-1200px{
	width: 1200px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-12{
	font-size: 12px;
}
.text-14{
	font-size: 15px;
}
.text-14s{
	font-size: 14px;
}
.text-16{
	font-size: 16px;
}
.text-18{
	font-size: 18px;
}
.text-20{
	font-size: 20px;
}
.text-24{
	font-size: 24px;
}
.text-30{
	font-size: 30px;
}
.mb-8px{
	margin-bottom: 8px;
}
.mb-16px{
	margin-bottom: 16px;
}
.mb-20px{
	margin-bottom: 20px;
}
.mt-20px{
	margin-top: 20px;
}
.mb-56px{
	margin-bottom: 56px;
}
.mt-34px{
	margin-top: 34px;
}
.mr-42px{
	margin-right: 42px;
}
.box-ss{
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.04);
}
.hiddens{
	display: none;
}
.letter-1px{
	letter-spacing: 1px;
}
.pc-hidden{
	display: none;
}
.rotate180{
	transform: rotate(180deg);
}
.line-30px {
    line-height: 30px;
}
.hover-a:hover{
	color: #ffaf02;
}
.index-content p{
	font-size: 15px;
}
.text-15{
	font-size: 15px;
}
.left-con .index-content p img{
	width: auto;
}
/*图片放大弹层*/
.overlay {
  background-color: rgba(0, 0, 0, 0.815);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.overlayBg {
  position: relative;
  z-index: 11;
  max-width: 80vw;
  max-height: 80vh;
}
.overlayBg-mb {
  position: relative;
  z-index: 11;
  max-width: 90%;
}
.imgClose {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
  background: url(https://oss.kaoersi.com/public/images/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  cursor: pointer;
  opacity: 0.4;
}
.imgClose:hover {
  opacity: 1;
}
.imgClose-mb {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(https://oss.kaoersi.com/public/images/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  cursor: pointer;
  opacity: 0.4;
}
.imgClose-mb:hover {
  opacity: 1;
}
.overlayimg {
  max-width: 100%;
  cursor: pointer;
}
/*图片放大弹层*/
/*xuanke*/
#pcxk .swiper-pagination-bullet,#yxk-xs .swiper-pagination-bullet,#yxk-zx .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffa202;
    opacity: 0.3;
}
#pcxk .swiper-pagination-bullet-active,#yxk-xs .swiper-pagination-bullet-active,#yxk-zx .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
#xk-lunbo .swiper-button-prev,#xk-lunbo .swiper-button-next,#yxk-xs .swiper-button-prev,#yxk-xs .swiper-button-next{
	position: absolute;
  	width: 27px;
  	height: 44px;
  	margin-top: -22px;
  	z-index: 10;
  	cursor: pointer;
  	background-size: 27px 44px;
  	background-position: center;
  	background-repeat: no-repeat;
  	z-index: 11;
}
#xk-lunbo .swiper-button-prev,#yxk-xs .swiper-button-prev,#yxk-zx .swiper-button-prev{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/ne.png);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	left: 35%;
	top: 97%;
}
#xk-lunbo .swiper-button-next,#yxk-xs .swiper-button-next,#yxk-zx .swiper-button-next{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/ne.png);
	transform: rotate(180deg);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	right: 35%;
	top: 98%;
}
#yxk-xk{
	width: 96%;
}
#yxk-xk .ones-wrap .ones-title-wrap{
	width: 49%;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.03);
	border-radius: 6px;
	overflow: hidden;
}
#yxk-xk .ones-wrap .ones-title-wrap>p{
	background-color: #7f70e8;
	border-radius: 4px;
	padding: 17px 0;
}
#yxk-xk .ones-wrap .ones-title-wrap .top-list{
	padding: 27px 30px 39px 30px;
}
#yxk-xk .ones-wrap .ones-title-wrap .top-list li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
#yxk-xk .ones-wrap .ones-title-wrap .top-list li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #fa9f00;
	left: 0;
	top: 4px;
}
#yxk-xk .twos-wrap .top-wraps-list{
	overflow: hidden;
	width: 24%;	
	position: relative;
}
#yxk-xk .twos-wrap .top-wraps-list:hover .top-wraps-cons{
	top: 0;
}
#yxk-xk .twos-wrap .top-wraps-list .top-wraps-cons{
	position: absolute;
	top: 100%;
	padding: 17px 13px;
	height: 177px;
	background-color: #7f70e8;
	border-radius: 4px;
	transition: top .5s ease-in-out;
}
#yxk-xk .twos-wrap .top-wraps-list .top-wraps-cons .line-white{
	display: inline-block;
	background-color: #fff;
	height: 1px;
	width: 40px;
}
#yxk-xk .twos-wrap .top-wraps-list .top-wraps-cons p:last-child{
	margin-top: 12px;
	line-height: 25px;
	letter-spacing: 1px;
}
#yxk-xk .twos-wrap .top-wraps{
	height: 177px;
	background-color: #f0f2f8;
	border-radius: 4px;
}
#yxk-xk .twos-wrap .top-wraps img{
	margin-top: 29px;
}
#yxk-xk .twos-wrap .top-wraps p{
	margin-top: 27px;
	margin-bottom: 30px;
}
#yxk-xk .threes-wrap>p{
	width: 77%;
    top: 20px;
    left: 19%;
	padding: 15px 24px;
	background-color: #282060;
	border-radius: 4px;
	line-height: 22px;
}
#yxk-xk .threes-wrap ul{
	margin-top: 13%;
	margin-left: 57px;
}
#yxk-xk .threes-wrap ul li span{
	margin-right: 14px;
}
#yxk-xk .fours-wrap ul li{
	height: 95px;
	line-height: 24px;
	padding: 13px 40px 28px 23px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(19, 0, 148, 0.08);
}
#yxk-xk .sixs-wrap .ones::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xk/icon3-1.png);
	width: 30px;
	height: 30px;
	left: -42px;
	top: 10px;
}
#yxk-xk .sixs-wrap .twos::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xk/icon3-2.png);
	width: 30px;
	height: 30px;
	left: -42px;
	top: 12px;
}
#yxk-xk .sixs-wrap .threes::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xk/icon3-3.png);
	width: 30px;
	height: 30px;
	left: -42px;
	top: 10px;
}
#yxk-xk .sixs-wrap .fours::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xk/icon3-4.png);
	width: 30px;
	height: 30px;
	left: -42px;
	top: 12px;
}
#yxk-xk .hp img{
	width: 252px;
	height: 505px;
}
#yxk-xk .more-text{
	color: #666;
}
/*xuanke*/
/*作业论文*/
#xyk-zw{
	width: 96%;
}
#xyk-zw .text-10{
	font-size: 10px;
}
#xyk-zw .bg-ora-ffa{
	background-color: #ffaf02;
}
#xyk-zw .px-20px{
	padding-left: 20px;
	padding-right: 20px;
}
#xyk-zw .mt-46px{
	margin-top: 46px;
}
#xyk-zw .mb-8px{
	margin-bottom: 8px;
}
#xyk-zw .ones-wrap .box-wrap{
	width: 32%;
}
#xyk-zw .ones-wrap .box-wrap .text-title{
	top: 0;
	left: 0;
	background-color: #9789f8;
	padding: 10px 40px 10px 14px;
}
#xyk-zw .two-wrap .one-title-box p{
	text-align: center;
	padding: 12px 0;
	border-radius: 4px;
}
#xyk-zw .two-wrap .one-title-box p:first-child,#xyk-zw .two-wrap .one-img-box div:first-child{
	width: 24%;
}
#xyk-zw .two-wrap .one-title-box p:last-child,#xyk-zw .two-wrap .one-img-box div:last-child{
	width: 75%;
}
#xyk-zw .two-wrap .one-con-box .one-con-wrap{
	width: 24%;
	border-radius: 4px;
	height: 182px;
	overflow: hidden;
}
#xyk-zw .two-wrap .one-con-box .one-con-wrap .top-box{
	background-color: #e1e3f1;
	height: 100%;
}
#xyk-zw .two-wrap .one-con-box .one-con-wrap .top-box:hover .bottom-box{
	top: 0;
}
#xyk-zw .two-wrap .one-con-box .one-con-wrap .bottom-box{
	width: 100%;
	height: 100%;
	padding: 16px 0 21px 0;
	background-color: #9789f8;
	top: 100%;
	transition: top .5s ease-in-out;
}
#xyk-zw .two-wrap .one-con-box .one-con-wrap .bottom-box p:last-child{
	padding: 9px 10px 0 10px;
	line-height: 18px;
}
#xyk-zw .three-wrap{
	border: solid 1px #d2cdf7;
	border-radius: 10px;
	padding: 30px 0px;
	margin: 0 20px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li{
	position: relative;
	width: 100%;
	height: 57px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li .setps{
	position: relative;
	color: #ffaf02;
	width: 100px;
	padding-left: 30px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box{
	height: 57px;
	border-bottom: 1px dashed #d2cdf7;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box p:first-child{
	width: 240px;
	padding-left: 20px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box p:last-child{
	width: 454px;
	line-height: 18px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li .setps::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 6px;
	border: 1px solid #ffaf02;
	background-color: #ffaf02;
	top: 0px;
	right: 2px;
	z-index: 2;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #d2cdf7;
	top: 0px;
	left: 91px;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li:hover{
	background-color: #e5e2fa;
}
#xyk-zw .three-wrap .three-wrap-setp-list-wrap li:hover .setps::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 6px;
	border: 1px solid #ffaf02;
	background-color: #fff;
	top: 0px;
	right: 2px;
	z-index: 2;
}
#xyk-zw .four-wrap .step{
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	background-color: #9789f8;
}
#xyk-zw .five-wrap{
	padding: 0 60px;
}
#xyk-zw .five-wrap .con-wrap{
	padding: 37px 56px 45px 42px; 
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/icon4-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#xyk-zw .five-wrap .vs-before-list{
	margin-top: 26px;
}
#xyk-zw .five-wrap .vs-before-list li{
	padding-left: 37px;
}
#xyk-zw .five-wrap .vs-before-list li::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/dui.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	top: 2px;
	left: 0;
}
#xyk-zw .five-wrap .vs-after{
	margin-bottom: 26px;
	padding-left: 37px;
	margin-top: 30px;
}
#xyk-zw .five-wrap .vs-after::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/icon4-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 22px;
	top: -4px;
	left: 24%;
}
#xyk-zw .six-wrap .cons-wrap-box{
	width: 48%;
	padding: 26px 0  35px 38px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#xyk-zw .six-wrap .cons-wrap-box:first-child{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/pic5-1.png);
}
#xyk-zw .six-wrap .cons-wrap-box:nth-child(2){
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/pic5-2.png);
}
#xyk-zw .six-wrap .cons-wrap-box:nth-child(3){
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/pic5-3.png);
}
#xyk-zw .six-wrap .cons-wrap-box:last-child{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/pic5-4.png);
}
#xyk-zw .six-wrap .cons-wrap-box .cons-wrap-box-list li{
	padding-left: 23px;
}
#xyk-zw .six-wrap .cons-wrap-box .cons-wrap-box-list li::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #ffaf02;
	transform: rotate(45deg);
	top: 2px;
	left: 0%;
}
/*作业论文*/
/*学术*/
#yxk-xs{
	width: 96%;
}
#yxk-xs .px-20px{
	padding-left: 20px;
	padding-right: 20px;
}
#yxk-xs .mt-42px{
	margin-top: 42px;
}
#yxk-xs .ones-wrap .con-box-wrap{
	width: 21%;
	border-radius: 8px;
	overflow: hidden;
	height: 162px;
}
#yxk-xs .ones-wrap .con-box-wrap .before-box-wrap{
	padding: 28px 26px 30px 26px; 
	height: 100%;
	background-image: linear-gradient(0deg, #8173f6 0%, #b7bcff 100%);
}
#yxk-xs .ones-wrap .con-box-wrap .after-box-wrap{
	width: 100%;
	top: 100%;
	height: 100%;
	padding: 20px 15px;
	line-height: 28px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xs/pic1-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	transition: top .5s ease-in-out;
}
#yxk-xs .con-box-wrap:hover .after-box-wrap{
	top: 0;
}
#yxk-xs .two-wrap .con-wrap-box{
	width: 49%;
	padding: 38px 127px 27px 29px;
	background-color: #f0f2f8;
}
#yxk-xs .two-wrap .con-wrap-box p:first-child{
	margin-bottom: 4px;
}
#yxk-xs .two-wrap .con-wrap-box:nth-child(even){
	padding-left: 93px;
}
#yxk-xs .two-wrap .con-wrap-box p:last-child{
	line-height: 20px;
}
#yxk-xs .two-wrap .img-icon{
	top: 28%;
    left: 42%;
}
#yxk-xs .threes-wrap .wrap-box{
	width: 24%;
}
#yxk-xs .threes-wrap .top-lis{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#yxk-xs .threes-wrap .top-lis::before{
	content: "......";
	position: absolute;
	font-size: 14px;
	color: #000;
	bottom: 0;
	left: 0;
}
#yxk-xs .threes-wrap .top-lis li{
	font-size: 10px;
	line-height: 20px;
}
#yxk-xs .threes-wrap .bg-box{
	margin-top: 20px;
	padding: 22px 16px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
	overflow: hidden;
}
#yxk-xs .threes-wrap .bg-box p:last-child{
	margin-top: 16px;
	line-height: 20px;
}
#yxk-xs .threes-wrap .bg-one{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xs/pic3-1.png);
}
#yxk-xs .threes-wrap .bg-two{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xs/pic3-2.png);
}
#yxk-xs .threes-wrap .bg-three{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xs/pic3-3.png);
}
#yxk-xs .threes-wrap .bg-four{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-xs/pic3-4.png);
}
#yxk-xs .four-wrap .abs-yuan li{
	position: absolute;
	padding-top: 26px;
	width: 104px;
	height: 104px;
	border-radius: 52px;
	background-color: #a6b6f8;
}
#yxk-xs .four-wrap .abs-yuan li:hover{
	background-color: #8071f6;
}
#yxk-xs .four-wrap .abs-yuan li:nth-child(1){
	top: -53px;
    left: 349px;
}
#yxk-xs .four-wrap .abs-yuan li:nth-child(2){
	top: 43px;
    right: 215px;
}
#yxk-xs .four-wrap .abs-yuan li:nth-child(3){
	bottom: -17px;
    right: 256px;
}
#yxk-xs .four-wrap .abs-yuan li:nth-child(4){
	bottom: -17px;
    left: 256px;
}
#yxk-xs .four-wrap .abs-yuan li:nth-child(5){
	top: 43px;
    left: 215px;
}
#yxk-xs .four-wrap .cont-list li{
	/*width: 30%;*/
	position: absolute;
}
#yxk-xs .four-wrap .cont-list li p:last-child{
	margin-top: 4px;
	line-height: 20px;
}
#yxk-xs .four-wrap .cont-list li:nth-child(1){
	width: 36%;
	top: -131px;
    left: 286px;
}
#yxk-xs .four-wrap .cont-list li:nth-child(2){
	width: 22%;
	top: 36px;
    right: 12px;
}
#yxk-xs .four-wrap .cont-list li:nth-child(3){
	width: 25%;
	bottom: -28px;
    right: 32px;
}
#yxk-xs .four-wrap .cont-list li:nth-child(4){
	width: 25%;
	bottom: -28px;
    left: 32px;
}
#yxk-xs .four-wrap .cont-list li:nth-child(5){
	width: 25%;
	top: 36px;
    left: 12px;
}
#yxk-xs .five-wrap p:first-child{
	display: inline-block;
	background-color: #ffaf02;
	border-radius: 2px;
	padding: 10px 13px;
}
/*相关资讯*/
#yxk-zx{
	width: 96%;
}
#yxk-zx .px-20px{
	padding-right: 20px;
	padding-left: 20px;
}
#yxk-zx .mt-46px{
	margin-top: 46px;
}
/*#yxk-zx .line-20{
	line-height: 20px;
}*/
#yxk-zx .ones-wrap .lefts-con{
	padding-left: 80px;
}
#yxk-zx .ones-wrap .lefts-con li{
	position: relative;
	padding-top: 11px;
	padding-bottom: 23px;
}
#yxk-zx .ones-wrap .lefts-con li:last-child{
	padding-bottom: 10px;
}
#yxk-zx .ones-wrap .lefts-con li span{
	font-size: 24px;
	font-weight: bold;
	color: #e3e3e3;
	margin-right: 38px;
}
#yxk-zx .ones-wrap .lefts-con li::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border:3px solid #dddfe1;
	background-color: #fff;
	left: -40px;
	top: 17px;
	border-radius: 3px;
	z-index: 2;
}
#yxk-zx .ones-wrap .lefts-con li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-left:1px dashed #dde5ec;
	left: -33px;
	top: 0px;
}
#yxk-zx .two-wrap .top-bg{
	padding: 33px 35px 56px 35px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-zx/pic2-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#yxk-zx .two-wrap .top-bg .mb-27px{
	margin-bottom: 27px;
}
#yxk-zx .two-wrap .top-bg .top-tips p{
	position: relative;
	width: 32%;
	font-size: 16px;
	background-color: #fff;
	border-radius: 8px;
	padding: 14px 0 14px 47px;
}
#yxk-zx .two-wrap .top-bg .top-tips p.one{
	padding: 14px 0 14px 73px;
}
#yxk-zx .two-wrap .top-bg .top-tips p::before,#yxk-zx .two-wrap .top-bg .bottom-tips p::before{
	content: "";
	position: absolute;
	color: #fff;
	text-align: center;
	width: 20px;
	line-height: 20px;
	border-radius: 10px;
	background-color: #ffaf02;
	left: 18px;
	top: 13px;
}
#yxk-zx .two-wrap .top-bg .top-tips p.one::before{
	content: "1";
	position: absolute;
	left: 37px;
}
#yxk-zx .two-wrap .top-bg .top-tips p.two::before{
	content: "2";
	position: absolute;
}
#yxk-zx .two-wrap .top-bg .top-tips p.three::before{
	content: "3";
	position: absolute;
}
#yxk-zx .two-wrap .top-bg .bottom-tips{
	width: 66%;
	margin: 0 auto;
	margin-top: 20px;
}
#yxk-zx .two-wrap .top-bg .bottom-tips p{
	position: relative;
	width: 48.5%;
	font-size: 16px;
	background-color: #fff;
	border-radius: 8px;
	padding: 14px 0 14px 47px;

}
#yxk-zx .two-wrap .top-bg .bottom-tips p.one::before{
	content: "4";
	position: absolute;
}
#yxk-zx .two-wrap .top-bg .bottom-tips p.two::before{
	content: "5";
	position: absolute;
}
#yxk-zx .two-wrap .conss{
	border: 1px solid #dfdfdf;
	padding: 36px 0 33px 133px;
}
#yxk-zx .two-wrap .conss::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 21px;
	background-color: #ffaf02;
	left: 35px;
	top: 40px;
}
#yxk-zx .two-wrap .conss p span{
	left: 48px;
	top: 36px;
}
#yxk-zx .two-wrap .conss p{
	line-height: 29px;
}
#yxk-zx .threes-wrap ul,#yxk-zx .four-wrap ul{
	border: 1px solid #000;
}
#yxk-zx .threes-wrap ul li,#yxk-zx .four-wrap ul li{
	border-bottom: 1px solid #000;
}
#yxk-zx .threes-wrap ul li:last-child,#yxk-zx .four-wrap ul li:last-child{
	border-bottom: none;
}
#yxk-zx .threes-wrap ul li div.one{
	width: 16.66%;
	height: 100%;
	padding: 12px 0;
	background-color: #f2f1fe;
}
#yxk-zx .threes-wrap ul li div.two{
	padding: 16px 24px;
	width: 66.68%;
	border-right: 1px solid #000;
}
#yxk-zx .threes-wrap ul li div.two p{
	line-height: 24px;
}
#yxk-zx .threes-wrap ul li div.three{
	line-height: 82px;
}
#yxk-zx .threes-wrap ul li div.three,#yxk-zx .four-wrap ul li div.three{
	text-align: center;
	width: 16.66%;
}
#yxk-zx .threes-wrap ul li div.three a,#yxk-zx .four-wrap ul li div.three a{
	background-color: #ececec;
	border-radius: 4px;
	padding: 6px 22px;
}
#yxk-zx .threes-wrap ul li div.three a:hover,#yxk-zx .four-wrap ul li div.three a:hover{
	background-color: #ffaf02;
	color: #fff;
}
#yxk-zx .four-wrap ul li div.one{
	width: 16.66%;
	line-height: 54px;
	background-color: #f2f1fe;
}
#yxk-zx .four-wrap ul li div.two{
	padding: 17px 24px;
	width: 66.68%;
	border-right: 1px solid #000;
}
#yxk-zx .four-wrap ul li div.two p{
	line-height: 20px;
}
#yxk-zx .threes-wrap ul li:first-child div.one{
	line-height: 102px;
}
#yxk-zx .threes-wrap ul li div.one{
	line-height: 82px;
}
#yxk-zx .five-wrap .one{
	margin-right: 10px;
}
#yxk-zx .five-wrap .two{
	margin-bottom: 6px;
}
#yxk-zx .six-wrap{
	margin-bottom: 150px;
}
#yxk-zx .six-wrap .top-list li,#yxk-zx .six-wrap .bottom-list li{
	position: absolute;
}
#yxk-zx .six-wrap .top-list li::before,#yxk-zx .six-wrap .bottom-list li::before{
	content: "";
	position: absolute;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-zx/pic4-icon.png);
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 21px;
	line-height: 20px;
	top: 36px;
	left: 47px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#yxk-zx .six-wrap .top-list li.one::before{
	content: "1";
}
#yxk-zx .six-wrap .top-list li.two::before{
	content: "2";
	left: 54px;
}
#yxk-zx .six-wrap .top-list li.three::before{
	content: "3";
}
#yxk-zx .six-wrap .top-list li.four::before{
	content: "4";
	left: 64px;
}
#yxk-zx .six-wrap .top-list li p:first-child,#yxk-zx .six-wrap .bottom-list li p:first-child{
	margin-bottom: 57px;
}
#yxk-zx .six-wrap .top-list li p:last-child,#yxk-zx .six-wrap .bottom-list li p:last-child{
	line-height: 25px;
}
#yxk-zx .six-wrap .top-list li:nth-child(1){
	width: 15%;
	top: -20px;
	left: 60px;
}
#yxk-zx .six-wrap .top-list li:nth-child(2){
	width: 17%;
	top: -20px;
	left: 228px;
}
#yxk-zx .six-wrap .top-list li:nth-child(3){
	width: 15%;
	top: -20px;
	right: 260px;
}
#yxk-zx .six-wrap .top-list li:nth-child(4){
	width: 19%;
	top: -20px;
	right: 60px;
}
#yxk-zx .six-wrap .bottom-list li.one::before{
	content: "9";
}
#yxk-zx .six-wrap .bottom-list li.two::before{
	content: "8";
	left: 31px;
}
#yxk-zx .six-wrap .bottom-list li.three::before{
	content: "7";
}
#yxk-zx .six-wrap .bottom-list li.four::before{
	content: "6";
	left: 64px;
}
#yxk-zx .six-wrap .bottom-list li.five::before{
	content: "5";
	left: 64px;
}
#yxk-zx .six-wrap .bottom-list li:nth-child(1){
	width: 15%;
	top: 160px;
	left: 60px;
}
#yxk-zx .six-wrap .bottom-list li:nth-child(2){
	width: 11%;
	top: 160px;
	left: 205px;
}
#yxk-zx .six-wrap .bottom-list li:nth-child(3){
	width: 15%;
	top: 160px;
	left: 321px;
}
#yxk-zx .six-wrap .bottom-list li:nth-child(4){
	width: 16%;
	top: 160px;
	right: 205px;
}
#yxk-zx .six-wrap .bottom-list li:nth-child(5){
	width: 19%;
	top: 160px;
	right: 24px;
}


/*pc样式*/
#new-yxk .top{
	height: 226px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk/banner-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 44px;
}
#new-yxk .school-jj{
	margin-left: 22px;
}
#new-yxk .school-name{
	margin-right: 35px;
}
#new-yxk .school-eng{
	font-size: 20px;
	margin-top: 12px;
}
#new-yxk .school-name::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 71%;
    background-color: #ffa80f;
    top: 7px;
    right: -17px;
}
#new-yxk .nav-list{
	background-color: rgba(0,0,0,.25);
}
#new-yxk .nav-active{
	font-weight: bold;
	background-color: rgba(0,0,0,.3);
}
#new-yxk .nav-list ul li a{
	display: inline-block;
	padding:21px 27px 15px 27px;
	color: #fff;
}
#new-yxk .bread-crumbs{
	padding: 24px 0;
}
#new-yxk .bread-crumbs a{
	color: #999;
}
#new-yxk .left-con{
	width: 96%;
}
#new-yxk .right-sider{
	width: 27%;
}
/*left*/
#new-yxk .title{
	padding-left: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
#new-yxk .title::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 56%;
    background-color: #ffa80f;
    top: 2px;
    left: 0px;
}
#shensu .top-text-wrap{
	padding: 23px 26px;
}
#shensu .top-text-wrap p{
	margin-bottom: 12px;
}
#shensu .two-wrap{
	margin-top: 37px;
}
#shensu .two-wrap .flex-wrap-con{
	margin-top: 24px;
	padding: 50px 24px 0px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/bg-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#shensu .two-wrap .cons-wrap{
	width: 46%;
	margin-bottom: 43px;
}
#shensu .two-wrap .cons-wrap .title-top{
	margin: auto;
	left: 0;
	right: 0;
	padding: 6px 0;
	background-color: #7f70e8;
	border-radius: 4px;
	width: 45%;
	top: -14px;
}
#shensu .two-wrap .cons-wrap  .cons{
	background-color: #eaeaea;
	border-radius: 6px;
	padding: 30px 20px 10px 20px;
	line-height: 25px;
}
#shensu .three-wrap{
	margin-top: 37px;
}
#shensu .three-wrap .three-title{
	border-radius: 16px;
	overflow: hidden;
	background-color: #eee;
	width: 40%;
}
#shensu .three-wrap .three-title li{
	width: 50%;
	padding: 8px 0;
}
#shensu .three-wrap .three-title .three-active{
	background-color: #fa9f00;
	color: #fff;
	border-radius: 16px;
}
#shensu .three-wrap .three-cons-wrap{
	margin-top: 30px;
}
#shensu .three-wrap .three-cons-wrap .three-cons{
	width: 32%;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #e0dbfb;
	padding: 17px 26px 13px 17px;
}
#shensu .three-wrap .three-cons-wrap .three-cons>div p:nth-child(2){
	line-height: 19px;
	margin-top: 10px;
}
#shensu .three-wrap .three-two-bg{
	margin-top: 43px;
	padding: 30px 35px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/bg-2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#shensu .three-wrap .three-two-bg p:nth-child(2){
	margin-top: 12px;
	margin-bottom: 12px;
}
#shensu .three-wrap .three-two-bg p:nth-child(3){
	line-height: 24px;
	text-indent: 32px;
}
#shensu .four-wrap{
	margin-top: 43px;
	padding-bottom: 90px;
}
#shensu .four-wrap .m-hidden ul li::before{
	content: "";
	position: absolute;
	font-size: 25px;
	color: #fa9f00;
	font-weight: bold;
}
#shensu .four-wrap .m-hidden ul li p:nth-child(2){
	line-height: 25px;
	margin-top: 5px;
}
#shensu .four-wrap .m-hidden ul li.ones{
	width: 20%;
	left: 12%;
    top: 39px;
}
#shensu .four-wrap .m-hidden ul li.ones::before{
	content: "01" !important;
	left: -36px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.twos{
	width: 20%;
	left: 7%;
    top: 45%;
}
#shensu .four-wrap .m-hidden ul li.twos::before{
	content: "02" !important;
	left: -36px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.threes{
	width: 24%;
    left: 9%;
    bottom: 3%;
}
#shensu .four-wrap .m-hidden ul li.threes::before{
	content: "03" !important;
	left: -36px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.fours{
	width: 20%;
    left: 30%;
    bottom: -114px;
}
#shensu .four-wrap .m-hidden ul li.fours::before{
	content: "04" !important;
	right: -40px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.sevens{
	width: 26%;
    right: 10%;
    top: 9%;
}
#shensu .four-wrap .m-hidden ul li.sevens::before{
	content: "07" !important;
	right: -40px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.sixs{
	width: 20%;
	right: 8%;
    top: 45%;
}
#shensu .four-wrap .m-hidden ul li.sixs::before{
	content: "06" !important;
	right: -40px;
	top: -6px;
}
#shensu .four-wrap .m-hidden ul li.fives{
	width: 22%;
    right: 14%;
    bottom: -16px;
}
#shensu .four-wrap .m-hidden ul li.fives::before{
	content: "05" !important;
	right: -40px;s
	top: -6px;
}
#shensu .five-wrap,#shensu .seven-wrap{
	margin-top: 43px;
}
#shensu .five-wrap .cons-bg{
	width: 100%;
	padding: 83px 0 76px 76px;
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/bg-3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#shensu .five-wrap .right-icons::before{
	content: ">";
	position: absolute;
	top: 6px;
    right: -25px;
	font-size: 20px;
	color: #999;
}
#shensu .five-wrap .right-icons-none::before{
	content: "" !important;
	position: absolute;
}
#shensu .seven-wrap .cons-wrap{
	width: 33%;
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
	border-radius: 20px 0px 20px 0px;
}
#shensu .seven-wrap .cons-wrap .titless{
	padding: 19px 0 17px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#shensu .seven-wrap .cons-wrap:nth-child(1) .titless{	
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/bg1-1.png);
}
#shensu .seven-wrap .cons-wrap:nth-child(2) .titless{
	background-image: url(https://oss.kaoersi.com/public/images/yxk-su/bg1-1.png);
}
#shensu .seven-wrap .cons-wrap .cons-list{
	padding: 28px 0 25px 42px;
}
#shensu .seven-wrap .cons-wrap .cons-list li{
	padding-left: 28px;
	position: relative;
	font-size: 14px;
	margin-bottom: 17px;
}
#shensu .seven-wrap .cons-wrap .cons-list li::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fa9f00;
	left: 0;
	top: 2px;
}
#shensu .eight-wrap .cons-wrap{
	padding:  0 40px;
}
#new-yxk .close-btn{
	cursor: pointer;
	top: 2%;
	right: 2%;
}
#new-yxk .clas{
	width: 23.2%;
	height: 160px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#new-yxk .clas:first-child{
	background-image: url(https://oss.kaoersi.com/public/images/yxk/pic1-1.png);
}
#new-yxk .clas:nth-child(2){
	background-image: url(https://oss.kaoersi.com/public/images/yxk/pic1-2.png);
}
#new-yxk .clas:nth-child(3){
	background-image: url(https://oss.kaoersi.com/public/images/yxk/pic1-3.png);
}
#new-yxk .clas:last-child{
	background-image: url(https://oss.kaoersi.com/public/images/yxk/pic1-4.png);
}
#new-yxk .news-list li{
	width: 45%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#new-yxk .news-list li:last-child,#new-yxk .news-list li:nth-child(15){
	margin-bottom: 0;
}
#new-yxk .news-list li::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #ccc;
	top: 5px;
	left: 0;
}
#new-yxk .news-list li a{
	color: #000;
}
#new-yxk .ask-tit{
	padding-left: 35px;
	margin-bottom: 16px;
}
#new-yxk .ask-tit p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#new-yxk .ask-tit::before{
	content: "问";
	position: absolute;
	background-color: #ffa80f;
	font-size: 14px;
	color: #fff;
	padding: 2px;
	left: 0;
	top: -2px;
}
#new-yxk .ask-con::before{
	content: "答";
	position: absolute;
	background-color: #9789f8;
	font-size: 14px;
	color: #fff;
	padding: 2px;
	height: 18px;
	width: 18px;
	left: 0;
	top: 4px;
	display: flex;
	align-items: center;
}
#new-yxk .ask-con{
	padding-left: 35px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#shensu .ask-con-wrap{
	padding: 0 40px;
}
#new-yxk .more-text{
	display: none;
	font-size: 12px;
	margin-top: 10px;
}
#new-yxk .ask-con-wrap li{
	padding-bottom: 25px;
	width: 44%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
#new-yxk .ask-con-wrap li a{
	color: #000;
}
#new-yxk .ask-con-wrap li .ask-con a{
	color: #666;
}
/*right*/
#rswiper .swiper-pagination-bullet{
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffa202;
	opacity: 0.3;
}
#rswiper .swiper-pagination-bullet-active{
	opacity: 1!important;
}
#new-yxk .right-tz{
	border-radius: 2px;
	left: 0px;
	top: 28px;
	background-color:#fa9f00;
	display: inline-block;
	padding:3px 10px;
}
#new-yxk .tea-lunbo{
	height: 240px;
	padding-left:18px;
}
#new-yxk .tea-lunbo a:hover{
	color:#fff; 
}
#new-yxk .lunbo-btn{
	display: inline-block;
	margin-top: 10px;
	border-radius: 8px;
	padding: 6px 16px;
	background-color: #998ded;
}
#new-yxk .tea-lunbo ul li{
	margin-bottom: 12px;
	line-height: 23px;
}
#new-yxk .tea-lunbo ul{
	top: 40%;
	z-index: 2;
}
#new-yxk .teach-pic{
	right: 0;
	bottom:-33px;
}
#rswiper{
	/*height: 240px;*/
	/*padding-left:18px;*/
	background-image: url(https://oss.kaoersi.com/public/images/yxk/teacher-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#new-yxk .tel-bg{
	background-color: #9789f8;
	padding: 24px 26px 20px 26px;
}
#new-yxk .tell{
	letter-spacing: 3px;
	margin-top: 6px;
}
#new-yxk .qr-wrap{
	margin-top: 14px;
	padding: 23px 40px;
	border: 1px solid #e5e5e5;
}
#new-yxk .online-btn{
	margin-top: 20px;
	display: inline-block;
	width: 105px;
	line-height: 33px;
	background-color: #a295f9;
	border-radius: 6px;
}
#new-yxk .fdclass p:first-child{
	border-bottom: 1px solid #ddd;
	padding: 22px 0 12px 10px;
	margin-bottom: 20px;
}
#new-yxk .b-line::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	background-color: #fa9f00;
	bottom: 0;
	left: 0;
}
#new-yxk .fd-list-wrap,#new-yxk .new-ask-wrap{
	padding: 0 20px;
}
#new-yxk .fd-list-wrap li{
	padding-left: 20px;
}
#new-yxk .new-ask-wrap li{
	padding-left: 30px;
}
#new-yxk .fd-list-wrap li,#new-yxk .new-ask-wrap li{
	position: relative;
	padding-top: 2px;
	padding-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#new-yxk .fd-list-wrap li a:hover,#new-yxk .new-ask-wrap li a:hover{
	color: #ffaf02;
}
#new-yxk .fd-list-wrap li::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #ccc;
	top: 6px;
	left: 0;
}
#new-yxk .new-ask-wrap li::before{
	content: "问";
	position: absolute;
	font-size: 14px;
	color: #fff;
	padding: 2px;
	background-color: #ffa80f;
	top: 1px;
	left: 0;
} 
#new-yxk .new-list-wrap{
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top:28px;
	border-top: 3px solid #fa9f00;
}
#new-yxk .new-list-wrap p:first-child{
	border-bottom: 1px solid #ddd;
	padding: 22px 0 12px 10px;
	margin-bottom: 20px;
}
#new-yxk .b-line::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	background-color: #fa9f00;
	bottom: 0;
	left: 0;
}
#new-yxk .new-list-wrap ul li{
	margin-right: 6px;
	margin-bottom: 18px;	
}
#new-yxk .new-list-wrap ul li a{
	border-radius: 4px;
	border:1px solid #d8d8d8;
	padding: 7px;
	display: block; 
	color: #666; 
}
#new-yxk .new-list-wrap ul li .active{
	background-color: #fa9f00;
	color: #fff;
	border:1px solid #fa9f00;
}
/*移动端样式*/
@media screen and (max-width: 750px) {
	.m-justify-between{
		justify-content: flex-start;
	}
	.mt-34px{
		margin-top: 17px;
	}
	.mb-32px{
		margin-bottom: 16px;
	}
	.text-14{
		font-size: 14px;
	}
	.mb-16px{
		margin-bottom: 8px;
	}
	.text-30{
		font-size: 20px;
	}
	.text-20{
		font-size: 16px;
	}
	.text-14{
		/*font-size: 12px;*/
	}
	.w-1200px{
		width: 100%;
	}
	.flex{
		display: block;
	}
	.m-hidden{
		display: none;
	}
	.pc-hidden{
		display: block;
	}
	.left-con .index-content p img{
		width: 100%;
	}
	#new-yxk .top{
		height: 208px;
		background-image: url(https://oss.kaoersi.com/public/images/yxk/m-yxk.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-top: 48px;
	}
	#new-yxk .school-jj{
		margin-left: 10px;
	}
	#new-yxk .school-name{
		margin-right: 35px;
		font-size: 16px;
	}
	#new-yxk .school-logo{
		padding-left: 10px;
	}
	#new-yxk .school-logo img{
		width: 60px;
		height: 60px;
	}
	#new-yxk .school-eng{
		font-size: 16px;
		margin-top: 12px;
		font-size: 12px;
	}
	#new-yxk .school-name::before{
		content: "";
		position: absolute;
		width: 2px;
		height: 71%;
	    background-color: #ffa80f;
	    top: 7px;
	    right: -17px;
	}
	#new-yxk .nav-list{
		background-color: rgba(0,0,0,.25);
	}
	#new-yxk .nav-active{
		font-weight: bold;
		background-color: rgba(0,0,0,.3);
	}
	#new-yxk .nav-list ul li a{
		display: inline-block;
		padding:10px 13px;
		color: #fff;
		font-size: 12px;
	}
	#new-yxk .bread-crumbs{
		padding: 15px 0 15px 20px;
	}
	#new-yxk .bread-crumbs a{
		color: #999;
	}
	#new-yxk .left-con{
		padding: 0 20px;
		width: 100%;
	}
	#new-yxk .right-sider{
		padding: 0 20px;
		width: 100%;
	}
	/*left*/
	#new-yxk .title{
		padding-left: 10px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#new-yxk .title::before{
		content: "";
		position: absolute;
		width: 2px;
		height: 56%;
	    background-color: #ffa80f;
	    top: 2px;
	    left: 0px;
	}
	#shensu .title p:last-child{
		display: none;
	}
	#shensu .top-text-wrap {
		padding: 15px 14px;
	}
	#shensu .top-text-wrap p {
	    margin-bottom: 8px;
	}
	#shensu .top-text-wrap p:nth-child(2){
		line-height: 19px;
	}
	#shensu .top-text-wrap p:last-child{
		margin-bottom: 0px;
	}
	#shensu .two-wrap .flex-wrap-con {
	    padding: 50px 24px 1px;
	}	
	
	#shensu .two-wrap .cons-wrap{
		width: 100%;
		margin-bottom: 43px;
	}
	#shensu .two-wrap .cons-wrap  .cons{
		background-color: #eaeaea;
		border-radius: 6px;
		padding: 24px 20px 14px 20px;
		line-height: 20px;
	}
	#shensu .three-wrap .three-title{
		border-radius: 16px;
		overflow: hidden;
		background-color: #eee;
		width: 77%;
	}
	#shensu .three-wrap .three-cons-wrap .three-cons{
		width: 47%;
		margin-bottom: 20px;
		border-radius: 10px;
		background-color: #e0dbfb;
		padding: 17px 20px 13px 17px;
	}
	#shensu .three-wrap .three-cons-wrap .three-cons img{
		display: none;
	}
	#shensu .three-wrap .three-two-bg{
		padding: 18px 20px;
	}
	#shensu .three-wrap .three-two-bg p:nth-child(2){
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	#shensu .three-wrap .three-two-bg p:nth-child(3){
		font-size: 14px;
		line-height: 24px;
		text-indent: 32px;
	}
	#shensu .four-wrap{
		margin-top: 43px;
		padding-bottom: 0px;
	}
	#shensu .four-wrap .pc-hidden .cons-wrap li{
		width: 100%;
		position: relative;
		margin-bottom: 15px;
		padding: 15px 15px 15px 44px;
		background-color: #ffffff;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
		border-radius: 2px;
	}
	#shensu .four-wrap .pc-hidden .cons-wrap li p:last-child{
		line-height: 20px;
	}
	#shensu .four-wrap .pc-hidden .cons-wrap li::before{
		content: "";
		position: absolute;
		left: 12px;
		top: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #fa9f00;
	}
	#shensu .four-wrap .pc-hidden ul li.ones::before{
		content: "01" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.twos::before{
		content: "02" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.threes::before{
		content: "03" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.fours::before{
		content: "04" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.sevens::before{
		content: "07" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.sixs::before{
		content: "06" !important;
	}
	#shensu .four-wrap .pc-hidden ul li.fives::before{
		content: "05" !important;
	}
	#shensu .five-wrap,#shensu .seven-wrap,#shensu .eight-wrap,#shensu .nine-wrap{
		margin-top: 27px;
	}
	#shensu .five-wrap .cons-bg{
		width: 100%;
		padding: 22px 0 0px 0px;
		background-image: none;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	#shensu .five-wrap .cons-bg .text-white{
		color: #000;
		font-weight: bold;
	}
	#new-yxk .hp{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#new-yxk .hp img{
		width: 100%;
		height: auto;
	}
	#xk-lunbo .swiper-button-prev{
		left: 17%;
		top:97.5%;
	}
	#xk-lunbo .swiper-button-next{
		right: 18%;
		top:98.5%;
	}
	#shensu .seven-wrap .cons-wrap{
		width: 100%;
	}
	#shensu .seven-wrap .cons-wrap .titless{
		padding: 13px 0 11px 0px;
	}
	#shensu .seven-wrap .cons-wrap .cons-list{
		padding: 22px 0 2px 42px;
	}
	#shensu .eight-wrap .cons-wrap,#shensu .ask-con-wrap{
		padding:  0 0px;
	}
	#new-yxk .ask-con-wrap li{
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}
	#new-yxk .news-list li{
		width: 100%;
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	#new-yxk .news-list li:last-child{
		margin-bottom: 10px;
	}
	#new-yxk .news-list li:nth-child(15){
		margin-bottom: 10px;
	}
	#new-yxk .news-list li::before{
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 3px;
		background-color: #ccc;
		top: 5px;
		left: 0;
	}
	#new-yxk .news-list li a{
		color: #000;
	}
	#new-yxk .ask-tit{
		padding-left: 35px;
		margin-bottom: 16px;
	}
	#new-yxk .ask-tit::before{
		content: "问";
		position: absolute;
		background-color: #ffa80f;
		font-size: 14px;
		color: #fff;
		padding: 2px;
		left: 0;
		top: -2px;
	}
	#new-yxk .ask-con::before{
		content: "答";
		position: absolute;
		background-color: #9789f8;
		font-size: 14px;
		color: #fff;
		padding: 2px;
		height: 18px;
		width: 18px;
		left: 0;
		top: 4px;
		display: flex;
		align-items: center;
	}
	#new-yxk .ask-con{
		padding-left: 35px;
		line-height: 20px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#new-yxk .more-text{
		display: none;
		font-size: 12px;
	}
	#new-yxk .ask-con-wrap li{
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}
	/*作业论文*/
	#xyk-zw{
		width: 90%;
		margin: 0 auto;
	}
	#xyk-zw .px-20px{
		padding-left: 10px;
		padding-right: 10px;
	}
	#xyk-zw .mt-46px{
		margin-top: 33px;
	}
	#xyk-zw .ones-wrap .box-wrap{
		width: 100%;
		margin-bottom: 16px;
	}
	#xyk-zw .ones-wrap .box-wrap img{
		width: 100%;
	}
		#xyk-zw .two-wrap .one-title-box p{
		text-align: center;
		padding: 12px 0;
		border-radius: 4px;
	}
	#xyk-zw .two-wrap .one-title-box p:first-child,#xyk-zw .two-wrap .one-img-box div:first-child{
		width: 24%;
	}
	#xyk-zw .two-wrap .one-title-box p:last-child,#xyk-zw .two-wrap .one-img-box div:last-child{
		width: 75%;
	}
	#xyk-zw .two-wrap .one-con-wrap{
		width: 100%;
		border-radius: 4px;
		height: 182px;
		overflow: hidden;
	}
	#xyk-zw .two-wrap .one-con-wrap .top-box{
		background-color: #e1e3f1;
		height: 100%;
	}
	#xyk-zw .two-wrap .one-con-wrap .top-box:hover .bottom-box{
		top: 0;
	}
	#xyk-zw .two-wrap .one-con-wrap .bottom-box{
		width: 100%;
		height: 100%;
		padding: 16px 0 21px 0;
		background-color: #9789f8;
		top: 100%;
		transition: top .5s ease-in-out;
	}
	#xyk-zw .two-wrap .one-con-wrap .bottom-box p:last-child{
		padding: 9px 10px 0 10px;
		line-height: 18px;
	}

	#xyk-zw .three-wrap{
		margin: 0 10px;
		padding: 15px 0;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap li{
		height: 100%;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap li::after{
		left: 75px;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap li .setps{
		padding-left: 12px;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap li .setps::before{
		right: -12px;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box{
		padding: 10px 0;
		margin-left: 28px;
		height: 100%;
		width: 100%;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box p:first-child{
		width: 100%;
		padding-left: 0;
	}
	#xyk-zw .three-wrap .three-wrap-setp-list-wrap .r-c-box p:last-child{
		width: 226px;
		width: 100%;
		margin-top: 10px;
	}
	#xyk-zw .four-wrap .step{
		display: inline-block;
		padding: 6px 16px;
		border-radius: 4px;
		background-color: #9789f8;
	}
	#xyk-zw .five-wrap{
		padding: 0 10px;
	}
	#xyk-zw .five-wrap .con-wrap{
		padding: 24px 20px 20px 20px; 
		background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/m-vs-bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	#xyk-zw .five-wrap .vs-before-list{
		margin-top: 12px;
	}
	#xyk-zw .five-wrap .vs-before-list li{
		padding-left: 37px;
	}
	#xyk-zw .five-wrap .vs-before-list li::before{
		content: "";
		position: absolute;
		background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/dui.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 15px;
		height: 15px;
		top: 2px;
		left: 0;
	}
	#xyk-zw .five-wrap .vs-after{
		margin-bottom: 12px;
	    padding-left: 37px;
	    margin-top: 85px;
	}
	#xyk-zw .five-wrap .vs-after::before{
		content: "";
		position: absolute;
		background-image: url(https://oss.kaoersi.com/public/images/yxk-lw/icon4-1.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 24px;
		height: 22px;
		top: -4px;
		left: 54%;
	}
	#xyk-zw .six-wrap .cons-wrap-box{
		width: 100%;
	}
	#xyk-zw .six-wrap .cons-wrap-box:nth-child(3){
		margin-bottom: 16px;
	}
	/*学术*/
	#yxk-xs{
		width: 90%;
		margin: 0 auto;
	}
	#yxk-xs .px-20px{
		padding-left: 10px;
		padding-right: 10px;
	}
	#yxk-xs .mt-42px{
		margin-top: 32px;
	}
	#yxk-xs .ones-wrap>p:nth-child(2){
		font-size: 12px;
	}
	#yxk-xs .ones-wrap .con-box-wrap{
		width: 48%;
		height: 147px;
		margin-bottom: 16px;
	}
	#yxk-xs .ones-wrap .con-box-wrap:last-child,#yxk-xs .ones-wrap .con-box-wrap:nth-child(3){
		margin-bottom: 0;
	}
	#yxk-xs .ones-wrap .con-box-wrap .before-box-wrap{
		padding: 28px 22px 30px 22px;
	}
	#yxk-xs .ones-wrap .con-box-wrap .after-box-wrap{
		line-height: 22px;
	}
	#yxk-xs .two-wrap .con-wrap-box{
		padding: 20px 7px 16px 8px;
	}
	#yxk-xs .two-wrap .con-wrap-box p:first-child{
		white-space: nowrap;
		margin-bottom: 8px;
	}
	#yxk-xs .two-wrap .con-wrap-box p:last-child{
		line-height: 18px;
	}
	#yxk-xs .two-wrap .img-icon{
		display: none;
	}
	#yxk-xs .threes-wrap .wrap-box{
		width: 100%;
		margin-bottom: 16px;
	}
	/*资讯*/
	#yxk-zx{
		width: 90%;
		margin: 0 auto; 
	}
	#yxk-zx .px-20px{
		padding-right: 10px;
		padding-left: 10px;
	}
	#yxk-zx .mt-46px{
		margin-top: 30px;
	}
	#yxk-zx .ones-wrap .lefts-con{
		padding-left: 43px;
	}
	#yxk-zx .ones-wrap .lefts-con li{
		padding-bottom: 5px;
		font-size: 14px;
	}
	#yxk-zx .ones-wrap .lefts-con li span{
		margin-right: 30px;
	}
	#yxk-zx .two-wrap .top-bg{
		padding: 33px 33px 13px;
	}
	#yxk-zx .two-wrap .top-bg .top-tips p.one::before{
		left: 18px;
	}
	#yxk-zx .two-wrap .top-bg .top-tips p.one{
		padding: 14px 0 14px 47px;
	}
	#yxk-zx .two-wrap .top-bg .top-tips p,#yxk-zx .two-wrap .top-bg .bottom-tips p{
		width: 100%;
		margin-bottom: 20px;
	}
	#yxk-zx .two-wrap .top-bg .bottom-tips{
		width: 100%;
	}
	#yxk-zx .two-wrap .conss{
		padding-left: 20px;
		padding-bottom: 10px;
	}
	#yxk-zx .two-wrap .conss::before{
		left: 21px;
    	top: 13px;
	}
	#yxk-zx .two-wrap .conss p span{
		left: 35px;
    	top: 9px;
	}
	#yxk-zx .m-six-list li>p{
		background-image: url(https://oss.kaoersi.com/public/images/yxk-zx/pic4-icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 20px;
		line-height: 20px;
		height: 20px;
		margin-right: 10px;
	}
	#yxk-zx .m-six-list li{
		margin-bottom: 20px;
	}
	#yxk-zx .six-wrap{
		margin-bottom: 0;
	}
	#yxk-zx .four-wrap ul li div.one,#yxk-zx .four-wrap ul li div.two,#yxk-zx .four-wrap ul li div.three,#yxk-zx .threes-wrap ul li div.one,#yxk-zx .threes-wrap ul li div.two,#yxk-zx .threes-wrap ul li div.three{
		width: 100%;
	}
	#yxk-zx .four-wrap ul li div.two,#yxk-zx .threes-wrap ul li div.two{
		width: 100%;
		border-right: none;
	}
	#yxk-zx .threes-wrap ul li div.one,#yxk-zx .threes-wrap ul li:first-child div.one,#yxk-zx .four-wrap ul li div.one{
		line-height: 50px;
	}
	#yxk-zx .threes-wrap ul li div.three,#yxk-zx .four-wrap ul li div.three{
		height: 40px;
	}
	#yxk-zx .threes-wrap ul li div.two{
		padding: 11px 24px 0 24px;
	}
	#yxk-zx .threes-wrap ul li div.three{
		height: 60px;
	}
	#yxk-zx .threes-wrap ul li div.three{
		line-height: 60px;
	}
	/*right*/
	#rswiper .swiper-pagination-bullet{
		width: 24px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffa202;
		opacity: 0.3;
	}
	#rswiper .swiper-pagination-bullet-active{
		opacity: 1!important;
	}
	#new-yxk .right-tz{
		border-radius: 2px;
		left: 0px;
		top: 28px;
		background-color:#fa9f00;
		display: inline-block;
		padding:3px 10px;
	}
	#new-yxk .tea-lunbo{
		height: 240px;
		padding-left:18px;
	/*	background-image: url(https://oss.kaoersi.com/public/images/yxk/teacher-bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;*/
	}
	#new-yxk .lunbo-btn{
		display: inline-block;
		border-radius: 8px;
		padding: 2px 12px;
		background-color: #998ded;
	}
	#new-yxk .tea-lunbo ul li{
		margin-bottom: 12px;
		line-height: 23px;
	}
	#new-yxk .tea-lunbo ul{
		top: 40%;
		z-index: 2;
	}
	#new-yxk .teach-pic{
		right: 0;
		bottom:-33px;
	}
	#rswiper{
		/*height: 240px;*/
		/*padding-left:18px;*/
		background-image: url(https://oss.kaoersi.com/public/images/yxk/teacher-bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	#new-yxk .tel-bg{
		background-color: #9789f8;
		padding: 18px 26px 22px 26px;
	}
	#new-yxk .tell{
		letter-spacing: 1px;
		margin-top: 6px;
	}
	#new-yxk .qr-wrap{
		margin-top: 14px;
		padding: 23px 40px;
		border: 1px solid #e5e5e5;
	}
	#new-yxk .online-btn{
		margin-top: 15px;
		display: inline-block;
		width: 105px;
		line-height: 33px;
		background-color: #a295f9;
		border-radius: 6px;
	}
	#new-yxk .fdclass p:first-child{
		border-bottom: 1px solid #ddd;
		padding: 22px 0 12px 10px;
		margin-bottom: 20px;
	}
	#new-yxk .b-line::before{
		content: "";
		position: absolute;
		height: 1px;
		width: 50%;
		background-color: #fa9f00;
		bottom: 0;
		left: 0;
	}
	#new-yxk .fd-list-wrap,#new-yxk .new-ask-wrap{
		padding: 0 20px;
	}
	#new-yxk .fd-list-wrap li{
		padding-left: 20px;
	}
	#new-yxk .new-ask-wrap li{
		padding-left: 30px;
	}
	#new-yxk .fd-list-wrap li,#new-yxk .new-ask-wrap li{
		position: relative;
		padding-bottom: 12px;
		padding-top: 2px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	#new-yxk .fd-list-wrap li::before{
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 3px;
		background-color: #ccc;
		top: 6px;
		left: 0;
	}
	#new-yxk .new-ask-wrap li::before{
		content: "问";
		position: absolute;
		font-size: 14px;
		color: #fff;
		padding: 2px;
		background-color: #ffa80f;
		top: 0px;
		left: 0;
	} 
	#new-yxk .new-list-wrap{
		padding-bottom: 4px;
		padding-left: 12px;
		padding-right: 12px;
		margin-top:17px;
		border-top: 3px solid #fa9f00;
	}
	#new-yxk .new-list-wrap p:first-child{
		border-bottom: 1px solid #ddd;
		padding: 22px 0 12px 10px;
		margin-bottom: 20px;
	}
	#new-yxk .b-line::before{
		content: "";
		position: absolute;
		height: 1px;
		width: 50%;
		background-color: #fa9f00;
		bottom: 0;
		left: 0;
	}
	#new-yxk .new-list-wrap ul li{
		margin-right: 6px;
		margin-bottom: 10px;	
	}
	#new-yxk .new-list-wrap ul li a{
		border-radius: 4px;
		border:1px solid #d8d8d8;
		padding: 7px;
		display: block; 
		color: #666; 
	}
	#new-yxk .new-list-wrap ul li .active{
		background-color: #fa9f00;
		color: #fff;
		border:1px solid #fa9f00;
	}
	/*xuanke*/
	.mb-56px{
		margin-bottom: 30px;
	}
	#yxk-xk {
	    width: 100%;
	    padding: 0 20px;
	}
	#yxk-xk .ones-wrap .ones-title-wrap {
		margin-bottom: 16px;
	    width: 100%;
	    background-color: #ffffff;
	    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 3%);
	    border-radius: 3px;
	    overflow: hidden;
	}
	#yxk-xk .ones-wrap .ones-title-wrap>p{
		background-color: #7f70e8;
		font-size: 16px;
		border-radius: 2px;
		padding: 10px 0;
	}
	#yxk-xk .ones-wrap .ones-title-wrap .top-list{
		padding: 27px 12px 9px 20px;
	}
	#yxk-xk .ones-wrap .ones-title-wrap .top-list li{
		position: relative;
		padding-left: 30px;
		margin-bottom: 8px;
    	line-height: 23px;
		font-size: 14px;
	}
	#yxk-xk .ones-wrap .ones-title-wrap .top-list li::before{
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #fa9f00;
		left: 0;
		top: 10px;
	}
	#yxk-xk .twos-wrap .top-wraps-list {
	    overflow: hidden;
	    width: 48%;
	    position: relative;
	    margin-bottom: 20px;
	}
	#yxk-xk .twos-wrap .top-wraps-list .top-wraps-cons p:last-child{
		margin-top: 12px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	#yxk-xk .twos-wrap .top-wraps img{
		width: 30%;
		margin-top: 29px;
	}
	#yxk-xk .threes-wrap>p{
		background-image: url(https://oss.kaoersi.com/public/images/yxk-xk/m-bg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 100%;
	    top: -47%;
	    left: 0%;
		padding: 7px 12px;
		background-color: #282060;
		border-radius: 4px;
		line-height: 22px;
	}
	#yxk-xk .threes-wrap div{
		margin-top: 32%;
	}
	#yxk-xk .threes-wrap ul {
		padding-top: 20px;
	    margin-top: 13%;
	    margin-left: 20px;
	    padding-bottom: 20px;
	}
	#yxk-xk .fours-wrap ul li:last-child{
		height: auto;
	}
	#yxk-xk .fives-wrap .num-icons{
		width: 30px;
		line-height: 30px;
		background-color: #fa9f00;
		border-radius: 3px;
		margin-right: 14px;
	}
	/*xuanke*/
	#yxk-xs .two-wrap .con-wrap-box:nth-child(even){
		padding-left: 8px;
	}
}
