@charset "utf-8";
a {
  outline: none;
  
}
.eybanner{width:100%;height:700px; margin-top: 90px; position:relative; overflow:hidden;}




.eyba_swiper{width:100%;height:100%;position:relative}
.eyba_swiper .swiper-container{width:100%;height:100%}
.eyba_swiper .swiper-slide{height:100%;overflow:hidden;position:relative}
.eyba_swiper .swiper-slide img{display:block;width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}
.eyba_swiper .swiper-container .swiper-pagination{height:24px;padding:0;bottom:20px}
.eyba_swiper .swiper-container .swiper-pagination-bullet{width:24px;height:24px;margin:0 2px !important;padding:7px;opacity:1;background:none;border:1px solid rgba(204,14,16,0)}
.eyba_swiper .swiper-container .swiper-pagination-bullet::after{content:'';display:block;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:50%}
.eyba_swiper .swiper-container .swiper-pagination-bullet-active{border:1px solid #006F3D}
.eyba_swiper .swiper-container .swiper-pagination-bullet-active::after{background-color:#006F3D}
.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next{width:48px;height:48px;padding:14px;border-radius:50%;background:#006F3D;position:absolute;z-index:2}
.eyba_swiper .swiper-container .swiper-button-prev{left:5%}
.eyba_swiper .swiper-container .swiper-button-next{right:5%}
.eyba_swiper .swiper-container .swiper-button-prev svg,.eyba_swiper .swiper-container .swiper-button-next svg{display:block;width:100%;height:100%}
.eyba_swiper .swiper-container .swiper-button-prev svg path,.eyba_swiper .swiper-container .swiper-button-next svg path{fill:#ffffff}
.webpro_main{ margin:auto;}
.lu{ color:#006F3D!important;}





.pagecsl {
    margin-top: 3%;
}

.pagecsl ul {
    display: flex;
    justify-content: center;
}

.pagecsl a,
.pagecsl span {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 3px;
}

.pagecsl a.cur,
.pagecsl ul li.active a,
.pagecsl ul li a:hover {
    background: #006F3D;
    border-color: #31a974;
    color: #fff;
}

.pagecsl a.cur, .pagecsl ul li.active a, .pagecsl ul li a:hover {
    background: #006F3D;
    border-color: #31a974;
    color: #fff;
}


.pagecsl a, .pagecsl span {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 3px;
}

  /* 留言板块样式 */
  .message-board { padding-bottom: 40px;
    background: #f9f9f9;
  }
  
  .message-form {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .form-group {
    flex: 1; margin-bottom:20px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #1890ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  }
  
  .submit-btn {
    background: #222222;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
  }
  
  .submit-btn:hover {
    background: #006F3D;
    transform: translateY(-2px);
  }





@media(max-width:1440px){.eybanner{height:500px;}
    
  .wevproec_list .box .list .cbox{ height:260px!important;}  
    
    
}

@media (max-width:767px){.eybanner{height:160px;margin-top:60px}
.eyba_swiper .swiper-slide img{width:100%;height:100%;}
.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next{display:none}
.eyba_swiper .swiper-container .swiper-pagination{height:16px;bottom:10px}
.eyba_swiper .swiper-container .swiper-pagination-bullet{width:16px;height:16px;padding:4px}
}.wevproec{overflow:hidden;padding:50px 0;}
.wevproec .wevproec_main{margin:0 auto}

.pbox{ width:100%; padding-top:40px; padding-bottom:80px;  background:url(../images/prorecbg.png) center center no-repeat;background-size:cover; background-color:#006f3d;}
/*.pbox{ width:100%; padding-top:40px; padding-bottom:80px;  background-color:#006f3d;}*/
.wevproec_list .box{ width:100%;}

.wevproec_list .box .lb{ width:60%;  float:left;}

.wevproec_list .box .list{ width:38%; float:right; margin-top:50px;}

.wevproec_list .box .list .cbox{ background-color:#2b4d3d;  display:none;  height:390px; padding:40px 20px;  color:#FFFFFF;}
.wevproec_list .box .list .cbox a{ color:#ffffff; }
.wevproec_list .box .list .cbox h1{ font-size:35px; }
.wevproec_list .box .list .cbox p{ width:100%; padding:10px;  font-size:25px; background-color:#006f3d; margin-top:20px;
 overflow: hidden;
  white-space: nowrap;  /* 禁止换行 */
  text-overflow: ellipsis;  /* 显示省略号 */
}
.wevproec_list .box .list .cbox span{ width:100%; display:block; padding-top:20px; line-height:25px; word-break: break-all;  display: -webkit-box;
  -webkit-line-clamp: 3; /* 控制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; font-size:14px;}



.lb .swiper {
      width: 100%;
      height: 100%; position:relative; overflow:hidden;
    }

.lb .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
	  border-radius: 15px;
    }


.lb .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.lb .swiper-slide img { width: 100%; height: 100%; border-radius:15px; object-fit: cover;
    }



.lb .swiper-slide-next{	 transform: scale(0.8)!important; opacity: 0.5;} 

.lb  .swiper-slide-active{
transform: scale(1)!important;
opacity: 1;

}


.lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   
    right: 45%!important;
    top: 54%!important;
    background-image:none;

}

.lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   
    left: 52%!important;
    top: 46%!important;
     background-image:none;

}



.wevproec_main .wevproec_list{width:100%;overflow:hidden;position:relative}



.webabout{padding-top:80px; position:relative}



@media (max-width: 920px)
{
.wevproec_list .box .lb{ width:100%; height:410px; float:left;}

.wevproec_list .box .list{ display:none;}
}





  

.webabout .webabout_main{display:flex;overflow:hidden;margin:0 auto;position:relative;z-index:1}
.webabout_main .webabout_left{width:50%;padding-right:50px}
.webabout_left .webabout_con{height:auto; overflow:hidden;line-height:25px; color:#999; font-size:16px;text-align:justify;margin-bottom:30px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical}

.webabout_left .webabout_con .hot{ font-size:30px; color:#222222;}

.webabout_left .webabout_con .global{ font-size:35px; color:#006F3D; padding-top:10px; padding-bottom:20px; font-weight:bold; }

.webabout_left .webabout_con .aboutt{ padding-bottom:20px;}


.webabout_main a.webabout_btn{display:block;width:148px;height:38px;overflow:hidden;line-height:38px;color:#fff;font-size:16px;text-align:center;border-radius:24px; background-color:#006F3D;}


.webabout_main a.webabout_btn:hover{background-color:#222222}

.webabout_main a.webabout_btn i{display:inline-block;width:25px;height:25px;overflow:hidden;vertical-align:middle;margin:-4px 0 0 20px}
.webabout_main a.webabout_btn i svg{display:block;width:100%;height:100%}
.webabout_main a.webabout_btn i svg path{fill:#ffffff}
.webabout_main .webabout_right{width:50%;padding:0 30px 0 50px}
.webabout_right .webabout_img{width:100%;height:auto;margin-bottom:50px;position:relative; }


.webabout_img a{display:block;width:100%;height:340px;overflow:hidden;position:relative;z-index:1}
.webabout_img a img{display:block;width:100%;height:100%;object-fit:cover;margin:auto;position:absolute;left:0;top:0;right:0;bottom:0; border-radius:15px;}
.webabout_img a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}
.webabout_right dl dd{float:left}
.webabout_right dl dd:first-child{margin-right:50px}
.webabout_right dl dd i{display:block;width:64px;height:64px;overflow:hidden;padding:12px;border-radius:50%;background-color:#006F3D}
.webabout_right dl dd i svg{display:block;width:100%;height:100%;overflow:hidden}
.webabout_right dl dd i svg path{fill:#ffffff}
.webabout_right dl dd p{line-height:30px;color:#fff;font-size:16px;margin-top:20px}
@media (max-width:1024px){.webabout::before{width:200px}
.webabout_img a{height:240px}
}@media (max-width:920px){.webabout{padding:40px 0}
.webabout::before{width:160px}
.webabout_left .webabout_con{height:auto;max-height:150px;line-height:30px;font-size:14px;margin-bottom:20px;-webkit-line-clamp:5}
.webabout_img a{height:220px}
.webabout_right dl dd i{width:44px;height:44px;padding:10px}
.webabout_right dl dd p{line-height:20px;font-size:14px;margin-top:8px}
}@media (max-width:820px){.webabout_left .webabout_con{height:auto;max-height:180px;-webkit-line-clamp:6}
.webabout_img a{height:180px}
.webabout_right dl dd:first-child{margin-right:0;margin-bottom:10px}
}@media (max-width:767px){.webabout{padding:20px 0}
.webabout::before{width:120px;height:50%;top:inherit;bottom:-20px}
.webabout .webabout_main{display:block;align-items:inherit;justify-items:inherit}
.webabout_main .webabout_left{width:100%;margin-bottom:20px;padding-right:0}
.webabout_main .webabout_right{width:100%;padding:0 10px 0 0}
.webabout_img a{height:200px}
}@media (max-width:390px){.webabout_img a{height:180px}
}@media (max-width:320px){.webabout::before{width:100px;height:36%;top:inherit;bottom:-20px}
.webabout_left .webabout_con{height:auto;max-height:150px;line-height:25px}
.webabout_right .webabout_img{margin-bottom:10px}
.webabout_img a{height:160px}
.webabout_right dl{display:none}
}@media (max-width:280px){.webabout::before{width:80px;height:30%}
.webabout_img a{height:140px}
}.webpro{overflow:hidden;margin:0px auto 30px}
.webpro .webpro_main{margin:0 auto; margin-top:20px;}
.webpro_menu{width:100%;overflow:hidden;margin-bottom:50px;background-color:#222;position:relative}
.webpro_menu .eypromenu_title{height:64px;line-height:64px;color:#fff;font-size:28px;font-weight:bold;padding-left:20px;background-color:#006F3D;border-right:8px solid #fff;float:left;position:relative}
.eypromenu_title i{display:block;width:26px;height:26px;overflow:hidden;margin:19px 10px 19px 0;float:left}
.eypromenu_title i svg{display:block;width:100%;height:100%;overflow:hidden}
.eypromenu_title i svg path{fill:#ffffff}
.eypromenu_title::before{content:'';display:block;width:0;height:0;border-top:32px solid transparent;border-left:24px solid #fff;border-right:0 solid transparent;border-bottom:32px solid transparent;position:absolute;top:0;right:-32px}
.eypromenu_title::after{content:'';display:block;width:0;height:0;border-top:32px solid transparent;border-left:24px solid #006F3D;border-right:0 solid transparent;border-bottom:32px solid transparent;position:absolute;top:0;right:-24px}
.webpro_menu .eypromenu_list{width:calc(100% - 360px);height:40px;overflow:hidden;margin:12px 0;padding-left:50px;white-space:nowrap;text-overflow:ellipsis;float:left}
.eypromenu_list a{display:inline-block;height:40px;line-height:40px;color:rgba(255,255,255,.65);font-size:18px;padding:0 12px;position:relative}
.eypromenu_list a::after{content:'';display:block;width:2px;height:18px;margin-top:-9px;background-color:rgba(255,255,255,.65);transform:skewX(-20deg);position:absolute;top:50%;right:-3px}
.eypromenu_list a:hover{color:#006F3D;font-weight:bold}
.webpro_menu .eypromenu_more{padding:14px 20px;float:right}
.eypromenu_more a{display:block;width:136px;height:36px;overflow:hidden;line-height:34px;color:#fff;font-size:15px;text-align:center;border-radius:18px;border:1px solid #fff;background-color:rgba(204,14,16,0)}
.eypromenu_more a:hover{border:1px solid #006F3D;background-color:#006F3D}
.eypromenu_more a i{display:inline-block;width:22px;height:22px;overflow:hidden;vertical-align:middle;margin:-4px 0 0 12px}
.eypromenu_more a i svg{display:block;width:100%;height:100%}
.eypromenu_more a i svg path{fill:#ffffff}
.webpro_list ul{display:flex;flex-wrap:wrap;justify-content:left;margin:0 -15px}
.webpro_list ul li{width:33.33%;margin-bottom:30px;padding:0 15px}
.webpro_list ul li .webpro_con{overflow:hidden;background-color:#fff;border:1px solid #e6e6e6;border-bottom:0;position:relative}
.webpro_list ul li:hover .webpro_con{border:1px solid #006F3D;border-bottom:0}
.webpro_list ul li .webpro_con .webpro_img{width:100%;height:300px;margin:0 auto}
.webpro_list ul li .webpro_con .webpro_img a{display:block;width:100%;height:100%;overflow:hidden;position:relative}
.webpro_list ul li .webpro_con .webpro_img a img{object-fit: cover; display:block;width:100%; height: 100%; margin:auto;position:absolute;left:0;top:0;right:0;bottom:0}
.webpro_list ul li:hover .webpro_con .webpro_img a img{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5)}
.webpro_list ul li .webpro_con .webpro_text{margin:0 auto;padding:20px 30px;position:relative}
.webpro_list ul li .webpro_con .webpro_text::before{content:'';display:block;width:calc(100% - 60px);height:1px;background-color:#e6e6e6;position:absolute;left:30px;top:0}
.webpro_list ul li .webpro_con .webpro_text a.webpro_name{display:block;width:100%;height:36px;overflow:hidden;line-height:36px;color:#222;font-size:18px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis}
.webpro_list ul li:hover .webpro_con .webpro_text a.webpro_name{color:#006F3D}
.webpro_list ul li .webpro_con .webpro_text p{width:100%;height:30px;overflow:hidden;line-height:30px;color:#999;font-size:16px;white-space:nowrap;text-overflow:ellipsis;position:relative}
.webpro_list ul li .webpro_con .webpro_text p i{display:inline-block;width:15px;height:15px;overflow:hidden;vertical-align:middle;margin:-2px 10px 0 0}
.webpro_list ul li .webpro_con .webpro_text p i svg{display:block;width:100%;height:100%}
.webpro_list ul li .webpro_con .webpro_text p i svg path{fill:#999999}
.webpro_list ul li a.webpro_btn{display:block;width:100%;height:58px;overflow:hidden;line-height:58px;color:#fff;font-size:16px;padding:0 30px;background-color:#006F3D}
.webpro_list ul li:hover a.webpro_btn{background-color:#222222}
.webpro_list ul li a.webpro_btn i{display:inline-block;width:25px;height:25px;overflow:hidden;vertical-align:middle;margin:-4px 0 0 15px}
.webpro_list ul li a.webpro_btn i svg{display:block;width:100%;height:100%}
.webpro_list ul li a.webpro_btn i svg path{fill:#ffffff}



.pbox {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}




@media (max-width:1024px){.webpro_list ul li .webpro_con .webpro_img{height:174px}
}@media (max-width:920px){.webpro{margin:40px auto}
.webpro_menu{margin-bottom:20px}
.webpro_menu .eypromenu_title{height:50px;line-height:50px;font-size:18px;border-right:4px solid #fff}
.eypromenu_title::before{border-top:25px solid transparent;border-left:16px solid #fff;border-right:0 solid transparent;border-bottom:25px solid transparent;right:-20px}
.eypromenu_title::after{border-top:25px solid transparent;border-left:16px solid #006F3D;border-right:0 solid transparent;border-bottom:25px solid transparent;right:-16px}
.eypromenu_title i{width:20px;height:20px;margin:15px 8px 15px 0}
.webpro_menu .eypromenu_list{width:calc(100% - 294px);margin:5px 0}
.eypromenu_list a::after{height:14px;margin-top:-7px}
.webpro_menu .eypromenu_more{padding:7px 20px}
.webpro_list ul li .webpro_con .webpro_img{height:154px}
.webpro_list ul li .webpro_con .webpro_text{padding:10px}
.webpro_list ul li .webpro_con .webpro_text::before{width:calc(100% - 20px);left:10px}
.webpro_list ul li .webpro_con .webpro_text p{margin-top:0}
}@media (max-width:820px){.webpro_list ul li .webpro_con .webpro_img{height:134px}
.webpro_list ul li .webpro_con .webpro_text a.webpro_name{height:30px;line-height:30px;font-size:15px}
}@media (max-width:767px){.webpro{margin:0px auto 0}

  .wevproec {
    overflow: hidden;
    padding: 20px 0;



}



.lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   
    right: 341px!important;
    top: 46%!important;
     z-index: 9999!important;
}

.lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   
    left: 354px!important;
    top: 46%!important;
    z-index: 9999!important;
}

.webabout_left .webabout_con .hot {
    font-size: 24px;

}  


.webpro_menu .eypromenu_list{width:100%;height:auto;margin:0 auto;padding:10px 20px;white-space:inherit;text-overflow:inherit;background-color:#333}
.eypromenu_list a{height:35px;line-height:35px;font-size:15px;padding:0 20px 0 0}
.eypromenu_list a::after{right:6px}
.webpro_menu .eypromenu_more{padding:0;position:absolute;top:7px;right:20px}
.webpro_list ul li{width:100%}
.webpro_list ul li .webpro_con .webpro_img{height:180px}
.webpro_list ul li a.webpro_btn{height:40px;line-height:40px}
}@media (max-width:390px){.webpro_list ul li .webpro_con .webpro_img{height:124px}
}@media (max-width:320px){.webpro_menu .eypromenu_title{padding-left:12px}
.webpro_menu .eypromenu_more{right:12px}
.eypromenu_more a{width:112px}
.eypromenu_more a i{margin:-4px 0 0 2px}
.webpro_menu .eypromenu_list{padding:6px 12px}
.webpro_list ul{margin:0}
.webpro_list ul li{width:100%;padding:0}
.webpro_list ul li .webpro_con .webpro_img{height:220px}
.webpro_list ul li .webpro_con .webpro_text{padding:12px 20px}
.webpro_list ul li .webpro_con .webpro_text::before{width:calc(100% - 40px);left:20px}
.webpro_list ul li .webpro_con .webpro_text a.webpro_name{height:36px;line-height:36px;font-size:18px}
.webpro_list ul li a.webpro_btn{height:44px;line-height:44px}
}@media (max-width:280px){.webpro_list ul li .webpro_con .webpro_img{height:192px}
}.webarticle{padding:80px 0;background:url(../images/articlebg.jpg) center center no-repeat;background-size:cover;position:relative}

.webarticle .webarticle_main{margin:0 auto;position:relative}
.webarticle_swiper .swiper-container{padding:10px 0 80px}
.webarticle_swiper .swiper-container::after{content:'';display:block;width:calc(100% - 320px);height:1px;background-color:rgba(255,255,255,.25);position:absolute;left:50%;bottom:18px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}
.webarticle_swiper .webarticle_con{padding-bottom:30px;background-color:#fff;position:relative}

.webarticle_swiper .webarticle_con .img{ width:100%; margin-bottom:50px;}
.webarticle_swiper .webarticle_con .img img{ width:100%; height: 270px; object-fit: cover;}
.webarticle_swiper .webarticle_con:hover{background-color:#006F3D}
.webarticle_swiper .webarticle_con span.webarticle_time{display:block;width:80px;height:80px; padding-top:20px; overflow:hidden;color:#fff;font-size:20px;text-align:center;background-color:#006F3D;position:absolute;left:30px;top:215px}

.webarticle_swiper .webarticle_con .webarticle_time label{ font-weight:bold; display:block; font-size:16px; padding-top:10px;}

.webarticle_swiper .webarticle_con:hover span.webarticle_time{background-color:#222222}
.webarticle_swiper .webarticle_con a.webarticle_name{display:block;width:100%;height:36px;overflow:hidden;line-height:36px;color:#222;font-size:18px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis; padding-left:30px; padding-right:30px;}
.webarticle_swiper .webarticle_con:hover a.webarticle_name{color:#fff; }
.webarticle_swiper .webarticle_con .webarticle_ms{margin-top:5px;padding-bottom:15px;border-bottom:1px solid #e6e6e6; padding-left:30px; padding-right:30px;}
.webarticle_swiper .webarticle_con:hover .webarticle_ms{border-bottom:1px solid rgba(255,255,255,.25)}
.webarticle_swiper .webarticle_con .webarticle_ms p{height:56px;overflow:hidden;line-height:25px;color:#999;font-size:16px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.webarticle_swiper .webarticle_con:hover .webarticle_ms p{color:rgba(255,255,255,.45)}
.webarticle_swiper .webarticle_con a.webarticle_more{display:block;width:136px;height:36px;overflow:hidden;line-height:34px;color:#999;font-size:15px;text-align:center;border-radius:18px;border:1px solid #999;background-color:rgba(204,14,16,0);margin-top:30px;  margin-left:30px;}
.webarticle_swiper .webarticle_con:hover a.webarticle_more{color:#fff;border:1px solid #fff;}
.webarticle_swiper .webarticle_con a.webarticle_more i{display:inline-block;width:22px;height:22px;overflow:hidden;vertical-align:middle;margin:-2px 0 0 12px}
.webarticle_swiper .webarticle_con a.webarticle_more i svg{display:block;width:100%;height:100%}
.webarticle_swiper .webarticle_con a.webarticle_more i svg path{fill:#999999}
.webarticle_swiper .webarticle_con:hover a.webarticle_more i svg path{fill:#ffffff}
.webarticle_swiper .swiper-container .swiper-button-prev,.webarticle_swiper .swiper-container .swiper-button-next{width:38px;height:38px;padding:11px;border-radius:50%;margin:0;background:rgba(255,255,255,.25);position:absolute;bottom:0;top:inherit;left:inherit;z-index:2}
.webarticle_swiper .swiper-container .swiper-button-prev:hover,.webarticle_swiper .swiper-container .swiper-button-next:hover{background:#006F3D}
.webarticle_swiper .swiper-container .swiper-button-prev{right:64px}
.webarticle_swiper .swiper-container .swiper-button-next{right:0}
.webarticle_swiper .swiper-container .swiper-button-prev svg,.webarticle_swiper .swiper-container .swiper-button-next svg{display:block;width:100%;height:100%}
.webarticle_swiper .swiper-container .swiper-button-prev svg path,.webarticle_swiper .swiper-container .swiper-button-next svg path{fill:#ffffff}
@media (max-width:1024px){.webarticle::before{width:200px}
.webarticle_swiper .swiper-container::after{width:calc(100% - 320px);margin-left:44px}
.webarticle_swiper .webarticle_con a.webarticle_name{height:32px;line-height:32px;font-size:16px}
}@media (max-width:920px){.webarticle{padding:40px 0 20px}
.webarticle::before{width:160px}
.webarticle_swiper .swiper-container{padding:10px 0 58px}
.webarticle_swiper .swiper-container::after{width:calc(100% - 280px);margin-left:24px}
}@media (max-width:767px){.webarticle{padding:20px 0}


.webarticle_swiper .webarticle_con span.webarticle_time {
    display: block;
    width: 80px;
    height: 60px;
    padding-top: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #006F3D;
    position: absolute;
    left: 30px;
    top: 254px;
}

.webarticle_swiper .webarticle_con .webarticle_time label {
    font-weight: bold;
    display: block;
    font-size: 16px;
    padding-top: 5px;
}


.webarticle_swiper .swiper-container{padding:10px 0 52px}
.webarticle_swiper .swiper-container::after{width:calc(100% - 220px);margin-left:6px;bottom:16px}
.webarticle::before{width:120px;height:50%;border-radius:20px 0 0 20px;top:inherit;bottom:-20px}
.webarticle_swiper .swiper-container .swiper-button-prev,.webarticle_swiper .swiper-container .swiper-button-next{width:32px;height:32px;padding:9px}
.webarticle_swiper .swiper-container .swiper-button-prev{right:52px}
}@media (max-width:320px){.webarticle::before{width:100px}
.webarticle_swiper .swiper-container::after{width:calc(100% - 200px);margin-left:0;bottom:16px}
}@media (max-width:280px){.webarticle_swiper .swiper-container::after{width:calc(100% - 180px);margin-left:-10px;bottom:16px}
}.webpartner{margin:0px auto 80px}
.webpartner .webpartner_swiper{padding:0 75px;position:relative; overflow:hidden;}
.webpartner_swiper .swiper-container{margin:-20px auto;padding:20px 0}
.webpartner_swiper .swiper-container .swiper-slide{height:100px;overflow:hidden;background-color:#fff;border:1px solid #e6e6e6;box-shadow:0 0 0 rgba(0,0,0,.1);border-radius:0;position:relative}
.webpartner_swiper .swiper-container .swiper-slide:hover{border:1px solid #fff;box-shadow:0 0 20px rgba(0,0,0,.1)}
.webpartner_swiper .swiper-container .swiper-slide img{display:block;max-width:100%;max-height:100%;margin:auto;position:absolute;left:0;top:0;right:0;bottom:0}
.webpartner_swiper .swiper-button-prev,.webpartner_swiper .swiper-button-next{width:50px;height:50px;margin-top:-25px;padding:15px;border-radius:50%;background:#ddd;position:absolute;z-index:2;transition:all 0s;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s}
.webpartner_swiper .swiper-button-prev:hover,.webpartner_swiper .swiper-button-next:hover{background:#006F3D}

.webpartner_swiper .swiper-button-prev svg,.webpartner_swiper .swiper-button-next svg{display:block;width:100%;height:100%}
.webpartner_swiper .swiper-button-prev svg path,.webpartner_swiper .swiper-button-next svg path{fill:#ffffff}
.webpartner_swiper .swiper-button-prev:hover svg path,.webpartner_swiper .swiper-button-next:hover svg path{fill:#ffffff}
@media (max-width:1440px){.webpartner_swiper .swiper-container .swiper-slide{height:90px}
.webpartner_swiper .swiper-button-prev{left:0}
.webpartner_swiper .swiper-button-next{right:0}
}@media (max-width:920px){.webpartner{margin:60px auto 40px}
}@media (max-width:820px){.webpartner_swiper .swiper-container .swiper-slide{height:76px}
}@media (max-width:767px){.webpartner{margin:0px auto 0px}
.webpartner .webpartner_swiper{padding:0 44px}

.message-board {
    padding-top:40px; padding-bottom: 40px;
    background: #f9f9f9;
}

.webpartner_swiper .swiper-container .swiper-slide{height:70px}
.webpartner_swiper .swiper-button-prev,.webpartner_swiper .swiper-button-next{width:32px;height:32px;margin-top:-16px;padding:6px}
}@media (max-width:390px){.webpartner_swiper .swiper-container .swiper-slide{height:64px}
}@media (max-width:320px){.webpartner_swiper .swiper-container .swiper-slide{height:82px}
}@media (max-width:280px){.webarticle::before{width:80px}
}