
a {
    text-decoration: none;
    
}
p {
    margin: 0%;
    padding: 0%;
}
.mainbox1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.activenav {
    background-color: #00911a;
    color: #fff !important;
     a {
       color: #fff !important; 
    }
       
    
}


.navbox1 {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (min-width: 2500px ) and (max-width: 3000px) {
    .navbox1 {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    } 
    
}



.left-logo {
    /* margin-left: 10.365vw; */
    width: 159px;
    height: 61px;
}
.left-logo img {
    width: 100%;
    height: 100%;
}
.center-title1 {
    /* margin-left: 6.198vw; */
    height: 100px;
    display: flex;
    align-items: center;
    
}
.nav-item {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
}
.nav-item a {
    color: #333 ;

}
.nav-item:hover {
    background-color: #00911a;
    
    color: #fff ;
}
.nav-item2 {
    padding: 0% 20px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 ;
    font-size: 16px;
    position: relative;
}
.nav-item2 a {
    color: #333 ;
}
.nav-item2:hover a {
    color: #fff ;
}
.nav-item2:hover {
    background-color: #00911a;
    color: #fff !important;

    .nav2box {
        display: block;
    }
}
.nav2box {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 308px;
    background-color: #0055a6;
    z-index: 12;
}
.nav2-item {
    width: 100%;
    font-size: 14px;
    padding-left: 28px;
}
.nav3-item {
    margin: 10px;
    height: 20px; 
    color: #ababab;
}
.nav3-item a {
    color: #ababab !important;
}
.nav3-item a:hover {
    color: #fff !important;
}
.nav3-item:hover {
    color: #fff;
}
.right-fanyi {
    /* margin-left: 12.76vw; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 67px;
    height: 16px;
    font-size: 16px;
}
.zhongch {
    color: #333;
    cursor: pointer;
}
.brshu {
  background-color: black;
  width: 2px;
  height: 16px;
}
.yingen {
    color: #333;
    cursor: pointer;
}
.activefanyi {
    color: #00911a;
}
.lunbo2 {
    width: 100%;
    /* min-width: 1684px; */
    /* height: 742px; */
    height: 800px;
}
.swiper-container {
    /* margin-top: -118px; */
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.swiper-slide2.active2 {
    opacity: 1;
    z-index: 2;
}

.slide-content {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
}

.description {
    width: 648px;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
}

.learn-more-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.learn-more-btn:hover {
    background-color: #004494;
}

/* 导航按钮和分页器样式 (可选) */
/* .swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 10;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
} */

.swiper-pagination {
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);

    
    gap: 10px;
    z-index: 10;
    display: flex;

}

.swiper-pagination .dot {
    width: 36px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    /* border-radius: 50%; */
    cursor: pointer;
    margin-top: 10px;
}

.swiper-pagination .dot.active2 {
    background-color: white;
    width: 36px;
}
/* 产品标题样式 */
.product-title {
    margin-top: 94px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #333;

}
.productbox {
    width: 1380px;
    margin-top: 67px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.produce-item {
    width: 320px;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-title2 {
    width: 319px;
    height: 42px;
    overflow: hidden;
    margin-top: 175px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xingxing1 {
    width: 9px;
    height: 9px;
    transform: rotate(60deg);
    background-color: #ffffff;
    margin-right: 10px;
}
.xingxing2 {
    margin-left: 10px;

    width: 9px;
    height: 9px;
    transform: rotate(60deg); 
    background-color: #ffffff;
}
.navbuttonbox {
    width: 100%;
    display: flex;
    justify-content: center;
}
.navbutton {
    margin-top: 123px;
    width: 122px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 背景透明 */
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;

}
.product-more2 {
    margin-top: 40px;
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #0055a6;
    border-bottom: #004494 2px solid;
    cursor: pointer;
}

/* 第四个 */
.newbox {
    margin-top: 85px;
    width: 100%;
    /* width: 1920px; */
    min-width: 1684px;
    /* height: 622px; */
    height: 32.396vw;
    display: flex;
}
.new-left {
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.logo3box {
    position: absolute;
    right: 3vw;
    bottom: 0;
    width: 41.927vw;
    height: 16.042vw;
}
.logo3box img {
    width: 100%;
    height: 100%;
} 
.maskbox {
    position: absolute; /* 绝对定位覆盖容器 */
    top: 0;
    left: 0;
    width: 100%; /* 宽度占满容器 */
    height: 100%; /* 高度占满容器 */
    /* background-color: rgba(0, 0, 255, 0.6); */
     /* 蓝色半透明（最后一个值是透明度0-1） */
    z-index: 2; /* 确保遮罩层在图片上方 */
}
.new-contentbox {
    /* margin-top: 100px;
    margin-left: 282px; */
    margin-top: 5vw;
    margin-left: 14.74vw;
}
.new-title2 {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
}
.brheng2 {
    width: 15.625vw;
    height: 2px;
    /* 背景颜色一半绿色一半白色 */
    background: linear-gradient(to right, #00911a 50%, #ffffff 50%);
}
.new-main2 {
    margin-top: 35px;
    width: 32.083vw;
    min-height: 223px;
    font-size: 0.833vw;
    color: #ffffff;
    text-align: left;
}
.new-nav4 {
    margin-top: 55px;
    width: 150px;
    height: 45px;
    background-color: #ffffff !important;
    font-size: 16px;
    color: #0055a6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.new-right {
    width: 50%;
}
.new-right img {
    width: 100%;
    height: 100%; 
}

/* 新闻 news */
.newsbox2 {

}
.news-title-box {
    margin-top: 100px;
    /* width: 1920px; */
    width: 100%;
    
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
}

.newsContainbox {
    margin-top: 50px;
     /* margin-left: 280px; */
    display: flex;
}
.news-items {
    margin: 25px 25px 0 0;

    width: 320px;
    height: 314px;
    border: #ababab 1px solid;
}
.news-items img {
    width: 100%;
    height: 203px;
}
.news-contents {
    margin-top: 17px;
    margin-left: 17px;
    width: 272px;
    height: 50px;
    
    font-size: 18px;
    color: #333;
    /* 文字溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    -webkit-box-orient: vertical;

}
.news-dates {
    margin-top: 15px;
    margin-left: 17px;
    font-size: 14px;
    color: #999999;

}
.news-more2 {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #0055a6;
    text-align: center;
    margin-bottom: 80px;
} 

/* 底部样式 */
.footerbox2 {
    width: 100%;
    height: 11.51vw;
    background-color: #0055a6;
    display: flex;
   
}
.footer-left { 
    margin-top: 2.344vw;
    margin-left: 14.271vw;

}
.footer-left-top {
    display: flex;
    align-items: center;

}
.footer-left-top img {
    width: 2.344vw;
    height: 2.344vw;

}
.footer-left-top-title {
    font-size: 16px;
    color: #ffffff;

}
.footer-left-bottom {
    font-size: 1.875vw;
    color: #ffffff;
}
.footer-center2 {
    height: 8vw;
    margin-top: 1.032vw;
    margin-left: 5.938vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-center2-item {
    font-size: 0.833vw;
    color: #d4d4d4;
    margin-top: 1.2vw;
    margin-left: 5.208vw;
    cursor: pointer;
}
.footer-center2-item:hover {
    color: #ffffff;
}
.footer-rightbox3 {
    margin-top: 2.344vw;
    margin-left: 8.646vw;

}
.footer-rightbox3  img { 
    width: 5.677vw;
    height: 5.677vw;
}
.footer-rightbox3 p { 
    font-size: 0.729vw;
    color: #ffffff;
    margin-top: 0.729vw;
    text-align: center;

}
.footer-footer2 {
    width: 100%;
    background-color: black;
    height: 5.313vw;

}
.footer-footer2-topbox {
    padding-top: 1.094vw;
    font-size: 0.677vw;
    color: #c3c3c3;
    display: flex;
    justify-content: center;
}
.footer-footer2-topbox p {
    margin-right: 1.094vw;
}
.footer-footer2-bottombox {
    padding-top: 1.094vw;
    font-size: 0.677vw;
    color: #848585;
    display: flex;
    justify-content: center;
}

/* about 样式 */
.neibanner {
    /* position: relative; */
    width: 100%;
    height: 100%;
}
.neibanner img {
    width: 100%;
    height: 18.75vw;
}
/* .about-img-title {
    margin-top: -11vw; 
    font-size: 3.125vw;
    color: #ffffff;
    text-align: center;
    font-weight: bold;

} */
.neibannerdesc {          
  /* margin-top:6.3vw ;  */
  width: 100%;
 
    height: 3.125vw;
    background-color: #0055a6;
    display: flex;
    justify-content: center;
    align-items: center;

}
.neibannerdesc-box {
    width: 70.313vw;
}
.neibannerdesc-title {
    /* margin-left: 14.8vw; */
    width: 220px;
    height: 3.125vw;
    line-height: 3.125vw;
    background-color: #00911a;
    text-align: center;
    font-size: 0.938vw;
    color: #ffffff;
}
.page-content {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.card-body2 {
    width: 70.313vw;
    min-height: 9.3vw;
    border: #e7e7e7 1px solid;
    background-color: #f8f8f8f8;

}
.xinwen-list-box-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xinwen-list-box {
    width: 70.313vw;
    height: 9.375vw;
    display: flex;
    align-items: center;

}

.xinwen-list-box:hover {
    background-color: #f5f5f5;
    .xinwen-date-box {
        background-color: #ffffff;
    }
    .xinwen-center-box-title {
        color: #0055a6;

    }
}


.xinwen-date-box {
    width: 6.25vw;
    height: 6.25vw;
    background-color: #f7f7f7;
    padding-left: 0.885vw;
    padding-top: 0.625vw;

    
}
.xinwen-date-box-top {
   font-size: 2.188vw;; 
   color: #999999;
   font-weight: bold;
}
.xinwen-date-box-bottom { 
    font-size: 0.833vw;
    color: #999999;
}
.xinwen-center-box {
 margin-left: 1.615vw;
 margin-top: 1.563vw;

 height:6.927vw;
 
}
.xinwen-center-box-title {
    font-size: 1.146vw;
    color: #59504c;
}
.xinwen-center-box-content {
    margin-top: 0.781vw;
    width: 59.323vw;
    padding-right: 2.865vw;
    font-size: 0.729vw;
    
    color: #666666;
    height: 1.979vw;
    /* 文字溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
}
.xinwen-center-box-buttom {
    margin-top: 0.781vw;
    font-size: 0.729vw;
    color: #666666;
}
.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.pagination li {
    margin-left: 5px;
    padding: 8px 15px;
    color: #000;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li a {
    color: #000;
}
.ceisia {
     /* margin-left: 54px; */
    /* height: 103px; 
    position: relative;
    text-align: center;
    font-size: 3.125vw;
    font-weight: bold;
    text-align: center;
    color:rgba(255, 255, 255,0.06); */
}

.ceisia1  {   
  width: 8.698vw;
  height: 5.521vw;

}
.ceisia1 img { 
    width: 100%;
    height: 100%;
}
.ceisia2  {
    /* width: 561px; */
    width: 29.219vw;
    height: 5.521vw;
}
.ceisia2 img { 
    width: 100%;
    height: 100%;
}
.ceisia3  { 
    /* width: 358px; */
    width: 18.646vw;
    height: 5.521vw;
}
.ceisia3 img { 
    width: 100%;
    height: 100%;

}
.ceisia4 { 
    width: 12.76vw;
    /* width: 245px; */
    height: 5.521vw;
}
.ceisia4 img { 
    width: 100%;
    height: 100%;
}

.produce-top-box {
    /* margin-top:6.3vw ;  */
    width: 100%;
    height: 15.625vw;
    background-color: #0055a6;
    display: flex;
    justify-content: center;
    position: relative;
}
.nei-title {
    padding-top: 5.208vw;
    font-size: 3.125vw;
    color:rgba(255, 255, 255,0.06);

}
.produce-logo-box {
    position: absolute;
     left: 50%;
     top: 18%;
     transform: translate(-50%,0);
    width: 8.698vw;
    height: 8.333vw;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.produce-logo-box img {
        width: 3.125vw;
        height: 3.125vw; 
}
.produce-logo-box-title { 
    font-size: 1.979vw;
    color: #ffffff;
}
.product-fenlei2 {
    position: absolute;
    top: 67%;
    display: flex;
}
.produce-leixing2 {
    padding: 5px 10px;
    font-size: 0.938vw;
    color: #ffffff;
    cursor: pointer;

}
.activeproduct {
    background-color: #00911a;
}
.product-main {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.product-main-leixing-box {
    margin: 1.042vw 0;
    max-height: 53.438vw;
    width: 70.313vw;
    background-color: #f8f8f8f8;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.product-main-leixing-item {
 padding-left: 2.344vw;
 border-right: #000000 1px solid;
    width: 35.156vw;
    font-size: 0.729vw;
    color: #333;
    height: 1.823vw;
    line-height: 1.823vw;


}
.fenye {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}