/* CSS Document */
/* ---------- 关于我们 ---------- */
.about {
  padding: 100px 0 30px 0;
}

.about-intro .tit {
  overflow: hidden;
}
.about-intro .tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.about-intro .tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 20px;
  font-weight: normal;
  color: #999;
}
.about-intro .tit a.more-btn {
  float: right;
  margin-top: 16px;
  padding-right: 28px;
  height: 24px;
  background: url("../img/news-more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.about-intro {
  float: left;
  width: 54%;
}

.about-intro .con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 36px;
}
.about-intro .btm {
  padding-top: 4px;
}
.about-intro .btm a.more-btn {
  display: inline-block;
  padding: 0 64px 0 24px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: url("../img/more-arrow.png") no-repeat right 24px center;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.about-intro .btm a:hover.more-btn {
  border: 1px solid #ccc;
  color: #666;
}


.about-count {
  float: right;
  position: relative;
  padding-bottom: 120px;
  width: 36%;
}
.about-count .pic img {
  width: 100%;
}
.about-count .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-count .con li {
  float: left;
  position: relative;
  padding: 24px 0 0 60px;
  width: 50%;
  height: 120px;
  box-sizing: border-box;
  background: #1a6fc9;
}
.about-count .con li .num {
  font-family: "AvantGarde-Medium";
  font-size: 38px;
  color: #d9ad5e;
}
.about-count .con li .num sup {
  position: relative;
  left: 10px;
  font-size: 15px;
  color: #fff;
}
.about-count .con li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.about-count .con li:first-child {
  margin-left: 50%;
  background: rgba(0,0,0,0.4);
}
.about-count .con li:nth-child(2):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.1);
  content: "";
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }

  .about-intro {
    float: none;
    padding-bottom: 40px;
    width: auto;
  }
  
  .about-intro .tit h2 {
    font-size: 20px;
  }
  .about-intro .tit h3 {
    padding: 10px 0 0 10px;
    font-size: 16px;
  }
  .about-intro .tit a.more-btn {
    margin-top: 6px;
    padding-right: 24px;
  }
  /*.about-intro .tit {
    padding-bottom: 16px;
  }
  .about-intro .tit h2 {
    font-size: 20px;
  }
  .about-intro .tit h3 {
    font-size: 16px;
  }*/
  .about-intro .con {
    padding: 28px 0;
    line-height: 200%;
  }
  .about-intro .btm {
    padding-top: 0;
  }

  .about-count {
    float: none;
    padding-bottom: 88px;
    width: auto;
  }
  .about-count .con li {
    padding: 16px 0 0 40px;
    height: 88px;
    box-sizing: border-box;
  }
  .about-count .con li .num {
    font-size: 28px;
  }
  .about-count .con li .num sup {
    left: 8px;
  }
}
/* ---------- Product ---------- */
.product {
  padding: 100px 0;
}

.product-tit {
  overflow: hidden;
}
.product-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.product-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 20px;
  font-weight: normal;
  color: #999;
}
.product-tit a.more-btn {
  float: right;
  margin-top: 16px;
  padding-right: 28px;
  height: 24px;
  background: url("../img/news-more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}


/*.product {
  padding: 100px 0 60px;
}

.product-tit {
  position: relative;
}
.product-tit h2 {
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  color: #39434c;
  text-transform: uppercase;
}
.product-tit h3 {
  position: relative;
  padding: 4px 0 20px;
  font-size: 28px;
  color: #20242b;
}
.product-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 3px;
  background: #00ac68;
  content: "";
}
.product-tit a.more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 48px 8px 20px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: url("../img/more-arrow.png") no-repeat right 20px center;
  font-size: 14px;
  color: #999;
}
.product-tit a:hover.more-btn {
  border: 1px solid #e0e0e0;
  color: #666;
}*/

.product-con {
  padding-top: 48px;
  overflow: hidden;
}
.product-con ul {
  width: calc(100% + 40px);
}
.product-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 2 - 40px);
  height: 300px;
	display: flex;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.product-con li:nth-child(n+2):nth-child(-n+3) {
  background: #ffffff;
}
.product-con li .con {
  flex: 1;
  padding: 60px 20px 0 60px;
}
.product-con li h4 {
  font-size: 20px;
}
.product-con li p {
  padding-top: 20px;
  height: 80px;
  font-size: 14px;
  color: #999;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-con li .btm {
  padding-top: 20px;
}
.product-con li a.more-btn {
  display: inline-block;
  padding: 8px 48px 8px 20px;
  border-radius: 4px;
  background: url("../img/product-more-arrow.png") no-repeat right 20px center #00ac68;
  font-size: 14px;
  color: #fff;
}
.product-con a:hover.more-btn {
  box-shadow: 0 4px 12px rgba(237,108,0,0.3);
}
.product-con li .pic {
  padding: 30px 10px;
  width: 240px;
  overflow: hidden;
}
.product-con li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-con li:hover {
  transform: translate(0,-10px);
}
.product-con li:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .product {
    padding: 60px 0;
  }

  .product-tit h2 {
    font-size: 20px;
  }
  .product-tit h3 {
    padding: 10px 0 0 10px;
    font-size: 16px;
  }
  .product-tit a.more-btn {
    margin-top: 6px;
    padding-right: 24px;
  }
  
  /*.product {
    padding: 60px 0 40px;
  }

  .product-tit h2 {
    font-size: 12px;
  }
  .product-tit h3 {
    padding: 4px 0 16px;
    font-size: 20px;
  }
  .product-tit h3:after {
    width: 80px;
    height: 2px;
  }
  .product-tit a.more-btn {
    padding: 6px 36px 6px 12px;
    background: url("../img/more-arrow.png") no-repeat right 12px center;
  }*/

  .product-con {
    padding-top: 32px;
  }
  .product-con ul {
    width: auto;
  }
  .product-con li {
    margin: 0 0 20px 0;
    width: 100%;
    height: 200px;
  }
  .product-con li:nth-child(n+2):nth-child(-n+3) {
    background: #fafafa;
  }
  .product-con li .con {
    padding: 28px 8px 0 28px;
  }
  .product-con li h4 {
    font-size: 16px;
  }
  .product-con li p {
    padding-top: 12px;
    height: 68px;
    line-height: 140%;
  }
  .product-con li .btm {
    padding-top: 12px;
  }
  .product-con li a.more-btn {
    padding: 6px 36px 6px 12px;
    background: url("../img/product-more-arrow.png") no-repeat right 12px center #00ac68;
  }
  .product-con li .pic {
    padding: 20px 0;
    width: 160px;
  }
}


/* ---------- News ---------- */
.news {
  padding: 100px 0;
}

.news-tit {
  overflow: hidden;
}
.news-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.news-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 20px;
  font-weight: normal;
  color: #999;
}
.news-tit a.more-btn {
  float: right;
  margin-top: 16px;
  padding-right: 28px;
  height: 24px;
  background: url("../img/news-more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.news-con {
  padding-top: 48px;
  overflow: hidden;
}
.news-con ul {
  width: calc(100% + 60px);
}
.news-con li {
  float: left;
  margin: 0 60px 0 0;
  width: calc(100% / 3 - 60px);
}
.news-con li a {
  display: block;
  height: 388px;
  border-bottom: 1px solid #e6e6e6;
}
.news-con li .pic {
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news-con li .pic img {
  width: 100%;
}
.news-con li .pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,172,104,0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.news-con li .pic .mask .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("../img/news-more-arrow.png") no-repeat center;
  transform: translate(-50%,-50%);
}
.news-con li h4 {
  padding-top: 32px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con li p {
  padding-top: 16px;
  font-size: 14px;
  color: #999;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-con li .date {
  padding-top: 20px;
  font-family: "PFDinTextPro-Light";
  font-size: 16px;
  color: #ccc;
}
.news-con li a:hover {
  border-bottom: 1px solid #00ac68;
}
.news-con li a:hover .pic {
  height: auto;
}
.news-con li a:hover .pic .mask {
  opacity: 1;
}
.news-con li a:hover .date {
  display: none;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news {
    padding: 60px 0;
  }

  .news-tit h2 {
    font-size: 20px;
  }
  .news-tit h3 {
    padding: 10px 0 0 10px;
    font-size: 16px;
  }
  .news-tit a.more-btn {
    margin-top: 6px;
    padding-right: 24px;
  }

  .news-con {
    padding-top: 32px;
  }
  .news-con ul {
    width: auto;
  }
  .news-con li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .news-con li a {
    padding-bottom: 20px;
    height: auto;
  }
  .news-con li .pic {
    height: auto;
  }
  .news-con li h4 {
    padding-top: 20px;
  }
  .news-con li p {
    padding-top: 8px;
    line-height: 160%;
  }
  .news-con li .date {
    padding-top: 12px;
  }
  .news-con li a:hover {
    border-bottom: 1px solid #00ac68;
  }
  .news-con li a:hover .pic {
    height: auto;
  }
  .news-con li a:hover .date {
    display: inherit;
  }
}