.abox1Bg{
    padding-bottom: .6rem;
}
.abox2Bg{
    min-height: 810px;
    background: url(/static/home/images/about/abox2Bg.png) center center no-repeat;
    background-size: cover;
}
.abox2Play{
    display: block;
    width: 80px;
    height: 80px;
    max-width: 1rem;
    max-height: 1rem;
    background: url(/static/home/images/icon_play.png) center center no-repeat;
    background-size: contain;
    margin: .3rem auto;
    cursor: pointer;
    animation: pulse 2s linear infinite;
}

.abox3Bg{
    padding: .6rem 0;
    background: url(/static/home/images/about/abox3Bg.png) center center no-repeat;
    background-size: cover;
}
.abox3Text{
    margin: .6rem 0;
}
.abox3Text h3{
    font-size: 24px;
    color: #4BC700;
    line-height: 1.6;
}
.abox4Bg{
    padding: .6rem 0;
}
.abox4List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -39px;
}
.abox4List li{
    width: 20%;
    padding: 0 39px;
    margin-top: 50px;
}
.abox4List li a{
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 37.45%;
    overflow: hidden;
}
.abox4List li a span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abox4List li a span img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* 荣誉资质 */
.honList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    text-align: center;
    margin-top: -60px;
}
.honList li{
    width: 33.33%;
    padding: 0 50px;
    margin-top: 60px;
}
.honItem{
    padding: .2rem;
    background-color: #F8F8F8;
}
.honImg{
    position: relative;
    padding-bottom: 74.55%;
}
.honImg img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honLine{
    display: block;
    width: 100%;
    border-top: 1px dashed #9C9C9C;
    margin: .2rem 0;
}
.honTit{
    color: #333333;
}

/* 联系我们 */
.conTop{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem .3rem;
}
.conTop li{
    width: 50%;
    padding: 0 .1rem;
    margin-bottom: .3rem;
}
.conItem{
    height: 100%;
    padding: .2rem;
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: all .3s;
}
.conItem:hover{
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}
.conImg{
    float: right;
    width: 39.73%;
    border-radius: 8px;
    overflow: hidden;
}
.conImg img{
    width: 100%;
}
.conText{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    overflow: hidden;
    padding: .1rem;
    padding-right: 5%;
}
.conText p{
    margin: 5px 0;
}
.conText p span{
    float: left
}
.conText p i{
    display: block;
    font-style: normal;
    overflow: hidden;
}
.conTit{
    font-size: 30px;
    color: #333333;
    line-height: 1.1;
    padding-left: .1rem;
    border-left: .1rem solid #00307C;
    font-weight: bold;
    margin: .1rem 0 .2rem;
}
.conLine{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin: .3rem 0;
}
.conBot{
    margin: .6rem 0 .8rem;
}
.conMap{
    float: left;
    width: 52.42%;
    height: 588px;
}
.conRig{
    float: right;
    width: 40%;
    max-width: 518px;
}
.conName{
    font-size: 36px;
    color: #000000;
    line-height: 1.6;
    margin: .2rem 0;
}
.conRig .conText{
    font-size: 16px;
    padding: 0 !important;
    margin: .3rem 0;
}
.conRig .conText p{
    margin: .15rem 0;
}
.conRig .conText p strong{
    font-size: 18px;
}
.conWx{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999999;
    margin: .3rem -.2rem;
    text-align: center;
}
.conWx li{
    width: 50%;
    max-width: 170px;
    padding: 0 .2rem;
}
.conWx li img{
    max-width: 100%;
    height: auto;
}
.infoBox{
    filter: drop-shadow(0 .04rem .1rem rgba(0,0,0,0.2));
}
.infoBox::after{
    display: block;
    content: "";
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 100%;
}
.infoBox > img{
    display: none;
}
.mapText h2{
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    margin: 5px 0 10px;
}
.mapCon p{
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    background-position: left 6px;
    background-repeat: no-repeat;
}
.mapCon p.address{
    background-image: url(/static/home/images/about/conIco1.png);
}
.mapCon p.tel{
    background-image: url(/static/home/images/about/conIco2.png);
}
.mapCon p.website{
    background-image: url(/static/home/images/about/conIco3.png);
}

@media (max-width:1600px) {
    .abox2Bg{
        min-height: 42vw;
    }
    .abox3Text h3{
        font-size: 20px;
    }
    .abox4List{
        margin: 0 -.15rem;
    }
    .abox4List li{
        padding: 0 .15rem;
        margin-top: .3rem;
    }
    .honList{
        margin: 0 -.15rem;
        margin-top: -.3rem;
    }
    .honList li{
        padding: 0 .15rem;
        margin-top: .3rem;
    }
    .honLine{
        margin: .15rem 0;
    }

    .conTit{
        font-size: 1.56vw;
    }
    .conText{
        font-size: 16px;
    }
    .conName{
        font-size: 1.875vw;
    }
    .conRig .conText{
        font-size: 14px;
    }
    .conRig .conText p strong{
        font-size: 16px;
    }
    .conMap{
        height: 500px;
    }

}
@media (max-width:1400px) {
    .abox2Play{
        width: 60px;
        height: 60px;
    }
    .honTit{
        font-size: 18px;
    }
    .conTop li{
        margin-bottom: .2rem;
    }

}
@media (max-width:1200px) {
    .abox4List li{
        width: 25%;
    }
    .honTit{
        font-size: 16px;
    }
    .conTop li{
        width: 100%;
    }
    .conImg{
        max-width: 2rem;
    }
    .conTit{
        font-size: 18px;
    }
    .conName{
        font-size: 18px;
    }

}
@media (max-width:991px) {
    .honList{
        margin: 0 -.1rem;
        margin-top: -.2rem;
    }
    .honList li{
        padding: 0 .1rem;
        margin-top: .2rem;
    }
    .conMap{
        float: none;
        width: 100%;
        height: 400px;
        max-height: 8rem;
    }
    .conRig{
        float: none;
        width: 100%;
    }

}
@media (max-width:767px) {
    .abox4List li{
        width: 33.33%;
    }
    .honList li{
        width: 50%;
    }

}
@media (max-width:640px) {
    .abox3Text h3{
        font-size: 16px;
    }
    .conText{
        font-size: 14px;
    }
}
@media (max-width:460px) {
    .abox4List li{
        width: 50%;
    }
    .honTit{
        font-size: 14px;
    }
    .conImg{
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .conTit{
        margin: .2rem 0;
    }
    .mapText h2{
        font-size: 15px;
    }
}