/* CSS Document */

/* ---------- About ---------- */
.about {
  padding: 120px 0;
}

.about-intro {
  float: left;
  width: 64%;
}

.about-tit {
  overflow: hidden;
}
.about-tit h2 {
  float: left;
  font-size: 32px;
  color: #333;
}
.about-tit h3 {
  float: left;
  padding: 15px 0 0 20px;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  font-weight: normal;
  color: #ccc;
}
.about-desc {
  padding-top: 48px;
  font-size: 15px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-more {
  padding-top: 36px;
}
.about-more a.more-btn {
  display: inline-block;
  padding: 0 60px 0 32px;
  height: 44px;
  border-radius: 4px;
  background: url("../img/more-arrow.png") no-repeat right 32px center #c79d52;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}
.about-more a.more-btn:hover {
  box-shadow: 0 4px 12px rgba(199,157,82,0.4);
}

.about-count {
  padding-top: 76px;
  overflow: hidden;
}
.about-count li {
  float: left;
  position: relative;
  padding-left: 40px;
  width: 33.33%;
  box-sizing: border-box;
}
.about-count li:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 3px;
  width: 1px;
  background: #e6e6e6;
  content: "";
}
.about-count li .num {
  font-family: "Montserrat-Regular";
  font-size: 40px;
}
.about-count li .num sup {
  position: relative;
  top: -2px;
  left: 12px;
  font-size: 15px;
}
.about-count li h4 {
  font-size: 15px;
  font-weight: normal;
}

.about-pic {
  float: right;
  position: relative;
}
.about-pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }

  .about-intro {
    float: none;
    width: auto;
  }

  .about-tit h2 {
    font-size: 22px;
  }
  .about-tit h3 {
    padding: 7px 0 0 12px;
    font-size: 18px;
  }
  .about-desc {
    padding-top: 32px;
    line-height: 32px;
    -webkit-line-clamp: 6;
  }
  .about-more {
    padding-top: 28px;
  }
  .about-more a.more-btn {
    padding: 0 56px 0 28px;
    height: 40px;
    background: url("../img/more-arrow.png") no-repeat right 28px center #c79d52;
    line-height: 40px;
  }

  .about-count {
    padding-top: 48px;
  }
  .about-count li {
    padding-left: 16px;
    width: 33.33%;
  }
  .about-count li:before {
    top: 5px;
    bottom: 2px;
  }
  .about-count li .num {
    font-size: 24px;
  }
  .about-count li .num sup {
    top: 2px;
    left: 8px;
    font-size: 14px;
  }
  .about-count li h4 {
    font-size: 14px;
  }

  .about-pic {
    display: none;
  }
}

/* ---------- Service ---------- */
.service {
  padding: 120px 0 80px;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.service-side {
  float: left;
  position: relative;
  width: 16%;
  height: 556px;
  overflow: hidden;
}
.service-tit h2 {
  font-size: 32px;
  color: #c79d52;
}
.service-tit h3 {
  padding-top: 12px;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
.service-slogan {
  padding-top: 60px;
  font-size: 16px;
  line-height: 168%;
}
.service-more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-more a.more-btn {
  display: inline-block;
  padding: 0 60px 0 32px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  background: url("../img/more-arrow.png") no-repeat right 32px center;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
}
.service-more a.more-btn:hover {
  border: 1px solid rgba(255,255,255,0.4);
}

.service-con {
  float: right;
  width: 76%;
  overflow: hidden;
}
.service-con ul {
  width: calc(100% + 40px);
}
.service-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 4 - 40px);
}
.service-con li a {
  display: block;
  padding: 40px;
  background: #fff;
}
.service-con li .ico {
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
}
.service-con li .ico img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.service-con li .con {
  padding-top: 24px;
}
.service-con li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-con li .con p {
  padding-top: 12px;
  height: 40px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.service-con li a:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.service-con li a:hover .ico {
  border-bottom: 1px solid #c79d52;
}
.service-con li a:hover .ico img {
  filter: grayscale(0);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service {
    padding: 60px 0 40px;
  }

  .service-side {
    float: none;
    width: auto;
    height: auto;
  }
  .service-tit h2 {
    float: left;
    font-size: 22px;
  }
  .service-tit h3 {
    float: left;
    padding: 7px 0 0 12px;
    font-size: 18px;
  }
  .service-slogan {
    display: none;
  }
  .service-more {
    left: auto;
    right: 0;
    bottom: 2px;
  }
  .service-more a.more-btn {
    display: inline-block;
    padding: 0 16px 0 0;
    height: auto;
    border: none;
    border-radius: 0;
    background: url("../img/more-arrow.png") no-repeat right 0 center;
    line-height: normal;
  }
  .service-more a.more-btn:hover {
    border: none;
  }

  .service-con {
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .service-con ul {
    width: calc(100% + 20px);
  }
  .service-con li {
    margin: 0 20px 20px 0;
    width: calc(100% / 2 - 20px);
  }
  .service-con li a {
    padding: 24px;
  }
  .service-con li .ico {
    height: 68px;
  }
  .service-con li .con {
    padding-top: 16px;
  }
  .service-con li .con h4 {
    font-size: 15px;
  }
  .service-con li .con p {
    padding-top: 8px;
  }
}

/* ---------- Team ---------- */
.team {
  padding: 120px 0;
}

.team-tit {
  position: relative;
  overflow: hidden;
}
.team-tit h2 {
  float: left;
  font-size: 32px;
  color: #333;
}
.team-tit h3 {
  float: left;
  padding: 15px 0 0 20px;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  font-weight: normal;
  color: #ccc;
}
.team-tit a.more-btn {
  position: absolute;
  right: 0;
  bottom: 3px;
  padding-right: 16px;
  background: url("../img/more-arrow-gray.png") no-repeat right center;
  font-size: 14px;
  color: #999;
}

.team-con {
  padding-top: 60px;
  overflow: hidden;
}
.team-con ul {
  width: calc(100% + 40px);
}
.team-con li {
  float: left;
  position: relative;
  margin: 0 40px 0 0;
  width: calc(100% / 4 - 40px);
}
.team-con li .pic {
  overflow: hidden;
}
.team-con li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.team-con li .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.team-con li .con h4 {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
}
.team-con li .con h4 span {
  padding-left: 12px;
  font-size: 14px;
}
.team-con li .con p {
  display: none;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  line-height: 180%;
}
.team-con li a:hover .con {
  background: rgba(199,157,82,0.8);
}
.team-con li a:hover .pic img {
  transform: scale(1.05);
}
.team-con li a:hover .con p {
  display: block;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .team {
    padding: 60px 0 44px;
  }

  .team-tit h2 {
    font-size: 22px;
  }
  .team-tit h3 {
    padding: 7px 0 0 12px;
    font-size: 18px;
  }
  .team-tit a.more-btn {
    bottom: 2px;
  }

  .team-con {
    padding-top: 40px;
  }
  .team-con ul {
    width: calc(100% + 16px);
  }
  .team-con li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
  .team-con li .con {
    padding: 12px 16px;
  }
  .team-con li .con h4 {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .team-con li .con h4 span {
    padding-left: 6px;
  }
  .team-con li .con p {
    display: none;
  }
  .team-con li a:hover .con p {
    display: none;
  }
}

/* ---------- News ---------- */
.news {
  padding: 120px 0;
  background-position: center top;
  background-size: cover;
}

.news-tit {
  position: relative;
  overflow: hidden;
}
.news-tit h2 {
  float: left;
  font-size: 32px;
  color: #333;
}
.news-tit h3 {
  float: left;
  padding: 15px 0 0 20px;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  font-weight: normal;
  color: #ccc;
}
.news-tit a.more-btn {
  position: absolute;
  right: 0;
  bottom: 3px;
  padding-right: 16px;
  background: url("../img/more-arrow-gray.png") no-repeat right center;
  font-size: 14px;
  color: #999;
}

.news-con {
  padding-top: 60px;
}
.news-text-list {
  float: left;
  width: 46%;
  border-top: 1px solid #e6e6e6;
}
.news-text-list li {
  padding: 40px 0 32px;
  border-bottom: 1px solid #e6e6e6;
}
.news-text-list li h4 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-text-list li p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-pic-list {
  float: right;
  width: 46%;
  border-top: 1px solid #e6e6e6;
}
.news-pic-list li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.news-pic-list li .pic {
  float: left;
  width: 132px;
}
.news-pic-list li .pic img {
  width: 100%;
}
.news-pic-list li .con {
  float: right;
  width: calc(100% - 160px);
}
.news-pic-list li .con h4 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-pic-list li .con p {
  padding-top: 11px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news {
    padding: 60px 0;
  }

  .news-tit h2 {
    font-size: 22px;
  }
  .news-tit h3 {
    padding: 7px 0 0 12px;
    font-size: 18px;
  }
  .news-tit a.more-btn {
    bottom: 2px;
  }

  .news-con {
    padding-top: 40px;
  }
  .news-text-list {
    float: none;
    width: auto;
  }
  .news-text-list li {
    padding: 24px 0 16px;
  }
  .news-text-list li h4 {
    font-size: 18px;
  }
  .news-text-list li p {
    padding-top: 16px;
    line-height: 24px;
  }

  .news-pic-list {
    float: none;
    width: auto;
    border-top: 0;
  }
  .news-pic-list li {
    padding: 20px 0;
  }
  .news-pic-list li .pic {
    width: 120px;
  }
  .news-pic-list li .con {
    width: calc(100% - 140px);
  }
  .news-pic-list li .con h4 {
    font-size: 15px;
  }
  .news-pic-list li .con p {
    padding-top: 8px;
    line-height: 26px;
  }
}