@charset "UTF-8";
/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: inherit;
}

body {
  font-family: Source Han Sans CN, Arial, sans-serif;
  font-size: 14px;
  max-width: 2560px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #F5F5F5;
  color: #333;
}

.container {
  max-width: 1477px;
  margin: 0 auto;
}

/* Header Styles */
.header {
  background-color: #fff;
  color: white;
  height: 162px;
  position: relative;
  z-index: 3;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #0D6C58;
  z-index: 0;
}
.header .logo-box {
  width: 30%;
  height: 162px;
  background: #fff;
  padding-left: 26px;
  position: relative;
}
.header .logo-box .logo {
  max-width: 100%;
}
.header .nav {
  width: 70%;
  height: 162px;
  background: #0D6C58;
  padding: 70px 6% 0 6%;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.header .nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.header .nav ul .tel {
  margin-top: -8px;
  position: relative;
}
.header .nav ul .tel a {
  position: relative;
}
.header .nav ul .tel:hover div {
  width: 170px;
  padding: 0 14px;
}
.header .nav ul .tel div {
  position: absolute;
  width: 0;
  bottom: 7px;
  right: 32px;
  background: #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  font-size: 14px;
  border-bottom-left-radius: 10px;
  transition-duration: 0.3s;
}
.header .nav li {
  padding: 0 28px;
  position: relative;
  white-space: nowrap;
}
.header .nav li:hover ul {
  display: block;
}
.header .nav li ul {
  display: none;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #095f4d;
}
.header .nav li ul li {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
}
.header .nav li ul li:hover {
  background: #0D6C58;
}
.header .nav li ul li:hover ul {
  display: block !important;
}
.header .nav li ul li ul {
  display: none !important;
  top: 0;
  left: 100%;
}
.header .nav a {
  color: white;
  text-decoration: none;
}

.banner {
  position: relative;
  /* Hero Section Styles */
}
.banner .swiper-container {
  margin-bottom: -2px;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination-bullet-active {
  background-color: #0D6C58;
}
.banner .hero {
  color: white;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  z-index: 2;
}
.banner .hero .hero-box {
  padding-left: 32px;
  padding-top: 17.5%;
}
.banner .hero h1 {
  font-size: 90px;
}
.banner .hero p {
  font-size: 36px;
  line-height: 1.333;
  margin-top: 38px;
}
.banner .hero .btn {
  position: relative;
  text-align: left;
  width: 273px;
  margin-top: 62px;
  background-color: #0D6C58;
  color: white;
  padding: 26px 33px;
  font-size: 30px;
  border: none;
  cursor: pointer;
  letter-spacing: 1.2px;
}
.banner .hero .btn img {
  margin-left: 56px;
}

.recommend .left {
  width: 22.66%;
  float: left;
  background: #0D6C58;
  color: #fff;
  padding: 39px 0 39px 4%;
}
.recommend .left .big-catname .big-title {
  font-size: 79px;
  font-weight: bold;
  float: left;
  opacity: 0.54;
  line-height: 60px;
  margin-right: 20px;
}
.recommend .left .big-catname .title {
  font-size: 36px;
  color: #FFFFFF;
  float: left;
  font-weight: bold;
}
.recommend .left .big-catname .title span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 8px;
}
.recommend .right {
  width: 77.34%;
  float: left;
  padding: 42px 50px;
  position: relative;
}
.recommend .right .recommend-links {
  color: #1c1c1c;
  font-size: 18px;
  padding-right: 15px;
  width: calc(100% - 467px);
  float: left;
  line-height: 52px;
}
.recommend .right .search-box {
  position: relative;
  width: 317px;
  float: right;
  margin-right: 50px;
}
.recommend .right .search-box input {
  width: 100%;
  height: 52px;
  background: rgba(28, 28, 28, 0);
  border: 1px solid #8D8D8D;
  padding-left: 15px;
  font-size: 18px;
}
.recommend .right .search-box input::-moz-placeholder {
  color: #8D8D8D;
}
.recommend .right .search-box input::placeholder {
  color: #8D8D8D;
}
.recommend .right .search-box i {
  position: absolute;
  right: 17px;
  top: 13px;
}
.recommend .right .search-box i img {
  width: 26px;
}

.category {
  position: relative;
}
.category .big-entitle {
  font-weight: bold;
  font-size: 56px;
  color: #0D6C58;
  float: left;
  text-transform: uppercase;
  padding-right: 62px;
  position: relative;
}
.category .big-entitle svg {
  position: absolute;
  right: 13px;
}
.category .title-right {
  padding-top: 4px;
}
.category .title-right .entitle {
  font-size: 16px;
  color: #B8B8B8;
  margin-bottom: 6px;
}
.category .title-right .cntitle {
  font-size: 24px;
  color: #0D6C58;
  font-weight: bold;
}
.category .more-btn {
  width: 208px;
  height: 60px;
  padding-right: 40px;
  background: #0D6C58;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding-left: 30px;
  position: absolute;
  right: 0;
  top: 12px;
}
.category .more-btn span {
  float: right;
  display: block;
  font-family: 宋体;
  height: 100%;
  line-height: 60px;
  font-size: 22px;
}

/* Products Section Styles */
.products {
  padding-top: 80px;
}
.products .product-lists {
  margin: 0 -17px;
  padding-top: 74px;
  color: #fff;
}
.products .product-lists .product-grid {
  width: 33.33%;
  float: left;
  padding: 0 17px;
  margin-bottom: 50px;
}
.products .product-lists .product-grid .product-item {
  transition-duration: 0.3s;
}
.products .product-lists .product-grid:hover .product-item {
  transform: translate(-3px, -3px);
  box-shadow: #cdcdcd 6px 7px 20px 0px;
}
.products .product-lists .product-grid:hover .btn {
  background-color: #0D6C58;
}
.products .product-lists .img-box {
  padding-top: 75%;
}
.products .product-lists .title {
  font-size: 18px;
  color: #1C1C1C;
  padding: 42px 130px 42px 14px;
  position: relative;
  background: #F0F0F0;
}
.products .product-lists .btn {
  width: 125px;
  height: 37px;
  line-height: 37px;
  background: #004FA8;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.4s;
}

/* Company Strength Section Styles */
.company-strength {
  background-color: #008c69;
  color: white;
  padding: 50px 0;
  height: 46vw;
  position: relative;
}
.company-strength::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #0D6C58;
  opacity: 0.9;
}
.company-strength .strength-info {
  padding-top: 5.7vw;
  width: 54.5%;
  float: right;
  position: relative;
  z-index: 2;
  display: none;
}
.company-strength .strength-info.active {
  display: block;
}
.company-strength .strength-info .desc {
  padding-top: 40px;
  padding-left: 140px;
  font-size: 16px;
  line-height: 2.3;
  text-align: justify;
}
.company-strength .big-entitle {
  color: #fff;
  font-family: Georgia;
  font-weight: 400;
  font-size: 130px;
  color: #FFFFFF;
  font-style: italic;
  padding-right: 70px;
  margin-right: 15px;
}
.company-strength .title-right {
  padding-top: 45px;
}
.company-strength .title-right .cntitle {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
.company-strength .title-right .entitle {
  color: #fff;
  font-size: 14px;
}
.company-strength .strength-list {
  position: absolute;
  bottom: 5.9vw;
  width: 100%;
}
.company-strength .strength-list .container {
  position: relative;
}
.company-strength .strength-list .strength-item {
  width: 33.33%;
  float: left;
  height: 175px;
  background: rgba(255, 255, 255, 0.57);
  text-align: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition-duration: 0.3s;
}
.company-strength .strength-list .strength-item.active {
  background: #004EA1;
}
.company-strength .strength-list .strength-item.active * {
  color: #fff !important;
}
.company-strength .strength-list .strength-icon {
  position: absolute;
  top: -20px;
  left: 16.666%;
  transform: translateX(-50%);
  z-index: 3;
  transition-duration: 0.3s;
}
.company-strength .strength-list .category {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -62%);
  white-space: nowrap !important;
}
.company-strength .strength-list .big-entitle {
  color: #0D6C58;
  font-size: 79px;
  padding-right: 18px;
  margin-right: 0;
  width: 100px;
}
.company-strength .strength-list .title-right {
  padding-top: 25px;
  padding-left: 100px;
}
.company-strength .strength-list .title-right .cntitle {
  color: #0D6C58;
  font-size: 30px;
  margin-bottom: 6px;
}
.company-strength .strength-list .title-right .entitle {
  color: #0D6C58;
  font-size: 12px;
}

.case-studies {
  padding-top: 100px;
  padding-bottom: 180px;
}

.case-list {
  margin-top: 110px;
}
.case-list .img-box {
  overflow: hidden;
  border-radius: 6px;
  border: 4px solid rgba(219, 219, 219, 0.58);
}
.case-list .bg-img {
  padding-top: 65.4%;
  border-radius: 4px;
  transition-duration: 0.3s;
}
.case-list .case-item {
  text-align: center;
  transition-duration: 0.3s;
}
.case-list .case-item:hover * {
  color: #0D6C58;
}
.case-list .case-item:hover .bg-img {
  transform: scale(1.1);
}
.case-list .title {
  color: #202020;
  font-size: 18px;
  margin-top: 48px;
  padding: 0 10px;
}
.case-list .desc {
  font-size: 14px;
  color: #626262;
  margin-top: 14px;
  padding: 0 20px;
}

/* About Us Section Styles */
.about-us {
  width: 94%;
  float: right;
  background: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 104px;
}
.about-us .category {
  margin-top: 130px;
  margin-bottom: 75px;
}
.about-us .about-info {
  width: 52.25%;
  float: left;
  padding-right: 46px;
  padding-bottom: 85px;
}
.about-us .about-info .title {
  font-size: 26px;
  color: #0D6C58;
}
.about-us .about-info .title .title-en {
  font-size: 15px;
  padding-top: 15px;
}
.about-us .about-info .desc {
  font-size: 14px;
  color: #333;
  line-height: 2.2;
  padding-top: 30px;
  height: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.about-us .about-info .about-icons {
  margin-top: 20px;
  color: #0D6C58;
}
.about-us .about-info .about-icons .about-icon {
  float: left;
  white-space: nowrap;
  margin-right: 7vw;
}
.about-us .about-info .about-icons .about-icon:hover img {
  transform: scale(1.1);
}
.about-us .about-info .about-icons .about-icon:nth-child(2) {
  margin-right: 0;
}
.about-us .about-info .about-icons img {
  width: 80px;
  float: left;
  margin-right: 24px;
  transition-duration: 0.3s;
}
.about-us .about-info .about-icons .title {
  float: left;
  font-size: 30px;
  padding-top: 14px;
}
.about-us .about-info .about-icons .title span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.about-us .about-img {
  width: 47.75%;
  height: 100%;
  float: left;
  position: relative;
}
.about-us .about-img .img-box {
  height: 100%;
}
.about-us .about-img .about-badge {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.about-us .about-img .about-badge img {
  height: 100%;
}

/* News Section Styles */
.news {
  margin-top: 110px;
  margin-bottom: 20px;
  padding: 50px 0;
}
.news .news-left {
  width: 50%;
  float: left;
}
.news .news-box {
  padding-top: 76px;
}
.news .news-one {
  padding: 25px;
  background: #fff;
  color: #333;
  border-radius: 5px;
  margin-bottom: 32px;
  transition-duration: 0.3s;
}
.news .news-one:hover {
  box-shadow: #cdcdcd 6px 7px 20px 0px;
}
.news .news-one:hover .btn {
  background-color: #2C7766;
  color: #fff;
}
.news .news-one:hover .time {
  color: #2C7766;
}
.news .news-one:hover .bg-img {
  transform: scale(1.1);
}
.news .news-one .news-img {
  width: 38.8%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.news .news-one .bg-img {
  padding-top: 74%;
  transition-duration: 0.3s;
}
.news .news-one .news-info {
  width: 61.2%;
  float: left;
  padding-left: 33px;
  position: relative;
}
.news .news-one .title {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 20px;
}
.news .news-one .desc {
  font-size: 14px;
  line-height: 1.7;
  height: 72px;
  margin-bottom: 17px;
}
.news .news-one .btn {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #F5F5F5;
  border-radius: 50%;
  text-align: center;
  color: #DEDEDE;
  font-size: 35px;
  float: left;
  transition-duration: 0.3s;
}
.news .news-one .time {
  font-size: 18px;
  text-align: right;
  color: #5C5C5C;
  padding-top: 20px;
  transition-duration: 0.3s;
}
.news .news-right {
  width: 50%;
  float: left;
  padding-left: 63px;
}
.news .news-right .news-one {
  padding-top: 30px;
}
.news .news-right .news-one:hover .day {
  color: #2C7766 !important;
}
.news .news-right .news-one .news-time {
  width: 125px;
  padding: 9px 0 7px 0;
  margin-bottom: 2px;
  float: left;
  text-align: center;
  border-right: 1px solid #E6E6E6;
}
.news .news-right .news-one .news-time .day {
  font-size: 57px;
  color: #333;
  font-weight: bold;
}
.news .news-right .news-one .news-time .year {
  font-size: 18px;
  color: #333;
  margin-top: 7px;
}
.news .news-right .news-one .news-info {
  width: calc(100% - 150px);
}
.news .news-right .news-one .news-info .desc {
  height: unset;
  margin-bottom: 0;
}
.news .news-right .news-one .news-info .title {
  margin-bottom: 10px;
}

/* Footer Section Styles */
.footer {
  background: #333;
  color: #fff;
}
.footer .sologen {
  height: 120px;
  background: #0D6C58;
  color: #f7f7f7;
  font-size: 18px;
}
.footer .sologen p {
  line-height: 120px;
}
.footer .bottom {
  padding: 80px 0;
}
.footer .bottom .nav {
  width: 240px;
  float: left;
  margin-left: 6.2%;
}
.footer .bottom .nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .bottom .nav li {
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
}
.footer .bottom .nav li:nth-last-child(1) {
  margin-bottom: 0;
}
.footer .bottom .tel {
  float: left;
  margin-left: 10%;
}
.footer .bottom .tel lable {
  color: #b7b7b7;
}
.footer .bottom .tel p {
  padding-top: 17px;
  padding-bottom: 22px;
  color: #0D6C58;
  font-size: 28px;
  font-family: BentleyLight;
}
.footer .bottom .tel .btn {
  width: 98px;
  height: 29px;
  background: #0D6C58;
  text-align: center;
  color: #fff;
  line-height: 29px;
  cursor: pointer;
}
.footer .bottom .qr {
  text-align: center;
  float: right;
  color: #B7B7B7;
  width: 154px;
}
.footer .bottom .qr div {
  line-height: 19px;
}
.footer .bottom .qr img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
.footer .bottom .copyright {
  margin-top: 80px;
  border-top: 1px solid #464646;
  color: #b7b7b7;
  padding-top: 30px;
}
.footer .company-info {
  width: 200px;
  float: left;
  text-align: justify;
  margin-top: -10px;
}
.footer .company-info .ft-logo {
  width: 100%;
}
.footer .company-info ul {
  display: flex;
  margin-top: 40px;
}
.footer .company-info ul li {
  flex: 1;
  text-align: center;
}
.footer .company-info ul li img {
  width: 35px;
}
.footer .company-info ul li.wechat-icon {
  position: relative;
  cursor: pointer;
}
.footer .company-info ul li.wechat-icon:hover .pop-qr {
  display: block;
}
.footer .company-info ul li.wechat-icon .pop-qr {
  display: none;
  position: absolute;
  top: 140%;
  left: 50%;
  width: 120px;
  height: 120px;
  padding: 8px;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.footer .company-info ul li.wechat-icon .pop-qr svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .company-info ul li.wechat-icon .pop-qr img {
  width: 100% !important;
  height: auto !important;
}

.footer-links a {
  color: white;
  margin: 0 10px;
}

.qr-code {
  width: 100px;
}

@media screen and (max-width: 1600px) {
  .container {
    padding: 0 10px;
  }
  .header .logo-box {
    padding-left: 0;
  }
  .header .nav {
    padding: 70px 0 0 0;
  }
  .header .nav li {
    padding: 0 10px;
  }
  .recommend .left {
    padding: 39px 10px;
  }
  .recommend .right .recommend-links {
    width: calc(100% - 200px);
  }
  .recommend .right .search-box {
    width: 200px;
    margin-right: 0;
  }
  .company-strength {
    height: 56vw;
    padding: 0;
  }
  .company-strength::after {
    width: 66%;
  }
  .company-strength .strength-info {
    width: 70%;
    padding-top: 2vw;
  }
  .company-strength .strength-info .desc {
    padding-left: 100px;
    padding-right: 20px;
  }
  .company-strength .strength-list .strength-item {
    height: 120px;
  }
  .about-us .category {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .about-us .about-info .about-icons .about-icon {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }
  .about-us .about-info .about-icons .about-icon img {
    float: unset;
    margin-right: 0;
  }
  .about-us .about-info .about-icons .about-icon .title {
    float: unset;
  }
  .about-us .about-img .img-box {
    padding-top: 0;
    height: 100%;
  }
}/*# sourceMappingURL=styles.css.map */