.site-classLink {
    display: flex;
    margin-top: 10px;
    margin-bottom: 43px;
}
.site-classLink .site-classLink1{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    display: flex;
    margin-bottom: 30px;
}
.site-classLink .site-classLink_txt {
    color: #373737;
    padding: 5px 0;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.26px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}
.site-classLink .site-classLink_txt:hover {
    color: #fff;
    background-color: #2883dd;
    border: 1px solid #2883dd;
}
.site-classLink .site-classLink_txts {
    color: #fff;
    background-color: #2883dd;
    border: 1px solid #2883dd;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
.site-classLink .site-classLink_txt.currents {
    color: #0881bd;
}
.locationList .locationItem {
    width: 33.33%;
    padding: 0 18px 57px;
}
@media (max-width: 1180px){
    .locationList .locationItem {
        width: 50%;
        padding: 0 10px 30px;
    }
    .locationList .item {
        padding: 30px 25px 35px;
    }
}
@media (max-width: 800px) {
    .locationList .locationItem {
        padding: 0 10px 20px;
    }
}
@media (max-width: 640px) {
    .locationList .locationItem {
        width: 100%;
        padding: 0 0 30px;
    }
}
.locationList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 38px 26px 52px;
    border-radius: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.locationList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
    /* margin-top: -76px; */
    margin-bottom: 12px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationList .title {
    color: #393939;
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 1.84;
    font-weight: 500;
}
.locationList .itemBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.locationList .itemBar .leftBox {
    color: #393939;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.55;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}
.locationList .itemBar .leftBox:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #cdcdcd;
}
.locationList .itemBar .rightBox {
    color: #393939;
    font-size: 22px;
    letter-spacing: 0.44px;
    font-weight: 500;
}
.locationList .itemBar .rightBox span {
    color: #9e9e9e;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.55;
    font-weight: 500;
    padding-left: 5px;
}
.locationList .infoList{
    min-height: 150px;
}
.locationList .infoList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.locationList .infoList .icon {
    white-space: nowrap;
}
.locationList .infoList .txt {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.875;
    padding-left: 10px;
}

/*联系我们的弹窗*/
.card-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
}
label {
    margin-bottom: 0.25rem;
    font-size: 15px;
}
.form-control {
    border-radius: 2px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out;
    color: #262626;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 36px;
    padding: 7.5px 10px;
    font-size: 16px;
    line-height: 19px;
}

/*地图和标点样式*/
.map-but{
    margin-bottom: 10px;
}

.domestic-map-but,.world-map-but{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    display: flex;
}
.world-map{
    display: none;
}

.map{
    max-height: 620px;
    /*min-height: 590px;*/
    margin-bottom: 10px;
}

.map .map-img{
    position: relative;
    display: flex;
    justify-content: center;
}

.map .stronghold{
    border: 5px solid #f00;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 6px;
}

.map a .mapLi{
    width: 120px;
    position: absolute;
    left: -64px;
    top: -26px;
}
.map a .li{
    display: none;
}
.map a .li .title{
    z-index: 1;
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}
.map a .title{
    background-color: #fffc;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.map a .mapLi .titles{
    position: absolute;
    top: 30px;
    left: 10px;
    margin-bottom: 0;
    width: 100px;
}
.map a .mapLi .lis{
    position: absolute;
    top: 52px;
}
.map a:hover .li{
    display: block;
}
/*咸阳生产基地*/
.map .stronghold6{
    margin-top: 19%;
    margin-left: 29.5%;
}
/*华东办事处*/
.map .stronghold7{
    margin-top: 24%;
    margin-left: 41%;
}
/*台湾办事处*/
.map .stronghold15{
    margin-top: 32.5%;
    margin-left: 41.5%;
}
/*深圳分公司*/
.map .stronghold14{
    margin-top: 33.5%;
    margin-left: 35%;
}
/*惠伦总部*/
.map .stronghold16{
    margin-top: 33.5%;
    margin-left: 34%;
}
/*重庆生产基地*/
.map .stronghold17{
    margin-top: 26.5%;
    margin-left: 28.5%;
}
/*重庆办事处*/
.map .stronghold18{
    margin-top: 25.5%;
    margin-left: 29.5%;
}
@media (max-width: 1376px) {
    /*咸阳生产基地*/
    .map .stronghold6{
        margin-top: 260px;
        margin-left: 400px;
    }
    /*华东办事处*/
    .map .stronghold7{
        margin-top: 327px;
        margin-left: 551px;
    }
    /*台湾办事处*/
    .map .stronghold15{
        margin-top: 431px;
        margin-left: 559px;
    }
    /*深圳分公司*/
    .map .stronghold14{
        margin-top: 455px;
        margin-left: 473px;
    }
    /*惠伦总部*/
    .map .stronghold16{
        margin-top: 455px;
        margin-left: 460px;
    }
    /*重庆生产基地*/
    .map .stronghold17{
        margin-top: 347px;
        margin-left: 388px;
    }
    /*重庆办事处*/
    .map .stronghold18{
        margin-top: 339px;
        margin-left: 397px;
    }
}
@media (max-width: 690px) {
    /*咸阳生产基地*/
    .map .stronghold6{
        margin-top: 40%;
        margin-left: 61%;
    }
    /*华东办事处*/
    .map .stronghold7{
        margin-top: 50%;
        margin-left: 84%;
    }
    /*台湾办事处*/
    .map .stronghold15{
        margin-top: 65%;
        margin-left: 85%;
    }
    /*深圳分公司*/
    .map .stronghold14{
        margin-top: 69%;
        margin-left: 72%;
    }
    /*惠伦总部*/
    .map .stronghold16{
        margin-top: 69%;
        margin-left: 70%;
    }
    /*重庆生产基地*/
    .map .stronghold17{
        margin-top: 53%;
        margin-left: 58.5%;
    }
    /*重庆办事处*/
    .map .stronghold18{
        margin-top: 51.5%;
        margin-left: 60%;
    }
}

/*伦敦办事处*/
.map .stronghold19{
    margin-top: 8%;
    margin-left: 39%;
}
/*韩国办事处*/
.map .stronghold20{
    margin-top: 12%;
    margin-left: 73%;
}
/*日本办事处*/
.map .stronghold21{
    margin-top: 13%;
    margin-left: 77%;
}
/*新加坡办事处*/
.map .stronghold22{
    margin-top: 24%;
    margin-left: 68%;
}
/*美国办事处*/
.map .stronghold23{
    margin-top: 11%;
    margin-left: 7%;
}
@media (max-width: 1320px) {
    /*伦敦办事处*/
    .map .stronghold19{
        margin-top: 9.5%;
        margin-left: 44%;
    }
    /*韩国办事处*/
    .map .stronghold20{
        margin-top: 14%;
        margin-left: 84%;
    }
    /*日本办事处*/
    .map .stronghold21{
        margin-top: 15%;
        margin-left: 89%;
    }
    /*新加坡办事处*/
    .map .stronghold22{
        margin-top: 27.5%;
        margin-left: 79%;
    }
    /*美国办事处*/
    .map .stronghold23{
        margin-top: 13%;
        margin-left: 8%;
    }
}



