.contact_info {
    width: 100%;
}

.contact_info_top {
    display: inline-block;
    /*white-space: nowrap;*/
    width: 100%;
}

.contact_info table {
    width: 5.7rem;
    border-collapse: collapse;
    border-top: 1px solid #0ea4e6;
    float: left;
    margin-right: .2rem;
}

.contact_info table tbody tr td {
    border-bottom: 1px solid #ebeced;
    padding-top: .12rem;
    padding-bottom: .12rem;
    vertical-align: middle;
    white-space: normal;
    line-height: .25rem;
}

.contact_info table tbody tr td.item_1 {
    text-align: center;
    width: 18%;
    color: #2a2a2a;
    background-color: #f5f5f5;
}

.contact_info table tbody tr td.item_2 {
    text-align: left;
    padding-left: .15rem;
    color: #666666;
}

.contact_info table tbody tr td.item_2 a {
    color: #666666;
}

.map-img{
    /* display: inline-block; */
    float: left;
    vertical-align: top;
    width: 36%;
    max-width: 330px;
    position: relative;
}


.map-img  img{
    width: 100%;
}


.lines{
    position: absolute;
    right:0;
    top: 0;
}

.lines button.but-choosed{
    background-color:#409EFF;
}

.lines button{
    display: inline-block;
    padding: .02rem .1rem;
    vertical-align: top;
    background-color:#ababab;
    color: #ffffff;
    cursor: pointer;
}

.pro_nav {
    width: 100%;
}

.pro_nav ul {
    width: 100%;
    font-size: 0;
    text-align: left;
    white-space: normal;
}

.nav_title {
    display: inline-block;
    width: 100%;
    margin-top: .45rem;
    margin-bottom: .2rem;
    font-size: .2rem;
    color: #3d3d3d;
    text-align: left;
}

.person_contact {
    box-sizing: border-box;
    width: 100%;
    margin-top: .2rem;
    width: 100%;
    background-color: #f9fafd;
    /* padding-left: .35rem; */
    padding-right: .35rem;
}

.person_contact#domestic{
    padding-right: 0;
}


.person_contact#domestic .details{
    display: none;
}

.person_contact ul.details {
    display: inline-block;
    font-size: 0;
    text-align: left;
    white-space: normal;
    margin-bottom: .32rem;
    width: 100%;
}

.person_contact ul.details li {
    box-sizing: border-box;
    padding-left: .35rem;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: .32rem;
    /* margin-bottom: .32rem; */
    white-space: normal;
    vertical-align: top;
}

.person_contact#domestic ul.details li:first-child,
.person_contact#domestic ul.details li:first-child+li {
    border-right: 1px solid #eaecef;
}

.person_contact#distributor ul.details li {
    width: 50%;
}

.person_contact#domestic ul.details li {
    width: 33.33%;
}


/* .person_contact#overseas ul.details li,
.person_contact#branch ul.details li {
    width: 100%;
} */

.person_contact ul.details li .person_contact_name {
    font-size: .15rem;
    margin-bottom: .12rem;
    font-weight: bold;
}

.person_contact ul.details li .person_contact_infomation p {
    display: block;
    font-size: .14rem;
    color: #3d3d3d;
    margin-bottom: .1rem;
}

.person_contact ul.details li a {
    display: inline-block;
    font-size: .14rem;
    color: #3d3d3d;
}


/* .person_contact ul.details li span {
    display: inline-block;
    width: 100%;
    font-size: .15rem;
    color: #3d3d3d;
    margin-bottom: .12rem;
    font-weight: bold;
}

.person_contact ul.details li a {
    display: inline-block;
    font-size: .14rem;
    color: #3d3d3d;
    margin-bottom: .1rem;
}

.person_contact ul.details li p {
    font-size: .15rem;
    margin-bottom: .12rem;
} */

.person_contact#branch ul.details li p,
.person_contact#distributor ul.details li p {
    color: #3d3d3d;
    font-size: .14rem;
    margin-bottom: .1rem;
}

.select_box {
    width: 100%;
}

.select_box ul {
    width: 100%;
    font-size: 0;
}

.select_box {
    width: 100%;
    padding-top: .3rem;
}

.select_box ul {
    width: 100%;
    text-align: left;
}

.select_box ul li {
    display: inline-block;
    width: 40%;
    text-align: left;
}

.select_box ul li:first-child {
    margin-right: 9%;
}

.select_box ul li select {
    box-sizing: border-box;
    width: 100%;
    height: .35rem;
    line-height: .35rem;
    border: 1px solid #ebeced;
    padding-left: .1rem;
    background-image: url("../images/xl.jpg");
    background-image: url("")\9;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    -webkit-appearance: none;
    cursor: pointer;
    color: #3d3d3d;
}

.select_box ul li select option {
    box-sizing: border-box;
    padding-top: .08rem;
    padding-left: .08rem;
    font-size: .14rem;
    height: .25rem;
    line-height: .25rem;
    vertical-align: middle;
}


/* 建议反馈--留言 */

.message_leaving {
    width: 100%;
    margin-top: .25rem;
}

.message_leaving .sp_1 {
    display: inline-block;
    width: 100%;
    font-size: .16rem;
    color: #4a93d5;
    font-weight: bold;
    text-align: left;
    margin-bottom: .05rem;
    padding-left: .1rem;
}

.message_leaving .p_1 {
    font-size: .14rem;
    color: #2a2a2a;
    text-align: left;
    padding-left: .1rem;
}

.message_leaving#jubao .p_1 {
    display: block;
    margin-bottom: .1rem;
}

.message_leaving form {
    border-top: 2px solid #0ea4e6;
    width: 100%;
    margin-top: .15rem;
    background-color: #fcfcfc;
}

.message_leaving form .radio_box {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e0e2e4;
    padding-left: .05rem;
    padding: .06rem 0 .06rem .15rem;
}

.message_leaving form .radio_box p {
    display: inline-block;
    width: 100%;
    font-size: .14rem;
    color: #2a2a2a;
    padding-top: .08rem;
    text-align: left !important;
}

.message_leaving form .radio_box ul {
    font-size: 0;
    text-align: left;
    display: block;
    padding-bottom: .05rem;
}

.message_leaving form .radio_box ul li {
    display: inline-block;
    text-align: left;
    height: .3rem;
    margin-right: .3rem;
}

.message_leaving form .radio_box ul li label {
    display: inline-block;
    font-size: .14rem;
    color: #2a2a2a;
    height: .35rem;
    line-height: .35rem;
    text-align: left;
    vertical-align: top;
}

.message_leaving form .radio_box ul li input {
    width: .15rem;
    height: .15rem;
    box-sizing: border-box;
    margin-right: .05rem;
    margin-top: .1rem;
    vertical-align: top;
}

.message_leaving ul.ul_1 {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: left;
    font-size: 0;
    border-bottom: 1px solid #e0e2e4;
}

.message_leaving ul.ul_1 li.li_1 {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}

.message_leaving ul.ul_1 li.li_1 ul {
    width: 100%;
    white-space: nowrap;
    font-size: 0;
}

.message_leaving ul.ul_1 li.li_1 ul li {
    display: inline-block;
    height: .49rem;
    line-height: .49rem;
    width: 50%;
    font-size: .14rem;
    color: #2a2a2a;
}

.message_leaving ul.ul_1 li.li_1 ul li.ms_1 {
    box-sizing: border-box;
    text-align: center;
    width: 1.3rem;
    vertical-align: top;
}

.message_leaving ul.ul_1 li.li_1 ul li.ms_1 i {
    display: inline-block;
    color: #f36767;
    /* margin-right: 0.1rem; */
    width: .15rem;
    text-align: left;
}

.bc {
    background-color: #f5f5f5;
}

.message_leaving ul.ul_1 li.li_1 ul li.ms_1.l_center {
    box-sizing: border-box;
    line-height: .2rem;
    padding-top: .9rem;
}

.message_leaving ul.ul_1 li.li_1 ul li input,
.message_leaving ul.ul_1 li.li_1 ul li select {
    width: 80%;
    margin-left: .1rem;
    margin-top: 0.07rem;
    margin-bottom: 0.07rem;
}

.message_leaving ul.ul_1 li.li_1 ul li select {
    cursor: pointer;
    height: .35rem;
    line-height: .35rem;
    background-image: url("../../common/images/arr_select.png");
    background-image: url("")\9;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 5%;
    vertical-align: middle;
}

.message_leaving ul.ul_1 li.li_1.li_2,
.message_leaving ul.ul_1 li.li_1.li_3 {
    width: 100%;
}

.message_leaving ul.ul_1 li.li_1.li_2 ul li {
    height: 2.25rem;
}

.message_leaving ul.ul_1 li.li_1.li_2 ul li textarea {
    display: block;
    width: 150%;
    height: 2.05rem;
    height: 205px\9;
    border: 1px solid #d0d1d2;
    margin-top: .09rem;
    margin-left: .1rem;
    margin-top: 9px\9;
    margin-left: 10px\9;
    padding: .08rem;
    text-align: left;
    overflow: auto;
    word-break: break-all;
    /* float: left; */
    font-family: Tahoma, Helvetica, Arial, Verdana, "Microsoft YaHei", "SimSun", "宋体";
}

.message_leaving ul.ul_1 li.li_1.li_3 ul li input {
    width: 35%;
}

.message_leaving ul.ul_1 li.li_1.li_3 ul li .veri_img {
    margin-top: .07rem;
    margin-left: .08rem;
}

.message_leaving ul.ul_1 li.li_1.li_3 ul li .veri_img img {
    width: 1.3rem;
    display: inline-block;
}

.message_leaving ul.ul_1 li.li_1.li_3 ul li .veri_img span {
    margin-left: .045rem;
    font-size: 0.12rem;
    color: #666;
    display: inline-block;
}

.message_leaving .submit_btn {
    width: 100%;
    height: .73rem;
    text-align: center;
}

.message_leaving .submit_btn input {
    /* width: 1.1rem;
    height: .3rem; */
    background-color: #4a93d5;
    color: #ffffff;
    font-size: .12rem;
    cursor: pointer;
    margin-top: .2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: .05rem .42rem;
}

.message_leaving#jubao {
    margin-top: .15rem;
}


/* .message_leaving#jubao .jubao_ul li {
    float: left;
    margin-right: .2rem;
} */

.message_leaving .jubao {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    padding-left: .1rem;
}

.message_leaving#jubao .jubao_ul {
    width: 100%;
    text-align: left;
}

.message_leaving#jubao .jubao_ul li {
    display: inline-block;
    width: 45%;
    text-align: left;
}


/* .message_leaving #jubao ul.jubao_ul {
    width: 100% !important;
}

.message_leaving #jubao .jubao_ul li {
    width: 50%;
} */

.message_leaving .jubao img {
    display: inline-block;
    width: .2rem;
    vertical-align: top;
    margin-top: .03rem;
    margin-right: .05rem;
}

.message_leaving .jubao p {
    font-size: .14rem;
    color: #2a2a2a;
    text-align: left;
    display: inline-block;
    line-height: .25rem;
    vertical-align: top;
}

.message_leaving .jubao p+p {
    font-weight: normal;
    vertical-align: top;
}


/* 建议反馈--留言 end */


/* 内销联系方式地图 begin */


.sales-map{
    width: 100%;
    padding-bottom: 71.87%;
    background-image: url('../images/map2023.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}


.tel-details{
    box-sizing: border-box;
    width: 2.6rem;
    height: 1.4rem;
    border: 2px solid #3EC3C6;
    padding:  .15rem;
    background-color: #ffffff;
    color: #454545;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
     font-size: .13rem; 
     opacity: 0.9;
}

.tel-details#tel-4,
.tel-details#tel-2
{
    height: 1.6rem;
}


.tel-details span{
    display:block;
}
#tel-1 {
    left: 26%;
    top: 79%;
}
#tel-2{
    left: 5%;
    top: 43%;
}
#tel-5{
    left: 67.5%;
    top: 29.5%;
}

#tel-3{
    left: 71%;
    top: 52%;
    height: 1.2rem;
}
#tel-4{
    left: 36%;
    top: 6%;
}
#tel-6 {
    left: 63%;
    top: 72%;
}
#tel-7{
    left: .2rem;
    top:.2rem;
    background-image: url("../images/jike.png");
    background-repeat: no-repeat;
    background-position: 90% 5%;
     background-size: 22%; 
}
#tel-1::before{
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #3EC3C6;
    position: absolute;
    right: 20%;
    top: -28px;
}

#tel-1::after{
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    right: 20.5%;
    top: -24px;
}
#tel-2::before{
    content: "";
    border-left: 13px solid #3EC3C6;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: 100%;
    top: 14.5%;
}

#tel-2::after{
    content: "";
    border-left: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 99.4%;
    top: 15%;
}
#tel-3::before{
    content: "";
    border-right: 13px solid #3EC3C6;
    border-left: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: -28px;
    top: 19.5%;
}

#tel-3::after{
    content: "";
    border-right: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -24px;
    top: 20.5%;
}


#tel-6::before{
    content: "";
    border-right: 13px solid #3EC3C6;
    border-left: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: -28px;
    top: 10%;
}

#tel-6::after{
    content: "";
    border-right: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -24px;
    top: 11%;
}


#tel-5::before{
    content: "";
    border-right: 13px solid #3EC3C6;
    border-left: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: -28px;
    top: 71.5%;
}

#tel-5::after{
    content: "";
    border-right: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -24px;
    top: 72%;
}

#tel-4::before{
    content: "";
    border-left: 13px solid #3EC3C6;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: 100%;
    top: 57.5%;
}

#tel-4::after{
    content: "";
    border-left: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 99.4%;
    top: 58%;
}

.department{
    font-size: .14rem;
    line-height: .2rem;
    margin-bottom: .08rem;
    position: relative;
    display: inline-block !important;
    padding-left: .35rem;
    /* white-space:nowrap; */
}

#tel-1{
    width:3rem
}

#tel-7 .department{
    padding-left: 0rem;
}

.department::before{
    content: "";
    width:.3rem;
    height: .2rem;
    position: absolute;
    top: 0;
    left:0;
  
  
}

.region-text{
    display: inline-block;
    float: right;
    font-size: 12px;
    text-align: left;
    width: 28%;
}



#tel-1 .department::before{
    background-color: #E9F2DD;
}

#tel-2 .department::before{
    background-color: #C4E4EF;
}
#tel-3 .department::before {
    background-color: #F9E5EE;
    /* left: 113%; */
}

#tel-5 .department::before{
    background-color: #FAD4A3;
    /* left: 113%; */
}

#tel-6 .department::before{
    background-color: #fbef79;
    /* left: 113%; */
}

#tel-4 .department::before{
    background-color: #A5D2B3;
}

.contact-manager{
    /* font-size: .15rem; */
    font-weight: bolder;
    margin-bottom: .05rem;
}

.manager-tel,.manager-phone{
    margin-bottom: 5px;
}

.manager-tel p{
    display: inline-block;
}

.manager-tel p:nth-child(1){
    padding-right:.15rem;
}

.manager-mail a{
    color: #454545;
}

/* 内销联系方式地图 end */

@media screen and (max-width:1023px) {
    .map-img {
        width: 35%;
    }
    .sales-map-wrap{
        display: none;
    }
    .person_contact#domestic .details{
        display: block;
    }
}

@media screen and (max-width:999px) {
    .map-img {
        display: none;
    }
}

@media screen and (max-width:750px) {

    .mail-a{
        display: block;
        width: 100%;
    }
    .contact_info ul li table {
        width: 100% !important;
    }
    .message_leaving ul.ul_1 li.li_1.li_3 ul li .veri_img span {
        display: none;
    }
    .contact_info table tbody tr td.item_1 {
        width: 20%
    }
    .contact_info table tbody tr td.item_2 {
        width: 80%
    }
    .contact_info table {
        width: 100%;
        margin-right: 0;
    }
    .contact_info div.contact_info_top img {
        display: none;
    }
    .wrapper .main .pro_nav {
        width: 100%;
        /* height: .56rem;
        margin-bottom: .2rem; */
        overflow-y: hidden;
        overflow-x: auto;
    }
    .wrapper .main .pro_nav::-webkit-scrollbar {
        display: none
    }
    .wrapper .main .pro_nav ul {
        white-space: nowrap;
    }
    .wrapper .main .pro_nav ul li {
        display: inline-block;
        vertical-align: top;
        margin-top: .03rem;
    }
    .select_box ul {
        white-space: normal;
    }
    .select_box ul li {
        width: 90%;
        margin-bottom: .3rem;
    }
    .person_contact#distributor ul.details li {
        width: 100%;
    }
    .person_contact ul.details li {
        width: 100%;
    }
    .person_contact ul.details li {
        padding-left: .2rem;
    }
    .person_contact#domestic ul.details li {
        width: 100%;
    }
    .person_contact#domestic ul.details li:first-child,
    .person_contact#domestic ul.details li:first-child+li {
        border: none;
    }
    .message_leaving ul.ul_1 li.li_1 {
        width: 100%;
    }
    .message_leaving ul.ul_1 li.li_1 ul li.ms_1 {
        width: 30%
    }
    .message_leaving ul.ul_1 li.li_1 ul li {
        width: 70%;
    }
    .message_leaving ul.ul_1 li.li_1 ul li input,
    .message_leaving ul.ul_1 li.li_1 ul li select {
        width: 90%;
        float: left;
    }
    .message_leaving ul.ul_1 li.li_1.li_2 ul li textarea {
        width: 95%;
        padding: .1rem;
        margin-top: .08rem;
        float: left;
    }
    .message_leaving .submit_btn {
        height: .9rem;
    }
    .message_leaving form .radio_box ul {
        padding-bottom: .1rem;
    }
    .message_leaving#jubao .jubao_ul {
        width: 100%;
    }
    .message_leaving#jubao .jubao_ul li {
        width: 100%;
    }
}