
.aboutpage{
    margin-top: 32px;
    padding-bottom: 60px;
    height: auto;
    overflow: hidden;
}
.aboutpage .aboutl{
    padding-top: 30px;
}
.aboutpage .aboutr .map{
    width: 600px;
    height: 360px;
}
.aboutpage .aboutr .map .maplogo{
    margin-top: -10px;
    width: 320px;
}
.aboutpage .aboutr .map .maplogo p{
    white-space: normal!important;
    text-align: left;
}
.aboutpage .aboutr .map .maplogo img{
    height: 24px;
}
.aboutpage .cname h3 span{
    position: relative;
    font-size: 40px;
    color: #12366B;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
}

.aboutpage .cname h3 span::after{
    position: absolute;
    content: "//";
    color: #12366B;
    right: -30px;
    bottom: 6px;
    font-size: 24px;
}
.aboutpage .cname h2{
    font-size: 40px;
    font-weight: bold;
}

.aboutpage .pp{
    margin-top: 40px;
    line-height: 30px;
    color: #606266;
}
.aboutpage .pp img{
    margin: 20px 0;
}

.aboutpage .ppi p{
    text-indent: 0em;
}
.aboutpage .aboutpic img{
    width: 100%;
    display: block;
}


.aboutpage .aboutdatas{
    margin-bottom: 57px;
    margin-top: 40px;

}
.aboutpage .aboutdatas .items p{
    color: #606266;
    font-size: 14px;
    margin-top: 2px;
}
.aboutpage .aboutdatas .items .h2 span{
    position: relative;
    color: #12366B;
    font-size: 36px;
    font-family: microsoft yahei;
    font-weight: bold;
}
.aboutpage .aboutdatas .items .h2 span::after{
    bottom: 5px;
    color: #12366B;
    font-size: 14px;
    position: absolute;
    font-family: AlibabaPuHuiTi-2-45-Light;
}
.aboutpage .aboutdatas .item1 .h2 span::after{
    content: "m²";
}

.aboutpage .aboutdatas .item2 .h2 span::after{
    content: "省";
    width: 32px;
}
.aboutpage .aboutdatas .item3 .h2 span::after{
    content: "余条";
    width: 32px;
}

.newscat{
    margin-top: 30px;
    margin-bottom: 30px;
}
.newscat a{
    display: block;
    width: 198px;
    margin: 0 10px;
    height: 52px;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    color: #606266;
    text-align: center;
    line-height: 52px;
    transition: all ease-in-out .2s;
}
.newscat a:hover,.newscat a.active{
    color: #fff;
    background: #005BAC;
    border: 1px solid #005BAC;
}

@media (max-width:769px) {
    .aboutpage .cname h2{
        font-size: 20px;
    }
    .aboutpage .cname h3 span{
        font-size: 22px;
    }
    .aboutpage .cname h3 span::after{
        font-size: 12px;
        right: -14px;
        bottom: 4px;
    }

    .aboutpage .pp{
        margin-top: 24px;
    }
    .aboutpage .pp,
    .aboutpage .pp p{
        color: #606266;
        line-height: 1.6em;
        font-size: 15px;
    }
    .aboutpage .pp img{
        width: 100%;
        display: block;
        margin: 20px 0;
    }
    .aboutpage .aboutdatas .items .h2 span{
        font-size: 24px;
    }
    .aboutpage .aboutdatas .items .h2 span::after{
        font-size: 12px;
    }
    .aboutpage .aboutdatas .items p{
        font-size: 10px;
    }


    .aboutpage .aboutdatas{
        margin: 30px 0;
    }
    .aboutpage .aboutr{
        width: 100%;
    }
    .aboutpage .aboutl{
        width: 100%;
        padding-top: 0;
    }
    .aboutpage .aboutr .map{
        width: 100%;
        height: 300px;
    }
    .newscat{
        display: flex;
        justify-content: space-between;
    }
    .newscat a{
        width: auto;
        padding: 0 7px;
        height: 40px;
        margin: 0;
        font-size: 13px;
        line-height: 40px;
        background-color: #fff;
    }
}


































