@charset "utf-8";

.htitle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .htitle img {
    height: 50px;
  }
}
/*banner*/
#owl-banner .owl-controls {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#owl-banner .owl-controls .owl-page span {
  width: 4em;
  height: 4px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 0;
  background: #fff;
}
#owl-banner .owl-controls .owl-page.active span {
  background: #009944;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*工程案例*/
.case {
  padding: 3% 0 6%;
}
.case .nav-tabs {
  border: 0;
}
.case .nav-tabs > li > a {
  font-size: 24px;
  color: #131313;
  border-radius: 0;
  border-color: #e5e5e5;
  margin: 0;
}
.case .nav-tabs > li.active > a,
.case .nav-tabs > li.active > a:focus,
.case .nav-tabs > li.active > a:hover {
  background-color: #008334;
  color: #fff;
}
.case .tab-content {
  margin-top: 30px;
  position: relative;
  height: 370px;
}
.case .owl-case .items {
  margin-right: 18px;
}
.case .owl-case .items figure {
  overflow: hidden;
  position: relative;
}
.case .owl-case .items .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.case .owl-case .items .info p {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
}
.case .owl-case .items .info p.pmore a {
  font-size: 12px;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 30px;
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .owl-case .items .info p.pmore a:hover {
  background-color: #009944;
  color: #fff;
}
.case .owl-case .items:hover figure .info {
  bottom: 0;
}
.case .owl-case .owl-controls {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.case .owl-case .owl-controls .owl-buttons div {
  background: transparent;
}
@media (max-width: 767px) {
  .case {
    padding: 35px 0;
    overflow: hidden;
  }
  .case .nav-tabs > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .case .owl-case .owl-controls {
    top: -69px;
    right: 15px;
  }
  .case .tab-content {
    margin-right: -18px;
    height: auto;
  }
  .case .owl-case .owl-controls .owl-buttons div {
    padding: 0;
    margin-right: 0;
    margin-left: 15px;
  }
  .case .owl-case .items .info p {
    font-size: 15px;
  }
}
/*关于我们*/
.about {
  padding: 4% 0 ;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .about-info {
  width: 50%;
  padding: 0 4% 3%;
  color: #fff;
}
.about .about-info h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.about .about-info p {
  font-size: 15px;
  line-height: 2.3;
  opacity: .9;
}
.about .about-info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.about .about-info .link .link-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .about-info .link .link-l a {
  margin-right: 25px;
  font-size: 12px;
  color: #fff;
  display: block;
  height: 60px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about .about-info .link .more a {
  font-size: 12px;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 30px;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.about .about-info .link .more a:hover {
  -webkit-box-shadow: 1px 4px 11px 0 #2a4c38;
  box-shadow: 1px 4px 11px 0 #2a4c38;
}
@media (max-width: 767px) {
  .about {
    padding: 35px 0;
    background: #008335;
  }
  .about .about-info {
    width: 100%;
    padding: 0 15px;
    text-align: justify;
  }
  .about .about-info p {
    font-size: 12px;
    line-height: 2;
    opacity: .9;
  }
  .about .about-info h3 {
    font-size: 25px;
    text-align: center;
  }
  .about .about-info .link {
    margin-top: 35px;
  }
  .about .about-info .link .link-l a {
    margin-right: 15px;
  }
}
/*新闻资讯*/
.news {
  padding: 3% 0 11%;
}
.news .owl-news {
  padding-top: 3%;
}
.news .owl-news .items figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news .owl-news .items figcaption {
  width: 36%;
  overflow: hidden;
}
.news .owl-news .items .info {
  width: 50%;
  padding-left: 3%;
}
.news .owl-news .items .info p a {
  color: #131313;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.news .owl-news .items .info p span {
  font-size: 15px;
  color: #131313;
  opacity: 0.85;
  line-height: 1.7;
}
.news .owl-news .owl-controls .owl-page span {
  background: #009944;
}
.news .owl-controls {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .news {
    padding: 35px 0;
  }
  .news .owl-news .items figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news .owl-news .items figcaption {
    width: 255px;
    overflow: hidden;
    text-align: center;
    margin: auto;
  }
  .news .owl-news .items .info {
    width: 255px;
    margin: 15px auto 0;
    padding-left: 0;
  }
  .news .owl-news .items .info p a {
    font-size: 14px;
  }
  .news .owl-news .items .info p span {
    font-size: 12px;
  }
}
/*information*/
.information {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  background-color: #008334;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding:30px 0 20px 0;
}
.information .p1 {
  margin: 15px auto 0;
}
.information .p2 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
}
.information .info-con {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information .info-con > div {
  padding:  2%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background: url("../images/line.png") repeat-y right top;
}
.information .info-con > div:last-child {
  background: transparent;
}
@media  (min-width: 768px) and (max-width: 1199px){
  .information{
    display: none;
  }
}
@media  (min-width: 1200px){
  .news {
    padding: 3% 0 15%;
  }
  .information{
    margin-top: -7%;
  }
  footer {
    padding-top: 4%;
  }
}
@media  (min-width: 1400px){
  .information {
    margin-top: -5%;
  }
  .news {
    padding: 3% 0 11%;
  }
}
@media  (min-width: 1530px){

}

@media  (min-width: 1700px){

}