@charset "utf-8";
/* ===================首页样式========================== */
.banner-img img{width: 100%;height: calc(100vh - max(54px,0.68rem));}
.banner-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner-con .contain{height: 100%;}
.banner-con .title{opacity: 0;transition: all 1s ease .8s;transform: translateY(0.4rem);}
.banner-con .text{opacity: 0;transition: all 1s ease .9s;transform: translateY(0.4rem);}
.banner-con .comMore-box{opacity: 0;transition: all 1s ease 1s;transform: translateY(0.4rem);}
.swiper-slide-active .banner-con .title,.swiper-slide-active .banner-con .text,.swiper-slide-active .banner-con .comMore-box{opacity: 1;transform: translateY(0);}
.swiper-slide-active.first .banner-con .title{transition-delay: 0s;}
.swiper-slide-active.first .banner-con .text{transition-delay: 0.1s;}
.swiper-slide-active.first .banner-con .comMore-box{transition-delay: 0.2s;}
.banner-pagination{z-index: 2;position: absolute;left: 0;bottom: max(15px,0.3rem);width: 100%;}
.banner-pagination .swiper-pagination-bullet{margin: 0 4px;opacity: 1;background: rgba(255, 255, 255, .25);}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.indAb-bg img{width: 100%;}
.indAb-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.indAb-bg .line{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;}
.indAb-bg .line span{display: block;width: 70%;height: 5px;background: #005197;}
.indAb-bg .line span:nth-child(2){width: 30%;background: #e77817;}
.indAb-con{z-index: 10;position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;}
.indNews-item .img img{width: 100%;height: 2.8rem;}
.indNews-item:hover .img img{transform: scale(1.1);}
.indNews-item:hover .title{color: #e77817;}
.indHZ-swp .swiper-wrapper {transition-timing-function: linear;}
.indHZ-slide{height: 1.2rem;}
.indHZ-slide img{max-height: 70%;}
.indHZ-swp:nth-child(2n){transform: rotate(180deg);}
.indHZ-swp:nth-child(2n) .indHZ-slide{transform: rotate(-180deg);}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .banner-img img{height: calc(100vh - 60px);}
    .banner-con .contain{padding-top: 40px;}
    .banner-con .text{font-size: 24px;}
    .indPro-list .uli.ml10,.indNews-list .uli.ml10{margin: -25px 0 0 -10px;}
    .indPro-list .uli.ml10.uli4 li,.indNews-list .uli.ml10.uli4 li{margin: 25px 0 0 10px;width: calc(50% - 10px);}
    .indAb-bg img{height: 250px;}
    .indAb-bg .line span{height: 3px;}
    .indNews-item .img img{height: 130px;}
    .indHZ-slide{height: 50px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}