.common_banner .other span{
    font-size: 46px;
}

.section{
    overflow: hidden;
    width: 100%;
}
.section .wrap{
    width: 1420px;
    margin: 68px auto 90px;
}
.section .wrap .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #313131;
    display: block;
    margin: 0 0 46px 0;
    text-align: center;
}
.section .wrap .content{
    display: flex;
    height: 560px;
}
.section .wrap .content .images,.section .wrap .content .map{
    width: 50%;
    height: 100%;
}
.section .wrap .content .map #container{
    width: 100%;
    height: 100%;
}
.BMapLabel{
    border: none!important;
    background-color: transparent !important;
}
.BMapLabel .color{
    width: 425px;
    padding: 29px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
}
.BMapLabel .color:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 55px solid transparent;
    border-top: 40px solid #fff;
}
.BMapLabel .color > span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #004BAA;
    display: block;
    margin: 0 0 18px 0;
}
.BMapLabel .color > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.BMapLabel .color .phone{
    margin: 26px 0 0 0;
    display: flex;
}

.BMapLabel .color .phone .iconfont{
    color: rgba(0, 75, 170, 1);
    font-size: 20px;
    margin: 5px 13px 0 0;
}
.BMapLabel .color .phone div p{
    font-size: 16px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}
.BMapLabel svg{
    margin: 11px 0 0 162px;
    width: 35px;
    display: block;
}
.BMapLabel svg path{
    fill: rgba(0, 75, 170, 1);
}

.section .wrap .matter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section .wrap .matter .item{
    margin: 39px 35px 0 0;
    width: 450px;
    /*height: 320px;*/
     height: auto;
    background: #F5F5F5;
    padding: 40px 49px 20px 49px;
}
.section .wrap .matter .item:nth-child(3n){
    margin: 39px 0 0 0;
}
.section .wrap .matter .item span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 24px 0;
}
.section .wrap .matter .item p,.section .wrap .matter .item p a{
    font-size: 16px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
}
.section .wrap .matter .item p a{
    pointer-events: none;
}
.section .wrap .matter .item > div{
    display: flex;
}
@media screen and (max-width: 1600px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .matter .item {
        width: 32%;
        margin: 39px 1.5% 0 0;

    }
    .section .wrap .title {
        font-size: 32px;
    }
    .section .wrap .matter .item span{
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px) {
    .section .wrap .matter .item {
        padding: 30px 20px;
    }
    .section .wrap .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 1300px) {
    .section .wrap .matter .item p,.section .wrap .matter .item p a {
        font-size: 14px;
    }
    .section .wrap .matter .item span {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .section .wrap .matter .item p a{
        pointer-events: auto;
    }
    .section .wrap .matter .item {
        width: 48%;
    }
    .section .wrap .matter {
        justify-content: space-between;
    }
}
@media screen and (max-width: 700px) {
    .section .wrap .matter .item {
        width: 100%;
    }
    .section .wrap .content .images, .section .wrap .content .map {
        width: 100%;
        height: 50%;
    }
    .section .wrap .content {
        flex-direction: column;
    }
    .section .wrap .content .images img{
        width: 100%;
        height: 100%;
    }
    .BMapLabel {
        width: 300px;
        transform: translate(15%,10%);
    }
    .BMapLabel .color {
        width: 300px;
        padding: 29px 20px;
    }
    .BMapLabel .color > span {
        font-size: 14px;
    }
    .BMapLabel .color > p {
        font-size: 12px;
        white-space: pre-wrap;
    }
    .BMapLabel .color .phone div p .BMapLabel .color .phone div a {
        font-size: 14px;
    }
    .section .wrap {
        margin: 30px auto 30px;
    }
    .section .wrap .content{
        height: 700px;
    }
}

