/* CSS Document */

/* ---------- 服务 ---------- */
.service {
  padding: 120px 0;
  background: #fafafa;
}
.service-tit {
  float: left;
  position: relative;
  padding: 40px 60px 0 40px;
  width: 20%;
  height: 440px;
  box-sizing: border-box;
  background: url("../img/service-tit.jpg")/*tpa=https://mb.tdjweb.com/moban/8/img/service-tit.jpg*/;
  color: #fff;
}
.service-tit h2 {
  font-family: "PFDinTextPro-Light";
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.service-tit h3 {
  position: relative;
  padding: 24px 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.service-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #fff;
  content: "";
}
.service-tit a.more-btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  padding: 0 48px 0 16px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  background: url("../img/more-arrow.png")/*tpa=https://mb.tdjweb.com/moban/8/img/more-arrow.png*/ no-repeat right 16px center;
  font-size: 12px;
  color: #ccc;
  line-height: 40px;
}
.service-tit a:hover.more-btn {
  border: 1px solid rgba(255,255,255,0.5);
}
.service-con {
  float: right;
  width: 80%;
}
.service-con li {
  float: left;
  padding-left: 3.58%;
  width: 25%;
  box-sizing: border-box;
}
.service-con li a {
  display: block;
  position: relative;
  padding: 40px 16%;
  height: 360px;
  text-align: center;
}
.service-con li h3 {
  height: 58px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-con li p {
  padding-top: 36px;
  font-size: 14px;
  color: #999;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.service-con li .ico {
  padding-top: 44px;
}
.service-con li .ico img {
  filter: brightness(0.3);
}
.service-con li .num {
  padding-top: 36px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
}
.service-con li .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.service-con li a:hover {
  background: #fff;
  box-shadow: 0 4px 32px rgba(0,0,0,0.05);
}
.service-con li a:hover .ico img {
  filter: brightness(1);
}
.service-con li a:hover .arrow {
  background: #d9bd6c;
}
.service-con li a:hover .arrow img {
  filter: brightness(2);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service {
    padding: 48px 0;
  }
  .service-tit {
    float: none;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    color: #333;
  }
  .service-tit h2 {
    font-size: 20px;
  }
  .service-tit h3 {
    padding: 0 0 12px;
    font-size: 16px;
  }
  .service-tit h3:after {
    background: #d9bd6c;
  }
  .service-tit a.more-btn {
    left: auto;
    right: 0;
    bottom: 0;
    padding: 0 32px 0 0;
    background: url("../img/more-arrow.png")/*tpa=https://mb.tdjweb.com/moban/8/img/more-arrow.png*/ no-repeat right 0 center;
  }
  .service-con {
    float: none;
    padding-top: 24px;
    width: auto;
  }
  .service-con li {
    padding-left: 0;
    width: 50%;
  }
  .service-con li a {
    padding: 32px 12%;
    height: 288px;
    background: #fff;
  }
  .service-con li h3 {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
  .service-con li p {
    padding-top: 24px;
  }
  .service-con li .ico {
    padding-top: 24px;
  }
  .service-con li .num {
    padding-top: 16px;
  }
}

/* ---------- 案例 ---------- */
.case {
  overflow: hidden;
}
.case li {
  float: left;
  position: relative;
  width: 33.33%;
  overflow: hidden;
}
.case li a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case li a .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.case li a .mask .con {
  display: table-cell;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.case li a .mask h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
.case li a .mask p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
}
.case li a .mask .arrow {
  margin-top: 24px;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100%;
  background: url("../img/case-arrow.png")/*tpa=https://mb.tdjweb.com/moban/8/img/case-arrow.png*/ no-repeat center;
}
.case li a:hover img {
  transform: scale(1.05);
  filter: brightness(0.4);
}
.case li a:hover .mask {
  opacity: 1;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case li {
    float: none;
    width: 100%;
  }
  .case li a .mask h4 {
    font-size: 20px;
  }
  .case li a .mask p {
    padding-top: 8px;
  }
  .case li a .mask .arrow {
    margin-top: 16px;
    width: 48px;
    height: 48px;
  }
}

/* ---------- 新闻 ---------- */
.news {
  padding: 120px 0;
}
.news-tit {
  overflow: hidden;
}
.news-tit h2 {
  float: left;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
.news-tit h3 {
  float: left;
  padding: 18px 0 0 16px;
  font-family: "PFDinTextPro-Light";
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.news-tit a.more-btn {
  float: right;
  margin-top: 16px;
  padding-right: 30px;
  background: url("../img/more-arrow.png")/*tpa=https://mb.tdjweb.com/moban/8/img/more-arrow.png*/ no-repeat right center;
  font-size: 14px;
  color: #999;
}
.news-tit a:hover.more-btn {
  color: #d9bd6c;
}
.news-con {
  padding-top: 48px;
  overflow: hidden;
}
.news-con ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.news-con li {
  float: left;
  position: relative;
  margin: 0 40px 0 0;
  width: calc(26% - 40px);
}
.news-con li a {
  display: block;
  padding: 40px 40px 0;
  height: 318px;
  border-bottom: 2px solid #d9bd6c;
  background: #f6f6f6;
  overflow: hidden;
}
.news-con li .date {
  font-family: "PFDinTextPro-Light";
  color: #999;
}
.news-con li .date span {
  display: block;
}
.news-con li .day {
  font-size: 32px;
}
.news-con li .year {
  font-size: 16px;
}
.news-con li .con {
  padding-top: 36px;
}
.news-con li h4 {
  font-size: 18px;
  font-weight: normal;
}
.news-con li p {
  padding-top: 16px;
  font-size: 14px;
  color: #999;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-con li .more-btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url("../img/news-more-arrow.png")/*tpa=https://mb.tdjweb.com/moban/8/img/news-more-arrow.png*/ no-repeat center #d9bd6c;
}
.news-con li:first-child {
  width: calc(48% - 40px);
}
.news-con li:first-child a {
  padding: 0;
  height: 360px;
  border-bottom: 0;
}
.news-con li:first-child img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news-con li:first-child a:hover img {
  filter: brightness(0.6);
  transform: scale(1.05);
}
.news-con li:first-child .date {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
}
.news-con li:first-child .date span {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.news-con li:first-child .con {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 28px;
}
.news-con li:first-child .con h4 {
  width: 70%;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 140%;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.news-con li:first-child .more-btn {
  left: auto;
  right: 40px;
  bottom: 40px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news {
    padding: 48px 0;
  }
  .news-tit h2 {
    font-size: 18px;
  }
  .news-tit h3 {
    padding: 8px 0 0 10px;
    font-size: 15px;
  }
  .news-tit a.more-btn {
    margin-top: 4px;
  }
  .news-con {
    padding-top: 24px;
  }
  .news-con ul {
    width: auto;
  }
  .news-con li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .news-con li a {
    padding: 20px 20px 64px;
    height: auto;
  }
  .news-con li .day {
    font-size: 24px;
  }
  .news-con li .year {
    font-size: 15px;
  }
  .news-con li .con {
    padding-top: 16px;
  }
  .news-con li h4 {
    font-size: 16px;
  }
  .news-con li p {
    padding-top: 8px;
    line-height: 160%;
  }
  .news-con li .more-btn {
    left: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    background-size: 10px;
  }
  .news-con li:first-child {
    width: auto;
  }
  .news-con li:first-child a {
    height: auto;
  }
  .news-con li:first-child .date {
    top: 20px;
    left: 20px;
  }
  .news-con li:first-child .con {
    left: 20px;
    right: 20px;
    bottom: 16px;
  }
  .news-con li:first-child .con h4 {
    width: 80%;
    font-size: 16px;
    line-height: 140%;
  }
  .news-con li:first-child .more-btn {
    right: 20px;
    bottom: 20px;
  }
}

/* ---------- 客户 ---------- */
.client {
  padding: 120px 0 80px;
  background: #f6f6f6;
  overflow: hidden;
}
.client-tit {
  float: left;
  width: 12%;
  color: #333;
}
.client-tit h2 {
  font-family: "PFDinTextPro-Light";
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.client-tit h3 {
  position: relative;
  padding: 24px 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.client-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #d9bd6c;
  content: "";
}
.client-con {
  float: right;
  width: 82.85%;
}
.client-con ul {
  width: calc(100% + 40px);
}
.client-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 5 - 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 h2 {
    font-size: 20px;
  }
  .client-tit h3 {
    padding: 0 0 12px;
    font-size: 16px;
  }
  .client-con {
    float: none;
    padding-top: 24px;
    width: auto;
  }
  .client-con ul {
    width: calc(100% + 16px);
  }
  .client-con li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
}