/**************公用***************/
.section-title{
    font-size: 48px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
}
/************banner************/
.section-banner .img-box img{
    width: 100%;
}
/************公共栏目************/
.section-nav-box ul{

    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
    display: flex;
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 120px;
}
.section-nav-box ul li{
    text-align: center;
    width: 33.33%;
    line-height: 55px;
}

.section-nav-box ul li a{
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
}
.section-nav-box ul li.active a{
    background: #2a7de1;
    color: #ffffff;
}
.section-nav-box ul li:hover a{
    background: #2a7de1;
    color: #ffffff;
}
.section-contact-box{
    padding-bottom: 160px;
}
.section-contact-box .contact-main-box{
    display: flex;
    justify-content: space-between;
}
.section-contact-box .contact-main-box .contact-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1
}
.section-contact-box .contact-main-box .contact-left .contact-title{
    font-size: 48px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #000000;
}
.section-contact-box .contact-main-box .contact-left .contact-box{
    display: flex;
    flex-wrap: wrap;
}
.section-contact-box .contact-main-box .contact-left .contact-box li{
    width: 50%;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #808080;
    line-height: 36px;
}
.section-contact-box .contact-main-box .contact-left .contact-box li img{
    margin-right: 10px;
}
.section-contact-box .contact-main-box .contact-right{
    display: flex;
}
.section-contact-box .qr_code_weixi01{
    width: 140px;
    margin-right: 70px;
}
.section-contact-box .qr_code_weixi01 img{
    width: 100%;
}
.section-contact-box .qr_code_weixi02{
    width: 140px;
}
.section-contact-box .qr_code_weixi02 img{
    width: 100%;
}
.section-contact-box .qr_title{
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 25px;
}
.section-contact-box .qr_desc{
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #808080;
    line-height: 25px;
}
.tabs-title>li.active>a, .tabs-title>li.active>a:focus, .tabs-title>li.active>a:hover{
    background: unset;
    color: #2A7DE1;
    border-bottom: 2px solid #2a7de1;
    border-radius: 0;
}
.address-tabs .tabs-title{
    background: unset;
    border-bottom: 2px solid #f0f0f0;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: unset;
    color: #2A7DE1;
}
.address-tabs .tab-content{
    border-top: unset;
}
.tabs-title>li>a{
    padding: 15px;
}
.section-contact-box .address-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-contact-box .address-content ul li{
    width: 41%;
    line-height: 40px;
    border-bottom: 2px #949494 dashed;
    padding-bottom: 30px;
}
.section-contact-box .address-content ul li .title-box{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    padding-top: 30px;
}
.section-contact-box .address-content ul li .address-info{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #808080;
    line-height: 20px;
}
.section-contact-box .address-content ul li .address-site{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #949494;
    display: flex;
    justify-content: space-between;
}
.section-contact-box .address-content ul li .address-site img{
    margin-right: 5px;
}
.address_img {
    margin: 36px 0;
    width: 100%;
    height: 400px
}

