@charset "utf-8";
body {
    background-color: #f5f5f5;
}

.nyheadtxt {
    padding: 100px 0 120px;
}

.nylxbox {
    display: flex; padding:3%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
}

.nylxbox_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

.nylxbox_item:last-child {
    border: 0;
}

.nylxbox_itemi i {
    font-size: 40px;
}

.nylxbox_itemw {
    font-size: 20px;
}

.nylxbox_itemdz {
    margin-top: 20px;
}

.nylxbox_itemas {
    font-family: 'ProximaNova-Bold';
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}

.nylxbox_itemaz {
    font-size: 16px;
    color: #777;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nylxbox_itemdz .nylxbox_itema:hover .nylxbox_itemaz {
    color: #106ecb;
}

.nylxbox_itemal {
    font-size: 16px;
    color: #106ecb;
}

.map_tab .set.actived .tab_tet {
    color: #fff;
}

.map_cont {
    padding-bottom: 0;
    box-shadow: none;
    background: transparent;
}

.map_cont .tab-box {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.map_cont .tab-box .map_tet {
    padding: 0 30px 40px;
    transition: all .4s;
    box-shadow: 0 0 30px #e9e9e9;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.map_cont .tab-box.active .map_tet {
    animation: dtyd .5s linear 1 forwards;
    -webkit-animation: dtyd .5s linear 1 forwards;
}


/*销售网络  */

.xswn {
    position: relative;
    margin-top: -50px;
}

.xswndw {
    position: absolute;
    top: -120px;
    left: 0;
}

.xswn_tle {
    text-align: center;
}

.xswn_tleh {
    font-size: 48px;
}

.xswn_tlep {
    font-size: 18px;
    color: #777777;
}

.zalycp {
    position: relative;
    margin: 0;
    padding: 80px 0;
    background-color: #fff;
}

.zalycpdw {
    position: absolute;
    left: 0;
    top: -60px;
}

.foot {
    margin-top: 0;
}


/* 移动端销售网络 */

.mbxswl {
    margin-top: 50px;
    padding: 45px 0 25px;
    background-color: #f5f5f5;
    display: none;
}

.mbxswlimg img {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .nylxbox_itemi i {
        font-size: 36px;
    }

    .nylxbox_itemdz {
        margin-top: 15px;
    }
    .nylxbox_itemw {
        font-size: 20px;
    }
    .nylxbox_itemas {
        font-size: 30px;
        line-height: 34px;
    }
    .nylxbox_itemaz {
        font-size: 16px;
    }
    .nylxbox_itemal {
        font-size: 16px;
    }
    .xswn_tleh {
        font-size: 40px;
    }
    .xswn_tlep {
        font-size: 16px;
    }
    .xswn {
        margin-top: -60px;
    }
    .nyheadtxt {
        padding: 100px 0 110px;
    }
}

@media screen and (max-width: 1400px) {

    .nylxbox_itemi i {
        font-size: 32px;
    }
    .nylxbox_itemw {
        font-size: 18px;
    }
    .nylxbox_itemas {
        font-size: 28px;
        line-height: 30px;
    }
    .nylxbox_itemaz {
        font-size: 15px;
    }
    .nylxbox_itemdz {
        margin-top: 15px;
    }
    .xswn_tleh {
        font-size: 36px;
    }
    .zalycp {
        padding: 65px 0;
    }
    .nyheadtxt {
        padding: 90px 0 100px;
    }
}

@media screen and (max-width: 1200px) {

    .nylxbox_itemi i {
        font-size: 30px;
    }
    .nylxbox_itemw {
        font-size: 16px;
    }
    .nylxbox_itemas {
        font-size: 26px;
        line-height: 28px;
    }
    .nylxbox_itemaz {
        font-size: 14px;
    }
    .nylxbox_itemal {
        font-size: 15px;
    }
    .xswn_tleh {
        font-size: 32px;
    }
    .xswn_tlep {
        font-size: 14px;
    }
    .xswn {
        display: none;
    }
    .nylxbox_itemdz {
        margin-top: 8px;
    }
    .nyheadtxt {
        padding: 90px 0 80px;
    }
}

@media screen and (max-width: 992px) {
    body {
        background-color: #fff;
    }

    .nylxbox {
        margin-top: 50px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .nylxbox_itemi i {
        font-size: 30px;
    }
    .nylxbox_itemw {
        font-size: 14px;
    }
    .nylxbox_itemas {
        font-size: 24px;
        line-height: 26px;
    }
    .nylxbox_itemaz {
        font-size: 12px;
    }
    .nylxbox_itemal {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .nyheadtxt {
        padding: 70px 0 0;
    }
    .nylxbox {
        flex-wrap: wrap;
        height: auto;
    }
    .nylxbox_item {
        padding: 30px 0;
        flex: none;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        border-right: 0;
    }
    .nylxbox_itemi i {
        font-size: 24px;
    }
    .nylxbox {
        margin-top: 50px;
    }
    .nylxbox_itemas {
        font-size: 22px;
    }
    .zalycp {
        padding: 50px 0;
    }
    .mbxswl {
        display: block;
    }
}


/* 在线留言 */

.zalycp {
    margin-top:0px;
}

.zalycp_t {
    text-align: center;
}

.zalycp_th {
    font-size: 48px;
}

.zalycp_tp {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #777;
}

.zalycp_b {
    margin-top: 50px;
}

.zalycp_bf {
    width: 100%;
}

.zalycp_bft {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zalycp_bft>input {
    padding: 0 30px;
    width: 49%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfc {
    margin-bottom: 20px;
}

.zalycp_bfc>textarea {
    display: block;
    width: 100%;
    padding: 20px;
    height: 180px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfy {
    height: 60px;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.zalycp_bfy>input {
    flex: 1;
    border: 0;
    padding: 0 20px;
}

.zalycp_bfyimg {
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zalycp_bfyimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zalycp_bfz {
    padding: 15px 0;
    color: #777; font-size:15px;
}

.zalycp_bfd {
    display: flex;
    justify-content: space-between;
}

.zalycp_bfd>input {
    width: 49%;
    height: 60px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zalycp_bfd>input:hover {
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
}

.zalycp_bfdt {
    background-color: #e4581b;
    color: #fff;
}

.zalycp_bfdc {
    background-color: #eaeaea;
    color: #333;
}

.con_map{ border:1px #ddd solid;}
.con_body{ box-sizing: border-box;}
.con_body img{ max-width:150px; border:1px #eee dashed;}
@media screen and (min-width: 768px) {
.con_map{ width:50%; float:left; height:430px;}
.con_body{ width:50%; padding:25px 30px;}
.con_body h3{ font-size:28px; line-height:3;}
.con_body p{ margin:5px 0; font-size:16px;}
}
@media screen and (max-width: 768px) {
.con_map{ width:100%; height:240px;}
.con_body{ width:100%; padding:20px;}
.con_body h3{ font-size:21px; line-height:35px;}
.con_body p{ margin:5px 0; font-size:14px; line-height:24px;}
}