[v-cloak] {
  /* 写完之后，一定要重新打开一个页面 */
  display: none;
}

html,
body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans SC", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}


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

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

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

.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}

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

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 60px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  /* text-transform: capitalize;*/
}

.section-headline h2::after {
  border: 1px solid #0d6efd;
  ;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.section-headline-bg {
  font-size: 64px;
  font-weight: 600;
  margin-top: -110px;
  margin-bottom: 110px;
  color: #eff7ff;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.line-mg{
  color: #dee2e6;
  margin: 0 5px 0 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0 18px rgb(55 66 59 / 8%);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  height: 64px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}



.header-bg {
  background: url(../img/background/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.signup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.signup a {
  border: 1px solid #444;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-left: 25px;
  border-radius: 6px;
  padding: 6px 20px;
  white-space: nowrap;
  transition: 0.3s;
}

.link-button {
  display: inline-block;
  font-weight: 700;
  position: relative;
  font-size: 1.08696rem;
  line-height: 1.41304rem;
  margin-top: 1.30435rem;
  padding-right: 1.30435rem;
  text-decoration: none;
  color: inherit;
}

.link-button__icon {
  width: 0.86957rem;
  height: 0.86957rem;
  border-radius: 999em;
  background: currentColor;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
  margin-top: -0.1087rem;
  transition: 0.3s;
}

.link-button svg {
  position: absolute;
  width: 0.65217rem;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: -0.05435rem;
}

.link-button:hover {
  color: #85a2f1;
}

.link-button:hover .link-button__icon {
  transform: translate(.54348rem, 50%)
}

.signup a:hover {
  background: #85a2f1;
  color: #fff;
}

@media (min-width: 1025px) {
  .header-bg {
      background-attachment: fixed;
  }
}


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


/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

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




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

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

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

.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: #3ec1d5;
}

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

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

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

.new-icon {
  position: absolute;
  left: 72px;
  bottom: 28px;
  /* width: 36px; */
}

.nav-hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}

.search-box {
  position: fixed;
  width: 100%;
  /* height: 100%; */
  padding-right: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  transform-origin: 100% center;
  background-color: #fff;
  padding-right: 50px;
  padding-left: 20px;
  padding-top: 9px;
  left: 0;
  top: 0;
  z-index: 100;
}

.search-box.search-hide {
  visibility: hidden;
  left: 100%;
}

.search-box .b-search-keyword {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 70px);
}

.search-box .b-search-keyword a {
  display: block;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  float: none;
  height: auto;
}

.search-box input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  line-height: 48px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  padding-right: 50px;
  background-color: #fff;
}

.search-box input:focus {
  border: 1px solid #bebdbd;
  color: #282828;
  -webkit-box-shadow: 0px 3px 8px #d4d4d4;
  box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btn-close {
  position: absolute;
  right: 15px;
  top: 22px;
  color: #86807f;
  text-decoration: none;
  margin: 0 !important;
}

.search-box a.btn-close .hwic_cross {
  font-size: 20px;
}

.search-box a.btn-search {
  position: absolute;
  right: 60px;
  /* top: 22px; */
  color: #86807f;
  font-size: 18px;
  text-decoration: none;
  margin: 0 !important;
}

.search-box a.btn-search span {
  font-size: 24px;
}

@media (min-width: 1025px) {
  .search-box {
      width: 500px;
      /* height: 96px; */
      padding-top: 15px;
      top: 3px;
      right: 96px;
      position: absolute;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      left: auto;
  }
  .search-box.search-hide {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      left: auto;
  }
  .search-box a.btn-close,
  .search-box a.btn-search {
      top: 27px;
  }
  .search-box .b-search-keyword {
      display: none !important;
      position: static;
      width: 100%;
  }
  .search-box .b-search-keyword a {
      background: #fff;
      display: block;
      text-align: left;
      line-height: 24px;
      font-size: 14px;
      padding: 5px 20px;
      overflow: hidden;
      border: 1px solid #ccc;
      border-top: none;
      float: none;
      height: auto;
  }
  .search-box .b-search-keyword a:hover {
      color: #c7000b;
  }
}

@media (min-width: 992px) {
  footer .search-box {
      width: 500px;
      left: auto;
  }
}

.nav-sign {
  display: none;
}

.nav-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
}

.nav-right a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(39, 39, 39);
  padding: 3px;
}

.nav-right span {
  padding-left: 8px;
}

.nav-right a:hover {
  color: #0d6efd;
}

.nav-right .login::before {
  content: "";
  background: #a7a7a7;
  width: 1px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
  margin-right: 8px;
}

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


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: rgb(39, 39, 39);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  right: 20px;
}

.navbar-mobile .mobile-nav-toggle {
  top: 20px;
  right: 34px;
}



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

  .nav-sign {
      display: block;
  }
  .navbar ul {
      display: none;
  }

  .nav-right {
      display: none;
  }
  #about-link{
      display: none;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f8f9fa;
  transition: 0.3s;
  z-index: 999;
}


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

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

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

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

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

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

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

.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: #3ec1d5;
}

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


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

#hero {
  width: 100%;
  height: 560px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #hero {
      height: 150vh;
  }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

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

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #hero h2 {
      font-size: 24px;
      line-height: 1.2;
  }
}

#hero p {
  width: 80%;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero p {
      width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
      font-size: 20px;
      line-height: 1.2;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
      width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #66a3fe;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #3ec1d5;
}


/*--------------------------------------------------------------
# Platform
--------------------------------------------------------------*/

.platform .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 8px;
  z-index: 1;
}

.platform .icon-box a {
  display: block;
  height: auto;
  width: 80px;
  padding-bottom: 6px;
}

.platform .icon-box p {
  text-align: center;
}


/*--------------------------------------------------------------
# Technology
--------------------------------------------------------------*/

.tech-item {
  text-align: left;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-item div {
  padding: 0 8px;
}

.tech-item img {
  width: 60px;
  height: 60px;
}

.tech-item h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
}

.bg-img {
  background-image: url(../img/home/back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.line {
  width: calc(100% - 102px);
  height: 80px;
  /* position: relative; */
  margin: auto;
}

@media (max-width: 991px) {
  .line {
      display: none;
  }
}

.line svg {
  width: 100%;
  height: 100%;
  color: #0d6efd75;
  stroke: currentColor;
  stroke-width: 2;
  overflow: visible;
  transform: scaleY(-1);
}

.gx .line svg {
  color: #cea56e;
}


circle {
  stroke: currentColor;
  stroke-width: 1;
  fill: #fff;
}

.line line {
  marker-start: url(#dot)
}

.line line:last-child {
  marker-end: url(#dot)
}


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

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #444;
}


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

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

.advantage-box {
  width: 96%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 12px;
}

.advantage-box .nav {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 20px;
  margin: 20px;
}

.advantage-box .nav-link {
  padding: 1rem 1rem;
  border-radius: 0.6rem;
  color: #444;
}

.advantage-box .dotted-line {
  border: 1px dashed #e9ecef;
}

.advantage-box .tab-content {
  padding: 1rem;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4,
.team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.reviews-area {
  background: url(../img/background/reviews-bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}


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

.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #444;
}

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

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

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {

  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}


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

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.pri_table_list li.check {
  font-weight: 600;
}

.pri_table_list li.check i {
  color: #3EC1D5;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list li.cross {
  text-decoration: line-through;
  color: #999;
}

.pri_table_list li.cross i {
  color: #999;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}


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

.counts {
  padding: 60px 0;
}

.counters .round {
  display: flex;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  margin: 10px auto;
  width: 160px;
  height: 160px;
  padding: 40px 0 20px 0;
  flex-direction: column;
  justify-content: space-evenly;
}

.counts .counters span {
  font-size: 36px;
  /* display: block; */
  color: #0d6efd;
  font-weight: 600;
}

.counts .counters p {
  padding: 0;
  line-height: 24px;
  margin: 0 0 5px;
  color: #6b6b6b;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Customer
--------------------------------------------------------------*/

.customer {
  padding: 80px 0;
  background: url(../img/home/customer-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.customer::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.customer-slider {
  /* height: 180px;
margin: 40px 0;
box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
border-radius: 12px;
background-color: #f5f8ff;
display: flex;
justify-content: center; */
}

.customer .customer-carousel {
  overflow: hidden;
}

.customer .customer-slider {
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 10px;
  background-color: #f5f8ff;
  overflow: hidden;
}

.customer .section-headline h2 {
  text-align: center;
  color: rgb(236, 236, 236);
}

.customer .section-headline h2::after {
  border: 1px solid rgb(236, 236, 236);
}

.customer .section-headline-bg {
  text-align: center;
  color: rgb(0 0 0 / 15%);
}

.customer .recl-bg {
  width: 100%;
  height: 150px;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 12px;
  background-color: #f5f8ff;
}

.customer .customer-item img {
  max-height: 80px;
}

.customer .customer-item {
  background-color: #f5f8ff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

.customer .customer-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.customer .customer-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.customer .customer-item .quote-icon-left,
.customer .customer-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.customer .customer-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.customer .customer-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.customer .customer-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.customer .customer-item a {
  display: flex;
  margin: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: rgb(63, 63, 63);
  flex-direction: column;
  align-items: center;
  flex:1; 
}

.customer .customer-name {
  margin-top: 10px;
}

.customer .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.customer .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dee2e6;
  ;
  opacity: 1;
}

.customer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ec1d5;
}

@media (min-width: 992px) {
  .customer .customer-item p {
      width: 80%;
  }
}

.customer-home {
  padding: 80px 0;
  background: url(../img/customer/2/background-2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 420px;
}

.customer-home .logo img{

  max-height:  160px;;
}



/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/

.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}


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

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

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

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

.php-email-form input {
  padding: 10px 15px;
}

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

.php-email-form button[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

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

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


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news-area {
  height: auto;
  width: 100%;
}

.news-item {
  background-color: #f6f7fc;
  margin-bottom: 20px;
  padding: 20px;
  /* width: 420px; */
  height: 170px;
  box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 8px;
  overflow: hidden;
}

.news-item .meta {
  color: #999;
  display: flex;
  justify-content: start;
  margin-bottom: 6px;
}

.news-item h5 {
  overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; /*设置对齐方式（纵向对齐）*/
-webkit-line-clamp:2;/*设置多行的行数*/
  font-weight: 400;
  line-height: 1.1em;
  /* max-height: 2.2em; */
  margin-bottom: 3px;
}

.news-item p {    
  overflow: hidden;
  line-height: 1.1em;
  /* max-height: 4.4em; */
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; /*设置对齐方式（纵向对齐）*/
-webkit-line-clamp:4;/*设置多行的行数*/

}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}


/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /* font-weight: 600; */
  /* margin-top: 30px; */
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn:hover {
color: #fff;
background: #3EC1D5;
border: 1px solid #3EC1D5;
text-decoration: none;
}
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}


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

.footer-area {
  padding: 30px 10px;
  background: #3a64da;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts {
  color: rgb(221, 221, 221);
  margin-left: 3em;
}

.footer-contacts span {
  color: rgb(221, 221, 221);
  padding-right: 10px;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-1 {
  display: flex;
  justify-content: space-between;
  height: 80px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}

.qrcode {
  margin: 0 10px;

}


.qrcode img:hover {
  transform: scale(1.3);
  transition: all 0.2s linear;
}


.footer-content {
  color: rgb(221, 221, 221);
  padding-top: 1rem;
  overflow: hidden;
}

.footer-content h5 {
  color: rgb(221, 221, 221);
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
}

.footer-content img {
  margin-right: 6px;
  height: 40px;
}

.footer-content ul {
  margin: 0 0 0 3em;
}

.copyright p {
  color: rgb(221, 221, 221);
  margin: 0;
}

.footer-content a,
a:hover {
  color: rgb(221, 221, 221);
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  background: #3a64da;
  padding: 15px 0;
}

.footer-doc-bottom {
  padding: 15px 0;
}

.footer-doc-bottom .copyright p{
  color: rgb(85 85 85);
}




/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 1920px) {
  .work-right-text {
      padding: 150px 150px;
  }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
      padding: 146px 0;
  }
  .work-right-text {
      padding: 40px 0;
  }
  .work-right-text h2 {
      font-size: 18px;
      line-height: 28px;
  }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
      font-size: 24px;
  }
  .layer-1-2 h1 {
      font-size: 31px;
      line-height: 38px;
      padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
      padding: 10px 16px;
  }
  .suscribe-input input {
      width: 60%;
  }
  .suscribe-input button {
      width: 40%;
  }
  .team-content.text-center>h4 {
      font-size: 20px;
  }
  .sus-btn {
      margin-left: 0;
  }
  .suscribe-text h3 {
      font-size: 16px;
      padding-right: 20px;
  }
  .work-right-text h5 {
      font-size: 14px;
      line-height: 22px;
  }
  .work-right-text {
      padding: 36px 0;
  }
  .work-right-text h2 {
      font-size: 14px;
      line-height: 22px;
  }
  .work-right-text .ready-btn {
      font-size: 13px;
      padding: 7px 20px;
      margin-top: 5px;
  }
  .single-awesome-portfolio {
      width: 33.33%;
  }
  .widget-product a img {
      display: block;
      float: none;
      width: 100%;
  }
  .widget-product .product-info {
      display: block;
      float: none;
      padding-left: 0;
      width: 100%;
      margin-top: 20px;
  }
  .map-column {
      margin-left: 0;
      padding-right: 40px;
  }
  .post-information .entry-meta {
      font-size: 13px;
      padding: 5px 0;
  }
  .post-information .entry-meta span a {
      padding: 4px 0;
  }
  .service-pic {
      margin-bottom: 30px;
      text-align: center;
  }
  .single-add-itms {
      width: 50%;
  }
  .left-sidebar-title>h4 {
      font-size: 18px;
  }
  .contact-form {
      margin-top: 0px;
  }
  .search-option input {
      width: 67%;
  }
}


/* small mobile :320px. */

@media (max-width: 767px) {
  .slider-area {
      margin-top: 60px;
  }
  .slider-content {
      padding: 80px 0;
  }
  .slider-content h2 {
      font-size: 18px !important;
      line-height: 24px !important;
  }
  .slider-content h1 {
      font-size: 20px !important;
      line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
      padding: 8px 15px;
  }
  .well-middle .single-well {
      margin-top: 30px;
  }
  .single-skill {
      margin-bottom: 40px;
  }
  .tab-menu {
      margin-top: 30px;
  }
  .tab-menu ul.nav li a {
      padding: 8px 6px;
  }
  .wellcome-text {
      margin: 0px;
      padding: 70px 0px;
  }
  .subs-feilds {
      width: 100%;
  }
  .suscribe-input input {
      width: 60%;
  }
  .suscribe-input button {
      font-size: 15px;
      padding: 14px 10px;
      width: 40%;
  }
  .section-headline h3 {
      font-size: 25px;
  }
  .section-headline-p {
      text-align: center;
      margin: 0 auto 15px;
      color: #444;
  }
  .well-text>h2 {
      font-size: 18px;
  }
  .well-text p {
      display: none;
  }
  .single-team-member {
      margin-bottom: 30px;
  }
  .service-right {
      width: 100%;
  }
  .service-images:hover .overly-text {
      display: none;
  }
  .portfolio-area {
      padding-top: 0px;
  }
  .project-menu li a {
      padding: 8px 12px;
      margin: 10px 4px;
  }
  .pri_table_list {
      margin-bottom: 30px;
  }
  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
      width: 100%;
      float: none;
  }
  .single-blog {
      margin-bottom: 30px;
  }
  .sus-btn {
      margin-left: 0;
      margin-top: 30px;
  }
  .contact-form {
      margin-top: 30px;
  }
  .head-team h5 {
      font-size: 22px;
  }
  .footer-content {
      margin-bottom: 30px;
  }
  .header-bottom h1 {
      font-size: 30px;
      margin-bottom: 0;
  }
  .page-area .slider-content {
      padding: 500px 0;
  }
  .search-option input {
      width: 74%;
  }
  .header-bottom h2 {
      font-size: 20px;
      margin-bottom: 0;
  }
  li.threaded-comments {
      margin-left: 0;
  }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
      float: none;
      width: 99.8%;
  }
  .icons-bottom ul li a {
      height: 40px;
      line-height: 37px;
      width: 40px;
  }
  .blog-post-dlc ul li {
      padding-left: 20px;
      padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
      width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
      width: 50%;
  }
  .tab-menu ul.nav li a {
      padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
      padding: 0;
  }
}

.aboutus .hero-title h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  color: #145b9b;
  width: 300px;
}

.aboutus .hero-title h2::after {
  border-top: 1px solid #0d6efd;
  border-bottom: 1px solid #0d6efd;
  /* content: "国e平台在手，采购信息全有，投标精准无忧"; */
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 15px;
}

.aboutus .hero-bg {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  background-image: url(../img/aboutus/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.content-container {
  position: relative;
  font-size: 18px;
}

@media (max-width: 991px) {   
  .dir-panel{
      display: none;
  }

}

.dir-panel {
  position: sticky;
  top: 80px;
  margin: -50px 20px 0;
  width: 180px;
  float: left;
  background-color: #f5f5f5;
  box-shadow: 9px 12px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 3px;
  z-index: 900;
}

.dir-panel li {
  line-height: 1.5em;
  border-bottom: 1px dashed rgb(167, 167, 167);
  text-align: center;
  padding: 10px;
  font-weight: 400;
}

.dir-panel div {
  background-color: #3975e5;
  padding: 10px 20px;
  margin-top: 6px;
}

.dir-panel div>p {
  color: white;
  font-size: 14px;
  margin: 0px;
  text-align: center;
}

.content-panel {
  /* position: sticky;
top:140; */
  margin: 20px;
}

.history {
  background-image: url(../img/aboutus/history.png);
  width: 850px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px auto;
}

.history-col {
  position: relative;
}

.history-col div {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #3974e5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.history-col p {
  color: rgb(76, 77, 78);
  font-size: 15px;
}

.history-col h4 {
  color: #3974e5;
  font-size: 20px;
  font-weight: 600;
}

.history-col h5 {
  text-align: center;
  margin: 0px auto 5px;
  color: #3974e5;
  font-size: 18px;
  font-weight: 600;
}

.eb-contact {
  margin: 80px 0;
}

.contact-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 40px;
  background-color: #3975e5;
  box-shadow: 9px 12px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 12px;
  height: 100%;

}

.contact-left h4 {
  align-self: center;
}

.contact-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 12px;
  height: 100%;
  min-width: 180px;
}

.contact-col h4 {
  align-self: center;
}

.contact-left p {
  color: white;
  font-size: 14px;
  margin: 0 auto;
}

.contact-col p {
  font-size: 14px;
  margin: 0 auto;
}

.contact-col h4 {
  color: #3974e5;
}

.contact-col h5 {
  color: #3974e5;
  font-size: 16px;
  margin: 10px 0 0;
}

.contact-left h4 {
  color: white;
}

.contact-left h5 {
  color: #15d5e6;
  font-size: 16px;
  margin: 10px 0 0;
}

.eb-way {
  font-size: 16px;
  padding: 20px;
}

.eb-way h4 {
  color: #3974e5;
}

.eb-way h5 {
  color: #3974e5;
  font-size: 16px;
  margin: 10px 0 0;
}

.eb-map {
  margin: 60px auto 30px;
  width: 580px;
}

.eb-way ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.eb-way li {
  margin-bottom: 2.5em;
  margin-left: 2.5em;
  position: relative;
}

.eb-way li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: -2em;
  top: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-style: normal;
  font-size: 0.8em;
  width: 1.2em;
  height: 1.2em;
  color: white;
  background-color: #14dbe9;
  /* border: 2px solid #0046a1; */
}


/*--------------------------------------------------------------
# service page
--------------------------------------------------------------*/

.service .hero-bg {
  background-image: url(../img/service/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 30px;
}

.col-img {
  display: inline-block;
  height: 100%;
  width: 300px;
}

.member-class {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 29px 0 #ccc;
  margin: 20px 0 -60px;
  min-width: 200px;
}

.blue-line h2::after{   
  border: 1px solid #ffffff;
}
.member-class ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 2em;
  padding: 0 10px;
  margin-bottom: 50px;
}

.member-class li {
  line-height: 2em;
  border-bottom: 1px dashed rgb(167, 167, 167);
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 16px;
}

.member-class h4 {
  color: #fff;
  padding: 20px 30px;
  margin: -30px 0 30px;
}

.member-class h5 {
  color: #3973e2;
  font-weight: 600;
  font-size: 24px;
}

.member-class span {
  color: #3973e2;
  font-size: 14px;
}


/*--------------------------------------------------------------
# customer page
--------------------------------------------------------------*/

.eb-customer .hero-title h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  color: #145b9b;
  width: 300px;
}



.eb-customer .hero-title h2::after {
  border-top: 1px solid rgb(221 221 221);
  border-bottom: 1px solid rgb(221 221 221);
  /* content: "国e平台在手，采购信息全有，投标精准无忧"; */
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 15px;
}

.eb-customer .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/customer/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.eb-customer .customer-item {
  height: 120px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 0 0 29px 0 #ccc;
  min-width: 320px;
}

.eb-customer .customer-item img {
  height: 90px;
}

.customer-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}


/*--------------------------------------------------------------
# business page
--------------------------------------------------------------*/

.eb-business .content {
  margin: -120px 10px 0px;
  padding: 60px 30px;
  box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
  background-color: white;
}

.eb-business .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/business/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.eb-business-yx .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/yx/notice/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.help-center-yx .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/yx/law/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.eb-business .filter-row {
  position: relative;
  margin: 0;
  padding: 10px;
  display: flex;
  list-style: none;
  align-items: center;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
}

.eb-business .filter-row li {
  display: flex;
}

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

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

.eb-business .btn-reset {
  position: absolute;
  right: 30px;
}

.eb-business .form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 3em;
  margin-bottom: 0.125rem;
  align-items: center;
  /* width: 100%; */
  font-size: 16px;
}
.eb-business  .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 5px;
  margin-bottom: 3px;
}

.business-item p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.eb-business a {
  margin-right: 0px;
  padding: 8px 6px;
  font-size: 18px;
  font-weight: 400;
  color: #272727;
  white-space: nowrap;
  transition: 0.3s;
}

.eb-business td a {
  padding: 0;
  color: #0d6efd;
  white-space: unset;

}

.eb-business .calendar-date-selected,
.calendar-date-selected:hover {
  color: #fff;
  font-weight: 700;
  background: #1284e7;
}

.eb-business .calendar-date,
.calendar-week {
  font-size: unset;
  /* font-weight: unset; */
}

/* .eb-business .datepicker-range .datepicker-popup {
  width: unset;
}

.eb-business .datepicker-popup {
  display: flex;
} */

.eb-business .datepicker-range .datepicker-popup {
  width: 420px;
}

.eb-business .datepicker>input {
  height: unset;
  box-sizing: border-box;
  outline: none;
  padding: 0 34px 0 12px;
  font-size: 14px;
  width: 100%;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.eb-business .active {
  background-color: #0d6efd;
  color: white;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.3s;
}

.eb-business .date-input {
  width: 10em;
}

.eb-business .records {
  margin-top: 40px;
}

.eb-business .records theader tr {
  border-color: grey;
}

.eb-business .records tr {
  border-style: dashed;
}

.eb-business table>:not(caption)>*>* {
  padding: 1rem 0.5rem;
  border-style: dashed;
}

.eb-business .filter-label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  flex-shrink: 0;
}


/*--------------------------------------------------------------
# hep center page
--------------------------------------------------------------*/
.help-container{
  margin: 60px 0; 
  min-height: 640px;

}
.help-center .hero-title h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin: -20px 0 0 0;
  margin-bottom: 70px;
  position: relative;
  color: #5180ab;
  width: 300px;
}


/* .help-center .hero-title {
  margin-top: -20px;
} */

.help-center .hero-title h2::after {
  border-top: 1px solid rgb(81 128 171);
  border-bottom: 1px solid rgb(81 128 171);
  /* content: "国e平台在手，采购信息全有，投标精准无忧"; */
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 15px;
}

.help-center .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/help-center/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.help-headline h2 {
  font-size: 28px;
  line-height: 40px;
  margin: 0 30px 30px;
  padding: 10px;
  font-weight: 400;
  border-bottom: 1px solid rgb(167, 167, 167);
}

.help-headline p {
  margin: 0 40px 30px;
}

.help-item {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 6px;
  box-shadow: 0 0 29px 0 #ccc;
  flex-direction: column;
  padding: 10px;
}

.help-item p {
  font-size: 16px;
  font-weight: 100;
}


/*--------------------------------------------------------------
# yx page
--------------------------------------------------------------*/

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  background-color: #3975e5;
  box-shadow: 9px 12px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 12px;
  height: 200px;
  min-width: 180px
}

.contact-box p {
  color: white;
  font-size: 14px;
  margin: 0 auto;
}

.contact-box h5 {
  color: #15d5e6;
  font-size: 16px;
}

.yx .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/yx/business/background.jpg);
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

#hero .yx .carousel-item::before {
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 0;
  height: 0;
}

#hero .yx .carousel-container {
  align-items: self-start;
  top: 0;
  bottom: 100px;
  left: 30px;
}

#hero .yx-block {
  background-color: rgba(221, 221, 221, 0.815);
  /* text-align: left; */
  /* margin-left: 100px; */
  padding: 80px 20px 0 30px;
  height: 400px;
  width: 450px;
}

#hero .yx-block h2 {
  color: #0f34ca;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 900;
  text-align: left;
  line-height: 1.1em;
}

#hero .yx-block p {
  color: #0f34ca;
  margin: unset;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}


.records .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-height: 280px;
  min-width: 260px;
  white-space: unset;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 8px;
  z-index: 1;
}

.records .card-box a {
  display: block;
  height: auto;
  width: 80px;
  padding-bottom: 6px;
  color: unset;
}

.records .card-box p {
  text-align: left;
  margin: 0 0 6px;
}

.records .card-box .head{
  display: block;
  padding: 10px 16px;
  min-height: 86px;
  font-size: 16px;
  text-align: left;
  color: white;
  width: 100%;
  background-image: linear-gradient(to right, #5994ff, #6fd1f4);
}
.records .card-box .head p{
  color: rgb(213, 255, 255);
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 300;
}



.records .card-box .body{
  display: block;
  padding: 10px 16px;
  width: 100%;
  font-size: 16px;
}

.home-yx .link-button {
 
  width: auto;
  margin-right: 2em;
}




/*--------------------------------------------------------------
# news page
--------------------------------------------------------------*/

.news .content {
  margin: 0px 30px 30px;
  padding: 60px 60px;
  box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
  background-color: white;
  min-height: 640px;
}

.news-list li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e4e5e5;
  position: relative;
}

.news-list li:before {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 56%;
  transform: translateY(-50%);
  background: #0d6efd;
}

.news-list h5 {
  font-weight: 400;
  line-height: 1.1em;
  max-height: 2.2em;
  margin-bottom: 3px;
}

.news-list span {
  font-size: 16px;
  color: #adb5bd;
}

/*--------------------------------------------------------------
# announcement page
--------------------------------------------------------------*/

.announcement .content-panel{
  margin: 0 30px 80px;
}


.announcement .contact-left {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 20px;
  margin: 80px 20px 80px 60px;
  background-color: #3975e5;
  box-shadow: 9px 12px 13px 0px rgb(106 107 110 / 30%);
  border-radius: 12px;
  height: unset;
  position: sticky;
  top: 145px;
}

.announcement .content-panel > h2{
  text-align: center;
}
.announcement .action{
  display: flex;
  justify-content: flex-end;
  margin: 20px 10px 10px;
  align-content: center;
}


.announcement .action .col-h {
  padding-top: 8px;
  font-weight: 600;
}

.announcement .action p {
  margin-left: 10px;
    font-weight: 300;
}

.announcement .action span {
  margin-left: 10px;
    font-weight: 300;
}

.announcement .action a{
 margin-right: 20px;
color: #0d6efd;
font-size: 16px;
}

.announcement .content .header{
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;

} 
.announcement .content .body{
  margin: 20px 0;
    padding: 10px;
    overflow: scroll;
}

.announcement .content .attachment{
  padding: 10px;
}
.announcement .title{
  font-size: 32px;
  text-align: center;
}

.records table span{
  color: #0d6efd;
  font-size: 18px;
  font-weight: 700;
 }


  .page::before{
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  }

/* .download{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.download .content{
  width: 399px;
  height: 112px;
  background-color: #fff;
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  text-align: center; 
}

.download .content .close{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  border: 2px solid #fff;
  cursor: pointer;
  background-color: #ffffff;
  text-align: center;
  line-height: 30px;
} */

#about-link {
  position: absolute;
  right: 0px;
  top: 0;
  width: 140px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.8em;
  /* text-transform: uppercase; */
  background: #ea5514;
  color: white;
}

#about-link:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  width: 20px;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 20px solid #ea5514;
  border-bottom: 20px solid transparent;
}

#about-link a {
  color: white;
}  


.pager {
  display: flex;
  justify-content: end;
  margin: 20px;
}  


@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}


.main-container {
  position: relative;
  padding: 60px 0 60px 0;
  color: #555555;
  background-color: #f9f9fa;
  font-size: 16px;
  font-weight: 400;
  min-height: calc(100vh - 80px);
}
.z-index-1 {
  z-index: 1 !important;
}


.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 70;
  z-index: 1020;
}

.z-index-1 {
  z-index: 1 !important;
}

.top-140 {
  top: 140px !important;
}

.scroll-nav-holder .side-nav {
  width: 100%;
  position: relative;
  border: 1px solid #f1f2f3;
  border-radius: 6px;
}

.side-nav {
  width: 300px;
  z-index: 999;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #f1f2f3;
}
.bg-white {
  background-color: #fff !important;
}

.navbar-collapse {
  text-align: center;
}

.scroll-nav-holder #main-collapse {
  margin: 25px 0;
}
.side-nav ul, .side-nav ul li, .side-nav ul .dropdown-menu {
  width: 100% !important;
}
.pl-0 {
  padding-left: 0 !important;
}
ul, ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  color: #555555;
  font-size: 0.875rem;
  letter-spacing: 0.015rem;
}

.side-nav ul, .side-nav ul li, .side-nav ul .dropdown-menu {
  width: 100% !important;
}

.side-nav .nav-link.active, .side-nav .nav-link.active:hover {
  color: #0b50d8;
  border-right: 1px solid #0b50d8;
}
.side-nav .nav-link {
  color: #555555;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  padding: 10px 15px 10px 30px;
}

/*  .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  transition: all 0.2s ease-in-out;
}*/

.side-nav .nav-link.has-collapse:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 10px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.q-a{
  font-size: 16px;
}

.q-a .nav-link.has-collapse:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.q-a .nav-link.has-collapse:not(.collapsed)::before {
  transform: rotate(90deg);
}
.q-a .nav-link {
  font-size: 1.1em;
  position: relative;
 }
 .q-a-content{
  padding: 10px 15px;
  background-color: #f8f9fa;
 }

.side-nav .nav-link.has-collapse:not(.collapsed)::before {
  transform: rotate(90deg);
}

.side-nav .nav-link.has-collapse:hover::after {
  color: #212121;
}

.side-nav .sidenav-sub-item {
  color: #555555;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 12px 30px;
  transition: height 0.35s ease;
}

.side-nav .sidenav-sub-item--active {
  color: #0d6efd;
}

.side-nav .sidenav-sub-item--active:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #0d6efd;
  position: absolute;
  top: 18px;
  left: 36px;
}
.breadcrumb {
  color: #b2b2b2;
  font-size: 14px;
  margin: 4px 0px 10px;
}

.doc-name{
  /* color: #b2b2b2;
  font-size: 14px; */
  padding: 4px 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.doc-name::after{
  border: 1px solid #ddd;
  bottom: 0px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90%;
}

.doc-wrapper {
  margin-bottom: 50px;
}

.doc-main-title {
  font-size: 30px;
  font-weight: 600;
  color: #212121;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #f1f2f3;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.doc-title {
  color: #212121;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.doc-preview {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0px 3px 12px rgb(0 0 0 / 5%) !important;
}

.doc-preview img {
  border-radius: 5px;
}

.spacer {
  margin: 2rem 0;
  line-height: 0;
}

.paragraph  img {
  /* width: 80%; */
  max-width: 80%;
  height: auto;   
}


.doc-sub-title {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.section {
  margin-left: 2rem;
}
.nav-item{
  padding-left: 20px;
  position: relative;
}

.doc-view{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.doc-view .content{
  flex: 1;
 }
 .doc-view .guide{
 padding: 20px 0;
 }




.view-mode{
  display: flex;
  align-items: center;
  justify-content: right;
  margin:20px 20px 10px;
  
}
.view-mode i {  
  margin-left: 10px;
  font-size: 24px; }

.view-mode .selected {  
  color: #0d6efd;
  }
.card-box .head div {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-weight: 400;
      line-height: 1.5em;
      /* max-height: 2.2em; */
      margin-bottom: 3px;
  }
/* gdgx */
  .footer-gx {
      background-color: white;
      background-image: url("../img/gx/home/footer.png");
      background-size: cover;
  }

  .footer-gx .footer-area {
     background: unset;
  }

  .footer-gx .footer-area-bottom {
      background: unset;
   }

   .gx-container .hero-bg {
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url(../img/gx/home/home.jpg);
      height: 850px;
      /* background-image: url(../img/gx/home/hero.jpg);
      height: calc(100vh - 80px); */

      background-repeat: no-repeat;
     /* background-attachment: fixed;*/
      background-size: cover;
  }


  .gx-container h2 {
      color: #815a35;
      font-size: 48px;
      text-shadow: 2px 3px 1px #ccc;
  }
  .gx-container h2 span{     
      font-size: 40px;
      font-weight: 400;
  }

  .gx .section-headline-bg {
      font-size: 54px;
      font-weight: 600;
      color: #ebebeb;
      margin-top: -120px;
  }

  .gx .section-headline h2::after {
      border: 1px solid #cfbfad;
  }

  .gx .link-button:hover {
      color: #e3d6c8;
  }
  .footer-gx .back-to-top {
      background: #e3d6c8;
  }



  .gx .hero-bg {
      display: flex;
      justify-content: center;
      /* align-items: center; */
      height: 316px;
      background-repeat: no-repeat;
      /* background-attachment: fixed; */
      background-size: cover;
  }
  .gx .records .card-box{
      box-shadow: unset; 
      border-radius: 0px;
      border: solid #bdbdbd 2px;
  }

  .gx .help-center-bg {
      background-image: url(../img/gx/help-center/01.jpg);
  }

  .gx .policy-bg {
      background-image: url(../img/gx/policy/01.jpg);
  }

  .zk .logo {
    background-image: url(../img/zk/logo.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 60px;
}

  .zk .navbar a:hover, .zk .navbar .active,.zk .navbar .active:focus,.zk .navbar li:hover>a {
    color: #3a64da;
}
  .zk-container .hero-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/zk/bg-1.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.zk-container .carousel-container {
  display: flex;
    justify-content: center;
    position: absolute;
    right: 50px;
  align-items: self-start;
  top: 0;
  bottom: 100px;
  left: 30px;
}
.zk-container .zk-block {
  background-color: #ffffff38;
  padding: 120px 30px 0 60px;
  height: 360px;
  width: 480px;
}
.zk-block h2{
color: #d4915d;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 12px;    
}
.zk-block p{
font-size: 22px;
color: #444c;
line-height: 28px;
}

.zk .section-headline h2::after {
  border: 1px solid #3a64da47;
}
.zk .pagination[data-s-0] li.active{
    background: #3a64da;
    color: rgb(255, 255, 255);
}
.zk .pagination[data-s-0] li:hover {
  border-color: #3a64da;
}

.zk .line svg {
  color: #3a64da47;
}
.eb-business .zk .active {
  background-color: #3a64da;
}
.zk .business-bg {
  background-image: url(../img/zk/business/01.jpg);
  background-attachment: unset;
}
.zk .hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 316px;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.zk .view-mode .selected {
  color: #3a64da;
}
.footer-zk .part-1,.footer-zk .footer-area-bottom{
  display: none;
}
.footer-zk .footer-area {
  padding: 30px 10px;
  background: #3a64da;
}
.footer-zk .back-to-top{
background: #0dcaf0;
}
  .q-a{
    font-size: 16px;
  }

  .q-a .nav-link.has-collapse:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-weight: 900;
    display: inline-block !important;
    vertical-align: middle;
    color: #555555;
    font-size: 10px;
    line-height: 125%;
    position: absolute;
    left: 0px;
    top: 12px;
    opacity: 0.75 !important;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
  }
  .q-a .nav-link.has-collapse:not(.collapsed)::before {
    transform: rotate(90deg);
  }
  .q-a .nav-link {
    font-size: 1.1em;
    position: relative;
   }
   .q-a-content{
    padding: 10px 15px;
    background-color: #f8f9fa;
   }
  
  .gx .aboutus-bg {
      background-image: url(../img/gx/aboutus/01.jpg);
  }

  .gx .policy-list a {
      position: relative;
      padding-left: 15px;
  }
  .gx .policy-list a:before {
      position: absolute;
      content: '';
      /* background: url(../img/gx/policy/icon.png); */
      background-image: url(../img/gx/policy/icon.png);
      background-size: 18px;
      background-repeat: no-repeat;
      left: -24px;
      top: 34px;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
  }

  .gx .section-headline-bg {
      font-size: 54px;
      font-weight: 600;
      color: #e9ecef;
  }
  
  .side-nav .sidenav-sub-item {
    color: #555555;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 12px 30px;
    transition: height 0.35s ease;
  }

  .side-nav .sidenav-sub-item--active {
    color: #0d6efd;
  }

  .side-nav .sidenav-sub-item--active:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0d6efd;
    position: absolute;
    top: 18px;
    left: 36px;
  }
  .breadcrumb {
    color: #b2b2b2;
    font-size: 14px;
    margin: 4px 0px 10px;
  }

  .doc-name{
    position: relative;
    /* width: fit-content; */
    margin-bottom: 20px;
    margin: 0px auto 30px;
    text-align: center;
    padding: 4px 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .doc-name::after{
    border: 1px solid #ddd;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90%;
  }
  
  .doc-wrapper {
    margin-bottom: 50px;
  }
  .gx .section-headline-bg h2 {
      width: unset;
      padding-bottom: 6px;
      border-bottom: 3px solid;
      border-image: linear-gradient(90deg, #a5a5a5 0%,rgba(0, 216, 247, 0) 100%) 2 2 2 2;
  }

  .gx .content {
      margin: 30px 30px 60px;;
      padding: 60px 60px;
      box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
      background-color: white;
      min-height: 640px;
  }

  .gx .dir-panel div {
      background-color: #a78a68;
      padding: 10px 20px;
      margin-top: 0px; 
  }

  .gx .dir-panel a {
      color: #444;
      font-size: 16px;
  }


  .gx .business-bg {
      background-image: url(../img/gx/business/webwxgetmsgimg_no_word.png);
      background-attachment: unset;
  }


  .eb-business .gx .active {
      background-color: #a78a68;
  }


  .gx .view-mode .selected {
      color: #a78a68;
  }



  .gx .records .card-box .head{
      background-image: unset;
      background-color: #f8f9fa;
      
  }


  .gx .records .card-box .body p{        
      color: #858585;
      
  }

  .gx .nav-right a:hover {
      color: #cea56e;;
  }

  .gx .eb-business .active {
      background-color: #cea56e
  }

  .gx .eb-way h4,.gx .eb-way h5 {
    
      color: #a78a68;
  }


  .gx .policy-list li {
      padding: 0 0 16px 30px;
      border-bottom: 1px dashed #e4e5e5;
      position: relative;
  }
  .gx .policy-list li span {
      font-size: 16px;
  }

  .gx .pagination   li:hover{
      border-color: rgb(58 100 218);
  }
  .gx .pagination   li.active{
      background: rgb(58 100 218);
      color: #fff;
  }
  .footer-gx .hide{
      display: none;
  }
  .gx .progress {      
      border-radius: 0.5rem;
  }
  .gx .progress-bar {      
      background-color: #a78a68;
      border-radius: 0.5rem;
  }
  .gx .progress-bar-striped {
      background-image: linear-gradient(180deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  }

  .yx .content {
      margin: 30px 30px 60px;;
      padding: 60px 60px;
      box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
      background-color: white;
      min-height: 640px;
  }

  .yx .policy-list li {
      padding: 20px 0 10px;
      border-bottom: 1px dashed #e4e5e5;
      position: relative;
  }
  .yx .policy-list li span {
      font-size: 16px;
  }

  .policy .hero-bg {
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url(../img/yx/law/background.jpg);
      height: 420px;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: contain;
  }
  .view-mode i {  
    margin-left: 10px;
    font-size: 24px; }

  .view-mode .selected {  
    color: #0d6efd;
    }
  .card-box .head div {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: 400;
        line-height: 1.5em;
        /* max-height: 2.2em; */
        margin-bottom: 3px;
    }
/* gdgx */
    .footer-gx {
        background-color: white;
        background-image: url("../img/gx/home/footer.png");
        background-size: cover;
    }

    .footer-gx .footer-area {
       background: unset;
    }

    .footer-gx .footer-area-bottom {
        background: unset;
     }

     .gx-container .hero-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 850px;
        background-image: url(../img/gx/business/webwxgetmsgimg.png);
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: contain;
        /* background-position-y: 50px; */
    }
    .gx-container h2 {
        color: #815a35;
        font-size: 48px;
        text-shadow: 2px 3px 1px #ccc;
    }
    .gx-container h2 span{     
        font-size: 40px;
        font-weight: 400;
    }

    .gx .section-headline-bg {
        font-size: 54px;
        font-weight: 600;
        color: #ebebeb;
        margin-top: -120px;
    }

    .gx .section-headline h2::after {
        border: 1px solid #cfbfad;
    }

    .gx .link-button:hover {
        color: #e3d6c8;
    }
    .footer-gx .back-to-top {
        background: #e3d6c8;
    }



    .gx .hero-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 316px;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }
    .gx .records .card-box{
        box-shadow: unset; 
        border-radius: 0px;
        border: solid #bdbdbd 2px;
    }

    .gx .help-center-bg {
        background-image: url(../img/gx/help-center/01.jpg);
    }

    .gx .policy-bg {
        background-image: url(../img/gx/policy/01.jpg);
    }

    
    .gx .aboutus-bg {
        background-image: url(../img/gx/aboutus/01.jpg);
    }

    .gx .policy-list a {
        position: relative;
        padding-left: 15px;
    }
    .gx .policy-list a:before {
        position: absolute;
        content: '';
        /* background: url(../img/gx/policy/icon.png); */
        background-image: url(../img/gx/policy/icon.png);
        background-size: 18px;
        background-repeat: no-repeat;
        left: -24px;
        top: 34px;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
    }

    .gx .section-headline-bg {
        font-size: 54px;
        font-weight: 600;
        color: #e9ecef;
    }
    .gx .hero-bg .section-headline-bg {
        margin-top: 0px; 
        margin-bottom: 0px;
    }

    .gx .records .card-box{
        border: solid #f9fafb 6px;
        border-radius: 15px;
        box-shadow: 0 0 10px 0 #ddd;
    }

    .gx .records .card-box .head p {
        color: #c8c8c8;
    }

    .gx .records .card-box .head div {
        color: #8a7151;
        font-weight: 600;
    }
    .gx .section-headline-bg span {
        font-size: 36px;
        font-weight: 400;
        color: #ddd;
        margin-left: 5px;
    }
    .gx .section-headline-bg h2 {
        width: unset;
        padding-bottom: 6px;
        border-bottom: 3px solid;
        border-image: linear-gradient(90deg, #a5a5a5 0%,rgba(0, 216, 247, 0) 100%) 2 2 2 2;
    }

    .gx .content {
        margin: 30px 30px 60px;;
        padding: 60px 60px;
        box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
        background-color: white;
        min-height: 640px;
    }

    .gx .dir-panel div {
        background-color: #a78a68;
        padding: 10px 20px;
        margin-top: 0px; 
    }

    .gx .dir-panel a {
        color: #444;
        font-size: 16px;
    }


    .gx .business-bg {
        height: 850px;
        background-image: url(../img/gx/business/webwxgetmsgimg.png);
        background-attachment: fixed;
        background-size: contain;
        background-position-y: 50px;
    }


    .eb-business .gx .active {
        background-color: #a78a68;
    }


    .gx .view-mode .selected {
        color: #a78a68;
    }



    .gx .records .card-box .head{
        background-image: unset;
        background-color: #f8f9fa;
        
    }

  
    .gx .records .card-box .body p{        
        color: #858585;
        
    }

    .gx .nav-right a:hover {
        color: #cea56e;;
    }

    .gx .eb-business .active {
        background-color: #cea56e
    }

    .gx .eb-way h4,.gx .eb-way h5 {
      
        color: #a78a68;
    }


    .gx .policy-list li {
        padding: 0 0 16px 30px;
        border-bottom: 1px dashed #e4e5e5;
        position: relative;
    }
    .gx .policy-list li span {
        font-size: 16px;
    }

    .gx .pagination   li:hover{
        border-color: rgb(58 100 218);
    }
    .gx .pagination   li.active{
        background: rgb(58 100 218);
        color: #fff;
    }
    .footer-gx .hide{
        display: none;
    }
    .gx .progress {      
        border-radius: 0.5rem;
    }
    .gx .progress-bar {      
        background-color: #a78a68;
        border-radius: 0.5rem;
    }
    .gx .progress-bar-striped {
        background-image: linear-gradient(180deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    }

    .yx .content {
        margin: 30px 30px 60px;;
        padding: 60px 60px;
        box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
        background-color: white;
        min-height: 640px;
    }

    .yx .policy-list li {
        padding: 20px 0 10px;
        border-bottom: 1px dashed #e4e5e5;
        position: relative;
    }
    .yx .policy-list li span {
        font-size: 16px;
    }

    .policy .hero-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/yx/law/background.jpg);
        height: 420px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: contain;
    }
    .policy .section-headline-bg {
        margin: 0;
        color: rgb(106 107 110 / 30%);
    }
    .policy .hero-title {
        margin-top: 0px;
    }
    .policy .hero-title h2 {
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        margin: -20px 0 0 0;
        margin-bottom: 70px;
        position: relative;
        color: #0dcaf0;
        width: 300px;
    }
    

    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
    opacity: 0.6;
    transition: 0.3s;
  }
  .clients .swiper-slide:hover img {
    opacity: 1;
  }
  .clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0880e8;
  }
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8;
  }
  .gx .clients .swiper-pagination .swiper-pagination-bullet {
      border: 1px solid #a78a68;
      
  }

  /* .gx .records table span {
    color: #a78a68;
  } */

  /* .gx .clients .swiper-pagination .swiper-pagination-bullet-active{
    color: #a78a68;
  } */
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a78a68;
}


  .clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .clients .owl-item img {
    width: 60%;
    opacity: 0.5;
    transition: 0.3s;
  }
  .clients .owl-item img:hover {
    opacity: 1;
  }
  .clients .owl-nav, .clients .owl-dots {
    margin-top: 5px;
    text-align: center;
  }
  .clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }
  .clients .owl-dot.active {
    background-color: #0880e8 !important;
  }

  .clients {
    padding: 60px 0;
    overflow: hidden;
  }

  .clients {
    padding: 60px 0;
    overflow: hidden;
  }
  .eb-way span {
    color: #444;
  }

  .wrapper{
    background-color: #f9f9fa;
  }
  .content-container{
    background-color: white;
    padding: 10px 30px 30px;
  }

  .breadcrumbs {
    line-height: 44px;
    font-size: 14px;
    color: #999;
  }
  .policy-head {
    border: 1px #dddddd solid;
    border-bottom: none;
  }

  .policy-head div{
  text-align: center;
  margin: 20px 20px 0;
  padding: 20px;
  background-color: #eff2f6;
  }
  .policy-text {
    padding: 10px 66px 38px 66px;
    border: 1px #dddddd solid;
    border-top: none;
   }

  .clear-search{
    position: absolute;
    top: 8px;
    right: 52px;
    font-size: larger;
    z-index: 100;
    background-color: white;
  }

.zk .nav-right a:hover {
  color: #3a64da;
}

   @media (max-width: 991px) {
    .records .card-box {
      min-height: unset;   
  }
  .eb-business .hero-bg {
    height: 100px;
  }
  .eb-business{
    margin-bottom: -70px;
  }
  .eb-business .content {
    margin: -30px 10px 0px;
    padding: 30px 30px;
  }

.filter{
  position: absolute;
  z-index: 100;
  background-color: white;
  display: block;
  top: 120px;
  transition: 0.3s;
  left: 0;
  right: 0;
  padding: 10px;  
  box-shadow: 0 5px 10px -5px #adb5bd;
}
.announcement .title{
  font-size: 22px;
  line-height: 28px;
}
.zk .logo {
  background-image: url(../img/zk/logo-s.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.zk .mobile-nav-toggle {  
  top: 15px;
  
}


}
   
@media (max-width: 575px) {
  #hero {
    height: 200px;
  }
  .section-headline-bg {
    font-size: 48px;
    /* margin-top: unset; */
 
  }
  .section-headline h2 {
    font-size: 28px;
 
}
  .area-padding {
    padding: 30px 0;
  }
  .platform .icon-box {
    padding: 20px;
  }

  .tech-item {
    min-height: 108px;
  }
  .advantage-box {
    width: 96%;
    box-shadow: unset;
    border-radius: unset;
  }
  .customer .customer-slider {
    box-shadow: unset;
    border-radius: unset;
    margin: 0 -0.75rem;
}
.customer .customer-name {
  margin-top: 10px;
  font-size: medium;
}
.eb-customer .customer-item {  
  min-width: 280px;
}


  .content-container {
    padding: 10px 0px 10px;
  }

  .filter{
    top: 100px;
  }

  .eb-business .content {
    margin: unset;
    padding: 0px;
    box-shadow: unset;
  }

  .view-mode {
    display: none;
  }
  .records .container {
    padding: 0;
  }
  .records .card-box {
    min-height: unset;
  }

  .footer-area {
    padding: 10px 5px; 
}
.footer-area-bottom {
  padding: 10px 0;
}

.service .hero-bg {
  height: 200px;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-size: cover;
}
.col-img {
  width: 200px;
}

.eb-customer .hero-bg {
  height: 200px;
  background-attachment: unset;   
}
/* .eb-customer .section-headline-bg {
  margin: unset; 
} */
.eb-customer .hero-title h2::after {
  border-top: unset;
  border-bottom: unset;
  content: unset;  
}

.help-center .hero-bg {
  height: 200px;
  background-attachment: unset;   
}
/* .help-center .hero-title {
  margin-top: 0px;
} */
/* .help-center .section-headline-bg {
  margin: unset; 
} */
.help-center .hero-title h2::after {
  border-top: unset;
  border-bottom: unset;
  content: unset;  
}
.help-container{
  margin: 0px 0 100px; 
  min-height: 640px;

}
.aboutus .hero-bg {
  height: 200px;
  background-attachment: unset;  
}
.aboutus .hero-title h2::after {
  border-top: unset;
  border-bottom: unset;
  content: unset;
}
.history {
  background-image: unset;
  width: unset;
  height: unset;
}
.history-col {
  position: unset;
}
.history-col div {
  position: unset;
  
}
.eb-contact {
  margin: 40px 0;
}
.eb-customer .hero-bg {
  height: 200px;
  background-attachment: unset;  
}

.eb-customer .hero-title h2::after {
  border-top: unset;
  border-bottom: unset;
  content: unset;
}

.customer-container{
  margin: 0px 0 100px; 
  min-height: 640px;
}
.customer-home {
  padding: 20px 0;
  height: 200px;
}
.customer-home .logo img {
  max-height: 100px;
}

.announcement .content-panel {
  margin: 0 0 20px;
}

.content-panel {
  margin: 0; 
}
.zk-container .hero-bg {
  height: 200px;
  background-size: contain;
}
.zk-container .carousel-container {
   position: unset; 
 
}
.zk-container .zk-block {
  background-color: unset; 
  padding: 120px 0px 0 0px;
  height: 360px;
  text-align: center;
  width: unset;
}
}

@media print {
  .content-panel .title{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
  .content-panel .content .header{
    width: 100%;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
   
  }

}

#print-area, #print-area table {
  table-layout: fixed;
  width: 100%;
}
#print-area table td {
  white-space: normal;
}

.language-link {
  height: 20px;
  min-width: 140px;
  line-height: 20px;
  /* transform: scale(0.8); */
}

.language-link ul li span,  .language-link ul li a{
  font-size: 12px;
}

.language-link ul li{
  display: inline-block;
}

.language-link li::after {
  content: " |";
}

.language-link li:last-child::after {
  content: "";
}
.language-link li.active span, .language-link li a:hover {
  color: #000;
  text-effect: none;
}
.language-link, .language-link a {
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
}
.setH4Style {
  font-size: 18px;
  white-space: nowrap;
}
.platform .reset-iconbox-padding { 
  padding: 15px;
}