body{
    width: 1920px;
    height: 1080px;
    background: linear-gradient( 0deg, rgba(0,18,20,0.9) 0%, #001214 14%, rgba(0,18,20,0) 30%, rgba(2,18,30,0) 30%, #02121E 100%);
}
.main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient( 90deg, #02121E 0%, rgba(2,18,30,0) 29%, rgba(2,18,30,0) 71%, #02121E 100%);
}

.home-bg-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.header{
    position: relative;
    height: 91px;
    background: url("../img/head-bg.png") no-repeat center top;
    background-size: 100% 91px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 32px;
}
.header-left{
    width: calc(50% - 390px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right{
    width: calc(50% - 390px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu{
    width: 130px;
    height: 32px;
    font-weight: 500;
    font-size: 20px;
    color: #A7BED7;
    line-height: 26px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    text-align: center;
    cursor: pointer;
}
.header-left .menu{
    background: url("../img/menu-left.png") no-repeat center bottom;
    background-size: 100% auto;
    margin-right: -5px;
}
.header-left .menu:hover{
    color: #FFFFFF;
}
.header-left .menu.active{
    color: #FFFFFF;
    background: url("../img/menu-left-active.png") no-repeat left bottom;
    background-size: 131px 50px;
}
.header-right .menu{
    background: url("../img/menu-right.png") no-repeat center bottom;
    background-size: 100% auto;
    margin-left: -5px;
}
.header-right .menu:hover{
    color: #FFFFFF;
}
.header-right .menu.active{
    color: #FFFFFF;
    background: url("../img/menu-right-active.png") no-repeat center bottom;
    background-size: 144px 42px;
}

.content{
    width: 100%;
    height: calc(100% - 131px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .box{
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
    background-color: rgba(3,11,32,0.6);
}
.content .box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/box-top.png") no-repeat right top, url("../img/box-bottom.png") no-repeat right bottom;
    position: absolute;
    top: 0;
    right: -1px;
}

.content .box:after{
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 45px);
    border-right: 2px solid rgba(89, 96, 115, 0.49);
    position: absolute;
    top: 23px;
    right: 0;
}

.content .box.rg{
    padding-left: 12px;
}
.content .box.rg:before{
    background: url("../img/box-top-right.png") no-repeat left top, url("../img/box-bottom-right.png") no-repeat left bottom;
    position: absolute;
    top: 0;
    right: auto;
    left: -1px;
}

.content .box.rg:after{
    height: calc(100% - 47px);
    border-right: 2px solid rgba(89, 96, 115, 0.49);
    top: 25px;
    left: 0;
}

.content .box .title{
    width: 96%;
    height: 32px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, #1C3680 0%, rgba(37,53,99,0) 100%);
}

.content .box .title:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg, #546596 0%, rgba(84,101,150,0) 100%);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.content .box .title:before{
    content: "";
    display: block;
    width: 30px;
    height: 6px;
    background: url("../img/tit.png") no-repeat center center;
    position: absolute;
    right: 2px;
    bottom: -5px;
}

.content .box .title span{
    cursor: pointer;
    color: #8DAAE9;
    margin-right: 8px;
}

.content .box .title span.active{
    color: #FFF;
}

.content .box .title img{
    margin: 0 8px;
}

.content .left{
    width: calc(25% - 7px);
    height: 100%;
    padding-left: 10px;
}

.content .left .box:nth-child(1){
    height: 30%;
}

.content .left .box:nth-child(2){
    height: 32%;
}

.content .left .box:nth-child(3){
    height: 37%;
}


.content .center{
    width: calc(49% - 7px);
    height: 100%;
}


.content .center .top{
    height: calc(62% + 10px);
    position: relative;
    margin-bottom: 10px;
}

.content .center .bottom{
    height: 37%;
    width: 100%;
}

.content .center .bottom .industry{
    width: 100%;
    height: 100%;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.content .center .bottom .industry .box{
    width: calc(50% - 10px);
    height: 100%;
    margin: 0;
}
.content .center .bottom .news{
    width: 100%;
    height: 100%;
}
.content .center .bottom .news .news-cont{
    width: 100%;
    height: 100%;
}
.content .center .bottom .news .box{
    width: 100%;
    height: 100%;
    margin: 0;
}

.content .right{
    width: calc(25% - 7px);
    height: 100%;
    padding-right: 10px;
}

.content .right .box:nth-child(1){
    height: calc(62% + 10px);
}

.content .right .box:nth-child(2){
    height: 37%;
}

.box-cont{
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 2;
}

.jgbh{
    width: 100%;
    height: 100%;
}

.jgbh-cont{
    width: 408px;
    height: 170px;
    margin: 15px auto 7px;
    padding: 20px 0 10px;
    background: url("../img/jgbh-bg.png") no-repeat center center;
}

.jgbh-cont .jgbh-item{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #F6EDE5;
    line-height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jgbh-cont .jgbh-item > div:nth-child(1){
    width: 184px;
}
.jgbh-cont .jgbh-item > div:nth-child(2){
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.jgbh-cont .jgbh-item > div:nth-child(3){
    width: 112px;
}

.jgbh-name{
    width: 408px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.jgbh-name >div:nth-child(1){
    width: 184px;
}
.jgbh-name >div:nth-child(2){
    width: 112px;
}

.gjzb{
    width: 100%;
    height: 100%;
    padding-top: 6px;
}

.xyzb{
    width: 100%;
    height: calc(100% - 22px);
    background: url("../img/xyzb-bg.png") no-repeat center 35px;
    background-size: 421px 189px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xyzb-item{
    width: 170px;
    height: 53px;
    padding-left: 30px;
}
.xyzb-item:nth-child(odd){
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}

.xyzb-item:nth-child(odd) .xyzb-name{
    justify-content: flex-end;
}
.xyzb-name{
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.xyzb-num{
    font-weight: bold;
    font-size: 22px;
    color: #FF3F3F;
    letter-spacing: 1px;
    margin-top: 5px;
}

.xyzb-num.down{
    color: #31FF98;
}

.zdxm{
    width: 100%;
    height: 100%;
    padding-top: 15px;

    .wo-table .cell:first-child{
        text-align: center;
        width: 15%;
    }
    .wo-table .cell:nth-child(2){
        text-align: center;
        width: 18%;
    }
    .wo-table .cell:nth-child(3){
        text-align: center;
        white-space: normal;
        text-overflow: ellipsis;
        width: 40%;
    }
    .wo-table .cell:nth-child(4){
        text-align: center;
        white-space: normal;
        text-overflow: ellipsis;
        width: 27%;
    }
}

.zczc{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.zczc-cont{
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #08285A;
    overflow: hidden;
}

.zczc-item{
    font-weight: 500;
    font-size: 14px;
    color: #D1E2FA;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bgsf{
    width: 100%;
    height: 100%;
    padding-top: 15px;

    .wo-table .cell:first-child{
        text-align: center;
        width: 15%;
    }
    .wo-table .cell:nth-child(2){
        text-align: center;
        width: 40%;
    }
    .wo-table .cell:nth-child(3){
        text-align: center;
        white-space: normal;
        text-overflow: ellipsis;
        width: 45%;
    }
}

.ptbz{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

.ptbz-cont{
    width: 100%;
    height: 100%;
}

.ptbz-item{
    width: 100%;
    background: rgba(14,94,214,0.32);
    border-left: 6px solid;
    border-image: linear-gradient(90deg, rgba(31, 168, 240, 1), rgba(49, 79, 95, 1)) 6 6;
    font-weight: 500;
    font-size: 14px;
    color: #D1E2FA;
    padding: 10px;
    margin-top: 10px;
    line-height: 20px;
    cursor: pointer;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

#zdbgSlide .ptbz-item{
    height: 60px;
}

.ptbz-item:nth-child(odd){
    border-image: linear-gradient(90deg, rgba(240, 174, 31, 1), rgba(240, 174, 31, 0.09)) 6 6;
}

.overview{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.overview-statistics{
    width: 60%;
    height: 120px;
    background: url("../img/statistics-icon.png") no-repeat left 40px;
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.statistics-name{
    font-size: 18px;
    color: #B2C8E9;
    padding-left: 10px;
}
.statistics-info{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .statistics-num{
        width: 54px;
        height: 66px;
        line-height: 58px;
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-align: center;
        background: url(../img/num-bg-1.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .statistics-point{
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-align: center;
    }
    .statistics-unit{
        font-size: 18px;
        color: #B2C8E9;
        background: none;
        font-weight: 400;
        text-shadow: none;
        padding-top: 40px;
        text-align: left;
    }
}

.lrze .statistics-info .statistics-num{
    background: url(../img/num-bg-2.png) center center no-repeat;
    background-size: 100% 100%;
}

.ai{
    width: 500px;
    height: 110px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 3;

    .ai-item{
        width: 109px;
        height: 104px;
        font-size: 12px;
        color: #1EEDF8;
        text-align: center;
        padding-top: 94px;
        cursor: pointer;
        background: url("../img/ai.png") no-repeat left center;
    }
    .ai-box{
        width: 346px;
        height: 108px;
        padding: 20px 15px 8px 28px;
        margin-right: -10px;
        display: none;
        position: relative;
        transition: all 0.5s ease;
        background: url("../img/ai-box.png") no-repeat left center;
    }
    .ai-info{
        font-size: 16px;
        color: #FFFFFF;
    }
    .ai-input{
        font-size: 12px;
        color: #FFFFFF;
        line-height: 36px;
    }
    .ai-btn{
        width: 46px;
        height: 34px;
        background: url("../img/ai-btn.png") no-repeat left center;
        cursor: pointer;
        position: absolute;
        right: 24px;
        bottom: 15px;
    }
}

.press-release{
    width: 100%;
    height: 100%;
    padding: 20px 20px 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    .pr-item{
        width: calc(50% - 20px);
        padding-right: 30px;
        margin-bottom: 20px;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .pr-item > img{
        width: 88px;
        height: 60px;
        margin-right: 15px;
    }
    .pr-cont{
        width: calc(100% - 1px);
    }
    .pr-name{
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 28px;
    }
    .pr-text{
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pr-info{
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.shhgBox{
    width: 100%;
    height: 100%;
    display: none;
    background: url("../img/shhg.png") no-repeat center center;
    background-size: cover;
}

.otherBox{
    width: 100%;
    height: 100%;
    display: none;
    background: url("../img/other-bg.png") no-repeat center top;

}
.other-cont{
    width: 100%;
    height: 100%;
    padding: 180px 0 145px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.other-info{
    width: 263px;
    height: 100%;
    text-align: center;
}

.other-info > img{
    width: 135px;
    height: 147px;
    margin: 0 auto;
}

.other-info .lable{
    font-weight: bold;
    font-size: 20px;
    color: #F2F6FA;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: -25px;
}

.other-info .info-cont{
    width: 100%;
    height: calc(100% - 172px);
    overflow: auto;
}

.other-info .text{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    height: 25px;
    line-height: 24px;
    background: linear-gradient( 90deg, rgba(1,28,78,0) 0%, rgba(28,104,167,0.81) 46%, rgba(1,28,78,0) 100%);
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(112, 176, 255, 0), rgba(212, 231, 255, 1), rgba(112, 176, 255, 0)) 1 1;
}





.box-cont > img{
    width: 347px;
    height: 168px;
    margin: 12px;
}

.box-cont .name{
    font-size: 19px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 25px;
    margin-left: 25px;
    margin-bottom: 10px;
    background: url("../img/vip.png") left center no-repeat;
}
.box-cont .info{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 30px;
    padding-right: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-cont .ry-info{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 35px;
    padding-right: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-cont .type-img{
    width: 100%;
    height: 43px;
    margin: 12px 0;
    background: url("../img/title.png") no-repeat 75px center;
}
.box-cont .img{
    height: calc(100% - 70px);
    background: url("../img/img-bottom.png") no-repeat 18px 135px;
}
.box-cont .img img{
    width: 225px;
    height: 106px;
    margin: 30px 88px;
}
.box-cont .info-name{
    font-size: 20px;
    color: #25DEFF;
    line-height: 23px;
    text-align: center;
}
.box-cont .demand{
    width: 100%;
    height: 100%;
    padding: 20px 0 0 30px;
    background: url("../img/demand-bg.png") no-repeat center bottom;
}
.box-cont .demand > p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}
.tag-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.tag-list .tag{
    width: 71px;
    height: 71px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    animation-name: floatdom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.tag-list .tag:hover{
    animation-name: none;
    animation-duration: initial;
    animation-iteration-count: infinite;
    transform: scale(1.2)!important;
}
.tag-list .tag.big{
    width: 82px;
    height: 82px;
    padding: 17px;
}
.tag-list .tag.small{
    width: 63px;
    height: 63px;
    padding: 10px;
}
.tag-list .tag.mini{
    width: 54px;
    height: 54px;
    padding: 10px;
}
.tag-list .tag.blue{
    background: rgba(217,217,217,0.01);
    box-shadow: 0px 4px 12px 0px rgba(37,193,241,0.25), inset 0px 0px 22px 0px #1DCAFF, inset 0px 0px 22px 0px #1DCAFF;
    border-radius: 46px 46px 46px 46px;
    border: 1px solid #D1E3FF;
}
.tag-list .tag.green{
    background: rgba(217,217,217,0.01);
    box-shadow: inset 0px 0px 22px 0px #0BD8A1, inset 0px 0px 22px 0px rgba(11,216,161,0.32);
    border-radius: 46px 46px 46px 46px;
    border: 1px solid #59E7C1;
}
.tag-list .tag.orange{
    background: rgba(217,217,217,0.01);
    box-shadow: inset 0px 0px 22px 0px #F2A12E, inset 0px 0px 22px 0px #F2A12E, 0px 4px 18px 0px rgba(253,151,27,0.25);
    border-radius: 46px 46px 46px 46px;
    border: 1px solid #FFDCAA;
}
.tag-list .tag:nth-child(1){
    top: 45px;
    left: 44%;
    animation-name: floatdom;
}
.tag-list .tag:nth-child(2){
    bottom: 44px;
    left: 24%;
    animation-name: floatdom_1;
}
.tag-list .tag:nth-child(3){
    top: 20px;
    left: 66%;
    animation-name: floatdom_3;
}
.tag-list .tag:nth-child(4){
    bottom: 66px;
    left: 4%;
    animation-name: floatdom_2;
}
.tag-list .tag:nth-child(5){
    top: 0;
    right: 4%;
    animation-name: floatdom_1;
}
.tag-list .tag:nth-child(6){
    top: 32px;
    left: 33%;
    animation-name: floatdom_3;
}
.tag-list .tag:nth-child(7){
    bottom: 47px;
    left: 56%;
    animation-name: floatdom_2;
}
.tag-list .tag:nth-child(8){
    top: 50px;
    left: 14.5%;
    animation-name: floatdom_1;
}
.tag-list .tag:nth-child(9){
    bottom: 40px;
    right: 5%;
}
.tag-list .tag:nth-child(10){
    bottom: 80px;
    right: 16%;
}
.renovation-plan{
    position: relative;
    padding: 30px 20px 0 100px;
}
.renovation-plan .plan{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    padding-left: 64px;
    margin-bottom: 5px;
    background: url("../img/item-bg.png") no-repeat left center;
}
.renovation-plan:before{
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(167, 205, 255, 1);
    position: absolute;
    top: 15px;
    left: 100px;
}
.solution{
    padding: 35px 33px 0 70px;
}
.solution .carousel-img{
    width: 350px;
    height: 150px;
    margin: 0 auto;
}
.solution .carousel-name{
    font-size: 16px;
    color: #25DEFF;
    line-height: 29px;
    text-align: left;
    padding-left: 30px;
    margin: 25px 0 10px;
    background: url("../img/sub-title-bg.png") no-repeat center left;
    background-size: contain;
}
.solution .carousel-info{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.effect-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.effect-list .effect{
    width: 33%;
    height: 100px;
    margin-top: 10px;
    background: url("../img/effect-bg.png") no-repeat center center;
}
.effect-list .effect-num{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin: 18px 0 35px;
}
.effect-list .effect-name{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
}

.news-details{
    width: 100%;
    height: 800px;
    overflow: auto;
}
.news-details > img{
    width: 100%;
}
.news-details > div{
    width: 100%;
    text-indent: 2em;
    text-align: justify;
    font-size: 18px;
    line-height: 1.25;
    color: #333333;
    margin: 10px 0;
}

.modal-header{
    padding-bottom: 0;
}

.modal-title{
    color: #333333;
}

