body{
    background: #f8f9fe;
}
.common-header:before {
    background: rgba(47, 76, 160, .4);
}

/*选项卡样式*/
.class-type-warp {
    background-color: #e9effd;
    color: #5a73b5;
}

.class-type-item {
    flex: 1;
    padding: 5px var(--item-pading);
    font-weight: bold;
    cursor: pointer;
}

.class-type-item-active {
    color: white;
    background-color: #eaa13a;
    border-radius: 100px;
}

/*机构介绍*/

.company-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.company-info .bg{*/
/*    width: 100%;*/
/*    background: url("../images/company.png") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

.company-desc {
    background-color: #eaeffd;
    padding: 3rem 1.5rem
}

.company-desc h3 {
    color: #4862ac;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.company-desc p {
    text-indent: 20px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .teacher-data-area>.teacher-data-item{
        position: relative;
    }
    .teacher-data-area>.teacher-data-item:last-child::before{
        width: 0;
    }
    .teacher-data-area>.teacher-data-item::before{
        content: '';
        height: 100%;
        width: 1px;
        background: #c9caca;
        position: absolute;
        top: 0;
        right: -10px;
        display: inline-block;
    }

    .teacher-data-area>.teacher-data-item:last-child{
        border: none;
    }
    .school-area .icon{
        aspect-ratio: 1/1.4;
        width: calc(100% / 7 - 7rem);
    }


    .school-area .icon:nth-child(8){
        margin-left: calc(3.5rem + calc(100% / 7 / 2));
    }

    .school-area .icon:nth-child(13){
        margin-right: calc(3.5rem + calc(100% / 7 / 2));
    }
}
.pp-c{
    text-align: center;
}
.pp-l{
    text-align: left;
}
@media (min-width: 750px) {
    .text-n11{
        font-size: 19px !important;
    }
}
@media (min-width: 1460px) {
    .company-desc h3{
        font-size: 18px !important;
    }

    .company-desc p{
        font-size: 16px !important;
    }
    .text-n{
        font-size: 50px !important;
    }
    .text-n1{
        font-size: 35px !important;
    }
    .text-n11{
        font-size: 26px !important;
    }

}
.text-nb{
    font-size: 19px !important;
}
@media (min-width: 768px) {
    .text-w p{
        width: 100%;
        text-align: center;
    }
    .text-w-l p{
        text-align: right;
    }
    .icon-mode-1{
        display: block;
    }
    .icon-mode-2{
        display: none;
    }
}
@media (max-width: 768px) {
    .text-n1{
        text-align: left;
    }
    .school-area{
        background: #eaeffd !important;
    }


    .school-area .icon{
        aspect-ratio: 1/1.4;
        width: calc(20% - 2rem);
    }
    .pp-c{
        text-align: left !important;
    }
    .icon-mode-2{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 30px;
        padding: 0 10px;
        place-items: center center;
    }
    .icon-mode-1{
        display: none;
    }




}
@media (min-width: 568px) and (max-width: 768px){
    .company-desc {
        margin-left: 8% !important;
        background-color: #eaeffd;
        padding: 30px 15px;
        font-size: 14px;
    }
    .company-desc h3{
        font-size: 18px;
    }

    .company-desc p {
        line-height: 1.8;
        letter-spacing: 0px;
        font-size: 16px;

    }
}

@media (min-width: 768px) and (max-width: 968px){
    .company-desc {
        margin-left: 40% !important;
        background-color: #eaeffd;
        padding: 30px 15px;
        font-size: 14px;
    }
}

@media (min-width: 350px) and (max-width: 668px){
    .company-desc {
        margin-left: 8% !important;
        background-color: #eaeffd;
        padding: 15px 10px;
        font-size: 14px;
    }
    .company-desc h3{
        font-size: 16px;
    }

    .company-desc p {
        line-height: 1.6;
        letter-spacing: 0px;
        font-size: 14px;

    }
}
/**{*/
/*    transition: all 300ms;*/
/*}*/





.school-area{
    background: url("../images/school-bg.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}



.company-info-item {
    background-color: white;
    border-radius: 10px;
    padding: 0.5rem 15px;

}

.company-info-item div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-info-item img {
    width: 30px;
    height: 30px;
}

.company-info-item div:first-child {
    border-bottom: 1px #d0d0d0 dashed;
    padding-bottom: 8px;
}

.company-info-item div:last-child {
    font-weight: bold;
    padding-top: 8px;

}

.map-wrap {
    background-color: #999999;
    margin-top: 40px;
    height: 500px;
}

.contact-us-wrap {
    color: white;
    background-color: #eaa13a;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
}

.contact-us-wrap p {
    line-height: 1.8;
}



.tab-wrap{
    margin-bottom: 30px;
}

.text-t{
    font-size: 18px
}
.text-n{
    font-size: 2.5rem;
}
.icon-row{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 30px;
    place-items: center center;
    padding: 30px 10px;
}

.icon-row:nth-of-type(2n){
    grid-template-columns: repeat(6,1fr);
    gap: 0;
    padding: 0 70px;

}
.icon-wrap{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 30px;
    padding: 50px;
    place-items: center center;

}


.bg-white img{
 width: 80%;
}
.bg-white{
    padding: 30px 0;
}

.bg-shadow{
    box-shadow: 0 2px 5px #e0e0e0;
}

.j-card-title{
    color: #444444;
    font-size: 1.6rem;
}

.j-card-desc{
    color: #333333;
    font-size: 1.3rem;
}
@media (max-width: 1200px) {
    .dc-en{
        font-size: 1.4rem !important;
    }
}

@media (max-width: 1060px) {
    .dc-en{
        font-size: 1.2rem !important;
    }
}
@media (max-width: 920px) {
    .dc-en{
        font-size: 1rem !important;
    }
}
@media (max-width: 780px) {
    .dc-en{
        font-size: 1rem !important;
    }
}
@media (min-width: 1280px) {
    .j-card-title{
          font-size: 22px !important;
      }
    .j-card-desc{
        font-size: 20px  !important;
    }
    .content-area{
        padding: 0 0 !important;
    }
}
@media (max-width: 768px) {
    .content-area{
        padding: 0 15px !important;
    }
    .j-card-title{
        font-size: 18px !important;
    }
    .j-card-desc{
        font-size: 16px  !important;
    }
    .dc-en{
        font-size: 1.4rem !important;
    }
}
@media (max-width: 620px) {
    .dc-en{
        font-size: 1.14rem !important;
    }
}

@media (max-width: 600px) {
    .dc-en{
        font-size: 1.1rem !important;
    }
}

@media (max-width: 500px) {
    .dc-en{
        font-size: .9rem !important;
    }
}

@media (max-width: 412px) {
    .dc-en{
        font-size: .75rem !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px){
    .company-info-item-en{
    }
    .company-info-item-en .j-card-title{
        font-size: 1.4rem !important;
    }
    .company-info-item-en .j-card-desc{
        font-size: 1rem !important;
    }
    .company-info-item-en div:first-child{
        padding-bottom: 2px !important;
    }

    .company-info-item-en div:last-child{
        padding-top: 4px !important;
    }
}
.content-area{
    padding: 0 1.5rem;
}


@media (min-width: 1300px) {
    .company-desc{
        margin-top: -15% !important;
        padding: 30px 20px;
    }
}
