@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-image{width: 100%;}
.banner-image img{width: 100%;height: 100vh;}
.banner-cont{position: absolute;z-index: 2;width: 100%;top: 0;left: 0;height: 100%;}
.banner-cont .contain{height: 100%;align-items: flex-end;padding-bottom: 2.2rem;display: flex;}
.banner-desc{width: 9rem;}
.banner-list{margin-left: -0.2rem;}
.banner-list li{margin: 0.3rem 0 0 0;width: 20%; display: flex;flex-direction: column;align-items: center;text-align: center;}
.banner-list .icon{width: 0.6rem;}

.banner-cont.slide2 .contain{align-items: center;justify-content: flex-end;padding-bottom: 0;}
.banner-cont.slide2 .banner-desc{width: 7.3rem;}



/* -- */
.banner .swiper-slide{overflow: hidden;}
.banner .banner-image img{transform: matrix(1.16, 0, 0, 1.16, 0, 0);transition: all .4s ease 2s;}
.swiper-slide-active .banner-image img{transform: matrix(1, 0, 0, 1, 0, 0);transition: all 4s ease .4s;}
/* -- */
.banner-title{opacity: 0;}
.banner-list li{opacity: 0;}
.swiper-slide-active .banner-title{animation: bannerRun 1.2s ease both 1.5s;}
.oneSlide .banner-cont .title{animation: bannerRun 1.2s ease both .4s;}
.swiper-slide-active .banner-list li{animation: bannerRun 1.2s ease both 1.7s;}
.swiper-slide-active .banner-list li:nth-child(2){animation-delay: 1.8s;}
.swiper-slide-active .banner-list li:nth-child(3){animation-delay: 1.9s;}
.swiper-slide-active .banner-list li:nth-child(4){animation-delay: 2s;}
.swiper-slide-active .banner-list li:nth-child(5){animation-delay: 2.1s;}
.swiper-slide-active .banner-list li:nth-child(6){animation-delay: 2.2s;}

.oneSlide .banner-list li{animation: bannerRun 1.2s ease both .4s;}
.oneSlide .banner-list li:nth-child(2){animation-delay: .6s;}
.oneSlide .banner-list li:nth-child(3){animation-delay: .7s;}
.oneSlide .banner-list li:nth-child(4){animation-delay: .8s;}
.oneSlide .banner-list li:nth-child(5){animation-delay: .9s;}
.oneSlide .banner-list li:nth-child(6){animation-delay: 1s;}
@keyframes bannerRun{0%{opacity: 0;transform: translateX(max(80px,2.4rem));filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
/* -- */
.banner-btn{position: absolute;z-index: 10;bottom: 1.3rem;right: var(--widDb);transform: translate3d(0,0,10px);}
.banner-btn>div{width: max(32px,0.38rem);height: max(32px,0.38rem);border-radius: 50%;border: 1px solid #fff;line-height: 1;font-size: max(12px,0.14rem);color: #fff;cursor: pointer;margin-right: max(6px,0.1rem);transition: all .4s ease;}
.banner-btn>div.next{margin-right: 0;transform: rotate(180deg);}
.banner-btn>div:hover{border-color: #d7000f;color: #fff;background: #d7000f;}
/* -- */
.banner-scroll{width: 46px;position: absolute;z-index: 10;transform: translate3d(0,0,10px);bottom: 0.8rem;left: 50%;margin-left: -23px;display: flex;flex-direction: column;align-items: center;color: #fff;user-select: none;cursor: pointer;}
.banner-scroll span{font-size: max(12px,0.14rem);}
.banner-scroll .ico{width: max(28px,0.32rem);height: max(28px,0.32rem);border-radius: 50%;background: #d7000f;margin: max(4px,0.08rem) auto 0;font-size: 12px;overflow: hidden;position: relative;}
.banner-scroll .ico i{height: 80%;display: flex;width: 100%;align-items: center;justify-content: center;line-height: 1;position: absolute;top: 10%;left: 0;}
.banner-scroll .ico i::before{transform: rotateX(180deg);}
.banner-scroll .ico i{animation: bannerScroll 2.6s ease infinite;opacity: 0;}
.banner-scroll .ico i:nth-child(2){animation-delay: 1.3s;}
@keyframes bannerScroll{0%{opacity: 0;transform: translateY(-40%);}50%{opacity: 1;}100%{opacity: 0;transform: translateY(40%);}}
.indHead{width: 100%;justify-content: space-between;align-items: flex-end;position: relative;z-index: 4;}
.indTitle{max-width: 6.6rem;}
.indTitle .hint{padding-left: max(24px,0.36rem);background:url("../images/index/Tlogo.png") no-repeat left center/max(16px,0.22rem) auto;}
.indTitle .hint.logo2{background-image: url('../images/index/Tlogo2.png');}
.indTitle .hint.logo3{background-image: url('../images/index/Tlogo3.png');}
.indText{max-width: 6.1rem;}
.indcpwap{position: relative;}
.indcpwap::before{content: "";position: absolute;width: 100%;height: calc(100% + max(36px,0.82rem));background: url("../images/index/indcpBg.jpg") no-repeat center/cover;top: 0;left: 0;}
.indcp{width: 100%;}
.indcp-loop{width: 100%;position: relative;z-index: 4;}
.indcp-loop .swiper-container{overflow: visible;}
.indcp-link{display: block;width: 100%;border: 1px solid #f4f4f4;height: max(300px,4.75rem);position: relative;overflow: hidden;}
.indcp-link-img{position: relative;width: 100%;height: 100%;overflow: hidden;position: relative;opacity: 0;transition: opacity 1s ease;}
.indcp-link-img img{width: 100%;height: 100%;}
.indcp-link-img::after{content: "";position: absolute;width: 100%;height: 60%;background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));left: 0;bottom: 0;}
.indcp-link-pro{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: #fff;padding: max(16px,0.24rem);transition: opacity 1s ease;z-index: 2;}
.indcp-link-pro img{max-width: 100%;max-height: 100%;transition: transform .6s ease;}
.indcp-link-cont{position: absolute;width: 100%;z-index: 4;left: 0;bottom: 0;color: #1b1b1b;transition: color .6s ease;}
.indcp-link:hover .indcp-link-img{opacity: 1;}
.indcp-link:hover .indcp-link-pro{opacity: 0;}
.indcp-link:hover .indcp-link-pro img{transform: scale(0.7);}
.indcp-link:hover .indcp-link-cont{color: #fff;}
.indcp-control{width: 100%;align-items: center;justify-content: space-between;}
.indcp-control .swiper-pagination{width: calc(100% - max(84px,1.1rem));background: #e5e5e5;height: 4px;position: relative;overflow: hidden;}
.indcp-control .swiper-pagination span{background: #d7000f;}
.indcp-btn>div{width: max(32px,0.38rem);height: max(32px,0.38rem);border-radius: 50%;font-weight: 700; border: 2px solid #000;line-height: 1;font-size: max(12px,0.14rem);color: #000;cursor: pointer;margin-right: max(6px,0.1rem);transition: all .4s ease;}
.indcp-btn>div.next{margin-right: 0;transform: rotate(180deg);}
.indcp-btn>div:hover{background: #000;color: #fff;}
.indxz{background: #f8f8f8;padding: 0 max(24px,0.52rem);position: static;}
.indxz-wrap{width: 100%;position: relative;z-index: 10;background: #000;}
.indxz-head{position: absolute;width: 100%;left: 0;top: 1.04rem;z-index: 4;}
.indxz-head .contain{align-items: center;justify-content: space-between;}
.indxz-head .indTitle{max-width: 4rem;}
.indxz-head-btn{width: auto;align-items: center;}
.indxz-head-btn .btn{width: max(32px,0.38rem);height: max(32px,0.38rem);border-radius: 50%;line-height: 1;font-size: max(12px,0.14rem);color: #000;background: #fff;cursor: pointer;transition: all .4s ease;}
.indxz-head-btn .btn.next{transform: rotate(180deg);}
.indxz-head-btn .btn:hover{background: #d7000f;color: #fff;}
.indxz-head-btn .swiper-pagination{position: relative;bottom: 0;width: auto;color: #fff;padding: 0 max(12px,0.2rem);display: flex;}
.indxz-head-btn .swiper-pagination p{width: 18px;text-align: center;}
.indxz-head-btn .swiper-pagination span{margin: 0 max(5px,0.1rem);}
.indxz-gallery{width: 100%;position: relative;}
.indxz-gallery .swiper-slide{height: auto;}
.indxz-gallery-bg{width: 100%;height: 100%;}
.indxz-gallery-cont{position: absolute;width: 100%;height: 100%;z-index: 6;top: 0;left: 0;display: flex;align-items: center;color: #fff;}
.indxz-gallery-cont .contain{justify-content: flex-end;}
.indxz-gallery-cont .cont{max-width: 4.2rem;}
.indxz-gallery-cont .cont .ico{width: max(32px,0.48rem);height: max(32px,0.48rem);align-items: center;}
.indxz-gallery-cont .cont .ico img{max-width: 100%;max-height: 100%;}
.indxz-gallery-cont .cont .ico, .indxz-gallery-cont .cont .text{opacity: 0;}
.indxz-gallery .swiper-slide-active .indxz-gallery-cont .cont .ico{animation: indxzGallery 1s ease both .4s;}
.indxz-gallery .swiper-slide-active .indxz-gallery-cont .cont .text{animation: indxzGallery 1s ease both .5s;}
@keyframes indxzGallery{0%{opacity: 0;transform: translateY(max(30px,0.7rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.indxz-thumbs{position: absolute;z-index: 10;transform: translate3d(0,0,0px);width: 100%;left: 0;bottom: max(40px,0.8rem);color: #fff;}
.indxz-thumbs-click{width: 100%;}
.indxz-thumbs-click .line{width: 100%;height: max(2px,0.04rem);border-radius: max(1px,0.02rem);background: rgba(255,255,255,0.2);overflow: hidden;position: relative;}
.indxz-thumbs-click .line::before{content: "";position: absolute;width: 0;height: 100%;background: #d7000f;left: 0;top: 0;}
.indxz-thumbs-click.active .line::before{animation: indxzLineRun 4s linear both;}
@keyframes indxzLineRun{0%{width: 0;}100%{width: 100%;}}
.indgy{background: linear-gradient(to bottom,#f8f8f8,#fff);}
.indgy .indHead{align-items: flex-start;}
.indgy-con{position: relative;z-index: 2;}
.indgyMap-box{width: 13rem;height: 13rem;margin: 0 auto;pointer-events: none;position: absolute;left: 0;right: 0;bottom: 0;transform: translateY(55%)}
#indgyMap{width: 100%;height: 100%;}
.indgy-list ul{align-items: flex-end;}
.indgy-list li{width: 25%;flex-direction: column;background: #2a2a2a;height: 1.95rem;}
.indgy-list li:nth-child(2n){background: #d7000f;}
.indgy-list li:nth-child(2),.indgy-list li:nth-child(3){height: 3rem;}
.indgy-list li:nth-child(1){border-radius: 0.15rem 0 0 0.15rem;}
.indgy-list li:nth-child(2){border-top-left-radius: 0.15rem;}
.indgy-list li:nth-child(3){border-top-right-radius: 0.15rem;}
.indgy-list li:nth-child(4){border-radius: 0 0.15rem 0.15rem 0;}
.indSer{background: #f8f8f8;}
.indSer-flex{justify-content: space-between;align-items: flex-start;}
.indSer-img{width: 33.5%;border-top-right-radius: 1.9rem;}
.indSer-img img{width: 100%;}
.indSer-list{width: 58.5%;}
.indSer-list li{padding: 0.7rem 0.4rem 0.3rem 0; border-top: 1px solid #dfdfdf;min-height: 3rem;width: calc(100% / 3);}
.indSer-list .icon{height: 0.45rem;}
.indSer-list .icon img{max-height: 100%;}
.indHZ{background: #0e0e0e url("../images/index/indhbBg.png") no-repeat left bottom/6.91rem auto;}
.indHZ-flex{justify-content: space-between;align-items: flex-start;}
.indHZ-con{width: 36%;}
.indHZ-swp{width: 60%;}
.indHZ-list ul{justify-content: flex-end;}
.indHZ-list li{height: 1.8rem;background: rgba(18, 18, 18, .5);transition: all .6s ease;}
.indHZ-list img{max-width: 70%;max-height: 65%;filter: brightness(0%) invert(1);transition: all .6s ease;}
.indHZ-list li:hover{background: rgba(255, 255, 255, .9);}
.indHZ-list li:hover img{filter: brightness(100%) invert(0);}
.indHZ-list li:nth-child(1){margin-left: 4.2rem;}
.indHZ-list li:nth-child(3){margin-left: 2.1rem;}
.indHZ-pagination{justify-content: flex-end;user-select: none;}
.indHZ-pagination .swiper-pagination-bullet{background: rgba(255, 255, 255, .3);position: relative; border-radius: 0;width: 28px;height: 4px;opacity: 1;margin-left: 10px;transition: all .4s ease;}
.indHZ-pagination .swiper-pagination-bullet::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;height: 600%;}
.indHZ-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.indHZ-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 40px;background: #d7000f;}
.indNews{background: #fff;}
.indCta{background: #f3f3f3;}
.indTitle .hint{background-position: 0 0.06rem;}
.indCta-con{display: flex;flex-direction: column;justify-content: space-between; width: 54.5%;padding: 0.7rem 0 0 var(--widDb);background: linear-gradient(to right,#f3f3f3 0%,#f3f3f3 100%);}
.indCta-img img{max-width: 64%;}
.indCta-msg{width: 45.5%; background: #ececec;padding: 0.7rem var(--widDb) 0 0.6rem;}
.indCta-form input{background: #f6f6f6;height: 0.52rem;padding: 0 0.3rem;width: 100%;}
.indCta-form input::-webkit-input-placeholder{color: inherit;}
.indCta-msg .indBtn-box{justify-content: flex-end;}
.indCta-msg .indBtn{background: #000;padding-left: 0.28rem;height: max(38px,0.52rem);}
.indCta-msg .indBtn:hover{box-shadow: 0 0 max(8px,0.16rem) rgba(0,0,0,0.4);}
/* -------------------------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-image img{height: 300px;}
    .banner-scroll{display: none;}
    .banner-cont .contain{align-items: center;padding-bottom: 0;}
    .banner-desc{width: 100% !important;}
    .banner-list{margin-left: 0;}
    .banner-list li{width: 25%;}
    .banner-list .icon{width: 30px;}
    .banner-list .text{font-size: 9px;line-height: 1.3;}
    .banner-btn{bottom: 20px;}
    .indTitle{max-width: 100%;}
    .indTitle .hint{background-position: 0 3px;background-size: 14px auto;}
    .indText{max-width: 100%;}
    .indHead>.indBtn{margin-top: 20px;}
    .indcp-btn>div{width: 26px;height: 26px;font-size: 10px;}
    .indcp-control .swiper-pagination{width: calc(100% - 70px);}
    .indcp-link-cont{padding: 15px 20px;}
    .indcp-link-cont .title{font-size: 18px;}
    .indxz-head .indTitle{max-width: 100%;}
    .indxz{padding: 0 4%;}
    .indxz-gallery-bg{height: 450px;}
    .indxz-gallery-cont{align-items: flex-end;padding-bottom: 110px;}
    .indxz-gallery-cont .cont{max-width: 100%;}
    .indxz-gallery-cont .cont .ico{width: 28px;height: 28px;}
    .indxz-gallery-cont .cont .text{margin-top: 10px;}
    .indxz-thumbs{bottom: 20px;}
    .indxz-head-btn{width: 100%;justify-content: flex-end;margin-top: 15px;}
    .indxz-head-btn .btn{width: 26px;height: 26px;font-size: 10px;}
    .indxz-head-btn .swiper-pagination{font-size: 12px;}
    .indxz-head-btn .swiper-pagination span{margin: 0 3px;}
    .indgy .indText{margin-top: 10px;}
    .indgy-list ul{align-items: unset;margin: -10px 0 0 -10px;}
    .indgy-list li{width: calc(50% - 10px);height: 120px !important;margin: 10px 0 0 10px;border-radius: 5px !important;}
    .indgy-list li:nth-child(3){background: #d7000f;}
    .indgy-list li:nth-child(4){background: #2a2a2a;}
    .indgyMap-box{width: 640px;height: 640px;left: 50%;transform: translate(-50%,55%);}
    .indSer-img{display: none;}
    .indSer-list{width: 100%;}
    .indSer-list li{padding: 25px 15px 25px 0;width: 100%;}
    .indSer-list .icon{height: 26px;}
    .indSer-list .title{margin-top: 14px;}
    .indHZ-con{width: 100%;}
    .indHZ-con .indTitle .text{margin-top: 14px;}
    .indHZ-swp{width: 100%;margin-top: 30px;}
    .indHZ-list li{height: 70px;}
    .indCta-con{width: 100%;padding: 40px 4% 0;}
    .indCta-img{margin-top: 30px;}
    .indCta-msg{padding: 40px 4%;width: 100%;}
    .indCta-form input{height: 36px;padding: 0 15px;margin-top: 10px;}
    .indCta-msg .indBtn{height: 34px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}