/* 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%;
  padding: 28px 0;
}
.logo > a{
  width: 300px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 10px;
}
.header_dianhua {
  line-height: 18px;
  color: #131313;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 52px;
  margin-left: 25px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  color: #1151a7;
  font-weight: bold;
}
.header_dianhua>span>em{
  color: #e9e9e9;
  font-weight: normal;
  padding: 0 15px;
}

.search_form{
  width: 232px;
  float: left;
  border: 1px solid #8f8f8f;
  border-radius: 3px;
  overflow: hidden;
}
.search_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat left center;
  outline: none;
  cursor: pointer;
}

/* 导航 */
nav {
  background: #333;
  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: 16.6666%;
  line-height: 50px;
}
.layui-nav .layui-nav-item > a{
  padding: 0;
  text-align: center;
  font-size: 16px;
  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: #57c105;
}
.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(51,51,51,0.8);
  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: #57c105;
  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: #57c105;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #57c105;
}
/*箭头*/
.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 */

/* 首页 */
.fwxm{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.fwxm_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fwxm_p{
  line-height: 30px;
  font-size: 24px;
  color: #b0b0b0;
  text-transform: uppercase;
}
.fwxm_sp{
  display: flex;
  justify-content: center;
}
.fwxm_sp>span{
  float: left;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  font-size: 30px;
  color: #000;
}
.fwxm_sp>span::before{
  content: "";
  width: 66px;
  float: left;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fwxm_sp>span::after{
  content: "";
  width: 66px;
  float: left;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fwxm_ul{
  display: block;
  overflow: hidden;
  width: 1230px;
}
.fwxm_ul li{
  width: 380px;
  float: left;
  margin: 30px 30px 0 0;
}
.fwxm_ul li .fwxm_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  position: relative;
}
.fwxm_ul li .fwxm_img::before{
  content: "";
  display: block;
  padding-top: 66.226913%;
}
.fwxm_ul li .fwxm_img::after{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.fwxm_ul li .fwxm_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 16px;
  color: #454545;
}
.fwxm_ul li:hover .fwxm_img{
  border-color: #57c105;
}
.fwxm_ul li:hover .fwxm_img img{
  transform: scale(1.1);
}
.fwxm_ul li:hover .fwxm_txt{
  background-color: #57c105;
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.gsjj_left{
  width: 50%;
  float: left;
  position: relative;
}
.gsjj_right{
  width: 50%;
  float: left;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0;
}
.gsjj_box{
  width: 100%;
  float: right;
  max-width: 600px;
  padding-right: 35px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.gsjj_p::after{
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background-color: #fff;
  margin-top: 30px;
}

.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  height: 210px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_txt a{ color:#fff;}

.gsjj_dianhua{
  display: block;
  max-width: calc(100% - 60px);
  margin-top: 25px;
  padding: 14px;
  background-color: #fff;
  position: relative;
}
.gsjj_dianhua::before{
  content: "";
  width: 61px;
  float: left;
  height: 100%;
  background: url(../images/gsjj_dianhua_bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
}
.gsjj_dianhua::after{
  content: "";
  display: block;
  clear: both;
}
.gsjj_dianhua_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.gsjj_dianhua_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 22px;
  font-size: 16px;
  color: #5c5c5c;
}
.gsjj_dianhua_sp>div{
  float: left;
  margin-right: 45px;
}
.gsjj_dianhua_sp>div>span{
  color: #57c105;
  font-weight: bold;
}

.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.cpzx_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.cpzx_nav li{
  width: 130px;
  float: left;
  margin: 6px 10px 0 10px;
}
.cpzx_nav li a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
}
.cpzx_nav li:hover a,
.cpzx_nav li.cpzx_active a{
  background-color: #57c105;
  color: #fff;
}
.cpzx_contect{
  display: block;
  overflow: hidden;
}
.cpzx_contect>div{
  display: none;
}
.cpzx_contect>div:first-child{
  display: block;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 1228px;
}
.cpzx_ul li{
  width: 279px;
  float: left;
  margin: 30px 28px 0 0;
}
.cpzx_ul li .cpzx_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  position: relative;
}
.cpzx_ul li .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 97.7778%;
}
.cpzx_ul li .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
}
.cpzx_ul li:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li:hover .cpzx_txt{
  background-color: #57c105;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.news_ul li{
  width: 374px;
  float: left;
  margin-bottom: 20px;
}
.news_ul li a{
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 18px;
  border-bottom: 5px solid #fff;
}
.news_ul li a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li a .news_img::before{
  content: "";
  display: block;
  padding-top: 56.21302%;
}
.news_ul li a .news_R{
  width: 100%;
  float: left;
}
.news_ul li a .news_R .news_icon{
  width: 74px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  margin: -37px auto 0 auto;
}
.news_ul li a .news_R .news_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.news_ul li a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li a .news_R .news_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul li a .news_R .news_more{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
}
.news_ul li a:hover{
  border-bottom-color: #57c105;
}
.news_ul li a:hover .news_R .news_p,
.news_ul li a:hover .news_R .news_more{
  color: #57c105;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.case-imgbox{
  margin-top: 20px;
}
.case-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  border: 1px solid #f2f2f2;
}
.case-imgbox .swiper-slide>a .coop_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.case-imgbox .swiper-slide>a .coop_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.case-imgbox .swiper-slide>a .coop_txt{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.case-imgbox .swiper-slide>a:hover .coop_img img{
  transform: scale(1.1);
}
.case-imgbox .swiper-slide>a:hover .coop_txt{
  color: #57c105;
}
/* END-首页 */

/* 底部 */
.link{
  width: 100%;
  overflow: hidden;
  background-color: #57c105;
}
.link>.container{
  display: flex;
  flex-wrap: wrap;
}
.link_title{
  width: 172px;
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #6dd31f;
  position: relative;
  display: flex;
  align-items: center;
}
.link_title>span{
  float: left;
  font-family: Impact;
  font-size: 36px;
  text-transform: uppercase;
  padding-right: 10px;
}
.link_title::before{
  content: "";
  width: 2000px;
  float: left;
  height: 100%;
  background-color: #6dd31f;
  position: absolute;
  right: 100%;
  top: 0;
}
.link_txt{
  width: calc(100% - 172px);
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 13px 5px;
}
.link_txt a{
  color: #fff;
  margin: 0 15px;
}
.link_txt a:hover{
  color: #fff;
  text-decoration: underline;
}

footer {
  background: #282828;
}
.footer{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #3c3c3c;
  padding: 35px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
}
.footer_logo{
  width: 28%;
  float: left;
  border-right: 1px solid #5e5e5e;
  display: flex;
  align-items: center;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_nav{
  width: 29.5%;
  float: left;
  border-right: 1px solid #5e5e5e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 30px;
}
.footer_nav a{
  float: left;
  margin: 15px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}
.footer_nav a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_R{
  width: 42.5%;
  float: left;
}
.footer_wxB{
  width: 110px;
  float: right;
}
.footer_wxB>span{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}
.footer_wxB>span::after{
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  background-color: #fff;
  margin-top: 10px;
}
.footer_wxB img{
  width: 100%;
  display: block;
  height: auto;
  margin-top: 22px;
}
.footer_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 35px;
}
.footer_txt>p{
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.footer_txt>p>img{
  margin-right: 8px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 走进绿天 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.main_left{
  width: 272px;
  float: left;
}
.about{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.about_title{
  display: block;
  overflow: hidden;
  background-color: #333;
  border-radius: 5px 5px 0 0;
  background-image: url(../images/about_title_left.png),url(../images/about_title_right.png);
  background-position: left top,right bottom;
  background-repeat: no-repeat;
  padding: 10px 0;
  text-align: center;
}
.about_p{
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}
.about_sp{
  line-height: 22px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
}
.about_ul{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background-color: #eaeaea;
  text-align: center;
  color: #333;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #57c105;
  color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.main_right{
  width: 892px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  padding-left: 13px;
  margin-top: 10px;
  position: relative;
}
.dqwz_title::before{
  content: "";
  width: 5px;
  float: left;
  height: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.dqwz_title::after{
  content: "";
  width: 5px;
  float: left;
  height: 50%;
  background-color: #57c105;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dqwz_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #909090;
  text-transform: uppercase;
}
.dqwz_p>span{
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
/* END-走进绿天 */

/* 服务项目/工程案例/产品中心 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 918px;
}
.cp_ul li{
  width: 280px;
  float: left;
  margin: 0 26px 30px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 90.7778%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #57c105;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.cpxq_txt img{ max-width:100% !important; height:auto !important;}
.cpxq_img{ width:100%; text-align:center;}
.cpxq_img img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-服务项目/工程案例/产品中心 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #ccc;
}
.xw_ul li a .xw_img{
  width: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li a .xw_R{
  width: calc(100% - 250px);
  float: left;
  padding: 20px;
}
.xw_ul li a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.xw_ul li a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.xw_ul li a:hover{
  border-color: #57c105;
}
.xw_ul li a:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul li a:hover .xw_R .xw_p{
  color: #57c105;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #666;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.xwxq_txt img{
  max-width: 100% !important;
  height: auto !important;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 首页 */
.fwxm {
  padding: 40px 0;
}
.fwxm_ul {
  width: 102%;
  margin-left: -1%;
}
.fwxm_ul li {
  width: 31.3333%;
  margin: 30px 1% 0 1%;
}

.gsjj_right {
  padding: 40px 0;
}
.gsjj_box {
  padding: 0 20px;
}

.cpzx {
  padding: 40px 0;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 23%;
  margin: 30px 1% 0 1%;
}

.news {
  padding: 40px 0;
}
.news_ul li {
  width: 32%;
}

.case {
  padding: 40px 0;
}
/* END-首页 */

/* 底部 */
.link_txt{
  padding: 8px 5px;
}
.link_txt a{
  margin: 0 10px;
}

.footer {
  padding: 30px 0;
}
.footer_logo {
  padding-right: 20px;
}
.footer_nav {
  width: 25%;
  padding: 0 20px;
}
.footer_R{
  width: 47%;
}
.footer_txt {
  padding-left: 20px;
}
/* END-底部 */

/* 走进绿天 */
.main{
  padding: 40px 0;
}
.main_left{
  width: 24%;
}
.about{
  margin-bottom: 40px;
}
.main_right{
  width: 74%;
}
/* END-走进绿天 */

/* 服务项目/工程案例/产品中心 */
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
/* 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: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background: #57c105;
  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: 20px 0;
  position: fixed;
  background-color: #fff;
  top:0;
  z-index: 9999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(51,51,51,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
}
.nav-actived{
  left: 0;
}
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-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #57c105;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #57c105;
}
.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-头部 */

/* 首页 */
.fwxm {
  padding: 20px 0;
}
.fwxm_ul li {
  margin: 20px 1% 0 1%;
}

.gsjj_right {
  padding: 20px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.gsjj_p::after {
  margin-top: 10px;
}
.gsjj_txt {
  line-height: 24px;
  height: 168px;
  -webkit-line-clamp: 7;
}
.gsjj_dianhua {
  margin-top: 15px;
  padding: 8px;
}
.gsjj_dianhua_sp>div {
  width: 100%;
  margin-right: 0;
}

.cpzx {
  padding: 20px 0;
}
.cpzx_ul li {
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

.news {
  padding: 20px 0;
}
.news_ul {
  padding-top: 20px;
}
.news_ul li a {
  padding: 10px;
}
.news_ul li a .news_R .news_p {
  margin-top: 10px;
}
.news_ul li a .news_R .news_txt {
  margin-top: 10px;
  line-height: 24px;
  height: 72px;
}
.news_ul li a .news_R .news_more {
  margin-top: 10px;
  line-height: 20px;
}

.case {
  padding: 20px 0;
}
/* END-首页 */

/* 底部 */
.link_title{
  width: 130px;
  line-height: 40px;
  font-size: 16px;
}
.link_title>span{
  font-size: 20px;
}
.link_txt {
  padding: 5px;
}
.link_txt a {
  margin: 0 5px;
}

.footer {
  padding: 15px 0;
}
.footer_nav {
  padding: 0 10px;
}
.footer_nav a {
  margin: 5px;
}
/* END-底部 */

/* 走进绿天 */
.main{
  padding: 30px 0;
}
.main_left{
  width: 29%;
}
.about{
  margin-bottom: 20px;
}
.main_right{
  width: 69%;
}
/* END-走进绿天 */

/* 服务项目/工程案例/产品中心 */
.cp_ul li {
  margin: 0 1% 20px 1%;
}
/* END-服务项目/工程案例/产品中心 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.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: 60%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END-头部 */

/* 首页 */
.fwxm {
  padding: 10px 0;
}
.fwxm_p {
  line-height: 20px;
  font-size: 16px;
}
.fwxm_sp>span{
  padding: 0 10px;
  line-height: 30px;
  font-size: 20px;
}
.fwxm_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.fwxm_ul li .fwxm_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.gsjj_left {
  width: 100%;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0;
}
.gsjj_box {
  padding: 0 10px;
}
.gsjj_p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.gsjj_p::after {
  margin-top: 5px;
}
.gsjj_txt {
  line-height: 20px;
  height: auto;
  -webkit-line-clamp: initial;
}
.gsjj_dianhua {
  margin-top: 10px;
  padding: 5px;
}
.gsjj_dianhua_sp {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
}

.cpzx {
  padding: 10px 0;
}
.cpzx_nav {
  padding-top: 10px;
}
.cpzx_nav li {
  width: 32.3333%;
  margin: 2px 0.5%;
}
.cpzx_nav li a {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cpzx_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.cpzx_ul li .cpzx_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;;
}

.news {
  padding: 10px 0;
}
.news_ul {
  padding-top: 10px;
}
.news_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.news_ul li a {
  padding: 5px;
  display: flex;
}
.news_ul li a .news_img {
  width: 120px;
  display: flex;
  float: left;
}
.news_ul li a .news_R {
  width: calc(100% - 120px);
  padding-left: 10px;
}
.news_ul li a .news_R .news_p {
  margin-top: 0;
}
.news_ul li a .news_R .news_txt {
  margin-top: 5px;
  line-height: 20px;
  height: 60px;
}
.news_ul li a .news_R .news_more {
  margin-top: 5px;
  line-height: 18px;
}

.case {
  padding: 10px 0;
}
.case-imgbox {
  margin-top: 10px;
}
.case-imgbox .swiper-slide>a .coop_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
.link>.container {
  display: block;
}
.link_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  line-height: 40px;
  font-size: 16px;
  justify-content: center;
}
.link_title::before {
  display: none;
}
.link_txt {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
}
.footer {
  padding: 10px 0;
}
.footer_nav {
  width: 100%;
  padding: 0;
  border: none;
}
.footer_nav a {
  margin: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.copyright {
  line-height: 20px;
  padding: 10px 0;
}
/* END-底部 */

/* 走进绿天 */
.main{
  padding: 0;
}
.main_left{
  width: 100%; margin-top:12px;
}
.about{
  margin-bottom: 0;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 0;
  background-image: none;
  text-align: left;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\e7ee";
  font-family:icon-layui!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-top: 0;
}
.about_ul>li {
  margin: 2px 0 0 0;
}
.about_ul>li>a{
  height: 38px;
  line-height: 38px;
}
.main_right{
  width: 100%;
}
.dqwz_contect {
  padding: 10px 0;
}
.company{
  line-height: 24px;
}
/* END-走进绿天 */

/* 服务项目/工程案例/产品中心 */
.cp_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.cpxq_p{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
  line-height: 24px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-服务项目/工程案例/产品中心 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a .xw_img{
  width: 140px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 140px);
  padding: 5px 10px;
}
.xw_ul li a .xw_R .xw_p{
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt{
  height: 60px;
  line-height: 20px;
  margin-top: 2px;
}
.xw_ul li a .xw_R .xw_sp{
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
}
.xwxq_p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.xwxq_sp{
  line-height: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.xwxq_txt{
  line-height: 24px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt{
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
	height: calc(57px +  constant(safe-area-inset-bottom));
	height: calc(57px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
	height: calc(55px +  constant(safe-area-inset-bottom));
	height: calc(55px +  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: #333;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #57c105;
  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 */

.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}