@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-image{width: 100%;}
.banner-image img{width: 100%;}
.banner-image img.pc{height: 100vh;}
.banner-image img.mb{min-height: 420px;}
.banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;color: #fff;display: flex;align-items: center;}
.banner-cont .title{line-height: 1.4;}
/* 文字效果-上下版 */
.banner-cont .title{opacity: 0;}
.swiper-slide-active .banner-cont .title{animation: bannerDown 1s ease both 1s;}
.oneSlide .banner-cont .title{animation: bannerDown 1s ease both .5s;}
@keyframes bannerDown{0%{opacity: 0;transform: translateY(min(-40px,-1rem));filter: blur(max(4px,0.08rem));}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* -- */
.banner-control{position: absolute;z-index: 4;transform: translate3d(0,0,4px);left: 0;width: 100%;bottom: max(30px,0.7rem);}
.banner-control .contain{justify-content: space-between;align-items: center;}
.banner .swiper-pagination{position: relative;bottom: 0;font-size: 0;}
.banner .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;opacity: 1;margin: 0 0 0 30px !important;position: relative;transition: background .4s ease;}
.banner .swiper-pagination-bullet:first-child{margin: 0 !important;}
.banner .swiper-pagination-bullet::before{content: "";position: absolute;width: 20px;height: 20px;border-radius: 50%;border: 3px solid #da251c;top: 50%;left: 50%;margin: -10px 0 0 -10px;transform: scale(0);transition: all .4s ease;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{transform: scale(1);}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background: transparent;}
.banner-circle{user-select: none;cursor: pointer;align-items: center;}
.banner-circle span{font-size: max(14px,0.16rem);color: rgba(255,255,255,0.5);transition: color .4s ease;}
.banner-circle i{position: relative;width: 16px;height: 16px;font-style: normal;color: #fff;transform: rotate(180deg);margin-right: 8px;line-height: 1;}
.banner-circle i::before, .banner-circle i::after{content: "\e727";font-family: "icon";font-size: 14px;position: absolute;left: 0;animation: bannerCircle 1.5s linear infinite;top: 4px;}
.banner-circle i::after{animation-delay: .6s;}
@keyframes bannerCircle{0%{opacity:0;transform: translateY(10px)}70%{opacity:1}to{opacity:0;transform: translateY(-10px)}}
.banner-circle:hover span{color: #fff;}

.indTitle .text{line-height: 1.3;}

.indgy{background: #fff url("../images/index/indgyBg.jpg") no-repeat center/cover;}
.indgy-main{width: 100%;align-items: flex-start;}
.indgy-img{width: 7rem;}
.indgy-img img{width: 100%;max-height: 4.4rem;}
.indgy-info{width: calc(100% - 7rem);padding-right: 2rem;}
.indgy-wrap{width: 100%;}
.indgy-click{width: 2.78rem;display: flex;flex-direction: column;justify-content: space-between;}
.indgy-click p{user-select: none;cursor: pointer;padding-left: max(10px,0.16rem);transition: color .4s ease;position: relative;}
.indgy-click p::before{content: "";width: max(4px,0.06rem);height: max(4px,0.06rem);border-radius: 50%;position: absolute;left: 0;background: #999;top: 50%;margin: min(-2px,-0.03rem) 0 0 min(-2px,-0.03rem);transition: background .4s ease;}
.indgy-click p:hover, .indgy-click p.active{color: #da251c;}
.indgy-click p:hover::before, .indgy-click p.active::before{background: #da251c;}
.indgy-nums{width: calc(100% - 2.78rem);}
.indgy-nums .items{width: 100%;display: none;flex-wrap: wrap;justify-content: space-between;}
.indgy-nums .items.active{display: flex;}
.indgy-nums li{padding-left: max(12px,0.2rem);position: relative;border-left: 1px solid #ccc;}
.indgy-nums .num{line-height: 1;margin-top: min(-4px,-0.1rem);}

.indfw{background: #fff;}
.indfw-limit{width: 100%;position: relative;background: #080716;}
.indfw-imgs{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.indfw-imgs img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: opacity .6s ease;}
.indfw-imgs img.active{opacity: 1;}
.indfw-imgs::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.2);z-index: 2;}
.indfw-wrap{position: relative;z-index: 4;transform: translate3d(0,0,4px);position: relative;padding-left: 2.56rem;padding-right: var(--widDb);}
.indfw-wrap .indTitle{position: relative;min-height: max(170px,2.6rem);}
.indfw-wrap .indTitle .its{position: absolute;width: 100%;top: 0;left: 0;opacity: 0;transition: opacity .6s ease;}
.indfw-wrap .indTitle .its.active{opacity: 1;}
.indfw-menu{position: absolute;width: 1.6rem;left: 0;top: 0;height: 100%;background: rgba(0, 0, 0, 0.2);backdrop-filter: blur(max(6px,0.12rem));}
.indfw-menu .link{width: 100%;height: 50%;color: #fff;writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;display: flex;align-items: center;justify-content: center;transition: background .4s ease;cursor: pointer;user-select: none;}
.indfw-menu .link.active{background: #da251c;}
.indfw-main{width: 100%;height: 5.3rem;display: flex;align-items: flex-end;}
.indfw-list{width: 100%;display: none;flex-wrap: wrap;align-items: flex-end;user-select: none;}
.indfw-list.active{display: flex;}
.indfw-list li{flex: 1;}
.indfw-link{width: 100%;height: 100%;position: relative;background: rgba(0, 0, 0, 0.1);backdrop-filter: blur(max(6px,0.12rem));position: relative;display: block;}
.indfw-link::before,.indfw-link::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;transition: opacity .6s ease;}
.indfw-link::before{border-left: 1px solid rgba(255,255,255,0.4);}
.indfw-list li:first-child .indfw-link:before{opacity: 0;}
.indfw-link::after{border: 1px solid rgba(255,255,255,0.4);opacity: 0;}
.indfw-link .cont{width: 100%;position: relative;z-index: 4;transform: translate3d(0,0,4px);color: #fff;transition: padding .6s ease;}
.indfw-link .cont .title{transition: all .6s ease;}
.indfw-link .cont .text{max-height: 0;overflow: hidden;transition: all .6s ease;}
.indfw-link .cont .ico{width: max(36px,0.6rem);height: max(36px,0.6rem);border-radius: 50%;border: 1px solid transparent;position: absolute;left: calc(100% - max(26px,0.54rem));bottom: min(-9px,-0.15rem);transition: all .6s ease;}
.indfw-link .cont .ico img{max-width: max(20px,0.28rem);max-height: max(18px,0.26rem);}
@media all and (min-width:1000px){
    .indfw-list li.active .indfw-link .cont{padding-bottom: max(50px,0.94rem);}
    .indfw-list li.active .indfw-link .cont .text{max-height: max(66px, 0.78rem);margin-top: max(6px,0.14rem);}
    .indfw-list li.active .indfw-link::before{opacity: 0;}
    .indfw-list li.active .indfw-link::after{opacity: 1;}
    .indfw-list li.active .indfw-link .cont .ico{left: 0;border-color: #fff;bottom: 0;}
    .indfw-list li.active .indfw-link .cont .title{font-size: max(16px,0.22rem);}
    .indfw-list li.active+li .indfw-link::before{opacity: 0;}
}

.indhb{background: #ecf7f6 url("../images/index/indhbBg.jpg") no-repeat center/cover;}
.indhb-link{box-shadow: 0px 0px max(16px,0.3rem) 0px rgba(0, 146, 63, 0.1);height: max(70px,1.3rem);padding: max(14px,0.32rem);background: #fff;transition: box-shadow .4s ease;}
.indhb-link img{max-width: 100%;max-height: 100%;transition: transform .4s ease;}
.indhb-link:hover{box-shadow: 0px 0px max(16px,0.3rem) 0px rgba(0, 146, 63, 0.3);}
.indhb-link:hover img{transform: translateY(-4px);}

.indxw{background: #fff;}
.indxw-head{display: flex;align-items: flex-end;justify-content: space-between;}
.indxw-wrap{width: 100%;}
.indxw-main{display: block;width: 8rem;position: relative;}
.indxw-main img{width: 100%;height: 5.6rem;}
.indxw-main-cont{position: absolute;z-index: 4;transform: translate3d(0,0,4px);width: 100%;height: 100%;top: 0;left: 0;background: url("../images/index/indxwSd.png") repeat-x left bottom/auto 65.2%;align-items: flex-end;}
.indxw-main-cont .info{align-items: center;color: #fff;width: 100%;}
.indxw-main-cont .info .cont{width: calc(100% - max(36px,0.56rem));padding-right: max(30px,0.6rem);}
.indxw-main-cont .info .ico{width: max(36px,0.56rem);height: max(36px,0.56rem);border: 2px solid #fff;line-height: 1;border-radius: 50%;transition: transform .6s ease;}
.indxw-main:hover img{transform: scale(1.08);}
.indxw-main:hover .info .ico{transform: rotate(90deg);}
.indxw-list{width: calc(100% - 8rem);padding-left: max(14px,0.3rem);display: flex;flex-direction: column;justify-content: space-between;}
.indxw-link{width: 100%;background: #f6f6f6 url("../images/index/indxwSm.png") no-repeat right bottom/auto max(50px,1.13rem);}
.indxw-link .img{width: 3.79rem;overflow: hidden;}
.indxw-link .img img{width: 100%;height: 2.65rem;min-height: 100%;}
.indxw-link .cont{width: calc(100% - 3.79rem);display: flex;flex-direction: column;justify-content: space-between;}
.indxw-link:hover .img img{transform: scale(1.08);}
.indxw-link:hover .cont .title{color: #da251c;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 0 0 24px !important;}
    .banner .swiper-pagination-bullet::before{width: 16px;height: 16px;margin: -8px 0 0 -8px;}
}

@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-circle{display: none;}
    .banner-cont{text-align: center;}
    .banner .swiper-pagination-bullet{width: 5px;height: 5px;margin: 0 0 0 18px !important;}
    .banner .swiper-pagination-bullet::before{width: 12px;height: 12px;margin: -6px 0 0 -6px;border-width: 2px;}
    .banner .swiper-pagination{width: 100%;}
    .indgy-info{width: 100%;padding: 0;}
    .indgy-img{width: 100%;margin-top: 20px;}
    .indgy-img img{max-height: none;}
    .indgy-click{width: 100%;flex-direction: row;justify-content: flex-start;}
    .indgy-click p{margin-right: 30px;}
    .indgy-click p:last-child{margin-right: 0;}
    .indgy-nums{width: 100%;margin-top: 20px;}
    .indgy-nums .items{margin-top: -14px;}
    .indgy-nums li{margin-top: 14px;}
    .indgy-nums li:nth-child(2n+1){width: 60%;}
    .indgy-nums li:nth-child(2n){width: 40%;}
    .indfw-wrap{padding: 40px 4% 50px;}
    .indfw-menu{position: absolute;width: 100%;height: auto;top: auto;bottom: 0;display: flex;}
    .indfw-menu .link{width: 50%;height: 38px;writing-mode: horizontal-tb;writing-mode: horizontal-tb‌;font-size: 15px;}
    .indfw-main{height: 330px;}
    .indfw-list{margin: -4px 0 0 -4px;}
    .indfw-list li{width: calc(50% - 4px);margin: 4px 0 0 4px;flex: none;border: 1px solid rgba(255,255,255,0.4);}
    .indfw-link::before, .indfw-link::after{display: none;}
    .indfw-link .cont .text{min-height: 36px;font-size: 12px;line-height: 18px;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;margin-top: 10px;}
    .indfw-link .cont .ico{bottom: auto;top: -2px;height: auto;}
    .indhb-list ul{margin: -8px 0 0 -8px !important;}
    .indhb-list li{width: calc(33.3333% - 8px) !important;margin: 8px 0 0 8px !important;}
    .indxw-main{width: 100%;}
    .indxw-main img{height: 232px;}
    .indxw-list{width: 100%;padding: 0;}
    .indxw-link{margin-top: 12px;}
    .indxw-link .cont{padding: 10px 12px 12px;}
    .indxw-main-cont .info{position: relative;}
    .indxw-main-cont .info .ico{display: none;}
    .indxw-main-cont .info .cont {width: 100%;padding-right: 0;}
    .indfw-wrap .indTitle{min-height: 136px;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){
    .indxw-main img{height: 494px;}
    .indxw-link .img{width: 200px;}
    .indxw-link .cont{width: calc(100% - 200px);}
    .indxw-link .img img{height: 100px;}
}