@charset "utf-8";
/* ===================首页样式========================== */
.banner-bg img{width: 100%;height: calc(100vh - 160px);}
.banner-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner-con .contain{height: 100%;justify-content: flex-end;align-items: center;}
.banner-con .label span{border-radius: 3px;background: #008232;padding: 3px 12px;}
.banner-con .label,.banner-con .title{opacity: 0;transform: translateY(80px);transition: all 1s .2s ease;}
.banner-con .text{opacity: 0;transform: translateY(80px);transition: all 1s .1s ease;}
.banner-con .comMore-box{opacity: 0;transform: translateY(80px);transition: all 1s ease;}
.swiper-slide-active .banner-con .label,.swiper-slide-active .banner-con .title{opacity: 1;transform: translateY(0);transition-delay: .8s;}
.swiper-slide-active .banner-con .text{opacity: 1;transform: translateY(0);transition-delay: .9s;}
.swiper-slide-active .banner-con .comMore-box{opacity: 1;transform: translateY(0);transition-delay: 1s;}
.swiper-slide-active.first .banner-con .label,.swiper-slide-active.first .banner-con .title{transition-delay: 0s;}
.swiper-slide-active.first .banner-con .text{transition-delay: .1s;}
.swiper-slide-active.first .banner-con .comMore-box{transition-delay: .2s;}
.banner-pagination{z-index: 2;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);bottom: auto !important;width: auto !important;left: auto !important;}
.banner-pagination .swiper-pagination-bullet{border-radius: 0;display: block; opacity: 1;background: rgba(245, 245, 242, .5);width: 8px;height: 8px;margin: 10px 0 0 !important;}
.banner-pagination .swiper-pagination-bullet-active{background: #008232;}
.indPro{background: #eef5f8;}
.indPro-list{margin-left: -15px;}
.indPro-item{border-radius: 6px; margin: 15px 0 0 15px;width: calc((100% / 3) - 15px);background: #fff;padding: 35px 35px 45px;}
.indPro-item .title{padding-bottom: 12px;}
.indPro-item .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 40px;height: 4px;background: #008232;}
.indPro-item .img{height: 270px;}
.indPro-item .img img{max-height: 80%;max-width: 80%;}
.indPro-item:nth-child(-n+2){width: calc(50% - 15px);}
.indPro-item:nth-child(-n+2) .img img{max-height: 98%;}
.indPro-item:hover{box-shadow: 0 5px 15px rgba(0, 0, 0, .15);}
.indPro-item:hover .img img{transform: scale(1.08);}
.indFA-head{justify-content: space-between;align-items: center;}
.indFA-nav{width:calc(100% + 44px);margin-left: -44px;}
.indFA-nav .item{margin: 20px 0 0 44px;padding-bottom: 14px;user-select: none;cursor: pointer;}
.indFA-nav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #008232;opacity: 0;}
.indFA-nav .item:hover,.indFA-nav .item.active{color: #008232;}
.indFA-nav .item.active::after{opacity: 1;}
.indFA-swp-box{justify-content: center;}
.indFA-swp{width: 61vw;}
.indFA-swp .swiper-container{overflow: visible;}
.indFA-slide::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;background: rgba(225,225,225,.8);transition: all .6s ease;}
.indFA-img img{width: 100%;height: 29vw;}
.indFA-img::after{transition: all .6s ease; content: "";opacity: 0; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,rgba(11,48,86,.7) 0%,rgba(11,48,86,.2) 50%);}
.indFA-con{z-index: 10; padding: 0 70px; opacity: 0; position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all .6s ease;flex-direction: column;justify-content: center;}
.indFA-con .text{width: 500px;max-width: 100%;}
.swiper-slide-active .indFA-slide::after{opacity: 0;}
.swiper-slide-active .indFA-img::after,.swiper-slide-active .indFA-con{opacity: 1;}
.indFA-btn{color: #008232; user-select: none;cursor: pointer; z-index: 2;position: absolute;left: -9.7vw;top: 50%;transform: translateY(-50%);width: 56px;height: 56px;border-radius: 50%;background: rgba(255, 255, 255, 1);font-weight: 700;}
.indFA-btn.next{left: auto;right: -9.7vw;transform: translateY(-50%) rotate(180deg);}
.indFA-btn:hover{background: #fff;}
.indFA-more .btn i{font-size: 12px;display: block;margin-left: 10px;transform: rotate(180deg);transition: transform .4s ease;}
.indFA-more .btn:hover{color: #008232;}
.indFA-more .btn:hover i{transform: rotate(180deg) translateX(-5px);}
/*.indAb{background: url('../images/index/indAb-bg3.jpg') no-repeat center/cover;}*/
.indAb-top{justify-content: space-between;}
.indAb-con{width: 43%; flex-direction: column;justify-content: space-between;}
.indAb-num{width: 40%;}
.indAb-num li:first-child{padding-top: 0;}
.indAb-num li{border-bottom: 1px solid #e2e9f0;justify-content: space-between;align-items: center;padding: 25px 0;}
.indAb-logo{background: #fff;}
.indAb-logo-item{width: calc(100% / 6);padding: 35px 10px 30px 60px;}
.indAb-logo-item .icon{height: 45px;}
.indAb-logo-item .icon img{transition: all .4s ease;max-height: 100%;}
.indAb-logo-item .icon .h{position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0;}
.indAb-logo-item .title{margin-top: 15px;}
.indAb-logo-item:hover{background: #008232;}
.indAb-logo-item:hover .icon .s{opacity: 0;}
.indAb-logo-item:hover .icon .h{opacity: 1;}
.indAb-logo-item:hover .title{color: #fff;}
.indNews-flex{justify-content: space-between;}
.indNews-left{width: calc(67% - 14px);justify-content: space-between;}
.indNews-left-item{width: calc(50% - 14px);height: 100%;display: flex;flex-direction: column;}
.indNews-left-item::after,.indNews-right::after{content: "";position: absolute;right: 0;bottom: 0;width: 120px;height: 120px;background: #f8fafb;clip-path: polygon(100% 0, 0% 100%, 100% 100%);transition: all .4s ease;}
.indNews-left-img img{height: 240px;width: 100%;}
.indNews-left-con{flex: 1;padding: 45px 35px;position: relative;border: 1px solid #eceff3;border-top: unset;}
.indNews-left-con .date{position: absolute;left: 0;bottom: 40px;width: 100%;padding: 0 35px;color: #008232;}
.indNews-left-item:hover::after{background: #008232;}
.indNews-left-item:hover .indNews-left-img img{transform: scale(1.08);}
.indNews-right{padding: 35px 35px 90px;width: calc(33% - 14px);background: linear-gradient(to bottom,#edf0f4 0%,#f8f9fb 50%, #fdfdfe 100%);}
.indNews-right-list{position: relative;z-index: 2;}
.indNews-right-head{justify-content: space-between;align-items: center;}
.indNews-right-head .more:hover{text-decoration: underline;}
.indNews-right-item .date{color: #aeb1b7;}
.indNews-right:hover::after{background: #008232;}
.indNews-right-item:hover .title{color: #008232;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .banner-bg img{height: calc(100vh - 125px);}
    .indPro-item{padding: 30px 30px 35px;}
    .indPro-item .img{height: 230px;}
    .indFA-nav .item{margin-left: 15px;padding-bottom: 10px;}
    .indFA-con{padding: 0 50px;}
    .indAb-logo-item{padding: 25px 10px 20px 40px;}
    .indAb-logo-item .icon{height: 38px;}
    .indNews-left-img img{height: 200px;}
    .indNews-left-con{padding: 35px 30px;}
    .indNews-left-con .date{padding: 0 30px;}
    .indNews-right{padding: 30px 30px 50px;}
    .indNews-left-item::after, .indNews-right::after{width: 100px;height: 100px;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .banner-bg img{height: calc(100vh - 109px);}
    .indPro-item {padding: 20px;}
    .indPro-item .img{height: 190px;}
    .indFA-nav{width:calc(100% + 25px);margin-left:-25px;}
    .indFA-nav .item{margin-left: 25px;}
    .indFA-con {padding: 0 30px;}
    .indAb-logo-item {padding: 15px 10px 15px 20px;}
    .indAb-logo-item .icon{height: 32px;}
    .indNews-left-img img{height: 160px;}
    .indNews-left-con {padding: 25px;}
    .indNews-left-con .date{padding: 0 25px;bottom: 25px;}
    .indNews-right{padding: 20px 20px 40px;}
    .indNews-left-item::after, .indNews-right::after {width: 70px;height: 70px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
    .banner-bg img{height: 300px;}
    .banner-con .contain{justify-content: flex-start;}
    .banner-con .label span{padding: 1px 8px;font-size: 11px;}
    .indPro-list{margin: 0;}
    .indPro-item{width: 100% !important;margin: 20px 0 0;}
    .indPro-item .title{padding-bottom: 8px;}
    .indPro-item .title::after{width: 20px;height: 2px;}
    .indPro-item .img{height: 170px;}
    .indPro-item:nth-child(-n+2) .img img{max-height: 80%;}
    .indFA-nav{overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;width: 100%;margin: 15px 0 0;}
    .indFA-nav .item{margin-top:0;}
    .indFA-nav .item:first-child{margin-left:0;}
    .indFA-swp{width: 90%;}
    .indFA-img img{height: 220px;}
    .indFA-btn{display: none;}
    .indFA-con{padding: 0 20px;}
    .indFA-pagination .swiper-pagination-bullet{margin: 0 4px;width: 7px;height: 7px;}
    .indFA-pagination .swiper-pagination-bullet-active{background: #008232;}
    .indAb-con{width: 100%;}
    .indAb-desc{margin-top: 25px;}
    .indAb-num{width: 100%;margin-top: 40px;}
    .indAb-num li{padding: 15px 0;}
    .indAb-logo-item{width: calc(100% / 3);padding: 15px;}
    .indAb-logo-item .icon{height: 25px;}
    .indAb-logo-item .title{margin-top: 10px;font-size: 10px;}
    .indNews-left{width: 100%;}
    .indNews-left-item{width: 100%;height: auto;}
    .indNews-left-item:nth-child(2){margin-top: 20px;}
    .indNews-left-img img{height: 180px;}
    .indNews-left-con{padding: 25px 15px;}
    .indNews-left-con .date{position: relative;padding: 0;bottom: auto;left: auto;margin-top: 60px;}
    .indNews-right{width: 100%;margin-top: 20px;}
    .indNews-right-item{margin-top: 20px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}