.container-main {
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    background: #f6f6f8;
    font-family: 苹方-简;
}
.mt20{
    margin-top: 20px;
}
.pl45{
    padding-left: 45px;
}
.eduImg{
    text-align: center;
}
.eduImg img{
    max-width: 100%;
}
.head{
    background: #ffffff;
    margin-bottom: 56px;
    padding: 150px 0 100px 0;
}
.head .imgbox{
    padding: 0 10% 75px 10%;
}
.head p{
    font-size: 42px;
    color: #000000;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -2px;
}
.con{
    margin: 55px 45px 0 45px;
    background: #ffffff;
    border-radius: 50px;
}
.con .xglc{
    text-align: center;
    padding: 110px 0;
}
.flex{
    display: flex;
    flex-direction: row;
    padding: 0 45px 90px 45px;
    align-items: center;
    justify-content: center;
}
.flextop{
    align-items:flex-start;
    justify-content: top;
}
.flex-l{
    width: 30%;
    padding-right: 45px;
}
.flex-l img{
    max-width: 100%;
}
.flex-r{
    width: 70%;
}
.flex-r .tit{
    color: #000000;
    font-size: 46px;
    line-height: 70px;
}
.flex-r .tit-1{
    letter-spacing: -2px;
}
.flex-r .descp{
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 55px;
    color: rgba(0,0,0,0.8);
    text-align: justify;
    word-break:break-word;
}
.flex-r .descp1{
    font-size: 36px;
    font-weight: 500;
}
.flex-r  .iconjt{
    background: url(../imgs/eduImg/icon-jt.jpg) no-repeat 0 center;
    padding-left: 45px;
}
  

.flex-r .ls01{
    letter-spacing: -4px;
}
.flex-r .color-blue,
.flex-r .color-blue a{
    color: #006fb9;
}
.flex-r .textdline{
    text-decoration: underline;
}

.contact{
    padding: 55px 45px 0 45px;
}
.contact p{
    color: #252525;
    font-size: 32px;
    font-weight: 400;
    text-align: justify;
    word-break:break-word;
    letter-spacing: -2px;
    line-height: 55px;
}

.foot{
    padding: 55px 45px 0 45px;
    text-align: center;
    padding-bottom: 100px;
}
.foot p{
    color: #252525;
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    word-break:break-word;
}


@media  screen and (max-device-width: 750px) {
    .head p{
        font-size: 14px;
    }
    .contact p{
        font-size: 12px;
    }

    .foot p{
        font-size: 12px;
    }
}