@charset "utf-8";
#owl-banner .owl-controls {
  margin-top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1%;
  text-align: center;
}
#owl-banner .owl-controls .owl-page span {
  display: block;
  width: 70px;
  height: 5px;
  margin: 5px 7px;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
#owl-banner .owl-controls .owl-page.active span,
#owl-banner .owl-controls .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #404040;
}
@media (max-width: 767px) {
  #owl-banner .owl-controls .owl-page span {
    width: 26px;
  }
}
/*about*/
.about {
  padding: 5% 0;
}
.about .about-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-t > div {
  width: 50%;
}
.about .about-title {
  font-size: 36px;
  color: #262625;
}
.about .about-title a {
  display: inline-block;
}
.about .about-title a img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.about .about-title a img:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
}
.about .about-title:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #262625;
  margin: 10px 0 ;
  display: block;
}
.about .about-text {
  color: #a9a9a9;
  line-height: 2.2;
  padding: 6% 0;
  padding-right: 8%;
}
.about .zs {
  padding-bottom: 10%;
}
.about .about-b {
  padding: 2%;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-b > div {
  width: 23%;
}
.about .about-date {
  position: relative;
  text-align: center;
}
.about .about-date:before {
  content: "";
  border: 0.5px dashed #8e8e8e;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 80px;
  top: 15px;
}
.about .about-date p {
  font-size: 12px;
  color: #bbbbbb;
}
.about .about-date .counter {
  margin-bottom: 10px;
  line-height: 1;
  font-family: Impact;
  font-size: 68px;
  color: #8e8e8e;
  position: relative;
  display: inline-block;
}
.about .about-date .counter:after {
  content: attr(date-about);
  font-size: 40px;
  position: absolute;
  right: -26px;
  top: 0;
  color: #8e8e8e;
  font-weight: bold;
}
.about .ad-4:before {
  opacity: 0;
}
.about .ad-4 .counter:after {
  right: -70px;
}
@media (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
  .about .zs {
    padding-bottom: 20px;
  }
  .about .about-title {
    font-size: 20px;
    text-align: center;
  }
  .about .about-t > div {
    width: 100%;
  }
  .about .about-b {
    margin-top: 15px;
    padding: 0;
    background: #eaeaea;
  }
  .about .about-b > div {
    width: 50%;
    padding: 15px 0;
    border: 3px solid #fff;
  }
  .about .about-text {
    padding: 20px 0;
    margin-bottom: 20px;
    height: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .about .about-title:after {
    width: 110px;
    margin: 10px auto;
  }
  .about .about-date .counter {
    font-size: 30px;
  }
  .about .about-date .counter:after {
    font-size: 18px;
    right: -15px;
  }
  .about .ad-4 .counter:after {
    right: -32px;
  }
  .about .about-date:before {
    display: none;
  }
}
/*pic*/
.pics .pictitle {
  padding-bottom: 1%;
}
#owl-pic .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 152px;
}
#owl-pic .owl-controls .owl-buttons {
  position: relative;
}
#owl-pic .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  position: absolute;
  background: transparent;
}
#owl-pic .owl-controls .owl-buttons .owl-prev {
  left: 5%;
}
#owl-pic .owl-controls .owl-buttons .owl-next {
  right: 5%;
  display: none;
}
.htitle {
  margin: auto;
  padding-bottom: 3%;
}
@media (max-width: 767px) {
  .htitle {
    padding-bottom: 20px;
  }
  .htitle img {
    width: 160px;
  }
  #owl-pic .owl-controls {
    height: 89px;
  }
  #owl-pic .owl-controls .owl-buttons div img {
    width: 20px;
  }
}
/*product*/
.product {
  padding: 5% 0;
}
.product .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}
.product .grid * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .grid .effect-goliath {
  width: 21%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.product .grid .effect-goliath .pro-img {
  display: block;
  overflow: hidden;
  padding: 15px;
}
.product .grid .effect-goliath .pro-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
  margin: auto;
}
.product .grid .effect-goliath figcaption {
  padding: 15px;
  border-top: 1px solid #333;
}
.product .grid .effect-goliath p {
  text-align: center;
}
.product .grid .effect-goliath p a.pro-text {
  font-size: 16px;
  color: #323232;
  display: block;
}
.product .grid .effect-goliath p a.more {
  margin-top: 15px;
  color: #c4c4c4;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 2px 38px;
  text-align: center;
  display: inline-block;
  line-height: 1.7;
}
.product .grid .effect-goliath .p2 {
  color: #c4c4c4;
}
.product .promore {
  position: relative;
  z-index: 1;
}
.product .promore img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.product .promore img:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
}
.product .promore a {
  font-size: 12px;
  color: #c4c4c4;
}
.product .promore a span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.product .promore:before {
  content: "";
  background: #e4e4e4 ;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
}
.product .grid .effect-goliath:hover .pro-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product .grid .effect-goliath:hover figcaption {
  background-color: #002f7b;
}
.product .grid .effect-goliath:hover p a.pro-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .product {
    padding: 75px 0;
  }
  .product .grid {
    border: 0;
    padding: 0;
  }
  .product .grid .effect-goliath {
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
  .product .grid .effect-goliath figcaption {
    padding: 15px 0;
  }
  .product .grid .effect-goliath p a.pro-text {
    font-size: 14px;
  }
  .product .grid .effect-goliath .p2 {
    font-size: 12px;
  }
  .product .promore img{
    width: 35px;
  }
  .product .promore:before{
    top: 19px;
  }
}
/*新闻*/
.news {
  padding: 5% 0;
}
.news .news-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .news-con figure {
  overflow: hidden;
  width: 29%;
}
.news .news-con figure * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .news-con figure .news-img {
  position: relative;
  overflow: hidden;
}
.news .news-con figure .news-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.news .news-con figure .news-img a.more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -400%);
  -ms-transform: translate(-50%, -400%);
  transform: translate(-50%, -400%);
  /* display: none;*/
  padding: 5px 35px;
  border-radius: 10px;
}
.news .news-con figure .news-img a.more img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.news .news-con figure .news-img a.more img:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
}
.news .news-con figure figcaption .news-text {
  color: #323232;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}
.news .news-con figure figcaption .news-date {
  border-top: 1px solid #002f7b;
  color: #8e8e8e;
  display: block;
  padding: 3px 0;
}
.news .news-con figure:hover .news-img {
  margin-top: 0;
}
.news .news-con figure:hover .news-img img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news .news-con figure:hover .news-img a.more {
  /* display: block;*/
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .news {
    padding: 0 0 30px;
  }
  .news .news-con figure {
    width: 100%;
    background-color: #f9f9f9;
    margin-bottom: 15px;
  }
  .news .news-con figure:nth-child(3){
    display: none;
  }
  .news .news-con figure figcaption .news-text {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    line-height: 28px;
    overflow: hidden;
  }
  .news .news-con figure figcaption .news-date {
    font-size: 12px;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
