.module-banner{
    width: 100%;
    /* height: 650px; */
    margin-top: 70px;
    position: relative;
}
.module-banner .lq-banner-swiper .img-box{
    width: 100%;
    height: 650px;
}
.module-banner .lq-banner-swiper .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes large-s{
    0%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100%{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
}
}
.module-banner .lq-banner-swiper .swiper-slide-active .img-box img{
    animation: large-s 1.2s ease-out 0s 1 forwards;
    -webkit-animation: large-s 1.2s ease-out 0s 1 forwards;
}
.module-banner .banner-tip{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 25px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.module-banner .banner-tip img{
    display: inline-block;
}
.module-banner .banner-tip .text{
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}
.module-banner .swiper-custom-pagination{
    position: absolute;
    z-index: 10;
    bottom: 4%;
    /* left: 50%;
    transform: translateX(-50%); */
    text-align: center;
}
.module-banner .swiper-pagination-bullet{
    margin-right: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.module-banner .swiper-pagination-bullet-active{
    background: #019B50;
    width: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.module-banner .swiper-button-prev{
    background-image: url(/statics/home/images/left.svg);
}
.module-banner .swiper-button-next{
    background-image: url(/statics/home/images/right.svg);
}
/* .module-banner .swiper-custom-pagination {
    position: absolute;
    z-index: 10;
    bottom: 14%;
    left: 50%;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.6);
    transform: translateX(-50%);
} */
/* .module-banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    margin-left: 100px;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    cursor: pointer;
}
.module-banner .swiper-pagination-bullet{
    background: transparent;
    opacity: 1;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.module-banner .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.module-banner .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 0;
    height: 2px;
    background: #019B50;
    transition: all .3s;
}
.module-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
}
.module-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 100%;
} */

/*新闻模块 */
.module-news{
    width: 100%;
    height: 760px;
    /* background: #000; */
    background-size: cover;
    position: relative;
    padding-top: 65px;
    padding-bottom: 62px;
}
.module-news .module-news-info{
    width: 1640px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.module-news .module-news-info .top{
    /* border-bottom: 4px solid rgba(153,153,153,1); */
}
.module-news .module-news-info .top .title{
    font-size: 36px;
    color: #fff;
}
.module-news .fix-title{
    color: #000000;
    text-align: center;
    margin-bottom: 30px;

}
.module-news .module-news-info .top .list{
    /* margin-top: 35px; */
    position: relative;
    top: 2px;
    /* padding-bottom: 5px; */
}
.module-news .module-news-info .top .list .item{
    float: left;
    cursor: pointer;
    color: rgba(153,153,153,1);
    font-size: 18px;
    margin-right: 23px;
    position: relative;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.module-news .module-news-info .top .list .item:before{
    content: '/';
    display: inline-block;
    position: absolute;
    right: -18px;
    width: 10px;
    
}
.module-news .module-news-info .top .list .item:last-child:before{
    display: none;
}
.module-news .module-news-info .top .list .item:last-child{
    margin-right: 0;
}
.module-news .module-news-info .top .list .item.active{
    color: rgba(1,155,80,1);
    font-size: 22px;
    font-weight: 700;
    padding-top: 4px;
    /* border-bottom: 4px solid rgba(1,155,80,1); */
}
.module-news .module-news-info .top .list .item:after {
    content: "";
    width: 0;
    height: 2px;
    background: #009A4E;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.module-news .module-news-info .top .list .item.active:after {
    left: 0;
    width: 100%;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s ease-in-out;
}
.module-news .module-news-info .btm-box{
    border-top: 2px solid #e6e6e6;
    display: none;
}
.module-news .module-news-info .btm-box .info-item{
    margin-top: 50px;
}
.module-news .module-news-info .btm-box .left-img-box{
    width: 49%;
    /* height: 374px; */
    height: 440px;
}
.module-news .module-news-info .btm-box .left-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-news .module-news-info .btm-box .right-info-box{
    width: 47%;
    position: relative;
    top: -9px;
}
.module-news .module-news-info .btm-box .right-info-box .title{
    /* font-size: 30px; */
    color: #333333;
    text-align: justify;
    line-height: 45px;
}
.module-news .module-news-info .btm-box .right-info-box .sub-title{
    color: rgba(153,153,153,1);
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 9px;
    min-height: 48px;
}
.module-news .module-news-info .btm-box .right-info-box .news-item{
    display: block;
    margin-bottom: 32px;
}
.module-news .module-news-info .btm-box .right-info-box .news-item .news-item-title{
    color: 333333;
    /* font-size: 18px; */
    width: 83%;
}
.module-news .module-news-info .btm-box .right-info-box .news-item .times{
    color: rgba(153,153,153,1);
    position: relative;
    top: 3px;
    /* font-size: 18px; */
}
.module-news .module-news-info .btm-box .right-info-box .news-item:hover .news-item-title{
    color: #019B50;
}
.module-news .module-news-info .btm-box .right-info-box .news-item:hover .times{
    color: #019B50;
}
.module-news .module-news-info .btm-box .right-info-box .top-item:hover .title{
    color: #019B50;
}
.module-news .module-news-info .btm-box .right-info-box .more-news{
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(1,155,80,1);
    color: #fff;
    margin-top: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/* 关于路桥 */
.module-about{
    width: 100%;
    height: 710px;
    background: url(/statics/home/images/jianjie-bg.jpg);
    background-size: cover;
    padding-top: 60px;
}
.module-about .fix-title{
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.module-about .about-box{
    height: 100%;
    width: 1640px;
    margin: 0 auto;
}
.module-about .left-video{
    width: 50%;
    height: 468px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.module-about .left-video .fix-video{
    width: 100%;
    height: 100%;
}
.module-about .fix-out-box{
    width: 80%;
}
.module-about .left-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-about .left-video:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.module-about .left-video .iconfont{
    cursor: pointer;
    font-size: 90px;
    font-weight: 700;
    color: #009A4E;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.module-about .right-info{
    width: 50%;
    /* height: 100%; */
    /* background: #ccc; */
}
.module-about .right-info .title{
    color: rgba(51,51,51,1);
}
.module-about .right-info .introduction{
    color: rgba(102,102,102,1);
    /* font-size: 20px; */
    /* width: 653px; */
    width: 82%;
    margin-top: 50px;
    text-align: justify;
}
.module-about .right-info .number-box{
    /* width: 688px; */
    width: 82%;
    /* width: 77%; */
    height: 125px;
    border-radius: 12px;
    /* padding-top: 20px; */
    /* padding-left: 15px; */
    margin-top: 40px;
}
.module-about .right-info .num-item {
    width: 19%;
}
.module-about .right-info .num-item .num{
    position: relative;
    text-align: center;
}
.module-about .right-info .num-item .num .one{
    font-size: 26px;
    color: #019B50;
}
.module-about .right-info .num-item .num .two{
    font-size: 16px;
    color: #019B50;
}
.module-about .right-info .num-item .num .three{
    font-size: 18px;
    font-weight: 700;
    color: #019B50;
    position: absolute;
}
.module-about .right-info .num-item .name{
    font-size: 14px;
    color: #019B50;
    position: relative;
    top: -11px;
    text-align: center;
}
.module-about .right-info .number-box .xian{
    width: 1px;
    height: 52px;
    background-color: #ccc;
    position: relative;
    top: 18px;
    /* margin-left: 17px;
    margin-right: 17px; */
}
.module-about .right-info .number-box .xian:last-child{
    display: none;
}
.module-about .more-box{
    text-align: right;
}
.module-about .more-box .sj-img{
    margin-left: 12px;
    margin-top: 3px;
}
.module-about .show-more{
    /* display: inline-block; */
    position: relative;
    top: 22px;
}
.module-about .show-more:hover span{
    color: #009A4E;
}
.module-about .show-more span{
    font-size: 18px;
    color: #333;
}
.module-about .show-more .links{
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(1,155,80,1);
    margin-left: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.module-about .show-more .links .iconfont{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 0;
}
/* 集团产业 */

.module-industry{
    width: 100%;
    height: 767px;
    position: relative;
}
.module-industry .add-title{
    color: #000;
    margin-bottom: 50px;
    z-index: 25;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}
.module-industry .industry-box{
    height: 100%;
}
.module-industry .industry-container{
    /* height: 997px; */
    width: 100%;
    height: 100%;
}
.module-industry .industry-container .out-box{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.module-industry .industry-container .out-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes large-s{
    0%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100%{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}
.module-industry .industry-container .swiper-slide-active .out-box img{
    /* animation: large-s 1.2s ease-out 0s 1 forwards;
    -webkit-animation: large-s 1.2s ease-out 0s 1 forwards; */
}
.module-industry .industry-container .out-box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*最后一个参数是半透明度，可以透过调整0-1的数值，调整到满意的透明度*/
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.module-industry .industry-container .out-box .text-box{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.module-industry .industry-container .out-box .text-box .title{
    color: rgba(255,255,255,1);
    font-size: 42px;
    font-weight: 700;
}
.module-industry .industry-container .out-box .text-box .show-more{
    margin-top: 60px;
    display: inline-block;
}
.module-industry .industry-container .out-box .text-box .show-more span{
    color: rgba(255,255,255,1);
    font-size: 18px;
}
.module-industry .industry-container .out-box .text-box .show-more .links{
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(1,155,80,1);
    margin-left: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.module-industry .industry-container .out-box .text-box .show-more .links .iconfont{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 0;
}
.module-industry .list-box{
    /* width: 923px; */
    /* width: 589px; */
    width: 45%;
    /* height: 200px; */
    padding: 10px;
    z-index: 20;
    position: absolute;
    /* right: 141px; */
    right: 0;
    bottom: 40px;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
}
.module-industry .list-box .swiper-slide{
    text-align: center;
}
.module-industry .list-box .swiper-button-prev{
    left: 0px;
    width: 15px;
    height: 25px;
    background-image: url(/statics/home/images/left-n.png);
    background-size: cover;
}
.module-industry .list-box .swiper-button-next{
    right: 0px;
    width: 15px;
    height: 25px;
    background-image: url(/statics/home/images/right-n.png);
    background-size: cover;
}
.module-industry .list-box .img-box {
    width:71px;
    height: 71px;
    line-height: 71px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #009a4e;
    text-align: center;
    position: relative;
    display: inline-block;
}
.module-industry .list-box .list-item{
    display: inline-block;
    text-align: center;
}
.module-industry .list-box .active  .list-item .img-box{
    background: #009a4e;
}
.module-industry .list-box .active  .list-item .iconfont{
    color: #fff;
}
/* .module-industry .list-box .list-item .img-box img {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */
/* .module-industry .list-box .active  .list-item{
    margin-right: 10px;
} */
/* .module-industry .list-box .active  .list-item .img-box:after{
    position: absolute;
    top: -11px;
    left: -11px;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #bbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
} */
.module-industry .list-box .name{
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
}
.module-industry .list-container{
    padding-bottom: 20px;
   
}
/* .module-industry .list-container  .swiper-pagination-progress{
    top: 180px;
}
.module-industry .list-container .swiper-pagination-progress{
    background: #ccc;
}
.module-industry .list-container .swiper-pagination-progressbar{
    background: #fff;
    height: 3px;
    top: -1px;
}
.module-industry .list-container .swiper-pagination-progress{
    height: 2px;
} */
.module-industry .list-box .list-item .iconfont{
    margin-right: 0;
    color: #009a4e;
    font-size: 41px;

}
.module-industry .add-mi-box{
    width: 1640px;
    /* height: 540px; */
    /* padding-right: 100px; */
    position: absolute;
    top: 163px;
    left: 50%;
    z-index: 19;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.module-industry .add-mi-box .out-box{
    width: 100%;
}
.module-industry .add-mi-box .left-img-box{
    width: 50%;
    height: 540px;
}
.module-industry .add-mi-box .left-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-industry .add-mi-box  .right-box{
    width: 50%;
    /* padding-left: 100px; */
    padding-left: 6%;
    padding-top: 50px;
    padding-right: 10px;
}
.module-industry .add-mi-box  .right-box .title-box{
    width: 100%;
    text-align: center;
    position: relative;
}
.module-industry .add-mi-box  .right-box .title-box .title{
    width: 100%;
    text-align: center;
    color: #333;
}
.module-industry .add-mi-box .more-box {
    position: absolute;
    right: 0;
    top: 5px;
}
.module-industry .add-mi-box .more-box .sj-img{
    margin-left: 12px;
    margin-top: 3px;
}
.module-industry .add-mi-box .show-more{
    /* display: inline-block; */
    position: relative;
    top: 22px;
}
.module-industry .add-mi-box .show-more:hover span{
    color: #009A4E;
}
.module-industry .add-mi-box .show-more span{
    font-size: 18px;
    color: #333;
}
.module-industry .add-mi-box  .right-box .text-wrap{
    color: #7f7f7f;
    line-height: 35px;
    margin-top: 20px;
    text-align: justify;
    height: 210px;
}

/* 项目轨迹 */
.module-project{
    width: 100%;
    height: 1001px;
    background: #f4f4f4;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 6%;
}
.module-project .left-img-box{
    width: 60%;
    height: 856px;
}
.module-project .left-img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.module-project .right-info-box{
    width: 40%;
    padding-top: 188px;
    /* padding-left: 90px; */
    padding-left: 5%;
}
.module-project .right-info-box .title{
    color: #333;
    font-size: 42px;
    margin-bottom: 75px;
    font-weight: 700;
}
.module-project .right-info-box .number-box .item{
    /* margin-right: 100px; */
    margin-right: 15%;
    text-align: center;
}
.module-project .right-info-box .number-box .item .num{
    position: relative;
}
.module-project .right-info-box .number-box .item:last-child{
    margin-right: 0;
}
.module-project .right-info-box .number-box .item .one{
    font-size: 56px;
    color: #029b51;
    font-weight: 700;
}
.module-project .right-info-box .number-box .item .two{
    font-size: 16px;
    color: #029b51;
    position: absolute;
}
.module-project .right-info-box .number-box .item .name{
    font-size: 18px;
    color: rgba(51,51,51,1);
    position: relative;
    top: -10px;
}
.module-project .right-info-box .brief{
    color: rgba(51,51,51,1);
    font-weight: 16px;
    /* width: 646px; */
    width: 85%;
    text-align: justify;
    margin-top: 35px;
}
.add-public{
    width: 1670px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* 2024-2-18 首页新闻添加轮播功能 */
.add-news-swiper{
    width: 100%;
    height: 100%;
}
.add-news-swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.add-news-swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
.add-news-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-news-swiper .add-new-pagination{
    text-align: right;
    padding-right: 30px;
    bottom: 8;
}

.add-news-swiper .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
.add-news-swiper .swiper-pagination-bullet-active{
    background: #009A4E;
}
.add-news-swiper .swiper-slide .add-swiper-mask{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    background: rgba(0,0,0,.5);
}
.add-news-swiper .swiper-slide .add-swiper-mask .item{
    color: #fff;
    width: 80%;
}
.add-news-swiper .swiper-slide .link-box{
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1760px) {
    .add-public{
        width: 90% !important;
    }
    .module-industry .add-mi-box{
        padding-right: 0;
    } 
}

@media screen and (max-width:1680px) {
    .module-banner .lq-banner-swiper .img-box{
        height: 570px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item{
        margin-bottom: 22px;
    }
    .module-news .fix-title {
        margin-bottom: 20px;
    }
    .module-news{
        padding-top: 35px;
        height: 720px;
        padding-bottom: 30px;
    }
    .module-news .module-news-info .btm-box .info-item{
        margin-top: 40px;
    }
    .module-news .module-news-info .btm-box .left-img-box {
        height: 455px;
    }
    .module-news .module-news-info .btm-box .right-info-box .sub-title{
        margin-bottom: 15px;
    }
    .module-about{
        height: 600px;
        padding-top: 35px;
    }
    .module-about .fix-title {
        margin-bottom: 20px;
    }
    .module-about .right-info .introduction{
        margin-top: 30px;
    }
    .module-about .right-info .number-box{
        margin-top: 30px;
    }
    .module-about .left-video {
        height: 430px;
    }
    .module-industry .add-title{
        top: 35px;
    }
    .module-industry .add-title{
        margin-bottom: 30px;
    }
    .module-industry .add-mi-box {
        top: 133px;
    }
    .module-industry .add-mi-box .left-img-box{
        height: 450px;
    }
    .module-industry .add-mi-box .right-box{
        padding-top: 10px;
    }
    .module-industry .list-box{
        bottom: 10px;
    }
    .module-industry{
        height: 630px;
    }
}

@media screen and (max-width:1440px) {
    .module-news {
        height: 620px;
    }
    .module-about .right-info .introduction{
        width: 80%;
    }
    .module-banner .lq-banner-swiper .img-box{
        height: 480px;
    }
    .module-news .fix-title{
        margin-bottom: 0;
    }
    .module-news .module-news-info .btm-box .info-item {
        margin-top: 30px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item {
        margin-bottom: 12px;
    }
    .module-news .module-news-info .btm-box .left-img-box {
        height: 415px;
    }
    .module-about {
        height: 580px;
    }
    .module-about .right-info .num-item .num .one {
        font-size: 30px;
    }
}
@media screen and (max-width:1366px) {
    .module-banner .lq-banner-swiper .img-box{
        height: 400px;
    }
    .module-news{
        padding-top: 20px;
        height: 550px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item{
        margin-bottom: 7px;
    }
    .module-news .module-news-info .btm-box .left-img-box{
        height: 355px;
    }
    .module-about{
        padding-top: 20px;
    }
    .module-about .fix-title{
        margin-bottom: 10px;
    }

    .module-about .left-video{
        height: 380px;
    }
    .module-about .right-info .introduction{
        margin-top: 20px;
    }
    .module-about .right-info .number-box {
        margin-top: 20px;
    }
    .module-about{
        height: 476px;
    }
    .module-about .right-info .number-box{
        height: 90px;
    }
    .module-industry{
        height: 600px;
    }
    .module-industry .add-title {
        top: 25px;
    }
    .module-industry .add-mi-box{
        top: 113px;
    }
    .module-industry .add-mi-box .right-box{
        padding-top: 0;
    }
    .module-industry .add-mi-box .left-img-box{
        height: 400px;
    }
    .module-industry .add-mi-box .right-box .text-wrap{
        margin-top: 10px;
    }
    .module-industry .list-box{
        bottom: 0;
    }
    
}
@media screen and (max-width:1420px){
    .module-news .module-news-info{
        width: 85%;
    }
}
@media screen and (max-width:1400px) {

    .module-project .left-img-box{
        width: 55%;
    }
    .module-project .right-info-box{
        width: 45%;
    }
}

@media screen and (max-width:1366px) {

    .module-industry .list-box{
        /* width: 85%; */
    }
    .module-about .right-info .introduction{
        width: 100%;
    }
    .module-about .right-info .number-box {
        width: 100%;
    }
    .module-about .right-info .num-item .num .one{
        font-size: 26px;
    }
    .module-about .right-info{
        padding-right: 80px;
    }
    .module-project .right-info-box .number-box .item .one{
        font-size: 46px;
    }
}
@media screen and (max-width:1200px) {
    .module-about .more-box{
        display: block;
        float: none;
        margin-top: 15px;
    }
    .module-about .show-more{
        position: static;
    }
    .module-about .more-box .sj-img{
        float: left;
    }
    .module-about .right-info .introduction{
        margin-top: 30px;
    }
    
}
@media screen and (max-width:1024px) {
    .module-news .module-news-info{
        width: 90%;
    }
    .module-about .right-info .introduction{
        width: 90%;
    }
    .module-project .right-info-box .number-box .item{
        width: 50%;
        margin-right: 0;
        text-align: center;
    }
    .module-project .right-info-box .number-box .item:last-child{
        width: 100%;
    }
    .module-project .right-info-box .brief{
        width: 100%;
    }
    .module-project .right-info-box .title{
        text-align: center;
    }
    .module-industry .add-mi-box .left-img-box{
        width: 100%;
        float: none;
    }
    .module-industry .add-mi-box .right-box{
        width: 100%;
        padding-left: 0;
        float: none;
        padding-top: 0;
    }
    .module-industry{
        height: 1000px;
    }
    .module-industry .add-mi-box .left-img-box{
        /* height: auto; */
        height: 350px;
    }
    .module-industry .list-box{
        bottom: -275px;
    }
    .module-industry .list-box .swiper-button-next{      
        display: none;
    }
    .module-industry .list-box .swiper-button-prev{
        display: none;
    }
    .module-industry .add-mi-box .right-box .title-box .title{
        margin-top: 20px;
    }
    .module-industry .list-container{
        padding-bottom: 0;
    }
}
@media screen and (max-width:992px) {

    .module-news .module-news-info .btm-box .left-img-box{
        width: 100%;
    }
    .module-news .module-news-info .btm-box .right-info-box{
        width: 100%;
        margin-top: 20px;
    }
    .module-about{
        height: auto;
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .module-industry .add-title{
        top: 30px;
    }
    .module-about .left-video{
        width: 100%;
        float: none;
    }
    .module-about .right-info{
        width: 100%;
    }
    .module-about .right-info .title{
        width: 100%;
        margin-top: 0px;
        font-size: 32px;
        display: none;
    }
    .module-about .right-info{
        padding:2% 0px;
        margin-bottom: 20px;
    }
    .module-about .right-info .introduction{
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
    }
    .module-industry .add-mi-box{
        top: 110px;
    }
    .module-industry .add-mi-box .right-box .title-box .title{
        font-size: 24px;
    }
    .module-industry .add-mi-box .show-more span{
        font-size: 16px;
    }
    .module-about .show-more span{
        font-size: 16px;
    }
    .module-about .right-info .number-box{
        width: 100%;
        height: auto;
        padding: 10px;
        background: #fff;
    }
    .module-about .right-info .number-box .xian{
        display: none;
    }
    .module-about .right-info .num-item .num .one{
        font-size: 24px;
    }
    .module-about .right-info .number-box .num-item{
        width: 48%;
        float: none;
        display: inline-block;
    }
    .module-about .right-info .number-box .num-item:nth-child(-n+1){
        width: 100%;
        display: inline-block;
        /* margin-top: 10px; */
    }
    .module-banner .swiper-custom-pagination{
        /* display: none; */
    }
    .module-banner{
        height: 400px;
    }
    .module-banner .lq-banner-swiper .img-box{
        height: 400px;
    }
    .module-news{
        padding: 0;
        min-height: 730px;
        /* height: auto; */
        height: 770px;
        padding-top: 30px;
    }
    .module-news .module-news-info .btm-box .left-img-box{
        height: auto;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item{
        margin-bottom:15px ;
    }
    .module-about .left-video{
        height: auto;
        margin-top: 20px;
    }
    .module-about .fix-title{
        margin-bottom: 10px;
    }
    .module-about .fix-out-box{
        width: 100%;
    }


    /* .module-industry{
        height: 870px;
    } */
    .module-industry .list-box{
        width: 100%;
        /* bottom: 0; */
    }
}
@media screen and (max-width:768px){
    .module-industry .list-box{
        bottom: -145px;
    }
    .module-news .module-news-info .top .title{
        font-size: 38px;
    }
    .module-news .module-news-info .top .list .item{
        font-size: 18px;
    }
    .module-news .module-news-info .top .list .item.active{
        font-size: 24px;
    }
    .module-news .module-news-info .btm-box .right-info-box .title{
        font-size: 32px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item .news-item-title{
        font-size: 16px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item .times{
        font-size: 16px;
    }
    .module-industry .industry-container .out-box .text-box .title{
        font-size: 40px;
    }
    .module-project{
        height: auto;
        padding:10% 15px;
    }
    .module-project .left-img-box{
        width: 100%;
        float: none;
    }
    .module-project .right-info-box{
        width: 100%;
        float: none;
        padding: 0;
    }
    .module-project .left-img-box{
        height: 50%;
    }
    .module-project .right-info-box .title{
        margin-bottom: 20px;
    }
    .module-project .right-info-box .number-box .item .one{
        font-size: 36px;
    }
    .module-project .right-info-box .brief{
        margin-top: 25px;
    }
    .module-banner .swiper-button-prev{
        display: none;
    }
    .module-banner .swiper-button-next{
        display: none;
    }
    .module-industry .list-box .swiper-button-next{
        display: none;
    }
    .module-industry .list-box .swiper-button-prev{
        display: none;
    }
    .module-industry .list-box .swiper-slide{
        text-align: center;
    }
    .module-about .right-info .ellipsis-4{
        display: block;
    }
    .add-public{
        width: 100% !important;
    }
    .f36 {
        font-size: 28px;
    }
    .add-news-swiper .swiper-slide .add-swiper-mask{
        padding: 5px 10px;
    }
    .add-news-swiper .add-new-pagination{
        padding-right: 10px;
        bottom: 8px;
    }
   
}
@media screen and (max-width:530px){
    .module-news .module-news-info .btm-box .right-info-box .sub-title{
        margin-bottom: 15px;
    }

    .module-news .module-news-info{
        width: 100%;
    }
    .module-news .module-news-info .top .title{
        width: 100%;
        text-align: center;
    }
    .module-news .module-news-info .top .list{
        width: 100%;
       position: relative;
       text-align: center;
       margin-top: 20px;
       top: -3px;
    }
    .module-news .module-news-info .top .list .item{
        float: none;
        display: inline;
    }
    .module-news .module-news-info .top .title{
        font-size: 26px;
    }
    .module-news .module-news-info .top .list .item.active{
        font-size: 18px;
    }
    .module-news .module-news-info .top .list .item{
        font-size: 16px;
    }
    .module-news .module-news-info .top .list .item:after{
        height: 4px;
    }
    .module-news .module-news-info .btm-box .right-info-box .title{
        font-size: 22px;
        line-height: 1.5;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item .news-item-title{
        font-size: 15px;
    }
    .module-news .module-news-info .btm-box .right-info-box .news-item .times{
        font-size: 15px;
    }
    .module-news .module-news-info .btm-box .left-img-box{
        height: auto;
    }
    .module-news .module-news-info{
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .module-industry .add-mi-box .more-box{
        position: static;
        margin-top: 20px;
    }
    .module-industry .add-mi-box .more-box .sj-img{
        float: left;
    }
    .module-industry .add-mi-box .show-more{
        position: static;
    }
}