
@font-face {
  font-family: 'Regular';
  src: url('./SourceHanSerifCN-Regular.otf');
}
@font-face {
  font-family: 'Heavy';
  src: url('./SourceHanSerifCN-Heavy.otf');
}
@font-face {
  font-family: 'Bold';
  src: url('./SourceHanSerifCN-Bold.otf');
}
@font-face {
  font-family: 'ALIBABAPUHUITI-2-55-REGULAR';
  src: url('./ALIBABAPUHUITI-2-55-REGULAR.TTF');
}
html {
   scroll-padding-top: 120px;
}


*{margin:0;padding:0;} 
h1,h2,h3,h4,h5,h6{ font-style: normal; font-size:100%; font-weight:normal;}
li{list-style-type: none;}
a{text-decoration:none;color:#333333;}
body{min-width:1300px;max-width:1920px;margin: 0 auto;font-family: 'Regular'; color:#333333;font-size: 18px;}
img{ border:0;}
.clear{clear:both;} 
.no{display:none;}
.img{display: block;width:100%;}
.box{width:1200px;margin:0 auto;}
.box1{width:67.7%;min-width:1200px;margin:0 auto;}
.over{overflow: hidden}
.fl{float: left}
.fr{float: right}
.border{box-sizing:border-box; 
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;} 
.cg{font-family: 'Regular';}
.tct{font-family: 'Heavy';}
.ct{font-family: 'Bold';}
.albbcg{font-family: 'ALIBABAPUHUITI-2-55-REGULAR';}
.wr{writing-mode: vertical-rl;writing-mode: tb-rl;}
.wl{writing-mode: vertical-lr; writing-mode: tb-lr;}
.dx{text-transform : uppercase}
.xx{text-transform : lowercase}
.sdx{text-transform : capitalize}

.swiper{ margin: 0;}
.swiper-button-prev,.swiper-button-next{outline: none;margin: 0;}

.ht_img img{ transition: all 0.6s;}
.ht_img:hover img{transform: scale(1.06);}
.a_img{cursor: pointer; transition: all 0.6s;}
.a_img:hover{transform: scale(1.06);}

.bg1{background-image: linear-gradient(to right, #0b318f, #2eb7ef);}


/* 首页 */
header{width: 100%;height: 120px;background: #fff; min-width: 1200px;position: fixed;top:0;left:0;z-index: 998;}
header .box1{height: 120px;}
header .box1 .hl .logo{display: block;height: 80px;}
header .box1 .hl h3{font-size: 16px;text-align-last: justify;margin-left: 10px;line-height: 36px;margin-bottom: -7px;}
header .box1 .hl h3 span{font-size: 24px;}
header .box1 nav{width: 45%;}
header .box1 nav>ul>li>a{height: 45px;font-size: 16px;color: #666666;position: relative}
header .box1 nav>ul>li>a::after{display: block;content: ''; width: 0;height: 2px;background: #078249;position: absolute;bottom: 0;left: 0;right: 0;margin:auto;-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);transition: all .66s cubic-bezier(.17,.84,.44,1);}
header .box1 nav>ul>li>a:hover,header .box1 nav a.active{color: #078249}
header .box1 nav>ul>li>a:hover::after,header .box1 nav a.active::after{width: 30px;}

.dropdown-menu {
            position: absolute;
            top: 120%;
            left: -43px;
            background-color: white;
            min-width: 150px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 999;
        }

        /* 下拉菜单项 */
        .dropdown-item {
            border-bottom: 1px solid #f1f1f1;
        }

        .dropdown-item:last-child {
            border-bottom: none;
        }

        /* 下拉链接样式 */
        .dropdown-link {
            display: block;
            font-size: 16px;
            line-height: 20px;
            padding: 12px 10px;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

        /* 下拉项hover效果 */
        .dropdown-link:hover {
            color: #078249;
            background-color: #f5f5f5;
        }

        /* 下拉项选中高亮 */
        .dropdown-link.active {
            background-color: #078249;
            color: #fff !important;
        }
        /* 鼠标悬停时显示下拉菜单 */
       header .box1 nav>ul>li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }




header .box1 .hr{width: 18.846%;height: 120px;background: #078249}
header .box1 .hr a{color: rgba(255, 255, 255, 0.8);transition: All 0.5s ease;}
header .box1 .hr a:hover{color: #fff;font-family: 'Heavy'; transform: translateY(-5px);}
header .box1 .hr .line{width: 1px;height: 16px;background:rgba(255, 255, 255, 0.6);margin: 0 15px;}
header .box1 .phone h5{color: rgba(255, 255, 255, 0.8);transition: All 0.5s ease;}
header .box1 .phone div{display: none; width: 192px;top: 40px;right: 0;left: -55px;height: 40px;padding: 0 15px;border-radius: 15px;background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); color: #078249;font-size: 20px;}
header .box1 .phone div::after{display: block;content: '';width: 10px;height: 6px;background: url(../images/s_.png) no-repeat center;position: absolute;top: -6px;left: 0;right: 0;margin: auto;}
header .box1 .phone:hover h5{color: #fff;font-family: 'Heavy'; transform: translateY(-5px);}
header .box1 .phone:hover div{display: flex;}
header.active{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)}

.banner{width:100%;padding-bottom: 31.25%; margin-top: 100px;}
.banner p a{color: #fff}
.banner p a:hover{color: #078249}

.sy_banner{margin-top: 100px;}
.sy_banner .swiper-button-prev{width: 30px;height: 30px;top:0;bottom: 0;left: 5%;margin:auto;}
.sy_banner .swiper-button-next{width: 30px;height: 30px;top:0;bottom: 0;right: 5%;margin:auto;}
.sy_banner .swiper-button-next::after,.sy_banner .swiper-button-prev::after{font-size: 50px;color: #fff;}


.sy_banner .swiper-pagination{bottom: 20px;}
.sy_banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background:#fff;}
.sy_banner .swiper-pagination .swiper-pagination-bullet-active{opacity: 1}

.cor{color: #078249} 
.cor1{color: #f9f2cd}
.cor2{color:#fff}
.cor3{color:#033333}
/* 内容 */
.title{padding: 0 0 65px;}
.title h3{font-size: 38px;line-height: 42px;}
.title h4{font-size: 24px;line-height: 28px;color: #666666; margin-top: 18px;}


.ht1{width: 100%;padding: 140px 0;}
.ht10 ul li{width: 49.23%;background: #f7f7f7;transition: background-color 0.2s ease;}
.ht11{width: 40.625%}
.ht12{width: 59.375%;padding: 0 5% 0 3%;}
.ht12 h5{font-size: 24px;line-height: 30px;}
.ht12 .line{width: 100%;height: 1px;background: #c8c8c8;margin: 17px 0 13px;}
.ht12 p{font-size: 16px;line-height: 26px;color: #999999}
.ht10 ul li::after{display: block;content: ''; width: 0;height: 4px;background: #078249;position: absolute;bottom: 0;left: 0;-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);transition: all .66s cubic-bezier(.17,.84,.44,1);}
.ht10 ul li.active::after{width: 100%}
.ht10 ul li.active .ht12 h5{color: #078249}
.ht10 ul li.active{background: #fff; box-shadow: 0 1px 27px rgba(102, 102, 102, 0.2);transform: translateY(-5px);}

.ht2{width: 100%;height: 960px;background: url(../images/ht2.jpg) no-repeat center;}
.ht21 ul li{width: 24.5%;padding: 35px 14px 22px;border-radius: 12px;background: #ffffff;margin-bottom: 10px;}
.ht21 ul li h5{font-size: 24px;margin: 0 0 20px 8% }
.ht210{width: 100%;height: 111px;background: #f7f7f7;transition: background-color 0.2s ease;border-radius: 12px;font-size: 16px;line-height: 26px;padding-left: 8%}
.ht21 ul li.active h5{color: #078249}
.ht21 ul li.active .ht210{background: #078249;color: #fff}
.ht21 ul li.active{box-shadow: 0 14px 76px rgba(102, 102, 102, 0.57)}







/* 禁用状态样式 */
        .action-btn:disabled {
            background-color: #07a363;
            cursor: not-allowed;
        }

        /* 加载动画样式（通用） */
        .loading-spinner {
            width: 16px;
            height: 16px;
            border: 2px solid #ffffff;
            border-top: 2px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            display: none;
            margin-right: 15px;
        }
        /* 加载中显示 spinner */
        .btn-loading .loading-spinner {
            display: block;
        }

        /* 跳转提示样式（全局单例） */
        .jump-tip {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 16px 24px;
            border-radius: 8px;
            font-size: 18px;
            z-index: 9999;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        /* 显示提示 */
        .jump-tip.show {
            opacity: 1;
        }

        /* 旋转动画 */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }







.bd{width: 100%;height: 600px;background: url(../images/bd.jpg) no-repeat center;}
.bd1{padding: 0 0 65px;}
.bd1 h3{font-size: 38px;}
.bd1 h4{font-size: 38px;}

.bd2 .text{display: block; width: 23.07%; padding-bottom: 14px; background: none;outline: none;border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.6);font-size: 18px;color: #fff;}
.bd2 .tj{display: block;width: 300px; height: 60px;border-radius: 10px;margin-top: 60px; background: #fff;outline:none;cursor: pointer;border: none;font-size: 18px;color: #27376e;}


.bd2 ::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}

.bd2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.bd2 :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}



.xf{width: 88px;height: 425px; position: fixed;top:0;right: 1%;bottom:0;margin:auto;z-index: 999}
.xf>ul{height: 425px;text-align: center;}
.xf>ul>.xf01{padding:  25px 14px; height: 280px;border-radius: 44px;background: #fff;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)}
.xf>ul>.xf01>div{width: 100%;height: 2px;background: #ededed;}
.xf>ul li{width: 60px;height: 75px; position: relative}
.xf>ul li a{width: 100%;height: 100%;transition: All 0.5s ease;}
.xf>ul>.xf02{width: 88px;height: 88px;border-radius: 50%;background: #078249;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)}
.xf>ul>.xf02 img{filter: brightness(100);}
.xfl{display: none;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); position: absolute;top:0;bottom: 0;right: 100px;margin:auto;border-radius: 13px;background-color: #fff;}
.xfl .ss{display: block;position: absolute;top:0;bottom: 0;right: -6px;margin:auto;}
.xfl1{width: 250px;height: 120px;}
.xfl1 h5{font-size: 16px;margin-bottom: 10px}
.xfl1 p{font-size: 22px;}
.xfl2{width: 150px;height: 150px; padding:10px;}
.xf>ul li:hover .xfl{display: flex;}
.xf>ul li:hover a>.xf0{display: none}
.xf>ul li:hover a>.xf0_{display: inline-block}
.xf>ul li:hover a{
           transform: translateY(-5px);
        }

/* 底部 */
footer{width: 100%;background: #021c0e;}
footer .footT{padding: 70px 0 35px;border-bottom: 1px solid rgba(255, 255, 255, 0.3)}
footer .footT .box1 .hl .logo{display: block;height:90px;}
footer .footT .box1 .hl h3{font-size: 16px;text-align-last: justify;margin-left: 10px;line-height: 36px;margin-bottom: -7px;}
footer .footT .box1 .hl h3 span{font-size: 24px;}
footer .footT .dr h5{font-size: 16px;}
footer .footT .dr p{font-size: 24px;margin-left: 10px;}
footer .footM{padding: 120px 0 100px;}
footer .footM .fml{width: 700px;}
footer .footM .fml ul li{line-height: 30px;font-size: 16px;color: rgba(255, 255, 255, 0.6)}
footer .footM .fml nav{margin-top: 55px;}
footer .footM .fml nav a{font-size: 16px; display: block;color: rgba(255, 255, 255, 0.6)}
footer .footM .fml nav a:hover,footer .footM .fml nav a.active{color: #fff}
footer .footM .fmr ul li{margin-left: 45px;}
footer .footM .fmr ul li img{width: 145px;margin-bottom: 22px;}
footer .footM .fmr ul li p{font-size: 16px;color: rgba(255, 255, 255, 0.6)}
footer .footB{width: 100%;height: 80px;background:#021a0d;color: rgba(255, 255, 255, 0.6)}
footer .footB .box1{height: 80px;}
footer .footB a{color: rgba(255, 255, 255, 0.6)}

.con{padding: 140px 0 140px;}
.con1{padding: 0 0 140px 0;}


.position{width: 100%;font-size: 18px;bottom: 50px;left: 0;}
.position .box1{color: #fff}
.position img{margin-right: 15px;}
.position p span{color: #fff}
.a_nav a{height: 90px;color: #999999;margin-right: 60px;}
.a_nav a:hover,.a_nav a.active{border-bottom: 1px solid #333333;color: #333}






/*关于我们  */
.gy1{width: 100%;height: 960px; background: url(../images/gy1.jpg) no-repeat center;padding-top: 180px;}
.gy11{width: 580px;}
.gy11>h3{font-size: 38px;line-height: 66px;}
.gy11>h4{font-size: 28px;color: #666666;margin: 12px 0 55px;}
.gy110{padding-right: 10px;height: 300px;font-size: 16px;line-height: 30px;}
.gy111{font-size: 16px;line-height: 30px;-webkit-line-clamp: 4;height: 120px;}
.gybtn{width: 214px;height: 80px;border: none; background: #078249;color: #fff;border-radius: 6px;margin-top: 145px;}
.gybtn img{margin-left: 25px;}
.gybtn:hover {background-color: #07a363;}

/* .gy11 a:hover{background: #021c0e} */
.gy12{width: 194px;height: 194px;background: #fff;border-radius: 10px;margin: 220px 20.38% 0 0;}
.gy12 img{height: 120px}

.gy2{width: 100%;height: 960px; background: url(../images/gy2.jpg) no-repeat center;padding-top: 230px;}
.gy20 h3{font-size: 38px;margin-bottom: 120px;}
.gy20 ul li{margin-right: 30px}



/* 效果5：呼吸效果（持续动画） */
.gy12 {
    animation: breath 2s infinite ease-in-out;
}
.gy12:hover {
    animation: breath 1s infinite ease-in-out;
}
@keyframes breath {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}



#scrollbar4 ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
 
#scrollbar4 ::-webkit-scrollbar-track {
    background-color: #fff;
    /* box-shadow: inset 0px 0px 0px 11px #f2f2f3; */
    /* border-radius: 5px; */
}
 
#scrollbar4 ::-webkit-scrollbar-thumb {
    background: #078249;
    border-radius: 10px;
}

#scrollbar4 ::-webkit-scrollbar-corner {
}


/* 产品中心 */
.service ul li{width: 32.307%;background: #f7f7f7;padding: 10px 10px 0;border-radius: 20px; margin: 0 1.5395% 40px 0}
.service ul li:nth-child(3n){margin-right: 0}
.service ul li::after{display: block;content: '';width: 0;height: 10px;background: #078249;position: absolute;bottom: 0;left: 0;-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);transition: all .66s cubic-bezier(.17,.84,.44,1);}
.fw_img{display: block; width: 100%;padding-bottom: 80.5%;background:#fff;border-radius: 20px;}
.fw_img img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.fw_con{padding: 45px 5% 55px;}
.fw_tit{font-size: 24px;line-height: 30px;height: 30px;}
.fw_des{font-size: 16px;color: #666666; line-height: 22px;height: 22px;margin-top: 14px;}
.service ul li:hover{background: #fff;box-shadow: 0 14px 76px rgba(102, 102, 102, 0.57);}
.service ul li:hover .fw_tit{color:#078249;}
.service ul li:hover .fw_img{border-color:#078249;}
.service ul li:hover::after{width: 100%}

/* 商业合作 */
.hz1{padding: 50px 0 65px;background: #f8fefc}
.hz11 p{font-size: 24px;color: #666666}
.hz11 div{margin: 25px 0 0;}
.hz11 h3{font-size: 74px;margin-left: 20px;}
.hz11 h4{font-size: 32px;color: #333333;line-height: 40px;}
.hz12{margin-top: 65px;height: 70px;background-image: linear-gradient(to right, rgba(236, 242, 240, 0), #ecf2f0, rgba(236, 242, 240, 0));}
.hz12>p{font-size: 16px;}
.hz121{width: 240px;height: 40px;background: #078249;margin-left: 10px; border-radius: 6px;font-size: 16px;}
.hz121 img{margin-right: 10px;}

.hz2{padding: 140px 0;}
.hz2 ul li{width: 23.846%;background: #f7f7f7;padding: 10px;}
.hz211{padding: 34px 0 31px;}
.hz211 h5{font-size: 24px;}
.hz211 p{font-size: 16px;color: #666666;line-height: 28px;margin-top: 9px;}
.zxbtn{width: 100%;height: 55px;border: none;background: none; border-top: 1px solid #e2e2e2;font-size: 16px;transition: background-color 0.2s ease;color: #078249}
.zxbtn:hover{background-color: #078249;}
.hz2 ul li.active{background: #fff;box-shadow: 0 4px 13px rgba(102, 102, 102, 0.2)}
.hz2 ul li.active .zxbtn{background: #078249;color: #fff;border:none;}
.hz2 ul li.active h5{color: #078249}

.hz3{height: 320px;background: url(../images/hz3.jpg) no-repeat center;padding: 45px 25px 0;}
.hz3 h3{font-size: 38px;margin: 0 20px 0 6%}
.hz30{height: 180px;border-radius: 10px;margin-top: 17px;}
.hz30>img{mix-blend-mode: multiply;}
.hz300{width: 100%;height: 100%;padding: 33px 6% 0;}



.hz51{width: 300px;margin-right: 18px;}
.hz51 p{font-size: 24px; margin-bottom: 5px;}
.hz51 p span{color: #ff0000}
.hz51 .text{display: block; width: 100%; height: 50px;background: none;outline: none;border: none; border-bottom: 1px solid rgba(255,255,255,0.6);font-size: 16px;border-radius: 0;color: #fff;}
.hz300 .tj{display: block;width: 140px; height: 50px;background: #078249;outline:none;cursor: pointer;border: none;font-size: 16px;border-radius: 6px; color: #fff}
.hz300 .tj:hover{background: #fff;color:#078249}
.hz300 ::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(255,255,255,0.6);
}
.hz300 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255,255,255,0.6);
}
.hz300 :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255,255,255,0.6);
}





/* 新闻资讯 */

.news ul li{padding: 17px 5% 17px 17px; background: #f9f9f9; margin-bottom:35px;transition: background-color 0.2s ease;}
.news ul li .n_img{display: block; width: 33.1%;padding-bottom: 23.2%;background: #fff;position: relative; }
.news ul li .n_img img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

.news ul li .n_con{width: 63%;}
.news ul li .n_con div{width: 80%}
.news ul li .n_con .n_tit{font-size: 24px;color: #666666;height: 30px;height: 30px;}
.news ul li .n_con .n_date{font-size: 16px;color: #999999;margin: 19px 0 22px; }
.news ul li .n_con .n_des{font-size: 16px;color: #999999;-webkit-line-clamp: 2;height: 52px;line-height: 26px;}
.news ul li .n_con .n_more{display: block;width: 73px;height: 73px;background: url(../images/nm.png) no-repeat center}

.news ul li:hover{background:#fff;box-shadow: 0 4px 13px rgba(102, 102, 102, 0.2)}
.news ul li:hover .n_tit{color: #078249}
.news ul li:hover .n_more{background: url(../images/nm_.png) no-repeat center}




/* 联系我们 */

.lx1{width: 590px;}
.lx1 h3{font-size: 32px}
.lx1 .line{width: 60px;height: 4px;background:#000000;margin: 15px 0 70px ;}
.lx1 ul li{font-size: 24px;margin-top: 33px;color: #8f8f8f}
.lx2{width: 320px}
.lx21{width: 140px; border: 3px solid #9d9d9d;padding: 5px; margin-bottom: 15px;}
.lx2 ul li p{font-size: 16px;}
.lx3{margin-top: 120px;}
.lx3 h3{font-size: 32px;}
.lx30{width: 30.769%;}
.lx30 p{font-size: 24px; color: #181818;margin-bottom: 12px;}
.lx30 p span{color:#df4a38;}
.lx30 .text{display: block; width: 100%; height: 80px;background: #fff;outline: none;border: 1px solid #909090;font-size: 18px;border-radius: 6px;padding: 0 15px;}
.lx31{margin: 48px 0;}
.lx32{width: 100%;}
.lx32 .text1{width: 100%;height: 200px;padding: 15px;resize:none;}
.lx3 .tj{display: block;width: 100%; height: 80px;background: #078249;outline:none;cursor: pointer;border: none;margin: 80px auto 0;border-radius: 6px; font-size: 24px;color: #fff}

.lx3 ::-webkit-input-placeholder { /* WebKit browsers */
  color: #d0d0d0;
}

.lx3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d0d0d0;
}

.lx3 :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d0d0d0;
}






/* 页码 */
.pagination{margin-top: 80px; clear: both;width:100%;padding:0 0 0;text-align: center; font-size: 24px; color:#333;}
.pagination li{ width: 68px; height: 68px; text-align:center; line-height: 68px; display:inline-block; margin:0 3px; background:#f0f0f0;}
.pagination li a{width: 68px; height: 68px; display:block; color:#333;}
.pagination li a:hover{  background:#078249;color: #fff;}
.pagination li.active{ background:#078249 !important;color: #fff;}



/* 上下篇 */
.sxy{margin-top: 50px;font-size: 18px;color: #666}
.sxy div{max-width: 45%; color: #666}
.sxy a:hover{color: #078249}
/* 详情页 */
.article_title{text-align: center;margin-bottom: 30px}
.article_title h2{font-size: 36px;color:#333;font-weight: bold}
.article_title p{font-size: 16px;color:#858585;margin-top: 10px;}
.article_body{white-space:-moz-pre-wrap;word-wrap:break-word;font-size: 18px;line-height: 36px;padding:50px 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.article_body img{max-width:100%;}

