@charset "UTF-8";
/* 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%;
  height: 42px;
  line-height: 36px;
  font-size: 14px;
  color: #595959;
  font-family: SimSun;
  overflow: hidden;
}
.topbox::before{
  content: "";
  width: 100%;
  float: left;
  height: 5px;
  background-color: #ececec;
}
.topbox::after{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #ececec;
}
.top_nav{
  position: relative;
}
.top_nav::before{
  content: "";
  width: 1000%;
  float: left;
  height: 5px;
  background-color: #019240;
  position: absolute;
  left: 0;
  top: -5px;
}
.topbox a {
  color: #595959;
  margin: 0 16px;
}
.topbox a:hover {
  color: #019240;
  text-decoration: underline;
}
.topbox a:last-child{
  float: right;
  margin: 0;
  padding: 0 16px;
  background-color: #019240;
  color: #fff;
}
.topbox a:last-child:hover{
  color: #fff;
  text-decoration: underline;
}

/*  */
.header {
  width: 100%;
  padding: 31px 0;
}
.logo > a{
	width: 100%;
  max-width: 522px;
}
.logo_txt{
	width: 100%;
  max-width: 374px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 26px;
  color: #999;
  font-size: 12px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 52px;
  margin-left: 30px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #ff9001;
  font-weight: bold;
}
.search{
  float: right;
  position: relative;
}
.search_ss{
  width: 26px;
  float: left;
  height: 26px;
  background: url(../images/search_ss.png) no-repeat center center;
  background-size: 100% 100%;
}
.search_form{
  width: 344px;
  float: left;
  height: 52px;
  margin-top: 3px;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  line-height: 48px;
}
.search_form .search_inp1{
  width: calc(100% - 60px);
  float: left;
  height: 48px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
.search_form .search_inp1::-webkit-input-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
}
.search_form .search_inp1:-moz-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
}
.search_form .search_brn{
  width: 60px;
  float: left;
  height: 48px;
  background: url(../images/search_ss.png) no-repeat center center;
}

/*  */
nav {
  background-color: #019240;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
  width: 12.5%;
  line-height: 60px;
}
.layui-nav .layui-nav-item > a{
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1001;
}
.layui-nav .layui-nav-more{
  display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #ff9001;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/*  */
.layui-nav-child{
  top: 100%;
  padding: 2px 0 0 0;
  border: none;
  line-height: 40px;
  background-color: rgba(1,146,64,0.9);
  border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #ff9001;
  color: #fff;
}

/*banner*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/**/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #019240;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff9001;
}
/**/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/*  */
.pep{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.pep_title{
  display: block;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  background: url(../images/title_heng1.png) no-repeat center bottom;
}
.pep_p{
  line-height: 48px;
  font-size: 48px;
  color: rgba(209,209,209,0.3);
}
.pep_sp{
  line-height: 42px;
  font-size: 30px;
  color: #333;
  margin-top: -22px;
  position: relative;
  z-index: 2;
}
.pep_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 25px;
}
.pep_nav li{
  width: 116px;
  float: left;
  margin: 0 10px 5px 10px;
}
.pep_nav li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0d9831;
  font-size: 16px;
  color: #fff;
}
.pep_nav li>a:hover,
.pep_nav li.pep_active>a{
  background-color: #ff9001;
}
.pep_contect{
  display: block;
  overflow: hidden;
}
.pep_contect>div{display: none;}
.pep_contect>div:first-child{display: block;}
.pep_ul{
  display: block;
  overflow: hidden;
  width: 1641px;
}
.pep_ul li{
  width: 506px;
  float: left;
  margin: 45px 41px 0 0;
  border: 2px solid #efefef;
  overflow: hidden;
  position: relative;
}
.pep_ul li::before{
  content: "";
  display: block;
  padding-top: 64.22925%;
}
.pep_ul li .pep_hover{
  width: 100%;
  height: 52px;
  background-color: rgba(32,32,32,0.8);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.pep_ul li .pep_hover .pep_pp{
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.pep_ul li .pep_hover .pep_more{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pep_ul li .pep_hover .pep_more>a{
  width: calc(50% - 8px);
  float: left;
  max-width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  margin: 0 8px;
}
.pep_ul li:hover .pep_hover{
  height: 100%;
  background-color: rgba(0,146,29,0.5);
  align-items: center;
  align-content: center;
}
.pep_ul li:hover .pep_hover .pep_pp{
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.pep_ul li .pep_hover .pep_more>a:hover{
  color: #0d9831;
}

.afs{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background: url(../images/afs_bj.jpg) no-repeat center center;
  background-size: cover;
}
.afs .pep_title{
  background: url(../images/title_heng2.png) no-repeat center bottom;
}
.afs .pep_p{
  color: rgba(255,255,255,0.3);
}
.afs .pep_sp{
  color: #fff;
}
.afs-imgbox{
  margin-top: 45px;
}
.afs-imgbox .swiper-slide{
  border: 2px solid #efefef;
  overflow: hidden;
}
.afs-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 64.22925%;
}
.afs-imgbox .swiper-slide .pep_hover{
  width: 100%;
  height: 52px;
  background-color: rgba(32,32,32,0.8);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.afs-imgbox .swiper-slide .pep_hover .pep_pp{
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.afs-imgbox .swiper-slide .pep_hover .pep_more{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.afs-imgbox .swiper-slide .pep_hover .pep_more>a{
  width: calc(50% - 8px);
  float: left;
  max-width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  margin: 0 8px;
}
.afs-imgbox .swiper-slide:hover .pep_hover{
  height: 100%;
  background-color: rgba(0,146,29,0.5);
  align-items: center;
  align-content: center;
}
.afs-imgbox .swiper-slide:hover .pep_hover .pep_pp{
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.afs-imgbox .swiper-slide .pep_hover .pep_more>a:hover{
  color: #0d9831;
}

.gm{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.gm_contect{
  display: block;
  overflow: hidden;
  margin-top: 45px;
}
.gm_left{
  width: 15.3125%;
  float: left;
}
.gm_nav{
  display: block;
  overflow: hidden;
}
.gm_nav li{
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
}
.gm_nav li a{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #0d9831;
  font-size: 18px;
  color: #fff;
}
.gm_nav li a:hover,
.gm_nav li.gm_active a{
  background-color: #ff9001;
  color: #fff;
}
.gm_more{
  display: block;
  overflow: hidden;
}
.gm_more a{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #0d9831;
  font-size: 18px;
  color: #fff;
}
.gm_more a:hover{
  background-color: #ff9001;
  color: #fff;
}
.gm_right{
  width: 82.375%;
  float: right;
}
.gm_right_contect{
  width: 100%;
  float: left;
}
.gm_right_contect>div{display: none;}
.gm_right_contect>div:first-child{display: block;}
.gm-imgbox .swiper-slide{
  border: 2px solid #efefef;
  overflow: hidden;
}
.gm-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 73.31731%;
}
.gm-imgbox .swiper-slide .pep_hover{
  width: 100%;
  height: 52px;
  background-color: rgba(32,32,32,0.8);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.gm-imgbox .swiper-slide .pep_hover .pep_pp{
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.gm-imgbox .swiper-slide .pep_hover .pep_more{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gm-imgbox .swiper-slide .pep_hover .pep_more>a{
  width: calc(50% - 8px);
  float: left;
  max-width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  margin: 0 8px;
}
.gm-imgbox .swiper-slide:hover .pep_hover{
  height: 100%;
  background-color: rgba(0,146,29,0.5);
  align-items: center;
  align-content: center;
}
.gm-imgbox .swiper-slide:hover .pep_hover .pep_pp{
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.gm-imgbox .swiper-slide .pep_hover .pep_more>a:hover{
  color: #0d9831;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background-image: linear-gradient(#f8f8f8,#fff);
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.gsjj_left{
  width: 45.625%;
  float: left;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.gsjj_right{
  width: 54.375%;
  float: right;
  background: #fff;
  background: linear-gradient(-139deg,transparent 90px, #fff 0) top right;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  padding: 40px 40px 40px 45px;
  position: relative;
}
.gsjj_right::before{
  content: "";
  width:0;
  height:0;
  border-right: 100px solid #019240;
  border-top: 0 solid transparent;
  border-bottom: 88px solid transparent;
  position:absolute;
  right: 25px;
  top: -20px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.gsjj_sp::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 48px;
  height: 4px;
  background-color: #ff9001;
  margin-top: 20px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.gsjj_more>a{
  width: 140px;
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #019240;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #ff9001;
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center top;
}
.ys_titleB{
  display: block;
  overflow: hidden;
  position: relative;
}
.ys_titleB img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_title{
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ys_p{
  line-height: 58px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.ys_sp{
  line-height: 30px;
  color: #999;
  font-size: 18px;
}
.ys_sp::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid #d8d8d8;
  border-left: 76px solid transparent;
  border-right: 76px solid transparent;
  margin: 25px auto 0 auto;

}
.ys_dl{
  display: block;
  overflow: hidden;
  position: relative;
  margin: 20px 0 60px 0;
}
.ys_dl>dt{
  display: block;
  overflow: hidden;
}
.ys_dl>dt>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_dl>dd{
  width: 36.75%;
  float: left;
  position: absolute;
}
.ys_dl>dd .ys_sub{
  width: 76px;
  float: left;
  margin: 28px 8px 0 0;
}
.ys_dl>dd .ys_sub>span{
  width: 76px;
  float: left;
  height: 76px;
  line-height: 76px;
  font-size: 36px;
  color: #019240;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.ys_dl>dd .ys_sub>span::before{
  content: "";
  width: 54px;
  float: left;
  height: 54px;
  border: 2px solid #019240;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  transition: all 0.4s;
}
.ys_dl>dd .ys_sub>span::after{
  content: "";
  width: 23px;
  float: left;
  height: 23px;
  background-color: #019240;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: -15px;
  transition: all 0.4s;
}
.ys_dl>dd .ys_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #019240;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  transition: all 0.4s;
}
.ys_dl>dd .ys_pp>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.ys_dl>dd .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}
.ys_dl>dd:nth-child(2){
  left: 0;
  top: 25px;
}
.ys_dl>dd:nth-child(3){
  right: 0;
  top: 25px;
}
.ys_dl>dd:nth-child(4){
  left: 0;
  bottom: 25px;
}
.ys_dl>dd:nth-child(5){
  right: 0;
  bottom: 25px;
}
.ys_dl>dd:hover .ys_sub>span,
.ys_dl>dd:hover .ys_pp{
  color: #ff9001;
}
.ys_dl>dd:hover .ys_sub>span::before{
  border: 2px solid #ff9001;
}
.ys_dl>dd:hover .ys_sub>span::after{
  background-color: #ff9001;
}

.case{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 55px 0;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.case_nav{
  width: 23.625%;
  float: left;
  border: 1px solid #efefef;
}
.case_nav li{
  width: 50%;
  float: left;
  border: 1px solid #efefef;
}
.case_nav li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case_nav li>a::before{
  content: "";
  display: block;
  padding-top: 73.684211%;
}
.case_nav li>a>span{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(1,146,64,0.8);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.case_nav li>a:hover>span,
.case_nav li.case_active>a>span{
  background-color: rgba(72,199,105,0.8);
}

.case_right{
  width: 74.5%;
  float: right;
}
.case_right>div{
  display: none;
}
.case_right>div:first-child{
  display: block;
}
.case-imgbox .swiper-slide{
  border: 2px solid #efefef;
  overflow: hidden;
}
.case-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 73.31731%;
}
.case-imgbox .swiper-slide .pep_hover{
  width: 100%;
  height: 38px;
  background-color: rgba(32,32,32,0.8);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.case-imgbox .swiper-slide .pep_hover .pep_pp{
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.case-imgbox .swiper-slide .pep_hover .pep_more{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-imgbox .swiper-slide .pep_hover .pep_more>a{
  width: calc(50% - 8px);
  float: left;
  max-width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  margin: 0 8px;
}
.case-imgbox .swiper-slide:hover .pep_hover{
  height: 100%;
  background-color: rgba(255,144,1,0.8);
  align-items: center;
  align-content: center;
}
.case-imgbox .swiper-slide:hover .pep_hover .pep_pp{
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.case-imgbox .swiper-slide .pep_hover .pep_more>a:hover{
  color: #0d9831;
}

.news_box{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.news_box>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news{
  width: 23.6875%;
  float: left;
  border: 1px solid #eee;
  border-top: 3px solid #019240;
}
.news_title{
  display: block;
  overflow: hidden;
  line-height: 58px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
}
.news_p{
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.news_p>span{
  float: left;
  color: #019240;
}
.news_more{
  float: right;
}
.news_more>a{
  font-size: 12px;
  color: #999;
}
.news_more>a:hover{
  color: #019240;
  text-decoration: underline;
}
.news_dl{
  display: block;
  overflow: hidden;
  padding: 3px;
}
.news_dl>dt{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_dl>dt .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_dl>dt .news_img::before{
  content: "";
  display: block;
  padding-top: 43.2361%;
}
.news_dl>dt .news_box{
  display: block;
  overflow: hidden;
  padding: 10px;
  margin-top: 5px;
}
.news_dl>dt .news_box .news_sp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.news_dl>dt .news_box .news_sp>span{
  float: left;
  margin-right: 5px;
}
.news_dl>dt .news_box .news_sp>em{
  float: right;
  font-size: 12px;
  color: #999;
}
.news_dl>dt .news_box .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news_dl>dt:hover .news_img img{
  transform: scale(1.1);
}
.news_dl>dt:hover .news_box .news_sp{
  color: #019240;
}
.news_dl>dd{
  display: block;
  overflow: hidden;
  border-top: 1px dotted #999;
  line-height: 28px;
  padding: 10px 0;
  margin: 0 10px;
  font-size: 14px;
  color: #333;
}
.news_dl>dd>a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_dl>dd>a>span{
  float: left;
  margin-right: 5px;
}
.news_dl>dd>a>em{
  float: right;
  font-size: 12px;
  color: #999;
}
.news_dl>dd>a:hover{
  color: #019240;
}

.lxwm{
  width: 49.0625%;
  float: left;
  border: 1px solid #eee;
  border-top: 3px solid #019240;
}
.lxwm_contect{
  display: block;
  overflow: hidden;
  padding: 3px;
}
.lxwm_contect img{
  width: 42.03822%;
  float: left;
  margin-right: 15px;
}
.lxwm_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.lxwm_txt>p{
  width: 47%;
  float: left;
}
.lxwm_txt>.lxwm_txts{
  width: 100%;
  float: left;
  margin-top: 20px;
}
/* END- */

/*  */
footer {
  background: #333;
}
.link{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 10px 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.link>span{
  float: left;
  font-size: 16px;
}
.link>a{
  color: #fff;
  margin: 0 10px;
}
.link>a:hover{
  color: #fff;
  text-decoration: underline;;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_logo{
  width: 18.5%;
  float: left;
  display: flex;
  align-items: center;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer_center{
  width: 55%;
  float: left;
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  padding: 10px 50px;
}
.footer_nav{
  display: block;
  overflow: hidden;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
}
.footer_nav>a{
  color: #fff;
  margin: 0 10px;
}
.footer_nav>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_nav>a:first-child{
  margin: 0 10px 0 0;
}
.footer_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}

.footer_right{
  width: 260px;
  float: left;
  display: flex;
  align-items: center;
}
.footer_right img{
  width: 88px;
  float: left;
  height: 88px;
}
.footer_right>div{
  width: calc(100% - 88px);
  float: left;
  padding-left: 10px;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
}
.footer_right>div>span:first-child{
  display: block;
  overflow: hidden;
  font-size: 16px;
}
.footer_right>div>span:nth-child(2){
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #019240;
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END- */

/*  */
.main{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
}
.dqwz_p{
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.dqwz_more{
  float: right;
  height: 90px;
  display: flex;
  align-items: center;
}
.dqwz_more>a{
  width: 116px;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #019240;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.dqwz_more>a:hover{
  background-color: #ff9001;
  color: #fff;
}
.dqwz_heng{
  width: 100%;
  float: left;
  height: 1px;
  background-color: #999;
}
.about_ul{
  width: calc(100% + 10px);
  float: left;
  padding: 25px 0;
  margin-left: -5px;
  border-bottom: 1px dashed #6e6e6e;
}
.about_ul li{
  width: 10%;
  float: left;
  padding: 5px;
}
.about_ul li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #0d9831;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.about_ul li a:hover,
.about_ul li.about_on a{
  background-color: #ff9001;
  color: #fff;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding: 40px 0;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.company img{
  max-width: 100%;
}
/* END- */

/* pep/// */
.dqwz_T{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.pep_ul1{
  display: block;
  overflow: hidden;
  width: 1632px;
}
.pep_ul1 li{
  width: 376px;
  float: left;
  margin: 0 32px 34px 0;
  border: 2px solid #efefef;
  overflow: hidden;
  position: relative;
}
.pep_ul1 li::before{
  content: "";
  display: block;
  padding-top: 73.4043%;
}
.pep_ul1 li .pep_hover{
  width: 100%;
  height: 52px;
  background-color: rgba(32,32,32,0.8);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.pep_ul1 li .pep_hover .pep_pp{
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.pep_ul1 li .pep_hover .pep_more{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pep_ul1 li .pep_hover .pep_more>a{
  width: calc(50% - 8px);
  float: left;
  max-width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  margin: 0 8px;
}
.pep_ul1 li:hover .pep_hover{
  height: 100%;
  background-color: rgba(0,146,29,0.5);
  align-items: center;
  align-content: center;
}
.pep_ul1 li:hover .pep_hover .pep_pp{
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.pep_ul1 li .pep_hover .pep_more>a:hover{
  color: #0d9831;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_left{
  width: 40%;
  float: left;
  margin-right: 30px;
}
.cpxq_left img{
  display: block;
  width: 100%;
  display: block;
  height: auto;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.cpxq_txt{
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
/* END-pep/// */

/*  */
.xw_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xw_ul li{
  width: calc(50% - 15px);
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #999;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li>a .news_img{
  width: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 43.2361%;
}
.xw_ul li>a .news_box{
  width: calc(100% - 250px);
  float: left;
  padding: 5px 0 5px 30px;
}
.xw_ul li>a .news_box .news_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.xw_ul li>a .news_box .news_sp>span{
  float: left;
  margin-right: 10px;
}
.xw_ul li>a .news_box .news_sp>em{
  float: right;
  font-size: 14px;
  color: #999;
}
.xw_ul li>a .news_box .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.xw_ul li>a .news_box .news_more{
  width: 98px;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #0d9831;
  transition: all 0.4s;
}
.xw_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .news_box .news_sp{
  color: #019240;
}
.xw_ul li>a:hover .news_box .news_more{
  background-color: #ff9001;
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  padding: 5px 0;
  border-bottom: 1px dashed #6e6e6e;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END- */

/**/
.contact_title{
  text-align: center;
}
.contact_title::after{
  display: none;
}
.contact_txt {
  width: 39%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 59%;
  float: left;
  overflow: hidden;
  height: 500px;
  border: none;
}
/*END-*/
@media (max-width: 1650px) {
.footer_right{
  width: 320px;
  float: left;
  display: flex;
  align-items: center;
}
}
@media (max-width: 1620px) {
/*  */
.search_form{
  width: 300px;
}
/* END_ */

/*  */
.pep{
  padding: 50px 0;
}
.pep_ul{
  width: 102%;
  margin-left: -1%;
}
.pep_ul li{
  width: 31.3333%;
  margin: 40px 1% 0 1%;
}
/* END- */

/* pep/// */
.pep_ul1{
  width: 102%;
  margin-left: -1%;
}
.pep_ul1 li{
  width: 23%;
  margin: 0 1% 34px 1%;
}
/* END-pep/// */

}

@media (max-width: 1520px) {
/*  */
.logo > a {
  max-width: 470px;
}
.logo_txt {
  max-width: 336px;
}
.header_dianhua {
  margin-left: 20px;
}
.search_form{
  width: 280px;
}
/* END_ */

/*  */
.about_ul li{
  width: 11.11111%;
}
/* END- */

}

@media (max-width: 1420px) {
/*  */
.logo > a {
  max-width: 450px;
}
.logo_txt {
  max-width: 323px;
}
.header_dianhua {
  margin-left: 10px;
}
.search_form{
  width: 250px;
}
/* END_ */

}

@media (max-width: 1320px) {
/*  */
.logo > a {
  max-width: 420px;
}
.logo_txt {
  max-width: 301px;
}
.header_dianhua {
  padding-left: 40px;
}
.search_form{
  width: 220px;
}
/* END_ */

/*  */
.about_ul li{
  width: 12.5%;
}
/* END- */

}

@media (max-width: 1220px) {
/*  */
.logo > a {
  max-width: 522px;
}
.logo_txt{
  display: none;
}
/* END_ */

/*  */
.pep{
  padding: 40px 0;
}
.pep_ul{
  width: 102%;
  margin-left: -1%;
}
.pep_ul li{
  margin: 30px 1% 0 1%;
}

.ys_dl>dd .ys_pp {
  font-size: 16px;
}
.ys_dl>dd .ys_pp>span {
  font-size: 22px;
}

.case_nav {
  width: 32%;
}
.case_nav li>a>span {
  padding: 10px;
}
.case_right {
  width: 66%;
}

.news {
  width: 49%;
}
.lxwm {
  width: 100%;
  margin-top: 20px;
}
.lxwm_contect img {
  width: 34%;
}
/* END- */

/*  */
.footer_center {
  width: 50%;
  padding: 10px 20px;
}
/* END- */

/*  */
.about_ul li{
  width: 14.285%;
}
/* END- */

/* pep/// */
.pep_ul1 li{
  margin: 0 1% 20px 1%;
}
/* END-pep/// */

/*  */
.xw_ul li{
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* END- */

}


@media (max-width: 991px) {
/*  */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #019240;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/*  */
.topbox{
  height: auto;
}
.header {
  padding: 20px 0;
  position: fixed;
  z-index: 999;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.search_ss{
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.header_R {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(1,146,64,0.9);
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
}
.search{
  width: 100%;
  float: left;
}
.search_form {
  width: 100%;
  margin: 0;
}

nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(1,146,64,0.9);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 999;
	opacity: 0;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover,
.layui-nav .layui-this{
  background-color: #ff9001;
}
.layui-nav .layui-nav-item:hover a,
.layui-nav .layui-this a{
  color: #fff;
}

/**/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END- */

/*  */
.pep{
  padding: 30px 0;
}
.pep_ul li{
  margin: 20px 1% 0 1%;
}

.afs {
  padding: 30px 0;
}
.afs-imgbox {
  margin-top: 30px;
}

.gm {
  padding: 30px 0;
}
.gm_contect {
  margin-top: 30px;
}
.gm_left {
  width: 24%;
}
.gm_nav li a {
  height: 40px;
  line-height: 40px;
}
.gm_more a {
  height: 40px;
  line-height: 40px;
}
.gm_right {
  width: 74%;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_right {
  padding: 20px 20px 20px 30px;
}
.gsjj_sp::after {
  margin-top: 10px;
}
.gsjj_txt {
  margin-top: 15px;
}
.gsjj_more {
  padding-top: 15px;
}


.ys_p {
  line-height: 40px;
  font-size: 30px;
}
.ys_sp::after {
  margin: 10px auto 0 auto;
}
.ys_dl {
  margin: 20px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ys_dl>dt {
  width: 100%;
  float: left;
}
.ys_dl>dd {
  width: 49%;
  float: left;
  margin-top: 10px;
  position: relative;
  left: initial !important;
  right: initial !important;
  top: initial !important;
  bottom: initial !important;
}

.case {
  padding: 30px 0;
}
.news_box {
  padding: 30px 0;
}
.news_title {
  line-height: 48px;
}
.lxwm_contect img {
  width: 42%;
}
/* END- */

/*  */
.footer_center {
  width: 60%;
  padding: 10px;
}
/* END- */

/*  */
.main{
  padding: 30px 0;
}
.about_ul li{
  width: 16.6666%;
}
.dqwz_contect{
  padding: 25px 0;
}
/* END- */

/* pep/// */
.pep_ul1 li{
  width: 31.3333%;
}
/* END-pep/// */

/*  */
.xw_ul li{
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* END- */

}

@media (max-width: 767px) {
/*  */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*  */
.header{
  padding: 10px 0;
}
.logo{
  width: 75%;
}
.logo a {
  width: 100%;
}
.search_ss {
  right: 50px;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END- */

/*  */
.pep{
  padding: 10px 0;
}
.pep_p {
  line-height: 30px;
  font-size: 26px;
}
.pep_sp {
  line-height: 32px;
  font-size: 18px;
  margin-top: -22px;
}
.pep_nav{
  padding-top: 10px;
}
.pep_nav li{
  width: 24%;
  margin: 0 0.5% 5px 0.5%;
}
.pep_nav li>a{
  height: 36px;
  line-height: 36px;
}
.pep_ul li{
  width: 48%;
  margin: 10px 1% 0 1%;
}
.pep_ul li .pep_hover {
  height: 40px;
}
.pep_ul li .pep_hover .pep_pp {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.pep_ul li .pep_hover .pep_more {
  margin-top: 5px;
}
.pep_ul li .pep_hover .pep_more>a {
  width: 48%;
  max-width: 98px;
  margin: 0 1%;
}

.afs {
  padding: 10px 0;
}
.afs-imgbox {
  margin-top: 10px;
}
.afs-imgbox .swiper-slide .pep_hover {
  height: 40px;
}
.afs-imgbox .swiper-slide .pep_hover .pep_pp {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.afs-imgbox .swiper-slide .pep_hover .pep_more {
  margin-top: 5px;
}
.afs-imgbox .swiper-slide .pep_hover .pep_more>a {
  width: 48%;
  max-width: 98px;
  margin: 0 1%;
}

.gm {
  padding: 10px 0;
}
.gm_contect {
  margin-top: 10px;
}
.gm_left {
  width: 100%;
}
.gm_nav li {
  width: 24%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.gm_nav li a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.gm_more a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.gm_right {
  width: 100%;
}
.gm-imgbox{
  margin: 10px 0;
}
.gm-imgbox .swiper-slide .pep_hover {
  height: 40px;
}
.gm-imgbox .swiper-slide .pep_hover .pep_pp {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.gm-imgbox .swiper-slide .pep_hover .pep_more {
  margin-top: 5px;
}
.gm-imgbox .swiper-slide .pep_hover .pep_more>a {
  width: 48%;
  max-width: 98px;
  margin: 0 1%;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
  background: linear-gradient(-139deg,transparent 50px, #fff 0) top right;
}
.gsjj_right::before {
  border-right: 55px solid #019240;
  border-bottom: 50px solid transparent;
  right: 0;
  top: 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_sp {
  line-height: 20px;
  font-size: 16px;
}
.gsjj_txt {
  height: 132px;
  line-height: 22px;
  margin-top: 10px;
}
.gsjj_more {
  padding-top: 10px;
}
.gsjj_more>a {
  width: 110px;
  float: left;
  height: 38px;
  line-height: 38px;
}

.ys_titleB{
  padding: 15px 0;
}
.ys_title{
  position: relative;
}
.ys_p {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.ys_sp {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
}
.ys_sp::after{
  display: none;
}
.ys_dl {
  margin: 10px 0;
}
.ys_dl>dd {
  width: 100%;
}
.ys_dl>dd .ys_pp {
  line-height: 20px;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ys_dl>dd .ys_pp>span {
  font-size: 20px;
}
.ys_dl>dd .ys_txt {
  line-height: 24px;
  font-size: 14px;
}

.case {
  padding: 10px 0;
}
.case_contect {
  padding-top: 10px;
}
.case_nav {
  width: 100%;
}
.case_nav li>a::before {
  display: none;
}
.case_nav li>a>span {
  height: auto;
  padding: 10px;
  position: relative;
}
.case_right {
  width: 100%;
  margin-top: 10px;
}
.case-imgbox .swiper-slide .pep_hover {
  height: 40px;
}
.case-imgbox .swiper-slide .pep_hover .pep_pp {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.case-imgbox .swiper-slide .pep_hover .pep_more {
  margin-top: 5px;
}
.case-imgbox .swiper-slide .pep_hover .pep_more>a {
  width: 48%;
  max-width: 98px;
  margin: 0 1%;
}

.news_box {
  padding: 10px 0;
}
.news {
  width: 100%;
  margin-bottom: 10px;
}
.news_title {
  line-height: 38px;
  padding: 0 10px;
}
.news_dl>dt {
  margin-bottom: 10px;
}
.news_dl>dt>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_dl>dt .news_img {
  width: 140px;
  float: left;
}
.news_dl>dt .news_box {
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
  margin-top: 0;
}
.news_dl>dt .news_box .news_sp {
  line-height: 30px;
  font-size: 16px;
}
.news_dl>dt .news_box .news_sp>span{
  font-size: 14px;
}
.news_dl>dd {
  line-height: 24px;
  padding: 5px 0;
  margin: 0;
}
.lxwm_txt {
  line-height: 24px;
}
.lxwm_txt>.lxwm_txts {
  margin-top: 5px;
}
/* END- */

/*  */
.link {
  line-height: 22px;
}
.link>a {
  margin: 0 5px;
}
.footer {
  padding: 10px 0;
}
.footer_center {
  width: 100%;
  padding: 0;
  border: none;
}
.footer_nav {
  line-height: 22px;
  font-size: 14px;
  text-align: center;
}
.footer_nav>a {
  margin: 0 5px;
}
/* END- */

/*  */
.main{
  padding: 0;
}
.about_title{
  width: calc(100% + 20px);
  float: left;
  background-color: #0d9831;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
  padding: 0;
  border-bottom: none;
}
.about_ul li{
  width: 100%;
  margin-top: 3px;
  padding: 0;
}
.about_ul li a{
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  line-height: 24px;
  font-size: 14px;
}
.dqwz_more {
  width: 100%;
  height: auto;
  justify-content: center;
  padding-top: 10px;
}
/* END- */

/* pep/// */
.dqwz_T{
  padding: 10px 0;
  line-height: 24px;
  font-size: 18px;
}
.pep_ul1 li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.pep_ul1 li .pep_hover {
  height: 40px;
}
.pep_ul1 li .pep_hover .pep_pp {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.pep_ul1 li .pep_hover .pep_more {
  margin-top: 5px;
}
.pep_ul1 li .pep_hover .pep_more>a {
  width: 48%;
  max-width: 98px;
  margin: 0 1%;
}
.cpxq_left{
  width: 100%;
  float: none;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.cpxq_p{
  line-height: 24px;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
  font-size: 14px;
  line-height: 24px;
}
/* END-pep/// */


/*  */
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .news_img{
  width: 140px;
}
.xw_ul li>a .news_box{
  width: calc(100% - 140px);
  padding: 5px 0 5px 10px;
}
.xw_ul li>a .news_box .news_txt{
  height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  margin: 3px 0;
}
.xwxq_txt{
  font-size: 14px;
  line-height: 24px;
}

/* END- */

/**/
.contact_txt {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/*END-*/
}

/*  */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #019240;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #ff9001;
  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 */
