@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-main{width: 100%;overflow: hidden;position: relative;}
.banner-main .banner-image{width: 100%;}
.banner-main .banner-image img{width: 100%;}
.banner-main .banner-image img.pc{height: calc(100vh - max(70px,0.9rem));}

.banner-main .banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;padding-bottom: 6%;top: 0;left: 0;color: #fff;text-align: left;/*background: rgba(0,0,0,0.45);*/}
.banner-main .banner-cont .title{max-width: 11rem;}
/* == */
.banner-main .banner-cont .title, .banner-main  .banner-cont .text{opacity: 0;}
.banner-main .swiper-slide-active .banner-cont .title{animation: bannerDown 1s ease both 1s;}
.banner-main .swiper-slide-active .banner-cont .text{animation: bannerDown 1s ease both 1.1s;}
.banner-main .oneSlide .banner-cont .title{animation: bannerDown 1s ease both .4s;}
.banner-main .oneSlide .banner-cont .text{animation: bannerDown 1s ease both .5s;}
@keyframes bannerDown{0%{opacity: 0;transform: translateY(max(30px,1rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* -- */
.banner-wrap{position: absolute;width: 100%;left: 0;bottom: 0;z-index: 10;transform: translate3d(0,0,10px);padding: max(20px,0.48rem) 0 max(24px,0.56rem);/*border-top: 1px solid rgba(255,255,255,0.2);*/}
.banner-wrap .contain{justify-content: space-between;align-items: center;}
.banner-info{width: 7.2rem;}
.banner-info-cont{width: 100%;color: #fff;}
.banner-info-cont .hint{width: 2.12rem;padding-right: max(20px,0.3rem);}
.banner-info-cont .text{width: calc(100% - 2.12rem);}
.banner-btn{width: auto;}
.banner-btn>div{width: max(32px,0.38rem);height: max(32px,0.38rem);font-size: max(14px,0.16rem);margin-right: max(6px,0.1rem);padding-right: 2px;line-height: 1;font-weight: 700;border-radius: 50%;color: #0068b7;background: #fff;cursor: pointer;transition: all .4s ease;}
.banner-btn>div:last-child{margin-right: 0;transform: rotateY(180deg);}
.banner-btn>div:hover{background: #0068b7;color: #fff;}
.indBtn{height: max(36px,0.5rem);border-radius: max(18px,0.25rem);padding: 0 max(14px,0.28rem);color: #fff;font-size: max(13px,0.14rem);border: 2px solid #fff;line-height: 1;display: flex;align-items: center;transition: all .4s ease;}
.indBtn i{transform: rotate(180deg);margin-left: max(8px,0.12rem);font-size: max(14px,0.16rem);transition: transform .4s ease;}
.indBtn:hover{background: #fff;color: #0068b7;box-shadow: 0 0 max(10px,0.16rem) rgba(255,255,255,0.5);}
.indBtn:hover i{transform: rotate(180deg) translateX(min(-2px,-0.04rem));}
.indBtn.bg{background: #0068b7;border-color: #0068b7;}
.indBtn.bg:hover{background: #fff;color: #0068b7;box-shadow: 0 0 max(10px,0.16rem) rgba(0,104,183,0.5);}
.swiper-pagination-bullet{width: max(6px,0.1rem);height: max(6px,0.1rem);background: #fff;opacity: 1;margin: 0 max(8px,0.14rem) !important;position: relative;transition: background .4s ease;}
.swiper-pagination-bullet::before{content: "";position: absolute;width: max(16px,0.22rem);height: max(16px,0.22rem);border-radius: 50%;border: 1px solid #fff;top: 50%;left: 50%;margin: min(-8px,-0.11rem) 0 0 min(-8px,-0.11rem);transform: scale(0);transition: transform .4s ease;opacity: 0;}
.swiper-pagination-bullet-active {opacity: 1;}
.swiper-pagination-bullet-active::before{transform: scale(1);opacity: 1;}
.indcp{background: #fff url("../images/index/indcpBg.jpg") no-repeat center/cover;}
.indcp .contain{width: calc(var(--wid) + 40px);}
.indcp .indTitle{position: relative;z-index: 10;transform: translate3d(0,0,10px);}
.indcp-wrap{width: 100%;margin-top: min(-40px,-0.68rem);}
.indcp-wrap .gallery{width: 100%;}
.indcp-wrap .gallery .swiper-container{padding: max(28px,0.48rem) 20px;}
.indcp-more{width: 100%;align-items: center;}
.indcp-info{width: 4.3rem;padding-right: max(30px,0.7rem);}
.indcp-info .title{padding-left: max(24px,0.4rem);background: url("../images/index/indcpic1.png") no-repeat left top 0.26em/max(14px,0.23rem) auto;}
.indcp-main{width: 5.42rem;height: 5.42rem;position: relative;box-shadow: 0 0 max(20px,0.48rem) rgba(0,104,183,0.08);border-radius: 50%;}
.indcp-main::before{content: "";position: absolute;width: 100%;height: 100%;animation: indcpQuan 10s linear infinite;background: url("../images/index/indcpic3.png") no-repeat center/100%;}
@keyframes indcpQuan{0% {transform: rotate(0);}100% {transform: rotate(-360deg);}}
.indcp-main-link{width: 4.27rem;height: 4.27rem;background: url("../images/index/indcpic2.png") no-repeat center/100%;position: relative;z-index: 4;transform: translate3d(0,0,4px);}
.indcp-main-link img{max-width: 3.91rem;max-height: 3.91rem;transition: transform .6s ease;}
.indcp-main-link:hover img{transform: scale(1.04);}
.indcp-other{width: calc(100% - 4.3rem - 5.42rem);padding-left: max(30px,0.7rem);text-align: right;padding-top: max(18px,0.32rem);background: url("../images/index/indcpic4.png") no-repeat right top/max(22px,0.25rem) auto;}
/* -- */
.indcp-info .title, .indcp-info .text, .indcp-info .link, .indcp-other, .indcp-main{opacity: 0;}
.swiper-slide-active .indcp-info .title{animation: indcpDown 1s ease both .5s;}
.swiper-slide-active .indcp-info .text{animation: indcpDown 1s ease both .6s;}
.swiper-slide-active .indcp-info .link{animation: indcpDown 1s ease both .7s;}
.swiper-slide-active .indcp-other{animation: indcpDown 1s ease both .6s;}
.swiper-slide-active .indcp-main{animation: indcpScale 1s ease both .5s;}
@keyframes indcpDown{0%{opacity: 0;transform: translateY(max(30px,1rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes indcpScale{0%{opacity: 0;transform: scale(0.6);filter: blur(6px);}100%{opacity: 1;transform: scale(1);filter: blur(0);}}
/* -- */
.indcp-wrap .thumbs{width: 100%;user-select: none;position: relative;}
.indcp-wrap .thumbs .swiper-container{padding: 0 20px;}
.indcp-wrap .thumbs .thumbs-click{display: block;width: 100%;}
.indcp-wrap .thumbs .thumbs-click .line{position: relative;width: 100%;height: 1px;background: #e4e4ec;}
.indcp-wrap .thumbs .thumbs-click .line::before{content: "";position: absolute;width: 0;opacity: 0;height: 100%;top: 0;right: 0;background: #0068b7;transition: width .4s ease, opacity .1s ease .4s;}
.indcp-wrap .thumbs .thumbs-click .num, .indcp-wrap .thumbs .thumbs-click .text{transition: color .4s ease;}
.indcp-wrap .thumbs .thumbs-click:hover .num{color: #0068b7;}
.indcp-wrap .thumbs .thumbs-click:hover .text{color: #0068b7;}
.indcp-wrap .thumbs .thumbs-click.active .line::before{opacity: 1;width: 100%;right: auto;left: 0;transition: width .4s ease .1s, opacity .1s ease;}
.indcp-wrap .thumbs .thumbs-click.active .num{color: #0068b7;}
.indcp-wrap .thumbs .thumbs-click.active .text{color: #0068b7;}
.indcp-wrap .thumbs .thumbs-btn{display: none;width: 20px;height: 20px;font-size: 14px;top: 50%;margin-top: -10px;position: absolute;z-index: 10;line-height: 1;font-weight: 700;color: #e4e4ec;cursor: pointer;transition: all .4s ease;}
.indcp-wrap .thumbs .thumbs-btn.prev{left: 4%;}
.indcp-wrap .thumbs .thumbs-btn.next{transform: rotateY(180deg);right: 4%;}
.indcp-wrap .thumbs .thumbs-btn:hover{color: #0068b7;}
.indfa{background: #051624;overflow: visible;}
.indfa-bg{width: 100%;position: sticky;top: max(70px,0.9rem);left: 0;}
.indfa-bg img{position: absolute;width: 100%;height: calc(100vh - max(70px,0.9rem));top: 0;left: 0;z-index: 1;opacity: 0;transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1)}
.indfa-bg img.active{z-index: 2;opacity: 1;}
.indfa .contain{justify-content: space-between;position: relative;z-index: 4;align-items: flex-start;}
.indfa-left{position: sticky;left: 0;top: max(70px,0.9rem);width: 5.5rem;display: flex;flex-direction: column;justify-content: space-between;height: calc(100vh - max(70px,0.9rem));}
.indfa-info{width: 100%;color: #fff;}
.indfa-info .title, .indfa-info .text{width: 4.9rem;}
.indfa-list{width: 7.5rem;padding-bottom: calc(4.78rem/2);}
.indfa-list .swiper-pagination{display: none;font-size: 0;position: relative; bottom: 0;}
.indfa-list .swiper-container{overflow: visible;}
.indfa-list .swiper-wrapper{flex-wrap: wrap;width: auto;margin: min(-14px,-0.3rem) 0 0 min(-14px,-0.3rem);}
.indfa-list .swiper-slide{width: calc(50% - max(14px,0.3rem));margin: max(14px,0.3rem) 0 0 max(14px,0.3rem);-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;height: auto;}
.indfa-list .swiper-slide:nth-child(2){margin-top: 2.86rem;}
.indfa-list .swiper-slide:nth-child(2n+3){margin-top: -2.26rem;}
.indfa-link{display: flex;width: 100%;height: 4.78rem;background: #fff;border: 1px solid rgba(255,255,255,0.11);padding: max(24px,0.44rem) max(18px,0.34rem) max(24px,0.62rem);flex-direction: column;justify-content: space-between;transition: background .4s ease;}
.indfa-link .head{justify-content: space-between;align-items: flex-start;}
.indfa-link .head .ico{position: relative;}
.indfa-link .head .ico img{max-width: max(36px,0.74rem);max-height: max(36px,0.74rem);transition: opacity .4s ease;}
.indfa-link .head .ico img.h{position: absolute;top: 0;left: 0;opacity: 0;}
.indfa-link .title{width: 100%;padding-left: max(10px,0.24rem);position: relative;transition: color .4s ease;}
.indfa-link .title::before{content: "";position: absolute;width: max(3px,0.06rem);background: #0068b7;top: 0.12em;left: 0;height: 1em;transition: background .4s ease;}
.indfa-link .text{display: none;}
.indfa-link.active{background: rgba(255,255,255,0.1);}
.indfa-link.active .head .num{color: #fff;}
.indfa-link.active .head .ico img.s{opacity: 0;}
.indfa-link.active .head .ico img.h{opacity: 1;}
.indfa-link.active .title{color: #fff;}
.indfa-link.active .title::before{background: #fff;}
.indal{background: #fff;}
.indal-head{width: 100%;}
.indal-head .contain{justify-content: space-between;align-items: flex-end;}
.indal-head-main{width: auto;}
.indal-head-text{width: 4.9rem;}
.indal-loop{width: 100%;}
.indal-loop .swiper-container{width: 4rem;overflow: visible;}
.indal-link{width: 100%;display: block;position: relative;overflow: hidden;height: 2.86rem;}
.indal-link img.bg{width: 100%;height: 100%;}
.indal-link-cont{position: absolute;z-index: 2;opacity: 0;padding: 0 max(16px,0.24rem) max(16px,0.24rem);width: 100%;height: 100%;color: #fff;background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.8));top: 0;left: 0;transform: translate3d(0,0,10px);display: flex;flex-direction: column;justify-content: flex-end;}
.indal-link-cont .title{padding-right: max(28px,0.5rem);position: relative;}
.indal-link-cont .title::after{content: "\e79b";font-family: "icon";top: 0;right: 0;font-size: max(14px,0.2rem);display: flex;align-items: center;justify-content: flex-start;transform: rotateY(180deg);position: absolute;width: max(20px,0.4rem);height: 100%;text-align: right;display: flex}
.swiper-slide-active .indal-link-cont{animation: indalOp 1s ease both .5s;}
.swiper-slide-active .indal-link-cont .title{animation: indalDown 1s ease both .6s;}
@keyframes indalOp{0%{opacity: 0;}100%{opacity: 1;}}
@keyframes indalDown{0%{opacity: 0;transform: translateY(max(30px,1rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.indal-loop .swiper-slide{transform-style: preserve-3d;perspective: 4.46rem;}
.indal-btn{width: 100%;justify-content: center;}
.indal-btn>div{width: max(32px,0.38rem);height: max(32px,0.38rem);font-size: max(14px,0.16rem);margin-right: max(8px,0.18rem);line-height: 1;font-weight: 700;border-radius: 50%;border: 2px solid #505050;cursor: pointer;transition: all .4s ease;}
.indal-btn>div.next{transform: rotateY(180deg);margin-right: 0;}
.indal-btn>div:hover{background: #0068b7;color: #fff;border-color: #0068b7;}
.indgy{background: #fff url("../images/index/indgyBg.png") no-repeat right top/4.23rem auto;}
.indgy-wrap{width: 100%;align-items: center;}
.indgy-info{width: calc(100% - 6.24rem);padding-right: max(30px,1rem);}
.indgy-img{width: 6.24rem;text-align: center;}
.indgy-img img{max-width: 100%;}
.indgy-num{width: 100%;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}
.indgy-num ul{justify-content: space-between;}
.indxw{background: #f4f7f9 url("../images/index/indxwBg.jpg") no-repeat center/cover;}
.indxw-loop{width: 100%;}
.indxw-loop .swiper-container{overflow: visible;}
.indxw-loop .swiper-slide{height: auto;}
.indxw-link{display: block;width: 100%;height: 100%;padding: max(24px,0.48rem) max(18px,0.38rem);background: #fff url("../images/index/indxwic.png") no-repeat right -0.2rem bottom -0.2rem/3.58rem auto;overflow: hidden;transition: background .4s ease;}
.indxw-link .tags span{padding: 0 12px;height: 24px;border-radius: 12px;color: #0068b7;border: 1px solid #0068b7;display: flex;align-items: center;line-height: 1;margin-right: max(6px,0.12rem);transition: all .4s ease;}
.indxw-link .tags span:last-child{margin-right: 0;}
.indxw-link .title{transition: color .4s ease;}
.indxw-link .link{align-items: center;transition: color .4s ease;}
.indxw-link .link i{transform: rotate(180deg);margin-left: max(8px,0.12rem);font-size: max(14px,0.16rem);transition: transform .4s ease;}
.indxw-link .time{align-items: center;justify-content: space-between;}
.indxw-link .time .data{color: #818487;transition: color .4s ease;}
.indxw-link .time .day{transition: color .4s ease;}
.indxw-link:hover{background-color: #0068b7;background-image: url("../images/index/indxwicH.png");}
.indxw-link:hover .tags span{border-color: #fff;color: #fff;}
.indxw-link:hover .title{color: #fff;}
.indxw-link:hover .link{color: #fff;}
.indxw-link:hover .time .data{color: #fff;}
.indxw-link:hover .time .day{color: #fff;}
.indxw-control{width: 100%;align-items: center;justify-content: space-between;}
.indxw-control .swiper-pagination{width: calc(100% - 1.4rem);background: #e7e9ee;height: max(2px,0.03rem);position: relative;border-radius: max(2px,0.03rem);overflow: hidden;}
.indxw-control .swiper-pagination span{background: #0068b7;border-radius: max(2px,0.03rem);}
.indxw-btn>div{width: max(32px,0.38rem);height: max(32px,0.38rem);font-size: max(14px,0.16rem);margin-right: max(8px,0.18rem);line-height: 1;font-weight: 700;border-radius: 50%;border: 2px solid #505050;cursor: pointer;transition: all .4s ease;}
.indxw-btn>div.next{transform: rotateY(180deg);margin-right: 0;}
.indxw-btn>div:hover{background: #0068b7;color: #fff;border-color: #0068b7;}
/* -------------------------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-main .banner-image img.mb{height: auto;}
    .banner-wrap{padding: 15px 0;}
    .banner-btn>div{width: 28px;height: 28px;font-size: 12px;}
    .banner-info{width: 100%;}
    .banner-info-cont .hint {width:80px;padding-right: 20px;font-size:14px;line-height:20px;}
    .banner-info-cont .text {width: calc(100% - 80px);font-size:14px;line-height:20px;}
    .banner-btn{width: 100%;justify-content: center;margin-top: 16px;}
    .banner-btn>div{margin-right: 12px;}
    .banner-main .banner-cont{padding-bottom: 10%;}
    .indcp .contain{width: 100%;}
    .indcp .indTitle{padding: 0 4%;}
    .indcp-wrap{margin-top: 20px;}
    .indcp-wrap .gallery .swiper-container {padding: 0 4% 16px;}
    .indcp-info {width: 100%;padding-right: 0;}
    .indcp-main{width: 240px;height: 240px;margin: 20px auto 0;}
    .indcp-main-link{width: 180px;height: 180px;}
    .indcp-main-link img {max-width: 150px;max-height: 150px;}
    .indcp-other{display: none;}
    .indcp-wrap .thumbs .swiper-container {padding: 0;}
    .indcp-wrap .thumbs{padding: 0 calc(4% + 30px);}
    .indcp-wrap .thumbs .thumbs-btn{display: flex;}
    .indfa-bg {position: absolute;top: 0;height: 100%;}
    .indfa{overflow: hidden;padding-bottom: 40px;}
    .indfa-bg img{height: 100%;}
    .indfa-left{position: relative;width: 100%;top: 0;height: auto;padding: 40px 0 0;}
    .indfa-info{display: none;}
    .indfa-list{width: 100%;padding: 0;margin-top: 24px;}
    .indfa-list .swiper-container{overflow: hidden;border-radius: 6px;}
    .indfa-list .swiper-wrapper{justify-content: flex-start;margin: 0;width: 100%;flex-wrap: nowrap;}
    .indfa-list .swiper-slide{width: 100%;margin: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;flex: none;}
    .indfa-list .swiper-slide:nth-child(2) {margin-top: 0;}
    .indfa-list .swiper-slide:nth-child(2n+3) {margin-top: 0;}
    .indfa-list .swiper-pagination{display:block;margin-top: 24px;}
    .indfa-link{height: 180px;}
    .indal-head-main {width: 100%;}
    .indal-head-text {width: 100%;margin-top: 12px;}
    .indal-loop{padding: 0 4%;margin-top: 24px;}
    .indal-loop .swiper-container{width: 100%;overflow: hidden;}
    .indal-link{transform: none !important;height: 237px;}
    .indal-link-cont {background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,0.8));}
    .indgy-info {width: 100%;padding-right: 0;}
    .indgy-img{width: 100%;margin-top: 24px;}
    .indgy-img img{max-width: 50%;}
    .indgy-num ul{justify-content: flex-start;margin-top: -14px;}
    .indgy-num li{width: 100%;margin-top: 14px;}
    .indxw-loop .swiper-container{overflow: hidden;}
    .indxw-control .swiper-pagination {width: calc(100% - 88px);}
}