@charset "utf-8";
/* ===================首页样式========================== */
.banner-bg img{width: 100%;}
.banner-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.banner-con .text{width: max(300px,4.4rem);}
.banner-more{width: max(130px,1.9rem);height: max(36px,0.48rem);border-radius: 40px;border: 2px solid #fff;}
.banner-more:hover{background: #e4202a;border-color: #e4202a;}
.banner-pagination{z-index: 2;position: absolute;left: 0;bottom: max(15px,0.36rem);width: 100%;user-select: none;}
.banner-pagination .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;background: #fff;margin: 0 6px;}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #e4202a;}
.banner-con .title{opacity: 0;transform: translateY(0.5rem);transition: all 1s ease .8s;}
.banner-con .text{opacity: 0;transform: translateY(0.5rem);transition: all 1s ease .9s;}
.banner-more-box{opacity: 0;transform: translateY(0.5rem);transition: all 1s ease 1s;}
.swiper-slide-active .banner-con .title,.swiper-slide-active .banner-con .text,.swiper-slide-active .banner-more-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-more-box{transition-delay: 0.2s;}
.indTop{background: url('../images/index/indFeat-bg.jpg') no-repeat center/cover;}
.indNewPro-flex{background: #fff;box-shadow: 0px 0.05rem 0.24rem 0px rgba(8, 12, 18, 0.1);}
.indNewPro-show{width: 31.5%;}
.indNewPro-show-bg{height: 100%;}
.indNewPro-show-bg img{height: 100%;}
.indNewPro-show-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.indNewPro-show-con{z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: center;padding: 0 0.4rem;}
.indNewPro-show-con .more{width: max(110px,1.48rem);height: max(34px,0.42rem);border-radius: 40px;border: 2px solid #fff;}
.indNewPro-show-con .more:hover{border-color: #e4202a;background: #e4202a;}
.indNewPro-swp{width: 68.5%;}
.indNewPro-slide{flex-direction: column;padding: 0.1rem 0.1rem 0.3rem;}
.indNewPro-slide .img{height: 2.25rem;width: 100%;}
.indNewPro-slide .img img{max-width: 60%;max-height: 80%;}
.indNewPro-slide .more i{display: block;transform: rotate(180deg);}
.indNewPro-slide:hover .img img{transform: scale(1.1);}
.indNewPro-slide:hover .title{color: #e4202a;}
.indNewPro-slide:hover .more i{transform: translateX(5px) rotate(180deg);}
.indFeat-head{justify-content: space-between;align-items: center;}
.indFeat-desc{padding-right: 30px;}
.indFeat-more{width: max(180px,2.06rem);height: max(36px,0.42rem);border-radius: 40px;border: 2px solid #222;}
.indFeat-more:hover{border-color: #e4202a;background: #e4202a;color: #fff;}
.indFeat-item .img img{width: 100%;height: 2.6rem;}
.indFeat-item .title{transition: all .4s ease;}
.indFeat-item:hover .img img{transform: scale(1.1);}
.indFeat-item:hover .title{color: #e4202a;}
.indPro-flex{justify-content: space-between;}
.indPro-flex:first-child{margin-top: 0;}
.indPro-flex:nth-child(2n){flex-direction: row-reverse;}
.indPro-flex:nth-child(2n) .indPro-con{align-items: flex-end;}
.indPro-con{width: 33%;flex-direction: column;justify-content: center;}
.indPro-con .more{align-items: center;}
.indPro-con .more i,.indPro-item .more i{transition: transform .4s ease;transform: rotate(180deg);font-size: max(14px,0.18rem);margin-left: max(8px,0.12rem);}
.indPro-con .more:hover{color: #e4202a;}
.indPro-con .more:hover i{transform: translateX(5px) rotate(180deg);}
.indPro-list{justify-content: space-between;width: 64%;}
.indPro-item{width: 49%;background: #fff;box-shadow: 0px 0.05rem 0.24rem 0px rgba(8, 12, 18, 0.1);}
.indPro-item .img img{width: 100%;height: 5rem;}
.indPro-item .more{height: 1rem;padding: 0 max(15px,0.3rem);align-items: center;}
.indPro-item:hover .img img{transform: scale(1.1);}
.indPro-item:hover .more{color: #e4202a;}
.indPro-item:hover .more i{transform: translateX(5px) rotate(180deg);}
.indAb{background: url('../images/index/indAb-bg.jpg') no-repeat center top/100% 75.6%;}
.indAb-flex{justify-content: space-between;align-items: center;}
.indAb-desc{width: 61%;}
.indAb-num{width: 32%;}
.indAb-num li{width: 58%;position: relative;padding: 0 max(8px,0.14rem);}
.indAb-num li:nth-child(2n){width: 42%;}
.indAb-num li:nth-child(n+3){margin-top: max(10px,0.3rem);}
.indAb-num li::after{content: "";position: absolute;left: 0;top: 55%;transform: translateY(-50%);width: max(1px,0.03rem);height: 100%;background: rgba(255, 255, 255, .15);}
.indAb-num .num{line-height: 1;}
.indAb-video .img img{width: 100%;height: 5.4rem;}
.indAb-video .btn{border-radius: 50%;padding: 0.05rem 0 0 0.05rem; user-select: none;cursor: pointer;width: max(60px,0.72rem);height: max(60px,0.72rem);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.indAb-video .btn:hover{transform: translate(-50%,-50%) scale(.92);}
.indAb-video .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.92);}
.indHonor{background: url('../images/index/indHonor-bg.jpg') no-repeat center top/100% 73%;}
.indHonor-head{justify-content: space-between;align-items: center;}
.indHonor-btn .btn{width: max(38px,0.48rem);height: max(38px,0.48rem);border-radius: 50%;border: 1px solid #fff;user-select: none;cursor: pointer;}
.indHonor-btn .btn.next{transform: rotate(180deg);margin-left: max(10px,0.2rem);}
.indHonor-btn .btn:hover{background: #fff;color: #666;}
.indHonor-swp .swiper-slide{padding-bottom: 20px;}
.indHonor-swp .swiper-slide::after{content: "";position: absolute;left: 50%;transform: translateX(-50%); top: calc(100% - 25px);width: 105%;background: url('../images/index/indHonor-shadow.png') no-repeat center top/100% auto;height: 20px;}
.indHonor-slide{padding: 0.22rem;background: url('../images/index/indHonor-slide-bg.png') no-repeat center/100% 100%;position: relative;z-index: 2;}
.indHonor-slide img{width: 100%;height: 2.8rem;}
.indHonor-logo{flex-wrap: wrap;margin-left: -0.6rem;}
.indHonor-logo .item{margin: 0.2rem 0 0 0.6rem;}
.indHonor-logo .item img{max-width: 1.67rem;max-height: 0.48rem;}
.indNews-flex{background: #fff;box-shadow: 0px 0.05rem 0.24rem 0px rgba(8, 12, 18, 0.1);align-items: center;}
.indNews-show{width: 65%;}
.indNews-show-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.6) 100%);background: -webkit-linear-gradient(top,transparent 30%,rgba(0,0,0,.6) 100%);}
.indNews-show-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.28rem 0.4rem;}
.indNews-show-con .title{align-items: center;}
.indNews-show-con .title i{display: block;transform: rotate(180deg);transition: transform .4s ease;margin-left: 12px;font-size: max(16px,0.22rem);}
.indNews-show-con .date{align-items: center;}
.indNews-show-con .date i{display: block;margin-right: max(8px,0.12rem);font-size: max(14px,0.16rem);}
.indNews-show:hover .indNews-show-img img{transform: scale(1.1);}
.indNews-show:hover .indNews-show-con .title i{transform: translateX(5px) rotate(180deg);}
.indNews-right{width: 35%;padding: 0 0.85rem 0 1.2rem;}
.indNews-swp-box{justify-content: space-between;}
.indNews-swp{flex: 1;padding-right: 0.3rem;}
.indNews-swp .swiper-container{height: 3.9rem;}
.indNews-slide .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .75);transition: all .4s ease;}
.indNews-slide .img img{width: 100%;height: 1.2rem;}
.indNews-slide .title{position: absolute;z-index: 2;left: 0;top: 0;width: 100%;padding: 0 0.18rem;top: 0.1rem;}
.indNews-slide:hover .img img{transform: scale(1.1);}
.indNews-slide:hover .img::after{opacity: .65;}
.indNews-btn{flex-direction: column;justify-content: space-between;padding: 0.2rem 0;}
.indNews-btn .btn{user-select: none;cursor: pointer;width: max(36px,0.48rem);height: max(36px,0.48rem);border-radius: 50%;border: 1px solid #999;color: #999;}
.indNews-btn .btn.next{transform: rotate(180deg);}
.indNews-btn .btn:hover{border-color: #e4202a;color: #e4202a;}
/* -------------------------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-bg img{min-height: 300px;}
    .indNewPro-show{width: 100%;}
    .indNewPro-swp{width: 100%;padding-bottom: 20px;}
    .indNewPro-slide .img{height: 150px;}
    .indFeat-desc{padding-right: 0;}
    .indFeat-more{width: 160px;margin-top: 15px;height: 34px;border-width: 1px;}
    .indFeat-list{margin-top: 30px;}
    .indFeat-list .uli.ml30.uli5 li{width: calc(100%/2 - max(12px,0.3rem));}
    .indFeat-item .img img{height: 165px;}
    .indFeat-item .title{font-size: 12px;}
    .indPro-flex{flex-direction: column !important;}
    .indPro-con{width: 100%;justify-content: flex-start !important;}
    .indPro-list{width: 100%;margin-top: 20px;}
    .indPro-item .img img{height: 195px;}
    .indPro-con .more{margin-top: 6px;font-size: 12px;}
    .indPro-con .more i{font-size: 12px;}
    .indPro-item .more{height: auto;flex-direction: column;align-items: flex-start;justify-content: flex-start;padding: 10px 15px;}
    .indPro-item .more i{margin-top: 5px;}
    .indAb-desc{width: 100%;}
    .indAb-num{width: 100%;margin-top: 20px;}
    .indAb-num li{padding: 0 12px;}
    .indAb-num .num{font-size: 24px;}
    .indAb-num .text{font-size: 12px;}
    .indAb-num li:nth-child(n+3){margin-top: 15px;}
    .indAb-video{margin-top: 30px;}
    .indAb-video .btn{width: 46px;height: 46px;}
    .indHonor{background-size: 100% 45%;}
    .indHonor-btn{display: none;}
    .indHonor-slide{padding: 10px;}
    .indHonor-slide img{height: 145px;}
    .indHonor-logo .item{margin-top: 20px;}
    .indHonor-logo .item img{max-width: 60px;max-height: 20px;}
    .indNews-show{width: 100%;}
    .indNews-show-con{padding: 15px;}
    .indNews-btn{display: none;}
    .indNews-right{width: 100%;padding: 25px 15px;}
    .indNews-swp{flex: unset;width: 100%;padding-right: 0;}
    .indNews-slide .img img{height: 90px;}
    .indNews-slide .title{top: 10px;padding: 0 10px;font-size: 12px;}
    .indNews-swp .swiper-container{height: auto;}
    .indNews-right-title{font-size: 16px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}