@media screen and (min-width: 1025px) {
    .page-title {
        display: none;
    }
    .about-container{
        max-width: 1200px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
    }
    .about-container-left{
        width: 217px;
        text-align: center;
        border: 1px solid #E7E7E7;
        border-radius: 4px;
    }
    .about-container-left-top{
        padding-top: 36px;
        padding-bottom: 26px;
        border-bottom: 1px dashed #666666;
        display: flex;
        flex-direction: column;
        margin-bottom: 45px;
    }
    .about-container-left-top p{
        font-size: 20px;
        color: #333333;
        margin-bottom: 12px;
    }
    .about-container-left-top span{
        font-size: 12px;
        color: #666666;
        letter-spacing: 5px;
    }
    .about-container .about-container-left li{
        font-size: 20px;
        color: #333333;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .about-container-right{
        width: 953px;
        border: 1px solid #E7E7E7;
        border-radius: 4px;
    }
    .about-container .about-content{
        padding: 40px 60px 60px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 30px;
    }
    .about-container .about-content img{
        /*width: 100%;*/
        /*height: 292px;*/
    }
    .about-container .about-content .about-content-h3{
        margin-top: 32px;
        font-size: 20px;
        color: #333333;
        position: relative;
    }
    .about-container .about-content .about-content-h3::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 46px;
        height: 5px;
        background: #5A75DD;
        border-radius: 10px;
    }
    .about-container .about-content .about-content-div{
        margin-top: 30px;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
    }
    .about-container .about-content .fgx-img{
        margin-top: 30px;
        width: 100%;
        height: 30px;
    }
    .about-content-js {
        margin-top: 30px;
        justify-content: center;
    }
    .about-content-js div {
        width: 182px;
        height: 178px;
        margin-right: 30px;
    }
    .about-content-js div:last-child {
        margin-right: 0;
    }
    .about .about-content .about-content-js div h3{
        font-size: 30px;
    }
    .about-content-js div p{
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .about-container{
        padding: 0.2rem 0.12rem 0.3rem;
    }
    .about-container-left-top{
        display: none;
    }
    .about-container ul {
        display: flex;
        overflow: auto;
        padding: 0 0.08rem 0.04rem;
        border-bottom: 1px solid #E8E8E8;
    }
    .about-container ul li{
        font-size: 0.16rem;
        color: #666666;
        white-space: nowrap;
        margin-right: 0.2rem;
        font-family: Noto Sans SC-Bold, Noto Sans SC;
    }
    .about-container .about-content{
        padding: 0.2rem 0.18rem;
        display: flex;
        flex-direction: column;
        font-size: 0.14rem;
        line-height: 0.25rem;
    }

    .about-container .about-content .about-content-h3{
        margin-top: 0.2rem;
        font-size: 14px;
        font-weight: 400;
        position: relative;
    }
    .about-container .about-content .about-content-h3::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.1rem;
        width: 0.33rem;
        height: 3px;
        background: #5A75DD;
        border-radius: 4px;
    }
    .about-container .about-content .about-content-div{
        margin-top: 0.2rem;
        font-size: 0.12rem;
        color: #666666;
        line-height: 0.16rem;
    }
    .about-container .about-content .fgx-img{
        margin-top: 0.3rem;
        width: 100%;
        height: 0.13rem;
    }
    .about-content-js {
        margin-top: 0.3rem;
        justify-content: space-around;
    }
    .about-content-js div {
        width: 0.9rem;
        height: 0.88rem;
    }
    .about .about-content .about-content-js div h3{
        font-size: 0.16rem;
    }
    .about-content-js div p{
        margin-top: 0.02rem;
        font-size: 0.08rem;
    }
    .about-container ul .about-active::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -0.05rem;
        width: 0.22rem;
        height: 3px;
        background: #5A75DD;
        border-radius: 10px;
        transform: translateX(-0.11rem);
    }
}

.about-container ul .about-active{
    font-weight: bold;
    color: #5A75DD;
    position: relative;
}
.about-container ul li:last-child{
    margin-right: 0;
}
.about-container ul::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.about-content-js{
    display: flex;
    align-items: center;
}
.about-content-js div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about .about-content .about-content-js div h3{
    margin: 0;
    color: #0F9DE7;
}
.about-content-js div p{
    color: #333333;
}
.about-container .about-content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-content-js div:nth-child(1){
    background: url("../img/home/hzjg-bg.png"), no-repeat;
    background-size: cover;
}
.about-content-js div:nth-child(2){
    background: url("../img/home/zydyftd-bg.png"), no-repeat;
    background-size: cover;
}
.about-content-js div:nth-child(3){
    background: url("../img/home/gzlcp-bg.png"), no-repeat;
    background-size: cover;
}
#qywh{
    display: none;
}
#ryzz{
    display: none;
}
#zpxx{
    display: none;
}
#lxwm{
    display: none;
}