/* ������ʽ */
.chome-teacher-cont li,
.chome-wx-cont li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 193px;
    height: 468px;
}

.chome-contWidth {
    width: 1220px;
    margin: 0 auto;
}

.class-area {
    margin-top: 40px;
    margin-bottom: 70px;
}

.banner-img {
         top: 104px;
    width: 670px;
    margin-left: -35px;
}

.chome-eval-container {
    padding: 70px 0;
}

.chome-teacher-container {
    padding-bottom: 0px;
}

.eval-cont-title .title {
    text-align: center;
}

.eval-cont-title .subtitle p {
    text-align: center;
    float: none;
}

.rz-student-outer {
    height: 626px;
    padding: 70px 0;
}

 
.rz-partner-outer {
    height: 760px;
    padding: 70px 0;
}

.rz-partner-box {
    margin-top: 60px;
}

/* ������ˣ�ְ���ʹ�ѧ�� */
.face-comment-title {
    position: relative;
}

.face-comment-title>h3 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
}

.face-comment-title>span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ABABAB;
    text-align: center;
    line-height: 22px;
}

.face-comment-title>a {
    display: block;
    position: absolute;
    right: 0px;
    top: 56px;
    font-size: 12px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 17px;
}

.face-comment-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.face-comment-list>li {
    margin-top: 20px;
    width: 393px;
    height: 242px;
     border: 1px solid #f5f6f7; 
    border-radius: 8px;
    padding: 32px 20px;
/*    box-shadow: 0 6px 20px 0 rgb(208 217 234 / 0.2);*/
}

/* .face-comment-list>li:hover {
    box-shadow: 0 4px 12px 0 rgba(171, 179, 194, 0.4);
} */

.face-comment-list>li:hover span {
    color: #1A8CFF;
    font-weight: 600;
}

.face-comment-list>li>span {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    color: #262626;
    text-align: center;
    line-height: 30px;
}

.face-comment-list>li>em {
    display: block;
    margin-bottom: 32px;
    font-size: 14px;
    color: #ABABAB;
    text-align: center;
    line-height: 20px;
}

.face-comment-list>li>img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border-radius: 50%;
}

/* ���� */
.service-comment-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service-comment-list>li {
    width: 290px;
    height: 400px;
    background: #FFFFFF;
   /* box-shadow: 0 6px 20px 0 rgb(208 217 234 / 0.2);*/
    border-radius: 2px;
    padding: 40px 20px;
}

.service-comment-list>li:hover>span {
    color: #1A8CFF;
    font-weight: 600;
}

.service-comment-list>li>span {
    display: block;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    color: #262626;
    text-align: center;
    line-height: 30px;
}

.service-comment-list>li>p {
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    text-align: center;
    line-height: 20px;
}

.service-comment-list>li>div {
    width: 240px;
    height: 240px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-comment-list>li>div>img {
    display: block;
    width: 100%;
    max-height: 100%;
}

/* �ȵ�Ʒ�� */
.index-hot-brand-list {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 32px;
}
.index-hot-brand-list[data-amount="3"] {
    justify-content: space-between;
}

.index-hot-brand-list>li {
    width: 269px;
    /* height: 56px; */
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    margin-right: 20px;
}

.index-hot-brand-list>li:hover span {
    color: #1A8CFF;
    /* font-weight: 600; */
}

.index-hot-brand-list>li:nth-child(4n) {
    margin-right: 0;
}

.index-hot-brand-list>li:nth-last-child(-n+4) {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.index-hot-brand-list>li>a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-hot-brand-list .hot-brand-l {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin-right: 12px;
}

.index-hot-brand-list .hot-brand-l>img {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 4px;
}

.index-hot-brand-list .hot-brand-r {
    width: calc(100% - 68px);
    height: 56px;
    padding: 5px 0;
}

.index-hot-brand-list .hot-brand-r>span {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    color: #262626;
    line-height: 24px;
}

.index-hot-brand-list .hot-brand-r>em {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 18px;
}

/* �γ� */

.index-curr-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.index-curr-list>li {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgb(208 217 234 / 0.2);
    border-radius: 4px;
}

.index-curr-list>li,
.index-curr-list>li>a {
    display: block;
    width: 228px;
    height: 238px;
}

.index-curr-list>li .curr-img {
    display: block;
    width: 100%;
    height: 137px;
    border-radius: 4px 4px 0px 0px;
}

.index-curr-list>li .curr-img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.index-curr-list>li :hover .curr-item-name {
    color: #1A8CFF;
}

.index-curr-list>li .curr-item-info {
    padding: 12px;
}

.curr-item-info .curr-item-name {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.curr-item-info .curr-item-jgname {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.curr-item-info .curr-item-jgname>img {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.curr-item-info .curr-item-jgname>span {
    display: block;
    font-size: 12px;
    color: #8C8C8C;
}

.curr-item-jginfo {
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
}

/* �ȵ���Ѷ */
.index-hot-info-list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index-hot-info-list>li {
    width: 50%;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.index-hot-info-list>li:nth-last-child(-n+2) {
    margin-bottom: 0px;
    border-bottom: 0;
    padding-bottom: 0;
}

.index-hot-info-list>li:hover .hot-info-l>div {
    color: #1A8CFF;
}

.index-hot-info-list>li:nth-child(2n) {
    padding-left: 30px;
    padding-right: 0;
}

.index-hot-info-list>li:nth-child(2n)::before {
    content: '';
    width: 1px;
    height: 108px;
    background: #eee;
    position: absolute;
    left: 0px;
    top: 0px;
}

.index-hot-info-list>li>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-hot-info-list .hot-info-l {
    width: calc(100% - 187px);
    height: 108px;
    margin-right: 20px;
}

.index-hot-info-list .hot-info-l>div {
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
    margin-bottom: 11px;
}

.index-hot-info-list .hot-info-l>p {
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
    margin-bottom: 12px;
}

.index-hot-info-list .hot-info-l>span,
.index-hot-info-list .hot-info-l>span a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 17px;
}

.index-hot-info-list .hot-info-r {
    width: 167px;
    height: 108px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.index-hot-info-list .hot-info-r>img {
    display: block;
    max-width: 165px;
    height: 106px;
    border-radius: 4px;
    margin:auto;
}

/* banner tab�޸� */
.chome-tab-display {
    width: 100%;
    height: 128px;
    background: #F5FAFF;
    border-radius: 8px;
    padding: 16px 14px;
    margin-bottom: 11px;
    margin-top: 15px;
}

.chome-tab-display-tit {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #1A8CFF;
    line-height: 22px;
}

.chome-tab-display .display-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display-space>li {
    width: 156px;
    height: 66px;
    padding: 14px 10px 14px;
}

.display-space>li:nth-child(1) {
    background: url('../images/szzx_01_img@2x.png') center center no-repeat;
    background-size: contain;
}

.display-space>li:nth-child(2) {
    background: url('../images/szzx_02_img@2x.png') center center no-repeat;
    background-size: contain;
}

.display-space>li:nth-child(3) {
    background: url('../images/szzx_03_img@2x.png') center center no-repeat;
    background-size: contain;
}

.display-space>li:nth-child(4) {
    background: url('../images/szzx_04_img@2x.png') center center no-repeat;
    background-size: contain;
}

.display-space>li span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
}

.display-space>li:nth-child(1) span {
    color: #516B9D;
}

.display-space>li:nth-child(2) span {
    color: #986056;
}

.display-space>li:nth-child(3) span {
    color: #474F67;
}

.display-space>li:nth-child(4) span {
    color: #545A65;
}

.display-space>li em {
    display: block;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
}

.quality-list .banner-type-rmid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 14px;
}

.quality-list .banner-type-rmid>li {
    width: 48%;
    margin-right: 4%;
    margin-top: 19px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* .quality-list .banner-type-rmid>li:nth-child(1),
.quality-list .banner-type-rmid>li:nth-child(2) {
    margin-top: 0px;
} */

.quality-list .banner-type-rmid>li:nth-child(2n) {
    margin-right: 0px;
}

.quality-list .banner-type-rmid>li .banner-type-title {
    display: block;
    width: 88px;
    margin-right: 12px;

}

.quality-list .banner-type-rmid>li .type-rmid-bottom {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.type-rmid-bottom a {
    margin-right: 12px;
}

/* .full-content .class-area .class-area-left .class-group {
    padding: 0px 38px 0px 20px;
} */

.full-content .class-area .class-area-left .class-group:last-child {
    width: 559px;
    background: url('../images/矩形@2x.png') center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    margin: 20px 20px 0px 20px;
}

.type-rmid-bottom span {
    position: relative;
    display: inline-block;
    margin: 0px 24px 12px 0px;
    font-size: 14px;
    color: #262626;
    line-height: 14px;
}


.chome-banner-left .type-abox span {
    display: inline-block;
    color: #ABABAB;
    font-size: 12px;
}

 
.chome-banner-left .type-abox a+span {
    margin-left: 12px;
}
.chome-banner-left .type-abox span+a {
    margin-left: 12px;
}
.chome-banner-left .type-abox span+span {
    margin-left: 12px;
}
/* �ȵ�Ʒ�� */
.index-hot-brand-list-one{
	width: 1200px;
	height: 134px;
	background: #FFFFFF;
	border-radius: 2px;
	margin: 0 auto;
	padding: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-hot-brand-list-one .list-one-l{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.list-one-l .hot-brand-l{
	width: 70px;
	height: 70px;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
}
.list-one-l .hot-brand-l img{
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 4px;
}
.list-one-l .hot-brand-r{
	width: 683px;
	margin-left: 15px;
}
.list-one-l .hot-brand-r span{
	font-size: 17px;
	color: #262626;
	line-height: 24px;
}
.list-one-l .hot-brand-r em{
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #8C8C8C;
	line-height: 18px;
}
.list-one-l .hot-brand-r p{
	margin-top: 5px;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 18px;
}
.index-hot-brand-list-one>.list-one-btn{
	width: 200px;
	height: 44px;
	border-radius: 2px;
	margin-right: 68px;
	border: 1px solid #1A8CFF;
	font-size: 14px;
	color: #1A8CFF;
	text-align: center;
	line-height: 44px;
}
.index-hot-brand-list-one>.list-one-btn:hover{
	background: #1A8CFF;
	color: #fff;
}
.index-hot-brand-list-two{
	width: 1200px;
	height: 134px;
	background: #FFFFFF;
	border-radius: 2px;
	margin: 0 auto;
	padding: 32px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index-hot-brand-list-two .list-one-l{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 32px;
}
.index-hot-brand-list-two .list-one-l:nth-child(2){
	border-left: 1px solid #EEEEEE;
}
.index-hot-brand-list-two .list-one-l .hot-brand-r{
	width: 451px;
}
.index-hot-brand-list-two a:hover .hot-brand-r>span{
        color: #1A8CFF;
}
.index-hot-brand-list-one .hot-brand-r a:hover span{
        color: #1A8CFF;
}
.index-hot-brand-list-one,.index-hot-brand-list-two{
	margin-top: 40px;
}