/* 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";

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(#fff,#f2f2f2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.header>.container{
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo{
  display: flex;
  align-items: center;
  align-content: center;
}
.logo > a{
	width: 100%;
  max-width: 203px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  width: 71%;
  padding: 15px 0 0px 0;
}
.header_dianhua {
  float: right;
  line-height: 34px;
  color: #888888;
  font-size: 14px;
  background: url(../images/haeder_dianhua.png) no-repeat left center;
  padding-left: 28px;
  margin-left: 15px;
}
.header_dianhua>span{
  float: right;
  font-size: 18px;
  color: #6fb848;
}
.search{
  width: 230px;
  float: right;
  position: relative;
  height: 34px;
  overflow: hidden;
}
.search_inp1{
  width: 0;
  float: left;
  height: 34px;
  line-height: 32px;
  border: 0px solid #ccc;
  border-radius: 17px;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.search_btn{
  width: 34px;
  float: right;
  height: 32px;
  background: url(../images/search_ss.png) no-repeat center center #fff;
  position: relative;
  z-index: 2;
  margin: 1px 1px 0 0;
  border-radius: 16px;
  cursor:pointer;
}
.search:hover .search_inp1{
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 40px 0 10px;
}
/* 导航 */

.nav{
  width: auto;
  float: right;
  padding-top: 5px;
}
.nav>li{
  float: left;
  position: relative;
  margin-left: 66px;
}
.nav>li:first-child{
  margin: 0;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #313131;
  margin-bottom:20px;
}
.nav>li>a::after{
  content: "";
  width: 0;
  display: block;
  height: 3px;
  background-color: #70b949;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #6fb848;
  font-weight: bold;
}
.nav>li:hover>a::after,
.nav>li.nav-this>a::after{
  width: 100%;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 260%;
  float: left;
  background-color: rgba(255,255,255,0.8);
  padding: 0;
  position: absolute;
  left: -80%;
  top: 100%;
  z-index: 9999;
}
.nav-child dd{
  display: block;
  overflow: hidden;
}
.nav-child dd a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding:0 5px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.nav-child dd a:hover{
  background-color: #6fb848;
  color: #fff;
}
/* END */

/* 首页 */

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6fb848;
}
/*箭头*/
.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(112,185,73,0.8);
  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;
}

.picbox{
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  background-color: #e6f2fe;
}
.picbox>.container{
  transform: translateY(-50%);
}
.pic_ul{
  display: block;
  overflow: hidden;
}
.pic_ul li{
  width: 25%;
  float: left;
  padding-right: 1px;
}
.pic_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 20px 20px 25px;
}
.pic_ul li>a .pic_left{
  width: calc(100% - 20px);
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.pic_ul li>a .pic_left .pic_icon{
  width: 84px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.pic_ul li>a .pic_left .pic_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.pic_ul li>a .pic_left .pic_icon>img:first-child{opacity: 1;}
.pic_ul li>a .pic_left .pic_icon>img:last-child{opacity: 0;}
.pic_ul li>a .pic_left .pic_txt{
  width: calc(100% - 84px);
  float: left;
  padding-left: 15px;
  line-height: 22px;
  font-size: 12px;
  color: #b5b5b5;
}
.pic_ul li>a .pic_left .pic_txt>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 20px;
  color: #4b4b4b;
}
.pic_ul li>a .pic_right{
  width: 20px;
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.pic_ul li>a .pic_right>i{
  font-size: 16px;
}
.pic_ul li:nth-child(4n+1)>a{
  border-top: 5px solid #6bb245;
}
.pic_ul li:nth-child(4n+1)>a .pic_left .pic_icon{
  background-color: #6bb245;
}
.pic_ul li:nth-child(4n+1)>a .pic_right>i{
  color: #6bb245;
}
.pic_ul li:nth-child(4n+1)>a:hover{
  background-color: #6bb245;
}

.pic_ul li:nth-child(4n+2)>a{
  border-top: 5px solid #ec9e23;
}
.pic_ul li:nth-child(4n+2)>a .pic_left .pic_icon{
  background-color: #ec9e23;
}
.pic_ul li:nth-child(4n+2)>a .pic_right>i{
  color: #ec9e23;
}
.pic_ul li:nth-child(4n+2)>a:hover{
  background-color: #ec9e23;
}

.pic_ul li:nth-child(4n+3)>a{
  border-top: 5px solid #2dc7af;
}
.pic_ul li:nth-child(4n+3)>a .pic_left .pic_icon{
  background-color: #2dc7af;
}
.pic_ul li:nth-child(4n+3)>a .pic_right>i{
  color: #2dc7af;
}
.pic_ul li:nth-child(4n+3)>a:hover{
  background-color: #2dc7af;
}

.pic_ul li:nth-child(4n+4)>a{
  border-top: 5px solid #2d75c7;
}
.pic_ul li:nth-child(4n+4)>a .pic_left .pic_icon{
  background-color: #2d75c7;
}
.pic_ul li:nth-child(4n+4)>a .pic_right>i{
  color: #2d75c7;
}
.pic_ul li:nth-child(4n+4)>a:hover{
  background-color: #2d75c7;
}

.pic_ul li>a:hover .pic_left .pic_icon{
  background-color: #fff;
}
.pic_ul li>a:hover .pic_left .pic_icon>img:first-child{opacity: 0;}
.pic_ul li>a:hover .pic_left .pic_icon>img:last-child{opacity: 1;}
.pic_ul li>a:hover .pic_left .pic_txt{
  color: rgba(255,255,255,0.5);
}
.pic_ul li>a:hover .pic_left .pic_txt>span,
.pic_ul li>a:hover .pic_right>i{
  color: #fff;
}

.cpzs{
  width: 100%;
  overflow: hidden;
  background-color: #e6f2fe;
  padding: 0 0 75px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  line-height: 40px;
  font-size: 30px;
  color: #2e2e2e;
}
.cpzs_sp{
  line-height: 26px;
  font-size: 18px;
  color: rgba(55,55,55,0.2);
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.cpzs_nav li{
  width: 258px;
  float: left;
  margin: 0 14px 14px 14px;
}
.cpzs_nav li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #616161;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.cpzs_nav li.cpzs_active>a{
  background-color: #6fb848;
}
.cpzs_contect{
  display: flex;
  padding-top: 30px;
}
.cpzs_contect>div{
  display: none;
  width: 100%;
  float: left;
  position: relative;
}
.cpzs_contect>div:first-child{display: block;}
.cpzs-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fff;
}
.cpzs-imgbox .swiper-slide>a .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs-imgbox .swiper-slide>a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 65.984655%;
}
.cpzs-imgbox .swiper-slide>a .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 16px;
  color: #505050;
}
.cpzs-imgbox .swiper-slide>a:hover .cpzs_img img{
  transform: scale(1.05);
}
.cpzs-prev,
.cpzs-next{
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 40px;
  float: left;
  height: 60px;
  background-color: #e6f2fe;
  z-index: 5;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
}
.cpzs-next{
  left: initial;
  right: -65px;
}
.cpzs-prev:hover,
.cpzs-next:hover{
  background-color: #6fb848;
}

.cpjs{
  width: 100%;
  overflow: hidden;
}
.cpjs_title{
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 50px 0 25px 0;
}
.cpjs_p{
  line-height: 42px;
  font-size: 30px;
  color: #222;
}
.cpjs_sp{
  line-height: 26px;
  font-size: 18px;
  color: rgba(55,55,55,0.2);
}
.cpjs_title::after{
  content: "";
  width:0;
  height:0;
  border-top: 20px solid #6fb848;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position:absolute;
  left: 50%;
  bottom: -10px;
  z-index: 2;
  margin-left: -17px;
}
.cpjs_contect{
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  padding: 75px 0 55px 0;
  position: relative;
}
.cpjs_contect::before{
  content: "";
  width:0;
  height:0;
  border-top: 30px solid #fff;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  position:absolute;
  left: 50%;
  top: 0;
  margin-left: -28px;
}
.cpjs_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpjs_ul li{
  width: calc(50% - 14px);
  float: left;
  margin-bottom: 28px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 25px;
}
.cpjs_ul li .cpjs_p{
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  color: #242424;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpjs_ul li .cpjs_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 0;
}
.cpjs_ul li .cpjs_dl>dd{
  width: calc(50% - 5px);
  float: left;
  margin: 5px 0;
}
.cpjs_ul li .cpjs_dl>dd>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 21px;
  font-size: 14px;
  color: #494949;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.cpjs_ul li .cpjs_dl>dd>a:hover{
  border-color: #6fb848;
  color: #6fb848;
}
.cpjs_ul li .cpjs_more{
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.cpjs_ul li .cpjs_more>a{
  width: 74px;
  float: left;
  height: 34px;
  line-height: 34px;
  background-color: #e9e9e9;
  border-radius: 17px;
  text-align: center;
  font-size: 24px;
  color: #5e5e5e;
}
.cpjs_ul li .cpjs_more>a:hover{
  background-color: #6fb848;
  color: #fff;
}

.Ind{
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/Ind_bj.jpg) no-repeat center center;
  background-size: cover;
}
.Ind_dl{
  display: flex;
  flex-wrap: wrap;
}
.Ind_dl>dt{
  width: 50%;
  float: left;
  padding: 10px 0;
}
.Ind_dl>dt .Ind_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #252525;
}
.Ind_dl>dt .Ind_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #959595;
}
.Ind_dl>dt .Ind_sp::after{
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6fb848;
  margin-top: 20px;
}
.Ind_dl>dt .Ind_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #595959;
  margin-top: 25px;
}
.Ind_dl>dd{
  width: 25%;
  float: left;
}
.Ind_dl>dd>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.Ind_dl>dd>a .Ind_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Ind_dl>dd>a .Ind_img::before{
  content: "";
  display: block;
  padding-top: 90.6667%;
}
.Ind_dl>dd>a .Ind_hover{
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 35px 25px;
}
.Ind_dl>dd>a .Ind_hover::before{
  content: "";
  width:100%;
  height:140%;
  background-color: rgba(255,255,255,0.85);
  transform: rotateZ(55deg);
  transform-origin: right top;
  position:absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.Ind_dl>dd>a .Ind_hover .Ind_tit{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  line-height: 28px;
  font-size: 20px;
  color: #2b2b2b;
  transition: all 0.4s;
}
.Ind_dl>dd>a .Ind_hover .Ind_more{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 25px;
  width: 28px;
  height: 28px;
  background-image: url(../images/Ind_more2.png),url(../images/Ind_more1.png);
  background-repeat: no-repeat,no-repeat;
  background-position: -28px center,0 center;
  transition: all 0.4s;
}
.Ind_dl>dd>a:hover .Ind_img img{
  transform: scale(1.05);
}
.Ind_dl>dd>a:hover .Ind_hover::before{
  background-color: rgba(112,185,73,0.85);
}
.Ind_dl>dd>a:hover .Ind_hover .Ind_tit{
  color: #fff;
}
.Ind_dl>dd>a:hover .Ind_hover .Ind_more{
  background-position: 0 center,28px center;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
  min-height: 560px;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  line-height: 70px;
  position: relative;
}
.gsjj_p{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  font-size: 60px;
  color: rgba(255,255,255,0.2);
}
.gsjj_sp>span{
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.gsjj_txt{
  width: 50%;
  padding-right: 60px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  min-height: 120px;
  color: #fff;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.gsjj_more>a{
  width: 138px;
  display: block;
  height: 48px;
  line-height: 46px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 24px;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #fff;
  color: #6fb848;
}

.newsBox{
  width: 100%;
  overflow: hidden;
  padding: 80px 0 70px 0;
}
.news{
  width: 50%;
  float: left;
  padding-right: 15px;
}
.news_title{
  display: block;
  overflow: hidden;
  line-height: 46px;
}
.news_p{
  float: left;
  font-size: 28px;
  color: #3b3b3b;
}
.news_p>span{
  float: left;
  color: #6fb848;
}
.news_nav{
  float: right;
}
.news_nav>a{
  width: 116px;
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 18px;
  color: #484848;
}
.news_nav>a:hover,
.news_nav>a.news_active{
  background-color: #6fb848;
  color: #fff;
}
.news_nav>a:first-child{
  border-radius: 23px 0 0 23px;
}
.news_nav>a:last-child{
  border-radius: 0 23px 23px 0;
}
.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul li{
  display: block;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d2d7da;
}
.news_ul li .news_pp{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #242424;
  transition: all 0.4s;
}
.news_ul li .news_pp>span{
  float: left;
  font-size: 18px;
  color: #7caf22;
  margin-right: 5px;
}
.news_ul li .news_pp .news_right{
  float: right;
  font-size: 14px;
  color: #b7b7b7;
}
.news_ul li .news_pp .news_right>span{
  float: right;
  font-size: 24px;
}
.news_ul li .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin-top: 15px;
  font-size: 14px;
  color: #767676;
}
.news_ul li:hover .news_pp{
  color: #7caf22;
}

.dowm{
  width: calc(50% - 50px);
  float: right;
}
.dowm_more{
  float: right;
  padding: 3px 0;
  margin-right: 5px;
}
.dowm_more>a{
  width: 38px;
  float: left;
  height: 38px;
  background: url(../images/down_icon.png) no-repeat center center;
  background-size: 100% 100%;
}
.dowm_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.dowm_contect>img{
  width: 100%;
  display: block;
  height: auto;
}
.dowm_ul{
  display: block;
  overflow: hidden;
}
.dowm_ul li{
  display: block;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.dowm_ul li>a{
  float: right;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  background-color: #6fb848;
  font-size: 14px;
  color: #fff;
  margin: 12px 10px 0 0;
}
.dowm_ul li>a:hover{
  text-decoration: underline;
}
.dowm_ul li .down_jiantou{
  width: 64px;
  float: left;
  height: 58px;
  background-color: #e0e0e0;
  overflow: hidden;
  position: relative;
}
.dowm_ul li .down_txt{
  display: block;
  overflow: hidden;
  line-height: 58px;
  font-size: 16px;
  color: #4f4f4f;
  padding: 0 15px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.dowm_ul li .down_txt>span{
  float: right;
  font-size: 12px;
  color: #939393;
  margin-left: 10px;
}
/* END-首页 */

/* 底部 */
footer {
  background: #f0f0f0;
  padding-top: 45px;
}
.footer_left{
  width: 52.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_B{
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #434343;
  font-weight: bold;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.footer_ul li>a{
  color: #474747;
  opacity: 0.8;
}
.footer_ul li>a:hover{
  opacity: 1;
  color: #6fb848;
  text-decoration: underline;
}

.footer_right{
  width: 445px;
  float: right;
}
.footer_wx{
  width: 138px;
  float: left;
  margin-right: 45px;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #989898;
}
.footer_txt{
  display: block;
  overflow: hidden;
}
.footer_txt>p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 22px;
  padding: 7px 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #535353;
}
.footer_txt>p>img{
  float: left;
  margin-right: 15px;
}

.footer{
  width: 100%;
  float: left;
  margin-top: 60px;
  border-top: 1px solid #c0c0c0;
  padding: 25px 0 40px 0;
}
.footer_logo{
  width: 203px;
  float: left;
}
.footer_logo img{
  width: 100%;
  display: block;
  height: auto;
}
.copyright{
  float: left;
  line-height: 26px;
  padding: 8px 0 8px 42px;
  color: #5d5d5d;
  font-size: 13px;
}
.copyright a{
  color: #5d5d5d;
}
.copyright a:hover{
  color: #6fb848;
  text-decoration: underline;
}
.footer_more{
  float: right;
  font-size: 13px;
  color: #5d5d5d;
}
.footer_more>a{
  color: #5d5d5d;
}
.footer_more a:hover{
  color: #6fb848;
  text-decoration: underline;
}

/* END-底部 */

/* 关于我们 */
.N_banner .banner-imgbox .swiper-pagination {
  bottom: 45px;
}

.main{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
  background-color: #e6f2fe;
}
.main_left{
	width: 288px;
	float: left;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-bottom: 1px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  padding: 0 15px;
  background-color: #6fb848;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  height: 64px;
	line-height: 64px;
  font-size: 18px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
  background: url(../images/about_jiantou2.png) no-repeat left center;
  padding-left: 20px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #2da6e0;
	color: #fff;
}
.about_on .about_dl{
  display: block;
}
.about_dl{
	display: none;
	overflow: hidden;
  padding-bottom: 15px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
  background-color: #fff;
  padding: 0 15px;
}
.about_dl>dd>a>span{
  display: block;
  overflow: hidden;
  height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #494949;
  text-overflow:ellipsis;
  white-space: nowrap;
  background: url(../images/about_jiantou1.png) no-repeat left center;
  padding-left: 20px;
}
.about_dl>dd>a:hover{
	background-color: #6fb848;
}
.about_dl>dd>a:hover>span{
	color: #fff;
  background: url(../images/about_jiantou2.png) no-repeat left center;
}

.main_right{
	width: 880px;
	float: right;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(149,160,170,0.2);
  padding: 20px;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 38px;
	font-size: 24px;
	color: #2b2b2b;
  font-weight: bold;
	border-left: 5px solid #6fb848;
  padding-left: 20px;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 25px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #4f4f4f;
}
.company img{
  max-width: 100% !important;
  height: auto !important;
}
/* END-关于我们 */

/* 产品介绍 */
.cp{
  background-color: initial;
  box-shadow: initial;
  padding: 0;
}
.cp_ul{
  display: block;
  overflow: hidden;
}
.cp_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.cp_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border: 15px solid #d0dfee;
  background-color: #fff;
}
.cp_ul li>a .cp_img{
  width: 266px;
  float: left;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cp_R{
  width: calc(100% - 266px);
  float: left;
  border-left: 2px solid #d0dfee;
  padding: 25px 30px;
}
.cp_ul li>a .cp_R .cp_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #6fb848;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cp_ul li>a .cp_R .cp_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #616161;
  margin-top: 15px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.cp_ul li>a .cp_R .cp_more{
  width: 118px;
  height: 38px;
  margin-top: 25px;
  display: block;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #898989;
  transition: all 0.4s;
}
.cp_ul li>a:hover .cp_img img{
  transform: scale(1.05);
}
.cp_ul li>a:hover .cp_R .cp_more{
  background-color: #6fb848;
  color: #fff;
}

.cpxq{
	display: block;
	overflow: hidden;
  background-color: #f5f5f5;
  padding: 15px;
}
.cpxq_left{
  width: calc(50% - 10px);
  float: left;
  background-color: #fff;
}
.cpxq_left img{
  width: 100%;
  display: block;
  height: auto;
}
.cpxq_right{
  width: calc(50% - 10px);
  float: right;
  font-size: 15px;
  color: #717171;
  line-height: 26px;
}
.cpxq_right .cpxq_tit{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 18px;
  color: #6fb848;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cpxq_box{
	display: block;
	overflow: hidden;
  padding-top: 25px;
}
.cpxq_title{
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}
.cpxq_title>span{
  float: left;
  background-color: #6fb748;
  padding: 0 25px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.cpxq_txt img{
	max-width: 100% !important;
	height: auto !important;
}
/* END-产品介绍 */

/* 资料下载 */
.dowm_ul{
  display: block;
  overflow: hidden;
}
.dowm_ul li{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  padding: 4px;
  background-color: #f5f5f5;
  margin-bottom: 8px;
}
.dowm_ul li .dowm_left{
  width: calc(100% - 132px);
  float: left;
  background-color: #fff;  
  border: 1px solid #dcdcdc;
  padding: 11px 15px;
}
.dowm_ul li .dowm_left .dowm_icon{
  width: 40px;
  float: left;
  height: 48px;
  position: relative;
  margin-right: 15px;
}
.dowm_ul li .dowm_left .dowm_p{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #818181;
}
.dowm_ul li .dowm_left .dowm_p>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #2d2d2d;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.dowm_ul li .dowm_right{
  width: 132px;
  float: left;
}
.dowm_ul li .dowm_right>a{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 70px;
  border: 1px solid #dcdcdc;
  text-align: center;
  border-left: none;
  font-size: 16px;
  color: #fff;
  background-color: #2da6e0;
}
.dowm_ul li .dowm_right>a:hover{
  background-color: #6eb747;
}
/* END-资料下载 */

/* 公司新闻 */
.xw_ul{
	display: block;
	overflow: hidden;
}
.xw_ul li{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.xw_ul li a{
	width: 100%;
	float: left;
	display: flex;
  background-color: #f4f4f4;
  padding: 15px;
}
.xw_ul li a .xw_img{
	width: 200px;
	float: left;
	overflow: hidden;
	position: relative;
}
.xw_ul li a .xw_R{
	width: calc(100% - 200px);
	float: left;
	padding-left: 20px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 26px;
	font-size: 18px;
	color: #2b2b2b;
	text-overflow:ellipsis;
	white-space: nowrap;
  transition: all 0.4s;
}
.xw_ul li a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	color: #5c5c5c;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 10px 0;
  transition: all 0.4s;
}
.xw_ul li a .xw_R .xw_sp{
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #949494;
	font-size: 14px;
  transition: all 0.4s;
}
.xw_ul li a:hover{
  background-color: #6eb647;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.05);
}
.xw_ul li a:hover .xw_R .xw_p,
.xw_ul li a:hover .xw_R .xw_txt,
.xw_ul li a:hover .xw_R .xw_sp{
	color: #fff;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #949494;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #5c5c5c;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-公司新闻 */

/*联系我们*/
.contact{
  display: block;
  overflow: hidden;
}
.contact_left {
  width: 44%;
  float: left;
  overflow: hidden;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 28px;
}
.contact_left b{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #6fb748;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_left strong{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #6fb748;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_map {
  width: 54%;
  float: right;
  overflow: hidden;
  height: 360px;
  border: none;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.nav>li {
  margin-left: 35px;
}
/* END_头部 */

/* 首页 */
.pic_ul li>a {
  padding: 10px 15px;
}
.pic_ul li>a .pic_left .pic_icon {
  width: 64px;
}
.pic_ul li>a .pic_left .pic_txt {
  width: calc(100% - 64px);
}

.cpzs {
  padding: 0 0 50px 0;
}
.cpzs-prev,
.cpzs-next {
  left: 0;
}
.cpzs-next {
  left: initial;
  right: 0;
}
.cpjs_contect {
  padding: 50px 0 35px 0;
}

.Ind {
  padding: 50px 0;
}
.gsjj {
  padding: 50px 0;
}
.newsBox {
  padding: 50px 0;
}
/* END-首页 */

/* 底部 */
.footer_wx {
  margin-right: 30px;
}
.footer {
  margin-top: 50px;
  padding: 25px 0 30px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 50px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* 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: 9999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #6fb848;
  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);
}

/* 头部 */
.header {
  padding: 15px 0;
}
.header_R{
  width: 100%;
  padding: 0;
}
nav {
  position: fixed;
  /*background-color: rgba(0,0,0,0.8);*/
  width: 100%;
  height: 100%;
  right: -100%;
  transition: all 0.4s;
  z-index: 99;
	opacity: 0;
  display: flex;
  justify-content: flex-end;
  top: 0;
}
.nav-actived{
  right: 0;
	opacity: 1;
}
.nav{
  width: 60%;
  float: right;
  background-color: #fff;
  height: 100%;
}
.nav>li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.nav>li>a{
  display: flex;
  overflow: hidden;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.nav>li>a::after{display: none;}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #6fb848;
  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: 0 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.picbox{
  padding: 30px 0;
}
.picbox>.container {
  transform: translateY(0);
}
.pic_ul li {
  width: 50%;
}
.pic_ul li>a {
  padding: 15px;
}

.cpzs {
  padding: 0 0 30px 0;
}

.cpjs_title {
  padding: 30px 0 25px 0;
}
.cpjs_ul li {
  margin-bottom: 20px;
  padding: 15px;
}

.Ind {
  padding: 30px 0;
}
.Ind_dl>dt {
  padding: 10px 10px 10px 0;
}
.Ind_dl>dd {
  width: 50%;
}

.gsjj {
  padding: 30px 0;
  min-height: 450px;
}
.gsjj_contect {
  padding-top: 30px;
}

.newsBox {
  padding: 30px 0;
}
.news {
  width: 100%;
  padding-right: 0;
}
.news_ul li {
  padding-top: 15px;
  margin-top: 15px;
}
.dowm {
  width: 100%;
  margin-top: 20px;
}
.dowm_contect {
  padding-top: 15px;
}
/* END-首页 */

/* 底部 */
footer {
  padding-top: 30px;
}
.footer_left {
  width: 40%;
}
.footer_B{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.footer_p {
  margin-bottom: 10px;
}
.footer_ul li {
  height: 24px;
  line-height: 24px;
}
.footer_right {
  width: 58%;
  float: right;
}
.footer_wx {
  margin-right: 15px;
}
.footer {
  margin-top: 30px;
  padding: 20px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

/* 产品介绍 */
.cp_ul li>a .cp_img{
  width: 186px;
}
.cp_ul li>a .cp_R{
  width: calc(100% - 186px);
  padding: 20px;
}
.cp_ul li>a .cp_R .cp_more {
  margin-top: 15px;
}
/* END-产品介绍 */

/*联系我们*/
.contact_left {
  width: 100%;
}
.contact_map {
  width: 100%;
  margin-top: 20px;
}
/*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: 40%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.picbox {
  padding: 10px 0;
}
.pic_ul li>a {
  padding: 10px;
}
.pic_ul li>a .pic_left{
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.pic_ul li>a .pic_left .pic_icon {
  width: 50px;
}
.pic_ul li>a .pic_left .pic_icon img{
  height: 30px;
}
.pic_ul li>a .pic_left .pic_txt {
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 20px;
  margin-top: 10px;
}
.pic_ul li>a .pic_left .pic_txt>span {
  line-height: 22px;
  font-size: 18px;
}
.pic_ul li>a .pic_right {
  display: none;
}

.cpzs {
  padding: 10px 0;
}
.cpzs_p {
  line-height: 30px;
  font-size: 20px;
}
.cpzs_sp {
  line-height: 20px;
  font-size: 14px;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav li {
  width: 48%;
  margin: 0 1% 2% 1%;
}
.cpzs_nav li>a {
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs-imgbox .swiper-slide>a .cpzs_txt {
  height: 40px;
  line-height: 40px;
}
.cpzs-prev, .cpzs-next {
  width: 30px;
  height: 50px;
}

.cpjs_title {
  padding: 10px 0;
}
.cpjs_p {
  line-height: 30px;
  font-size: 20px;
}
.cpjs_sp {
  line-height: 20px;
  font-size: 14px;
}
.cpjs_contect {
  padding: 20px 0 10px 0;
}
.cpjs_contect::before {
  display: none;
}
.cpjs_ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
.cpjs_ul li .cpjs_p {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.cpjs_ul li .cpjs_dl {
  padding: 5px 0;
}
.cpjs_ul li .cpjs_dl>dd {
  width: calc(50% - 2px);
  margin: 2px 0;
}
.cpjs_ul li .cpjs_dl>dd>a {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
}
.cpjs_ul li .cpjs_more {
  padding: 2px 0;
}
.cpjs_ul li .cpjs_more>a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 20px;
}

.Ind {
  padding: 10px 0;
}
.Ind_dl>dt {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
.Ind_dl>dt .Ind_p {
  line-height: 30px;
  font-size: 20px;
}
.Ind_dl>dt .Ind_sp {
  line-height: 20px;
  font-size: 14px;
}
.Ind_dl>dt .Ind_sp::after {
  height: 2px;
  margin: 5px auto 0 auto;
}
.Ind_dl>dt .Ind_txt {
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
}
.Ind_dl>dd>a .Ind_hover {
  padding: 15px;
}
.Ind_dl>dd>a .Ind_hover .Ind_more {
  margin-top: 10px;
}

.gsjj {
  padding: 10px 0;
  min-height: 100%;
}
.gsjj_title {
  line-height: 40px;
}
.gsjj_p {
  font-size: 20px;
}
.gsjj_sp {
  font-size: 40px;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_txt {
  width: 100%;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  min-height: 100%;
}
.gsjj_more {
  padding-top: 10px;
}
.gsjj_more>a {
  width: 108px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
}

.newsBox {
  padding: 10px 0;
}
.news_title {
  line-height: 30px;
}
.news_p {
  font-size: 20px;
}
.news_nav>a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.news_ul li {
  padding-top: 10px;
  margin-top: 10px;
}
.news_ul li .news_txt {
  margin-top: 5px;
}

.dowm {
  margin-top: 10px;
}
.dowm_more>a {
  width: 24px;
  height: 24px;
}
.dowm_contect {
  padding-top: 10px;
}
.dowm_ul li .down_jiantou {
  width: 40px;
  height: 40px;
}
.dowm_ul li .down_txt {
  line-height: 40px;
  padding: 0 10px;
}
.dowm_ul li>a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 5px 5px 0 0;
}
/* END-首页 */

/* 底部 */
footer {
  padding-top: 0;
}
.footer {
  margin-top: 0;
  border: none;
  padding: 0;
}
.copyright {
  width: 100%;
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  background-color: #6fb848;
}
.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;
  margin-top:10px;
}
.about_ul>li>a>span{
  height: 40px;
	line-height: 40px;
  font-size: 16px;
}
.main_right{
	width: 100%;
  padding: 10px;
}
.dqwz_title {
  line-height: 22px;
  font-size: 18px;
  padding-left: 10px;
}
.dqwz_contect{
	padding: 0;
}
.company{
  font-size: 14px;
}
/* END-关于我们 */

/* 产品介绍 */
.cp{
  padding: 10px 0;
}
.cp_ul li>a {
  border: 5px solid #d0dfee;
}
.cp_ul li>a .cp_img{
  width: 140px;
}
.cp_ul li>a .cp_R{
  width: calc(100% - 140px);
  padding: 10px;
}
.cp_ul li>a .cp_R .cp_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
}
.cp_ul li>a .cp_R .cp_more {
  margin-top: 5px;
  width: 98px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
}
.cpxq {
  padding: 10px;
  margin-top: 10px;
}
.cpxq_left {
  width: 100%;
}
.cpxq_right {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.cpxq_box {
  padding-top: 10px;
}
.cpxq_title {
  margin-bottom: 10px;
}
.cpxq_title>span {
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
}
.cpxq_txt{
	line-height: 24px;
  font-size: 14px;
}
/* END-产品介绍 */

/* 资料下载 */
.dowm_ul{
  padding-top: 10px;
}
.dowm_ul li{
  margin-bottom: 5px;
}
.dowm_ul li .dowm_left{
  width: calc(100% - 110px);
  padding: 5px 10px;
}
.dowm_ul li .dowm_left .dowm_icon{
  width: 40px;
  height: 44px;
  margin-right: 10px;
}
.dowm_ul li .dowm_left .dowm_p{
  line-height: 20px;
  font-size: 12px;
}
.dowm_ul li .dowm_left .dowm_p>span{
  line-height: 24px;
  font-size: 16px;
}

.dowm_ul li .dowm_right{
  width: 110px;
}
.dowm_ul li .dowm_right>a{
  height: 56px;
  line-height: 56px;
}
/* END-资料下载 */

/* 公司新闻 */
.xw_ul li{
	margin-bottom: 10px;
}
.xw_ul li a{
  padding: 10px;
}
.xw_ul li a .xw_img{
	width: 140px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li a .xw_R .xw_p {
  line-height: 24px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt{
	height: 60px;
	-webkit-line-clamp: 3;
	margin: 3px 0;
}
.xwxq_p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.xwxq_txt{
	line-height: 24px;
}
/* END-公司新闻 */


/*联系我们*/
.contact_left>span{
  margin-bottom: 5px;
}
.contact_map {
  margin-top: 10px;
  height: 300px;
}
/*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: #2da6e0;
  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: #55a32f;
  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: 9;
  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 */

.fenye{float: left; margin: auto; width: 100%; height: 36px; text-align: center; line-height: 36px; font-size: 14px; margin-bottom: 5px; color: #333; margin-top: 5px;}
.fenye a{color: #333}
.fenye a:hover{color: #f00}