@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-image{width: 100%;overflow: hidden;}
.banner-image img{width: 100%;}
.banner-image img.pc{height: calc(100vh - max(70px,0.9rem));}
.banner-image img.mb{height: calc(100vh - 60px);}
.banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;color: #fff;text-align: left;background: rgba(0,0,0,0.2);}
/* 文字效果-上下版 */
.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 .6s;}
@keyframes bannerDown{0%{opacity: 0;transform: translateY(min(-40px,-1rem));filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* -- */
.banner .swiper-pagination{bottom: max(24px,0.6rem);font-size: 0;text-align: left;width: 100%;}
.banner .swiper-pagination-bullet{width: max(20px,0.4rem);height: 3px;border-radius: 0;background: rgba(255,255,255,0.4);margin: 0 max(6px,0.1rem) 0 0 !important;opacity: 1;}
.banner .swiper-pagination-bullet:last-child{margin: 0 !important;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
/* -- */
.banner-circle{position: absolute;cursor: pointer;transition: transform .4s;width: max(80px,1.96rem);height: max(80px,1.96rem);bottom: max(24px,0.6rem);right: max(24px,0.6rem);display: flex;align-items: center;justify-content: center;z-index: 9;}
.banner-circle i{color: #fff;line-height: 1;transform: rotate(180deg);position: relative;z-index: 4;font-size: max(18px,0.3rem);}
.banner-circle::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;animation: bannerCtQ 20s linear infinite;left: 0;background: url("../images/index/bannerQ.png") no-repeat center/100% auto;}
@keyframes bannerCtQ{0% {transform: rotate(0)}100%{transform: rotate(-360deg);}}
.banner-circle:hover{transform: scale(0.88);}

.indRun{position: absolute;width: 100%;top: max(12px,0.4rem);left: 0;overflow: hidden;white-space: nowrap;font-size: 0;}
.indRun .cont{white-space: nowrap;animation: 30s linear infinite indRunMarquee;display: inline-block;position: relative;z-index: 4;}
.indRun .text{color: #f8f8f8;text-shadow:-1px -1px 0 #dadada,  1px -1px 0 #dadada,-1px 1px 0 #dadada,1px 1px 0 #dadada;line-height: 1.14;display: inline-block;font-size: max(60px,2rem);font-family: "fmb";padding: 0 max(20px,0.44rem);}
@keyframes indRunMarquee{0%{transform: translate(0,0)}100%{transform: translate(-100%)}}

.indgy{background: #fff url("../images/index/indgyBg.jpg") no-repeat top center/cover;}
.indgy-wrap{width: 100%;}
.indgy-info{width: calc(100% - max(458px,5.9rem));padding-right: max(40px,0.8rem);}
.indgy-num{width: max(458px,5.9rem);}
.indgy-num ul{align-items: flex-start;}
.indgy-num li .box{padding: max(20px,0.4rem) 0;}
.indgy-num li:nth-child(2n+1){padding-right: max(20px,0.54rem);text-align: right;width: calc(100% - max(210px,2.85rem));}
.indgy-num li:nth-child(2n){padding-left: max(20px,0.54rem);width: max(210px,2.85rem);}
.indgy-num li:nth-child(-n+2) .box{border-bottom: 1px solid #eaf0f4;}
.indgy-num li:nth-child(1){border-right: 1px solid #eaf0f4;}
.indgy-num li:nth-child(2){margin-top: max(40px,1rem);}
.indgy-num li:nth-child(3){margin-top: min(-40px,-1rem);}
.indgy-num li:nth-child(4){border-left: 1px solid #eaf0f4;}

.indxm{background: #f8f8f8;}
.indxm .contain{position: relative;z-index:10;transform: translate3d(0,0,10px);}
.indxm-loop{width: 100%;position: relative;padding: 0 max(20px,0.42rem);}
.indxm-link{display: block;width: 100%;height: 100%;overflow: hidden;border-radius: 50%;border: 1px solid #e77817;transition: border .6s cubic-bezier(.32,.94,.6,1);}
.indxm-link .img{width: 100%;height: 100%;position: relative;}
.indxm-link .img img{width: 100%;height: 100%;clip-path: circle(20% at 50% 50%);opacity: 0;transition: opacity .6s cubic-bezier(.32,.94,.6,1),clip-path 0.6s cubic-bezier(.32,.94,.6,1);}
.indxm-link .img i{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(0,0,0,0.3);opacity: 0;}
.indxm-link .cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;transform: translate3d(0,0,4px);display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0 max(30px,0.6rem);}
.indxm-link .cont .title{line-height: 1.2;}
.indxm-link:hover .img img{clip-path: circle(50% at 50% 50%);opacity: 1;}
.indxm-link:hover .img i{opacity: 1;transition: opacity .6s cubic-bezier(.32,.94,.6,1) .4s;}
.indxm-link:hover{border-color: transparent;transition: border .6s cubic-bezier(.32,.94,.6,1) .4s;}
.indxm-btn{pointer-events: none;display: flex;justify-content: space-between;z-index: 10;transform: translate3d(0,0,10px);top: 50%;margin-top: min(-20px,-0.32rem);left: 0;width: 100%;position: absolute;}
.indxm-btn>div{width: max(40px,0.8rem);height: max(40px,0.8rem);border-radius: 50%;overflow: hidden;cursor: pointer;pointer-events: auto;position: relative;display: flex;align-items: center;justify-content: center;font-size: max(16px,0.34rem);color: #ccc;line-height: 1;transition: background .4s ease, color .4s ease;}
.indxm-btn>div.prev{left: min(-40px,-0.8rem);transform: rotate(-90deg);}
.indxm-btn>div.next{right: min(-40px,-0.8rem);transform: rotate(90deg);}
.indxm-btn>div:hover{color: #e77817;}

.indly{background: #505c68;}
.indly-head{position: absolute;width: 100%;z-index: 10;transform: translate3d(0,0,10px);left: 0;top: max(36px,1.2rem);}
.indly-imgs{width: 100%;position: relative;}
.indly-imgs-wrap{width: 100%;position: relative;}
.indly-imgs-wrap img{width: 100%;height: max(500px,8.4rem);}
.indly-imgs-cont{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;padding-top: max(120px,3.14rem);background: rgba(0,0,0,0.3);color: #fff;}
.indly-imgs-cont .text{max-width: max(650px,9.4rem);}
.indly-menu{position: absolute;width: 100%;left: 0;bottom: 0;z-index: 8;transform: translate3d(0,0,10px);user-select: none;}
.indly-menu .swiper-slide{height: auto;}
.indly-menu-link{display: block;cursor: pointer;background: rgba(255,255,255,0.3);color: #fff;height: 100%;padding: max(10px,0.2rem);transition: background .4s ease;}
.indly-menu-link.active{background: #005ba1;}
/* -- */
.indly-imgs-cont .title, .indly-imgs-cont .text, .indly-imgs-cont .link{opacity: 0;}
.swiper-slide-active .indly-imgs-cont .title{animation: indlyUp 1s ease both .4s;}
.swiper-slide-active .indly-imgs-cont .text{animation: indlyUp 1s ease both .5s;}
.swiper-slide-active .indly-imgs-cont .link{animation: indlyUp 1s ease both .6s;}
@keyframes indlyUp{0%{opacity: 0;transform: translateY(max(30px,0.6rem));filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}

.indal{background: #fff url("../images/index/indalBg.png") no-repeat left bottom min(-30px,-0.6rem)/5.19rem auto;}
.indal .contain{position: relative;z-index:10;transform: translate3d(0,0,10px);width: calc(var(--wid) + max(60px,1.54rem));}
.indal .indRun{top: max(8px,0.2rem);}
.indal .indRun .text{color: #fff;text-shadow:-1px -1px 0 #e5e5e5,  1px -1px 0 #e5e5e5,-1px 1px 0 #e5e5e5,1px 1px 0 #e5e5e5;}
.indal-head{width: 100%;justify-content: space-between;align-items: center;padding: 0 max(30px,0.77rem);}
.indal-loop{width: 100%;position: relative;}
.indal-loop .swiper-slide{padding: max(40px,0.9rem) max(30px,0.66rem);height: auto;}
.indal-loop .swiper-slide:nth-child(2n) .indal-link{margin-top: max(28px,0.6rem);}
.indal-link{display: block;width: 100%;}
.indal-link .img{position: relative;width: 100%;}
.indal-link .img .tu{width: 100%;overflow: hidden;transition: transform .6s cubic-bezier(0.22, 0.61, 0.36, 1);}
.indal-link .img .tu img{width: 100%;height: 4rem;transition: transform .6s cubic-bezier(0.22, 0.61, 0.36, 1);}
.indal-link .img .arrow{position: absolute;width: max(40px,1.1rem);height: max(40px,1.1rem);margin: min(-20px,-0.55rem) 0 0 min(-20px,-0.55rem);border-radius: 50%;top: 50%;left: 50%;background: #005ba1;color: #fff;font-size: max(16px,0.36rem);line-height: 1;display: flex;align-items: center;justify-content: center;transform: scale(0);opacity: 0;transition: transform .6s ease, opacity .6s ease;}
.indal-link .img .arrow i{transform: rotate(180deg);}
.indal-link:hover .img .tu{transform: translate(0px,-2%) rotate(2.5deg) scale(1.05,1.05);}
.indal-link:hover .img .arrow{transform: scale(1);opacity: 1;}
.indal-link:hover .img .tu img{transform: scale(1.05,1.05);}
.indal-btn{display: flex;align-items: center;}
.indal-btn>div{width: max(40px,0.8rem);height: max(40px,0.8rem);background: #f8f8f8;border-radius: 50%;overflow: hidden;cursor: pointer;pointer-events: auto;position: relative;display: flex;align-items: center;justify-content: center;font-size: max(16px,0.24rem);color: #343434;line-height: 1;transition: background .4s ease, color .4s ease;}
.indal-btn>div.prev{transform: rotate(-90deg);}
.indal-btn>div.next{transform: rotate(90deg);margin-left: max(8px,0.12rem);}
.indal-btn>div:hover{background: #005ba1;color: #fff;}

.indhb{background: #e8f1f5 url("../images/index/indhbBg.jpg") no-repeat center/cover;}
.indhb-title{position: relative;z-index: 20;transform: translate3d(0,0,20px);}
.indhb-wrap{width: 100%;position: relative;}
.indhb-main{width: 5.82rem;height: 5.82rem;margin: 0 auto;position: relative;}
.indhb-main img.qq{width: 100%;}
.indhb-main-cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;display: flex;align-items: center;text-align: center;justify-content: center;transform: translate3d(0,0,4px);}
.indhb-main-earth{position: absolute;background: #ebf4f8;width: 3.6rem;height: 3.6rem;top: 50%;left: 50%;margin: -1.8rem 0 0 -1.8rem;border-radius: 50%;overflow: hidden;}
.indhb-circle1, .indhb-circle2, .indhb-circle3{position: absolute;left: 0;right: 0;margin: 0 auto;}
.indhb-circle1 img, .indhb-circle2 img, .indhb-circle3 img{width: 100%;}
.indhb-circle1{width: 5.82rem;top: 0;}
.indhb-circle2{width: 9.41rem;top: -12%;}
.indhb-circle3{width: 13.21rem;top: -24%;}
.indhb-list{position: absolute;width: 13.21rem;height: 100%;top: 0;left: 0;user-select: none;z-index: 4;right: 0;margin: 0 auto;}
.indhb-list .items{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;visibility: hidden;transition: all 1s ease 2s;}
.indhb-list .items.active{opacity: 1;visibility: visible;}
.indhb-list .logo{position: absolute;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 50%;overflow: hidden;}
.indhb-list .logo img{max-width: 80%;max-height: 80%;}
.indhb-list .logo:nth-child(1){width: 1.6rem;height: 1.6rem;top: 17%;left: 23%;}
.indhb-list .logo:nth-child(2){width: 1.4rem;height: 1.4rem;top: 10%;left: 63%;}
.indhb-list .logo:nth-child(3){width: 1.3rem;height: 1.3rem;top: 74%;left: 30%;}
.indhb-list .logo:nth-child(4){width: 1.3rem;height: 1.3rem;top: 74%;left: 61%;}
.indhb-list .logo:nth-child(5){width: 1.2rem;height: 1.2rem;top: 36%;left: 10%;}
.indhb-list .logo:nth-child(6){width: 1.6rem;height: 1.6rem;top: 34%;left: 79%;}
.indhb-list .logo:nth-child(7){width: 0.96rem;height: 0.96rem;top: 83%;left: 15%;}
.indhb-list .logo:nth-child(8){width: 1.1rem;height: 1.1rem;top: 84%;left: 76.5%;}
.indhb-list .logo:nth-child(9){width: 1.1rem;height: 1.1rem;top: 8%;left: -2%;}
.indhb-list .logo:nth-child(10){width: 1.3rem;height: 1.3rem;top: 0;left: 92%;}
.indhb-list .logo:nth-child(11){width: 1.3rem;height: 1.3rem;top: 70%;left: -3%;}
.indhb-list .logo:nth-child(12){width: 1.1rem;height: 1.1rem;top: 76%;left: 93.5%;}
/* -- */
.indhb-main-cont{opacity: 0;}
.indhb-main-earth,.indhb-circle1,.indhb-circle2,.indhb-circle3{opacity: 0;transform: scale(0);}
.indhb-wrap.animated .indhb-main-cont{animation: indhb-1 1s ease both 1s;}
.indhb-wrap.animated .indhb-main-earth{animation: indhb-2 1s ease both 0.5s;}
@keyframes indhb-1{0%{opacity: 0;}100%{opacity: 1;}}
@keyframes indhb-2{0%{opacity: 0;transform: scale(0);}100%{opacity: 1;transform: scale(1);}}
.indhb-wrap.animated .indhb-circle1{animation: indhb-3 1s ease both 1.2s;}
.indhb-wrap.animated .indhb-circle2{animation: indhb-3 1s ease both 1.4s;}
.indhb-wrap.animated .indhb-circle3{animation: indhb-3 1s ease both 1.6s;}
@keyframes indhb-3{0%{opacity: 0;transform: scale(0.4);}100%{opacity: 1;transform: scale(1);}}
.indhb-list .logo{transform: scale(0);opacity: 0;transition: all 1s ease 1.2s;}
.indhb-list .items.active .logo:nth-child(1){transition-delay: 2.2s !important;}
.indhb-list .items.active .logo:nth-child(2){transition-delay: 2.35s !important;}
.indhb-list .items.active .logo:nth-child(3){transition-delay: 2.5s !important;}
.indhb-list .items.active .logo:nth-child(4){transition-delay: 2.75s !important;}
.indhb-list .items.active .logo:nth-child(5){transition-delay: 2.9s !important;}
.indhb-list .items.active .logo:nth-child(6){transition-delay: 3.05s !important;}
.indhb-list .items.active .logo:nth-child(7){transition-delay: 3.2s !important;}
.indhb-list .items.active .logo:nth-child(8){transition-delay: 3.35s !important;}
.indhb-list .items.active .logo:nth-child(9){transition-delay: 3.5s !important;}
.indhb-list .items.active .logo:nth-child(10){transition-delay: 3.75s !important;}
.indhb-list .items.active .logo:nth-child(11){transition-delay: 3.9s !important;}
.indhb-list .items.active .logo:nth-child(12){transition-delay: 4.05s !important;}
.indhb-list .items.active .logo{transform: scale(1);opacity: 1;}


/* -------------------------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-cont{text-align: center;}
    .banner-cont .title br{display: none;}
    .indgy-info{width: 100%;padding: 0;}
    .indgy-num{width: 100%;margin-top: 28px;}
    .indgy-num li:nth-child(2n) {width: 144px;padding-left: 16px;}
    .indgy-num li:nth-child(2n+1) {width: calc(100% - 144px);padding-right: 16px;}
    .indgy-num .text{font-size: 12px;}
    .indRun{top: 24px;}
    .indRun .text{line-height: 1.2;}
    .indxm{padding-top: 50px;}
    .indxm-loop {padding: 0;}
    .indxm-btn{position: relative;top: 0;margin: 18px 0 0;justify-content: center;}
    .indxm-btn>div.prev{left: 0;}
    .indxm-btn>div.next{right: 0;margin-left: 10px;}
    .indxm-link{border: none;border-radius: 0;}
    .indxm-link .cont{padding: 0 20px;}
    .indxm-link .cont .title{font-size: 16px;}
    .indxm-link .img{border: 1px solid #e77817;border-radius: 50%;overflow: hidden;}
    .indxm-link .img i{display: none;}
    .indxm-link .img img {clip-path: none;opacity: 1;}
    .indxm-link .cont{position: relative;padding: 0 6px;margin-top: 18px;}
    .indly-imgs-wrap img{height: 368px;}
    .indly-imgs-cont{padding-top: 90px;}
    .indly-menu-link .text{font-size: 13px;}
    .indal{padding-top: 50px;}
    .indal .contain{width: 100%;}
    .indal .indRun {top: 28px;}
    .indal-head{padding: 0 4%;}
    .indal-loop .swiper-slide{padding: 30px 4% 24px;}
    .indal-link .img .tu img{height: 214px;}
    .indal-loop .swiper-slide:nth-child(2n) .indal-link{margin-top: 0;}
    .indal-link:hover .img .tu {transform: none;}
    .indhb{padding-bottom: 80px;}
    .indhb-main {width: 170px;height: 400px;}
    .indhb-main-earth {width: 170px;height: 170px;margin: -85px 0 0 -85px;}
    .indhb-circle1{width: 260px;top: 50%;margin-top: -126px;}
    .indhb-circle2{width: 340px;top: 50%;margin-top: -134px;}
    .indhb-circle3{width: 400px;top: 50%;margin-top: -120px;left: 50%;margin-left: -200px;}
    .indhb-list{width: 400px;left: 50%;margin-left: -200px;}
    .indhb-main-cont{font-size: 15px;}
    .indhb-list .logo:nth-child(1){width: 74px;height: 74px;top: 10%;left: 25%;}
    .indhb-list .logo:nth-child(2){width: 70px;height: 70px;top: 17%;left: 63%;}
    .indhb-list .logo:nth-child(3){width: 60px;height: 60px;top: 72%;left: 30%;}
    .indhb-list .logo:nth-child(4){width: 60px;height: 60px;top: 69%;left: 61%;}
    .indhb-list .logo:nth-child(5){width: 50px;height: 50px;top: 36%;left: 13%;}
    .indhb-list .logo:nth-child(6){width: 50px;height: 50px;top: 43%;left: 76%;}
    .indhb-list .logo:nth-child(7){width: 70px;height: 70px;top: 87%;left: 15%;}
    .indhb-list .logo:nth-child(8){width: 60px;height: 60px;top: 84%;left: 73.5%;}
    .indhb-list .logo:nth-child(9){width: 42px;height: 42px;top: 6%;left: 8%;}
    .indhb-list .logo:nth-child(10){width: 60px;height: 60px;top: 0;left: 77%;}
    .indhb-list .logo:nth-child(11){width: 50px;height: 50px;top: 65%;left: 7%;}
    .indhb-list .logo:nth-child(12){width: 42px;height: 42px;top: 65%;left: 81.5%;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}