@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: 400px;}
.banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;color: #fff;text-align: left;padding-bottom: 66px;transform: translate3d(0,0,10px);}
/* -- */
.banner .swiper-slide {overflow: hidden;}
.banner .banner-image img {transform: matrix(1.12, 0, 0, 1.12, 0, 0);transition: transform .4s ease 1s;}
.swiper-slide-active .banner-image img {transform: matrix(1, 0, 0, 1, 0, 0);transition: transform 3.6s ease .4s;}
/* -- */
.banner-cont .title, .banner-cont .text{opacity: 0;}
.swiper-slide-active .banner-cont .title{animation: bannerRun 1s ease both .9s;}
.swiper-slide-active .banner-cont .text{animation: bannerRun 1s ease both 1s;}
.oneSlide .banner-cont .title{animation: bannerRun 1s ease both .4s;}
.oneSlide .banner-cont .text{animation: bannerRun 1s ease both .5s;}
@keyframes bannerRun{0%{opacity: 0;transform: translateX(200px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
/* -- */
.banner .swiper-pagination{width: auto;display: flex;flex-direction: column;left: auto;right: 32px;bottom: auto;top: 50%;transform: translateY(-50%);}
.banner .swiper-pagination-bullet{width: 6px;height: 6px;background: rgba(255, 255, 255, 0.5);opacity: 1;position: relative;margin: 28px 0 !important;}
.banner .swiper-pagination-bullet i{position: absolute;width: 36px;height: 36px;margin: -18px 0 0 -18px;top: 50%;left: 50%;opacity: 0;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.3);}
.banner .swiper-pagination-bullet svg{position: absolute;z-index: 2;left: 50%;top: 50%;margin: -18px 0 0 -18px;width: 36px;height: 36px;transform: rotate(-90deg);opacity: 0;}
.banner .swiper-pagination-bullet svg circle{stroke-dasharray:116,116;stroke-dashoffset:116;}
.banner .swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-pagination-bullet-active i{opacity: 1;}
.banner .swiper-pagination-bullet-active svg{opacity: 1;}
.banner .swiper-pagination-bullet-active svg circle{animation: bulletRun 5.8s linear both;}
.banner .swiper-pagination-bullet-active.oneBullet svg circle{animation: bulletRun 4.8s linear both;}
@keyframes bulletRun{0%{stroke-dashoffset:116;}100%{stroke-dashoffset:0;}}
/* banner视频 */
.banner .hasVideo .banner-image{animation: hasVideoImg 1s ease both;}
@keyframes hasVideoImg {0%{opacity: 1;}100%{opacity: 0;}}
.banner video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 2;}
@media all and (max-width:1100px) {.banner .hasVideo .banner-image{animation: none;}.banner video{display: none;}}
/* -- */
/*.banner-down{position: absolute;width: 140px;height: 140px;left: var(--widDb);bottom: 60px;font-size: 30px;transition: transform .4s ease;line-height: 1;color: #222;z-index: 4;transform: translate3d(0,0,4px);user-select: none;cursor: pointer;}*/
.banner-down::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;animation: bannerCtQ 20s linear infinite;transform-origin: center;background: url("../images/index/circle.png") no-repeat center/100%;}
.banner-down i{position: relative;z-index: 2;transform: rotate(180deg);}
@keyframes bannerCtQ{0% {transform: rotate(0)}100% {transform: rotate(360deg);}}
.banner-down:hover{transform: scale(0.9);}

.indcp{background: #fff;padding-left: var(--widDb);display: flex;flex-wrap: wrap;}
.indcp-wrap{width: calc(100% - 468px);padding-right: 130px;}
.indcp-loop{width: 100%;margin-top: -64px;}
.indcp-loop .items{width: 100%;height: 0;overflow: hidden;pointer-events: none;opacity: 0;}
.indcp-loop .items.active{height: auto;pointer-events: auto;opacity: 1;}
.indcp-loop-control{width: 100%;justify-content: flex-end;align-items: center;user-select: none;}
.indcp-loop-control .btn{width: 64px;height: 64px;border-radius: 50%;background: #f8f8f8;cursor: pointer;font-size: 18px;color: #999;line-height: 1;transition: all .4s ease;}
.indcp-loop-control .btn.next{transform: rotateY(180deg);}
.indcp-loop-control .btn:hover{background: #00713d;color: #fff;}
.indcp-loop-control .swiper-pagination{position: relative;width: auto;bottom: 0;margin: 0 16px;}
.indcp-loop-control .swiper-pagination i{margin: 0 4px 0 0;}
.indcp-loop-control .swiper-pagination p{width: 24px;text-align: center;}
.indcp-loop-main{width: 100%;}
.indcp-link{width: 100%;justify-content: space-between;flex-direction: row-reverse;}
.indcp-link-info, .indcp-link-img{width: calc(50% - 10px);overflow: hidden;display: block;}
.indcp-link-img img{height: 540px;transition: all .6s ease;width: 100%;}
.indcp-link-img:hover img{transform: scale(1.04);}
.indcp-link-info{background: #f4f5f7;padding: 80px 56px;}
/*.indcp-link-info .ico{width: 30px;height: 30px;background: url("../images/index/hua.png") no-repeat center/100%;animation: bannerCtQ 20s linear infinite;}*/
.indcp-link-info .title, .indcp-link-info .text, .indcp-link-info .link{opacity: 0;}
.swiper-slide-active .indcp-link-info .title{animation: indcpRun 1s ease both .8s;}
.swiper-slide-active .indcp-link-info .text{animation: indcpRun 1s ease both .9s;}
.swiper-slide-active .indcp-link-info .link{animation: indcpRun 1s ease both 1s;}
@keyframes indcpRun{0%{opacity: 0;transform: translateY(60px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.indcp-menu{width: 468px;background: #f8f8f8;/*background: #f8f8f8 url("../images/index/indcpBg.png") no-repeat left bottom/100% auto;*/position: relative;overflow: hidden;display: flex;flex-direction: column;justify-content: center;}
.indcp-menu-click{width: 300px;height: 605px;position: relative;z-index: 10;justify-content: center; transform: translate3d(0,0,10px);display: flex;flex-direction: column;align-items: flex-end;}
.indcp-menu-click a{display: flex;align-items: center;justify-content: flex-end;height: 13%;font-size: 16px;color: #666;transition: color .4s ease;}
.indcp-menu-click a:nth-child(1){margin-right: 54px;}
.indcp-menu-click a:nth-child(2){margin-right: 82px;}
.indcp-menu-click a:nth-child(3){margin-right: 100px;}
.indcp-menu-click a:nth-child(4){margin-right: 82px;}
.indcp-menu-click a:nth-child(5){margin-right: 54px;}

.indcp-menu-click a.active{color: #00713d;font-size: 20px;font-weight: 700;}
.indcp-menu-click a:hover{color: #00713d;}
.indcp-circle{width: 720px;height: 720px;position: absolute;top: 50%;transform: translateY(-50%);left: 226px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid #b6b6b6;}
.indcp-circle-run{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/index/indcpQq2.png") no-repeat center/100%;will-change: transform;transition: transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);}
.indcp-circle-dot{position: absolute;width: 85.28%;height: 85.28%;left: 0;right: 0;margin: 0 auto;top: 7.36%;animation: indcpCtQ 60s linear infinite;background: url("../images/index/indcpQq.png") no-repeat center/100%;}
@keyframes indcpCtQ{0% {transform: rotate(0)}100% {transform: rotate(-360deg);}}
.indcp-circle-img{position: absolute;width: 80.6%;height: 80.6%;left: 0;right: 0;margin: 0 auto;background: #00713d;top: 9.7%;border-radius: 50%;overflow: hidden;}
.indcp-circle-img img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: opacity .4s ease;}
.indcp-circle-img img.active{opacity: 0.3;}

.indfa{background: #262423;height: 100vh;}
.indfa .comHead{position: relative;z-index: 12;}
.indfa-imgs{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.indfa-imgs img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: opacity .6s ease;}
.indfa-imgs img.active{opacity: 1;}
.indfa-imgs::before{content: "";background: rgba(4, 6, 5, 0.3);position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;z-index: 2;}
.indfa-loop{width: 100%;position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;}
.indfa-loop .swiper-container{height: 100%;}
.indfa-link{display: flex;flex-direction: column;text-align: center;justify-content: flex-end;width: 100%;height: 100%;color: #fff;cursor:pointer}
.indfa-link::after{content: "";position: absolute;width: 1px;height: 100%;top: 0;right: 0;background: rgba(255, 255, 255, 0.15);}
.indfa-loop .swiper-slide:last-child .indfa-link::after{display: none;}
.indfa-link-cont{position: relative;z-index: 4;padding: 0 40px;}
.indfa-link-cont .ico{display: flex;height: 44px;width: 60px;justify-content: center;margin: 0 auto;}
.indfa-link-cont .ico img{max-height: 100%;}
.indfa-link-cont .link{justify-content: center;}
.indfa-link-cont .text, .indfa-link-cont .link{opacity: 0;filter: blur(6px);transform: translateY(20px);transition: all .4s ease;}
.indfa-link::before{content: "";background: linear-gradient(to bottom,transparent,rgba(0,113,61,0.7));position: absolute;width: 100%;height: 0;opacity: 0;left: 0;bottom: 0;z-index: 2;transition: all .4s ease;}
.indfa-link:hover::before{opacity: 1;height: 100%;}
.indfa-link:hover .indfa-link-cont .text{opacity: 1;filter: blur(0);transform: translateY(0);}
.indfa-link:hover .indfa-link-cont .link{opacity: 1;filter: blur(0);transform: translateY(0);}
.swiper-slide-active .indfa-link::before{opacity: 1;height: 100%;}
.swiper-slide-active .indfa-link .indfa-link-cont .text{opacity: 1;filter: blur(0);transform: translateY(0);}
.swiper-slide-active .indfa-link .indfa-link-cont .link{opacity: 1;filter: blur(0);transform: translateY(0);}
.indfa-loop-btn{position: absolute;width: 100px;height: 100px;cursor: pointer;padding-left: 36px;line-height: 1;color: #fff;background: rgba(0, 0, 0, 0.5);top: 50%;margin-top: -50px;z-index: 10;border-radius: 50%;font-size: 20px;transition: background .4s ease;}
.indfa-loop-btn.prev{left: -50px;}
.indfa-loop-btn.next{right: -50px;transform: rotateY(180deg);}
.indfa-loop-btn:hover{background: #00713d;}

.indyf{background: #f7f8fc;}
.indyf-list{width: 100%;}
.indyf-list ul{margin-left: -20px;flex-wrap: nowrap;}
.indyf-list li{width: 360px;height: 540px;margin-left: 20px;position: relative;overflow: hidden;}
.indyf-list li.active{width: calc(100% - 360px*2 - 20px*3);}
.indyf-link{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 0 50px 50px;color: #fff;}
.indyf-link img.bg{height: 100%;position: absolute;max-width: none;object-fit: fill;top: 0;left: 0;}
.indyf-link::after{content: "";background: linear-gradient(to bottom,transparent,rgba(0,113,61,0.7));position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;z-index: 2;}
.indyf-link-cont{position: absolute;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;padding: 0 50px 56px;color: #fff;z-index: 4;left: 0;bottom: 0;}
.indyf-link-cont .ico, .indyf-link-cont .title{transition: transform .4s ease 0s;}
.indyf-link-cont .ico{width: 60px;height: 60px;display: flex;align-items: flex-end;}
.indyf-link-cont .ico img{max-height: 100%;}
.indyf-link-cont .text{height: 0;overflow: hidden;opacity: 0;filter: blur(6px);transition: all .4s ease 0s;}
.indyf-list li.active .indyf-link-cont .text{opacity: 1;filter: blur(0);transition: all .4s ease .4s;}
.indyf-list li.active .indyf-link-cont .ico, .indyf-list li.active .indyf-link-cont .title{transform: translateY(-20px);transition: transform .4s ease .4s;}

.indgy{background-color: #576577;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}
.indgy::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);}
.indgy .contain{position: relative;z-index: 4;}
.indgy-info{max-width: 772px;color: #fff;}
.indgy-num{width: 100%;color: #fff;}
.indgy-num ul{justify-content: center;margin: -20px 0 0 -20px;}
.indgy-num li{display: flex;width: calc(25% - 20px);margin: 20px 0 0 20px;padding: 32px 30px;border: 1px solid rgba(255,255,255,.5);transition: all .4s ease;justify-content: space-between;align-items: center;}
.indgy-num li .cont{width: auto;}
.indgy-num li .cont .num{align-items: baseline;}
.indgy-num li .cont .num b{margin-left: 6px;font-weight: normal;}
.indgy-num li .ico{height: 44px;max-width: 62px;display: flex;align-items: flex-end;}
.indgy-num li .ico img{max-height: 100%;}
.indgy-num li:hover{border-color: #00713d;background: #00713d;}

.indxw-loop{width: 100%;padding-left: var(--widDb);}
.indxw-loop-limit{width: 100%;overflow: hidden;position: relative;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.indxw-loop .swiper-container{width: 660px;margin: 0;overflow: visible;}
.indxw-loop .img{width: 100%;overflow: hidden;transform-origin: left top;}
.indxw-loop .img img{width: 100%;height: 560px;}
.indxw-wrap{width: 100%;margin-top: 32px;}
.indxw-wrap .contain{justify-content: space-between;align-items: flex-start;}
.indxw-content{width: 660px;}
.indxw-content .tags i{width: 1px;background: #999;margin: 0 10px;font-style: normal;}
.indxw-content .title a{transition: color .4s ease;display: block;}
.indxw-content .title a:hover{color: #00713d;}
.indxw-content .link a{color: #00713d;position: relative;}
.indxw-content .link a i{font-size: 12px;transform: rotateY(180deg);margin: 2px 0 0 8px;}
.indxw-content .link a::after{content: "";position: absolute;width: 0;height: 1px;background: #00713d;right: 0;bottom: 0;opacity: 0;transition: width .4s ease, opacity .1s ease .4s;}
.indxw-content .link a:hover::after{opacity: 1;width: 100%;right: auto;left: 0;transition: width .4s ease .1s, opacity .1s ease;}
.indxw-loop-control{width: auto;justify-content: flex-end;align-items: center;user-select: none;}
.indxw-loop-control .btn{width: 64px;height: 64px;border-radius: 50%;background: #f8f8f8;cursor: pointer;font-size: 18px;color: #999;line-height: 1;transition: all .4s ease;}
.indxw-loop-control .btn.next{transform: rotateY(180deg);}
.indxw-loop-control .btn:hover{background: #00713d;color: #fff;}
.indxw-loop-control .swiper-pagination{position: relative;width: auto;bottom: 0;margin: 0 16px;}
.indxw-loop-control .swiper-pagination i{margin: 0 4px 0 0;}
.indxw-loop-control .swiper-pagination p{width: 24px;text-align: center;}
.indxw-wrap-mb{width: auto;}
.indxw-wrap-mb .comBtn{display: none;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
    .indcp-wrap {padding-right: 60px;}
    .indcp-link-img img{height: 474px;}
    .indyf-list li {height: 468px;}
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .banner-cont {padding-bottom: 50px;}
    .banner-down {width: 110px;height: 110px;bottom: 50px;font-size: 26px;}
    .banner .swiper-pagination-bullet {margin: 24px 0 !important;}
    .indcp-wrap {width: calc(100% - 400px);padding-right: 50px;}
    .indcp-menu {width: 400px;}
    .indcp-menu-click {width: 272px;height: 520px;}
    .indcp-circle {width: 618px;height: 618px;left: 200px;}
    .indcp-link-info {padding: 60px 40px;}
    .indcp-link-img img{height: 422px;}
    .indcp-loop-control .btn,.indxw-loop-control .btn{width: 50px;height: 50px;font-size: 16px;}
    .indcp-loop {margin-top: -50px;}
    .indcp-menu-click a.active {font-size: 18px;}
    .indcp-menu-click a:nth-child(1){margin-right: 52px;}
    .indcp-menu-click a:nth-child(2){margin-right: 78px;}
    .indcp-menu-click a:nth-child(3){margin-right: 92px;}
    .indcp-menu-click a:nth-child(4){margin-right: 78px;}
    .indcp-menu-click a:nth-child(5){margin-right: 52px;}
    .indfa-link{padding-bottom: 70px;}
    .indfa-link-cont {padding: 0 30px;}
    .indfa-loop-btn {width: 80px;height: 80px;padding-left: 30px;margin-top: -40px;font-size: 18px;}
    .indfa-loop-btn.prev{left: -40px;}
    .indfa-loop-btn.next{right: -40px;}
    .indyf-list li{width: 300px;height: 418px;margin-left: 16px;}
    .indyf-list li.active{width: calc(100% - 300px*2 - 16px*3);}
    .indyf-link-cont {padding: 0 40px 40px;}
    .indgy-num ul {margin: -16px 0 0 -16px;}
    .indgy-num li {width: calc(25% - 16px);margin: 16px 0 0 16px;padding: 28px 20px;}
    .indxw-loop .swiper-container, .indxw-content{width: 510px;}
    .indxw-loop .img img{height: 432px;}
}

@media all and (max-width:1430px){
    /* 1360 */
    .indcp-link-img img{height: 402px;}
}

@media all and (max-width:1350px){
    /* 1280 */
}

@media all and (max-width:1270px){
    /* 1152 × (700) */
    .indcp-menu-click a{font-size: 14px;}
    .indcp-menu-click a.active {font-size: 16px;}
    .indcp-menu-click {width: 220px;height: 430px;}
    .indcp-circle {width: 512px;height: 512px;left: 160px;}
    .indcp-menu {width: 280px;}
    .indcp-wrap {width: calc(100% - 280px);padding-right: 40px;}
    
    .indcp-link-info, .indcp-link-img {width: calc(50% - 6px);}
    .indcp-link-img img{height: 360px;}
    .indcp-link-info {padding: 50px 24px;}
    .indcp-loop-control .btn, .indxw-loop-control .btn {width: 44px;height: 44px;font-size: 14px;}
    .indcp-loop {margin-top: -44px;}
    .indcp-loop-control .swiper-pagination, .indxw-loop-control .swiper-pagination{margin: 0 12px;}
    .indfa-loop-btn {width: 60px;height: 60px;padding-left: 22px;margin-top: -30px;font-size: 16px;}
    .indfa-loop-btn.prev{left: -30px;}
    .indfa-loop-btn.next{right: -30px;}
    .indfa-link {padding-bottom: 50px;}
    .indyf-list li{width: 240px;height: 340px;margin-left: 12px;}
    .indyf-list li.active{width: calc(100% - 240px*2 - 12px*3);}
    .indyf-link-cont {padding: 0 30px 30px;}
    .indyf-list li.active .indyf-link-cont .ico, .indyf-list li.active .indyf-link-cont .title {transform: translateY(-14px);}
    .indgy-num ul {margin: -12px 0 0 -12px;}
    .indgy-num li {width: calc(25% - 12px);margin: 12px 0 0 12px;padding: 24px 16px;}
    .indxw-loop .swiper-container, .indxw-content{width: 410px;}
    .indxw-loop .img img{height: 348px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .banner-image img.pc {height: 60vh;}
    .indcp-link-img img{height: 326px;}
    .indfa {height: 600px;}
    .indfa-link-cont .text, .indfa-link-cont .link {opacity: 1;filter: blur(0);transform: translateY(0);}
    .indyf-link-cont .text{height: auto !important;opacity: 1;filter: blur(0);}
    .indyf-list ul{margin: -16px 0 0;flex-wrap: wrap;}
    .indyf-list li{width: 100% !important;margin: 16px 0 0;}
    .indyf-link img.bg{width: 100%;object-fit: cover;}
    .indgy-num li {width: calc(50% - 12px);}
    .indyf-list li.active .indyf-link-cont .ico, .indyf-list li.active .indyf-link-cont .title {transform: translateY(0);}
    .indyf-link-cont .title{margin: 12px 0 4px;}
}

@media all and (max-width:1000px){
    /* 720 竖屏 */
    .indcp{padding: 60px 4%;}
    .indcp-wrap{width: 100%;padding: 0;}
    .indcp-link-img img{height: 348px;}
    .indcp-circle{display: none;}
    .indcp-menu{width: 100%;padding: 0;margin-top: 24px;background-image: none;border-radius: 10px;}
    .indcp-menu-click{width: 100%;flex-direction: row;align-items: flex-start;flex-wrap: wrap;height: auto;}
    .indcp-menu-click a{justify-content: center;margin: 0 !important;width: 20%;height: 60px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
    .banner-down{display: none;}
    .banner-cont{text-align: center;padding: 0;}
    @keyframes bannerRun{0%{opacity: 0;transform: translateY(60px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    .banner .swiper-pagination-bullet svg{display: none;}
    .banner .swiper-pagination {width: 100%;flex-direction: row;left: 0;right: auto;bottom: 26px;top: auto;transform: translateY(0);justify-content: center;}
    .banner .swiper-pagination-bullet {width: 6px;height: 6px;background: rgba(0, 0, 0, 0.5);margin: 0 12px !important;}
    .banner .swiper-pagination-bullet i {width: 16px;height: 16px;margin: -8px 0 0 -8px;border: 1px solid rgba(0, 0, 0, 0.3);transform: scale(0);transition: all .4s ease;}
    .banner .swiper-pagination-bullet-active i {opacity: 1;transform: scale(1);}
    .indcp {padding: 34px 4%;}
    .indcp-loop-control .swiper-pagination, .indxw-loop-control .swiper-pagination {margin: 0 4px;}
    .indcp-loop-control .btn, .indxw-loop-control .btn {width: 34px;height: 34px;font-size: 14px;}
    .indcp-loop {margin-top: -34px;}
    .indcp-link-info, .indcp-link-img{width: 100%;}
    .indcp-link{flex-direction: row;}
    .indcp-link-img img{height: 280px;}
    .indcp-link-info{margin-top: 4px;padding: 20px 16px;}
    .indcp-link-info .title, .indcp-link-info .text, .indcp-link-info .link {opacity: 1;animation: none !important;}
    .indcp-link-info .ico {width: 20px;height: 20px;}
    .indcp-menu {margin-top: 12px;border-radius: 7px;}
    .indcp-menu{overflow-x: auto;}
    .indcp-menu-click{flex-wrap: nowrap;}
    .indcp-menu-click a{white-space: nowrap;width: auto;height: 44px;padding: 0 8px;}
    .indcp-menu-click a.active {font-size: 14px;}
    .indfa {height: 380px;}
    .indfa-loop-btn {width: 44px;height: 44px;padding-left: 16px;margin-top: -22px;font-size: 12px;}
    .indfa-loop-btn.prev{left: -22px;}
    .indfa-loop-btn.next{right: -22px;}
    .indfa-link {padding-bottom: 34px;}
    .indfa-link-cont .ico {height: 32px;width: 48px;}
    .indyf-list ul{margin: -10px 0 0;}
    .indyf-list li{margin: 10px 0 0;height: 204px;}
    .indyf-link-cont {padding: 0 16px 18px;}
    .indyf-link-cont .ico {width: 36px;height: 36px;}
    .indgy-num ul {margin: -10px 0 0;}
    .indgy-num li {width: 100%;margin: 10px 0 0;padding: 18px 16px;}
    .indgy-num li .ico {height: 36px;max-width: 44px;}
    .indxw .comHead-info{width: 100%;}
    .indxw .comBtn{display: none;}
    .indxw-loop{padding: 0 4%;}
    .indxw-loop .swiper-container, .indxw-content{width: 100%;}
    .indxw-loop .swiper-container{overflow: hidden;}
    .indxw-loop .img{transform: translate3d(0,0,0) scale(1) !important;transition: none !important;}
    .indxw-loop .img img{height: 280px;}
    .indxw-wrap {margin-top: 20px;}
    .indxw-wrap-mb{width: 100%;margin-top: 20px;display: flex;justify-content: space-between;align-items: center;}
    .indxw-wrap-mb .comBtn{display: flex;}
    .indfa-link::before{display:none}
}