.th-banner {
    width: 100%;
    height: 540px;
    background-image: url(../img/new/contact_us/banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    min-width: 1280px;
}

.th-banner section {
    text-align: center;
    margin-top: 220px;
    position: relative;
}

.th-banner section h2 {
    font-size: 60px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.th-banner section h2::before {
    content: '';
    width: 355px;
    height: 8px;
    background: #0086ee;
    position: absolute;
    z-index: -1;
    bottom: 10px;
    margin-left: -15px;
    left: calc(50% - 160px);
}

.th-banner section p {
    font-size: 22px;
    /* font-weight: bold; */
    margin-top: 12px;
}

.th-banner section ul {
    overflow: hidden;
    margin-top: 148px;
    /* height: 66px; */
    line-height: 64px;
}

.th-banner section ul li {
    position: relative;
    display: inline-block;
    width: 340px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    z-index: 1;
}

.th-banner section ul li a {
    color: #fff;
}

.th-banner section ul li:hover {
    cursor: pointer;
}

.th-banner section ul li::before {
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    content: '';
    background: #f1a230;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 10px;
    left: 37%;
}

.modal::before {
    width: 90px !important;
}

.dim {
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #000;
    width: 100%;
    height: 66px;
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.containerSmall {
    width: 100%;
    min-width: 1280px;
}

/**/
.map_out,
.serve {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.map_out {
    margin-top: 120px;
    margin-bottom: 120px;
    background: url(../img/new/contact_us/map_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.map_out::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.map_out .title {
    text-align: right;
}

#map {
    width: 830px;
    min-width: 830px;
    height: 580px;
    position: absolute;
    top: 787px;
    /* left: 406px; */
    z-index: -1;
    left: 50%;
    transform: translate(calc(-28% + 1px), 0);
}

.map_out .dim {
    width: 830px;
    height: 580px;
    background: rgba(0, 0, 0, 1);
    z-index: 9;
    position: relative;
    left: 370px;
}

#map .map_img {
    height: 580px;
}

.map_out .content {
    width: 370px;
    height: 580px;
    background: #040f24;
}

.map_out .content ul,
.map_out .content .qr {
    margin: 90px 15px 0 30px;
}

.map_out .content ul li {
    color: #fff;
    margin-bottom: 20px;
}

.map_out .content ul li span {
    display: inline-block;
    font-size: 16px;
}

.map_out .content ul li span:first-child {
    width: 26px;
    height: 30px;
}

.map_out .content ul li span:nth-child(2) {
    position: relative;
    bottom: 4px;
    margin-left: 20px;
}

.map_out .content ul li span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.map_out .content .qr div {
    display: inline-block;
}

.map_out .content .qr div:nth-child(2) {
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 65px;
    left: 20px;
}

.map_out .content .qr div:nth-child(2) p {
    line-height: 25px;
}

.serve .serve_title {
    text-align: center;
    margin-bottom: 60px;
}

.serve .article {
    margin-bottom: 52px;
}

.serve .article p {
    color: #999;
    line-height: 25px;
    text-align: center;
}

.serve_content {
    background: #f8fafe;
    /* margin-top: 45px; */
}

.serve_content .mod {
    text-align: center;
    word-spacing: -1em;
    height: 200px;
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.serve_content .mod div.top {
    width: 200px;
    height: 110px;
    transform: skewX(-30deg);
    display: inline-block;
    position: relative;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}

.serve_content .mod div.top:hover {
    width: 210px;
    cursor: pointer;
}

/*奇数*/
.serve_content .mod div.top:nth-child(odd),
.serve_content .mod div.top:nth-child(odd) .in_div {
    background: #29384d;
    color: #fff;
}

/*偶数*/
.serve_content .mod div.top:nth-child(even),
.serve_content .mod div.top:nth-child(even) .in_div {
    background: #cfe3fa;
    color: #666;

}

.serve_content .mod div.top_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.serve_content .mod div.top img {
    transform: skewX(27deg);
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    left: 35%;
    top: 35%;
}

.serve_content .mod div.top .in_div {
    height: 80px;
    position: absolute;
    /* top: 110px; */
    display: none;
    width: 210px;
    -webkit-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mod_active {
    /* width: 200px !important; */
}

.mod_active {
    animation: mod_text_move .3s;
}

@keyframes mod_text_move {
    from {
        top: 0;
        transform: translateY(10%);
        width: 190px;
        /* height: 40px; */
    }

    to {
        top: 110px;
        transform: translateY(0);
        width: 210px;
        /* height: 80px; */
    }
}

.serve_content .mod div.top .in_div p {
    font-size: 14px;
    /* color: #fff; */
    transform: skewX(27deg);
    text-align: left;
    line-height: 25px;
}

.serve_content .mod div.top .in_div p:first-child {
    margin-top: 20px;
}

.in_div p:first-child span:first-child {
    /* margin: 0 5px 0 10px; */
    margin-left: 8px;
}

.in_div p:nth-child(2) {
    margin-left: 20px;
}

.serve_content {
    width: 100%;
}

.serve_content .map_cn {
    /* width: 80%;
    margin: 0 10%; */
}

.serve_content .map_cn .out_container {
    text-align: center;
    padding-bottom: 200px;
}

.serve_content .map_cn img {
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
    /* min-width: 88px; */
    height: auto;
}


.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
    display: none;
}

.map_label {
    width: 280px;
    height: 145px;
    position: absolute;
    z-index: 10;
    top: 240px;
    left: 660px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    /* box-shadow: 0 0 10px rgb(0, 0, 0, 0.6); */
}

.map_label div:first-child {
    color: #040f24;
    margin-top: 15px;
    margin-left: 10px;
}

.map_label div:nth-child(3) {
    margin-left: 10px;
}

.map_label div:nth-child(4) {
    margin-left: 10px;
    margin-top: 5px;
}

.map_btn_out {
    background: #000;
    border: none;
    color: #fff;
    padding: 5px;
    width: 100px;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 170px;
}

.map_btn {
    background: #000;
    border: none;
    color: #fff;
    padding: 5px;
    width: 100px;
}

.map_btn img,
.map_btn_out img {
    position: relative;
    top: 2px;
    left: -4px;
}

.map_btn span,
.map_btn_out span {
    position: relative;
    top: -1px;
    left: 4px;
}

.map_btn:hover,
.map_btn_out:hover {
    cursor: pointer;
}

.map_btn:focus,
.map_btn_out:focus {
    outline: none;
}
footer{
    min-width: 1280px;
}
/*# sourceMappingURL=contact.css.map */