.address {
    width: 100%;
    height: 7.6rem;
    /*background-image: url(../images/about/about-back.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.map{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: pink;*/
    left: 0;
    top: 0;
}

.map::after{
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #FFFFFF, rgba(255,255,255, .1));
    box-shadow: 0 .01rem .1rem 0 rgba(255,255,255, .3);
    position: absolute;
    left: 0;
    top: 0;
}


.address_text {
    position: absolute;
    left: 3.6rem;
    top: 2.09rem;
    z-index: 100;
}

.address_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #034187;
    margin-bottom: .8rem;
}

.address_text div {
    display: flex;
    margin-bottom: .15rem;
}

.address_text div img {
    width: .24rem;
    height: .24rem;
    margin-right: .12rem;
}

.address_text div p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}

.code_box {
    width: 1.52rem;
    flex-direction: column;
    align-items: center;
    margin-top: .7rem;
    margin-bottom: 0 !important;
}

.code_box img {
    width: 1.52rem !important;
    height: 1.52rem !important;
    margin-bottom: .08rem !important;
    margin-right: 0 !important;
}

.map_box {
    width: 12rem;
    margin: .89rem auto 0;
}

.map_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 1.15rem;
}

.map_item {
    width: 1.98rem;
    height: 0.63rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 74, 155, 0.15);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .4rem;
    cursor: pointer;
}

.map_item_img {
    width: .3rem;
    display: flex;
    margin-right: .2rem;
}

.map_item_img img:last-child {
    display: none;
}

.map_item p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #034187;
}

.map_item_active {
    background: #034187;
}

.map_item_active .map_item_img img:last-child {
    display: block;
}

.map_item_active .map_item_img img:first-child {
    display: none;
}

.map_item_active p {
    color: #FFFFFF;
}

.map_content {
    width: 100%;
    height: 9.09rem;
    position: relative;
}

.map_content_item {
    width: 2.62rem;
    height: 2.51rem;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    position: absolute;
}

.map_content_img {
    width: 100%;
    height: 1.78rem;
}

.map_content_text {
    width: 100%;
    height: .73rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 .11rem;
    box-sizing: border-box;
}

.map_content_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
}

.map_content_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.1rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}

.map_content_item:nth-child(1) {
    left: 1.28rem;
    top: .65rem;
}

.map_content_item:nth-child(2) {
    left: 5.01rem;
    top: .17rem;
}

.map_content_item:nth-child(3) {
    left: 8.56rem;
    top: 1.32rem;
}

.map_content_item:nth-child(4) {
    left: 2.61rem;
    top: 3.7rem;
}

.map_content_item:nth-child(5) {
    left: 6.14rem;
    top: 4.96rem;
}

.map_content>img:last-child {
    width: .3rem;
    position: absolute;
    left: 7.83rem;
    top: 3.94rem;
}

.contact_box {
    width: 12rem;
    margin: .82rem auto .47rem;
}

.contact_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contact_item {
    width: 5.9rem;
    border-radius: .1rem;
    box-shadow: 0 .01rem 0.3rem .03rem #f0f0f0;
    display: flex;
    align-items: center;
    padding: .49rem .6rem;
    box-sizing: border-box;
    margin-right: .2rem;
    margin-bottom: .43rem;
}

.contact_item:nth-child(2n) {
    margin-right: 0;
}

.contact_text {
    width: 3.5rem;
}

.contact_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #124C8E;
    margin-bottom: .2rem;
}

.contact_txt {
    width: 2.33rem;
    display: flex;
    flex-direction: column;
}

.contact_txt p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.3rem;
}

.contact_more {
    width: 1.16rem;
    height: 0.41rem;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    border: 0.01rem solid #034187;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #034187;
}

.contact_more:hover {
    background: #034187;
    color: #FFFFFF;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    width: .41rem !important;
    height: .41rem !important;
    border-radius: 50%;
    border: .01rem solid #ffffff;
    box-sizing: border-box;
    top: auto !important;
    bottom: .95rem !important;
    left: 50% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: .12rem !important;
    color: #ffffff;
}

.swiper-button-prev {
    /* left: 9.1rem !important; */
    transform: translateX(-.3rem);
}

.swiper-button-next {
    /* right: 9.1rem !important; */
    transform: translateX(.3rem);
}

.swiper_text {
    width: 12rem;
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
}

.swiper_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.2rem;
}

.swiper_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
}

.section {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section1_box {
    width: 12rem;
    margin: 1.03rem auto 1.31rem;
}

.section1_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    margin-bottom: .72rem;
    text-align: center;
}

.section1_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1_text_l {
    width: 4.98rem;
}

.section1_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.34rem;
    color: #333333;
    margin-bottom: .3rem;
    display: flex;
    align-items: center;
}

.section1_tit::before {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    background: #333333;
    border-radius: 50%;
    margin-right: .14rem;
}

.section1_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #898989;
    line-height: 0.32rem;
}

.section1_text_r {
    width: 4.37rem;
    height: 3.38rem;
}

.section2 {
    width: 100%;
    height: 7.6rem;
    background-image: url(../images/about/section2-back.png);
}

.section2_text {
    width: 5.71rem;
    position: absolute;
    top: 4.52rem;
    left: 9.89rem;
}

.section2_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-bottom: .24rem;
    display: flex;
    align-items: center;
}

.section2_tit::before {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: .14rem;
}

.section2_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.32rem;
}

.section3_box {
    width: 12rem;
    margin: 1.73rem auto 1.17rem;
}

.section3_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.48rem;
}

.section3_item:last-child {
    margin-bottom: 0;
}

.section3_text {
    width: 6.02rem;
}

.section3_img {
    width: 5.01rem;
}

.section3_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.section3_item:nth-child(2n) .section3_img {
    width: 4.37rem;
}

.section4 {
    width: 100%;
    height: 7.6rem;
    background-image: url(../images/about/section4-back.png);
}

.section4_box {
    width: 12rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section4_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-bottom: .34rem;
    text-align: center;
}

.section4_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
}

.section5_box{
    width: 12rem;
    margin: 1.1rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section5_text{
    width: 4.98rem;
}

.section5_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #333333;
    margin-bottom: .3rem;
}

.section5_txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #898989;
    line-height: .32rem;
}

.section5_img{
    width: 4.37rem;
}

.appContent{
    display: none;
}

@media only screen and (max-width:1024px){
    .banner{
        height: 7rem!important;
    }
    .swiper{
        height: 7rem!important;
    }
    .swiper_text{
        width: 90%;
        bottom: 2rem;
    }
    .swiper_txt{
        font-size: 12px;
    }
    .swiper-button-prev, .swiper-button-next{
        left: 48%!important;
    }
    .section1_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .section1_text{
        flex-direction: column;
    }
    .section1_text_l{
        width: 100%;
    }
    .section2{
        height: 5rem;
        background-position: -120px 0px;
        background-size: auto 100%;
    }
    .section2_text{
        top: 50%;
        left: 50%;
        transform: translate(0,0);
        position: static;
        width: 100%;
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .section3_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .section3_item{
        flex-direction: column!important;
    }
    .section3_text{
        width: 100%;
    }
    .section1_txt,
    .section2_txt,
    .section4_txt{
        font-size: 12px;
    }
    .section4{
        height: 4rem;
    }
    .section4_box{
        width: 90%;
    }
    .section5_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .section5_text{
        width: 100%;
    }
    .section5_txt{
        font-size: 12px;
    }
    .address {
        height: 5.5rem;
        background-size: cover;
    }
    .address_text{
        top: 0;
        left: 0;
        width: 75%;
        padding: 15px;
        box-sizing: border-box;
    }
    .address_tit{
        margin-bottom: 15px;
    }
    .address_text div p{
        font-size: 12px;
    }
    .address_text div{
        margin-top: 15px;
    }
    .map_box{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .map_tab{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .map_item{
        margin: 10px .4rem;
    }
    .map_item p{
        font-size: 14px;
    }
    .map_content{
        height: auto;
    }
    .contact_box{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .contact_item{
        width: 100%;
        margin-right: 0;
        padding: 15px;
    }
    .contact_text{
        width: 70%;
    }
    .contact_more{
        width: 30%;
        font-size: 12px;
    }
    .contact_tit{
        font-size: 14px;
    }
    .contact_txt{
        width: 100%;
    }
    .contact_txt p{
        font-size: 12px;
    }
    
    /*小程序*/
    .banner{
        margin-top: 0;
    }
    .address{
        display: none;
    }
    .about{
        display: none;
    }
    .contact_box{
        display: none;
    }
    
    .appContent{
        display: block;
    }
    
    .appContentTab{
        width: 100%;
        height: 2.6rem;
        background: #044187;
        overflow: hidden;
        padding: 0 .32rem;
        box-sizing: border-box;
    }
    .appLogo{
        width: 1.7rem;
        height: .58rem;
        display: flex;
        margin-top: 1.04rem;
        /*margin-left: .32rem;*/
        margin-bottom: .34rem;
    }
    .appLogo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .tabBox{
        width: 100%;
        display: flex;
    }
    
    .tabItem{
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #FFFFFF;
        margin-right: .46rem;
        position: relative;
    }
    .tabItem.active::after{
        content: '';
        width: 80%;
        height: .02rem;
        background: #FFFFFF;
        position: absolute;
        bottom: -.1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .appContentBox{
        padding: .2rem .32rem 1.06rem;
    }
    
    .appProTit{
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        font-size: 0.28rem;
        color: #044187;
        margin-bottom: .2rem;
    }
    
    .appProTit:first-child{
        padding-top: .6rem;
    }
    .telAndMail{
        background: #FFFFFF;
        padding: .24rem;
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
        margin-bottom: .44rem;
    }
    
    .tel{
        display: flex;
        padding-bottom: .22rem;
        border-bottom: 0.02rem solid #F3F4F8;
    }
    
    .mail{
        display: flex;
        padding-top: .22rem;
    }
    
    .tel p,
    .mail p{
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #000000;
    }
    
    .appContentImg{
        width: .46rem;
        height: .46rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #034187;
        box-shadow: 0rem 0rem 0.08rem 0.02rem rgba(0,0,0,0.1);
        border-radius: 50%;
        margin-right: .22rem;
    }
    
    .appContentImg img{
        width: 60%;
    }
    
    .appConsult{
        padding: 0 .24rem;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    }
    
    .appConsultItem{
        min-height: 1.1rem;
        padding: .35rem 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.02rem solid #F3F4F8;
    }
    
    .appConsultItem:last-child{
        border: 0;
    }
    
    .appConsultItem p{
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #000000;
        width: 1.4rem;
        flex-shrink: 0;
    }
    
    .appConsultItem input,
    .appConsultItem textarea{
        width: 100%;
        padding: 0 .15rem;
        box-sizing: border-box;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #000000;
    }
    
    .appConsultItem textarea{
        height: 1.45rem;
    }
    
    .getAddress{
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .getAddress img{
        width: .44rem;
        margin-right: .08rem;
    }
    
    .getAddress p{
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.32rem;
        color: #333333;
    }
    
    .appContentItem button{
        width: 100%;
        height: .8rem;
        background: #034187;
        border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 0.28rem;
        color: #FFFFFF;
        margin-top: .6rem;
    }
    
    /*小程序*/
    .swiper_text{
        bottom: auto;
        top: .5rem;
    }
    .section3_item{
        margin-bottom: 0;
    }
    .banner,
    .swiper{
        height: 7.5rem!important;
    }
    .swiper_txt,
    .section4_txt{
        text-align: left;
    }
}