@charset "utf-8";
a.more {
  font-size: 16px;
  color: #313131;
  font-family: "helve";
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}
a.more:hover {
  letter-spacing: 2px;
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.htitle {
  text-align: center;
  margin-bottom: 50px;
}
.htitle span {
  display: block;
}
.htitle .span1 {
  font-size: 30px;
  color: #333333;
  font-family: "helve";
}
.htitle .span1:after {
  content: "";
  width: 100px;
  height: 0;
  border: 1px solid #ff6600;
  display: block;
  margin: 15px auto 20px;
}
.htitle .span2 {
  font-size: 18px;
  color: #858585;
}
@media (max-width: 767px) {
  .htitle {
    margin-bottom: 30px;
  }
  .htitle .span1 {
    font-size: 18px;
  }
  .htitle .span1:after {
    width: 80px;
    border: 1px solid #ff6600;
    margin: 10px auto 10px;
  }
  .htitle .span2 {
    font-size: 14px;
  }
  a.more {
    font-size: 14px;
  }
}
/*关于我们*/
.about {
  padding: 5% 0;
}
.about .con-left {
  width: 50%;
}
.about .con-right {
  width: 50%;
}
.about .con-right .about-text {
  color: #848484;
  line-height: 3;
  text-align: justify;
}
.about .con-right .about-text span {
  font-size: 22px;
  color: #fff;
  position: relative;
  width: 160px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
  z-index: 2;
  text-align: center;
  padding-right: 15px;
}
.about .con-right .about-text span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-top: 40px solid #0c6315;
  border-right: 33px solid transparent;
  z-index: -1;
}
.about .con {
  background: url("../images/about_bg.jpg") no-repeat center;
  padding: 40px 0;
}
.about .con2 {
  margin-top: 50px;
}
.about .con2 > p {
  font-size: 18px;
  color: #333;
}
.about .con2 > p:after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 10px 0 15px auto;
  text-align: center;
}
.about .con2 .fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.about .con2 .fig p {
  margin-top: 20px;
  font-size: 15px;
}
.about .con2 .fig .fig-info figcaption {
  border-radius: 100%;
  overflow: hidden;
  /*   box-shadow: 1px 2px 11px 4px #ccc;*/
}
.about .con2 .fig .fig-info:hover figcaption {
  -webkit-box-shadow: 1px 2px 11px 4px #ccc;
  box-shadow: 1px 2px 11px 4px #ccc;
}
@media (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
  .about .con {
    padding: 15px 0;
    background-color: #f4f4f4;
    margin: 0 15px;
  }
  .about .con-left {
    margin-bottom: 15px;
    width: 100%;
  }
  .about .con-right {
    width: 100%;
  }
  .about .con-right .about-text span {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .about .con-right .about-text {
    font-size: 12px;
    line-height: 2.5;
  }
  .about .con-right .about-text span:after {
    border-top: 30px solid #0c6315;
  }
  .about .con2 {
   display: none;
  }
  .about .con2 > p {
    font-size: 16px;
  }
  .about .con2 > p:after {
    width: 50%;
  }
}
/*业务*/
.service {
  position: relative;
}
.service * {
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}
.service .service-text {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 40px;
}
.service .service-text a {
  display: block;
  background-color: #ff6600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
}
.service .con-o {
  width: 50%;
}
.service .con-o figure {
  overflow: hidden;
  position: relative;
}
.service .con-o figure figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  /* box-shadow: 0 0 0 30px rgba(255,255,255,.2);*/
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity .35s,transform .35s;
  transition: opacity .35s,transform .35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  opacity: 0;
  -webkit-transform: scale3d(1.4, 1.4, 1.4);
  transform: scale3d(1.4, 1.4, 1.4);
}
.service .con-o figure .service-con {
  width: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service .con-o figure .service-con a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.service .con-o figure .service-con a .span1 {
  font-size: 24px;
  letter-spacing: 5px;
}
.service .con-o figure .service-con a .span2 {
  font-size: 18px;
  font-family: "helve";
}
.service .con-o figure .service-con a span {
  display: block;
  text-align: center;
}
.service .con-o figure:hover figcaption:before {
  opacity: 1;
  /*  box-shadow: 0 0 0 30px rgba(255,255,255,.2);*/
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.service .con-o figure:hover .service-con a .span1 {
  letter-spacing: 8px;
}
.service .con-o figure:hover .service-con a .span2 {
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .service .con-o {
    width: 100%;
  }
  .service .service-text a {
    border-radius: 0;
    font-size: 12px;
    line-height: 25px;
  }
  .service .service-text {
   width: 150px;
    height: 25px;
  }
  .service .con-o figure .service-con {
    width: 85%;
  }
  .service .con-o figure .service-con a .span1 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .service .con-o figure .service-con a .span2 {
    font-size: 13px;
  }
  .service .con-o figure figcaption:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    /* box-shadow: 0 0 0 30px rgba(255,255,255,.2); */
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*绿湖农庄沼气发电项目*/
.project {
  background: url("../images/project.jpg") repeat;
  padding: 5% 0;
}
.project .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project .content figure {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.project .content figure figcaption {
  background-color: #000;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.project .content figure figcaption img {
  opacity: .7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.project .content figure .con-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project .content figure .con-info span {
  display: block;
  text-align: center;
  line-height: 2.5;
  font-size: 18px;
  color: #fff;
}
.project .content figure:first-child {
  border-top-left-radius: 100px;
}
.project .content figure:hover figcaption {
  background-color: #af4b08;
}
.project .content figure:hover figcaption img {
  opacity: .4;
}
@media (max-width: 767px) {
  .project {
    padding: 45px 0 30px;
  }
  .project .content figure {
    margin-bottom: 15px;
    width: calc(25% - 11.25px);
  }
  .project .content figure .con-info {
    width: 100%;
  }
  .project .content figure .con-info span {
    font-size: 13px;
    line-height: 1.5;
  }
  .project .content figure .con-info span img {
    width: 30px;
    margin-bottom: 15px;
  }
  .project .content figure:first-child {
    border-top-left-radius: 0;
  }
}
/*新闻资讯*/
.news {
  padding: 5% 0;
}
.news .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.news figure {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px;
}
.news figure figcaption {
  width: 190px;
  overflow: hidden;
}
.news figure:hover {
  -webkit-box-shadow: 0 0 10px 1px #e2e2e2;
  box-shadow: 0 0 10px 1px #e2e2e2;
}
.news .title a {
  font-size: 16px;
  color: #313131;
}
.news .news-info {
  width: calc(100% - 215px);
}
.news .text {
  font-size: 13px;
  color: #bababa;
  text-indent: 2em;
  line-height: 1.6;
  height: 40px;
  overflow: hidden;
}
.news .date {
  font-size: 13px;
  color: #bababa;
  margin: 15px 0;
}
.news .date span {
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #ff6600;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .news {
    padding: 30px 0;
  }
  .news .content {
    margin-bottom: 0;
  }
  .news figure {
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-info,
  .news figure figcaption {
    width: 100%!important;
  }
  .news .text {
    display: none;
  }
  .news .title a {
    font-size: 14px;
    color: #313131;
    height: 40px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
  }
  .news figure:nth-child(3),
  .news figure:nth-child(4) {
    display: none;
  }
}
