@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-click{display:block;width:100%;}
.banner-image{width: 100%;}
.banner-image img{width: 100%;min-height: 400px;}
.banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;text-align: left;}
/* ---- */
.banner-cont .title, .banner-cont .text{opacity: 0;}
.swiper-slide-active .banner-cont .title{animation: bannerUp 1s ease both .3s;}
.swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both .5s;}
.oneSlide .banner-cont .title{animation: bannerUp 1s ease both .2s;}
.oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(max(20px,0.6rem));filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* ---- */
.banner-menu{position: absolute;width: 100%;z-index: 4;transform: translate3d(0,0,10px);left: 0;bottom: 0;pointer-events: none;user-select: none;}
.banner-menu .contain{pointer-events: auto;align-items: flex-end;}
.banner-menu-click{flex: 1;margin-right:1px;height: max(50px,0.9rem);position: relative;cursor: pointer;transition: height .4s ease;}
.banner-menu-click:last-child{margin-right:0}
/*.banner-menu-click::before{content: "";position: absolute;width: 1px;left: 0;top: 0;z-index: 6;background: #dee6ee;height: 100%;}*/
/*.banner-menu-click:first-child:before{display: none;}*/
.banner-menu-click img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;z-index: 4;transition: opacity .4s ease;}
.banner-menu-click .text{position: relative;z-index: 10;transform: translate3d(0,0,10px);color: #fff;padding: max(12px,0.18rem) max(32px,0.5rem) max(12px,0.18rem) max(10px,0.16rem);}
.banner-menu-click .num{position: absolute;height: max(50px,0.9rem);line-height: 1;padding-top: max(6px,0.12rem);right: max(8px,0.16rem);bottom: 0;z-index: 10;transform: translate3d(0,0,10px);color: #fff;opacity: 0.2;display: flex;align-items: center;}
.banner-menu-click::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background: rgba(9,13,20,0.2);backdrop-filter: blur(4px);transition: all .4s ease;}
.banner-menu-click.active::after{background: #e37023;backdrop-filter: blur(0px);}
.banner-menu-click.active img{opacity: 0.15;}
.banner-menu-click.active{height: max(70px,1.26rem);}

.indTitle .text{width: 10rem;margin-left: auto;margin-right: auto;}
.indTitle.white .text{color: rgba(255,255,255,0.75);}

.indTitle .title{font-size: max(17px, 0.32rem);}
.indTitle h1{font-size: max(17px, 0.32rem);}

.indTitle .title a{transition:color .4s ease}
.indTitle .title a:hover{color:#d65f10;}

.indBtn{background: #e37023;transition: background .4s ease;height: max(36px,0.48rem);line-height: 1;width: 100%;color: #fff;}
.indBtn i{font-size: max(10px,0.12rem);transform: rotate(180deg);margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.indBtn:hover{background: #d65f10;}
.indBtn:hover i{transform: rotate(180deg) translateX(-4px);}

.indcp{background-color: #f6f8fa;background-repeat: no-repeat;background-size: cover;background-position: center bottom;}
.indcp-loop{width: 100%;position: relative;}
.indcp-loop .swiper-slide{height: auto;}
.indcp-link{display: block;width: 100%;height: 100%;background: #fff;}
.indcp-link .img{width: 100%;height: 2.38rem;padding: max(18px,0.28rem);background: url("../images/index/indcpBg.jpg") no-repeat center/cover;}
.indcp-link .img img{max-height: 100%;transition: all .6s ease;margin-top: max(6px,0.12rem);}
.indcp-link .title{transition: color .4s ease;font-size: max(16px, 0.22rem);}
.indcp-link:hover .title{color: #e37023;}
.indcp-link:hover .img img{transform: translateY(min(-4px,-0.08rem));}
.indcp-loop .btn{position: absolute;line-height: 1;width: max(36px,0.62rem);height: max(36px,0.62rem);font-size: max(14px,0.16rem);border-radius: 50%;top: 1.68rem;background: #fff;color: rgba(134,146,163,0.85);border: 1px solid #e4e8ed;z-index: 10;cursor: pointer;user-select: none;transition: background .4s ease,border .4s ease,color .4s ease;}
.indcp-loop .btn.prev{left: min(-24px,-0.38rem);}
.indcp-loop .btn.next{right: min(-24px,-0.38rem);transform: rotateY(180deg);}
.indcp-loop .btn:hover{border-color: #e37023;background: #e37023;color: #fff;}
.indcp-loop .swiper-pagination{position: relative;bottom: 0;font-size: 0;background: #d4d8de;height: 2px;}
.indcp-loop .swiper-pagination span{background: #e37023;}
.indcp-wrap{width: 100%;}
.indcp-num{width: 100%;}
.indcp-num ul{justify-content: space-between;}
.indcp-num li{text-align: center;min-width: 1.62rem;}

.indlc{background: #fff;}
.indlc-list{width: 100%;}
.indlc-link{display: block;width: 100%;height: 100%;border: 1px solid #d4d8de;transition: background .4s ease;}
.indlc-link .step{justify-content: space-between;align-items: center;}
.indlc-link .step .name{font-size: max(15px, 0.20rem);}
.indlc-link .step .ico{width: max(38px,0.5rem);height: max(34px,0.46rem);transition: transform .4s ease;}
.indlc-link .step .ico img{max-height: 100%;}
.indlc-link:hover{background: #f5f5f5;}
.indlc-link:hover .step .ico{transform: translateY(-4px);}
.indlc-more{width: 100%;justify-content: center;}
.indlc-more a{width: auto;padding: 0 max(32px,1rem);}

.indly{background: #f6f8fa;}
.indly-menu{width: 100%;justify-content: center;}
.indly-menu .menu{display: block;cursor: pointer;position: relative;margin-left: max(16px,0.6rem);padding-bottom: max(4px,0.06rem);transition: color .4s ease;}
.indly-menu .menu:first-child{margin-left: 0;}
.indly-menu .menu::after{content: "";position: absolute;width: 0;height: 2px;background: #e37023;right: 0;bottom: 0;opacity: 0;transition: width .4s ease,opacity .1s ease .4s;}
.indly-menu .menu.active{color: #e37023;}
.indly-menu .menu.active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .1s,opacity .1s ease;}
.indly-list{width: 100%;box-shadow: 0px max(4px,0.08rem) max(12px,0.24rem) 0px rgba(7, 13, 22, 0.08);}
.indly-list .swiper-slide{height: auto;}
.indly-link{width: 100%;height: 100%;background: #fff;}
.indly-link .img{width: 50%;}
.indly-link .img img{width: 100%;height: 100%;}
.indly-link .cont{width: 50%;background: url("../images/index/indlyLogo.png") no-repeat right bottom -0.6rem/5.4rem auto;background:none}
.indly-link .cont .title{padding-left: max(12px,0.22rem);position: relative;}
.indly-link .cont .title::before{content: "";position: absolute;width: max(2px,0.03rem);height: 94%;top: 0;left: 0;background: #e37023;}

.indbz{background: #313740;}
.indbz-list{width: 100%;}
.indbz-link{display: block;width: 100%;color: #fff;}
.indbz-link .ico{width: max(36px,0.46rem);height: max(36px,0.46rem);display: none;align-items: flex-end;transition: transform .4s ease;}
.indbz-link .ico img{max-height: 100%;}
.indbz-link .text{opacity: 0.75;}
.indbz-link .tags p{padding-left: max(26px,0.32rem);position: relative;}
.indbz-link .tags p::before{content: "\e881";position: absolute;left: 0;top: 0;font-family: "icon";}
.indbz-link:hover .ico{transform: translateY(-4px);}

.indal{background: #f6f8fa;}
.indal-loop{width: 100%;position:relative}
.indal-loop .swiper-slide{height: auto;}
.indal-link{width: 100%;flex-direction: row-reverse;height: 100%;background: #fff;}
.indal-link .img{width: 50%;}
.indal-link .img img{width: 100%;height: 100%;}
.indal-link .cont{width: 50%;}
.indal-link-head{justify-content: space-between;align-items: center;}
.indal-link-head .name{width: calc(100% - max(88px,1.5rem));}
.indal-link-head .ico{width: max(70px,1.2rem);height: max(30px,0.4rem);display: flex;align-items: center;justify-content: flex-end;}
.indal-link-head .ico img{max-height: 100%;}
.indal-link-data{width: 100%;position: relative;padding: max(16px,0.38rem) 0 max(20px,0.48rem);}
.indal-link-data::before,.indal-link-data::after{content: "";position: absolute;width: max(10px,0.14rem);height: max(10px,0.14rem);background: url("../images/index/indalIc.png") no-repeat center/100%;}
.indal-link-data::before{top: 0;left: 0;}
.indal-link-data::after{right: 0;bottom: 0;transform: rotate(180deg);}
.indal-loop .swiper-pagination{position:relative;font-size:0;display:flex;}
.indal-loop .swiper-pagination-bullet {width: auto;height: 2px;flex: 1;display: block;border-radius: 0;background: #d4d8de;opacity: 1;position:relative}
.indal-loop .swiper-pagination-bullet::after{content: "";position: absolute;width: 0;height: 2px;background: #e37023;right: 0;top: 0;opacity: 0;transition: width .8s ease,opacity .1s ease .8s;}
.indal-loop .swiper-pagination-bullet-active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .8s ease .1s,opacity .1s ease;}
.indal-loop-btn{position: absolute;line-height: 1;width: max(24px,0.4rem);height: max(24px,0.4rem);font-size: max(12px,0.14rem);border-radius: 50%;top: 50%;margin-top: min(-26px,-0.5rem);background: #d4d8de;color: #fff;z-index: 10;cursor: pointer;user-select: none;transition:background .4s ease}
.indal-loop-btn.prev{left: min(-30px,-0.54rem);}
.indal-loop-btn.next{right: min(-30px,-0.54rem);transform: rotateY(180deg);}
.indal-loop-btn:hover{background:#e37023;}

.indxw{background: #fff;}
.indxw-menu{width: 100%;justify-content: center;}
.indxw-menu .menu{display: block;cursor: pointer;position: relative;margin-left: max(16px,0.6rem);padding-bottom: max(4px,0.06rem);transition: color .4s ease;}
.indxw-menu .menu:first-child{margin-left: 0;}
.indxw-menu .menu::after{content: "";position: absolute;width: 0;height: 2px;background: #e37023;right: 0;bottom: 0;opacity: 0;transition: width .4s ease,opacity .1s ease .4s;}
.indxw-menu .menu.active{color: #e37023;}
.indxw-menu .menu.active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .1s,opacity .1s ease;}
.indxw-more{width: 100%;}
.indxw-more .items{width: 100%;display: none;}
.indxw-more .items.active{display: block;}
.indxw-wrap{width: 100%;justify-content: space-between;}
.indxw-main{width: 62.5%;display: block;background: #f6f8fa;}
.indxw-main .img{width: 100%;overflow: hidden;}
.indxw-main .img img{width: 100%;height: 5.36rem;transition: all .6s ease;}
.indxw-main .cont .title{justify-content: space-between;align-items: center;}
.indxw-main .cont .title h2{max-width: calc(100% - 1.1rem);position: relative;transition: color .4s ease;}
.indxw-main .cont .title h2::after{content: "\e80b";font-family: "icon";font-size: max(14px,0.20rem);transform: rotateY(180deg);display: inline-block;color: #e37023;margin-left: max(4px,0.1rem);transition: transform .4s ease;}
.indxw-main:hover .img img{transform: scale(1.04);}
.indxw-main:hover .title h2{color: #e37023;}
.indxw-main:hover .title h2::after{transform: rotateY(180deg) translateX(-4px);}
.indxw-list{width: calc(37.5% - max(14px,0.24rem));display: flex;flex-direction: column;justify-content: space-between;}
.indxw-link{height: calc(50% - max(7px,0.12rem));width: 100%;display: block;background: #f6f8fa;}
.indxw-link .img{width: 100%;overflow: hidden;height: 2.4rem;}
.indxw-link .img img{width: 100%;height: 100%;transition: all .6s ease;}
.indxw-link .cont{display: flex;height: max(60px,0.72rem);flex-direction: column;justify-content: center;}
.indxw-link .cont .title{justify-content: space-between;align-items: center;}
.indxw-link .cont .title h2{max-width: 100%;position: relative;transition: color .4s ease;}
.indxw-link .cont .title h2::after{content: "\e80b";font-family: "icon";font-size: max(12px,0.14rem);transform: rotateY(180deg);display: inline-block;color: #e37023;margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.indxw-link:hover .img img{transform: scale(1.04);}
.indxw-link:hover .title h2{color: #e37023;}
.indxw-link:hover .title h2::after{transform: rotateY(180deg) translateX(-4px);}


/* -------------------------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-menu-click .text{display: none;}
    .banner-menu-click .num{position: relative;height: 100%;right: 0;width: 100%;justify-content: center;}
    .banner-menu-click{height: 34px;}
    .banner-menu-click.active{height: 42px;}
    .banner-cont .text{max-width: 84%;}
    .indcp-loop .btn{display: none;}
    .indcp-link .img{height: 240px;}
    .indcp-wrap .indTitle .title{font-size: 15px;line-height:1.4}
    .indcp-num ul{margin-top: -14px;}
    .indcp-num li {min-width: auto;width: 33.3333%;margin-top: 14px;}
    .indlc-list li{width: calc(100% - max(10px,0.24rem)) !important;}
    .indly-link .img{width: 100%;}
    .indly-link .img img{height: 190px;}
    .indly-link .cont{width: 100%;padding: 20px 16px 42px;background-size: 200px auto;}
    .indTitle .text{width: 100%;}
    .indbz-list li{width: calc(100% - max(34px,1rem)) !important;}
    .indal-link{flex-direction: row;}
    .indal-link .img{width: 100%;}
    .indal-link .img img{height: 194px;}
    .indal-link .cont{width: 100%;height: calc(100% - 194px);}
    .indly-link{display:block}
    .indly-menu{font-size:13px;}
    .indly-menu .menu {margin-left: 9px;}
    .indxw-main{width: 100%;}
    .indxw-main .img img{height: 198px;}
    .indxw-main .cont .title h2 {max-width: 100%;}
    .indxw-main .cont .title .time {margin-top: 8px;}
    .indxw-list {width: 100%;margin-top: 8px;flex-direction: row;}
    .indxw-link{height: auto;width: calc(50% - 4px);}
    .indxw-link .cont{height: 52px;}
    .indxw-link .cont .title h2{font-size: 13px;}
    .indxw-link .img{height: 80px;}
    .indal-loop-btn{display:none}
}

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