/*#region 通用*/
body {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
}
a {
  color: #333;
  display: inline-block;
  transition: all 0.6s;
}
a:hover {
  color: var( --e-global-color-text );
}
.swiper-pagination-bullet-active {
  background: var( --e-global-color-text );
}
body,
div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol,
li,
dl,
dd,
dt {
  list-style-type: none;
}
.about-p img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.img > a {
  width: 100%;
  height: auto;
  display: inline-block;
}
.img-width {
  width: 100%;
  height: auto;
}
.img-height {
  height: 100%;
  width: auto;
}
.main-container {
  margin-bottom: 40px;
  margin-top: 40px;
}
.tkanniu {
  cursor: pointer;
}
.bghui {
  background: #f9f9f9;
}
.card-thumb img {
  transition: all 0.4s ease;
}
.card-thumb:hover img {
  transform: scale(1.1);
}
.img-enlarged img {
  transition: all 0.6s ease;
}
.img-enlarged:hover img {
  transform: scale(1.05);
}
.container-xl.max-1230 {
  max-width: 1230px;
}
.container-xl.max-1530 {
  max-width: 1540px;
}
.container-xl.max-1630 {
  max-width: 1630px;
}
.container-xl.max-1830 {
  max-width: 1830px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
    padding-top: 50px;
  }
}
/*#endregion*/
.futura-bk {
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .header-top {
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.3);
  background-color: #313131;
}
.header .header-top a {
  color: rgba(255, 255, 255);
}
.header .header-top a:hover {
  color: rgba(255, 255, 255);
}
.header .header-top .welcome {
  color: #fff;
}
.header .header-top .header-top-box {
  display: flex;
  justify-content: space-between;
}
.header .header-top .header-top-nav {
  display: flex;
  align-items: center;
}
.header .header-top .header-top-nav .item {
  margin: 0 12px 0 0;
}
.header .header-top .header-top-nav .item::after {
  content: "|";
  margin-left: 12px;
}
.header .header-top .header-top-nav .item:last-child::after {
  content: none;
}

.header .header-main {
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.6s;
}
.header .header-main .header-main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-main .logo {
  width: 126px;
  margin: 0 50px;
}
.header .header-main .header-main-nav {
  flex: 1;
  display: flex;
}
.header .header-main .header-main-nav .item {
  font-size: 18px;
  margin: 0 28px;
  transition: 0.6s;
}
.header .header-main .header-main-nav .item a {
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
}
.header .header-main .header-main-nav .item a:hover {
  color: var( --e-global-color-text );
}
.header .header-main .header-main-nav.flex-end {
  justify-content: flex-end;
}
.header .header-main .item-search {
  width: 282px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* .header .header-main .item-search{width:282px;flex:1;display: flex;align-items: center;justify-content:flex-end;} */

@media (max-width: 1800px) {
  .header .header-main .header-main-nav .item {
    margin: 0px 12px;
  }
}
@media (max-width: 1560px) {
  .header .header-main .header-main-nav .item {
    font-size: 14px;
  }
  .header .header-main .logo {
    margin: 0 20px;
  }
}

.header.fadeInDown .header-main {
  background-color: #313131;
}
.header.fadeInDown .search-group {
  background-color: #fff;
}
.header.fadeInDown .form-control {
  color: #000;
}
.header.fadeInDown .form-control::-webkit-input-placeholder {
  color: #313131;
}

@media (max-width: 768px) {
  .header-qt {
    height: auto;
  }
  body {
    font-size: 14px;
    padding-top: 50px;
  }
  .header-mb {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid var( --e-global-color-text );
    z-index: 999;
  }
  .header-mb .container-xl {
    height: 50px;
  }
  .header-mb .top-logo {
    width: 50%;
  }
  .header-mb .top-logo img {
    height: 30px;
    width: auto;
  }
  .header-mb .top-mb {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
  }
  .header-mb .top-mb .dropdown.lang .dropdown-toggle {
    background: transparent;
    padding: 0;
  }
  .header-mb .top-mb .dropdown-menu {
    min-width: 80px;
    margin-top: 8px;
  }
  .header-mb .top-mb .top-mb-search {
    padding: 0.5rem 0.4rem;
    margin-left: 10px;
    width: 30px;
    text-align: center;
  }
  .header-mb .top-mb .top-mb-search i {
    font-size: 16px;
    color: var( --e-global-color-text );
  }
  .header-mb .top-mb .icon-bars {
    color: var( --e-global-color-text );
  }
  .header-mb .top-mb .dropdown.lang .dropdown-toggle {
    color: var( --e-global-color-text );
  }
  .top-mb-search-box {
    display: none;
    position: fixed;
    background: #fff;
    top: 50px;
    padding: 6px 15px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 998;
    width: 100%;
  }
  .top-mb-search-box .search-group {
    width: 100%;
    height: 34px;
  }
  .top-mb-feed i {
    font-size: 16px;
    color: var( --e-global-color-text );
  }
  .mobile-head-item .main-content-wrap {
    background: #fff;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    right: -78%;
    width: 78%;
    height: 100%;
  }
  .mobile-head-item .middle-content-wrap {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .head_top .top_left {
    display: none;
  }
  .head_nav {
    width: 100%;
    padding: 0 5px;
  }
  .head_nav li {
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .head_nav li,
  .head_nav li a {
    color: #111;
  }
  .head_nav li.has-child {
    padding-left: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .head_nav li.has-child > a {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 35px;
  }
  .head_nav li.has-child > ul {
    display: none;
  }
  .head_nav li.siblings-no-menu {
    position: relative;
    padding-left: 15px;
  }
  .head_nav li a {
    display: block;
    height: auto;
    line-height: 1.4em;
    position: relative;
  }
  .head_nav li a:hover {
    color: inherit;
  }
  .head_nav li em {
    display: block;
    height: 1.4em;
    overflow: hidden;
  }
  .head_nav li li {
    font-size: 14px;
  }
  .head_nav li li li {
    font-size: 12px;
  }
  .head_nav li li a {
    color: #666;
  }
  .head_nav li.has-child a b {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #111;
    border-radius: 2px;
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    right: -35px;
    top: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .head_nav li.has-child a b:before,
  .head_nav li.has-child a b:after {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -0.5px;
  }
  .head_nav li.has-child a b:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .head_nav li.has-child a:hover b {
    border-color: #111;
  }
  .head_nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .head_nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: -1px;
    position: relative;
    text-transform: uppercase;
    position: relative;
  }
  .head_nav li,
  .head_nav li.has-child {
    padding-left: 0;
  }
  .head_nav li li,
  .head_nav li li.has-child {
    padding-left: 15px;
  }
  .head_nav li.active > a > b:after {
    display: none;
  }
  .head_nav li.active > a > b {
    background-color: #111;
  }
  .head_nav li.active > a > b:before,
  .head_nav li.active > a > b:after {
    background-color: #fff;
  }
  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background-color: var( --e-global-color-text );
    position: absolute;
    left: -30px;
    top: 0;
    cursor: pointer;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    color: #fff;
  }
  .mobile-ico-close.icon {
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 6px;
  }
  .search-box .form-control {
    border-radius: 20px;
  }
  .search-box .btn {
    border: 1px solid #ced4da;
    border-radius: 20px;
  }
  .search-box .btn.focus {
    border: 1px solid rgb(128, 189, 255);
  }
  .search-box .icon {
    color: #fff;
  }
  .main-mask {
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
  }
}

/* 二级 */
.header-main-nav {
  position: relative;
}
.drop-down {
  position: initial;
}
.drop-down::after {
  font-family: "CmsFont";
  content: "\f078";
  color: #fff;
  margin-left: 7px;
}
.drop-down .drop-down-menu {
  display: none;
  position: absolute;
  background-color: #313131;
  margin: 0 0 0 -12px;
}
.drop-down:hover .drop-down-menu {
  display: block;
}
.drop-down .drop-down-child .child-item {
  width: 100%;
  padding: 12px !important;
}
.drop-down .drop-down-child.drop-down-right {
  position: relative;
}
.drop-down .drop-down-child.drop-down-right::after {
  font-family: "CmsFont";
  content: "\f054";
  color: #fff;
  position: absolute;
  right: 15px;
  top: 13px;
}
.drop-down .drop-down-menu-2 {
  display: none;
  position: absolute;
  background-color: #313131;
  left: 100%;
  bottom: 0;
  width: 100%;border-left: 1px solid #797979;
}
.drop-down .drop-down-child.drop-down-right:hover .drop-down-menu-2 {
  display: block;
}
/* banner */
.banner .box-1 {
  text-align: left;
}
.banner .box-1 .t1 {
  font-size: 150px;
  line-height: 150px;
  font-family: "futura-bk";
  font-weight: 500;
}
.banner .box-1 .t1 span {
  color: var( --e-global-color-text );
}
.banner .box-1 .t2 {
  font-size: 42px;
  line-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner .box-1 .t2 p {
  background-color: var( --e-global-color-text );
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 2px;
}
.banner .box-1 .more {
  width: 244px;
  height: 64px;
  display: inline-block;
  font-size: 28px;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.banner .box-2 .t1 {
  font-size: 120px;
  line-height: 120px;
}
.banner .box-3 .t1 {
  font-size: 130px;
  line-height: 130px;
}

/* banner-other */
.banner .banner-lock {
  position: relative;
}
.banner .banner-lock .lock {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .banner .banner-lock .lock {
    max-width: 1000px;
  }
}
.banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.banner .lock-title {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .lock-title .lock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  width: 49%;
}
.banner .lock-title .lock-item.w-100 {
  width: 100%;
}
.banner .lock-title .lock-item .icon {
  font-size: 48px;
  display: none !important;
}
@media (max-width: 768px) {
  .banner .box-1 .t1,
  .banner .box-2 .t1,
  .banner .box-3 .t1 {
    font-size: 22px;
    line-height: auto;
  }
  .banner .box-1 .t2 {
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;
  }
  .banner .box-1 .t2 p {
    padding: 5px 10px;
  }
  .banner .box-1 .more {
    width: 140px;
    height: 32px;
    font: 18px;
  }

  .banner .banner-lock .lock {
    width: auto;
  }
  .banner .lock-title {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .banner .lock-title .lock-item {
    width: auto;
  }
  .banner .lock-title .lock-item .icon {
    font-size: 24px;
    margin-left: 20px;
  }
}
.banner #swiper-button-next-banner1 {
  background: url(../images/right.png) no-repeat;
  right: 60px;
}
.banner #swiper-button-prev-banner1 {
  background: url(../images/left.png) no-repeat;
  left: 60px;
}

/* main */
.title {
  font-size: 42px;
  line-height: 48px;
}
.subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #6c7373;
}

.home {
}

.home-pro {
  margin: 140px 0 0 0;
}
.home-pro .item {
  padding: 30px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-pro .item .img,
.home-pro .item .text {
  width: 35%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-pro .item .category {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-pro .item .category .category-box {
  opacity: 0.8;
}
.home-pro .item .category .category-box p {
  font-size: 16px;
  line-height: 33px;
  display: flex;
  align-items: center;
}
.home-pro .item .category .category-box p::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 5px;
}
.home-pro .item .category .category-box .more {
  width: 166px;
  height: 44px;
  background-color: var( --e-global-color-text );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 15px;
}
.home-pro .item .text-box {
  width: 90%;
}
.home-pro .item .text-box .t1 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.home-pro .item .text-box .t2 {
  font-size: 14px;
  line-height: 24px;
}
.home-pro .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.home-solution {
  margin-top: 140px;
}
.home-solution .title {
  margin-bottom: 30px;
}
.home-solution b {
  display: block;
  color: #000;
  margin-top: 20px;
}

.home-new-pro {
  margin-top: 60px;
}
.home-new-pro .new-pro-list {
  margin-top: 50px;
  display: flex;
}
.home-new-pro .new-pro-list .item {
  width: 32%;
  display: flex;
  background-color: #f1f1f1;
  flex-direction: column;
}
.home-new-pro .new-pro-list .item .text {
  padding: 50px;
  background-color: #f1f1f1;
}
.home-new-pro .new-pro-list .item .text .t1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.home-new-pro .new-pro-list .item .text .t2 {
  font-size: 14px;
  line-height: 26px;
  opacity: 0.7;
}
.home-new-pro .new-pro-list .item:nth-child(2n) {
  margin: 0 2%;
  flex-direction: column-reverse;
}

.home-sanitary {
  margin-top: 180px;
}
.home-sanitary .sanitary-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.home-sanitary .sanitary-list .item {
  width: 32%;
  margin-bottom: 50px;
}
.home-sanitary .sanitary-list .item:nth-child(3n + 2) {
  margin: 0 2%;
}
.home-sanitary .sanitary-list .item .text {
  padding: 50px 25px;
}
.home-sanitary .sanitary-list .item .text .t1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.home-sanitary .sanitary-list .item .text .t2 {
  font-size: 14px;
  line-height: 26px;
  opacity: 0.7;
}

.home-service {
  background-color: #f1f1f1;
  padding: 80px 0 50px;
}
.home-service .home-service-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-service .home-service-box .item {
  width: 24.5%;
  margin-bottom: 10px;
  box-shadow: 0 0 10px -5px #f1f1f1;
}
.home-service .more {
  width: 166px;
  height: 44px;
  background-color: var( --e-global-color-text );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
}

.home-reality {
  margin-top: 180px;
}
.home-reality .reality-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.home-reality .reality-list .item {
  width: 24.5%;
  height: 480px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s all 0.2s;
}
.home-reality .reality-list .item .img {
  width: 124px;
  height: 124px;
  background-color: rgba(10, 152, 153, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 40px;
  transition: 0.6s;
}
.home-reality .reality-list .item .img-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(10, 152, 153, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.home-reality .reality-list .item .t1 {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.6s;
}
.home-reality .reality-list .item .t2 {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: rgba(74, 78, 77, 0.6);
  position: relative;
  transition: 0.6s;
}
.home-reality .reality-list .item .t2::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 76px;
  height: 1px;
  background-color: var( --e-global-color-text );
  box-shadow: 2px 1px 2px 0px rgba(10, 152, 153, 0.6);
}

.home-reality .reality-list .item .bg-img {
  position: absolute;
  z-index: -1;
}
.home-reality .reality-list .item:hover {
  background-color: transparent;
}
.home-reality .reality-list .item:hover .img {
  background-color: rgba(255, 255, 255, 0.2);
}
.home-reality .reality-list .item:hover .img-1 {
  background-color: rgba(255, 255, 255, 1);
}
.home-reality .reality-list .item:hover .img img {
  filter: invert(45%) sepia(77%) saturate(511%) hue-rotate(132deg)
    brightness(89%) contrast(92%);
}
.home-reality .reality-list .item:hover .t1 {
  color: #fff;
}
.home-reality .reality-list .item:hover .t2 {
  color: #fff;
}
.home-reality .subtitle span {
  text-decoration: underline;
  color: #333;
}

.vh {
  height: 200vh;
}

.footer-sub {
  margin-top: 120px;
  padding:30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var( --e-global-color-text );
}
.footer-sub-box {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer-sub-box .t1 {
  font-size: 35px;
  line-height: 60px;
}
.footer-sub-box .t2 {
  font-size: 18px;
  line-height: 26px;
}
.footer-sub-box .sub-right {
  display: flex;
  align-items: center;
}
.footer-sub-box .right-e {
  display: inline-block;
  width: 500px;
  height: 50px;
  border: 2px solid #fff;
  padding: 12px;
  cursor: pointer;
}
.footer-sub-box .subscribe {
  display: inline-block;
  width: 100px;
  height: 50px;
  border: 2px solid #fff;
  padding: 12px;
  cursor: pointer;
  margin-left: 15px;
}

.footer .footer-social {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.footer .footer-social .social {
  display: flex;
  width: auto;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
.footer .footer-social .social a {
  background: #d0373f;
  overflow: hidden;
  width: 32px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  display: block;
  height: 32px;
}
.footer .footer-social .social a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer .footer-social span {
  margin-right: 10px !important;
}
.footer .footer-social span:hover {
  filter: brightness(100%);
  opacity: 0.8;
  transition: 0.3s;
}
.footer .footer-social span:before {
  color: #333333;
  font-size: 20px;
}
.footer .footer-social span,
.footer .footer-social .social a {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.footer {
  color: #333333;
  background-color: white;
  padding: 60px 0 0;
}
.footer a {
  color: #333333;
}
.footer a:hover {
  color: var( --e-global-color-text );
}
.footer .us-item svg path{
  fill: #333333;
}
.footer .us-item>img{
  max-width: 20px !important;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box .footer-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-box .footer-right {
  flex: 4;
}

.footer .footer-box .footer-logo {
  margin-bottom: 10px;
}
.footer .footer-box .gooter-text {
  padding-right: 10%;
}
.footer .right-list {
  display: flex;
  justify-content: space-around;
}
.footer .right-list .items {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
.footer .right-list .items:nth-child(1) {
  margin-left: 0;
}
.footer .right-list .items .item-title {
  font-size: 20px;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-weight: 400;
  border-bottom: solid 1px #666666;
  margin-bottom: 20px;
}
/* .footer .right-list .items .item-title::after {
  content: "";
  display: block;
  width: 108px;
  height: 1px;
  background-color: var( --e-global-color-text );
  margin-bottom: 20px;
} */
.footer .right-list .items .item,
.footer .footer-box .gooter-text,
.footer .us-box .us-item {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.footer .us-box {
  width: 360px;
}
.footer .us-box .us-item {
  display: flex;
  align-items: baseline;
  line-height: 24px;
}
.footer .us-box .us-item img {
  margin-right: 10px;
}
.footer-copy {
  border-top: 1px solid 1px solid rgba(217 185 110 .3);
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  background-color: black;
}
.footer-copy .copy {
  display: flex;
  justify-content: space-between;
}
.footer-copy *{
    color: #C0C0C0 !important;
}
@media (max-width: 768px) {
  .footer-sub {
    margin-top: 50px;
    height: auto;
    flex-direction: column;
  }
  .footer-sub-box {
    flex-direction: column;
    padding: 20px 0;
  }
  .footer-sub-box .t1 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-sub-box .t2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .footer .footer-box {
    flex-direction: column;
  }
  .footer .right-list {
    flex-direction: column;
    margin-top: 20px;
  }
  .footer .right-list .items {
    margin-left: 0;
  }
  .footer-copy {
    margin-top: 10px;
  }
}

.about-wrapper {
  margin-top: 60px;
}
.about-wrapper .t-52 {
  font-size: 52px;
  line-height: 60px;
}
.about-wrapper .subtitle b,
.about-text-list b {
  color: #000;
  text-decoration: underline;
}
.about-wrapper .about-text-list {
  font-size: 17px;
}
.about-wrapper .about-text-list .item {
  margin-bottom: 30px;
}
.about-wrapper .about-text-list .t1 {
  font-weight: bold;
  margin-bottom: 5px;
}

.about-wrapper .about-img .grid {
  gap: 40px 10px;
}
.about-wrapper .about-img .item {
  position: relative;
}
.about-wrapper .about-img .item .mores {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .about-img .item .mores .more {
  background-color: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .about-img .item .more img {
  margin-right: 10px;
}

.about-wrapper .about-sol {
  margin-top: 140px;
}
.about-wrapper .about-sol .t1 {
  font-weight: bold;
  color: #000;
}

.about-wrapper .about-items {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
.about-wrapper .about-items .item {
  width: 49%;
  position: relative;
}
.about-wrapper .about-items .item .text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 30px;
  color: #fff;
}
.about-wrapper .about-items .item .title a {
  color: #fff;
}
.about-wrapper .about-items .item .title a:hover {
  color: var( --e-global-color-text );
}
.about-wrapper .about-items .item .more {
  margin-top: 40px;
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .about-items .item .more img {
  margin-right: 10px;
}

.pro-list-wrapper {
  margin-top: 60px;
}
.pro-list-wrapper .t-52 {
  font-size: 52px;
  line-height: 60px;
}
.pro-list-wrapper .subtitle b,
.pro-list-text-list b {
  color: #000;
  text-decoration: underline;
}
.pro-list-wrapper .pro-list-text-list {
  font-size: 17px;
}
.pro-list-wrapper .pro-list-text-list .item {
  margin-bottom: 30px;
}
.pro-list-wrapper .pro-list-text-list .t1 {
  font-weight: bold;
  margin-bottom: 5px;
}

.pro-list-wrapper .pro-list-img .grid {
  gap: 40px 10px;
}
.pro-list-wrapper .pro-list-img .item {
  position: relative;
}
.pro-list-wrapper .pro-list-img .item .mores {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list-wrapper .pro-list-img .item .mores .more {
  background-color: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list-wrapper .pro-list-img .item .more img {
  margin-right: 10px;
}
.pro-list-wrapper .pro-list-sol {
  margin-top: 140px;
}
.pro-list-wrapper .pro-list-sol .t1 {
  font-weight: bold;
  color: #000;
}

.pro-list-wrapper .pro-list-items-s {
  margin: 90px 0;
  display: flex;
  justify-content: space-between;
}
.pro-list-wrapper .pro-list-items-s .item {
  width: 100%;
  position: relative;
}
.pro-list-wrapper .pro-list-items-s .item .text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 30px;
  color: #fff;
}
.pro-list-wrapper .pro-list-items-s .item .title a {
  color: #fff;
}
.pro-list-wrapper .pro-list-items-s .item .title a:hover {
  color: var( --e-global-color-text );
}
.pro-list-wrapper .pro-list-items-s .item .more {
  margin-top: 40px;
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list-wrapper .pro-list-items-s .item .more img {
  margin-right: 10px;
}

.service-wrapper {
  margin-top: 60px;
}
.service-wrapper .t-52 {
  font-size: 52px;
  line-height: 60px;
}
.service-wrapper .subtitle b,
.service-text-list b {
  color: #000;
  text-decoration: underline;
}
.service-wrapper .service-text .service-p {
  opacity: 0.8;
}
.service-wrapper .service-list {
  margin-top: 140px;
  display: flex;
  margin-bottom: 180px;
}
.service-wrapper .service-list .item {
  display: flex;
  flex-direction: column;
  flex: 20%;
}
.service-wrapper .service-list .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.service-wrapper .service-list .item .text {
  background-color: #fafafa;
  height: 100%;
  padding: 20px 10px;
}
.service-wrapper .service-list .item .text .t1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}

.service-wrapper .service-design {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.service-wrapper .service-design .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  font-size: 42px;
  line-height: 48px;
}
.service-wrapper .service-design .text p {
  display: inline-block;
  width: 100%;
}
.service-wrapper .service-design .text p::before {
  content: "";
  display: block;
  width: 126px;
  height: 3px;
  background-color: #d9b96e;
  margin-bottom: 30px;
}
.service-wrapper .service-design .img {
  position: relative;
}
.service-wrapper .service-design .img .more {
  position: absolute;
  left: 20px;
  bottom: 15px;
  padding: 15px 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.service-wrapper .service-design .img .more img {
  margin-right: 15px;
}

.service-wrapper .service-problem {
  padding: 165px 0 110px;
}
.service-wrapper .service-problem .title {
  margin-bottom: 20px;
}
.service-wrapper .service-problem .text {
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  margin-bottom: 35px;
}
.service-wrapper .service-problem .more {
  width: 194px;
  height: 46px;
  background-color: #d9b96e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-wrapper .service-problem .que-box {
  padding: 35px 20px;
  box-shadow: 0px 28px 75px 16px #f2f2f2;
}
.service-wrapper .service-problem .item {
  border-bottom: 1px solid #e5e5e5;
}
.service-wrapper .service-problem .item .item-click {
  font-size: 22px;
  height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
}
.service-wrapper .service-problem .item:last-child {
  border: 0;
}
.service-wrapper .service-problem .item .item-click::before {
  content: "";
  width: 10px;
  height: 14px;
  display: inline-block;
  background-color: #d9b96e;
  margin-right: 24px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.service-wrapper .service-problem .item.active .item-click {
  opacity: 0;
  height: 0;
  z-index: -1;
  position: relative;
}
.service-wrapper .service-problem .item .item-contact {
  opacity: 0;
  height: 0;
  z-index: -1;
  position: relative;
}
.service-wrapper .service-problem .item .item-contact {
  display: flex;
}
.service-wrapper .service-problem .item .item-contact .img {
  min-width: 54px;
  width: 54px;
  height: 54px;
  background-color: #d9b96e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.service-wrapper .service-problem .item .item-contact .t1 {
  color: #d9b96e;
  font-size: 20px;
  margin-bottom: 14px;
}
.service-wrapper .service-problem .item .item-contact .t2 {
  opacity: 0.8;
}
.service-wrapper .service-problem .item.active .item-contact {
  opacity: 1;
  height: auto;
  z-index: 1;
  margin-top: 20px;
}

.beagent-wrapper {
  margin-top: 60px;
}
.beagent-wrapper .t-52 {
  font-size: 52px;
  line-height: 60px;
}
.beagent-wrapper .subtitle b,
.beagent-text-list b {
  color: #000;
  text-decoration: underline;
}
.beagent-wrapper .beagent-text .beagent-p {
  opacity: 0.8;
}

.beagent-wrapper .beagent-list {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
}
.beagent-wrapper .beagent-list .item {
  display: flex;
}
.beagent-wrapper .beagent-list .item:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.beagent-wrapper .beagent-list .item .img {
  width: 50%;
}
.beagent-wrapper .beagent-list .item .text {
  width: 50%;
}
.beagent-wrapper .beagent-list .item .text .t1 {
  height: 160px;
  font-size: 30px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background-color: #d9b96e;
  color: #fff;
}
.beagent-wrapper .beagent-list .item .text .t2 {
  background-color: #f6f6f6;
  height: calc(100% - 160px);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  color: #535757;
}
.beagent-wrapper .beagent-list .item .text .t2 b {
  text-decoration: underline;
  color: #000;
}
.beagent-wrapper .beagent-bg {
  background: url(/wp-content/uploads/2025/07/45-2-1.png) no-repeat;
  background-position: right;
  background-size: cover;
  margin-top: 80px;
}
.beagent-wrapper .beagent-bg .beagent-form {
  background-color: #fff;
  border-top: 10px solid #d9b96e;
  padding: 50px 50px 30px;
  margin-bottom: 40px;
}
.beagent-wrapper .beagent-bg .beagent-form .title {
  font-size: 36px;
  margin-bottom: 30px;
}
.beagent-wrapper .beagent-bg .form-group {
  padding: 0;
}
.beagent-wrapper .beagent-bg .form-feedback .form-control {
  height: 45px;
  border: 0;
  padding: 10px;
  border-radius: 0;
}
.beagent-wrapper .beagent-bg .list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.beagent-wrapper .beagent-bg .list .list-item {
  width: 50%;
  margin-bottom: 10px;
}
.beagent-wrapper .beagent-bg .type {
  font-weight: bold;
  margin-bottom: 15px;
}
.beagent-wrapper .beagent-link {
  height: 220px;
  background-color: #d9b96e;
  display: flex;
  align-items: center;
}
.beagent-wrapper .beagent-swiper {
  height: 100%;
  position: relative;
  padding: 0 80px;
}
.beagent-wrapper .swiper-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beagent-wrapper .beagent-link-list {
  padding: 130px 0 120px;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}
.beagent-wrapper .beagent-link-list-items {
  margin-top: 60px;
}
.beagent-wrapper .beagent-link-list-items .item {
  border-radius: 10px;
  overflow: hidden;
}

.beagent-wrapper .swiper-button-btn {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.beagent-wrapper .beagent-swiper-next {
  width: 46px;
  height: 46px;
  background: url(../images/you.png) no-repeat center center;
  left: auto;
  right: 0;
}
.beagent-wrapper .beagent-swiper-prev {
  width: 46px;
  height: 46px;
  background: url(../images/zuo.png) no-repeat center center;
  left: 0;
  right: auto;
}

.news-wrapper .news-list {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
}
.news-wrapper .news-list .left {
  width: 250px;
  margin-right: 40px;
  margin-top: 72px;
}
.news-wrapper .news-list .left .title {
  border-bottom: 4px solid #d9b96e;
  margin-bottom: 10px;
}
.news-wrapper .news-list .left .item {
  height: 80px;
  background-color: #ececec;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.news-wrapper .news-list .left .item.active,
.news-wrapper .news-list .left .item:hover {
  background-color: #d9b96e;
  color: #fff;
}
.news-wrapper .news-list .right {
  flex: 1;
}
.news-wrapper .news-list .right .item {
  box-shadow: 0px 10px 75px 16px #dfdfdf;
}
.news-wrapper .news-list .right .item .text {
  padding: 20px 30px;
}
.news-wrapper .news-list .right .item .text .t1 {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 10px;
  min-height: 40px;
}
.news-wrapper .news-list .right .item .text .t2 {
  color: rgba(0, 0, 0, 0.6);
}
.news-wrapper .news-list .right .item .text .more {
  background-color: rgba(10, 152, 153, 0.1);
  color: var( --e-global-color-text );
  width: 150px;
  height: 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.news-wrapper .news-list .right .item .text .bottom {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0 0 0;
  display: flex;
}
.news-wrapper .news-list .right .item .text .bottom .author {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.news-wrapper .news-list .right .item .text .bottom .history {
  display: flex;
  align-items: center;
}
.news-wrapper .news-list .right .item .text .bottom .author img,
.news-wrapper .news-list .right .item .text .bottom .history img {
  margin-right: 10px;
}
.news-wrapper .news-list .right .grid {
  gap: 20px 20px;
}

.news-wrapper-content .search-content {
  margin-bottom: 40px;
}
.news-wrapper-content .news-wrapper-box {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 120px;
}
.news-wrapper-content .left {
  width: 65%;
}
.news-wrapper-content .news-wrapper-box .time {
  color: var( --e-global-color-text );
  margin-top: 30px;
}
.news-wrapper-content .news-wrapper-box .title {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 40px;
}

.news-wrapper-content .right {
  width: 32%;
}
.news-wrapper-content .right .right-title {
  font-size: 30px;
  line-height: 36px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #e9e9e9;
}
.news-wrapper-content .right .btn {
  background-color: #d9b96e;
  color: #fff;
}
.news-wrapper-content .right .item {
  display: block;
  margin-bottom: 10px;
}
.news-wrapper-content .right .item::before {
  content: "●";
  color: #d9b96e;
}

.contact-wrapper .contact {
  margin-top: 60px;
}

.contact-wrapper .contact-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contact-wrapper .contact-box .left,
.contact-wrapper .contact-box .right {
  width: 49.5%;
}
.contact-box .left .l-box1 {
  background-color: #f1f1f1;
  padding: 0 25px;
  height: 250px;
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex-direction: column;
  text-align: left;
}
.contact-box .left .l-box1 .l-l {
  /* margin-bottom: 50px; */
}
.contact-box .left .l-box1 .l-l .t1 {
  font-size: 36px;
  line-height: 48px;
  color: #000;
}
.contact-box .left .l-box1 .l-l .t2 {
  font-size: 17px;
  line-height: 26px;
  color: #6c7373;
}
.contact-box .left .l-box1 .l-r {
  /* margin-top: 50px; */
}
.contact-box .left .l-box1 .l-r .t1 a {
  color: #000;
  font-weight: bold;
}
.contact-box .left .l-box1 .l-r .t1 a:hover {
  color: #d9b96e;
  font-weight: bold;
}
.contact-box .left .l-box1 .l-r .t2 {
  font-size: 16px;
  line-height: 26px;
  color: #6c7373;
}

.contact-box .left .l-box2 {
  margin-top: 10px;
  height: 100px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
  gap:20px;
}
.contact-box .left .l-box2 .t1 {
  font-size: 36px;
  line-height: 48px;
  color: #000;
  width: auto;
}
.contact-box .left .l-box2 .t2 {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  width: 50%;
  font-weight: bold;
}

.contact-box .right {
  background-color: #f1f1f1;
  padding: 50px 20px 20px;
}
.contact-box .right .add {
  background-color: #fff;
  height: 100%;
  padding: 50px 20px 0;
}
.contact-box .right .add .t1 {
  font-size: 36px;
  line-height: 48px;
  color: #000;
}
.contact-box .right .add .add-box {
  display: flex;
  align-items: center;
}
.contact-box .right .add .add-box > div {
  width: 50%;
}
.contact-box .right .add .add-box .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #535757;
}
.contact-box .right .add .add-box .t3 {
  margin-bottom: 50px;
  font-size: 18px;
  text-decoration: underline;
}

.contact-form {
  margin-top: 140px;
  margin-bottom: 120px;
}
.contact-form .title {
  margin-bottom: 80px;
}
.contact-form .textarea {
  height: 270px;
}
.contact-form .form-feedback .form-control {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #1a1a1a;
}
.contact-form .form-feedback .btn {
  border-radius: 0;
}
.contact-form .type {
  margin-right: 20px;
}
.contact-form .list {
  display: flex;
}
.contact-form .list .list-item {
  margin-right: 26px;
}
.contact-form .list .list-item label {
  margin-left: 10px;
  cursor: pointer;
}
.pro-wrapper {
}
.pro-wrapper .pro-nav {
  background-color: #f4f4f4;
  padding: 50px 0 90px;
  border-bottom: 1px solid var( --e-global-color-text );
}
.pro-wrapper .pro-nav .pro-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-wrapper .pro-nav .pro-nav-list .item {
  width: calc(25% - 10px);
  background-color: #fff;
  margin: 0 5px 10px;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.pro-wrapper .pro-nav .pro-nav-list .item:hover {
  background-color: #d9b96e;
  color: #fff;
}
.pro-wrapper .pro-nav .pro-nav-list .item i {
  color: #fff;
  font-size: 30px;
}
.pro-wrapper .pro-nav .pro-nav-list .item.active {
  background-color: #d9b96e;
  color: #fff;
}

.pro-wrapper .pro-app {
  padding: 180px 0 95px;
}
.pro-wrapper .pro-app .pro-box {
  background: #f5f5f5;
  padding: 90px;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #e9e9e9;
}
.pro-wrapper .pro-app .pro-box-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-wrapper .pro-app .pro-box-video .videoplay {
  position: absolute;
  cursor: pointer;
}
.pro-wrapper .pro-app .pro-box-video .videoplay img {
  transform: scale(1.2);
  transition: 0.6s;
}
.pro-wrapper .pro-app .pro-box-video .videoplay:hover img {
  transform: scale(1.4);
}
.pro-wrapper .pro-app .pro-box-text {
}
.pro-wrapper .pro-app .pro-box-text .t1 {
  font-size: 42px;
  line-height: 2.1em;
  color: #000;
}
.pro-wrapper .pro-app .pro-box-text .t2 {
  font-size: 17px;
  line-height: 1.5em;
  color: #535757;
  margin-bottom: 40px;
  margin-top: 20px;
}
.pro-wrapper .pro-app .pro-box-text .t2 strong {
  color: #000;
  text-decoration: underline;
}
.pro-wrapper .pro-app .mores {
  display: flex;
  align-items: center;
}
.pro-wrapper .pro-app .mores .more {
  width: 166px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
  color: #fff;
  transform: 0.6s;
  position: relative;
}
.pro-wrapper .pro-app .down:after {
  content: "\f322";
  font-family: cmsfont;
  color: #d9b96e;
  position: absolute;
  bottom: -40px;
  font-size: 24px;
}
.pro-wrapper .pro-app .mores .more.down.active:after {
  content: none;
}

.pro-wrapper .pro-app .profl-nr {
  margin-top: 10px;
}
.pro-wrapper .pro-app .profl-nr .up {
  margin: 50px auto 0;
}
.pro-wrapper .pro-app .profl-nr .up::after {
  content: "\f325";
  font-family: cmsfont;
  color: #d9b96e;
  font-size: 24px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.pro-wrapper .profl-list {
  border: 1px solid #e2e2e2;
  border-top: 1px solid #e8e8e8;
  background: #f0f0f0;
}
.pro-wrapper .profl-list .item {
  background: #f0f0f0;
  border-bottom: 1px solid #e2e2e2;
}
.pro-wrapper .profl-list .item:first-child {
  border-top: 0;
}
.pro-wrapper .profl-list .item a {
  display: block;
  padding: 15px 40px;
  font-size: 24px;
  cursor: pointer;
  background: #eeeff2;
  color: #232c47;
}
.pro-wrapper .profl-list .nr {
  padding: 10px 85px 20px;
  display: none;
}
.pro-wrapper .profl-list .item a i {
  color: #999999;
  margin-right: 8px;
}
.pro-wrapper .profl-list .item .icon-minus {
  display: none;
}
.pro-wrapper .profl-list .item.active a {
  background: #f0f0f0;
}

.pro-wrapper .pro-list .subtitle.mt-3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin: 20px auto;
}

.pro-wrapper .pro-list {
  padding: 50px 0 230px;
  background-color: #f5f5f5;
}
.pro-wrapper .pro-list-box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.pro-wrapper .pro-list-box .item {
  position: relative;
  width: calc(32.5% - 15px);
  margin: 0 7.5px;
  margin-bottom: 15px;
}
.pro-wrapper .pro-list-box .item .text {
/*   position: absolute; */
  bottom: 30px;
  height: 64px;
  background-color: #d9b96e;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 20px;
}
.pro-wrapper .pro-list-box .item .img {
}
.pro-wrapper .pro-list-box .item .img .tab-content-item {
  height: 0;
  opacity: 0;
}
.pro-wrapper .pro-list-box .item .img .tab-content-item.active {
  height: auto;
  opacity: 1;
  transition: opacity 0.6s;
}
.pro-wrapper .pro-list-box .item .tab-btn {
  position: absolute;
  bottom: 75px;
  right: 0;
  display: flex;
  margin-right: 20px;
}
.pro-wrapper .pro-list-box .item .tab-btn .tab-btn-item {
  margin-right: 10px;
  padding: 2px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-wrapper .pro-list-box .item .tab-btn .tab-btn-item.active {
  border-color: #d9b96e;
}

.pro-wrapper .pro-list-box .item .text-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.6s;
}
.pro-wrapper .pro-list-box .item .text-hover .more {
  color: #f5f5f5;
  width: 270px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
}
.pro-wrapper .pro-list-box .item .text-hover .more i {
  margin-left: 15px;
}
.pro-wrapper .pro-list-box .item:hover .text-hover {
  opacity: 1;
}

.pro-wrapper .pro-bg {
  background: url(../images/pro-bg.jpg) no-repeat top center;
}
.pro-wrapper .pro-bg .pro-cert {
  padding: 60px 0 90px;
}
.pro-wrapper .pro-bg .pro-cert .title {
  color: #fff;
  text-transform: uppercase;
}
.pro-wrapper .pro-bg .pro-cert .subtitle {
  padding: 20px 0;
}
.pro-wrapper .pro-bg .pro-cert .subtitle::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin-top: 10px;
}
.pro-wrapper .cert-swiper .swiper-slide {
  background-color: #d9b96e;
  padding: 5px;
}
.pro-wrapper .cert-swiper .swiper-slide .swiper-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}
.pro-wrapper .swiper-button-prev,
.pro-wrapper .swiper-button-next {
  color: #d9b96e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.pro-wrapper .pro-factory {
}
.pro-wrapper .pro-factory .title {
  color: #fff;
  margin-bottom: 40px;
}
.pro-wrapper .pro-factory .title::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin-top: 10px;
}
.pro-wrapper .pro-factory .pro-factory-box {
  background-color: #f5f5f5;
  padding: 65px;
}
.pro-wrapper .pro-factory .pro-factory-box img {
  width: 100% !important;
}

.pro-wrapper .pro-partner {
  margin: 124px 0;
}
.pro-wrapper .pro-partner .title {
  text-transform: uppercase;
}
.pro-wrapper .pro-partner .subtitle {
  padding: 20px 0;
}
.pro-wrapper .pro-partner .subtitle::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin-top: 10px;
}

.pro-wrapper .pro-exhibition {
  background-color: #f5f5f5;
  padding: 90px 0 100px;
}
.pro-wrapper .pro-exhibition .title {
  text-transform: uppercase;
}
.pro-wrapper .pro-exhibition .subtitle {
  padding: 20px 0;
}
.pro-wrapper .pro-exhibition .subtitle::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin-top: 10px;
}

.pro-wrapper .pro-how-list {
  margin: 220px 0 130px;
}
.pro-wrapper .pro-how-list .title {
  text-transform: uppercase;
}
.pro-wrapper .pro-how-list .subtitle {
  padding: 20px 0;
}
.pro-wrapper .pro-how-list .subtitle::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #d9b96e;
  margin-top: 10px;
}
.pro-wrapper .pro-how-list .how-list {
  margin-top: 60px;
}
.pro-wrapper .pro-how-list .how-list .item {
  background-color: #f5f5f5;
}
.pro-wrapper .pro-how-list .how-list .item .text {
  padding: 45px 50px 25px;
  display: flex;
  flex-direction: column;
}
.pro-wrapper .pro-how-list .how-list .item .text .t1 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.pro-wrapper .pro-how-list .how-list .item .text .t2 {
}
.pro-wrapper .pro-how-list .how-list .item .text .more {
  width: 166px;
  height: 44px;
  border: 1px solid #5a5a5a;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-wrapper .pro-pecommended {
  background-color: #f5f5f5;
  padding: 120px 0;
  margin-bottom: -120px;
}
.pro-wrapper .pro-pecommended .title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pro-wrapper .pro-list-items {
  padding: 90px 0 60px;
}

.pro-wrapper .pro-list-items .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(auto, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.cat_posts_right img {
  width: 100%;
  height: 81%;
  object-fit: cover;
}
.cat_posts_right {
  position: relative;
  overflow: hidden;
  grid-area: 2 / 3 / 4 / 5;
}
.cat_posts_right_bottom {
  position: absolute;
  padding: 0 40px;
  bottom: 30%;
}
.cat_posts_right_bottom_t1 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px;
}
.cat_posts_right_bottom_t2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 16px;
  color: #fff;
}
.cat_posts_right_bottom_t3 {
  font-size: 17px;
  margin-bottom: 16px;
  color: #fff;
}
.cat_posts_right_bottom_t4 a {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
}
@media (max-width: 768px) {
  .cat_posts_right {
    grid-area: 1 / 1 / 2 / 6;
  }
}
.pro-wrapper .pro-list-items .items .item {
  display: flex;
  flex-direction: column;
}

/* .pro-wrapper .pro-list-items .items {
	display: grid;
	gap: 10px;
	grid-template-rows: repeat(var(--bs-rows, 2), 1fr);
	grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
} */
.pro-wrapper .pro-list-items .items .item {
  /* grid-column: auto/span 3; */
  display: flex;
  flex-direction: column;
  background-color: #e7e7e7;
}
.pro-wrapper .pro-list-items .items .item .tab-content {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #eee;
}
.pro-wrapper .pro-list-items .items .item .tab-content .tab-content-item {
  height: 0;
  opacity: 0;
  transition: opacity 0.6s;
}
.pro-wrapper
  .pro-list-items
  .items
  .item
  .tab-content
  .tab-content-item.active {
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-wrapper .pro-list-items .items .item .tab-content .tab-btn {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pro-wrapper .pro-list-items .items .item .tab-content .tab-btn-item {
  width: 38px;
  height: 14px;
  margin: 0 4px;
  padding: 2px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-wrapper .pro-list-items .items .item .tab-content .tab-btn-item.active {
  border-color: #d9b96e;
}
.pro-wrapper .pro-list-items .items .item .text {
  min-height: 90px;
  padding: 10px;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#pro-list .items .item .tab-btn{
  opacity: 0;
  transition-duration: .5s;
}
#pro-list .items .item:hover .tab-btn{
  opacity: 1;
  transition-duration: .5s;
}
@media(max-width:1024px){
  .pro-wrapper .pro-list-items .items .item .tab-content .tab-btn{
    flex-wrap: wrap;
  }
}
.pro-wrapper .pro-list-nav-items {
}
.pro-wrapper .pro-list-nav-items .g-col-12 {
  position: relative;
}
.pro-wrapper .pro-list-nav-items .g-col-12 .mores {
  position: absolute;
  bottom: 45px;
  width: 100%;
  display: flex;
}
.pro-wrapper .pro-list-nav-items .g-col-12 .more {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
}
.pro-wrapper .pro-list-nav-items .g-col-12 .more img {
  margin-right: 15px;
}

.pro-wrapper .item-series {
  display: flex;
  grid-area: 2 / 7 / 4 / 13;
  overflow: hidden;
  position: relative;
}
.pro-wrapper .item-series .img {
  width: 100%;
}
.pro-wrapper .item-series .text {
  position: absolute;
  top: 40%;
  padding: 0 50px;
  color: #fff;
}
.pro-wrapper .item-series .text h4 {
  line-height: 26px;
}
.pro-wrapper .item-series .text h5 {
  font-size: 42px;
  line-height: 48px;
  margin-top: 10px;
}
.pro-wrapper .item-series .text h6 {
  font-size: 17px;
  margin-top: 20px;
}
.pro-wrapper .item-series .text .more {
  margin-top: 35px;
  width: 200px;
  height: 40px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.pro-wrapper .item-series .text a {
  color: #fff;
}
.pro-wrapper .item-series .text a:hover {
  color: var( --e-global-color-text );
}

.pro-wrapper .pro-top {
  margin-top: 100px;
}
.pro-wrapper .pro-top .pro-top-con {
  box-shadow: 0px 28px 75px 16px #f2f2f2;
  padding: 25px;
}
.pro-wrapper .pro-top .tab-img {
  overflow: hidden;
  position: relative;
}
.pro-wrapper .pro-top .tab-img .pro-video {
  position: absolute;
  bottom: 20px;
  right: 25px;
  cursor: pointer;
}
.pro-wrapper .pro-top .tab-img .item {
  height: 0;
  opacity: 0;
  transition: 0.6s;
}
.pro-wrapper .pro-top .tab-img .item.active {
  height: auto;
  opacity: 1;
}

.pro-wrapper .pro-top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.pro-wrapper .pro-top-right .t1 {
  font-size: 40px;
  line-height: 60px;
}
.pro-wrapper .pro-top-right .t1::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  background-color: #d9b96e;
  margin: 10px 0 20px;
}
.pro-wrapper .pro-top-right .t2 {
  opacity: 0.8;
  font-size: 17px;
}
.pro-wrapper .pro-top-right .colors {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
.pro-wrapper .pro-top-right .colors .item {
  padding: 2px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
}
.pro-wrapper .pro-top-right .colors .item.active {
  border-color: #d9b96e;
}

.pro-wrapper .pro-top-right .tags {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: underline;
}
.pro-wrapper .pro-top-right .tags h1 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.pro-wrapper .pro-top-right .mores {
  display: flex;
  align-items: center;
}
.pro-wrapper .pro-top-right .more {
  width: 174px;
  height: 44px;
  background-color: #22a2a3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
}
.pro-wrapper .pro-top-right .more-down {
  width: 214px;
  height: 44px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-wrapper .pro-con {
  margin-top: 100px;
}
.pro-wrapper .pro-con .con-nav {
  display: flex;
  align-items: center;
  position: sticky;
  top: 123px;
  z-index: 998;
}
.pro-wrapper .pro-con .con-nav .item {
  width: 194px;
  height: 55px;
  margin-right: 10px;
  background-color: #fff;
  background-color: #585858;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.pro-wrapper .pro-con .con-nav .item.active {
  background-color: #d9b96e;
}
.pro-wrapper .pro-con .con-nav .item:hover {
  background-color: #d9b96e;
}
.pro-wrapper .pro-con .con {
  box-shadow: 0px 28px 75px 16px #f2f2f2;
  margin-top: 30px;
  padding: 70px;
}
.pro-wrapper .pro-con .con .item {
  position: relative;
  height: auto;
  opacity: 1;
  z-index: -1;
}
.pro-wrapper .pro-con .con .item.active {
  height: auto;
  opacity: 1;
  z-index: 1;
}

span.item-color{min-width: 25px;width: 100%;
  height: 100%;}
  
@media (max-width: 1440px) {
    .pro-wrapper .pro-app .pro-box-text .t1{
        font-size: 25px !important;
    }
    .pro-wrapper .pro-app{
        padding: 0px;
    }
}
@media (max-width: 768px) {
  .contact-box .left .l-box1{height: auto;  flex-wrap: wrap;}
  .contact-box .left .l-box1>div{flex:0 0 100%;}
  .contact-box .left .l-box2{height: auto;  flex-wrap: wrap;}
  .contact-box .left .l-box2>div{flex:0 0 100%;}
  .contact-box .left .l-box1 .l-l{margin-bottom: 10px;}
  .contact-box .left .l-box1 .l-r{margin-top: 10px;}
  .contact-form .title{margin-bottom: 40px;}
  .contact-box .right .add .add-box{flex-wrap: wrap;}
  .contact-box .right .add .add-box>div{flex:0 0 100%}
  .news-wrapper .news-list{margin-top: 20px;}
  .news-wrapper .news-list .left .item{height: 45px;}
  .pro-wrapper .profl-list .nr{padding: 10px 30px 30px;}
  .title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .home-pro {
    margin-top: 60px;
  }
  .home-pro .item {
    flex-direction: column !important;
  }
  .home-pro .item .img,
  .home-pro .item .text {
    width: 100%;
  }
  .home-pro .item .text {
    margin-top: 30px;
  }
  .home-pro .item .category {
    order: 13;
    margin-top: 30px;
  }
  .home-solution {
    margin-top: 30px;
  }
  .home-new-pro {
    margin-top: 40px;
  }
  .home-new-pro .new-pro-list {
    flex-direction: column;
  }
  .home-new-pro .new-pro-list .item .text {
    padding: 10px;
  }
  .home-new-pro .new-pro-list .item {
    width: 100%;
    flex-direction: column !important;
    margin: 20px auto !important;
  }
  .home-sanitary {
    margin-top: 40px;
  }
  .home-sanitary .sanitary-list {
    margin-top: 30px;
    flex-direction: column;
  }
  .home-sanitary .sanitary-list .item {
    width: 100%;
    margin: 10px 0 !important;
  }
  .home-sanitary .sanitary-list .item .text {
    padding: 15px 10px;
  }
  .home-sanitary .sanitary-list .item .text .t1 {
    font-size: 24px;
    line-height: 28px;
  }
  .home-service {
    padding: 30px 0;
  }
  .home-reality {
    margin-top: 40px;
  }
  .home-reality .reality-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .home-reality .reality-list .item {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
  }
  .home-reality .reality-list .item .img {
    width: 60px;
    height: 60px;
    margin: 5px 0;
  }
  .home-reality .reality-list .item .img-1 img {
    width: 20px;
    height: 20px;
  }
  .home-reality .reality-list .item .t1 {
    font-size: 20px;
    line-height: 28px;
  }
  .home-reality .reality-list .item .t2 {
    font-size: 14px;
    line-height: 22px;
  }
  .pro-wrapper .pro-nav {
    padding: 30px 0 40px;
  }
  .pro-wrapper .pro-nav .pro-nav-list {
    flex-direction: column;
  }
  .pro-wrapper .pro-nav .pro-nav-list .item {
    width: auto;
    padding: 10px 15px;
  }
  .pro-wrapper .pro-nav .pro-nav-list .item i {
    display: none;
  }
  .pro-wrapper .pro-app {
    padding: 30px;
  }
  .pro-wrapper .pro-app .pro-box {
    padding: 15px;
  }
  .pro-wrapper .pro-app .pro-box-text .t1 {
    font-size: 24px;
  }
  .pro-wrapper .pro-app .pro-box-text .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-wrapper .pro-app .mores {
    margin-bottom: 30px;
  }
  .pro-wrapper .pro-app .down:after {
    left: 100%;
  }
  .pro-wrapper .profl-list .item a {
    padding: 15px;
    font-size: 16px;
  }
  .pro-wrapper .pro-list {
    padding: 30px 0;
  }
  .pro-wrapper .pro-factory .pro-factory-box {
    padding: 15px;
  }
  span.item-color{min-width: 25px;width: 100%;
    height: 100%;}
  .pro-wrapper .pro-factory .pro-factory-box img {
    height: auto !important;
  }
  .pro-wrapper .pro-partner {
    margin: 30px 0;
  }
  .pro-wrapper .pro-exhibition {
    padding: 30px 0;
  }
  .pro-wrapper .pro-how-list {
    margin: 30px 0;
  }
  .pro-wrapper .pro-how-list .how-list .item .text {
    padding: 15px 15px 25px;
  }
  .pro-wrapper .pro-list-box .item {
  width: calc(48.5% - 15px);

  }
  .pro-wrapper .pro-list-box .item .text {
    font-size: 12px;
    height: auto;
    padding: 10px 10px;
  }
  .pro-wrapper .pro-list-box .item .text{position: relative;bottom: 0;}
  .pro-wrapper .pro-list-box .item .text .t1{height:40px;overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;}
  .pro-wrapper .pro-list-box .item .text-hover{display: none; }
  /* .pro-wrapper .pro-list-box .item .img .tab-content-item.active{display: none;} */
  .pro-wrapper .pro-list-box .item .tab-btn {
    bottom: 0;position: relative;justify-content: center;
    margin-right: 0;
  }
  .pro-wrapper .pro-list-items {
    padding: 30px 0;
  }
  .pro-wrapper .pro-list-items .items .item {
    grid-column: auto/span 6;
  }
  .pro-wrapper .pro-list-items .items .item .text {
    font-size: 14px;
    text-align: center;
  }
  .pro-wrapper .pro-list-items .items .item .tab-content .tab-btn {
    /* display: none; */
  }
  .pro-wrapper .item-series {
    grid-area: 1/1/3/13;
  }
  .pro-wrapper .item-series .text {
    top: 0;
    padding: 15px;
  }
  .pro-list-wrapper .t-52 {
    font-size: 24px;
    line-height: 28px;
  }
  .pro-list-wrapper .pro-list-items-s {
    margin: 40px 0;
    flex-direction: column;
  }
  .pro-list-wrapper .pro-list-items-s .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-list-wrapper .pro-list-items-s .item .text {
    top: 0;
    padding: 30px;
  }
  .pro-wrapper .swiper-button-prev,
  .pro-wrapper .swiper-button-next {
    display: none;
  }
  .pro-wrapper .pro-con .con {
    padding: 15px;
  }
  .service-wrapper .t-52 {
    font-size: 24px;
    line-height: 28px;
  }
  .service-wrapper .service-list {
    flex-direction: column;
  }
  .service-wrapper .service-list .item {
    flex-direction: column !important;
  }
  .service-wrapper .service-list {
    margin: 40px 0 60px;
  }
  .service-wrapper .service-design {
    padding: 30px 0;
  }
  .service-wrapper .service-design .text {
    font-size: 24px;
    line-height: 28px;
  }
  .service-wrapper .service-problem {
    padding: 30px 0 40px;
  }
  .beagent-wrapper .t-52 {
    font-size: 24px;
    line-height: 28px;
  }
  .beagent-wrapper .beagent-list {
    margin-top: 50px;
  }
  .beagent-wrapper .beagent-list .item .img,
  .beagent-wrapper .beagent-list .item .text {
    width: 100%;
  }
  .beagent-wrapper .beagent-list .item {
    flex-direction: column !important;
  }
  .beagent-wrapper .beagent-list .item .text .t1 {
    font-size: 24px;
    line-height: 28px;
  }
  .beagent-wrapper .beagent-list .item .text .t2 {
    padding: 30px 15px;
  }
  .beagent-wrapper .beagent-bg .beagent-form {
    padding: 15px 15px 30px;
  }
  .beagent-wrapper .beagent-bg .beagent-form .title {
    font-size: 24px;
    line-height: 28px;
  }
  .beagent-wrapper .beagent-bg .list {
    padding: 0 5px;
  }
  .beagent-wrapper .beagent-swiper {
    padding: 0 25px;
  }
  .contact-wrapper .contact-box {
    flex-direction: column;
  }
  .contact-wrapper .contact-box .left,
  .contact-wrapper .contact-box .right {
    width: 100%;
  }
  .contact-box .right .add {
    padding: 20px;
  }
  .contact-form {
    margin-top: 40px;
  }
  .contact-form .list {
    flex-wrap: wrap;
  }
  .news-wrapper .news-list {
    flex-direction: column;
  }
  .news-wrapper .news-list .left {
    width: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .news-wrapper .news-list .right .item .text {
    padding: 15px;
  }
  .news-wrapper .news-list .right .item .text .t1 {
    font-size: 22px;
    line-height: 24px;
  }
  .news-wrapper .news-list .right .item .text .t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-wrapper .news-list .right .item .text .more {
    width: auto;
  }
  .news-wrapper .news-list .right .item .text .bottom {
    flex-direction: column;
  }
  .news-wrapper-content .right {
    display: none;
  }
  .news-wrapper-content .left {
    width: 100%;
  }
  .news-wrapper-content .news-wrapper-box {
    margin-top: 30px;
  }
  .news-wrapper-content .news-wrapper-box .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .about-wrapper .t-52 {
    font-size: 24px;
    line-height: 28px;
  }
  .about-wrapper .about-img .grid .img > img {
    width: 100%;
  }
  .about-wrapper .about-sol {
    margin-top: 30px;
  }
  .about-wrapper .about-items {
    flex-direction: column;
  }
  .about-wrapper .about-items .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .about-wrapper .about-items .item .text {
    padding: 30px;
    top: 0;
  }
}

.more-hover:hover {
  box-shadow: 2px 2px 10px 1px #999;
}
/* swiper点 */
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #fff;
  padding: 7px;
  opacity: 1;
  position: relative;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var( --e-global-color-text );
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* swiper左右 */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next {
  content: none;
}
/* 浮动 */
#float {
  position: fixed;
  right: 5px;
  bottom: 105px;
  margin-top: -60px;
  z-index: 55;
}
#float .ico {
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
#float .ico > i {
  font-size: 30px;
  line-height: 55px;
  border-radius: 50%;
  display: block;
  color: #fff;
  position: relative;
  z-index: 9999;
  background: #d9b96e;
}
#float .ico > .img {
  position: absolute;
  right: 55px;
  width: 140px;
  top: 0;
  display: none;
  background-color: #fff;
}
#float .ico > .img > img {
  width: 100%;
}
#float .ico p {
  position: absolute;
  top: 0;
  border-radius: 10px;
  right: -350px;
  padding: 0px 20px;
  line-height: 55px;
  font-size: 16px;
  height: 55px;
  background-color: #d9b96e;
  color: #fff;
  transition: all 0.5s;
  z-index: 0;
  white-space: nowrap;
}
#float .ico:hover > .img {
  display: block;
}
#float .ico:hover p {
  right: 55px;
}
@media (min-width: 1px) and (max-width: 991px) {
  #float .ico {
    width: 40px;
    height: 40px;
  }
  #float .ico > i {
    font-size: 22px;
    line-height: 40px;
  }
  #float .ico > .img {
    right: 40px;
  }
  #float .ico p {
    line-height: 40px;
    padding: 0 15px;
    height: 40px;
  }
}
/*分页*/
.page-link {
  padding: 0.5rem 0.875rem;
}
.page-item.active .page-link {
  color: #fff;
  background-color: var( --e-global-color-text );
  border-color: var( --e-global-color-text );
}
/*留言*/
.contact-wrapper .feedback-box .form-control {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
}
.contact-wrapper .feedback-box .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact-wrapper .feedback-box .form-feedback .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  background: var( --e-global-color-text );
}
.contact-wrapper .feedback-box .form-feedback .btn:hover {
  background: var( --e-global-color-text );
  color: #fff;
}
.contact-wrapper
  .feedback-box
  .form-feedback.was-validated
  .form-control:invalid,
.contact-wrapper
  .feedback-box
  .form-feedback.was-validated
  .form-control.is-invalid {
  border-color: #f5543f;
  padding-right: calc(1.5em+0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em+0.1875rem) center;
  background-size: calc(0.75em+0.375rem) calc(0.75em+0.375rem);
}
.form-feedback .form-control {
  background: #fafafa;
  color: #9396a2;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cecccc;
  padding: 20px 18px;
}
.form-feedback .form-control::-webkit-input-placeholder {
  color: #9396a2;
}
.form-feedback .btn {
  color: #fff;
  background: var( --e-global-color-text );
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.form-feedback .btn:hover {
  background: var( --e-global-color-text );
  color: #fff;
}
@media (max-width:1366px){
  .xzyh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .footer .footer-box .footer-left{
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .footer .right-list .items{
    margin-left: 30px;
    justify-content:flex-start;
  }
}
@media (max-width:1180px){
  .footer .footer-box .footer-left{
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .footer .footer-box{
    flex-direction: column;
  }
  .footer .right-list .items{
    margin-left: 30px;
    justify-content:flex-start;
  }
  .us-box{
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .form-feedback .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .footer{
    margin-bottom: 70px !important;
  }
  .footer .right-list .items{
    margin-left: 0px;
    width: 100% !important;
  }
  .form-feedback .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-wrapper .feedback-box .form-control {
    margin-bottom: 0;
  }
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding: 0 15px;
}
.form-feedback .btn-c {
  background-color: #0b3b8d;
  height: 100%;
  padding: 10px 20px;
  transition: all 0.6s;
}
/*搜索*/
.search-group {
  width: 282px;
  height: 34px;
  background: rgba(49, 49, 49, 0.8);
  color: #313131;
  overflow: hidden;
  border-radius: 30px;
}
.search-group .form-control {
  border: none;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  height: 34px;
}
.search-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.search-group .btn {
  border-radius: 0px;
  height: 34px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  margin-bottom: 0;
}
.search-group i {
  color: #fff;
  font-size: 16px;
}
.search-group .btn {
  background-color: var( --e-global-color-text );
  transition: 0.5s all;
}
/* .search-group .btni{color:#0a9899} */
/*#表格*/
.table {
  overflow-x: auto;
}
.table-wrapper table th,
.table-wrapper table td {
  padding: 5px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #dee2e6;
  text-align: center;
}
.table-wrapper table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0);
}
.table-wrapper table tbody tr:hover {
  background-color: #dee2e6;
  color: #555;
}
.table-wrapper table {
  display: table;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 768px) {
  .table-wrapper table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 575.98px) {
  .table-wrapper-sm table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .table-wrapper-md table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 991.98px) {
  .table-res-lg table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1500.98px) {
  .table-wrapper-xl table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.content-wrapper tbody th {
  color: #2980c7;
}
/*#弹出留言表单*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  background: rgba(00, 00, 00, 0.8);
}
.reveal-modal {
  visibility: hidden;
  top: 250px;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  position: absolute;
  z-index: 1001;
  padding: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.reveal-modal .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.reveal-modal .close-reveal-modal {
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #333;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  .reveal-modal {
    visibility: hidden;
    top: 50px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    position: absolute;
    z-index: 1001;
    padding: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
  .reveal-modal .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.feedpc {
  position: fixed;
  right: 0px;
  top: 60%;
  cursor: pointer;
  z-index: 70;
}
.feedpc .feed {
  display: flex;
  align-items: center;
}
.feedpc .feed .img {
  z-index: 60;
  margin-right: -20px;
}
.feedpc .feed p {
  background: #414141;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding: 0 15px 0 25px;
}
@media (max-width: 768px) {
  .feedpc .feed .img {
    margin-right: 0px;
  }
  .feedpc .feed .img img {
    width: 50px;
    height: 50px;
  }
  .feedpc .feed p {
    display: none;
  }
  .totop {
    z-index: 10;
  }
}
/* 格子 */
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .about-img>.grid{
    grid-template-columns:repeat(var(--bs-columns, 10), 1fr) !important;
  }
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-25 {
    grid-column: auto/span 2.5;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.item .swiper-pagination-bullet {
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.item .swiper-pagination-bullet-active {
  background-color: var( --e-global-color-text ) !important;
}
.item .swiper-pagination {
  bottom: 0;
}
.item-series img {
  height: 100%;
}

.s_c_block1 {
}
.s_c_block1 ul {
  margin-top: 10px;
}
.s_c_block1 ul li {
  padding-left: 20px;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
}
.s_c_block1 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d9b96e;
}
.s_c_block2 .block2-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;margin-bottom: 40px;
}
.s_c_block2 .block2-list .item {
  flex: 0 0 20%;
  padding: 0 0.5%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.s_c_block3 .block3-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;margin-bottom: 40px;
}
.s_c_block3 .block3-list .item {
  flex: 0 0 20%;
  padding: 0 0.5%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;

  margin-bottom: 10px;
}
.s_c_block4 .block4-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;margin-bottom: 40px;
}
.s_c_block4 .block4-list .item {
  flex: 0 0 20%;
  padding: 0 0.5%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;

  margin-bottom: 10px;
}
.s_c_block6-list ul {
    display: flex;
    margin-top: 40px;
    /* overflow: hidden; */
    flex-wrap: wrap;
}

.s_c_block6-list li {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
    flex: 0 0 calc(33.3% - 40px);
    margin: 40px 20px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #333;
    box-shadow:
        8.1px 8.1px 0px rgba(0, 0, 0, 0.03),
        8.9px 8.9px 0px rgba(0, 0, 0, 0.044),
        9.3px 9.3px 0px rgba(0, 0, 0, 0.055),
        9.5px 9.5px 0px rgba(0, 0, 0, 0.063),
        9.6px 9.6px 0px rgba(0, 0, 0, 0.072),
        9.7px 9.7px 0px rgba(0, 0, 0, 0.08),
        9.8px 9.8px 0px rgba(0, 0, 0, 0.088),
        9.9px 9.9px 0px rgba(0, 0, 0, 0.099),
        9.9px 9.9px 0px rgba(0, 0, 0, 0.112),
        10px 10px 0px rgba(0, 0, 0, 0.14)
}

.s_c_block6-list li .s_c_block6-list-content {
    padding: 20px 10px;
    font-weight: normal;
}

.s_c_block6-list li .s_c_block6-list-title {
    font-weight: normal;
}

.s_c_block6-list li .s_c_block6-list-title {}

.s_c_block6-list li .s_c_block6-list-title img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.s_c_block6-list li .s_c_block6-list-title span {
    vertical-align: sub;
}
.s_c_block6-list li .s_c_block6-list-star {
    margin-top: 10px;
}
.s_c_block6-list li .s_c_block6-list-star i {
    color: gold;

}
.s_c_block6-list-star i,
.s_c_block6-list-star i::before{
  font-family: 'CmsFont' !important;
}
.s_c_block5 .profl-list{margin: 40px 0;}
/* .icon.icon-whatsapp{font-size: 27px !important;} */
.home-new-pro .s_c_block5 ul {margin-top: 1.5rem;}
@media (max-width: 1150px) {
  .header {
    display: none;
  }
}

@media (max-width: 1150px) {
	
	
	.banner .box-1 .t1, .banner .box-2 .t1, .banner .box-3 .t1 {
        font-size: 22px;
        line-height: auto;
    }
	    .banner-text p, .banner-content p {
        max-width: 100%;
        font-size: .875rem;
    }

	
	
	.footer-sub{padding:30px 0}
	.pc{display:none !important;}
  .pro-wrapper .pro-pecommended{padding-top: 20px;}
  .footer{padding-top: 20px;}
  .pro-wrapper .pro-how-list .how-list{margin-top: 20px;}
  .pro-wrapper .pro-top{margin-top: 20px;}
  .pro-wrapper .pro-con{margin-top: 20px;}
  .news-list .right .title.text-center{  text-transform: capitalize;}
  .service-list .item .img {display: flex;height: 210px;overflow: hidden;}
  .service-list .item .img img{align-self: center;}
  .pro-wrapper>.pro-app>.container-xl.max-1530{width: 100%;padding-left: 0;padding-right: 0;;}
  .footer .us-box,.footer .footer-box .gooter-text{width: 100%;}
    .s_c_block6-list li {
        flex: 0 0 100%;margin-left:0;margin-right: 0;flex-direction: column
    }
  .s_c_block2 .block2-list .item {
    flex: 0 0 50%;
    padding: 0 1%;
  }
  .s_c_block3 .block3-list .item {
    flex: 0 0 50%;
    padding: 0 1%;
  }
  .s_c_block4 .block4-list .item {
    flex: 0 0 50%;
    padding: 0 1%;
  }
  .cat_posts_right_bottom_t1 {
    font-size: 14px;
  }
  .cat_posts_right_bottom_t2 {
    font-size: 20px;
    line-height: 25px;
  }
  .icon.icon-whatsapp {
    font-size: 27px !important;
  }

  .banner .box-1 .t1 {
    line-height: 50px;
  }
  .banner .box-1 .more {
    font-size: 18px;
    margin-top: 9px;
  }
  .pro-wrapper .pro-con .con-nav {
    width: 100%;
    overflow-x: auto;
    top: 61px;
  }
  .banner #swiper-button-next-banner1,
  .banner #swiper-button-prev-banner1 {
    display: none;
  }
  .profl-list .item .title {
    font-size: 14px !important;
  }
  .pro-wrapper .cert-swiper .swiper-slide .swiper-text {
    font-size: 14px;
  }
}
.pro-wrapper .pro-con .con-nav .item a {
  color: #fff;
}
.pro-wrapper .pro-con td {
  border: 1px solid #000;
  padding: 0.75rem;
  vertical-align: top;
}
.pro-wrapper .pro-con table {
  margin: 10px 0;
}

.pro-wrapper .pro-how-list .how-list .g-col-xl-4.g-col-12 {
  background-color: #f5f5f5;
}
.header .header-top .welcome img{vertical-align: baseline;margin:0 5px 0 10px;}

.footer .right-list .items .item, .footer .footer-box .gooter-text, .footer .us-box .us-item,.footer .right-list .items .item a{
  color: #333333 !important;
  margin-bottom: 5px;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon{
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}