* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
body {
  font-size: 16px;
  color: #333;
  font-family: Hiragino Sans GB,Microsoft YaHei,Arial, Helvetica, sans-serif;
}
a {
  color: #333;
  text-decoration: none; 
}
a:hover {
  color: #00c1c1;
}

@media (max-width: 768px) {
  a:hover {
    color: #333;
  }
}

ul, ol, li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

/*Demo styles start*/
.swiper01 {
    position: relative;
    width: 100%;
    height: 100%;
  }

.swiper01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper01 .swiper-slide img {
  display: block;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper01 .swiper-slide img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .swiper01 .swiper-slide img {
    width: 100%;
  }
}

.banner .m-banner {
  display: none;
}

@media (max-width: 768px) {
  .banner .pc-banner {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner .m-banner {
    display: block;
  }
}

.swiper01 {
  margin-left: auto;
  margin-right: auto;
}

/* .swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
  color: #fff !important;
} */

/* .swiper01 .swiper-button-next {
  right: 5%;
}

.swiper01 .swiper-button-prev {
  left: 5%;
} */

/* @media (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
} */

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    bottom: 16px !important;
    width: 36px !important;
    height: 5px !important;
    border-radius: 0 !important;
  }
}

.swiper-pagination-bullets {
  bottom: 16px !important;

}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper02 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper02 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.swiper02 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 768px) {
  .swiper02 .swiper-slide .soln-down {
    font-size: 1rem;
  }
}


@media (min-width: 768px) and (max-width: 1199px) {
  .swiper02 .swiper-slide img {
    width: 100%;
  }
}

.swiper02 .swiper-button-next,
.swiper02 .swiper-button-prev {
  color: #00c1c1 !important;
}
/*Demo styles end*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.clearfix{
  zoom: 1;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .m-p {
    padding: 0 0.75rem;
  }
}

.header-topbar {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 13px !important;
  background-color: #333;
}

@media (max-width: 768px) {
  .header-topbar {
    display: none;
  }
}

.topbar-left p {
  color: #999;
}

.topbar-right p {
  font-weight: bold;
  color: #00d1d1;
}

.topbar-right p span:first-child {
  margin-right: 5px;
  font-size: 13px !important;
}

.header-navbar {
  height: 80px;
}

@media (max-width: 768px) {
  .header-navbar {
    position: relative;
    height: 3.75rem;
  }
}

@media (max-width: 768px) {
  .header-navbox {
    padding: 0 0.75rem;
  }
}

.logo {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .logo {
    padding: 0.625rem 0;
  }
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: auto;
  height: 60px;
}

@media (max-width: 768px) {
  .logo img {
    height: 2.5rem;
  }
}

.hamburger {
  display: none;
  width: 32px;
  padding: 18px 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger {
    display: block
  }
}

.hamburger span {
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  background-color: #00d1d1;
}

.hamburger span:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .navbar-nav {
    float: none !important;
    position: absolute;
    top: 3.75rem;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    background-color: #00d1d1;
    transition: max-height 0.4s ease-out;
  }
}

@media (max-width: 768px) {
  .navbar-nav.open {
    max-height: 306px;
  }
}

.navbar-nav ul>li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .navbar-nav ul>li {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .navbar-nav ul>li {
    display: block;
    width: 100%;
  }
}

.navbar-nav>ul>li>a {
  position: relative;
  display: block;
  line-height: 80px;
  padding: 0 16px;
}

.navbar-nav>ul>li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}

.navbar-nav ul>li:hover {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .navbar-nav ul>li:hover {
    background: none;
  }
}

.navbar-nav ul>li:hover>a {
  color: #00c1c1;
}

.navbar-nav ul>li:hover::after {
  background-color: #00c1c1;
  transition: background-color 0.3s linear;
}

@media (max-width: 768px) {
  .navbar-nav ul>li:hover::after {
    background: none;
  }
}

@media (max-width: 768px) {
  .navbar-nav ul>li a:hover {
    background: none;
    border-bottom: none;
  }
}

.navbar-nav ul>li.visited>a {
  color: #00c1c1;
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .navbar-nav ul>li.visited>a {
    color: #fff;
    background: none;
  }
}

.navbar-nav ul>li.visited>a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #00c1c1;
}

@media (max-width: 768px) {
  .navbar-nav ul>li.visited>a::after {
    content: none;
  }
}

@media (max-width: 768px) {
  .navbar-nav ul>li a.visited {
    background: none;
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .navbar-nav ul>li a {
    padding: 0 0.75rem;
    line-height: 3.125rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.6) !important;
  }
}

.navbar-nav ul>li ul.submenu {
  display: none;
  position: absolute;
  width: 130px;
  padding: 10px 0;
  background-color: #00c1c1;
  z-index: 99;
}

@media (max-width: 768px) {
  .navbar-nav ul>li ul.submenu {
    display: none;
  }
}

.navbar-nav ul>li:hover ul.submenu {
  display: block;
}

@media (max-width: 768px)  {
  .navbar-nav ul>li:hover ul.submenu {
    display: none;
  }
}

.navbar-nav ul>li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar-nav ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.navbar-nav ul>li ul li:last-child a {
  border-bottom: 0;
}

.navbar-nav ul>li ul li a:hover {
  color: #00c1c1;
  background-color: #fff;
  transition: background-color 0.1s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.banner {
  width: 100%;
}

.mod {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .mod {
    margin-top: 30px;
  }
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 1.25rem;
    padding: 0 0.75rem;
  }
}

.section-title h2 {
  margin-bottom: 6px;
  font-size: 32px;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 24px;
  }
}

.section-title p {
  font-size: 14px;
  color: #666;
}

.m-bg {
  padding: 50px 0;
  background-color: #f8f8f8;
}

@media (max-width: 768px) {
  .m-bg {
    padding: 1.75rem 0;
  }
}

.h-m-more {
  margin-top: 30px;
}

.b-more a {
  display: block;
  text-align: center;
  color: #00d1d1;
  font-size: 14px;
  border: 1px solid #00d1d1;
}

.b-more a:hover {
  color: #fff;
  background-color: #00d1d1;
}

.topbanner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .topbanner {
    height: auto;
  }
}

.topbanner>img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

@media (max-width: 768px) {
  .topbanner>img {
    position: static;
    margin-left: 0;
  }
}

.topbanner .m-banner {
  display: none;
}

@media (max-width: 768px) {
  .topbanner .pc-banner {
    display: none;
  }
}

@media (max-width: 768px) {
  .topbanner .m-banner {
    display: block;
    width: 100%;
  }
}


.breadcrumb {
  height: 44px;
  line-height: 44px;
  color: #999;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
}

.breadcrumb .breadcrumb-box {
  background: url(../images/home.png) left center no-repeat;
  background-size: 14px 14px;
}

@media (max-width: 768px) {
  .breadcrumb .breadcrumb-box {
    background: none;
  }
}

.breadcrumb .breadcrumb-box span {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .breadcrumb .breadcrumb-box span {
    display: none;
    margin-left: 0;
  }
}

.breadcrumb .breadcrumb-box a {
  display: inline-block;
  color: #999;
}

.breadcrumb .breadcrumb-box a:last-child {
  color: #00c1c1;
}

.menu {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  background-color: #f2f2f2;
}

.menu .menu-box {
  display: flex;
}

.menu .menu-box ul li {
  display: inline-block;
  text-align: center;
}

.menu .menu-box ul li a {
  display: block;
  padding: 16px 20px;
}

@media (max-width: 768px) {
  .menu .menu-box ul li a {
    padding: 1rem 0.75rem;
  }
}

.menu .menu-box ul li a.on,
.menu .menu-box ul li a:hover {
  color: #00c1c1;
  font-weight: bold;
  border-bottom: 2px solid #00c1c1;
}

@media (max-width: 768px) {
  .section-content {
    padding: 0 0.75rem;
  }
}
/*首页 服务项目*/
.home-service .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-service .section-content ul li {
  width: 224px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-service .section-content ul li {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .home-service .section-content ul li {
    width: 48%;
    padding-bottom: 1rem;
  }
}

.home-service .section-content ul li a,
.main1200 .service-main-box ul li a {
  display: block;
  position: relative;
}

.home-service .section-content ul li a img {
  width: 224px;
}

@media (max-width: 768px) {
  .home-service .section-content ul li a img {
    width: 100%;
  }
}

.home-service .section-content ul li a .service-text,
.main1200 .service-main-box ul li a .service-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0.0deg, rgba(0, 209, 209, 1) 0.0, rgba(255, 255, 255, 0) 40.0%);
}

.home-service .section-content ul li a:hover .service-text {
  background-color: rgba(0,209,209,0.9);
  transition: background-color 0.15s linear;
}

.home-service .section-content ul li a p,
.main1200 .service-main-box ul li a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.home-service .section-content ul li a:hover p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

/*首页 解决方案*/
.home-solution .section-content {
  padding-bottom: 40px;
  background: linear-gradient(to top, #333 85%, transparent 15%);
}

.home-solution .soln-box a {
  display: block;
  position: relative;
  width: 285px;
}

@media (max-width: 768px) {
  .home-solution .soln-box a {
    width: 100%;
  }
}

.home-solution .soln-box a .soln-down {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0.0deg,rgba(0,209,209,0.8) 0.0,rgba(255,255,255,0) 40.0%)
}

@media (max-width: 768px) {
  .home-solution .soln-box .swiper-slide a img {
    width: 100%;
  }
}

.home-solution .soln-box a .soln-down p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.home-solution .soln-box .soln-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.home-solution .soln-box .soln-middle>p {
  display: none;
}

.home-solution .soln-box .soln-middle p span:first-child {
  font-size: 20px;
}

.home-solution .soln-box .soln-middle p span:last-child {
  font-size: 14px;
}

.home-solution .soln-box a:hover .soln-down {
  display: none;
}

.home-solution .soln-box a:hover .soln-middle {
  background-color: rgba(0,209,209,0.9);
  transition: background-color 0.15s linear;
}

.home-solution .soln-box a:hover .soln-middle>p {
  display: block;
}

.home-solution .soln-more {
  margin-top: 30px;
}

.home-solution .soln-more a {
    width: 140px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
}

/*首页 服务品牌*/
.home-bland .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-bland .section-content ul li {
  width: 156px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .home-bland .section-content ul li {
    width: 31%;
    margin-bottom: 0.75rem;
  }
}

.home-bland .section-content ul li img {
  width: 100%;
}

/*首页 核心优势*/

.home-advantage .adv-box,
.scl-fangan2 .adv-box {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .home-advantage .adv-box,
  .scl-fangan2 .adv-box {
    margin-bottom: 2rem;
  }
}

.home-advantage .adv-img, .home-advantage .adv-text, .scl-fangan2 .adv-text, .scl-fangan2 .adv-img {
  width: 48%;
}

@media (max-width: 768px) {
  .home-advantage .adv-img, .home-advantage .adv-text, .scl-fangan2 .adv-text, .scl-fangan2 .adv-img {
    float: none !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .home-advantage .adv-img,
  .scl-fangan2 .adv-img {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 768px) {
  .home-advantage .adv-img img,
  .scl-fangan2 .adv-img img {
    width: 100%;
  }
}

.home-advantage .adv-text-tit,
.scl-fangan2 .adv-text-tit {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #00d1d1;
}

@media (max-width: 768px) {
  .home-advantage .adv-text-tit,
  .scl-fangan2 .adv-text-tit {
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

.home-advantage .adv-text-tit span,
.scl-fangan2 .adv-text-tit span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 0 20px;
  background-color: #00d1d1;
}

@media (max-width: 768px) {
  .home-advantage .adv-text-tit span,
  .scl-fangan2 .adv-text-tit span {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
    border-radius: 0 0.875rem;
  }
}

.home-advantage .adv-text-tit h3,
.scl-fangan2 .adv-text-tit h3 {
  display: inline-block;
  font-size: 28px;
  color: #00c1c1;
}

@media (max-width: 768px) {
  .home-advantage .adv-text-tit h3,
  .scl-fangan2 .adv-text-tit h3 {
    font-size: 1.25rem;
  }
}

.home-advantage .adv-text-list p,
.scl-fangan2 .adv-text-list p {
  line-height: 32px;
}

.home-advantage .adv-img img
.scl-fangan2 .adv-img img {
  width: 100%;
}

/*首页 关于我们*/
.home-about,
.scl-about {
  position: relative;
}

.home-about .section-content,
.scl-about .section-content {
  position: relative;
}

.home-about .introduce-l,
.scl-about .introduce-l {
  width: 40%;
}

.home-about .introduce-l img,
.scl-about .introduce-l img {
  width: 100%
}

.home-about .introduce-r,
.scl-about .introduce-r {
  width: 55%;
}

@media (max-width: 768px) {
  .home-about .introduce-l,
  .home-about .introduce-r,
  .scl-about .introduce-l,
  .scl-about .introduce-r {
    width: 100%;
  }
}

.home-about .introduce-r h3,
.scl-about .introduce-r h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00d1d1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .home-about .introduce-r h3,
  .scl-about .introduce-r h3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-about .introduce-r .introduce-text,
  .scl-about .introduce-r .introduce-text {
    padding: 1rem 0;
  }
}

.home-about .introduce-r .introduce-text p,
.scl-about .introduce-r .introduce-text p {
  line-height: 28px;
}

@media (max-width: 768px) {
  .home-about .introduce-r .introduce-text p,
  .scl-about .introduce-r .introduce-text p {
    line-height: 32px;
  }
}

.home-about .introduce-r .introduce-more {
  margin-top: 20px;
  text-align: right;
}

@media (max-width: 768px)  {
  .home-about .introduce-r .introduce-more {
    display: none;
  }
}

.home-about .introduce-r .introduce-more a {
  display: inline-block;
  width: 92px;
  height: 24px;
  line-height: 24px;
}

.home-about .introduce-data,
.scl-about .introduce-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-about .data-box,
.scl-about .data-box {
  width: 33.33%;
  margin-top: 40px;
  padding: 16px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .home-about .data-box,
  .scl-about .data-box {
    margin-top: 0;
    padding-top: 2rem;
  }
}

.home-about .data-box p.data-up,
.scl-about .data-box p.data-up {
  line-height: 42px;
  font-size: 36px;
  color: #00d1d1;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home-about .data-box p.data-up,
  .scl-about .data-box p.data-up {
    font-size: 1.75rem;
  }
}

.home-about .data-box p.data-up span,
.scl-about .data-box p.data-up span {
  font-size: 20px;
  color: #999;
}

@media (max-width: 768px) {
  .home-about .data-box p.data-up span,
  .scl-about .data-box p.data-up span {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .home-about .data-box p.data-down,
  .scl-about .data-box p.data-down {
    font-size: 0.75rem;
  }
}

.home-about .data-box p.data-down,
.scl-about .data-box p.data-down {
  color: #666;
}

/*首页 荣誉证书*/
.home-qualification .section-content ul,
.scl-qualification .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-qualification .section-content ul li,
.scl-qualification .section-content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 19px;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .home-qualification .section-content ul li,
  .scl-qualification .section-content ul li {
    width: 30%;
    height: auto;
    padding: 0.25rem;
  }
}

@media (max-width: 768px) {
  .home-qualification .section-content ul li,
  .scl-qualification .section-content ul li {
    margin-bottom: 0.75rem;
  }
}

.home-qualification .section-content ul li img,
.scl-qualification .section-content ul li img {
  max-width: 140px;
  max-height: 140px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .home-qualification .section-content ul li img,
  .scl-qualification .section-content ul li img {
    max-width: 100%;
    max-height: 100%;
  }
}

.home-qualification .qualification-more,
.scl-qualification .qualification-more {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .home-qualification .qualification-more,
  .scl-qualification .qualification-more {
    margin-top: 1.25rem;
  }
}

.home-qualification .qualification-more a,
.scl-qualification .qualification-more a {
  width: 140px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
}

/*首页 服务流程*/
.home-flow .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-flow .section-content ul li {
  width: 120px;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #00d1d1;
}

.home-flow .section-content ul li span {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 36px;
  color: #fff;
  background-color: #00d1d1;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-flow .section-content ul li {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .home-flow .section-content ul li {
    width: 23%;
    padding: 1.25rem 0;
    margin: 0.375rem 0;
  }
}

.home-flow .section-content ul li img {
  display: inline-block;
  width: 72px;
  height: 72px;
}

@media (max-width: 768px) {
  .home-flow .section-content ul li img {
    width: 3.375rem;
    height: 3.375rem;
  }
}

.home-flow .section-content ul li p:nth-child(2) {
  padding: 4px 0;
  font-size: 32px;
  font-weight: bold;
  color: #999;
}

@media (max-width: 768px) {
  .home-flow .section-content ul li p:nth-child(2) {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .home-flow .section-content ul li p:last-child {
    font-size: 0.875rem;
  }
}

/*首页 新闻资讯*/
.home-news .h-news-l {
  width: 660px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-news .h-news-l {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-news .h-news-l,
  .home-news .h-news-r {
    float: none;
  }
}

@media (max-width: 768px) {
  .home-news .h-news-l {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .home-news .h-news-l,
  .home-news .h-news-r {
    float: none;
  }
}

.home-news .h-news-l .h-news-t,
.home-news .h-news-r .h-news-t {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #00c1c1;
}

.home-news .h-news-l .h-news-t h3,
.home-news .h-news-r .h-news-t h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #00c1c1;
}

.home-news .h-news-l .h-news-t a,
.home-news .h-news-r .h-news-t a {
  float: right;
  text-align: right;
  line-height: 28px;
  color: #666;
}

.home-news .h-news-l .h-news-l-list ul li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}

.home-news .h-news-l .h-news-l-list ul li a {
  display: inline-block;
}

@media (max-width: 768px) {
  .home-news .h-news-l .h-news-l-list .h-news-img {
    display: block;
    width: 30%;
  }
}

.home-news .h-news-l .h-news-l-list ul li img {
  width: 90px;
  height: 60px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home-news .h-news-l .h-news-l-list ul li img {
    width: 100%;
    height: 100%;
    margin-right: 4%;
  }
}

.home-news .h-news-l .h-news-l-list ul li .h-news-tit {
  width: 420px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .home-news .h-news-l .h-news-l-list ul li .h-news-tit {
    float: right !important;
    width: 66%;
    white-space: wrap;
    line-height: normal;
  }
}

.home-news .h-news-l .h-news-l-list ul li span {
  line-height: 60px;
  font-size: 14px;
  color: #999;
}

@media (max-width: 768px) {
  .home-news .h-news-l .h-news-l-list ul li span {
    line-height: normal;
  }
}

.home-news .h-news-r {
  width: 420px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-news .h-news-r {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .home-news .h-news-r {
    width: 100%;
  }
}

.home-news .h-news-r .h-news-r-list ul li {
  line-height: 48px;
  border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 768px) {
  .home-news .h-news-r .h-news-r-list ul li {
    line-height: normal;
    padding: 0.5rem 0;
  }
}

.home-news .h-news-r .h-news-r-list ul li a {
  width: 300px;
  overflow: hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .home-news .h-news-r .h-news-r-list ul li a {
    width: 100%;
    white-space: wrap;
    line-height: 1.75rem;
  }
}

.home-news .h-news-r .h-news-r-list ul li span {
  color: #999;
  font-size: 14px;
}

.linxi {
  width: 100%;
  height: 148px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
  background-color: #00c1c1;
}

@media (max-width: 768px) {
  .linxi {
    margin-top: 1.25rem;
    height: 7.25rem;
  }
}

.linxi p:first-child {
  padding-top: 30px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .linxi p:first-child {
    font-size: 1rem;
  }
}

.linxi p:first-child span {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .linxi p:first-child span {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .linxi p:last-child {
    font-size: 0.875rem;
  }
}

.footer, .h-links {
  background-color: #333;
}

.footer .footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 40px 0;
}

@media (max-width: 768px) {
  .footer .footer-box  {
    padding: 50px 0 40px 0;
  }
}

.footer .footer-box .footer-box-left {
  display: inline-block;
  width: 55%;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-box-left {
    display: none;
  }
}

.footer .footer-box .footer-box-middle {
  display: inline-block;
  width: 30%;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-box-middle {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.footer .footer-box .footer-box-right {
  display: inline-block;
  width: 15%;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-box-right {
    display: block;
    width: 100%;
  }
}

.footer .footer-box .footer-menu {
  margin-right: 60px;
}

.footer .footer-box .footer-menu h3,
.footer .footer-box .footer-contact h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #00c1c1;
  border-bottom: 1px dotted #00c1c1;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-contact h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    border-bottom: none;
  }
}

.footer .footer-box .footer-contact h3 {
  display: inline-block;
}

.footer .footer-box .footer-menu ul li a,
.footer .footer-box .footer-contact p {
  line-height: 32px;
  color: #999;
  font-size: 14px;
}

.footer .footer-box .footer-box-right {
  position: relative;
}

.footer .footer-box .footer-box-wechat {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-box-wechat {
    position: static;
    text-align: center;
  }
}

.footer .footer-box .footer-box-right img,
.footer .footer-box .footer-box-right p {
  width: 120px;
}

@media (max-width: 768px) {
  .footer .footer-box .footer-box-right p {
    width: 100%;
  }
}

.footer .footer-box .footer-box-right p {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.footer .copyright {
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer .copyright p {
    padding: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer .copyright p a:last-child {
    display: none;
  }
}

.b-line {
  width: 100%;
  border: 0;
  height: 1px;
  background-color: #666;
}

@media (max-width: 768px) {
  .b-line {
    display: none;
  }
}

.footer .copyright,
.footer .copyright p a {
  font-size: 14px;
  color: #999;
}

.h-links {
  padding: 16px 0;
}

@media (max-width: 768px) {
  .h-links {
    display: none;
  }
}

.h-links ul li {
  display: inline-block;
  padding: 0 4px;
  color: #999;
  font-size: 14px;
}

.h-links a {
  color: #999;
}

.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 998;
}

@media (max-width: 768px) {
  .sideBar {
    display: none;
  }
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

.side a {
    display: block;
    height: 50px;
    font-size: 0;
}

.side a span:first-child,
.side a span:last-child {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}

.side a span:first-child {
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #00b0b0;
    transition: all 0.3s;
}

.side a span:first-child img {
    vertical-align: middle;
}

.side a span:last-child {
    text-align: center;
    line-height: 50px;
    background: #232323;
    font-size: 13px;
    color: #fff;
    transition: all 1s;
}

.side1 {
    right: -140px;
    width: 190px;
}

.side1 a span:last-child {
    width: 140px;
}

.side2 {
    right: -190px;
    width: 240px;
    top: 51px;
}

.side2 a span:last-child {
    width: 190px;
}

.side3 {
    right: -90px;
    width: 140px;
    top: 102px;
    cursor: pointer;
}

.side3 a span:last-child {
    width: 90px;
    font-size: 14px;
}

.qcodepic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.qcodepic img{
    width: 100%;
}

.side3:hover .qcodepic {
    display: block;
}

.side4 {
    right: -90px;
    width: 140px;
    top: 153px;
    cursor: pointer;
}

.side4 a span:last-child {
    width: 90px;
    font-size: 14px;
}

#ScrollToTop.hidden {
  display: none;
}

.side:hover {
    right: 0;
}

.side:hover a span:first-child {
    background: #00b0b0;
}

.wxpic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.wxpic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 关于我们 */
.main1200 h1 {
  margin-bottom: 30px;
  padding: 60px 0 16px;
  text-align: center;
  font-size: 24px;
  color: #00c1c1;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
  .main1200 h1 {
    margin-bottom: 1rem;
    padding: 2rem 0 0.5rem;
  }
}

.main1200 .about-con p,
.main1200 .about-con h3,
.main1200 .about-article-main p,
.main1200 .introduce-text p,
.main1200 .news-art-main p {
  margin-bottom: 16px;
  line-height: 32px;
}

.main1200 .about-article-main p img,
.main1200 .news-art-main p img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .main1200 .about-con p,
  .main1200 .about-con h3,
  .main1200 .about-article-main p,
  .main1200 .introduce-text p,
  .main1200 .news-art-main p {
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .main1200 .about-con p img {
    width: 100%;
  }
}

.main1200 .qual-con ul {
  display: flex;
  flex-wrap: wrap;
}

.main1200 .qual-con ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 184px;
  height: 184px;
  margin: 8px;
  padding: 19px;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .main1200 .qual-con ul li {
    width: 40%;
    height: auto;
    padding: 0.375rem;
  }
}

.main1200 .qual-con ul li img {
  display: block;
  max-width: 184px;
  max-height: 184px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .main1200 .qual-con ul li img {
    max-width: 100%;
    max-height: 100%;
  }
}

.main1200 .photo-con>ul,
.main1200 .projec-case-list>ul,
.main1200 .case-main-list>ul,
.main1200 .news-case-list>ul {
  margin-right: -32px;
}

@media (max-width: 768px) {
  .main1200 .photo-con>ul,
  .main1200 .projec-case-list>ul,
  .main1200 .case-main-list>ul,
  .main1200 .news-case-list>ul {
  margin-right: 0;
}
}

.main1200 .photo-con>ul li,
.main1200 .projec-case-list>ul li,
.main1200 .case-main-list>ul li,
.main1200 .news-case-list>ul li {
  float: left;
  width: 276px;
  margin-right: 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .main1200 .photo-con>ul li,
  .main1200 .projec-case-list>ul li,
  .main1200 .case-main-list>ul li,
  .main1200 .news-case-list>ul li {
    width: 46%;
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding: 0 2%;
  }
}

.main1200 .photo-con>ul li a,
.main1200 .projec-case-list>ul li a,
.main1200 .case-main-list>ul li a,
.main1200 .news-case-list>ul li a {
  display: block;
}

.main1200 .photo-con ul li a img,
.main1200 .projec-case-list ul li a img,
.main1200 .case-main-list ul li a img,
.main1200 .news-case-list ul li a img {
  width: 276px;
  height: 182px;
}

@media (max-width: 768px) {
  .main1200 .photo-con ul li a img,
  .main1200 .projec-case-list ul li a img,
  .main1200 .case-main-list ul li a img,
  .main1200 .news-case-list ul li a img {
    width: 100%;
    height: auto;
  }
}

.main1200 .photo-con ul li a p,
.main1200 .projec-case-list ul li a p,
.main1200 .case-main-list ul li a p,
.main1200 .news-case-list ul li a p {
  width: 252px;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .main1200 .photo-con ul li a p,
  .main1200 .projec-case-list ul li a p,
  .main1200 .case-main-list ul li a p,
  .main1200 .news-case-list ul li a p {
    width: auto;
  }
}

.main1200 .about-article-head,
.main1200 .news-art-head {
  margin-bottom: 30px;
  padding: 60px 0 16px;
  border-bottom: 1px solid #e5e5e5;
}

.main1200 .about-article h1,
.main1200 .news-art-head h1 {
  margin-bottom: 0;
  padding: 0 0 12px 0;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  border-bottom: none;
}

.main1200 .about-article-info,
.main1200 .news-art-head .news-art-info {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.main1200 .about-article-info span,
.main1200 .news-art-head .news-art-info span {
  margin: 0 10px;
}

.main1200 .about-article-info span {
  padding: 0 10px;
}

.main1200 .about-article,
.main1200 .news-article {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.main1200 .about-article-main p img {
  max-width: 800px;
  height: auto;
}

.main1200 .about-prevnext {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

.main1200 .about-prevnext a {
  color: #666;
}

@media (max-width: 768px) {
  .main1200 .about-con .contact-text,
  .main1200 .about-con .contact-map {
    float: none;
  }
}

@media (max-width: 768px) {
  .main1200 .about-con .contact-map>div {
    width: 100% !important;
  }
}

/* 发展历程 */
.history-view{
  position: relative;
  margin: 0 auto;
}
.history-view::before{
  content: '';
  position: absolute;
  top: -1px;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #00c1c1;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
}
.history-view::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #00c1c1;
}
.history-view-item{
  position: relative;
  padding: 10px 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.history-view-item:first-child{
  padding-top: 20px;
}
.history-view-item>.date{
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00c1c1;
}
.history-view-item>.date::before{
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #00c1c1;
  top: 50%;
  left: -24px;
}
@media (min-width: 768px) {
  .history-view::before{
    left: calc(50% - 6px);
  }
  .history-view::after{
    left: 50%;
  }
  .history-view-item:nth-child(odd){
    margin-left: calc(50% + 20px);
  }
  .history-view-item:nth-child(even){
    margin-left: 0;
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .history-view-item:nth-child(even) .date{
    text-align: right;
  }
  .history-view-item:nth-child(even) .date::before{
    left: unset;
    right: -25px;
  }
}

/* 业务范围 */
.main1200 .service-main-box ul {
  margin-right: -30px;
}

@media (max-width: 768px) {
  .main1200 .service-main-box ul {
    margin-right: 0;
  }
}

.main1200 .service-main-box ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .main1200 .service-main-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.main1200 .service-main-box ul li a img {
  width: 100%;
}

.main1200 .service-main-box ul li a .service-text {
  font-size: 18px;
}

.topbanner>h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media (max-width: 768px) {
  .topbanner>h1 {
    font-size: 1.75rem;
  }
}

.main1200 .introduce-text {
  padding: 0 15px;;
}

@media (max-width: 768px) {
  .main1200 .introduce-text {
    padding: 0;
  }
}

.main1200 .projec-details-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .main1200 .projec-details-list ul {
    justify-content: space-between;
  }
}

.main1200 .projec-details-list ul li {
  width: 270px;
  margin-bottom: 40px;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .main1200 .projec-details-list ul li {
    width: 46%;
    margin-bottom: 1.25rem;
    padding: 0 2%;
  }
}

@media (max-width: 768px) {
  .main1200 .projec-details-list ul li img {
    width: 100%;
  }
}

.main1200 .projec-details-list ul li h3 {
  padding: 12px 0 8px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .main1200 .projec-details-list ul li h3 {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}

.main1200 .projec-details-list ul li p {
  line-height: 28px;
  font-size: 14px;
}

.main1200 .projec-case-list ul {
  margin-right: -32px;
}

@media (max-width: 768px) {
  .main1200 .projec-case-list ul {
    margin-right: 0;
  }
}

/* 工程案例 */
.main1200 .case-main-list {
  margin: 40px 0 30px;
}

@media (max-width: 768px) {
  .main1200 .case-main-list {
    margin: 1.25rem 0;
  }
}

.main1200 .case-art-list h2 {
  font-size: 28px;
}

.main1200 .case-art-list .section-title {
  margin-bottom: 30px;
}

.main1200 .case-art-box {
  padding: 50px 0 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 768px) {
  .main1200 .case-art-box {
    padding: 0.75rem 0 3rem;
  }
}

.main1200 .case-art-l {
  width: 452px;
}

@media (max-width: 768px) {
  .main1200 .case-art-l {
    margin-bottom: 1rem;
  }
}

.main1200 .case-art-r {
  width: 680px;
}

@media (max-width: 768px) {
  .main1200 .case-art-l,
  .main1200 .case-art-r {
    float: none;
    width: 100%;
  }
}

.main1200 .case-art-r h1 {
  margin-bottom: 16px;
  padding: 8px 0;
  line-height: 48px;
  text-align: left;
  color: #333;
  font-size: 24px;
  border-bottom: 1px dashed #e8e8e8;
}

.main1200 .case-art-r .case-art-text>div {
  margin-bottom: 8px;
  line-height: 32px;
}

.main1200 .case-art-r .case-art-text>div:last-child strong {
  float: left;
}

.main1200 .case-art-l .case-img-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 新闻资讯 */
.main1200 .news-main-box {
  padding: 16px 0;
}

.main1200 .news-main-l {
  width: 70%;
}

@media (max-width: 768px) {
  .main1200 .news-main-l {
    float: none !important;
    width: 100%;
  }
}

.main1200 .news-main-list {
  margin-bottom: 20px;;
}

.main1200 .news-main-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
}

.main1200 .news-main-list .news-list-img {
  display: block;
  width: 190px;
  height: 126px;
  overflow: hidden;
}

.main1200 .news-main-list .news-list-img a {
  display: block;
}

.main1200 .news-main-list .news-list-img a img {
  width: 100%;
}

@media (max-width: 768px) {
  .main1200 .news-main-list .news-list-img {
    display: none;
  }
}

.main1200 .news-main-list .news-list-text {
  position: relative;
  width: 628px;
  height: 126px;
}

@media (max-width: 768px) {
  .main1200 .news-main-list .news-list-text {
    width: 100%;
    height: auto;
  }
}

.main1200 .news-main-list .news-list-text h3 {
  width: 500px;
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .main1200 .news-main-list .news-list-text h3 {
    width: 100%;
    overflow: auto;
    white-space: wrap;
  }
}

.main1200 .news-main-list .news-list-text .news-list-des {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.main1200 .news-main-list .news-list-text .news-list-t {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #ccc;;
}

@media (max-width: 768px) {
  .main1200 .news-main-list .news-list-text .news-list-t {
    position: relative;
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.main1200 .news-main-r {
  width: 25%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main1200 .news-main-r {
    display: none;
  }
}

.main1200 .news-main-r .news-ad {
  margin-bottom: 30px;
}

.main1200 .news-main-r h2,
.main1200 .news-case-box h2 {
  position: relative;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 20px;
  color: #00d1d1;
  padding: 0 0 0 12px;
  
}

.main1200 .news-main-r h2:before,
.main1200 .news-case-box h2:before {
  position: absolute;
  width: 4px;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00d1d1;
}

.main1200 .news-main-r .news-side-list ul li {
  width: 300px;
  line-height: 32px;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #e8e8e8;
}

.main1200 .news-main-l {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main1200 .news-main-l {
    margin-top: 0;
  }
}

.main1200 .news-main-l .news-art-head {
  padding: 20px 0 16px;
}

.main1200 .news-art-main p img {
  max-width: 600px;
}

@media (max-width: 768px) {
  .main1200 .news-art-main p img {
    width: 100%;
  }
}

.main1200 .news-main-l .art-prevnext {
  padding: 20px 0;
}

.main1200 .news-main-l .art-prevnext p {
  line-height: 36px;
  color: #666;
}

@media (max-width: 768px) {
  .main1200 .news-main-l .art-prevnext p {
    font-size: 0.875rem;
  }
}

.main1200 .news-main-l .art-prevnext p a {
  color: #666;
}

.main1200 .news-case-list ul li {
  margin-bottom: 0;
}

/* 分页 */
.text-center {
  text-align: center;
}

.text-center .pagination>li {
  display: inline-block;
  margin: 0 3px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.text-center .pagination>li.active {
  background-color: #00d1d1;
  border: 1px solid #00d1d1;
}

.text-center .pagination>li.active a {
  color: #fff;
}

/* 水处理 */
.scl-service .section-content ul,
.scl-fangan1 .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scl-service .section-content ul li {
  width: 285px;
  text-align: center;
}

.scl-service .section-content ul li img {
  width: 285px;
}

.scl-service .section-content ul li div.scl-why-text {
  padding: 12px 15px 20px;
  border: 1px solid #00d1d1;
}

.scl-service .section-content ul li p.scl-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #00d1d1;
}

.scl-service .section-content ul li p.scl-des {
  font-size: 14px;
  line-height: 28px;
}

.scl-fangan1 .section-content ul li {
  width: 330px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
  border: 1px solid #00d1d1;
}

.scl-fangan1 .section-content ul li img {
  width: 330px;
}

.scl-fangan1 .section-content ul li div.service-text p:first-child {
  margin: 12px 0;
  font-size: 20px;
  font-weight: bold;
  color: #00d1d1;
}

.scl-fangan1 .section-content ul li div.service-text p:last-child {
  font-size: 14px;
  line-height: 24px;
}