.banner {
    position: relative;
}
body {
    background: #000;
    overflow-x: hidden;
    background-image: url(../images/new_img/index_bg_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: .1px;
    background-position: center bottom;
}
.banner-box .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
}

.banner-box .banner-content .name {color: #FFFFFF;text-transform: uppercase;font-family: HuXiaoBo, HuXiaoBo;font-weight: normal;font-size: 48px;color: #FFFFFF;line-height: 75px;border-bottom: 4px solid #EA4E29;display:inline-block;margin-bottom: 25px;}

.banner-box .banner-content .con  {
width: 50%;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 32px;
    padding-bottom: 32px;
}

.banner .banner-text {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: normal;
    font-size: 54px;
}

.banner .banner-list-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
}

.banner .banner-list-text .title {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    margin-bottom: 30px;
}

.banner .banner-list-text .con {
    max-width: 894px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 120px;
}

.screen-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.screen-box .tit {
    font-weight: 400;
    font-size: 18px;
    color: #E44E3E;
    line-height: 30px;
}

.screen-box .right-select {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.screen-box .right-select .form-select {

    width: 258px;
    height: 60px;
    background: none;
    color: #FFFFFF;
    border: none;
}


.cselect {
        margin-right: 28px;
        width: 258px;
        height: 60px;
        background: none;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        position: relative;
        border-radius: 100px;
        display: flex;
        z-index: 99999;
        /* transition: all 1s; */
}
.cselect .select-op {
    position:absolute;
    z-index: 99999999;
    background: #fff;
    width: calc(100% + 2px);
    color: #000;
    border-radius: 0 0 0 50px;
    top: 32px;
    max-height: 200px;
    height: 0;
    /* transition: all 1s; */
    left: -1px;
    overflow: hidden;
}
.cselect .select-op .select-op-con {
    overflow: auto;
    height: 100%;
}
.cselect .select-op .selected {
    color: #F6D487;
} 
.cselect:hover .select-op  {
    height: 200px;
    padding: 30px 0;
}
.cselect:hover  {
    background: #fff;
    color: #000;
    /* overflow: auto; */
}

.cselect .select-op .select-item:hover   {
    background: #f2f2f2;
    cursor: pointer;
}
.cselect .select-op .select-item {

    padding: 4px 24px;
} 
.cselect .select-val {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px;
    position: relative;
    z-index: 9999999999;
}
.cselect .select-val .icon-down {
    color: #F6D487;
    z-index: 2;
}

.screen-box .right-select .form-select option {
    color: #000;
    padding: 10px;
    line-height: 26px;
}

.case-item {
    position: relative;
    margin-top: 50px;
}

.case-item .img {
    overflow: hidden;
}

.case-item .img img {
    transition: all .5s;
}

.case-item .case-con {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 16px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8));
    overflow: hidden;
    transition: all .5s;
}

.case-item .case-con .title {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
}

.case-item .case-con .sub-tit {
    font-weight: bold;
    font-size: 12px;
    color: #F6D487;
    line-height: 15px;
}

.case-item .case-con .area {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    bottom: 26px;
    left: 16px;
    opacity: 0;
    transition: all .5s;
}

.case-item:hover .img img {
    transform: scale(1.5);
}

.case-item:hover .case-con {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.case-item:hover .case-con .area {
    opacity: 1;
}

.case-list .item {
    margin: 45px 0 60px;
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.case-list .item .left-con {
    width: 700px;
    position: relative;
}

.case-list .item .left-con .cpic {
    width: 100%;
    overflow: hidden;
    display: block;
}

.case-list .item .left-con .cpic img {
    transition: all .5s;
    width: 100%;
}

.case-list .item .left-con .next-btn {
    width: 76px;
    right: 50px;
    bottom: -38px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.case-list .item .left-con:hover .next-btn {
    opacity: 1;
}

.case-list .item .left-con:hover .cpic img {
    transform: scale(1.5);
}

.case-list .item .right-con {
    width: calc(100% - 763px);
    margin-left: 63px;
}

.case-list .item .right-con .sub-tit {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    margin-top: 31px;
    margin-bottom: 10px;
}

.case-list .item .right-con .desc {
    font-size: 14px;
    color: #908E8E;
    margin-bottom: 56px;
}

.case-list .item .right-con .re-intro {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.case-list .item .right-con .re-intro span {
    font-weight: bold;
    font-size: 16px;
    color: #F6D487;
}

.case-list .item:nth-child(odd) .left-con {
    float: left;
}

.case-list .item:nth-child(odd) .right-con {
    float: right;
}

.case-list .item:nth-child(even) .left-con {
    float: right;
}

.case-list .item:nth-child(even) .left-con .next-btn {
    left: 50px;
    transform: rotate(180deg);
}

.case-list .item:nth-child(even) .right-con {
    float: left;
    margin-left: 0;
}

.right-line {
    position: absolute;
    top: 1151px;
    right: 22px;
}

.left-line {
    position: absolute;
    top: 2646px;
    left: 24px;
}

.case-banner {
    width: 100%;
}

.banner-box {
    position: relative;
    /*max-height: 700px;*/
    overflow: hidden;
}

.banner-box .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    color: #FFFFFF;
}

.banner-box .banner-content .current-detail {
    color: #FFFFFF;
}

.banner-box .banner-content .current-detail .tit {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 56px;
}

.banner-box .banner-content .current-detail .go-back {
    width: 220px;
    height: 63px;
    background: #FFFFFF;
    border-radius: 49px 49px 49px 49px;
    font-weight: 400;
    font-size: 16px;
    line-height: 65px;
    color: #333333;
}

.banner-box .banner-content .current-detail .go-back .iconfont {
    color: #f6d487 !important;
}

.banner-box .banner-bg {
    width: 100%;
    opacity: .5;
}

.swbox {
    position: relative;
    padding-bottom: 96px;
    border-bottom: 1px solid #8D8D8D;
    margin-top: 120px;
}

.swbox .dpic {
    display: block;
    width: 100%;
}

.swbox .dpic img {
    width: 100%;
}

.swbox .cur-box {
    margin-top: 62px;
    display: flex;
}

.swbox .cur-box .sub-tit {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.swbox .cur-box .left-con {
    margin-right: 39px;
}

.swbox .cur-box .left-con .citem {
    width: 298px;
    height: auto;
    background: #252525;
    padding: 41px 33px 41px 26px;
    box-sizing: border-box;
    margin-bottom: 46px;
}
.swbox .cur-box .left-con .citem:last-child {
    margin-bottom: 0;
}
.swbox .cur-box .left-con .citem p {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    /* line-height: 45px; */
}

.swbox .cur-box .right-con {
    width: 100%;
    height: auto;
    background: #252525;
    padding: 41px 40px 116px 33px;
    box-sizing: border-box;
}

.swbox .cur-box .right-con p {
    font-weight: 400;
    font-size: 14px;
    color: #FEFEFE;
    line-height: 36px;
}

.swbox .prev-btns {
    width: 109px;
    position: absolute;
    left: 158px;
    top: 297px;
    z-index: 2;
}

.swbox .next-btns {
    position: absolute;
    right: 158px;
    top: 297px;
    z-index: 2;
}

.act-msg {
    border-top: 1px solid #8D8D8D;
    padding-top: 65px;
}

.act-msg i {
    margin-right: 21px;
    color: #FFFFFF;
    font-size: 21px;
}

.act-msg .more-act {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    width: 50%;
}

.act-msg .more-act a {
    color: #FFFFFF;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.correlate-tit {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 94px;
    margin-top: 48px;
    text-align: center;
}

.correlate-list {
    margin-top: 30px;
    display: flex;
}

.correlate-list li {
    width: calc((100% - 88px) / 3);
    margin-right: 44px;
}

.correlate-list li .img-box {
    width: 100%;
    position: relative;
}

.correlate-list li .img-box .mask {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -10%, transparent 31%);
    position: absolute;
    top: 0;
    left: 0;
}

.correlate-list li .img-box .mask .txt {
    position: absolute;
    bottom: 27px;
    left: 15px;
}

.correlate-list li .img-box .mask .txt .tit {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
}

.correlate-list li .img-box .mask .txt .kind-name {
    font-weight: bold;
    font-size: 12px;
    color: #F6D487;
    line-height: 32px;
}

.correlate-list li:nth-child(3) {
    margin-right: 0;
}

.page {
    position: relative;
}

.detail-imgs {
    position: relative;
    max-height: 750px;
}
.detail-imgs .swiper {
    height: 100%;
    overflow: hidden;
}

  .detail-imgs .swiper   .swiper-slide {
	  transition: 300ms;
	  transform: scale(0.8);
    }
.detail-imgs .swiper 	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}

@media (max-width: 1600px) {
    .swbox .next-btns {
        width:70px;
        right: 90px
    }
    .swbox .prev-btns {
        width:70px;
        left: 90px
    }
}

@media (max-width: 990px) {
    .left-line,
    .right-line {
        display: none;
    }

    .list-banner-img {
        /* display: none; */
        min-height: calc(100vh - 80px);
        object-fit: cover;
    }

    .banner .banner-list-text {
        /* position: static; */
        padding-top: 80px;
    }

    .banner .banner-list-text .title {
        margin-bottom: 20px;
    }

    .case-list .item {
        display: block;
    }

    .case-list .item .right-con,
    .case-list .item .left-con {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .screen-box .right-select {
        display: block;
    }

    .screen-box .right-select .form-select {
        width: 100%;
    }

    .screen-box {
        display: block;
    }

    .screen-box .tit {
        margin-bottom: 20px;
    }

    .banner-box .banner-bg {
        /* display: none; */
        min-height: 375px;
        object-fit: cover;
    }

    .banner-box .banner-content {
        /* position: static; */
        /* padding-top: 100px; */
        margin-top: -100px;
    }

    .banner-box .banner-content .d-flex {
        display: block !important;
    }

    .banner-box .banner-content .current-detail {
        align-items: flex-start !important;
    }

    .banner-box .banner-content .current-detail .go-back {
        line-height: 38px;
        height: auto;
        margin-top: 20px;
        /* display: none !important; */
        width: 134px;
        display: flex!important;
        align-items: center;
    }
    .banner-box .banner-content .current-detail .go-back .iconfont {
        margin-right: 5px!important;
        font-size: 23px!important;
    }
}

@media (max-width: 768px) {
    .page-contact {
        margin-bottom: 24px;
    }
    
      .banner {
        padding: 0;
    }
    .banner img {
        height: 100vh;
        object-fit: cover;
    }
    .banner .banner-text {
        text-align: left;
        display: flex;
        padding-bottom: calc(100vh - 320px);
        justify-content: flex-start;
        align-items: flex-end;
        padding-left: 10px;
    }
    .screen-box {
        /* position: absolute; */
        top: calc(100vh - 300px);
        z-index: 999;
        width: calc(100% -  20px);
    }
    
    .screen-box .right-select .sxsel_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .cselect {
        width: 100%;
    }
    .swbox .dpic {
        width: 100%;
    }

    .control-btns {
        display: none;
    }

    .swbox .cur-box {
        display: block;
    }

    .swbox .cur-box .left-con {
        width: 100%;
    }

    .swbox .cur-box .left-con .citem {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 20px;
        margin-bottom: 16px;
    }

    .swbox .cur-box .right-con {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .act-msg>.container>.d-flex {
        flex-direction: column;
        justify-content: flex-start!important;
        align-items: flex-start!important;
    }

    .act-msg .more-act {
        width: 100%;
    }

    .correlate-list {
        flex-wrap: wrap;
    }

    .correlate-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


.map-box {
    height: 694px;
    position: relative;
}

.map-box .branch-list li {
    width: 59px;
    height: 59px;
    white-space: nowrap;
    text-align: center;
}

.map-box .branch-list li .dot {
    background: url("../images/contact/dot.png");
    width: 59px;
    height: 59px;
    transform: scale(0.8);
    opacity: .8;
    transition: all .5s;
}

.map-box .branch-list li:hover .dot {
    opacity: 1;
    transform: scale(1);
}

.map-box .branch-list li .fix-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.map-box .branch-list li .fix-box .name {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
}

.map-box .branch-list li .fix-box .pos-name {
    margin-left: 5px;
    margin-top: -14px;
}

.map-box .branch-list li .fix-box .pos-name .line {
    width: 12px;
}

.map-box .branch-list li .fix-box .pos-name .name {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
}

.map-box .branch-list li:nth-child(1) {
    position: absolute;
    top: calc(305px - 28px);
    left: calc(196px - 28px);
}

.map-box .branch-list li:nth-child(1) .fix-box {
    padding-top: 293px;
}

.map-box .branch-list li:nth-child(1) .fix-box:before {
    content: '';
    height: 293px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(1) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(1) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(2) {
    position: absolute;
    top: calc(324px - 28px);
    left: calc(239px - 28px);
}

.map-box .branch-list li:nth-child(2) .fix-box:before {
    content: '';
    height: 287px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -314px;
    left: 50%;
}

.map-box .branch-list li:nth-child(2) .fix-box .name {
    position: absolute;
    top: -350px;
    left: calc(50% - 16px);
}

.map-box .branch-list li:nth-child(2) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(3) {
    position: absolute;
    top: calc(324px - 28px);
    left: calc(340px - 28px);
}

.map-box .branch-list li:nth-child(3) .fix-box {
    padding-top: 190px;
}

.map-box .branch-list li:nth-child(3) .fix-box:before {
    content: '';
    height: 190px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(3) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(3) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(4) {
    position: absolute;
    top: calc(246px - 59px);
    left: calc(439px - 59px);
}

.map-box .branch-list li:nth-child(4) .fix-box:before {
    content: '';
    height: 256px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -285px;
    left: 50%;
}

.map-box .branch-list li:nth-child(4) .fix-box .name {
    position: absolute;
    top: -322px;
    left: calc(50% - 16px);
}

.map-box .branch-list li:nth-child(4) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(5) {
    position: absolute;
    top: calc(518px - 59px);
    left: calc(574px - 59px);
}

.map-box .branch-list li:nth-child(5) .fix-box {
    padding-top: 150px;
}

.map-box .branch-list li:nth-child(5) .fix-box:before {
    content: '';
    height: 150px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(5) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(5) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(6) {
    position: absolute;
    top: calc(318px - 59px);
    left: calc(480px - 59px);
}

.map-box .branch-list li:nth-child(6) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(6) .fix-box:before {
    content: '';
    height: 1px;
    width: 111px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(6) .fix-box .name {
    position: absolute;
    top: -100px;
    left: 136px;
    padding-left: 80px;
    padding-bottom: 40px;
}

.map-box .branch-list li:nth-child(6) .fix-box .name:after {
    content: '';
    width: 75px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.map-box .branch-list li:nth-child(6) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: 12px;
    left: 50px;
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(7) {
    position: absolute;
    top: calc(369px - 59px);
    left: calc(521px - 59px);
}

.map-box .branch-list li:nth-child(7) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(7) .fix-box:before {
    content: '';
    height: 1px;
    width: 111px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(7) .fix-box .name {
    position: absolute;
    top: -27.5px;
    left: 139px;
    padding-left: 90px;
    padding-top: 18px;
}

.map-box .branch-list li:nth-child(7) .fix-box .name:after {
    content: '';
    width: 75px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(25deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.map-box .branch-list li:nth-child(7) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: 12px;
    left: 60px;
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(8) {
    position: absolute;
    top: calc(403px - 59px);
    left: calc(457px - 59px);
}

.map-box .branch-list li:nth-child(8) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(8) .fix-box:before {
    content: '';
    height: 1px;
    width: 111px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(8) .fix-box .name {
    position: absolute;
    top: -27px;
    left: 139px;
    padding-left: 40px;
    padding-top: 60px;
}

.map-box .branch-list li:nth-child(8) .fix-box .name:after {
    content: '';
    width: 75px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(75deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.map-box .branch-list li:nth-child(8) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: 12px;
    left: 15px;
    border-radius: 50%;
}

.map-box .award-num {
    position: absolute;
    top: 162px;
    right: 146px;
}

.map-box .award-num .nums {
    margin-bottom: 60px;
    text-align: center;
}

.map-box .award-num .nums .total {
    font-weight: 400;
    font-size: 40px;
    color: #E44E3E;
    line-height: 50px;
}

.map-box .award-num .nums .total span {
    color: inherit;
    min-width: .2em;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
}

.map-box .award-num .nums .total span::after {
    transform: translate3d(0px, -8.5646px, 0px);
}

.map-box .award-num .nums .txt {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
}


   .m-img {
        display: none;
    }

@media (max-width: 990px) {

.m-show {
    display: block;
}
.m-hide {
    display: none;
}
    .pc-img {
        display: none;
    }
       .m-img {
        display: block;
    }

    .map-box {
        /*display: none;*/
        margin-top: 115px;
        margin-bottom: 133px;
    }

    .contact-list {
        margin-top: 20px;
        display: block;
    }

    .contact-list li {
        width: 100%;
        margin: 0 0 20px;
    }

    .banner-box .banner-content {
        position: static;
    }
.banner-box .banner-content .left-con img {
    height: auto!important;
    margin-bottom: 20px;
}
    .banner-box .banner-content .con {
        width: 100%;
    }



.map-box .branch-list li:nth-child(1) {
    position: absolute;
    top: calc(36% - 28px);
    left: calc(20% - 28px);
}

.map-box .branch-list li:nth-child(1) .fix-box {
    padding-top: 193px;
}

.map-box .branch-list li:nth-child(1) .fix-box:before {
    content: '';
    height: 193px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(1) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(1) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(2) {
    position: absolute;
    top: calc(27% - 28px);
    left: calc(27% - 28px);
}

.map-box .branch-list li:nth-child(2) .fix-box:before {
    content: '';
    height: 187px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -223px;
    left: 50%;
}

.map-box .branch-list li:nth-child(2) .fix-box .name {
    position: absolute;
    top: -277px;
    left: calc(50% - 16px);
}

.map-box .branch-list li:nth-child(2) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(3) {
    position: absolute;
    top: calc(23% - 28px);
    left: calc(36% - 28px);
}

.map-box .branch-list li:nth-child(3) .fix-box {
    padding-top: 90px;
}

.map-box .branch-list li:nth-child(3) .fix-box:before {
    content: '';
    height: 90px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(3) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(3) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(4) {
    position: absolute;
    top: calc(20% - 59px);
    left: calc(57% - 59px);
}

.map-box .branch-list li:nth-child(4) .fix-box:before {
    content: '';
    height: 156px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -185px;
    left: 50%;
}

.map-box .branch-list li:nth-child(4) .fix-box .name {
    position: absolute;
    top: -222px;
    left: calc(50% - 16px);
}

.map-box .branch-list li:nth-child(4) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(5) {
    position: absolute;
    top: calc(49% - 59px);
    left: calc(78% - 59px);
}

.map-box .branch-list li:nth-child(5) .fix-box {
    padding-top: 50px;
}

.map-box .branch-list li:nth-child(5) .fix-box:before {
    content: '';
    height: 50px;
    width: 1px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: 50%;
}

.map-box .branch-list li:nth-child(5) .fix-box .name {
    position: relative;
}

.map-box .branch-list li:nth-child(5) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -20px;
    left: calc(50% - 9px);
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(6) {
    position: absolute;
    top: calc(28% - 59px);
    left: calc(64% - 59px);
}

.map-box .branch-list li:nth-child(6) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(6) .fix-box:before {
    content: '';
    height: 1px;
    width: 51px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(6) .fix-box .name {
    position: absolute;
    top: -87px;
    left: 78px;
    padding-left: 53px;
    padding-bottom: 26px;
}

.map-box .branch-list li:nth-child(6) .fix-box .name:after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.map-box .branch-list li:nth-child(6) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: 14px;
    left: 32px;
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(7) {
    position: absolute;
    top: calc(34% - 59px);
    left: calc(72% - 59px);
}

.map-box .branch-list li:nth-child(7) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(7) .fix-box:before {
    content: '';
    height: 1px;
    width: 51px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(7) .fix-box .name {
    position: absolute;
    top: -27.5px;
    left: 80px;
    padding-left: 45px;
    padding-top: 9px;
}

.map-box .branch-list li:nth-child(7) .fix-box .name:after {
    content: '';
    width: 41px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(25deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.map-box .branch-list li:nth-child(7) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: 18px;
    left: 28px;
    border-radius: 50%;
}

.map-box .branch-list li:nth-child(8) {
    position: absolute;
    top: calc(40% - 59px);
    left: calc(68% - 59px);
}

.map-box .branch-list li:nth-child(8) .fix-box {
    padding-left: 111px;
    flex-direction: row;
}

.map-box .branch-list li:nth-child(8) .fix-box:before {
    content: '';
    height: 1px;
    width: 51px;
    display: block;
    background: #E44E3E;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}

.map-box .branch-list li:nth-child(8) .fix-box .name {
    position: absolute;
    top: -27px;
    left: 81px;
    padding-left: 33px;
    padding-top: 33px;
}

.map-box .branch-list li:nth-child(8) .fix-box .name:after {
    content: '';
    width: 47px;
    height: 1px;
    display: block;
    background: #E44E3E;
    transform: rotate(75deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.map-box .branch-list li:nth-child(8) .fix-box .name:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #E44E3E;
    position: absolute;
    bottom: 12px;
    left: 8px;
    border-radius: 50%;
}
.branch-list {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 7px;
        
}
   .map-box {
       height: auto;
   } 
   .map-box .award-num {
       position: relative;
       display: flex;
       right: 0;
       width: 100%;
       justify-content: space-around;
       top: 110px;
   }
   .map-box .award-num .nums .txt {
       line-height: normal;
   }
   .map-box .award-num .nums {
       margin-bottom: 30px;
   }
}



  