/* CSS Document */

/* ---------- About ---------- */
.about {
  padding: 120px 0;
  background-position: center top;
  background-size: cover;
}
.case{background: #393a3b;}
.case-bt{padding: 33px 0;}
.about-intro {
  width: 64%;
}
.about-tit {
  position: relative;
  padding-left: 20px;
  color: #333;
}
.about-tit:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 8px;
  width: 3px;
  background: #feb500;
  content: "";
}
.about-tit h2 {
  font-weight: normal;
  font-size: 20px;
}
.about-tit h3 {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  font-weight: normal;
}
.about-con {
  padding-top: 60px;
  font-size: 15px;
  line-height: 240%;
  text-indent: 28px;
}
.about-btm {
  padding-top: 40px;
}
.about-btm a.more-btn {
  display: inline-block;
  padding: 0 64px 0 28px;
  height: 44px;
  border-radius: 22px;
  background: url("../image/about-more-arrow.png") no-repeat right 28px center #feb500;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}
.about-btm a:hover.more-btn {
  box-shadow: 0 4px 12px rgba(254,181,0,0.3);
}

.about-count {
  padding-top: 80px;
  overflow: hidden;
}
.about-count li {
  float: left;
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
}
.about-count li:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 2px;
  width: 1px;
  background: #efefef;
  content: "";
}
.about-count li .num {
  position: relative;
  padding-left: 40px;
  font-family: "Montserrat-Regular";
  font-size: 48px;
  z-index: 1;
}
.about-count li .num:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #ccc;
  content: "";
}
.about-count li .num sup {
  position: relative;
  top: -2px;
  left: 12px;
  font-size: 15px;
  color: #666;
}
.about-count li h4 {
  padding-left: 40px;
  font-size: 15px;
  color: #666;
}

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

  .about-intro {
    width: auto;
  }
  .about-tit {
    padding-left: 16px;
  }
  .about-tit:before {
    bottom: 6px;
  }
  .about-tit h2 {
    font-size: 16px;
  }
  .about-tit h3 {
    font-size: 22px;
  }
  .about-con {
    padding-top: 32px;
    line-height: 200%;
  }
  .about-btm {
    padding-top: 24px;
  }
  .about-btm a.more-btn {
    padding: 0 60px 0 24px;
    height: 40px;
    background: url("../image/about-more-arrow.png") no-repeat right 24px center #feb500;
    line-height: 40px;
  }

  .about-count {
    padding-top: 40px;
  }
  .about-count li:before {
    top: 6px;
    bottom: 2px;
  }
  .about-count li .num {
    padding-left: 20px;
    font-size: 24px;
  }
  .about-count li .num:before {
    top: 6px;
    bottom: 6px;
  }
  .about-count li .num sup {
    top: 4px;
    left: 6px;
    font-size: 14px;
  }
  .about-count li h4 {
    padding-left: 20px;
    font-size: 14px;
  }
}

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

.news-tit {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.news-tit:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 8px;
  width: 3px;
  background: #feb500;
  content: "";
}
.news-tit h2 {
  font-weight: normal;
  font-size: 20px;
}
.news-tit h3 {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  font-weight: normal;
}
.news-tit a.more-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  padding-right: 20px;
  height: 16px;
  background: url("../image/news-tit-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}

.news-con {
  padding-top: 50px;
  overflow: hidden;
}

.news-pic {
  float: left;
  width: 30.30%;
  height: 340px;
  background: #fff;
}
.news-pic .pic {
  width: 100%;
  overflow: hidden;
}
.news-pic .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news-pic a:hover img {
  transform: scale(1.05);
}
.news-pic .con {
  padding: 28px 24px;
  overflow: hidden;
}
.news-pic .date {
  float: left;
  padding-top: 2px;
  font-family: "Montserrat-Regular";
}
.news-pic .day {
  display: block;
  font-size: 26px;
  color: #333;
}
.news-pic .year {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  color: #999;
}
.news-pic .con h4 {
  float: right;
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list {
  float: right;
  width: 64%;
  overflow: hidden;
}
.news-list li {
  float: left;
  width: 33.33%;
  height: 340px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.news-list li:nth-of-type(even) {
  background: #fafafa;
}
.news-list li a {
  display: block;
  padding: 40px;
}
.news-list li .date {
  font-family: "Montserrat-Regular";
}
.news-list li .day {
  display: block;
  font-size: 26px;
  color: #333;
}
.news-list li .year {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  padding-top: 36px;
}
.news-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .con 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-list li .btm {
  padding-top: 28px;
}

.news-list li:hover {
  background: #feb500;
}
.news-list li a:hover .day, .news-list li a:hover .year, .news-list li a:hover .con h4, .news-list li a:hover .con p {
  color: #fff;
}
.news-list li a:hover .btm img {
  filter: brightness(2);
}

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

  .news-tit {
    padding-left: 16px;
  }
  .news-tit:before {
    bottom: 6px;
  }
  .news-tit h2 {
    font-size: 16px;
  }
  .news-tit h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .news-con {
    padding-top: 36px;
  }

  .news-pic {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .news-pic .con {
    padding: 20px;
  }
  .news-pic .day {
    font-size: 20px;
  }
  .news-pic .con h4 {
    width: calc(100% - 80px);
    font-size: 15px;
    line-height: 160%;
  }

  .news-list {
    float: none;
    width: auto;
  }
  .news-list li {
    float: none;
    width: auto;
    height: auto;
  }
  .news-list li a {
    padding: 20px;
  }
  .news-list li .day {
    font-size: 20px;
  }
  .news-list li .con {
    padding-top: 12px;
  }
  .news-list li .con h4 {
    font-size: 15px;
    line-height: 160%;
    -webkit-line-clamp: 1;
  }
  .news-list li .con p {
    padding-top: 4px;
    line-height: 160%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}

/* ---------- Service ---------- */
.service {
  padding: 120px 0;
  background: #f6f6f6;
}

.service-tit {
  position: relative;
  padding-left: 20px;
  color: #333;
}
.service-tit:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 8px;
  width: 3px;
  background: #feb500;
  content: "";
}
.service-tit h2 {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
.service-tit h3 {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}
.service-tit a.more-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  padding-right: 20px;
  height: 16px;
  background: url("../image/service-tit-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 16px;
}

.service-con {
  padding-top: 50px;
  overflow: hidden;
}
.service-con ul {
  width: calc(100% + 40px);
}
.service-con li {
  float: left;
  margin: 0 40px 0 0;
  width: calc(100% / 4 - 40px);
}
.service-con li a {
  display: block;
  padding: 40px;
  height: 280px;
  background: #fff;
}
.service-con li .ico img {
  padding: 8px;
  width: 48px;
  height: 48px;
  background: #feb500;
}
.service-con li h4 {
  padding-top: 40px;
  font-size: 18px;
  font-weight: normal;
}
.service-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;
}
.service-con li .btm {
  padding-top: 40px;
}
.service-con li .more-btn {
  display: inline-block;
  padding-right: 36px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 34px;
  background: url("../image/more-arrow.png") no-repeat right center;
  font-family: "Arial";
  font-size: 14px;
  color: #ccc;
  line-height: 34px;
  transition: all 0.3s ease-in-out;
}
.service-con li a:hover {
  background: #feb500;
}
.service-con li a:hover .ico img {
  background: rgba(45,48,51,0.9);
}
.service-con li a:hover h4, .service-con li a:hover p {
  color: #fff;
}
.service-con li a:hover .more-btn {
  filter: brightness(2);
}

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

  .service-tit {
    padding-left: 16px;
  }
  .service-tit:before {
    bottom: 6px;
  }
  .service-tit h2 {
    font-size: 16px;
  }
  .service-tit h3 {
    font-size: 22px;
  }
}

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

  .service-con {
    padding-top: 36px;
  }
  .service-con ul {
    width: auto;
  }
  .service-con li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .service-con li a {
    padding: 20px;
    height: auto;
  }
  .service-con li .ico img {
    padding: 4px;
    width: 36px;
    height: 36px;
  }
  .service-con li h4 {
    padding-top: 20px;
    font-size: 16px;
  }
  .service-con li p {
    padding-top: 12px;
    line-height: 160%;
  }
  .service-con li .btm {
    padding-top: 20px;
  }
  .service-con li .more-btn {
    padding-right: 32px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .service-con li a:hover {
    background: #feb500;
  }
  .service-con li a:hover .ico img {
    border: 1px solid #fff;
  }
}

/* ---------- Case ---------- */
.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: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(254,181,0,0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.case li a .mask .con {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255,255,255,0.3);
  text-align: center;
}
.case li a .mask h4 {
  padding: 21% 0 5%;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
.case li a .mask .arrow {
  display: inline-block;
  width: 64px;
  height: 32px;
  border: 1px solid rgba(255,255,255,0.4);
  background: url("../image/about-more-arrow.png") no-repeat center;
}
.case li a:hover img {
  transform: scale(1.05);
}
.case li a:hover .mask {
  opacity: 1;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .case li a .mask .arrow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .case li {
    float: none;
    width: 100%;
  }
  .case li a .mask h4 {
    font-size: 16px;
  }
}