/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 顶部 */
.topbox {
  width: 100%;
  line-height: 40px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #333;
}
.topbox a {
  color: #333;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #0b984f;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 31px 0;
}
.logo > a{
  width: 392px;
}
.logo_txt{
  width: 280px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 22px;
  color: #333333;
  font-size: 16px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 60px;
  margin-top: 4px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 25px;
  color: #ff8400;
  font-family: Impact;
}

/* 导航 */
nav {
  padding: 2px 0;
  background: #0b984f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
nav::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #39ec8f;
  display: block;
  overflow: hidden;
}
nav::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #39ec8f;
  display: block;
  overflow: hidden;
}
.nav{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  border-left: 1px solid #20be6c;
}
.nav li{
  width: 16.6666%;
  float: left;
  border-right: 1px solid #20be6c;
  position: relative;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #ff8400;
  color: #fff;
}

/* 导航下拉 */
.nav-child{
  display: none;
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  float: left;
  padding: 2px 0;
  background-color: rgba(11,152,79,0.8);
}
.nav-child dd a{
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 38px;
}
.nav-child dd a:hover{
  background-color: #ff8400;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0b984f;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff8400;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background-image: url(../images/imgs/prev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner-next{
  left: initial;
  right: 2%;
  background-image: url(../images/imgs/next.jpg);
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 14px 0;
  background-color: #f2f2f2;
}
.search_form{
  width: 340px;
  float: right;
}
.search_inp1{
  width: calc(100% - 34px);
  float: left;
  height: 34px;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  background-color: #f2f2f2;
}
.search_inp1::-webkit-input-placeholder{
  color: #333;
}
.search_inp1:-moz-placeholder{
  color: #333;
}
.search_btn{
  width: 34px;
  float: left;
  height: 34px;
  border-radius: 50%;
  background-color: #0b984f;
  background-image: url(../images/search_ss.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  outline: none;
  cursor: pointer;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-top: 5px;
  font-size:14px;
  color: #333;
}
.search_txt > a{
  float: left;
  margin: 0 10px;
  color: #333;
}
.search_txt > a:hover{
  color: #0b984f;
  text-decoration: underline;
}
/* END */

/* 首页 */
/* 产品中心 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzx_p{
  line-height: 46px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.cpzx_p>span{
  color: #0b984f;
}
.cpzx_sp{
  display: flex;
  justify-content: center;
}
.cpzx_sp>span{
  float: left;
  line-height: 30px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
}
.cpzx_sp>span::before{
  content: "";
  width: 32px;
  height: 1px;
  float: left;
  background-color: #8e8e8e;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_sp>span::after{
  content: "";
  width: 32px;
  height: 1px;
  float: left;
  background-color: #8e8e8e;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_pp{
  line-height: 22px;
  font-size: 12px;
  color: #999999;
}
.cpzx_nav{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  padding-top: 30px;
}
.cpzx_nav li{
  width: 150px;
  float: left;
  margin: 3px 5px;
}
.cpzx_nav li a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #0b984f;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}
.cpzx_nav li a:hover,
.cpzx_nav li.cpzx_active a{
  background-color: #0b984f;
  color: #fff;
}
.cpzx_contect{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.cpzx_contect>div{
  display: none;
}
.cpzx_contect>div:first-child{
  display: block;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 1216px;
}
.cpzx_ul li{
  width: 288px;
  float: left;
  margin: 0 16px 20px 0;
}
.cpzx_ul li a{
  display: block;
  overflow: hidden;
  border: 2px solid #e7e7e7;
  padding: 2px;
}
.cpzx_ul li a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e7e7;
}
.cpzx_ul li a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 85.1064%;
}
.cpzx_ul li a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzx_ul li a:hover{
  border-color: #0b984f;
  background-color: #0b984f;
}
.cpzx_ul li a:hover .cpzx_img{
  border-color: #0b984f;
}
.cpzx_ul li a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li a:hover .cpzx_txt{
  color: #fff;
}

/* 横幅 */
.hf{
  width: 100%;
  overflow: hidden;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hf>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.hf_title{
  width: 100%;
  float: left;
  background-color: #0b984f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}
.hf_p{
  width: 100%;
  max-width: 624px;
  margin: -14px auto 0 auto;
  float: left;
  position: relative;
}
.hf_p::before{
  content: "";
  width:0;
  float: left;
  height:0;
  border-bottom: 14px solid #b08a0f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position:absolute;
  left: -66px;
  top: 0;
}
.hf_p::after{
  content: "";
  width:0;
  float: left;
  height:0;
  border-bottom: 14px solid #b08a0f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position:absolute;
  right: -66px;
  top: 0;
}
.hf_p>span{
  width: 100%;
  float: left;
  line-height: 68px;
  background-color: #fbd558;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.hf_p>span::before{
  content: "";
  width:0;
  float: left;
  height:0;
  border-right: 59px solid #fbd558;
  border-top: 0 solid transparent;
  border-bottom: 68px solid transparent;
  position:absolute;
  left: -58px;
  top: 0;
}
.hf_p>span::after{
  content: "";
  width:0;
  float: left;
  height:0;
  border-left: 59px solid #fbd558;
  border-top: 0 solid transparent;
  border-bottom: 68px solid transparent;
  position:absolute;
  right: -58px;
  top: 0;
}
.hf_sp{
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.hf_pp{
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

/* 关于我们 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.gsjj .cpzx_title{
  width: 100%;
  float: left;
}
.gsjj_contect{
  width: 100%;
  float: left;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.gsjj_left{
  width:50%;
  float: left;
  position: relative;
  z-index: 5;
}
.gsjj_left::before{
  content: "";
  width: 172px;
  float: left;
  height: 172px;
  background-color: #fbd558;
  position: absolute;
  left: -13px;
  top: -13px;
}
.gsjj_left::after{
  content: "";
  display: block;
  padding-top: 62%;
}
.gsjj_left>video{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.gsjj_left .gsjj_hover{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.gsjj_left .gsjj_hover .gsjj_video_title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
}
.gsjj_left .gsjj_hover .gsjj_video_title>span{
  display: block;
  overflow: hidden;
  font-size: 26px;
  line-height: 46px;
}
.gsjj_right{
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 6px 15px;
  position: relative;
  z-index: 5;
}
.gsjj_right .gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.gsjj_right .gsjj_txt>span{
  font-weight: bold;
  color: #0b984f;
}
.gsjj_more{
  width: 100%;
  float: left;
  padding-top: 50px;
  position: relative;
  z-index: 5;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  width: 124px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
.gsjj_more>a:hover{
  background-color: #ff8400;
  color: #fff;
}
.gsjj_huanhe{
  float: left;
  position: absolute;
  left: -176px;
  bottom: -20px;
}
.gsjj_huanhe img{
  display: block;
  max-width: 100%;
  height: auto;
}
.gsjj_bj{
  width: 1920px;
  float: left;
  height: 85%;
  position: absolute;
  left: 26.25%;
  bottom: -55px;
  background-color: #0b984f;
}

/* 荣誉证书 */
.honor{
  width: 100%;
  overflow: hidden;
  background-color: #f1f9f5;
  padding: 40px 0;
}
.honor-imgbox{
  padding: 50px 0 40px 0;
}
.honor-imgbox .swiper-slide>a{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.honor-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 75.08772%;
}
.honor-imgbox .swiper-slide>a::after{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/honor_hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.honor-imgbox .swiper-slide:hover>a img{
  transform: scale(1.1);
}

/* 4大优势 */
.ys{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul{
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.ys_ul li{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.ys_ul li .ys_left{
  width: 50%;
  float: left;
}
.ys_ul li .ys_left img{
  display: block;
  float: left;
  max-width: 100%;
  height: auto;
}
.ys_ul li .ys_right{
  width: 50%;
  float: left;
  padding-top: 50px;
}
.ys_ul li .ys_right .ys_dl{
  display: block;
  overflow: hidden;
}
.ys_ul li .ys_right .ys_dl dd{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.ys_ul li .ys_right .ys_dl dd .ys_sub{
  float: left;
  margin-right: 10px;
}
.ys_ul li .ys_right .ys_dl dd .ys_p{
  display: block;
  overflow: hidden;
  line-height: 48px;
  border-bottom: 2px dotted #0b984f;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.ys_ul li .ys_right .ys_dl dd .ys_txt{
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  height: 90px;
  line-height: 30px;
  padding-left: 85px;
  position: relative;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ys_ul li .ys_right .ys_dl dd .ys_txt::before{
  content: "";
  width: 6px;
  float: left;
  height: 6px;
  border-radius: 50%;
  background-color: #0b984f;
  position: absolute;
  left: 65px;
  top: 12px;
}
.ys_ul li:nth-child(even){
  flex-direction: row-reverse;
}
.ys_ul li:nth-child(even) .ys_left img{
  float: right;
}
.ys_ul li:nth-child(even) .ys_right{
  padding: 0;
}

/* 新闻资讯 */
.news{
  width: 100%;
  overflow: hidden;
  background-color: #f1f9f5;
  padding: 35px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.news_left{
  width: 65.75%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left li{
  width: calc(50% - 17px);
  float: left;
  margin-bottom: 35px;
}
.news_left li .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_left li .news_img::before{
  content: "";
  display: block;
}
.news_left li .news_B{
  width: 100%;
  overflow: hidden;
  margin-top: 3px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.news_left li .news_B .news_p{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  line-height: 66px;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  font-weight: bold;
}
.news_left li .news_B .news_txt{
  display: block;
  overflow: hidden;
  margin: 20px 15px 15px 15px;
  height: 90px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_left li .news_B .news_more{
  display: block;
  overflow: hidden;
  margin: 0 15px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  background-color: #36404b;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}
.news_left li .news_B .news_more::after {
  content: "";
  width: 40px;
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #189a49;
  transition: all 0.4s;
}
.news_left li .news_B .news_more>span{
  position: relative;
  z-index: 2;
}
.news_left li .news_B .news_more>span>em {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-style: initial;
}
.news_left li .news_B .news_more>span>em::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid #189a49;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.news_left li:hover .news_img img{
  transform: scale(1.1);
}
.news_left li:hover .news_B .news_more::after {
  width: 100%;
}

.news_right{
  width: 31.5%;
  float: right;
}
.news_right li{
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #eaeaea;
}
.news_right li a{
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.news_right li a .news_p{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  line-height: 52px;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  font-weight: bold;
}
.news_right li a .news_txt{
  display: block;
  overflow: hidden;
  margin: 20px 15px 15px 15px;
  height: 75px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_right li a:hover{
  background-color: #189a49;
}
.news_right li a:hover .news_p,
.news_right li a:hover .news_txt{
  color: #fff;
}

/* 联系我们 */
.lxwm{
  width: 100%;
  padding: 40px 0;
}
.lxwm_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 45px;
}
.lxwm_map{
  width: calc(100% - 15px);
  float: left;
  display: flex;
  height: 350px;
}
.lxwm_form{
  width: 50%;
  float: left;
}
.lxwm_B{
  width: calc(50% - 8px);
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
}
.lxwm_B1{
  width: 100%;
}
.lxwm_sp{
  width: 44px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: right;
  font-size: 16px;
  color: #494949;
}
.lxwm_inp1{
  width: calc(100% - 44px);
  float: left;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.lxwm_inp2{
  width: calc(100% - 44px);
  float: left;
  height: 128px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 10px;
}
.lxwm_btn{
  width: 100%;
  height: 45px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}

/* END-首页 */

/* 底部 */
footer {
  background: #212121;
}
.footer{
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 35px 0;
}
.footer::after{
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  border-bottom: 1px solid #373737;
  border-top: 1px solid #1b1b1b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
}
.footer_left{
  width: 50%;
  float: left;
}
.footer_B{
  width: 33.3333%;
  float: left;
}
.footer_p{
  float: left;
  line-height: 32px;
  border-bottom: 2px dotted #fff;
  padding-bottom: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer_ul{
  width: 100%;
  float: left;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  color: #999;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_right{
  width: 50%;
  float: left;
}
.footer_wx{
  width: 136px;
  float: right;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #f2f2f2;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.footer_dianhua{
  display: block;
  overflow: hidden;
  line-height: 32px;
  background: url(../images/footer_dianhua.png) no-repeat left center;
  padding-left: 35px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #999;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  padding: 12px 0;
  color: #999;
  font-size: 14px;
}
.copyright a{
  color: #999;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}
.main_left{
  width: 270px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  background-color: #0b984f;
  padding: 16px 0 16px 30px;
  color: #fff;
  font-weight: bold;
}
.about_p{
  line-height: 42px;
  font-size: 26px;
}
.about_sp{
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
}
.about_ul{
  display: block;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 0 20px 30px 20px;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  background-image: url(../images/about_li.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 45px;
  font-size: 16px;
  color: #333333;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  color: #0b984f;
}
.about_B{
  display: block;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 15px;
}
.main_right{
  width: 900px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  line-height: 45px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  background: url(../images/dqwz_bj.jpg)  repeat-x right center;
  background-size: auto 100%;
}
.dqwz_p{
  float: left;
  background-color: #019542;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #999;
  padding-right: 25px;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
/* END-关于我们 */

/* 产品中心 */
.cpzx_ul1{
  display: block;
  overflow: hidden;
  width: 918px;
}
.cpzx_ul1 li{
  width: 288px;
  float: left;
  margin: 0 18px 20px 0;
}
.cpzx_ul1 li a{
  display: block;
  overflow: hidden;
  border: 2px solid #e7e7e7;
  padding: 2px;
}
.cpzx_ul1 li a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e7e7;
}
.cpzx_ul1 li a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 85.1064%;
}
.cpzx_ul1 li a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzx_ul1 li a:hover{
  border-color: #0b984f;
  background-color: #0b984f;
}
.cpzx_ul1 li a:hover .cpzx_img{
  border-color: #0b984f;
}
.cpzx_ul1 li a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul1 li a:hover .cpzx_txt{
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.cpxq_sp img{max-width:100% !important;height:auto !important;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.cpxq_txt img{max-width:100% !important;height:auto !important;}
/* END-产品中心 */

/* 荣誉证书 */
.honor_ul{
  display: block;
  overflow: hidden;
  width: 921px;
}
.honor_ul li{
  width: 285px;
  float: left;
  margin: 0 21px 25px 0;
}
.honor_ul li>a{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.honor_ul li>a::before{
  content: "";
  display: block;
  padding-top: 75.08772%;
}
.honor_ul li>a::after{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/honor_hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.honor_ul li:hover>a img{
  transform: scale(1.1);
}
/* END-荣誉证书 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li .news_img{
  width: 285px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li .news_B{
  width: calc(100% - 285px);
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.xw_ul li .news_B .news_p{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  line-height: 66px;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  font-weight: bold;
}
.xw_ul li .news_B .news_txt{
  display: block;
  overflow: hidden;
  margin: 20px 15px 15px 15px;
  height: 90px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xw_ul li .news_B .news_more{
  display: block;
  overflow: hidden;
  margin: 0 15px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  background-color: #36404b;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}
.xw_ul li .news_B .news_more::after {
  content: "";
  width: 40px;
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #189a49;
  transition: all 0.4s;
}
.xw_ul li .news_B .news_more>span{
  position: relative;
  z-index: 2;
}
.xw_ul li .news_B .news_more>span>em {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-style: initial;
}
.xw_ul li .news_B .news_more>span>em::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid #189a49;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.xw_ul li:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li:hover .news_B .news_more::after {
  width: 100%;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_txt img{max-width:100% !important;height:auto !important;}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/*首页内容*/
/* 产品中心 */
.cpzx_contect {
  padding-top: 35px;
}
.cpzx_contect {
  padding-top: 35px;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

/* 横幅 */
.hf_title {
  padding:0 1% 40px 1%;
}

/* 关于我们 */
.gsjj {
  padding: 40px 0;
}
.gsjj_contect {
  margin-top: 35px;
}
.gsjj_more {
  padding-top: 40px;
}

/* 荣誉证书 */
.honor-imgbox {
  padding: 30px 0;
}

/* 4大优势 */
.ys {
  padding: 40px 0;
}
.ys_ul {
  padding-top: 40px;
}
/*END-首页内容*/

/* 关于我们 */
.main_left{
  width: 24%;
}
.about_title {
  padding: 16px 0 16px 20px;
}
.main_right{
  width: 74%;
}
/* END-关于我们 */

/* 产品中心 */
.cpzx_ul1{
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul1 li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
/* END-产品中心 */

/* 荣誉证书 */
.honor_ul{
  width: 102%;
  margin-left: -1%;
}
.honor_ul li{
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-荣誉证书 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #0b984f;
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  width: 100%;
  position: fixed;
  padding: 0;
}
nav::before,
nav::after{
  display: none;
}
.nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(11,152,79,0.8);
  position: absolute;
  right: 10px;
  top:0;
  border: none;
}
.nav li{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #fff;
}
.nav>li>a{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.search_txt > a {
  margin: 0 5px;;
}
/* END */

/* 首页 */
/* 产品中心 */
.cpzx{
  padding: 20px 0;
}
.cpzx_nav {
  padding-top: 15px;
}
.cpzx_nav li {
  width: calc(25% - 10px);
}
.cpzx_contect {
  padding-top: 25px;
}
.cpzx_ul li {
  width: 31.3333%;
  margin: 0 1% 15px 1%;
}

/* 横幅 */
.hf_title {
  padding:0 10px 30px 10px;
}

/* 关于我们 */
.gsjj {
  padding: 30px 0;
}
.gsjj_contect {
  margin-top: 25px;
}
.gsjj_more {
  padding-top: 20px;
}

/* 荣誉证书 */
.honor {
  padding: 20px 0;
}
.honor-imgbox {
  padding: 20px 0;
}

/* 4大优势 */
.ys {
  padding: 20px 0;
}
.ys_ul {
  padding-top: 20px;
}

/* 新闻资讯 */
.news_contect {
  padding-top: 30px;
}
.news_left {
  width: 100%;
}
.news_right {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.news_right li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 12px 1%;
}

/* 联系我们 */
.lxwm {
  padding: 20px 0;
}
.lxwm_contect {
  margin-top: 20px;
}
/* END-首页 */

/* 关于我们 */
.main_left{
  width: 32%;
}
.about_title {
  padding: 10px 0 10px 15px;
}
.main_right{
  width: 66%;
}
/* END-关于我们 */

/* 产品中心 */
.cpzx_ul1 li{
  width: 48%;
  margin: 0 1% 15px 1%;
}
/* END-产品中心 */

/* 荣誉证书 */
.honor_ul li{
  margin: 0 1% 15px 1%;
}
/* END-荣誉证书 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 20px;
}
.xw_ul li .news_img{
  width: 185px;
}
.xw_ul li .news_B{
  width: calc(100% - 185px);
}
.xw_ul li .news_B .news_p {
  line-height: 50px;
}
.xw_ul li .news_B .news_txt {
  margin: 10px 15px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 15px 0;
}
.logo{
  width: 75%;
}
.logo a {
  width: 100%;
}
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.search_form {
  width: 100%;
  float: none;
}
.search_txt {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
/* END */

/* 首页 */
.cpzx{
  padding: 10px 0;
}
.cpzx_p {
  line-height: 30px;
  font-size: 20px;
}
.cpzx_sp>span {
  line-height: 22px;
  font-size: 14px;
}
.cpzx_pp {
  line-height: 16px;
}
.cpzx_nav li {
  width: calc(50% - 10px);
}
.cpzx_nav li a {
  height: 34px;
  line-height: 30px;
  font-size: 14px;
}
.cpzx_contect {
  padding-top: 10px;
}
.cpzx_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzx_ul li a .cpzx_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

/* 横幅 */
.hf_title {
  padding:0 1% 20px 1%;
}
.hf_p::before,
.hf_p::after,
.hf_p>span::before,
.hf_p>span::after {
  display: none;
}
.hf_p>span {
  line-height: 40px;
  font-size: 18px;
}
.hf_sp {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}
.hf_pp {
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
}

/* 关于我们 */
.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_more {
  padding-top: 40px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_left::before {
  display: none;
}
.gsjj_left .gsjj_hover .gsjj_video_title {
  line-height: 30px;
  font-size: 16px;
}
.gsjj_left .gsjj_hover .gsjj_video_title>span {
  font-size: 18px;
  line-height: 30px;
}
.gsjj_right {
  width: 100%;
  padding: 6px;
}
.gsjj_right .gsjj_txt {
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.gsjj_more {
  padding-top: 10px;
}

/* 荣誉证书 */
.honor {
  padding: 10px 0;
}
.honor-imgbox {
  padding: 10px 0 0 0;
}

/* 4大优势 */
.ys {
  padding: 10px 0;
}
.ys_ul {
  padding-top: 10px;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_ul li .ys_right {
  width: 100%;
  padding-top: 10px;
}
.ys_ul li .ys_right .ys_dl dd .ys_sub img{
  height: 60px;
}
.ys_ul li .ys_right .ys_dl dd .ys_p {
  line-height: 40px;
  font-size: 16px;
}
.ys_ul li .ys_right .ys_dl dd .ys_txt {
  margin-top: 5px;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding-left: 20px;
  -webkit-line-clamp: initial;
}
.ys_ul li .ys_right .ys_dl dd .ys_txt::before {
  left: 5px;
  top: 6px;
}

/* 新闻资讯 */
.news{
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left li {
  width: 100%;
  margin-bottom: 10px;
}
.news_left li a{
  width: 100%;
  float: left;
  display: flex;
}
.news_left li .news_img {
  width: 120px;
  float: left;
}
.news_left li .news_B {
  width: calc(100% - 120px);
  margin-top: 0;
}
.news_left li .news_B .news_p {
  line-height: 34px;
  padding: 0 10px;
}
.news_left li .news_B .news_txt {
  margin: 5px 10px;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
}
.news_left li .news_B .news_more {
  margin: 0 10px;
  width: 144px;
  height: px;
  line-height: 40px;
  background-color: #36404b;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.news_left li .news_B .news_more {
  width: 104px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
}
.news_left li .news_B .news_more::after {
  width: 24px;
}
.news_left li .news_B .news_more>span>em {
  width: 24px;
  height: 24px;
}
.news_left li .news_B .news_more>span>em::before {
  border-right: 11px solid #189a49;
  border-top: 24px solid transparent;
  left: -10px;
}
.news_right {
  width: 100%;
  margin-left: 0;
}
.news_right li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_right li a .news_p {
  line-height: 34px;
  padding: 0 10px;
}
.news_right li a .news_txt {
  margin: 5px 10px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

/* 联系我们 */
.lxwm {
  padding: 10px 0;
}
.lxwm_contect {
  margin-top: 10px;
}
.lxwm_map {
  width: 100%;
  height: 250px;
}
.lxwm_form {
  width: 100%;
  margin-top: 10px;
}
.lxwm_B {
  width: 100%;
}
.lxwm_sp {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.lxwm_inp1 {
  width: calc(100% - 34px);
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.lxwm_inp2 {
  width: calc(100% - 34px);
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
}
/* END-首页 */

/* 底部 */
.copyright{
  padding: 10px 0;
  font-size: 12px;
}
.copyright>div>div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_title {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 0 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.about_ul {
  display: none;
  padding: 0 5px 5px 5px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
}
.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  line-height: 24px;
}
/* END-关于我们 */

/* 产品中心 */
.cpzx_ul1 li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzx_ul1 li a .cpzx_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
/* END-产品中心 */

/* 荣誉证书 */
.honor_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
/* END-荣誉证书 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li .news_img {
  width: 120px;
}
.xw_ul li .news_B {
  width: calc(100% - 120px);
  margin-top: 0;
}
.xw_ul li .news_B .news_p {
  line-height: 34px;
  padding: 0 10px;
}
.xw_ul li .news_B .news_txt {
  margin: 5px 10px;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
}
.xw_ul li .news_B .news_more {
  margin: 0 10px;
  width: 144px;
  height: px;
  line-height: 40px;
  background-color: #36404b;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.xw_ul li .news_B .news_more {
  width: 104px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
}
.xw_ul li .news_B .news_more::after {
  width: 24px;
}
.xw_ul li .news_B .news_more>span>em {
  width: 24px;
  height: 24px;
}
.xw_ul li .news_B .news_more>span>em::before {
  border-right: 11px solid #189a49;
  border-top: 24px solid transparent;
  left: -10px;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background-color: #fff;
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #0b984f;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #ff8400;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */
