* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.connect {
    display: none;
}


.banner {
    width: 100%;
    height: auto;
    position: relative;
}


.English {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    left: 18.75%;
    top: 93px;
}


.subTit {
    z-index: 3;
    font-size: 18px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 30px;
    margin-top: 32px;
}


.banner_H5 {
    display: none;
}

.concactItem {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 102px;
}

.concactItem_Tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concactItem_Tit1 {
    width: 312px;
}

.concactItem_Tit2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #046AF6;
    display: flex;
    align-items: center;
}

.concactItem_Tit2 img {
    width: 33px;
    margin-right: 19px;
}

.concact_phone {
    display: flex;
}

.concact_phone_left {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.concact_phone_right1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.concact_phone_right2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.concact_phone_right3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 23px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.concact_phone_right3 img {
    width: 17px;
    height: 22px;
    margin-right: 7px;
}

.concact_phone_right4 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 23px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.concact_phone_right4 img {
    width: 17px;
    height: 22px;
    margin-right: 7px;
}

.concact_phone {
    width: 372px;
    height: 230px;
    background: #F3F5F7;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding-top: 38px;
    padding-left: 27px;
}

.concacatList {
    display: flex;
    max-width: 1200px;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 115px;
}


.mapBox {
    margin-top: 216px;
    position: relative;
    height: 663px;
    position: relative;
}

#container {
    height: 100%;
}


.mapText {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 77px;
    width: 514px;
    height: 258px;
    background: #FF7206;
    opacity: 0.8;
    position: absolute;
    top: -85px;
    left: 18.75%;
    box-sizing: border-box;
    padding-top: 46px;
    padding-left: 63px;
}

.dh {
    width: 193px;
    height: 54px;
    background: #FF7206;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 51%;
    top: 70%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.mapBox2 {
    width: 277px;
    height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FF7206;
    position: absolute;
    left: 51%;
    top: 57%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 12px;
    transform: translate(-50%, -50%);
}

.mapBox2 div {
    font-weight: 400;
    font-size: 22px;
    color: #046AF6;
}

@media (max-width: 900px) {
    .container {
        padding-top: 50px;
    }

    .mapBox2{
        left: 50%;
        transform: translateX(-50%);
        top: 52%;
    }

    .banner {
        display: none;
    }

    .banner_H5 {
        display: block;
        position: relative;
    }

    .banner_H5_img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .container_top_H5_index {
        display: block;
        background: url(https://img.swmob.com/swtech/H5Banner2.png) no-repeat;
        background-size: 100% 100%;
        width: 320px;
        height: 81.2px;
        padding-top: 24.5px;
        padding-left: 61px;
        color: #FFFFFF;
        font-size: 20px;
        box-sizing: border-box;
        margin-left: 24.5px;
        position: absolute;
        top: 105px;
    }

    .concactItem_Tit {
        flex-wrap: wrap;
    }

    .concactItem {
        padding-top: 30px;
        /* margin-top: 30px; */
    }

    .concactItem_Tit1 {
        width: 106px;
    }

    .concactItem_Tit2 {
        font-size: 16px;
        margin-top: 20px;
    }

    .concactItem_Tit2 img {
        margin-right: 10px;
    }

    .concacatList {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .concact_phone {
        height: auto;
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .mapBox {
        margin-top: 30px;
    }

    .mapText {
        display: none;
    }

    .dh {
        left: 50%;
        top: 73%;
    }
}