﻿/* CSS Document */

/* ---------- 关于我们 ---------- */
.about {
  padding: 88px 0 72px;
}

.about-intro {
  float: left;
  width: 64%;
}
.about-tit {
  padding-bottom: 10px;
}
.about-tit h2 {
  font-family: "AvantGarde-Medium";
  font-weight: normal;
  font-size: 66px;
  color: #219C94;
}
.about-tit h2 span {
  position: relative;
  display: inline-block;
}
.about-tit h2 span:after {
  position: absolute;
  right: -36px;
  bottom: 18px;
  width: 24px;
  height: 5px;
  background: #219C94;
  content: "";
}
.about-tit h3 {
  font-size: 20px;
  color: #333;
}
.about-con {
  padding: 32px 0;
  font-size: 15px;
  line-height: 36px;
}
.about-btm {
  padding: 2px 0;
}
.about-btm a.more-btn {
  display: inline-block;
  padding-right: 40px;
  height: 32px;
  background: url("../img/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 32px;
}
.about-btm a:hover.more-btn {
  color: #d9ad5e;
}
.about-count {
  padding-top: 65px;
  overflow: hidden;
}
.about-count li {
  float: left;
  padding-left: 40px;
  width: 33.33%;
  height: 80px;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
}
.about-count li .num {
  font-family: "AvantGarde-Medium";
  font-size: 48px;
  color: #d9ad5e;
}
.about-count li .num sup {
  position: relative;
  top: -5px;
  left: 12px;
  font-size: 15px;
  color: #666;
}
.about-count li h4 {
  font-size: 15px;
  color: #666;
}
.about-count li:first-child {
  padding-left: 0;
}
.about-count li:last-child {
  border-right: 0;
}

.about-pic {
  float: right;
  padding-top: 45px;
  width: 27.35%;
}
.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: 44px;
  }
  .about-tit h2 span:after {
    right: -32px;
    bottom: 12px;
    width: 20px;
    height: 4px;
  }
  .about-tit h3 {
    font-size: 18px;
  }
  .about-con {
    padding: 16px 0;
    line-height: 200%;
  }
  .about-count {
    padding-top: 40px;
  }
  .about-count li {
    padding-left: 16px;
    height: auto;
  }
  .about-count li .num {
    font-size: 28px;
  }
  .about-count li .num sup {
    top: 0;
    left: 8px;
    font-size: 14px;
  }
  .about-count li h4 {
    font-size: 14px;
  }

  .about-pic {
    display: none;
  }
}

/* ---------- 服务项目 ---------- */
.service {
  padding: 100px 0 80px;
  background-position: center top;
  background-color: #f0f0f0;
  background-size: cover;
}

.service-tit {
  height: 100px;
}
.service-tit h2 {
  position: relative;
  font-size: 24px;
}
.service-tit h2 span {
  position: relative;
  display: inline-block;
}
.service-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 5px;
  background: #333;
  content: "";
}
.service-tit h3 {
  padding-top: 8px;
  font-family: "AvantGarde-Medium";
  font-size: 22px;
  font-weight: normal;
  color: #42B6AA;
  text-transform: uppercase;
}

.service-con {
  margin-top: 200px;
  overflow: hidden;
}
.service-con li {
  float: left;
  width: 25%;
  height: 160px;
}
.service-con li a {
  display: block;
  padding: 24px 40px;
  height: 112px;
  border-right: 1px solid #efefef;
  background: #fff;
}
.service-con li:last-child a {
  border-right: 0;
}
.service-con li:nth-of-type(even) a {
  background: #fafafa;
}
.service-con li a .bar {
  position: relative;
  text-align: right;
}
.service-con li a .bar:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ccc;
  content: "";
}
.service-con li a .ico {
  display: inline-block;
  margin-right: -8px;
}
.service-con li a .ico img {
  width: 40px;
  height: 40px;
}
.service-con li a h4 {
  padding-top: 10px;
  font-size: 17px;
}
.service-con li a p {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-con li a:hover {
  background: #d9ad5e;
}
.service-con li a:hover .bar:before {
  background: #fff;
}
.service-con li a:hover .ico {
  filter: brightness(1.5);
}
.service-con li a:hover h4, .service-con li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service {
    padding: 60px 0;
  }

  .service-tit {
    height: 80px;
  }
  .service-tit h2 {
    font-size: 20px;
  }
  .service-tit h2 span:after {
    right: -32px;
    width: 20px;
    height: 4px;
  }
  .service-tit h3 {
    padding-top: 6px;
    font-size: 18px;
  }

  .service-con {
    margin-top: 0;
  }
  .service-con li {
    width: 50%;
    height: 196px;
  }
  .service-con li a {
    padding: 24px;
    height: 147px;
    border-bottom: 1px solid #efefef;
  }
  .service-con li:nth-of-type(even) a {
    border-right: 0;
  }
  .service-con li a .ico {
    margin-right: -4px;
  }
  .service-con li a .ico img {
    width: 36px;
    height: 36px;
  }
  .service-con li a h4 {
    padding-top: 16px;
    font-size: 15px;
  }
  .service-con li a p {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

/* ---------- 新闻中心 ---------- */
.news {
  padding: 90px 0;
}

.news-side {
  float: left;
}

.news-tit {
  padding-top: 10px;
  height: 100px;
}
.news-tit h2 {
  position: relative;
  font-size: 24px;
}
.news-tit h2 span {
  position: relative;
  display: inline-block;
}
.news-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 5px;
  background: #333;
  content: "";
}
.news-tit h3 {
  padding-top: 8px;
  font-family: "AvantGarde-Medium";
  font-size: 22px;
  font-weight: normal;
  color: #42B6AA;
  text-transform: uppercase;
}

.news-menu {
  padding: 40px 0;
}
.news-menu li {
  padding: 12px 0;
}
.news-menu li a {
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.news-list {
  float: right;
  width: 75%;
  overflow: hidden;
}
.news-list ul {
  width: calc(100% + 60px);
}
.news-list li {
  float: left;
  margin-right: 60px;
  width: calc(100% / 3 - 60px);
}
.news-list li .day {
  font-family: "AvantGarde-Medium";
  font-size: 48px;
}
.news-list li .month {
  padding-top: 32px;
  font-family: "AvantGarde-Medium";
  font-size: 14px;
  color: #999;
}
.news-list li h4 {
  padding-top: 12px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .pic {
  padding-top: 20px;
}
.news-list li .pic img {
  width: 100%;
}
.news-list li p {
  padding-top: 20px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 40px;
}
.news-list li .more-btn {
  padding-right: 32px;
  background: url("../img/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
}
.news-list li a:hover .more-btn {
  color: #d9ad5e;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news {
    padding: 60px 0;
  }

  .news-side {
    float: none;
  }

  .news-tit {
    padding-top: 0;
    height: 76px;
  }
  .news-tit h2 {
    font-size: 20px;
  }
  .news-tit h2 span:after {
    right: -32px;
    width: 20px;
    height: 4px;
  }
  .news-tit h3 {
    padding-top: 6px;
    font-size: 18px;
  }
  .news-menu {
    padding: 0;
  }
  .news-menu ul {
    display: -webkit-flex;
    display: flex;
  }
  .news-menu li {
    -webkit-flex: 1;
    flex: 1;
    border: 1px solid #efefef;
    background: #fafafa;
    padding: 8px 0;
  }
  .news-menu li a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .news-list {
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .news-list ul {
    width: calc(100% + 40px);
  }
  .news-list li {
    margin-right: 40px;
    width: calc(100% / 3 - 40px);
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding-top: 20px;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin-right: 0;
    padding: 16px 0;
    width: auto;
    border-bottom: 1px solid #efefef;
  }
  .news-list li .day {
    float: left;
    margin-right: 12px;
    font-size: 32px;
  }
  .news-list li .month {
    padding-top: 16px;
    font-size: 14px;
  }
  .news-list li h4 {
    padding-top: 8px;
    clear: both;
  }
  .news-list li .pic {
    padding-top: 16px;
  }
  .news-list li p {
    padding-top: 12px;
  }
  .news-list li .btm {
    padding-top: 8px;
  }  
}

/* ---------- Client ---------- */
.client {
  padding: 100px 0 80px;
  background: #f6f6f6;
}
.client-tit h3 {
  position: relative;
  padding-bottom: 20px;
  font-family: "PFDinTextPro-Light";
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.client-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #219C94;
  content: "";
}
.client-con {
  padding-top: 40px;
}
.client-con ul {
  width: calc(100% + 40px);
}
.client-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 6 - 40px);
}
.client-con li img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.client-con li:hover img {
  width: 100%;
  filter: grayscale(0);
  box-shadow: 0 4px 32px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .client {
    padding: 48px 0;
  }
  .client-tit {
    float: none;
    width: auto;
  }
  .client-tit h3 {
    padding-bottom: 16px;
    font-size: 16px;
  }
  .client-con {
    padding-top: 32px;
  }
  .client-con ul {
    width: calc(100% + 16px);
  }
  .client-con li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
}

/* ---------- 联系我们 ---------- */
.contact {
  padding-top: 60px;
  height: 440px;
  background: #f6f6f6;
}

.contact-con {
  float: left;
  width: 38%;
}
.contact-tit {
  padding-top: 40px;
  height: 100px;
}
.contact-tit h2 {
  position: relative;
  font-size: 24px;
}
.contact-tit h2 span {
  position: relative;
  display: inline-block;
}
.contact-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 5px;
  background: #333;
  content: "";
}
.contact-tit h3 {
  padding-top: 8px;
  font-family: "AvantGarde-Medium";
  font-size: 22px;
  font-weight: normal;
  color: #42B6AA;
  text-transform: uppercase;
}
.contact-tel {
  padding-top: 20px;
}
.contact-tel h4 {
  padding-left: 35px;
  background: url("../img/contact-tel-ico.png") no-repeat left center;
  font-family: "DIN-Light";
  font-size: 36px;
  font-weight: normal;
  color: #D9A341;
}
.contact-tel p {
  padding-left: 36px;
  font-size: 14px;
  color: #999;
}
.contact-tip {
  padding-top: 40px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.contact-map {
  float: right;
  position: relative;
  width: 60%;
  height: 380px;
  background: url("../img/contact-map.png") no-repeat right center;
  background-size: 100%;
}
.contact-map .address {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  width: 240px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.contact-map .address img {
  width: 100%;
}
.contact-map .address .con {
  padding: 16px 20px 15px;
}
.contact-map .address .con h4 {
  padding-left: 24px;
  background: url("../img/location-ico.png") no-repeat left center;
  font-size: 14px;
}
.contact-map .address .con p {
  padding-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 24px;
    height: auto;
  }

  .contact-con {
    float: none;
    padding-bottom: 20px;
    width: auto;
  }
  .contact-tit {
    padding-top: 0;
    height: 76px;
  }
  .contact-tit h2 {
    font-size: 20px;
  }
  .contact-tit h2 span:after {
    right: -32px;
    width: 20px;
    height: 4px;
  }
  .contact-tit h3 {
    padding-top: 6px;
    font-size: 18px;
  }
  .contact-tel {
    padding-top: 12px;
  }
  .contact-tip {
    padding-top: 24px;
  }

  .contact-map {
    float: none;
    width: auto;
    height: 320px;
    background: url("../img/contact-map.png") no-repeat center top;
    background-size: 100%;
  }
  .contact-map .address {
    left: 50%;
    transform: translate(-50%,-50%);
  }
}