/**
* Template Name: KnightOne
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #009961;
  text-decoration: none;
}

  a:hover {
    color: #00cc81;
    text-decoration: none;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.sym {
  align-items: center;
  background-color: #00c27b;
  border-radius: 50%;
  color: yellow;
  display: inline-flex;
  font-size: 24px;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  line-height: 1;
  transition: 0.3s;
  width: 36px;
}

.sym2 {
  align-items: center;
  background-color: #00c27b;
  border-radius: 50%;
  color: yellow;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  margin-top: 55vh;
  transition: 0.3s;
  width: 36px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

  #preloader:before {
    animation: animate-preloader 1s linear infinite;
    border: 6px solid #009961;
    border-bottom-color: #fff;
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    height: 60px;
    left: calc(50% - 30px);
    position: fixed;
    top: calc(50% - 30px);
    width: 60px;
  }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  background: #009961;
  border-radius: 50px;
  bottom: 15px;
  height: 40px;
  opacity: 0;
  position: fixed;
  right: 15px;
  transition: all 0.4s;
  visibility: hidden;
  width: 40px;
  z-index: 996;
}

  .back-to-top i {
    color: #fff;
    font-size: 28px;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #00c27b;
    color: #fff;
  }

  .back-to-top.active {
    opacity: 1;
    visibility: visible;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  z-index: 997;
}

  #header.header-scrolled,
  #header.header-inner-pages {
    background: rgba(40, 40, 40, 0.9);
  }

  #header .logo {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

    #header .logo a {
      color: #fff;
    }

    #header .logo img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      max-height: 40px;
    }

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

/* Get Startet Button */

.get-started-btn {
  background: #009961;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 25px;
  padding: 8px 25px 9px 25px;
  transition: 0.3s;
  white-space: nowrap;
}

  .get-started-btn:hover {
    background: #00b371;
    color: #fff;
  }

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

  .navbar ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    margin: 0 12px;
    position: relative;
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    padding: 25px 3px;
    position: relative;
    transition: 0.3s;
    white-space: nowrap;
  }

    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

  .navbar > ul > li > a:before {
    background-color: #009961;
    content: "";
    /* height: 2px;
  bottom: -2px; */
    height: 4px;
    left: 0;
    position: absolute;
    top: 1px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    width: 0px;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .dropdown ul {
    background: #fff;
    border-top: 2px solid #009961;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: block;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 30px);
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
  }

    .navbar .dropdown ul li {
      min-width: 200px;
    }

    .navbar .dropdown ul a {
      color: #282828;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 20px;
      text-transform: none;
    }

      .navbar .dropdown ul a i {
        font-size: 12px;
      }

      .navbar .dropdown ul a:hover,
      .navbar .dropdown ul .active:hover,
      .navbar .dropdown ul li:hover > a {
        color: #009961;
      }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    left: calc(100% - 30px);
    top: 0;
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
  }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  background: rgba(15, 15, 15, 0.9);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 999;
}

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .navbar-mobile ul {
    background-color: #fff;
    bottom: 15px;
    display: block;
    left: 15px;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    top: 55px;
    transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    color: #282828;
    font-size: 15px;
    padding: 10px 20px;
  }

    .navbar-mobile a:hover:before,
    .navbar-mobile li:hover > a:before,
    .navbar-mobile .active:before {
      visibility: hidden;
    }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover > a {
      color: #009961;
    }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }

  .navbar-mobile .dropdown ul {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: none;
    margin: 10px 20px;
    opacity: 1;
    padding: 10px 0;
    position: static;
    visibility: visible;
    z-index: 99;
  }

    .navbar-mobile .dropdown ul li {
      min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
    }

      .navbar-mobile .dropdown ul a i {
        font-size: 12px;
      }

      .navbar-mobile .dropdown ul a:hover,
      .navbar-mobile .dropdown ul .active:hover,
      .navbar-mobile .dropdown ul li:hover > a {
        color: #009961;
      }

  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

.ds_bg {
  background: url("../img/ds_hero.jpg") top center;
}

  .ds_bg .align {
    color: #FFFFFF;
    text-align: left;
  }

  .ds_bg .special {
    margin-left: 0px;
  }

.about_bg {
  background: url("../img/about_bg.jpg") top center;
}

.jcz_bg {
  background: url("../img/jcz_hero.jpg") top center;
}

  .jcz_bg .align {
    color: #FFFFFF;
    text-align: left;
  }

  .jcz_bg .special {
    margin-left: 0px;
  }


.bf_bg {
  background: url("../img/bf_hero.jpg") top center;
}

  .bf_bg .align {
    color: #FFFFFF;
    text-align: left;
  }

  .bf_bg .line {
    background-image: linear-gradient(to right, rgba(255, 208, 97, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-position: center;
    height: 4px;
    margin: 5px 0;
    width: 420px;
  }

  .bf_bg .special {
    margin-left: 0px;
  }

.index_bg {
  background: url("../img/hero-bg.jpg") top center;
}


#hero:before {
  bottom: 0;
  content: "";
  left: 0;
  /*  background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  right: 0;
  top: 0;
}

#hero .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 10px 0;
}

#hero h2 {
  color: #eee;
  font-size: 24px;
  margin-bottom: 40px;
}

#hero .play-btn {
  background: radial-gradient(#009961 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  height: 94px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 94px;
}

  #hero .play-btn::after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 0;
    z-index: 100;
  }

  #hero .play-btn::before {
    animation: pulsate-btn 3s;
    animation-delay: 0s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    background: rgba(198, 16, 0, 0);
    border: 5px solid rgba(0, 153, 97, 0.7);
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -15%;
    opacity: 1;
    position: absolute;
    top: -15%;
    width: 120px;
  }

  #hero .play-btn:hover::after {
    border-left: 15px solid #009961;
    transform: scale(20);
  }

  #hero .play-btn:hover::before {
    animation: none;
    border: none;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    border-radius: 0;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    z-index: 200;
  }

@media (min-width: 1024px) {
  /*  #hero {
    background-attachment: fixed;
  }*/
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .bf_bg .align {
    text-align: center;
  }
}

@keyframes pulsate-btn {
  0% {
    opacity: 1;
    transform: scale(0.6, 0.6);
  }

  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  /* padding: 80px 0; */
  overflow: hidden;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}

  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

    .section-title h2::after {
      background: #009961;
      bottom: 0;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      position: absolute;
      width: 50px;
    }

  .section-title p {
    color: #777777;
    font-size: 15px;
    margin-bottom: 0;
  }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about .content h3 {
  font-size: 26px;
  font-weight: 600;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

  .about .content ul li {
    padding-left: 28px;
    position: relative;
  }

    .about .content ul li + li {
      margin-top: 10px;
    }

  .about .content ul i {
    color: #009961;
    font-size: 20px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px;
  }

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  animation-delay: 0.8s;
  border: 2px solid #009961;
  border-radius: 50px;
  color: #009961;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 6px;
  padding: 12px 32px;
  transition: 0.3s;
}

  .about .content .btn-learn-more:hover {
    background: #009961;
    color: #fff;
    text-decoration: none;
  }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.seervics {
  background-color: #F7FDFF;
}

.services .bg_lt {
  background-color: #E9F8FD;
  border-radius: 10px;
  height: 100%;
  padding: 10px 10px 0 10px;
  vertical-align: middle;
  width: 180px;
}

.services h4 {
  color: #3498db;
  margin-top: 10px;
}

.services .txt {
  -webkit-writing-mode: vertical-rl;
  margin-top: 20px;
  width: 60%;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 768px) {
  .services .bg_lt {
    min-height: 151px;
    width: auto;
  }

  .services .txt {
    margin: 25px 0px;
    text-align: center;
    width: 100%;
    writing-mode: horizontal-tb;
  }
}

/*Map*/

.map {
  background-image: url(../img/map.png);
  background-position: center center;
  background-size: cover;
  color: #E6E6E6;
  height: 100vh;
  width: 100vm;
}

@media (max-width: 768px) {
  .map {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-image: url(../img/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  .cta p {
    color: #fff;
  }

  .cta .cta-btn {
    background: #009961;
    border-radius: 2px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px;
    padding: 12px 30px;
    transition: 0.5s;
  }

    .cta .cta-btn:hover {
      background: #00b371;
    }

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  color: #009961;
  float: left;
  font-size: 48px;
}

.features .icon-box p {
  color: #848484;
  font-size: 15px;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
  padding-top: 30px;
  /* background-color:#F7F7F7; */
}

  .clients .clients-wrap {
    /* border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7; */
    margin-bottom: 30px;
  }

  .clients .client-logo {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    /* border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; */
    overflow: hidden;
    /* padding: 64px; */
    padding: 10px;
    /* width: 213px;
  height: 100px; */
  }

    .clients .client-logo:hover img {
      transform: scale(1.1);
    }

  .clients img {
    transition: all 0.4s ease-in-out;
  }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  background: url("../img/counts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

  .counts::before {
    background: rgba(17, 17, 17, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .counts .title {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
  }

    .counts .title h3 {
      font-size: 36px;
      font-weight: 700;
    }

  .counts .counters span {
    color: #009961;
    display: block;
    font-size: 48px;
    font-weight: 700;
  }

  .counts .counters p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
  }

@media (min-width: 1200px) {
  .counts {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  border-radius: 50px;
  list-style: none;
  margin: 0 auto 25px auto;
  padding: 0;
  text-align: center;
}

  .portfolio #portfolio-flters li {
    background: #f4f4f4;
    border-radius: 50px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 3px 10px 3px;
    padding: 8px 16px 10px 16px;
    transition: all ease-in-out 0.3s;
  }

    .portfolio #portfolio-flters li:hover,
    .portfolio #portfolio-flters li.filter-active {
      background: #009961;
      color: #fff;
    }

    .portfolio #portfolio-flters li:last-child {
      margin-right: 0;
    }

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

  .portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .portfolio .portfolio-item .portfolio-info {
    background: #009961;
    bottom: -50px;
    left: 15px;
    opacity: 0;
    padding: 15px 20px;
    position: absolute;
    right: 15px;
    transition: all ease-in-out 0.3s;
    z-index: 3;
  }

    .portfolio .portfolio-item .portfolio-info h4 {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
    }

    .portfolio .portfolio-item .portfolio-info p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0;
    }

    .portfolio .portfolio-item .portfolio-info .preview-link,
    .portfolio .portfolio-item .portfolio-info .details-link {
      color: white;
      font-size: 24px;
      position: absolute;
      right: 50px;
      top: calc(50% - 18px);
      transition: ease-in-out 0.3s;
    }

      .portfolio .portfolio-item .portfolio-info .preview-link:hover,
      .portfolio .portfolio-item .portfolio-info .details-link:hover {
        color: #33ffb4;
      }

    .portfolio .portfolio-item .portfolio-info .details-link {
      right: 15px;
    }

  .portfolio .portfolio-item:hover img {
    top: -30px;
  }

  .portfolio .portfolio-item:hover .portfolio-info {
    bottom: 0;
    opacity: 1;
  }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 40px;
}

  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      border: 1px solid #009961;
      height: 12px;
      opacity: 1;
      width: 12px;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #009961;
    }

  .portfolio-details .portfolio-info {
    box-shadow: 0px 0 30px rgba(40, 40, 40, 0.08);
    padding: 30px;
  }

    .portfolio-details .portfolio-info h3 {
      border-bottom: 1px solid #eee;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }

    .portfolio-details .portfolio-info ul {
      font-size: 15px;
      list-style: none;
      padding: 0;
    }

      .portfolio-details .portfolio-info ul li + li {
        margin-top: 10px;
      }

  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }

    .portfolio-details .portfolio-description h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .portfolio-details .portfolio-description p {
      padding: 0;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing {
  background-color: #f9f9f9;
}

  .pricing .box {
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
    text-align: center;
  }

    .pricing .box h3 {
      color: #282828;
      font-size: 18px;
      font-weight: 400;
      font-weight: 600;
      margin-top: 15px;
      padding: 15px;
    }

    .pricing .box h4 {
      color: #009961;
      font-family: "Open Sans", sans-serif;
      font-size: 42px;
      font-weight: 500;
      margin-bottom: 20px;
    }

      .pricing .box h4 sup {
        font-size: 20px;
        left: -3px;
        top: -15px;
      }

      .pricing .box h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
      }

    .pricing .box ul {
      color: #282828;
      font-size: 14px;
      line-height: 20px;
      list-style: none;
      padding: 20px 0;
      text-align: center;
    }

      .pricing .box ul li {
        padding-bottom: 16px;
      }

      .pricing .box ul i {
        color: #009961;
        font-size: 18px;
        padding-right: 4px;
      }

      .pricing .box ul .na {
        color: #ccc;
        text-decoration: line-through;
      }

    .pricing .box .btn-wrap {
      padding: 15px;
      text-align: center;
    }

    .pricing .box .btn-buy {
      border: 2px solid #009961;
      border-radius: 50px;
      color: #009961;
      display: inline-block;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-weight: 600;
      padding: 10px 40px 12px 40px;
      transition: 0.3s;
    }

      .pricing .box .btn-buy:hover {
        background: #009961;
        color: #fff;
      }

  .pricing .recommended {
    border-color: #009961;
  }

    .pricing .recommended .btn-buy {
      background: #009961;
      color: #fff;
    }

      .pricing .recommended .btn-buy:hover {
        background: #00b371;
        border-color: #00b371;
      }

  .pricing .recommended-badge {
    background: #edfbf0;
    border-radius: 50px;
    color: #009961;
    font-size: 13px;
    left: 50%;
    padding: 3px 25px 6px 25px;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    z-index: 1;
  }

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq {
  padding: 0;
}

  .faq .content {
    padding: 60px 100px 0 100px;
  }

    .faq .content h3 {
      font-size: 34px;
      font-weight: 400;
    }

    .faq .content h4 {
      font-size: 20px;
      font-weight: 700;
      margin-top: 5px;
    }

    .faq .content p {
      color: #848484;
      font-size: 15px;
    }

  .faq .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .faq .accordion-list {
    padding: 0 100px 60px 100px;
  }

    .faq .accordion-list ul {
      list-style: none;
      padding: 0;
    }

    .faq .accordion-list li + li {
      margin-top: 15px;
    }

    .faq .accordion-list li {
      background: #fefefe;
      border-radius: 4px;
      box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
      padding: 20px;
    }

    .faq .accordion-list a {
      cursor: pointer;
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      outline: none;
      padding-right: 30px;
      position: relative;
    }

    .faq .accordion-list i {
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 0;
    }

    .faq .accordion-list p {
      margin-bottom: 0;
      padding: 10px 0 0 0;
    }

    .faq .accordion-list .icon-show {
      display: none;
    }

    .faq .accordion-list a.collapsed {
      color: #343a40;
    }

      .faq .accordion-list a.collapsed:hover {
        color: #009961;
      }

      .faq .accordion-list a.collapsed .icon-show {
        display: inline-block;
      }

      .faq .accordion-list a.collapsed .icon-close {
        display: none;
      }

@media (max-width: 1024px) {
  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .faq .content {
    padding-top: 30px;
  }

  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .cnt {
  height: 100vh;
  padding: 20vh 0;
}

.contact .sbVis {
  display: none;
}

.contact .uc {
  margin-top: 1rem;
  margin-left: 5rem;
}

.contact h2 {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .contact .cnt {
    height: auto;
    margin-bottom: 56px;
    padding: 0;
  }

  .contact .sbVis {
    display: inline-flex;
  }

  .contact h2 {
    color: #0f0f0f;
    font-weight: bold;
  }
}

.contact .info {
  background: #fff;
  width: 100%;
}

  .contact .info i {
    color: #009961;
    float: left;
    font-size: 32px;
    line-height: 1;
  }

  .contact .info h4 {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 0 0 60px;
  }

  .contact .info p {
    color: #5b5b5b;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 0 60px;
  }

  .contact .info .email,
  .contact .info .phone {
    margin-top: 40px;
  }

.contact .php-email-form {
  /* background: #fff; */
  background-color: transparent;
  width: 100%;
}

  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .contact .php-email-form .error-message {
    background: #ed3c0d;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: center;
  }

  .contact .php-email-form .sent-message {
    background: #18d26e;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: center;
  }

    .contact .php-email-form .sent-message br + br {
      margin-top: 25px;
    }

  .contact .php-email-form .loading {
    background: #fff;
    display: none;
    padding: 15px;
    text-align: center;
  }

    .contact .php-email-form .loading:before {
      animation: animate-loading 1s linear infinite;
      border: 3px solid #18d26e;
      border-radius: 50%;
      border-top-color: #eee;
      content: "";
      display: inline-block;
      height: 24px;
      margin: 0 10px -6px 0;
      width: 24px;
    }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    border-radius: 22px;
    box-shadow: none;
    font-size: 14px;
  }

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: #009961;
    }

  .contact .php-email-form input {
    height: 44px;
  }

  .contact .php-email-form textarea {
    padding: 10px 12px;
  }

  .contact .php-email-form button[type=submit] {
    background: #FFC515;
    border: 0;
    border-radius: 21px;
    color: #fff;
    /* padding: 10px 30px; */
    font-weight: bold;
    height: 44px;
    transition: 0.4s;
    width: 44px;
  }

    .contact .php-email-form button[type=submit]:hover {
      background: #00b371;
    }

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  background: #f9f9f9;
  margin-top: 72px;
  min-height: 40px;
  padding: 15px 0;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}

  .breadcrumbs ol li + li {
    padding-left: 10px;
  }

    .breadcrumbs ol li + li::before {
      color: #424242;
      content: "/";
      display: inline-block;
      padding-right: 10px;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
}

  #footer h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
  }

  #footer p {
    font-size: 15;
    font-style: italic;
    margin: 0 0 40px 0;
    padding: 0;
  }

  #footer .social-links {
    margin: 0 0 40px 0;
  }

    #footer .social-links a {
      background: #009961;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      height: 36px;
      line-height: 1;
      margin-right: 4px;
      padding: 8px 0;
      text-align: center;
      transition: 0.3s;
      width: 36px;
    }

      #footer .social-links a:hover {
        background: #00b371;
        color: #fff;
        text-decoration: none;
      }

  #footer .copyright {
    margin: 0 0 5px 0;
  }

  #footer .credits {
    font-size: 13px;
  }

    #footer .credits a {
      color: #00b371;
      transition: 0.3s;
    }

      #footer .credits a:hover {
        color: #009961;
      }

.team .member {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 30px 20px;
  text-align: center;
}

  .team .member img {
    border-radius: 50%;
    margin: 0 0 30px 0;
    max-width: 60%;
  }

  .team .member h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .team .member span {
    display: block;
    font-size: 13px;
    font-style: italic;
  }

  .team .member p {
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
  }

  .team .member .social {
    margin-top: 15px;
  }

    .team .member .social a {
      color: #919191;
      transition: 0.3s;
    }

      .team .member .social a:hover {
        color: #3498db;
      }

    .team .member .social i {
      font-size: 18px;
      margin: 0 2px;
    }

.team2 .member {
  margin-bottom: 20px;
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  padding: 30px 20px;
  text-align: center;
}

  .team2 .member img {
    border-radius: 50%;
    margin: 0 0 30px 0;
    max-width: 60%;
  }

  .team2 .member h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .team2 .member span {
    display: block;
    font-size: 13px;
    font-style: italic;
  }

  .team2 .member p {
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
  }

  .team2 .member .social {
    margin-top: 15px;
  }

    .team2 .member .social a {
      color: #919191;
      transition: 0.3s;
    }

      .team2 .member .social a:hover {
        color: #3498db;
      }

    .team2 .member .social i {
      font-size: 18px;
      margin: 0 2px;
    }

.gradient-text {
  font-size: 5rem;
  font-weight: bold;
  position: relative;
  text-align: left;
}

.gradient-text-one {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #53617C 21.5%, #FFFFFF 45%, #CBCFD4);
}

.gradient-ver1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #F0F3F6 27.5%, #FFFFFF 45%);
  font-size: 4rem;
  font-weight: bold;
}

.gradient-ver2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 27.5%, #F0F3F6 45%);
  font-size: 4rem;
  font-weight: bold;
}

.section_tl {
  /* background: url(../img/timeline_bg.png) no-repeat;
    background-origin: content-box;
    background-size: 100vw 100vh;
    background-color: #F7F7F7 */
  /* width: 100%;
  height: 100vh; */
  background: url(../img/timeline_bg.png) right center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}

.bf_question {
  background: linear-gradient(270deg, #FFFFFF 50%, #F0F3F6 0)
}

  .bf_question .sub {
    color: #3498db;
    margin-left: 2rem;
    margin-top: -3.5rem;
  }

  .bf_question ul {
    list-style: none;
  }

  .bf_question .li_l {
    padding: 1.3rem 0;
    position: relative;
  }

  .bf_question .li_r {
    padding: 0.9rem 0;
    position: relative;
  }

  .bf_question .circle {
    background-image: url(../img/bf_cp.png);
    background-position: center center;
    background-size: cover;
    margin-top: 22.5vh;
    width: 100%;
  }

.bf_gn {
  background: url(../img/bf_cpgn.png) center center;
  background-color: #252A36;
  background-size: cover;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
}

  .bf_gn .height {
    height: 22vh;
  }

  .bf_gn .pl {
    padding-left: 2.7vw;
  }

  .bf_gn .pr {
    padding-right: 2.7vw;
  }

  .bf_gn .pl4 {
    padding-left: 6.0vw;
  }

  .bf_gn .pr4 {
    padding-right: 6.5vw;
  }

  .bf_gn .pr7 {
    padding-right: 7rem;
  }

  .bf_gn .pl7 {
    padding-left: 7rem
  }

  .bf_gn .left {
    text-align: left;
  }

  .bf_gn .right {
    text-align: right;
  }

  .bf_gn .h6 {
    color: rgba(255, 255, 255, .5);
  }

.bf_td {
  text-align: left;
}

  .bf_td img {
    margin: 5px;
    max-width: 36vw;
    text-align: center;
    /* box-shadow: 0px 0px 10px lightgrey */
    /* max-height: 450px;  */
  }

  .bf_td .myBtn {
    background-color: #EFF8FC;
    margin: 5px 0px;
    padding: 5px;
    text-align: center;
    width: 120px;
  }

  .bf_td .h5 {
    color: #0d6efd;
    margin-left: 1.65rem;
  }

  .bf_td .ps {
    margin-left: 2rem;
  }

  .bf_td .an {
    text-align: left;
  }

  .bf_td .ct {
    padding-left: 6rem;
  }

#bf_td ul > li .active::after {
  color: #0d6efd;
  content: '▶';
  position: relative;
  right: -50px;
}

.bf_sh {
  margin-bottom: 30px;
  text-align: center;
}

  .bf_sh .left {
    background-image: url(../img/bf_sh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
  }

  .bf_sh .txt {
    margin-left: 2rem;
    margin-top: 24vh;
    text-align: left;
  }

  .bf_sh .icon {
    align-items: center;
    background: linear-gradient(to bottom right, #5FB2F5, #0d6efd);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
    width: 36px;
  }

.bf_rpt {
  background: linear-gradient(249deg, #F7F7F7 50%, #001F39 0);
  text-align: center;
}

  .bf_rpt .top {
    margin-top: -51vh;
    z-index: 3;
  }

  .bf_rpt .bottom {
    margin-top: 20vh;
  }

  .bf_rpt .bigPic {
    width: 42%;
  }

  .bf_rpt .tcl {
    color: #FFFFFF;
  }

  .bf_rpt .tcr {
    color: #0f0f0f
  }

.watermark {
  color: #cccccc;
  font-size: 17.25vw;
  left: 4.5vh;
  opacity: 0.15;
  position: relative;
  top: 30vh;
  user-select: none;
  z-index: 1 !important;
}


.ds_kj {
  text-align: center;
}

  .ds_kj .area {
    background-color: #F7FBFE;
    padding: 1.6vh;
  }

  .ds_kj .btn_bg {
    background-color: #D1EBFF;
    border-radius: 3px;
    color: #3498db;
    margin: 5px 0px;
    padding: 5px 0px;
    text-align: center;
  }

  .ds_kj .zj {
    height: 15vh;
    text-align: center;
    vertical-align: middle;
  }

  .ds_kj .logo {
    background: url('../img/ds_log.png') center center no-repeat;
    height: 42px;
    margin-top: -32px;
    width: 100%;
  }

  .ds_kj .cw {
    height: 21vw;
  }

  .ds_kj .middle {
    margin-top: 6.5vh;
  }

  .ds_kj .cwyth {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  .ds_kj .st {
    /* padding: 5px 10px; */
    font-weight: bold;
    margin-top: 2.1vh;
  }

  .ds_kj .bd {
    border: 1px dashed #0d6efd;
    display: inline-block;
    /* min-width: 5.1rem; */
    margin: 0px 3px 2.28vh 3px;
    padding: 3px 5px;
  }

.ds_xg {
  margin-bottom: 30px;
}

  .ds_xg .around {
    color: #5FB2F5;
    font-size: 2.4rem;
    text-align: center;
    vertical-align: middle;
  }

  .ds_xg .unit {
    font-size: 0.9rem;
  }

  .ds_xg .symbol {
    color: orange;
    font-size: 1.2rem;
  }

.ds_gn {
  background-color: #F7F7F7;
  padding: 30px 0px;
}

  .ds_gn p {
    margin-left: 2rem;
  }

  .ds_gn .left {
    background-image: linear-gradient(to bottom right, #5FB2F5, #0d6efd);
    color: #FFFFFF;
    padding: 20px 3rem;
  }

  .ds_gn .right {
    color: black;
  }

  .ds_gn .rTop {
    background-color: #FFFFFF;
  }

  .ds_gn .rBottom {
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFEFF);
  }

  .ds_gn .cell {
    border-right: #EEEEEE 1px solid;
    padding: 20px;
    /* background-image: linear-gradient(to bottom, #F4F4F4, #FFFEFF), linear-gradient(90deg, #FFFEFF, #F4F4F4); */
  }

  .ds_gn .cell2 {
    background-clip: padding-box, border-box;
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFEFF), linear-gradient(90deg, #FFFEFF, #F4F4F4);
    background-origin: padding-box, border-box;
    border-right: 1px solid transparent;
    padding: 20px;
  }


  .ds_gn .rTitle {
    font-weight: bold;
    margin: 25px 0px;
  }

  .ds_gn .icon {
    align-items: center;
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin-right: 5px;
    text-align: center;
    transition: 0.3s;
    width: 44px;
  }

.jcz_md .part1 {
  background-color: #272C38;
  border-radius: 15px;
  color: #FFFFFF;
  height: 420px;
  text-align: center;
}

.jcz_md .part2 {
  background-color: #0F89F1;
  border-radius: 15px;
  color: #FFFFFF;
  height: 420px;
  text-align: center;
}

.jcz_md .hr2 {
  background-color: #FFFFFF;
  height: 4px;
  margin: 10px 5vh;
}

.jcz_md .p {
  height: 64px;
  padding: 0px 15%;
  text-align: center;
}

.jcz_md .hr {
  background-color: #0F89F1;
  height: 4px;
  margin: 10px 5vh;
}

.jcz_md .text {
  color: #cccccc;
  font-size: 4.2rem;
  font-weight: bold;
  opacity: 0.15;
  text-align: center;
}

.jcz_yycj {
  background-color: #F4F4F4;
}

  .jcz_yycj img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .jcz_yycj .ct {
    height: 100%;
    padding-left: 5rem;
    padding-top: 2rem;
    vertical-align: middle;
    width: 100%;
  }

  .jcz_yycj .sp {
    color: #0d6efd;
  }

.jcz_jg {
  background-color: #272C38;
  color: #FFFFFF;
}

  .jcz_jg img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .jcz_jg .note {
    margin-left: 3rem;
    margin-top: 35%;
  }

.jcz_db .dLeft {
  background-color: black;
  border-radius: 25px;
  color: #FFFEFF;
  margin: 30px 0px;
  padding: 30px;
}

.jcz_db .vis {
  display: none;
}

.jcz_db .dCenter {
  color: #FFFEFF;
  float: right;
  margin: 30px 0px;
  padding: 30px;
  text-align: center;
}

.jcz_db .blue {
  background-color: #0282FE;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  margin: 1rem -6vw;
  position: relative;
  text-align: center;
  width: 9.5vw;
  z-index: 15;
}

.jcz_db .black {
  background-color: black;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  margin: 1rem -6vw;
  position: relative;
  text-align: center;
  width: 9.5vw;
  z-index: 15;
}

.jcz_db .dRight {
  background-color: #0282FE;
  border-radius: 25px;
  color: #FFFEFF;
  margin: 30px 0px;
  padding: 30px;
  /* background-image: linear-gradient(to right bottom, #0132E3, #0282FE); */
}

.jcz_pf {
  background-color: #F9F9F9;
  text-align: center;
}

  .jcz_pf img {
    border-radius: 25px;
    box-shadow: 0px 0px 10px lightgrey;
    height: 100%;
    object-fit: contain;
    width: 100%;
    /* box-shadow: 1px 8px 1px 1px #479a48,
  1px 10px 5px 1px rgba(0, 0, 0, .5); */
  }

.jcz_js {
  background-color: #F2F6FF;
  text-align: center;
}

  .jcz_js img {
    object-fit: contain;
    width: 100%;
  }

  .jcz_js .bj {
    color: #0d6efd;
    float: left;
    font-size: 12px;
    margin: 0px 5%;
    position: relative;
    text-align: center;
  }

  .jcz_js .v1 {
    display: block;
  }

  .jcz_js .v2 {
    display: none;
  }




.swc_bg {
  background: url("../img/siweiche_1_banner.png") top center;
}

.swc_gn {
  background: url('../img/siweiche_3_bg.png') top center no-repeat;
  background-color: #F2F6FF;
  background-size: none;
  color: black;
  position: relative;
}

  .swc_gn .cnt {
    margin: 5vh 0;
  }

  .swc_gn .height {
    height: auto;
  }

  .swc_gn .pl {
    padding: 1rem !important;
  }

  .swc_gn .pr {
    padding: 1rem !important;
  }

  .swc_gn .pl4 {
    padding: 6.8vh 0rem 1rem 4.5rem !important;
  }

  .swc_gn .pr4 {
    padding: 6.8vh 4.5rem 1rem 0rem !important;
  }

  .swc_gn .pr7 {
    padding: 0rem 3.0rem 0rem 0rem !important;
  }

  .swc_gn .pl7 {
    padding: 0rem 3.0rem 0rem 0rem !important;
  }

  .swc_gn .left {
    text-align: left;
  }

  .swc_gn .right {
    text-align: right;
  }

  .swc_gn .h6 {
    /* background-color: #0f0f0f; */
    border-radius: 8px;
    /* color: #848484; */
    margin: 5px 0px 30px 0px;
    min-height: 70px;
    padding: 1rem;
    vertical-align: middle;
    /* background-color: #001F39; */
  }

.swc_sjcj {
  background-color: #F2F6FF;
}

.swc_azbs {
  background-color: #272C38;
  color: #FFFFFF;
}

  .swc_azbs img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .swc_azbs .note {
    margin-left: 3rem;
    margin-top: 15%;
  }


.swc_md .part1 {
  background-color: #272C38;
  border-radius: 25px;
  padding: 10px;
  color: #FFFFFF;
  height: 220px;
  overflow: hidden;
}

.swc_md .part2 {
  background-color: #0F89F1;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 10px;
  height: 220px;
  overflow: hidden;
}

.swc_md .pt5 {
  padding: 40px 0 0 10px;
}

.swc_md .hr2 {
  background-color: #FFFFFF;
  height: 4px;
  margin: 10px 30px 20px 0;
}

.swc_md .img {
  object-fit: contain;
  vertical-align: middle;
  height: 178px;
  width: 178px;
}

.swc_md .hr {
  background-color: #0F89F1;
  height: 4px;
  margin: 10px 30px 20px 0;
}

.swc_md .text {
  margin: -4.6rem -1.5rem 0 auto;
  color: #cccccc;
  font-size: 8.1rem;
  font-weight: bold;
  opacity: 0.15;
  text-align: right;
}




.swc_jc {
  background-color: #FFFFFF;
}

  .swc_jc img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .swc_jc .ct {
    height: 100%;
    padding-left: 5rem;
    padding-top: 2rem;
    vertical-align: middle;
    width: 100%;
  }

  .swc_jc .sp {
    color: #0d6efd;
  }

.swc_sylc {
  color: #FFFEFF;
  text-align: center;
}

.swe_sylc .box {
  background: url('../img/siweiche_3_line.png') center no-repeat;
}

.swc_sylc .bg1 {
  height: 330px;
  padding-top: 25px !important;
  background-color: #0F88F1;
}

.swc_sylc .bg2 {
  margin-top: 50px;
  height: 330px;
  padding-top: 25px !important;
  background-color: #282C38;
}

.swc_sylc h5 {
  margin: 15px 0px;
}

.swc_sylc p {
  margin: 20px 10px;
  text-align: left;
}


.pd_bg {
  background: url("../img/pandian_1_banner.png") top center;
}

.pd_md .part1 {
  background-color: #272C38;
  border-radius: 25px;
  padding: 10px;
  color: #FFFFFF;
  height: 220px;
  overflow: hidden;
}

.pd_md .part2 {
  background-color: #0F89F1;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 10px;
  height: 220px;
  overflow: hidden;
}

.pd_md .pt5 {
  padding: 20px 0 0 10px;
}

.pd_md .hr2 {
  background-color: #FFFFFF;
  height: 4px;
  margin: 10px 30px 20px 0;
}

.pd_md .img {
  object-fit: contain;
  vertical-align: middle;
  height: 178px;
  width: 178px;
}

.pd_md .hr {
  background-color: #0F89F1;
  height: 4px;
  margin: 10px 30px 20px 0;
}

.pd_md .text {
  margin: -4.6rem -1.5rem 0 auto;
  color: #cccccc;
  font-size: 8.1rem;
  font-weight: bold;
  opacity: 0.15;
  text-align: right;
}

.pd_gn {
  color: #fff;
  text-align: center;
}

  .pd_gn .bg1 {
    background: url(../img/pandian_4_icon1bg.png) center center no-repeat;
    padding: 0px 5px;
    border-radius: 10px;
    height: 542px;
  }

  .pd_gn .bg2 {
    background: url(../img/pandian_4_icon2bg.png) center center no-repeat;
    padding: 0px 5px;
    border-radius: 10px;
    height: 540px;
  }

  .pd_gn img {
    max-width: 61px;
    margin-left: -10px;
    object-fit: cover;
  }

  .pd_gn h4 {
    margin: 15px 0 0 10px;
  }

  .pd_gn span {
    margin: 10px 0 0 15px;
  }

  .pd_gn .tp {
    height: 502px;
    padding: 0px 30px;
    text-align: left;
  }

.dot {
  margin: 10px 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0047AB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.dot1 {
  margin: 10px 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #FFA724;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.pd_tj {
  background-color: #282C38;
  color: #FFFFFF;
}

.bubble {
  position: relative;
  padding: 10px 12px;
  font-size: 20px;
  /* line-height: 26px; */
  color: #FFFFFF;
  background: #FFAC2A;
  /* border: 1px solid #4e637e; */
  /* border-radius: 10px; */
}

  .bubble::before,
  .bubble::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    display: block;
    font-size: 0;
    line-height: 0;
    /* border-color: #4e637e transparent transparent; */
    border-style: solid;
    border-width: 10px;
    content: "";
  }

  .bubble::after {
    bottom: -19px;
    border-color: #FFAC2A transparent transparent;
  }

.bubble_h {
  position: relative;
  text-align: center;
  background-color: #282C38;
  color: #FFFFFF;
  height: 50px;
  padding: 10px;
  margin: 22px;
}

  .bubble_h::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #282C38;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
  }

.bubble_l {
  position: relative;
  text-align: center;
  background-color: #2D8CF5;
  color: #FFFFFF;
  height: 50px;
  padding: 10px;
  margin: 22px;
}

  .bubble_l::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2D8CF5;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
  }


.pd_cpys .piece {
  color: #FFFFFF;
  height: 440px;
  padding: 10px;
  text-align: left;
  background-color: #282C38;
}

.pd_cpys .cnt {
  height: 70px;
  padding: 5px 10px;
  vertical-align: middle;
}

.pd_cpys .y {
  color: #FFC107;
  font-size: 20px;
}

.pd_cpys .x {
  color: #2D8CF5;
  font-size: 20px;
}

.pd_cpys p {
  font-size: 14px;
  margin: 5px 0 0 10px;
}

.pd_cptd {
  background-color: #F2F6FF;
}

.barrager {
  color: #ffffff;
  height: 520px;
  padding: 20px;
  margin-top: -520px;
  position: relative;
  z-index: 2;
  background-color: transparent;
}

  .barrager .s1 {
    border-radius: 50px;
    height: 54px;
    width: 330px;
    margin: 5px 0px 5px 40px;
    padding: 12px 25px 9px 25px;
    text-align: center;
    margin-top: -42px;
    background-color: #11D054;
  }

  .barrager .s2 {
    border-radius: 50px;
    margin: 5px 0px 5px 440px;
    height: 54px;
    width: 330px;
    text-align: center;
    padding: 12px 25px 9px 25px;
    margin-top: 40px;
    background-color: #0F88F1;
  }

  .barrager .s3 {
    border-radius: 50px;
    margin: 5px 30px 5px 75px;
    height: 42px;
    width: 240px;
    text-align: center;
    padding: 8px 25px 6px 25px;
    background-color: #E991FF;
  }

  .barrager .s4 {
    border-radius: 50px;
    margin: 18px 0px 5px 500px;
    height: 42px;
    width: 240px;
    text-align: center;
    padding: 8px 25px 6px 25px;
    background-color: #FF9190;
  }

  .barrager .s5 {
    border-radius: 50px;
    margin: 5px 0px 5px 220px;
    height: 54px;
    width: 330px;
    text-align: center;
    padding: 12px 25px 9px 25px;
    background-color: #282C38;
  }

  .barrager .s6 {
    border-radius: 50px;
    margin: 35px 0px 5px 360px;
    height: 54px;
    width: 330px;
    text-align: center;
    padding: 12px 25px 9px 25px;
    background-color: #FFAC2A;
  }

  .barrager .s7 {
    border-radius: 50px;
    margin: 5px 0px 5px 100px;
    height: 42px;
    width: 240px;
    text-align: center;
    padding: 8px 25px 6px 25px;
    background-color: #6ACAF2;
  }

.overlap {
  position: relative;
  width: 100%;
  height: 520px;
  position: relative;
}

  .overlap .bg_bg1 {
    border-radius: 50px;
    height: 54px;
    width: 330px;
    background-color: #D8EAF8;
  }

  .overlap .bg_bg2 {
    border-radius: 50px;
    font-size: 17px;
    height: 42px;
    width: 240px;
    transition: 0.3s;
    white-space: nowrap;
    background-color: #D8EAF8;
  }

  .overlap .b1 {
    margin: 40px 0px 0px 128px;
  }

  .overlap .b2 {
    margin: 40px 0px 0px 360px;
  }

  .overlap .b3 {
    margin: 0px 0px 0px 20px;
  }

  .overlap .b4 {
    margin: -20px 0px 0px 600px;
  }

  .overlap .b5 {
    margin: 50px 0px 0px 60px;
  }

  .overlap .b6 {
    margin: 40px 0px 0px 480px;
  }

  .overlap .b7 {
    margin: -5px 0px 0px 30px;
  }


.jc_bg {
  background: url("../img/decision_1_banner.png") top center;
}

.jc_td .sp {
  color: #0d6efd;
}

.jc_td img {
  object-fit: contain;
  width: 100%;
}

.jc_td p {
  margin: 50px 0px;
}

.jc_fx {
  background: #282C38;
  color: #fff;
}

.jc_fx img {
  object-fit: contain;
  width: 100%;
}


.jc_pm {
  background: url(../img/siweiche_3_bg.png) top center no-repeat;
  background-color: #F2F6FF;
}

.jc_pm img {
  object-fit: contain;
  /* height: 150px; */
  width: 100%;
}

.jc_pm .dv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
}

.jc_pm .spText {
  height: 51px;
  width: 191px;
  font-weight: bold;
  padding: 12px 0px;
  color: #FFFEFF;
  background: url("../img/decision_4_button.png");
  text-align: center;
}

.jc_tree {
  line-height: 36px;
}

.jc_tree img {
  object-fit: contain;
  /* height: 150px; */
  width: 100%;
}

.jc_tree .circle1 {
  margin: 0 auto;
  background-color: #67C13B;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.jc_tree .circle2 {
  margin: 0 auto;
  background-color: #E6A33B;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.jc_tree .circle3 {
  margin: 0 auto;
  background-color: #F66C6C;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}




@media (max-width: 992px) {
  .jcz_db .blue {
    margin: 20px -6vw;
    width: 11.5vw;
  }

  .jcz_db .black {
    margin: 20px -6vw;
    width: 11.5vw;
  }
}

@media (max-width: 768px) {
  .gradient-text {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    text-align: left;
  }

  .section_tl {
    background: url(../img/timeline_bg.png);
    background-position: 850px 0;
  }

  .bf_question {
    background: none;
    background-color: #F7FDFF;
  }

    .bf_question .circle {
      background-image: url(../img/bf_cp.png);
      display: none;
      margin: 30px 0px;
    }


  .bf_td {
    text-align: left;
  }

    .bf_td img {
      margin: 0px 0px 10px 0px;
      max-width: 77vw;
      text-align: center;
    }

    .bf_td .myBtn {
      background-color: #EFF8FC;
      margin: 5px 0px;
      padding: 5px 0px;
      text-align: center;
      width: 81px;
    }

  #bf_td ul > li .active::after {
    color: #0d6efd;
    content: '▶';
    position: relative;
    right: -1.5rem;
  }

  .bf_td .h5 {
    color: #0d6efd;
    margin-left: 0rem;
  }

  .bf_td .ps {
    margin-left: 0rem;
    padding-right: 15px;
  }


  .bf_td .ct {
    padding-left: 0rem;
  }

  .bf_sh .txt {
    margin-left: 2rem;
    margin-top: 4vh;
    text-align: left;
  }

  .bf_sh .left {
    background-image: url(../img/bf_sh.png);
    background-position: -142px 0px;
    height: 700px;
  }

  .bf_gn {
    background: url(../img/bf_cpgn.png) top center no-repeat;
    background-color: #252A36;
    background-size: none;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
  }

    .bf_gn .cnt {
      margin-top: 60vh;
    }

    .bf_gn .height {
      height: auto;
    }

    .bf_gn .pl {
      padding: 1rem !important;
    }

    .bf_gn .pr {
      padding: 1rem !important;
    }

    .bf_gn .pl4 {
      padding: 1rem !important;
    }

    .bf_gn .pr4 {
      padding: 1rem !important;
    }

    .bf_gn .pr7 {
      padding: 1rem !important;
    }

    .bf_gn .pl7 {
      padding: 1rem !important;
    }

    .bf_gn .left {
      text-align: center;
    }

    .bf_gn .right {
      text-align: center;
    }

    .bf_gn .h6 {
      background-color: #0f0f0f;
      border-radius: 8px;
      color: #848484;
      margin: 5px 0px 30px 0px;
      min-height: 70px;
      padding: 1rem;
      vertical-align: middle;
    }


  .bf_rpt {
    background: linear-gradient(180deg, #F7F7F7 50%, #001F39 0);
    text-align: center;
  }

    .bf_rpt .top {
      margin-top: -11vh;
      z-index: 3;
    }

    .bf_rpt .bottom {
      margin-top: 20vh;
    }

    .bf_rpt .bigPic {
      width: 96.5%;
    }

    .bf_rpt .tcl {
      color: #001F39;
    }

    .bf_rpt .tcr {
      color: #F7F7F7
    }

  .watermark {
    color: #cccccc;
    font-size: 17.25vw;
    left: 3.5vh;
    opacity: 0.15;
    position: relative;
    text-align: center;
    top: 30vh;
    transform: rotate(45deg);
    user-select: none;
    z-index: 1 !important;
  }

  .ds_kj .area {
    background-color: #F7FBFE;
    margin-top: 40px;
    padding: 1.6vh;
  }

  .ds_kj .cw {
    height: 42vw;
  }

  .jcz_jg .note {
    margin: 3.5% 1rem 0px 1rem;
  }

  .jcz_db .vis {
    display: block;
  }

  .jcz_db .dCenter {
    display: none;
  }

  .jcz_js .v1 {
    display: none;
  }

  .jcz_js .v2 {
    display: block;
  }

  .contact .php-email-form button[type=submit] {
    border-radius: 15px !important;
    font-weight: bold;
    height: 44px;
    width: 100% !important;
  }

  .contact .uc {
    margin: 10px 0.1rem 0 0;
  }

  .bf_bg {
    background: url("../img/bf_hero.jpg") top left;
  }

  .ds_bg {
    background: url("../img/ds_hero.jpg") top left;
  }

  .jcz_bg {
    background: url("../img/jcz_hero.jpg") top left;
  }

  .jcz_yycj .ct {
    height: 100%;
    padding-left: 1.7rem;
    padding-top: 2rem;
    vertical-align: middle;
    width: 100%;
  }

  #hero h1 {
    text-align: center;
  }

  #hero .link {
    text-align: center;
  }

  #hero .sp {
    margin-left: 2rem;
  }

  .swc_jc .ct {
    padding: 1rem 1rem 1rem 2rem;
  }

  .swc_md .pt5 {
    padding: 30px 0 0 0;
  }

  .swc_md .img {
    object-fit: contain;
    height: 150px;
    width: 150px;
  }



  .pd_md .part1 {
    padding: 10px 0 0 0;
  }

  .pd_md .part2 {
    padding: 10px 0 0 0;
  }

  .pd_md .pt5 {
    padding: 20px 0 0 0px;
  }



  .pd_gn {
    color: #fff;
    text-align: center;
  }

    .pd_gn .bg1 {
      background: url(../img/pandian_4_icon1bg.png) center center no-repeat;
      padding: 45px 15vw;
      border-radius: 10px;
      height: 542px;
      margin-bottom: 10px;
    }

    .pd_gn .bg2 {
      background: url(../img/pandian_4_icon2bg.png) center center no-repeat;
      padding: 45px 15vw;
      border-radius: 10px;
      margin-bottom: 10px;
      height: 540px;
    }

    .pd_gn img {
      max-width: 61px;
      margin-left: -10px;
      object-fit: cover;
    }

    .pd_gn h4 {
      margin: 15px 0 0 10px;
    }

    .pd_gn span {
      margin: 10px 0 0 15px;
    }

    .pd_gn .tp {
      height: 462px;
      padding: 0px 0px;
      text-align: left;
    }
  .barrager {
    color: #ffffff;
    height: 580px;
    padding: 0px;
    margin-top: -520px;
    position: relative;
    z-index: 2;
    background-color: transparent;
  }

    .barrager .s1 {
      border-radius: 50px;
      height: 54px;
      width: 40vw;
      margin: 5px 0px 5px 40px;
      padding: 12px 0px 9px 0px;
      text-align: center;
      margin-top: -42px;
      background-color: #11D054;
    }

    .barrager .s2 {
      border-radius: 50px;
      margin: 5px 0px 5px 30vw;
      height: 54px;
      width: 40vw;
      text-align: center;
      padding: 12px 0px 9px 0px;
      margin-top: 40px;
      background-color: #0F88F1;
    }

    .barrager .s3 {
      border-radius: 50px;
      margin: 40px 30px 5px 75px;
      height: 42px;
      width: 240px;
      text-align: center;
      padding: 8px 0px 6px 0px;
      background-color: #E991FF;
    }

    .barrager .s4 {
      border-radius: 50px;
      margin: 38px 0px 5px 38vw;
      height: 42px;
      width: 240px;
      text-align: center;
      padding: 8px 0px 6px 0px;
      background-color: #FF9190;
    }

    .barrager .s5 {
      border-radius: 50px;
      margin: 15px 0px 5px 20vw;
      height: 54px;
      width: 40vw;
      text-align: center;
      padding: 12px 0px 9px 0px;
      background-color: #282C38;
    }

    .barrager .s6 {
      border-radius: 50px;
      margin: 35px 0px 5px 32vw;
      height: 54px;
      width: 40vw;
      text-align: center;
      padding: 12px 0px 9px 0px;
      background-color: #FFAC2A;
    }

    .barrager .s7 {
      border-radius: 50px;
      margin: 25px 0px 5px 8vw;
      height: 42px;
      width: 240px;
      text-align: center;
      padding: 8px 0px 6px 0px;
      background-color: #6ACAF2;
    }

  .overlap {
    position: relative;
    width: 100%;
    height: 580px;
    padding-top: 45px;
  }

    .overlap .bg_bg1 {
      border-radius: 50px;
      height: 54px;
      width: 40vw;
      background-color: #D8EAF8;
    }

    .overlap .bg_bg2 {
      border-radius: 50px;
      font-size: 17px;
      height: 42px;
      width: 240px;
      transition: 0.3s;
      white-space: nowrap;
      background-color: #D8EAF8;
    }

    .overlap .b1 {
      margin: 40px 0px 0px 128px;
    }

    .overlap .b2 {
      margin: 40px 0px 0px 45vw;
    }

    .overlap .b3 {
      margin: 35px 0px 0px 0px;
    }

    .overlap .b4 {
      margin: 0px 0px 0px 50vw;
    }

    .overlap .b5 {
      margin: 60px 0px 0px 60px;
    }

    .overlap .b6 {
      margin: 40px 0px 0px 45vw;
    }

    .overlap .b7 {
      margin: 15px 0px 0px 15px;
    }
}
