.nav{
    position: relative;
}
footer.foot-box {
    margin-top: -111px;
}
.nav::after{
    /*content: '';*/
    position: absolute;
    width: 100%;
    bottom:-30px;
    height: 2px;
    opacity: .4;

background: #FFFFFF;
border: NaNpx solid #FFFFFF;
}
.banner {
    position: relative;
}
.banner .new-banner-text-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .new-banner-text  {
    height: 100%;
    padding-bottom: 114px;
}
.banner .new-banner-text .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    height: 100%;
}
.banner .new-banner-text .new-banner-text-text {
    width: 428px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-align: right;
}
.out-circle {
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    border: 2px rgba(89, 174, 219, 0.3) dotted;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15%;
}

.out-circle .middle-circle {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    border: 2px rgba(89, 174, 219, 0.3) dotted;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.out-circle .middle-circle .intro-list li {
    width: 134px;
    position: absolute;
    top: 33px;
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
}

.out-circle .middle-circle .intro-list li:before, .out-circle .middle-circle .intro-list li:after {
    content: '';
    display: block;
    clear: both;
}

.out-circle .middle-circle .intro-list li .icon-sign {
    background-image: url("../images/index/lit-circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 37px;
}

.out-circle .middle-circle .intro-list li .icon-sign img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    object-fit: contain;
}

.out-circle .middle-circle .intro-list li .text {
    text-align: right;
}

.out-circle .middle-circle .intro-list li .text .tit {
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 10px;
    /*line-height: 88px;*/
}


.out-circle .middle-circle .intro-list li .text .desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.out-circle .middle-circle .intro-list li:first-child {
    left: -12px;
    flex-direction: row-reverse;
}

.out-circle .middle-circle .intro-list li:first-child .icon-sign {
    float: right;
    margin-left: 20px;
}

.out-circle .middle-circle .intro-list li:first-child .text {
    text-align: right;
    float: right;
}

.out-circle .middle-circle .intro-list li:nth-child(2) {
    right: 0;
}

.out-circle .middle-circle .intro-list li:nth-child(2) .icon-sign {
    float: left;
    margin-right: 20px;
}

.out-circle .middle-circle .intro-list li:nth-child(2) .text {
    text-align: left;
    float: left;
}

.out-circle .middle-circle .intro-list li:nth-child(3) {
    left: -72px;
    flex-direction: row-reverse;
    top: 50%;
}

.out-circle .middle-circle .intro-list li:nth-child(3) .icon-sign {
    margin-left: 20px;
}
.out-circle .middle-circle .intro-list li:nth-child(3) .text {
        text-align: right;
}
/*.out-circle .middle-circle .intro-list li:nth-child(3) .text {
    text-align: left;
}
*/
.out-circle .middle-circle .intro-list li:nth-child(4) {
    right: -72px;
    top: 50%;
}

.out-circle .middle-circle .intro-list li:nth-child(4) .icon-sign {
    margin-right: 20px;
}

.out-circle .middle-circle .intro-list li:nth-child(4) .text {
    text-align: left;
}

.out-circle .middle-circle .intro-list li:nth-child(5) {
    bottom: -180px;
    display: block;
    top: unset;
    text-align: center;
    width: 100%;
    left: 0;
}

.out-circle .middle-circle .intro-list li:nth-child(5) .icon-sign {
    background-position: center;
}

.out-circle .middle-circle .intro-list li:nth-child(5) .text {
    margin-top: 20px;
    text-align: center!important;
}

.out-circle .middle-circle .inner-circle {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.out-circle .middle-circle .inner-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.out-circle .middle-circle .inner-circle p {
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    font-size: 18px;
    display: none;
}

.out-circle .middle-circle .inner-circle:hover {
    cursor: pointer;
}

.out-circle .middle-circle .inner-circle:hover img {
    opacity: .8;
}

.out-circle .middle-circle .inner-circle:hover p {
    font-weight: 500;
    display: block;
}
body {
    /* background: url("../images/new_img/index_bg.jpg"); */
}
.serve-bg {
    background-image: url("../images/new_img/index_bg_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: .1px;
    padding-bottom: 126px;
    background-position: bottom center;
}
.case-bg {
      background-image: url("../images/new_img/index_bg_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;  
    padding: .1px;
}
.cus_part {
      background-image: url("../images/new_img/index_bg_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;  
    padding: .1px;
}
.news_bg {
    background-image: url("../images/new_img/index_bg_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: .1px;
    background-position: center;
    padding-bottom: 111px;
}
.server-title {
    font-family: HuXiaoBo, HuXiaoBo;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 94px;
    text-align: center;
    max-width: 72%;
    margin: 80px auto 0;
    position: relative;
}
.server-title .server-title-text {
    max-width: 72%;
    margin: 0 auto;
    font-family: HuXiaoBo;
}
.server-title .server-title-text:after {
    /*display: flex;*/
    content: url("../images/new_img/dh_2.png");

    position: absolute;
    right: 0;
}
.server-title .server-title-text:before {
    /*display: flex;*/
    content: url("../images/new_img/dh_1.png");
  
    position: absolute;
    left: 0;
}
.serve-bg .intro-text {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 94px;
}

.serve-bg .intro-text p {
    color: #ffffff;
    font-size: 20px;
    text-align: right;
    font-style: normal;
}

.serve-bg .intro-text p span {
    color: #F6D487;
}

.label-tit-l {
    padding-top: 126px;
    /* width: 40%; */
    margin-bottom: 60px;
}

.label-tit-l .big-tit {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.label-tit-l .big-tit .icon-star {
    width: 80px;
    height: 80px;
    margin: -60px 5px 0;
}

.label-tit-l .big-tit .name {
    word-break: break-all;
}

.label-tit-l .tit {
    margin-top: 20px;
    font-size: 40px;
    color: #E44E3E;
    text-transform: uppercase;
    text-align: left;
    /* font-weight: bold; */
    font-family: HuXiaoBo, HuXiaoBo;
}

.label-tit {
    margin-bottom: 19px;
    margin-top: 191px;
}

.label-tit .big-tit {
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}

.label-tit .big-tit .icon-star {
    width: 80px;
    height: 80px;
    margin: -60px 5px 0;
}

.label-tit .big-tit .name {
    word-break: break-all;
}

.label-tit .tit {
    text-align: right;
    font-size: 40px;
    color: #E44E3E;
    /*margin-top: 56px;*/
    text-transform: uppercase;
    /* font-weight: bold; */
    letter-spacing: 0;
    font-family: HuXiaoBo, HuXiaoBo;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 78px;
    /* margin-bottom: 48px; */
}

.case-list li {
    width: calc((100% - 108px) / 4);
    margin-right: 36px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.case-list li img {
    width: 100%;
    transition: all .3s;
}

.case-list li .mask-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.case-list li .mask-wrap .mask {
    position: relative;
}

.case-list li .mask-wrap .img-tit {
    position: absolute;
    left: 24px;
    bottom: 25px;
    color: #ffffff;
    font-size: 20px;
}

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

.case-list li:nth-child(4n) {
    margin-right: 0px;
}

.case-list li:nth-child(2n) {
    top: -78px;
}

.look-btn {
    width: 200px;
    height: 60px;
    background: #F6D487;
    color: #000000;
    border-radius: 0;
    display: table;
    margin-top: 68px;
    line-height: 60px;
    font-size: 24px;
    box-sizing: border-box;
    transition: all 1s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.look-btn span {
    position: relative;
    z-index: 3;
}
.look-btn:after {
    content: "";
    background: #F6D487;
    width: 100%;
    height: 100%;
    position:absolute;
    z-index:1;
     width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity:1;
    /* border-radius: 0px; */
    transition: all 1s;
}
.look-btn:before {
    content: "";
    background: #E44E3E;
    width: 0%;
    height: 100%;
    position:absolute;
    left: 50%;
    top: 0%;
    z-index:2;
    opacity: 0;
    /* border-radius: 1000px; */
    transition: all 1s;
}
.look-btn:hover {
    color: #ffffff;
}
.look-btn:hover:after {
    /* opacity: 0; */
     /* width: 0%; */
    /* height: 0%; */
    /* left: 50%; */
    /* top: 50%; */
    /* opacity: 0; */
    /* border-radius: 1000px; */
}
.look-btn:hover:before {
    color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity:1;
    border-radius: 0px;
}
.team-wrap .team-list {
    width: 100%;
    margin-bottom: 0;
}
.team-text {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5em;
    clear: both;
    margin: 36px 0;
}

.team-wrap .team-list li {
    width: calc((100% - 276px) / 3);
    margin-right: 138px;
    /* background: #FFFFFF; */
    /* border-radius: 16px 16px 16px 16px; */
    /* padding: 166px 68px 67px; */
    position: relative;
    margin-bottom: 48px;
    /* margin-top: 139px; */
    transition: all .2s;
    /* overflow: hidden; */
}
.team-wrap .team-list li:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #FED568;
    border-radius: 30px 0px 30px 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: all 1s;
}

.team-wrap .team-list li:hover:after {
    bottom: -15px;
    opacity: 1;
    right: -15px;
}
.team-wrap .team-list li .intro {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 132px;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    z-index:2
}
.team-wrap .team-list li .intro .rank {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 4px;
}

.team-wrap .team-list li .img-border {
    position:relative;
    z-index: 2;
    max-height: 300px;
    overflow: hidden;
    border-radius: 24px 0;
}
/*
.team-wrap .team-list li .img-border {
    border-radius: 50%;
    position: absolute;
    top: -139px;
    background: radial-gradient(100% 50% at 50% 51%, #B1593C 0%, #F6D487 31%, #F6D487 31%, #B1593C 67%, #F6D487 100%), #000000;
    left: calc((100% - 240px) / 2);
    transition: all .2s;
    padding: 5px;
    width: 240px;
}
.team-wrap .team-list li .intro .name {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.team-wrap .team-list li .intro .rank {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.team-wrap .team-list li .intro .spec {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 36px;
    margin-top: 10px;
}*/

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

/*.team-wrap .team-list li:hover {
    background: linear-gradient(to bottom, #FBE9BE, #F2CD7E);
}

.team-wrap .team-list li:hover .img-border {
    border: none;
    background: transparent;
}*/

.part {
    height: 380px;
    background: #161616;
    padding: 50px 0;
}

.part .swiper {
    height: 90%;
}

.part .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.part .swiper-slide img {max-height: 130px;}

.new-list {
    /* margin-bottom: 48px; */
}

.new-list li {
    width: calc((100% - 142px) / 2);
    margin-right: 142px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.new-list li .img-box {
    width: 100%;
    overflow: hidden;
    max-height: 242px;
    /* position: relative; */
}

.new-list li .img-box img {
    transition: all .3s;
    width: 100%;
}

.new-list li .img-box .ico-shot {
    width: 45px;
    position: absolute;
    top: 200px;
    right: 24px;
    opacity: 0;
    transition: all .3s;
}

.new-list li .text {
    color: #FFFFFF;
    margin-top: 25px;
}

.new-list li .text .tit {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 86%;
}

.new-list li .text .time {
    font-weight: 400;
    font-size: 12px;
    color: #EB4A34;
    margin: 5px 0 10px;
}

.new-list li .text .desc {
    font-weight: 400;
    font-size: 12px;
    color: #908E8E;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new-list li:hover .img-box
img {
    transform: scale(1.5);
}

.new-list li:hover .ico-shot {
    opacity: 1;
}

.new-list li:nth-child(2n) {
    margin-right: 0;
}

.contact {
    position: relative;
    margin-bottom: 100px;
}

.contact-info {
    width: 30%;
    margin-right: 97px;
    color: #FFFFFF;
    margin-top: 40px;
    text-align: left;
    line-height: 30px;
    padding-bottom: 30px;
}

.contact-info .num {
    color: #666666;
    margin: 50px 0 30px;
    font-size: 16px;
}

.contact-info .e-mail {
    color: #E44E3E;
    font-size: 16px;
    /*margin-bottom: 107px;*/
}

.contact-img {
    width: calc(70% - 97px);
    /* height: 585px; */
    object-fit: contain;
    /* position: absolute; */
    right: 0;
    top: 300px;
}


@media (max-width: 1366px) {
    .out-circle .middle-circle .intro-list li:first-child {
        left: 0;
        top: 10px;
    }
    .out-circle .middle-circle .intro-list li:nth-child(2) {
        right: 0;
        top: 10px;
        
    }
}

@media (max-width: 990px) {
    .banner img {
        /*height: 100vh;*/
        /*object-fit: cover;*/
    }
    .serve-bg {
        padding-bottom:0;
    }
    .serve-bg .intro-text {
        padding-top: 20px;
        line-height: normal;
    }

    .serve-bg .intro-text p {
        text-align: center;
        margin-bottom: 20px;
    }

    .serve-bg .out-circle {
        border: none;
        height: auto;
        width: 100%;
        display: block;
        margin-top: 0;
    }

    .serve-bg .out-circle .middle-circle {
        border: none;
        height: auto;
        width: 100%;
        flex-direction: column-reverse;
    }

    .serve-bg .out-circle .middle-circle .inner-circle {
        /* display: none; */
        width: 100%;
        height: 60vw;
        border-radius: 0;
    }

    .serve-bg .out-circle .middle-circle .intro-list {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 30px;
    }

    .serve-bg .out-circle .middle-circle .intro-list li {
        position: static;
        flex-direction: row;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
        display: flex !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .serve-bg .out-circle .middle-circle .intro-list li .icon-sign {
        float: none;
        margin: 0;
        margin-right: 20px;
        background-size: 90px;
        padding: 29px 29px;
    }
    .out-circle .middle-circle .intro-list li .icon-sign img {
        width: 32px!important;
        height: 32px;
    }

    .serve-bg .out-circle .middle-circle .intro-list li .text {
        float: none;
        text-align: left!important;
        margin: 0;
        flex: 0 0 calc(100% - 112px);
        width: 100%;
    }
    .out-circle .middle-circle .intro-list li .text .tit {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .out-circle .middle-circle .intro-list li .text a {
        display: block;
        width: 100%;
    }
    .case-list li {
        width: calc((100% - 36px) / 2);
    }
.case-list li:nth-child(2n) {
    margin-right: 0;
}
    .team-wrap .team-list li {
        width: calc((100% - 35px) / 2);
        margin-right: 35px;
    }

    .team-wrap .team-list li:nth-child(3n) {
        margin-right: 35px;
    }

    .team-wrap .team-list li:nth-child(2n) {
        margin-right: 0px;
    }

    .contact .d-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact .label-tit-l {
        margin-bottom: 10px;
    }

    .contact .contact-info {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }

    .contact .contact-info .num {
        margin-top: 10px;
    }

    .contact .contact-info .e-mail {
        margin-bottom: 10px;
    }

    .contact .look-btn {
        margin: 30px 0;
    }

    .contact .contact-img {
        position: static;
        /* display: none; */
        width: 100%;
        height: auto;
    }
    .server-title {
        margin: 32px 0 20px;
        width: 100%;
        max-width: 100%;
    }
    .server-title .server-title-text {
        width: 100%;
        max-width: 100%;
        font-size: 24px;
        line-height: 32px;
        /* margin-bottom: 93px; */
    }
    
    .server-title .server-title-text:after,
    .server-title .server-title-text:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .new-list li .img-box .ico-shot {
        display: none;
    }
    .team-wrap .team-list li {
        margin-bottom: 20px;
        margin-top: 90px;
    }
    .out-circle .middle-circle .intro-list li .text .desc {
        white-space: normal;
    }
    .team-wrap .team-list li .intro .spec {
        line-height: normal;
    }
    .team-wrap .team-list li:nth-child(2n) {
        margin-right: 0!important;
    }
        .team-wrap .team-list li:nth-child(3n) {
        margin-right: 12px;
    }
    .team-wrap .team-list li .intro {
        position: static;
        width: 100%;
        padding-top: 10px;
        font-size: 16px;
    }
    .team-wrap .team-list li:after {
        display: none;
    }
    .new-list li {
        width: 100%;
        margin-right: 0;
    }
    .team-wrap {
        padding-bottom: 32px;
    }
    .label-tit-l {
        width: 100%;
        padding-top: 90px;
    }
    .label-tit-l .big-tit {
        font-size: 40px;
    }
    .label-tit-l .tit {
        font-size: 32px;
        margin-top: 0;
    }
        .label-tit {
        width: 100%;
        padding-top: 50px;
        margin-top: 32px;
        margin-bottom: 20px;
    }
    .label-tit .big-tit {
        font-size: 40px;
        width: 100%;
        justify-content: flex-end;
    }
    .label-tit .tit {
        font-size: 32px;
    }
    .label-tit .big-tit .icon-star,
.label-tit-l .big-tit .icon-star {
width: 60px;
    height: 60px;
}
    .serve-bg .out-circle .middle-circle .intro-list {
        display: block;
    }
    .banner .new-banner-text {
        padding-bottom: 50px;
    }
    .banner .new-banner-text .new-banner-text-text {
        font-size: 16px;
        line-height: 24px
    }

    .serve-bg .out-circle .middle-circle .intro-list li {
        width: 100%;
        /* flex-direction: row; */
    }

    .case-list {
        padding: 0;
    }

    .case-list li {
        width: 100%;
        margin-right: 0;
        top: 0 !important;
    }

    .team-wrap .team-list {
        padding: 0;
    }

    .team-wrap .team-list li {
        padding: 0;
        width: calc((100% - 12px) / 2);
        margin-right: 12px;
        margin-top: 0;
    }
    .look-btn {
        height: 45px;
        line-height: 45px;
    }
    .team-wrap .team-list li .img-border {
        /* width: 136px; */
        /* left: calc((100% - 134px) / 2); */
        /* top: -80px; */
        position: static;
    }
}
