﻿.bannerContact {
    height: 440px;
    background: url(../../images/joinUs/contact/banner.png) no-repeat 100% 100%;
    position: relative;
}

    .bannerContact > div {
        position: absolute;
        color: #fff;
        top: 50%;
        transform: translate(0, -50%);
        left: 25%;
        text-align: center;
    }

    .bannerContact .topTitleContact {
        font-size: 36px;
    }

.bannerIconBox {
    border: 1px solid #fff;
    margin-right: 10px;
    font-size: 18px;
    padding: 2px 16px;
    display: flex;
    align-items: center;
}

.bannerTittle span {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 10px;
}

.topTitleContact span {
    margin-left: 30px;
}

.bannerTittle {
    display: flex;
    align-items: center;
}

.businessCenter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.principalPhone {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0037ac;
}

.principalArea {
    font-size: 16px;
    padding: 0px 30px;
    border: 1px solid #0037ac;
    width: 40%;
    margin: 0 auto;
    border-radius: 15px;
    color: #0037ac;
    margin-bottom: 10px;
    text-align: center;
}

.areaOn, .areaOn_yy, .areaOn_xm {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.phoneOn, .phoneOn_yy, .phoneOn_xm {
    color: #FFFFFF;
}

.principalBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.principalInfo, .principalInfo_yy, .principalInfo_xm {
    height: 400px;
    width: 23%;
    background-color: #f0f7ff;
    border-radius: 10px;
    padding: 60px 0;
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .principalInfo img {
        width: 100px;
    }

.onn, .onn_yy, .onn_xm {
    background-color: #0a27af;
    color: #FFFFFF;
}

.contactUs {
    position: relative;
    min-height: 800px;
    overflow: hidden;
}

.contactCenter {
    transform: translateY(-50px);
    margin: 0 auto;
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 1500px;
    overflow: hidden;
}

.contactHeader {
    margin-bottom: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .contactHeader .on {
        background-color: #002e93;
        color: #ffffff;
    }

.contactTab {
    height: 100px;
    text-align: center;
    width: 260px;
    font-size: 24px;
    line-height: 100px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    background-color: #ffffff;
}

    .contactTab:first-child {
        border-radius: 60px 0 0 60px;
    }

    .contactTab:last-child {
        border-radius: 0 60px 60px 0;
    }

.tab_box > div {
    display: none;
}

    .tab_box > div:first-child {
        display: block;
    }

.principal {
    width: 220px;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    margin: 30px auto 10px;
    text-align: center;
    height: 30px;
    font-size: 16px;
    color: #444444;
}

.map-contain {
    width: 94%;
    margin: 0 auto;
    display: flex;
}

.map_containLeft {
    width: 50%;
    height: 690px;
    background-color: #ffffff;
    float: left;
}

.lianxi {
    margin: 30px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.meiti {
    margin: 10px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.layui-col-xs7 {
    width: 100%;
    font-size: 18px;
    padding-left: 80px;
}

.footImg {
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #000;
}

    .footImg:last-child {
        margin-left: 30px;
    }

.contactFoot {
    font-size: 18px;
    margin-top: 20px;
    height: 100px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

    .contactFoot:hover {
        box-shadow: 2px 2px 10px #cfcbcb;
    }

.centerName {
    font-size: 18px;
    margin: 10px 0;
}

.principalPhone {
    font-size: 24px;
}

.areaContact {
    font-size: 18px;
}

.principalInfo_yy img, .principalInfo_xm img {
    width: 100px;
}

.partnerText {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.partnerLine {
    position: relative;
    margin-top: 14px;
    height: 1px;
    background-color: #b9b9b9;
}

    .partnerLine:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: #ef8300;
        bottom: -2px;
        left: calc(50% - 40px);
    }

.agentBox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
    width: 360px;
    height: 127px;
    border: 1px solid #bfbfbf;
    border-radius: 12px;
    margin: 14px 0;
}

.agentAdress {
    line-height: 37px;
    width: 158px;
    height: 37px;
    font-size: 16px;
    text-align: center;
    background: url(../../images/joinUs/contact/partnerAdressBox.png) 100% 100%;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
}

.agentPhone {
    color: #1e39b5;
    font-size: 20px;
    margin-left: 6px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .agentPhone span {
        margin-left: 6px;
    }

.agentName {
    font-size: 16px;
}

.agent_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agentChanged {
    color: #fff;
}

.agentBoxChanged {
    background: url(../../images/joinUs/contact/partnerChangedBox.png) 100% 100%;
}

.agentAddressChanged {
    background: #fff;
    color: #002d92;
}