@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.eot') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype'), url('../fonts/BarlowCondensed-SemiBold.eot') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'BarlowCondensed';
  src: url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowCondensed-Bold.ttf') format('truetype'), url('../fonts/BarlowCondensed-Bold.eot') format('embedded-opentype'), url('../fonts/BarlowCondensed-Bold.woff') format('woff');
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #37b499;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1605px;
}
.max-container {
  width: 1730px;
  padding: 0 15px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}


.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}


.grid-box {
    font-size: 0;
    vertical-align: top;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 47%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
     .lh-2.font-46{
       line-height: 1.8;
     }
     h2.font-18{
       line-height: 2;
     }
     .font-17.con,
     .font-17.mb-40 {
       line-height: 2;
     }
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}


#index-body .homepage-3 .content ul .slick-slide>div{
  height: auto;
  padding-top: 6px;
}



#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 115px;
  background: white;
  padding-left: 45px;
  padding-right: 40px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 45px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-last-child(2) {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  display: none
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .searchBtn {
  padding-right: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

#header .nav .ui.menu .right form{
  width: 240px;
  height: 45px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  right: 0;
  top: 20px;
  z-index: -1;
  transition: 0.5s;
}
#header .nav .ui.menu .right form.active{
  top: 68px;
}
#header .nav .ui.menu .right form input[type='text']{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border:1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 0 40px 0 10px;
}
#header .nav .ui.menu .right form input[type='submit']{
  width: 22px;
  height: 22px;
  background: url('../images/search.png') no-repeat;
  position: absolute;
  right: 10px;
  top:12px;
  border:none;
}
#header .nav .ui.menu .right .h-inquiry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  width: 160px;
  height: 45px;
  background-color: var(--color);
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
#header .nav .ui.menu .right .h-inquiry i {
  font-size: 14px;
  margin-right: 10px;
}
#header .nav .ui.menu .right .h-inquiry span {
  font-size: 20px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 20px;
  margin: 0 5px 0 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 35px;
  border-radius: 5px;
  color: white;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.more:hover {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
.more span {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more.primary {
  background-color: transparent;
  color: black;
  height: 50px;
  border-color: var(--color);
}
.more.primary:hover {
  background-color: var(--color);
  color: white;
}
.more.white {
  background-color: white;
  color: var(--color);
}
.more.white:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}
h2.h-title {
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 5;
  font-weight: bold;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-weight: 900;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 50%;
}
#banner .banner-content ul li .content h2 {
  text-shadow: 0px 6px 0px #000000;
}
#banner .banner-content .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 55px;
}
#banner .banner-content .banner-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 65px;
}
#banner .banner-content .banner-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#banner .banner-content .banner-dots .slick-dots li {
  margin-right: 27px;
  width: 75px;
  height: 6px;
  border-radius: 10px;
  background-color: #676767;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #676767;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .banner-dots .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content .banner-dots .slick-dots li.slick-active {
  background-color: transparent;
  border-color: var(--color);
}
#banner .banner-content .banner-dots .slick-dots li.slick-active button {
  font-size: 36px;
  color: var(--color);
}
#banner .banner-content .banner-dots .slick-dots li.slick-active::before {
  -webkit-animation: line_width 5.5s linear forwards;
  -moz-animation: line_width 5.5s linear forwards;
  animation: line_width 5.5s linear forwards;
  opacity: 1;
}
#banner .banner-content .banner-dots .slick-dots li::before {
  content: '';
  width: 50%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .banner-dots .slick-dots li button {
  background-color: transparent;
  font-size: 30px;
  font-family: 'BarlowCondensed';
  color: #676767;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  margin-bottom: 12px;
}
#index-body .homepage-1 .top ul li {
  margin-right: 70px;
}
#index-body .homepage-1 .top ul li:last-child {
  margin-right: 0;
}
#index-body .homepage-1 .top ul li.active a {
  color: transparent;
}
#index-body .homepage-1 .top ul li.active a::before {
  opacity: 1;
  border-color: var(--color);
}
#index-body .homepage-1 .top ul li a {
  font-size: 24px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#index-body .homepage-1 .top ul li a::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 900;
  color: var(--color);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
#index-body .homepage-1 .bottom {
  margin-top: 50px;
  position: relative;
}
#index-body .homepage-1 .bottom .bigImg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1100px;
  width: 50%;
}
#index-body .homepage-1 .bottom .container {
  height: 580px;
}
#index-body .homepage-1 .bottom .container .btn {
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 5;
}
#index-body .homepage-1 .bottom .container .btn span.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #b4b4b4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom .container .btn span.arrow:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom .container .btn span.arrow i {
  font-size: 24px;
}
#index-body .homepage-1 .bottom .container .btn span.arrow.prev i {
  margin-left: 3px;
}
#index-body .homepage-1 .bottom .container .btn span.arrow.next i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}
#index-body .homepage-1 .bottom .container .left {
  max-width: 550px;
  padding-top: 70px;
}
#index-body .homepage-1 .bottom .container .right .img {
  width: 100%;
  margin-left: -135px;
  margin-bottom: -100px;
}
#index-body .homepage-1 .bottom .container .right .img ul {
  margin: 0 -10px;
  width: 100%;
}
#index-body .homepage-1 .bottom .container .right .img ul li {
  padding: 0 10px;
}
#index-body .homepage-2 h2.h-title {
  font-size: 48px;
}
#index-body .homepage-2 .bottom {
  padding: 0 70px;
  margin-top: 35px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -26% 0 -10px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 10px;
}
#index-body .homepage-2 .bottom ul li .box h4 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0 30px;
}
#index-body .homepage-2 .bottom .btn {
  margin-top: 35px;
}
#index-body .homepage-2 .bottom .btn span.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #b4b4b4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom .btn span.arrow:hover {
  color: var(--color);
}
#index-body .homepage-2 .bottom .btn span.arrow i {
  font-size: 24px;
}
#index-body .homepage-2 .bottom .btn span.arrow.prev i {
  margin-left: 3px;
}
#index-body .homepage-2 .bottom .btn span.arrow.next i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}
#index-body .homepage-3 .content {
  margin: 45px 0 50px;
}
#index-body .homepage-3 .content ul {
  margin: -6px;
}
#index-body .homepage-3 .content ul li {
  padding: 6px;
}
#index-body .homepage-3 .content span.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #b4b4b4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .content span.arrow:hover {
  color: var(--color);
}
#index-body .homepage-3 .content span.arrow i {
  font-size: 24px;
}
#index-body .homepage-3 .content span.arrow.prev i {
  margin-left: 3px;
}
#index-body .homepage-3 .content span.arrow.next i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}
#index-body .homepage-4 {
  background: url('../images/about-bg.png') no-repeat;
}
#index-body .homepage-4 .line {
  width: 70px;
  height: 5px;
  background-color: var(--color);
  margin: 10px auto 20px;
}
#index-body .homepage-4 .top h2 {
  line-height: 1.2;
}
#index-body .homepage-4 .top ul {
  margin: 65px -30px 40px;
  padding: 0 60px;
}
#index-body .homepage-4 .top ul li {
  padding: 0 18px;
}
#index-body .homepage-4 .top ul li .text h4 {
  font-size: 72px;
  line-height: 0.8;
  font-family: 'BarlowCondensed';
  color: var(--color);
}
#index-body .homepage-4 .top ul li p {
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
  margin-top: 25px;
}
#index-body .homepage-4 .bottom {
  margin-top: 70px;
}
#index-body .homepage-4 .bottom .left {
  width: 42.3%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#index-body .homepage-4 .bottom .left .text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 5;
}
#index-body .homepage-4 .bottom .left .text .con {
  max-width: 500px;
}
#index-body .homepage-4 .bottom .left .text img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-4 .bottom .left .text h3 {
  font-family: 'BarlowCondensed-SemiBold';
}
#index-body .homepage-4 .bottom .right {
  width: -webkit-calc(57.7% + 100px);
  width: -moz-calc(57.7% + 100px);
  width: calc(57.7% + 100px);
  overflow: hidden;
  margin-left: -100px;
}
#index-body .homepage-4 .bottom .right h1 {
  font-size: 170px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.08);
  font-family: 'BarlowCondensed-SemiBold';
  text-align: right;
  padding-right: 45px;
  margin-bottom: -50px;
  position: relative;
  z-index: 5;
  letter-spacing: -2px;
}
#index-body .homepage-4 .bottom .right .play_box {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-5 {
  background: url('../images/support-bg.png') no-repeat;
  background-position: left top;
  position: relative;
}
#index-body .homepage-5 .left {
  padding-right: 35px;
}
#index-body .homepage-5 .left ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#index-body .homepage-5 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-5 .left ul li.active .title {
  color: var(--color);
}
#index-body .homepage-5 .left ul li.active .title i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .homepage-5 .left ul li.active .title .icon {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .homepage-5 .left ul li.active .title h4 {
  font-weight: 900;
  font-size: 22px;
}
#index-body .homepage-5 .left ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#index-body .homepage-5 .left ul li .title .icon {
  width: 55px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .left ul li .title i {
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 .left ul li .title h4 {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 .left ul li .con {
  padding-left: 55px;
}
#index-body{
  overflow: hidden;
}
#index-body .homepage-5 .right {
  text-align: right;
}
#index-body .homepage-5 .right .imgs{
  position: absolute;
  right:35px;
  top:35px;
  width:100%;
  max-width: 775px;
}
#index-body .homepage-5 .right .imgs img{
  position: absolute;
  inset:0;
  border-radius:10px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
#index-body .homepage-5 .right .imgs img.active{
  opacity: 1;
  z-index: 2;
}
#index-body .homepage-5 .img_bg {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .homepage-6 {
  background: url('../images/news-bg.jpg') no-repeat;
}
#index-body .homepage-6 .bottom {
  margin-top: 30px;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -30px;
}
#index-body .homepage-6 .bottom ul li {
  padding: 0 30px;
}
#index-body .homepage-6 .bottom ul li .box a.img{
  overflow: hidden;
}
#index-body .homepage-6 .bottom ul li .box .text {
  padding: 20px 10px;
}
#index-body .homepage-6 .bottom ul li .box .text span {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
  font-style: italic;
}
#index-body .homepage-6 .bottom ul li .box a.btn {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
#footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 60px;
}
#footer .form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  color: white;
}
#footer .form form ul li {
  padding: 0 15px;
  width: 23%;
  position: relative;
}
#footer .form form ul li .icon {
  position: absolute;
  left: 15px;
  top: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
}
#footer .form form ul li .icon img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .form form ul li:nth-child(3) {
  width: -webkit-calc(54% - 230px);
  width: -moz-calc(54% - 230px);
  width: calc(54% - 230px);
}
#footer .form form ul li:last-child {
  width: 230px;
}
#footer .form form ul li input[type="text"] {
  width: 100%;
  height: 55px;
  padding-left: 55px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.08);
}
#footer .form form ul li a.more {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .form form ul li a.more input[type="submit"] {
  border: none;
  background: transparent;
  margin-right: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#footer .top {
  padding: 55px 0;
}
#footer .top ul li {
  color: rgba(255, 255, 255, 0.8);
}
#footer .top ul li h4 {
  font-size: 24px;
  font-family: 'BarlowCondensed-SemiBold';
  color: white;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#footer .top ul li.contact {
  width: 420px;
}
#footer .top ul li.contact .list {
  margin-bottom: 20px;
}
#footer .top ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact .list .icon {
  width: 45px;
}
#footer .top ul li.contact .list span {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  font-size: 18px;
  margin-top: -5px;
}
#footer .top ul li.qrcode {
  max-width: 175px;
}
#footer .top ul li.qrcode #ewm canvas,
#footer .top ul li.qrcode #ewm img {
  width: 145px;
  height: 145px;
  border: 8px solid white;
}
#footer .top ul li.qrcode .share {
  margin: 15px 0 25px -10px;
}
#footer .top ul li.qrcode .share a {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  margin-right: 12px;
  transition: 0.5s;
}
#footer .top ul li.qrcode .share a:hover{
  border-color:var(--color);
  background-color: var(--color);
}
#footer .top ul li.qrcode .share a:last-child {
  margin-right: 0;
}
#footer .top ul li.link {
  color: #cfcfcf;
}
#footer .top ul li.link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span::before {
  content: '';
  display: block;
  width: 4px;
  height: 7px;
  background: url('../images/ly_li.png') no-repeat;
  margin-right: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top ul li.link span:hover {
  color: var(--color);
}
#footer .top ul li.link span:hover::before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#footer .bottom {
  position: relative;
  z-index: 2;
  height: 65px;
  background-color: #185a4c;
}
#footer .bottom span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
#footer .bottom span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}
#footer .bottom span a:hover {
  color: white;
}
#footer .bottom span img {
  width: auto;
  height: 19px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.6;
}
@media screen and (max-width: 1800px) {
  div.max-container {
    width: 1575px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1700px) {
  div.max-container {
    width: 1370px;
  }
  #header .nav .logo{
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 20px;
  }
  #index-body .homepage-1 .bottom .container .right .img {
    margin-bottom: -35px;
  }
  #index-body .homepage-1 .bottom .container {
    height: 480px;
  }
  h2.h-title {
    font-size: 48px;
  }
  #index-body .homepage-4 .bottom .right h1 {
    font-size: 122px;
    letter-spacing: 0;
  }
  #index-body .homepage-4 .bottom .left .text .con {
    max-width: 70%;
  }
  #index-body .homepage-5 .right{
    width: 50%;
  }
  #index-body .homepage-5 .container{
    align-items: center;
  }
}
@media screen and (max-width: 1450px) {
  div.max-container {
    width: 1170px;
  }
  #header .nav .ui.menu .right form{
    top:0;
  }
  #header .nav .ui.menu .right form.active {
    top: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  #header .nav .logo {
    max-width: 120px;
  }
  #header .nav .ui.menu .right .h-inquiry span {
    font-size: 16px;
  }
  #header .nav .ui.menu .right .h-inquiry {
    width: 130px;
    height: 40px;
  }
  #header .nav {
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .homepage-1 .top ul li a {
    font-size: 20px;
  }
  #index-body .homepage-1 .bottom .container .left {
    padding-top: 25px;
  }
  #index-body .homepage-1 .bottom .container {
    height: 420px;
  }
  #index-body .homepage-1 .bottom .container .right .img {
    margin-bottom: -35px;
    margin-left: -60px;
  }
  #index-body .homepage-4 .top ul {
    padding: 0;
  }
  #index-body .homepage-4 .bottom .left .text h3 {
    font-size: 30px;
  }
  #index-body .homepage-5 .contianer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #footer .top ul li.contact .list span,
  #footer .top ul li.link span {
    font-size: 16px;
  }
  #footer .top ul li.contact {
    width: 300px;
  }
  #footer .bottom {
    height: auto;
    padding: 10px 0;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  #index-body .homepage-1 .top ul li {
    margin-right: 50px;
  }
  #index-body .homepage-1 .top ul li a {
    margin: 10px 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .homepage-1 .bottom .container {
    height: 380px;
  }
  #index-body .homepage-2 h2.h-title {
    font-size: 40px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .bottom {
    padding: 0 30px;
  }
  #index-body .homepage-4 .top ul li {
    padding: 0 15px;
  }
  #index-body .homepage-4 .top ul li p {
    font-size: 16px;
    margin-top: 15px;
  }
  #index-body .homepage-4 .bottom .right h1 {
    font-size: 76px;
    margin-bottom: -30px;
  }
  #index-body .homepage-4 .bottom .left {
    width: 48.3%;
  }
  #index-body .homepage-4 .bottom .right {
    width: -webkit-calc(51.7% + 50px);
    width: -moz-calc(51.7% + 50px);
    width: calc(51.7% + 50px);
    margin-left: -50px;
    height: -webkit-fill-available;
  }
  #index-body .homepage-4 .bottom .left .text .con {
    max-width: 80%;
  }
  #index-body .homepage-4 .bottom .right .play_box {
    height: 100%;
  }
  #index-body .homepage-4 .bottom .right .play_box > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-4 .bottom .right h1 {
    padding-right: 15px;
  }
  #index-body .homepage-5 .right {
    display: none;
  }
  #index-body .homepage-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .top ul li.link:last-child,
  #footer .top ul li.link:nth-last-child(2) {
    display: none;
  }
  #footer .top ul li.contact {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content .btn {
    display: none;
  }
  #banner .banner-content ul li .content {
    width: 80%;
  }
  #index-body .homepage-1 .top ul li {
    margin-right: 0;
    width: 50%;
    padding-right: 10px;
  }
  #index-body .homepage-1 .bottom .container .left h4 {
    font-size: 20px;
  }
  #index-body .homepage-1 .bottom .container {
    height: 300px;
  }
  #index-body .homepage-1 .bottom .container .btn span.arrow,
  #index-body .homepage-2 .bottom .btn span.arrow,
  #index-body .homepage-3 .content span.arrow {
    width: 35px;
    height: 35px;
  }
  #index-body .homepage-1 .bottom .container .btn span.arrow i,
  #index-body .homepage-2 .bottom .btn span.arrow i,
  #index-body .homepage-3 .content span.arrow i {
    font-size: 16px;
  }
  .more {
    height: 40px;
    padding: 0 20px;
  }
  .more.primary {
    height: 40px;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .homepage-1 .bottom .container .right .img {
    margin-bottom: 0;
    margin-left: 0;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-4 .top ul li .text h4 {
    font-size: 50px;
  }
  #index-body .homepage-4 .top ul {
    margin: 65px 0 40px;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-2 .bottom ul li .box h4 {
    font-size: 20px;
  }
  #index-body .homepage-4 .top ul li {
    margin: 10px 0;
    width: 33.33333333333%;
  }
  #index-body .homepage-6 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-6 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .homepage-6 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #footer .form form ul li {
    width: 50%;
    margin: 5px 0;
  }
  #footer .form form ul li:nth-child(3) {
    width: 50%;
  }
  #footer .form form ul li a.more {
    height: 55px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.contact {
    width: 50%;
  }
  #footer .bottom span {
    text-align: center;
  }
  #index-body .homepage-1 .top ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-4 .top ul li .text h4 {
    font-size: 32px;
  }
  #index-body .homepage-4 .top ul li p {
    font-size: 14px;
  }
  #banner .banner-content ul li .content {
    width: 100%;
  }
  #banner .banner-content ul li .content .flex {
    display: none;
  }
  #banner .banner-content ul li .content p {
    margin-bottom: 0;
  }
  #index-body .homepage-1 .top ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0;
    margin-right: 25px;
  }
  #index-body .homepage-1 .bottom .container .left {
    padding-top: 0;
    width: 100%;
  }
  #index-body .homepage-1 .bottom .container .right {
    width: 100%;
    margin-top: 120px;
  }
  #index-body .homepage-1 .bottom .container .btn {
    display: none;
  }
  #index-body .homepage-1 .bottom .container {
    height: auto;
  }
  #index-body .homepage-1 .bottom .bigImg {
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    bottom: 0;
  }
  #index-body .homepage-1 .bottom .container .right .img ul {
    margin: 0;
  }
  #index-body .homepage-1 .bottom .container .right .img {
    margin-bottom: -60px;
  }
  #index-body .homepage-2 h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 {
    padding-top: 60px;
  }
  #index-body .homepage-2 .bottom {
    padding: 0 15px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-4 .top h2 br {
    display: none;
  }
  #index-body .homepage-4 .bottom .left {
    width: 100%;
  }
  #index-body .homepage-4 .bottom .left .text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
  }
  #index-body .homepage-4 .bottom .left .text h3 {
    text-align: center;
  }
  #index-body .homepage-4 .bottom .right {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 30px;
  }
  #index-body .homepage-4 .bottom .right .play_box {
    border-radius: 5px;
  }
  #index-body .homepage-4 .bottom .right h1 {
    padding-right: 0;
    text-align: center;
  }
  #index-body .homepage-6 .bottom ul li .box .text h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content p{
    display: none;
  }
  #index-body .homepage-4 .top ul li:nth-child(n + 4) {
    width: 50%;
  }
  #index-body .homepage-4 .top ul li {
    padding: 0 8px;
  }
  #index-body .homepage-4 .bottom .left > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #index-body .homepage-4 .bottom .left .text {
    padding: 30px 15px !important;
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-4 .bottom .right h1 {
    font-size: 50px;
    margin-bottom: -20px;
  }
  #footer .form form ul li {
    width: 100%;
  }
  #footer .form form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .top ul li.contact {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .bottom span {
    font-size: 16px;
  }
}











.inner-banner{
  color: white;
  background-attachment: fixed;
}
.pro-box .pro-left .form {
  width: 185px;
  min-width: 100%
}
.pro-box .pro-left .form label {
  margin-top: 1.7em;
}
.pro-box .pro-left .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.pro-box .pro-left .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.pro-box .pro-left .form label button {
  margin-left: auto;
  height: 45px;
}
.pro-box .pro-left .form label button span{
  line-height: 2;
}
.pro-box .pro-left .form label:last-child {
  margin-top: .5em;
}
.m-page a,
.m-page span{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background: #222;
  color: white;
  transition: 0.5s;
  margin-right: 15px;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
}
.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left: -1px;
  top: 115px;
  width: 90px;
  height: 100%;
  /*background: url(../images/about-page-left-bg.png) no-repeat left top;*/
}
.about-page .about-1 {
  padding: 120px 0;
  background-color: white;
}
.about-page .about-1 .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
  background-color: black;
}
.about-page .about-1 .left {
  position: relative;
  width: 50%;
  padding-right: 40px;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  position: relative;
}
/*.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}*/
.about-page .about-1 .right .content {
  margin-top: 40px;
  margin-bottom: 75px;
  color:#666;
  line-height: 1.6;
}
.about-page .about-1 .right .more {
  margin-left: 0;
}
.about-page .about-2 {
  padding: 50px 0 130px;
  background-color: white;
}
.about-page .about-2 ul {
  margin: 0 -90px 0 -45px;
  margin-top: 50px
}
.about-page .about-2 ul li {
  padding: 0 90px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li:first-child{
  border: none
}
.about-page .about-2 ul li .h5 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 500; 

}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #818181;
  margin: 31px 0 30px;
  min-height: 140px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
.about-page .about-3 {
  position: relative;
  padding-top: 25%;
      background-image: url(/template/en/images/cus.jpg);

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

.about-page .about-3 .play {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 190px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.custom-page .about-page .about-4{
  padding-top: 60px;
  background: none

}
.custom-page .about-page .about-4 .baseTit .Tit{
  padding-bottom: 40px; 
  padding-top: 80px;
}
.about-page .about-4 {
  /*padding: 100px 0;
  background-color: #fefbf7;*/
  /*background-image: url(/template/en/images/culture-bg.png);*/
}
.about-page .about-4 ul {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap
}
.about-page .about-4 ul{
  margin: 0 -15px
}
.about-page .about-4 ul li {
  padding: 25px;
}
.about-page .about-4 ul li .box {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 25px;
  /*min-height: 460px;*/
  background-color: #fff;
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 20px 0 13px; 
}
.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}
.about-page .about-4 ul li .box:hover {
  background: var(--color);
  color: white;
 
}
.about-page .about-4 ul li .box img {
  transition: .5s ease;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.about-page .about-4 ul li .box:hover .des{
  color: #fff
}
.about-page .about-5 {
  padding-bottom: 110px;
  background-color: white;
}
.about-page .about-5 ul li {
  position: relative;
}
.about-page .about-5 ul li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
  content: none;
}
.about-page .about-5 ul li:hover .more {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
  
}
@media screen and (max-width: 1200px) {
  
  .about-page .about-1 .right .content {
    margin-bottom: 30px;
  }
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
  .about-page .about-3 {
    padding-top: 40%;
    /*background-image: url(../images/about-bj.jpg);
    background-size: 100% auto;*/
  }
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-5 ul li .more {
    white-space: nowrap;
  } 
}
@media screen and (max-width: 1000px){
   .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
    .baseTit .Tit {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-1 .left .img {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: relative;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .more {
    margin-left: 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
    .about-page .about-4 ul{
    margin: 0
  }
}
@media screen and (max-width: 700px){
   .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-page .about-3 {
    padding-top: 70%;
    background-attachment: unset;
  }
  .about-page .about-3 > img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
}



.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase; 
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #a50f0f1f;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  min-height: 42px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: fit-content;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 0px;
  padding: 10px 22px;
  margin-bottom: 8px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #545454;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
  line-height: 2;
  color: #8f8f8f;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 161px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 161px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1500px) {
 
  .news-page .content ul li .box .title{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  } 
  .news-page .content ul li .box .title{
    min-height: unset;
  } 
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  } 
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}

.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 3.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
  color: #484848;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 150px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: -65px;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: #000;
  margin-top: 89px;

}
.mana-page .mana-2 .bottom .title {
  color: #000;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  /*max-width: 1230px;*/
  /*margin: 24px 0 0 8.593%;*/
  /*padding: 40px  6.50vw ;*/
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
   padding: 10px;
   margin-bottom: 10px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*height: 160px;*/
  /*border-radius: 50%;*/
  text-align: center;
  line-height: 80px;
  /*background: var(--color);*/
 
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: calc(0.315vw + 14px) !important;
  line-height: 1.3; 
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: var(-px70);
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  width: 46.2%
}
.mana-page .mana-3 ul li .text {
  width: 53.8%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 20px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
     font-size: 17px; 
    /* font-weight: 500; */
    line-height: 1.6;
    padding-left: 65px;
    position: relative;
    margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 60px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 0;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 0 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #ffffff;
}
.mana-page .mana-4 .header .title::before {
  background: #ffffff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
.mana-page .no_bg_src .cont{
  font-size: 17px;
    line-height: 1.7;
    color: rgba(40, 39, 39, 0.87);
    margin-top: 40px;
}
@media screen and (max-width: 1700px) {
  .mana-page .mana-1 .left .con {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 17px;
  }
  .mana-page .mana-2 .top .right {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 120px;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }

  .mana-page .mana-3 ul li .text .title {
  
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
  .mana-page .mana-2 .top{
    align-items: flex-end;
  }
  .mana-page .mana-2 .top .right {
    margin-top: 30px;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-1 .left .con{
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-3 ul li .text .con{
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-2 .top .right p:first-child {
    margin-top: 0;
  }
}

.mana-page .slice-picture{
  position: relative;
  user-select: none;
  padding-bottom: 80px;

}
  .mana-page .slice-picture__box1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0% 100% 0% 0%);
  
}
  .mana-page .slice-picture__dragger{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  cursor: col-resize;
  top: 0;
  left: 0;
}
  .mana-page .slice-picture__handle{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2) ;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: col-resize;
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 0 40px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding:  0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
  .mana-page .mana-2 .top .right {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .mana-page .mana-1 .left .con{
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .mana-page .mana-3 ul li .text .con{
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {

  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .title {
    font-size: 24px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
  .font-48{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {

  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}




.about-page2 .about-1 {
    padding-top: 4.688%;
}
.about-page2 .about-1 .top .title em{
  color: var(--color);
}
.about-page2 .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    max-height: 318px;
    overflow-y: scroll;
}
.about-page2 .about-1 .content .con {
    width: 100%;
    font-size: 18px; 
    font-weight: 400;
    color: #282727;
    line-height: 1.8;
    /*max-height: 388px;
    overflow-y: scroll;*/
}
.about-page2 .about-1 .content .right {
    width: 38%;
}
.about-page2 .about-1 .content .right .ig {
    max-width: 480px;
    margin: 0 0 0 auto;
    text-align: center;
    font-weight: 700;
    font-weight: bold;
}
.about-page2 .about-1 .content .right span {
    font-size: 200px;
    line-height: 1;
    color: var(--color);
}
.about-page2 .about-1 .content .right p {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 1.3;
    margin-top: 24px;
}
.about-page2 .about-1 #index-body {
    margin-top: 67px;
    background: transparent;
}
.about-page2 .about-1 .init-2 .h2 em,
.about-page2 .about-1 .init-2 .h2 h2{
  font-family: 'BarlowCondensed';
  line-height: 0.8;
}
.about-page2 .about-1 .init-2 .h2{
  display: flex;
}
.about-page2 .about-1 .init-2 .h2 .txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}
.about-page2 .about-2 {
    padding-top: 5.99%;
    margin-bottom: 80px;
    background: #f9f9f9;
    padding: 80px;
}
.about-page2 .about-2 .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 65px;
}
.about-page2 .about-2 .img img{
  height: 100%;
  object-fit: cover;
}
.about-page2 .about-2 .text {
    width: 48.552%;
    padding: 65px 0 0 66px;
}
.about-page2 .about-2 .text .title::before {
    display: none;
}
.about-page2 .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}
.about-page2 .about-2 .text .con {
    font-size: 18px; 
    color: #282727;
    line-height: 2;
    margin-top: 20px;
}
.about-page2 .about-3 {
    padding-top: 5.782%;
}
.about-page2 .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page2 .about-3 .content {
    margin-top: 70px;
}
.about-page2 .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 1130px;
}
.about-page2 .about-3 .content ul li {
    width: 33.333%;
    height: 380px;
}
.about-page2 .about-3 .content ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-page2 .about-3 .content ul li .box {
    background: white;
    padding: 90px 75px 92px 59px;
    height: 380px;
}
.about-page2 .about-3 .content ul li .box .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
    color: var(--color);
}
.about-page2 .about-3 .content ul li .box .con {
    font-size: 18px;
    line-height: 1.8;
    color: #282727;
    margin-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about-page2 .about-3 .content ul li:nth-child(3) {
    height: 750px;
}
.about-page2 .about-3 .content ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
}
.about-page2 .about-3 .content ul li:nth-child(5) {
    position: absolute;
    bottom: 380px;
    left: 33.334%;
}
.about-page2 .about-3 .content ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 33.334%;
}
.about-page2 .about-3 .content ul li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-page2 .about-4 {
    padding: 3.25% 0 0;
}
.about-page2 .about-4 .box {
    background: var(--color);
}
.about-page2 .about-4 .box .left {
    vertical-align: middle;
    color: white;
    padding-left: 80px;
}
.about-page2 .about-4 .box .left .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}
.about-page2 .about-4 .box .left .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 26px;
    width: 76%;
}
.about-page2 .about-4 .box .left .more {
    background: white;
    color: var(--color);
    margin-top: 72px;
}
.about-page2 .about-4 .box .left .more::after {
    background: black;
}
.about-page2 .about-4 .box .left .more:hover {
    color: black;
}
.about-page2 .about-4 .box .right {
    vertical-align: middle;
}
.about-page2 .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}
.about-page2 .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page2 .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}
.about-page2 .about-4 .box .right ul li:first-child,
.about-page2 .about-4 .box .right ul li:last-child {
    background-color: #009f95;
}
.about-page2 .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
.about-page2 .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page2 .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page2 .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page2 .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 30px;
}
.about-page2 .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
/*.about-page2 .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}*/
.about-page2 .init-40 .container .content .btn:hover {
  background-color: var(--color);
  color: white;
}
.about-page2 .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page2 .init-40 .container .content .prev {
  left: 0;
}
.about-page2 .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page2 .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page2 .init-40 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 73, 73, 0.15);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page2 .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page2 .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page2 .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page2 .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page2 .init-40 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page2 .init-40 .container .content2 ul .slick-current li .box .num {
  color: #ff0000;
}
.about-page2 .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: #ff0000;
}
.about-page2 .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page2 .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page2 .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page2 .init-50 .container .tipsTitleC {
    color: var(--color)
}

.about-page2 .init-50 .container .content {
    margin-top: 80px
}

.about-page2 .init-50 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center
}

.about-page2 .init-50 .container .content .left .title {
    max-width: 350px;
    font-weight: 600;
    margin: auto
}

.about-page2 .init-50 .container .content .left .des {
    color: #666;
    margin-top: 20px
}

.about-page2 .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page2 .init-50 .container .content .right {
    width: 60%;
    padding-left: 30px
}

.about-page2 .init-50 .container .content .right img {
    width: 100%
}

.about-page2 .init-50 .container .content2 {
    position: relative;
    margin-top: 10px
}

.about-page2 .init-50 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    right: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page2 .init-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page2 .init-50 .container .content2 .prev {
    right: unset;
    left: -80px
}

.about-page2 .init-50 .container .content2 .swiper {
    margin: 0 -20px
}

.about-page2 .init-50 .container .content2 ul li {
    height: auto;
    padding: 20px
}

.about-page2 .init-50 .container .content2 ul li .box {
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page2 .init-50 .container .content2 ul li .box .img {
    display: block
}

.about-page2 .init-50 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page2 .init-50 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
@media screen and (max-width:1700px){
   .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media screen and (max-width: 1250px) {
    .about-page2 .about-3 .content ul {
        height: 1000px;
    }
    .about-page2 .about-3 .content ul li {
        height: 350px;
    }
    .about-page2 .about-3 .content ul li .box {
        height: 350px;
        padding: 60px 50px 30px 40px;
    }
    .about-page2 .about-3 .content ul li .box .tit {
        font-size: 34px;
    }
    .about-page2 .about-3 .content ul li:nth-child(3),
    .about-page2 .about-3 .content ul li:nth-child(4) {
        height: 700px;
    }
    .about-page2 .about-3 .content ul li:nth-child(5) {
        bottom: 350px;
    }
    .about-page2 .about-4 .box .left {
        padding-left: 50px;
    }
    .about-page2 .about-4 .box .left .con {
        width: 92%;
    }
    .about-page2 .about-4 .box .left .more {
        margin-top: 50px;
    }
      .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 200px;
  }
   .about-page2 .init-50 .container .content .left {
        width: 100%
    }
    .about-page2 .init-50 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
    .about-page2 .init-50 .container .content2 .btn {
        display: none !important;
    }
  .about-page2 .about-1 .init-2 .h2 em,
  .about-page2 .about-1 .init-2 .h2 h2{
    line-height: 1.2;
  }
}
@media screen and (max-width: 1100px) {
    .about-page2 .about-2 .text {
        padding: 65px 0 0 40px;
    }
    .about-page2 .about-3 .content ul {
        height: 900px;
    }
    .about-page2 .about-3 .content ul li {
        height: 300px;
    }
    .about-page2 .about-3 .content ul li .box {
        height: 300px;
        padding: 40px 30px 30px 20px;
    }
    .about-page2 .about-3 .content ul li:nth-child(3),
    .about-page2 .about-3 .content ul li:nth-child(4) {
        height: 600px;
    }
    .about-page2 .about-3 .content ul li:nth-child(5) {
        bottom: 300px;
    }
}
@media screen and (max-width: 1000px) {
 
    .about-page2 .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-page2 .about-1 .content .con {
        width: 100%;
    }
    .about-page2 .about-1 .content .right {
        display: none;
    }
    .about-page2 .about-2 .img {
        width: 100%;
    }
    .about-page2 .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page2 .about-3 .content {
        margin-top: 30px;
    }
    .about-page2 .about-3 .content ul {
        height: 800px;
    }
    .about-page2 .about-3 .content ul li {
        height: 260px;
    }
    .about-page2 .about-3 .content ul li .box {
        height: 260px;
        padding: 20px 15px 0 15px;
    }
    .about-page2 .about-3 .content ul li .box .tit {
        font-size: 25px;
    }
    .about-page2 .about-3 .content ul li:nth-child(3),
    .about-page2 .about-3 .content ul li:nth-child(4) {
        height: 540px;
    }
    .about-page2 .about-3 .content ul li:nth-child(5) {
        bottom: 260px;
    }
    .about-page2 .about-4 .box .left {
        padding-left: 20px;
    }
     .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page2 .init-40 .container .content {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
    .about-page2 .about-1 .init-2 ul li{
      width: 50%;
    }
    .about-page2 .about-1 .init-2 .h2 {
      font-size: 40px;
    }
    .about-page2 .about-3 .content ul {
        height: auto;
    }
    .about-page2 .about-3 .content ul li {
        height: auto;
        width: 50%;
    }
    .about-page2 .about-3 .content ul li .box {
        height: auto;
        padding: 20px 15px;
    }
    .about-page2 .about-3 .content ul li:nth-child(3),
    .about-page2 .about-3 .content ul li:nth-child(4) {
        height: auto;
    }
    .about-page2 .about-3 .content ul li:nth-child(4),
    .about-page2 .about-3 .content ul li:nth-child(5),
    .about-page2 .about-3 .content ul li:nth-child(6),
    .about-page2 .about-3 .content ul li:last-child {
        position: initial;
    }
    .about-page2 .about-4 .box .left {
        width: 100%;
        padding: 20px 15px;
    }
    .about-page2 .about-4 .box .right {
        width: 100%;
    }
    .about-page2 .about-4 .box .right ul li {
        line-height: 200px;
    }
     .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media screen and (max-width: 500px) {
    .about-page2 .about-1 #index-body {
        margin-top: 20px;
    }
    
    .about-page2 .about-2 .text .con {
        margin-top: 20px;
    }
    .about-page2 .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page2 .about-3 .header .more {
        margin-top: 15px;
    }
    .about-page2 .about-3 .content ul li {
        width: 100%;
    }
    .about-page2 .about-4 .box .left .tit {
        font-size: 32px;
    }
    .about-page2 .about-4 .box .left .con {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .about-page2 .about-4 .box .left .more {
        margin-top: 20px;
    }
    .about-page2 .about-4 .box .right ul li {
        line-height: 150px;
    }
     .about-page2 .init-40 .container .content {
    padding-top: 80px;
  }
  .about-page2 .init-40 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page2 .init-40 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page2 .init-40 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page2 .init-40 .container .content ul li {
    padding: 0 10px;
  }
  .about-page2 .init-40 .container .content ul li .box {
    padding: 0;
  }
  .about-page2 .init-40 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page2 .init-40 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page2 .init-40 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page2 .init-40 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page2 .init-40 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page2 .init-40 .container .content2 {
    width: 100%;
  }
   .about-page2 .init-50 .container .content {
        margin-top: 20px
    }
    .about-page2 .init-50 .container .content .left {
        padding: 20px 10px
    }
    .about-page2 .init-50 .container .content .left .des {
        margin-top: 10px
    }
    .about-page2 .init-50 .container .content .left .more {
        margin-top: 10px
    }
}


.i-global {
  background: url(../images/map-bg.jpg) no-repeat top 75% right 125%;
  padding: 110px 0 130px;
}
.i-global .baseTit {
  max-width: 700px;
}
.i-global .desc {
  width: 45%;
  opacity: .75;
}
.i-global .left {
  width: 70%;
}
.i-global .left > img {
  width: 100%;
}
.i-global .left li {
  z-index: 1;
}
.i-global .left li:nth-of-type(1) {
  left: 79%;
  top: 45%;
}
.i-global .left li:nth-of-type(2) {
  left: 16%;
  top: 41%;
}
.i-global .left li:nth-of-type(3) {
  left: 47%;
  top: 33%;
}
.i-global .left li:nth-of-type(4) {
  left: 52%;
  top: 56%;
}
.i-global .left li:nth-of-type(5) {
  left: 80%;
  top: 22%;
}
.i-global .left li:nth-of-type(6) {
  left: 61%;
  top: 50%;
}
.i-global .left li:nth-of-type(7) {
  left: 52%;
  top: 31%;
}
.i-global .left li:nth-of-type(8) {
  left: 65%;
  top: 32%;
}
.i-global .left li:nth-of-type(9) {
  left: 16%;
  top: 24%;
}
.i-global .left li:nth-of-type(10) {
  left: 46%;
  top: 52%;
}
.i-global .left li:nth-of-type(11) {
  left: 27%;
  top: 65%;
}
.i-global .left li:nth-of-type(12) {
  left: 52%;
  top: 69%;
}
.i-global .left li:nth-of-type(13) {
  left: 85%;
  top: 78%;
}
.i-global .left li:nth-of-type(14) {
  left: 35%;
  top: 6%;
}
.i-global .left li:nth-of-type(15) {
  left: 17%;
  top: 8%;
}
.i-global .left li:nth-of-type(16) {
  left: 20%;
  top: 34%;
}
.i-global .left li:nth-of-type(17) {
  left: 71%;
  top: 38%;
}
.i-global .left li:nth-of-type(18) {
  left: 74%;
  top: 20%;
}
.i-global .left li:nth-of-type(19) {
  left: 58%;
  top: 22%;
}
.i-global .left li:nth-of-type(20) {
  left: 29%;
  top: 78%;
}
.i-global .left li:nth-of-type(21) {
  left: 7%;
  top: 21%;
}
.i-global .left li:nth-of-type(22) {
  left: 59%;
  top: 39%;
}
.i-global .left li:nth-of-type(23) {
  left: 78%;
  top: 32%;
}
.i-global .left li:nth-of-type(24) {
  left: 34%;
  top: 15%;
}

.i-global .left li i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.i-global .left li i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(153, 1, 1, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-global .left li .text {
  font-size: 17.16px;
  width: 120px;
}
.i-global .left li .text.tc {
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-global .left li .text.rb {
  top: 110%;
  left: 200%;
}
.i-global .right {
  width: 25%;
  margin-top: 40px;
}
.i-global .right li + li {
  margin-top: 25px;
}
.i-global .right li a {
  font-size: 30px;
  display: block;
  position: relative;
  padding-left: 50px;
  color: #6e6e6e;
}
.i-global .right li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  border-bottom: 2px solid var(--color);
  width: 40px;
  opacity: 0;
}
.i-global .right li.active a {
  font-weight: bold;
  color: var(--color);
}
.i-global .right li.active a::before {
  opacity: 1;
}
@media (max-width: 1480px) {
    .i-global .right li a {
        font-size: 24px;
    }
}
@media (max-width: 1230px) {
    .i-global .right li a {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .i-global {
        padding: 60px 0;
    }
    .i-global .baseTit {
        max-width: 100%;
        float: none;
    }
    .i-global .desc {
        width: 100%;
        text-align: left;
        float: none;
    }
    .i-global .left {
        width: 100%;
        float: none;
    }
    .i-global .right {
        width: 100%;
        float: none;
    }
    .i-global .right ul {
        font-size: 0;
    }
    .i-global .right li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .i-global .right li + li {
        margin-top: 0;
    }
    .i-global .right li a {
        padding-left: 0;
    }
    .i-global .right li a::before {
        display: none;
    }
}
@media (max-width: 700px) {
    .i-global .left li .text {
        font-size: 14px;
        width: 100px;
    }
    .i-global .left li .text.rb {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}

.pro_public ul{
  margin: 0 -15px;
}
.pro_public ul li{
  padding: 15px;
}
.pro_public ul li .img-box{
  display: block;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  margin-bottom: 12px;
}


.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.pro-box .pro-left .menus {
  
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
    
  font-size: 17px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .bigImg ul li img{
  border:1px solid rgba(0, 0, 0, .2);
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li img {
  border: 1px solid rgba(0, 0, 0, .2);
}
.prodet-page .prodet-right .box .left .smallImg ul .slick-slide.active li img {
  border-color: var(--color);
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .2);
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
  word-break: normal;
}
.prodet-page .prodet-right .box .right .det table tbody{
  min-width: unset;
}
.prodet-page .prodet-right .box .right .det table tr:nth-child(even) {
    background: transparent;
}
.prodet-page .prodet-right .box .right .det table td, 
.prodet-page .prodet-right .box .right .det table th{
  border-color:rgba(0, 0, 0, .2);
  vertical-align: top;
  min-width: 200px;
}
.prodet-page .prodet-right .box .right .det table td br{
  display: none;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
    
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 28px;
 
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px;
  background-color: var(--color);
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
  color: #666;
  line-height: 2;
}
.prodet-page .prodet-right .prodet-application ul li a{
  border: 1px solid rgba(0, 0, 0, .2);
}
.prodet-page .prodet-right .prodet-title ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  background-color: transparent;
  border:none;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more:hover input[type="submit"]{
 color: var(--color);
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}



.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
   .ui.pro-container{
     width: 1400px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1400px) {
  .ui.pro-container{
     width: 1200px;
   }
  .product-page .pro-box .product-right ul li h4{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
 
}
@media screen and (max-width: 1200px) {
  .ui.pro-container{
     width: 1000px;
   }
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }
  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.pro-container{
     width: 700px;
   }
   .prodet-application h4{
     font-size: 24px;
   }
  .pro-box .pro-left{
    display: none;
  }
  .inner-page.product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
  .inner-banner .mbx h2 {
    font-size: 34px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 32px;
  }
}
@media screen and (max-width:700px) {
  .ui.pro-container{
     width: 500px;
   }
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .ui.pro-container{
    width: 100%;
  }
  .font-45 {
    font-size: 34px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
    .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 20px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}

.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 160px;
  padding-right: 45px;
  margin-top: 60px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 20px;
  /*font-weight: bold;*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 20px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  /*font-weight: bold;*/
  font-size: 20px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  margin-top: 60px;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
  
}

.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
    
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: 20px;
  color: #666;
  line-height: 32px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 18px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  /*font-weight: 700;*/
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
}




.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 36px;
  font-family: 'BarlowCondensed';
  font-weight: 600;
  color: #000000;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  font-family: 'BarlowCondensed';
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  font-family: 'BarlowCondensed';
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 25px;
}
.oem-page .oem-1 p {
  font-size: 18px;
  line-height: 1.7;
  color: #1D1D1D;
  font-family: poppins;
  max-width: 1300px;
  margin: 0 auto 30px;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: 'BarlowCondensed';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: 'BarlowCondensed';
  font-weight: 400;
  color: #00378C;
  line-height: 2;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  font-family: 'BarlowCondensed';
  font-weight: 300;
  color: #1D1D1D;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  font-family: poppins;
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
}
.oem-page .oem-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-family: 'BarlowCondensed';
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li h4:hover {
  background: #0F42A1;
  color: #fff;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 18px;
  font-family: 'BarlowCondensed';
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: 'BarlowCondensed';
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: 'BarlowCondensed';
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  /*background: url(../images/oem-61.png) no-repeat center;*/
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}

@media screen and (max-width: 1320px) {
  .oem-page .oem-3 {
    padding: 80px 0;
  }

  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 36px;
  }

  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding: 60px 0;
  }

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 50%;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 32px;
  }

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
}

@media screen and (max-width: 450px) {
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 26px;
  }

  .oem-page .oem-3 .title .acc p {
    font-size: 18px;
    font-family: poppins;
  }

  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
}



/*------ contact-page -----*/
.contact-page .left {
  width: 50%;
  padding-right: 8%;
}
.contact-page .left .mk-desc {
  line-height: 30px;
}
.contact-page .left .info ul li .box > img {
  filter: brightness(0);
  margin-top: 8px;
}
.contact-page .right {
  width: 50%;
  padding-left: 2%;
}
.contact-page .right .desc {
  color: #333333;
  line-height: 36px;
}
.contact-page .right .form li {
  margin-bottom: 35px;
}
.contact-page .right .form input {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 76px;
  padding: 25px 10px;
  font-size: 18px;
}
.contact-page .right .form input::placeholder {
  color: #333333;
  opacity: 0.4;
}
.contact-page .right .form textarea {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 176px;
  padding: 25px 10px;
  font-size: 18px;
}
.contact-page .right .form textarea::placeholder {
  color: #333333;
  opacity: 0.4;
}
.contact-page .right .form .send {
  min-width: 156px;
  height: 56px;
  background-color: #363636;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.5s;
  padding: 10px;
}
.contact-page .right .form .send img {
  margin-right: 10px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.contact-page .right .form .send:hover {
  border-color: var(--color);
  color: #fff;
  background-color: var(--color);
}

@media screen and (max-width: 1250px) {
  .contact-page .left {
    padding-right: 2%;
  }
  .contact-page .right .form li {
    margin-bottom: 14px;
  }
  .contact-page .right .form input {
    height: 60px;
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .contact-page .right .form textarea {
    height: 146px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .right .form li {
    margin-bottom: 8px;
  }
  .contact-page .right .form input {
    height: 46px;
  }
}



.why-page .service-1 {
    padding-top: 100px;
    padding-bottom: 100px
}

.why-page .service-1 .left {
    vertical-align: middle
}

.why-page .service-1 .left .img {
    height: 620px;
    display: block;
    -webkit-mask-image: url("/template/en/images/service-1-mask.png");
    mask-image: url("/template/en/images/service-1-mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.why-page .service-1 .right {
    vertical-align: middle;
    padding-left: 3%;
    padding-top: 5%
}

.why-page .service-1 .right span.h2 {
    margin: .5em 0
}

.why-page .service-1 .right span.h2 em {
    font-size: .875em
}

.why-page .service-1 .right a.more {
    margin-top: 2em;
    font-size: 18px
}

.why-page .service-2 {
    padding: 80px 0 10px;
    text-align: center
}

.why-page .service-2 .list {
    margin-top: 80px
}

.why-page .service-2 .list ul {
    margin: -5px;
}

.why-page .service-2 .list ul li {
    padding: 5px;
    width: calc(100% / 8);
    
}

.why-page .service-2 .list ul li .num_box {
    position: relative;
    display: inline-block
}

.why-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 900;
    color: var(--color);
    display: inline-block;
    position: relative
}

.why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -.2em
}

.why-page .service-2 .list ul li .num_box:before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0
}

.why-page .service-2 .list ul li:first-child .num_box:before {
    display: none
}

.why-page .service-2 .list ul li:last-child .num_box:after {
    display: none
}

.why-page .service-2 .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #120c0b;
    margin: .5em 0;
    display: block;
    line-height: 1.2
}

.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262
}

.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,.why-page .service-2 .list ul li:last-child span.num:after {
    display: none
}

.why-page .service-2 .list ul li .text {
    font-size: 18px
}

.why-page .service-3 {
    padding: 130px 0 90px;
    text-align: center;
    color: #fff;
    background-image: url("/template/en/images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.why-page .service-3 span.h2 {
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 48px
}

.why-page .service-3 a.more {
    font-size: 18px
}

.why-page .service-4 {
    padding: 60px 0;
    background-color: var(--color);
    color: #fff;
    text-align: center
}

.why-page .service-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.why-page .service-4 ul li {
    padding: 5px;
    border-right: 1px solid #fff
}

.why-page .service-4 ul li span.h6 {
    font-weight: 900;
    font-size: 60px;
    display: block;
    line-height: 1.2;
    /*font-family: emoji;*/
}

.why-page .service-4 ul li span.h6 sub {
    font-size: 50%;
    vertical-align: baseline
}

.why-page .service-4 ul li .text {
    color: inherit;
    margin-top: .5em;
    font-size: 18px
}

.why-page .service-4 ul li:last-child {
    border-right: none
}

.chainList {
    padding: 80px 0 100px
}

.chainList .top .left {
    vertical-align: bottom
}

.chainList .top .left span.tag {
    margin-bottom: 1em
}

.chainList .top .right {
    vertical-align: bottom;
    text-align: right
}

.chainList .bottom {
    margin-top: 70px
}

.chainList .bottom .list ul {
    margin: -10px
}

.chainList .bottom .list ul li {
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2
}

.chainList .bottom .list ul li a.img-box {
    display: block
}

.chainList .bottom .list ul li span.h6 {
    display: block;
    margin-top: .6em;
    margin-bottom: 5px
}
.i-tag {
    font-size: 18px;
    color: #898989;
    display: inline-block;
    position: relative
}

.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #898989
}

.i-title {
    line-height: 1.3;
    color: #332f2c
}

.chainList .bottom .list ul li time {
    display: block;
    color: var(--color)
}

.service-page .marginBox {
    padding: 110px 6%
}

.service-page .service-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .service-1 .bottom {
    margin-top: 70px;
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.service-page .service-1 .bottom .left {
    width: 100%;
    padding-right: 0
}

.service-page .service-1 .bottom .left .list ul li {
    font-weight: 700;
    font-size: 28px;
    padding: 1em 0;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-1 .bottom .left .list ul li em {
    color: #bfbfbf
}

.service-page .service-1 .bottom .left .list ul li:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 300%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    z-index: -1
}

.service-page .service-1 .bottom .left .list ul li .des {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 15px;
    display: none
}

.service-page .service-1 .bottom .left .list ul li.active,.service-page .service-1 .bottom .left .list ul li:hover {
    color: var(--color)
}

.service-page .service-1 .bottom .right {
    margin-top: 35px;
    margin-right: 45px;
    width: 32%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.service-page .service-1 .bottom .right .img {
    height: 450px;
    background-size: cover;
    background-position: center center;
    display: block
}

.service-page .service-2 {
    padding: 60px 0 110px
}

.service-page .service-2 .list {
    margin-top: 50px
}

.service-page .service-2 .list ul {
    margin: 0 -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.service-page .service-2 .list ul li {
    padding: 0 40px
}

.service-page .service-2 .list ul li .box {
    height: 100%;
    padding: 30px 10% 20px;
    background: #f6f1ea
}

.service-page .service-2 .list ul li .box i {
    display: block;
    height: 60px
}

.service-page .service-2 .list ul li .box span.h6 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #242424;
    margin: .5em 0
}

.service-page .service-2 .list ul li .box .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2
}

.service-page .service-3 .form {
    margin-top: 40px
}

.service-page .service-4 {
    padding-top: 120px
}

.service-page .service-4 .left {
    width: 47%;
    vertical-align: middle
}

.service-page .service-4 .left .img {
    height: 370px;
    background-size: cover;
    background-position: center center;
    display: block
}

.service-page .service-4 .right {
    width: 53%;
    padding-left: 2%;
    vertical-align: middle
}

.service-page .service-4 .right .list ul {
    margin: -25px
}

.service-page .service-4 .right .list ul li {
    padding: 25px
}

.service-page .service-4 .right .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #242424;
    line-height: 1.2;
    margin-bottom: .5em;
    display: block
}

.service-page .service-4 .right .list ul li .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2
}

.service-page .service-4 .right .list ul li.wid-100 {
    width: 100%
}

#index-body .i-case .left {
    padding-right: 0;
    text-align: center;
    width: 100%
}

#index-body .i-case .left .i-title {
    margin-top: 20px;
    color: #332f2c
}

#index-body .i-case .right {
    padding-top: 50px
}

#index-body .i-case .txt {
    font-size: 18px;
    line-height: 35px;
    color: #626262
}

#index-body .i-case .list {
    margin-top: 70px
}

#index-body .i-case ul {
    margin: -14px
}

#index-body .i-case ul li {
    padding: 14px
}

#index-body .i-case ul li .img-box {
    position: relative;
    border: 1px solid #efefef;
}

#index-body .i-case ul li .img-box p {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 30px;
    z-index: 2
}

#index-body .i-case ul li .img-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),to(transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.8),transparent);
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.8),transparent);
    background: linear-gradient(to top,rgba(0,0,0,.8),transparent);
    z-index: 1
}
@media screen and (max-width: 1600px) {
    .why-page .service-1 {
        padding-top:80px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 80px 0
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 20px
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 48px
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 36px
    }

    .why-page .service-2 .list {
        margin-top: 50px
    }

    .why-page .service-4 {
        padding: 40px 0
    }
    .service-page .marginBox {
        padding: 80px 6%
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 24px
    }

    .service-page .service-1 .bottom .right {
        width: 27%
    }

    .service-page .service-1 .bottom .right .img {
        height: 360px
    }

    .service-page .service-1 .bottom {
        margin-top: 40px
    }

    .service-page .service-2 .list {
        margin-top: 30px
    }

    .service-page .service-2 .list ul li .box i {
        height: 40px
    }

    .service-page .service-2 .list ul li .box i img {
        max-height: 100%
    }

    .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
        font-size: 20px
    }

    .service-page .service-2 {
        padding: 50px 0
    }

    .service-page .service-4 {
        padding-top: 60px
    }

    .service-page .service-4 .right .list ul li {
        padding: 15px
    }

    .service-page .service-4 .right .list ul {
        margin: -15px
    }

    .service-page .service-4 .left .img {
        height: 320px
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 7);
    }
}

@media screen and (max-width: 1450px) {
  #index-body .i-case ul li .img-box p {
        font-size: 20px;
        bottom: 15px
    }
    .why-page .service-1 .left .img {
        height:600px
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 32px
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 18px
    }

    .why-page .service-2 .list {
        margin-top: 30px
    }

    .why-page .service-1 {
        padding-top: 60px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 60px 0
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 36px
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 16px
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 6);
    }
}

@media screen and (max-width: 1250px) {
    .why-page .service-2 .list ul li span.h6 {
        font-size:14px;
        line-height: 28px
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 28px
    }
    .service-page .service-1 .bottom .right {
        margin-top: 20px;
        margin-right: 20px
    }
     .service-page .service-1 .bottom .left .list ul li {
        font-size: 18px
    }

    .service-page .service-1 .bottom .right .img {
        height: 200px
    }

    .service-page .service-2 .list ul li {
        padding: 0 5px
    }

    .service-page .service-2 .list ul {
        margin: 0 -5px
    }

    .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
        font-size: 16px
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 5);
    }
}

@media screen and (max-width: 1000px) {
   #index-body .i-case .left {
        width: 100%;
        padding-right: 0
    }

    #index-body .i-case .right {
        width: 100%
    }
    .why-page .service-1 .right {
        padding:0;
        width: 100%
    }

    .why-page .service-1 .left {
        display: none
    }

    .why-page .service-2 .list ul li {
        width: 25%
    }

    .why-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 28px
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 4);
    }
}

@media screen and (max-width: 700px) {
    .why-page .service-4 ul {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .why-page .service-4 ul li {
        width: 100%;
        border: none
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 24px
    }
     .service-page .service-1 .bottom .left .list ul li {
        font-size: 16px
    }

    .service-page .service-2 .list ul li {
        width: 100%;
        padding: 5px
    }

    .service-page .service-2 .list ul {
        display: block;
        margin: -5px
    }

    .service-page .service-3 .form {
        margin-top: 20px
    }

    .service-page .service-4 .right {
        width: 100%;
        padding-left: 0
    }

    .service-page .service-4 .left {
        display: none
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 3);
    }
}

@media screen and (max-width: 500px) {
    #index-body .i-case .list {
        margin-top: 20px
    }
    .service-page .service-1 .bottom .left .list ul li {
        font-size: 14px
    }

    .service-page .service-1 .bottom {
        display: block
    }

    .service-page .service-1 .bottom .right {
        width: 100%
    }

    .service-page .service-1 .bottom .left {
        padding-right: 0
    }

    .service-page .service-1 .top {
        display: block
    }

    .service-page .service-1 .top .right {
        margin-top: 10px
    }

    .service-page .marginBox {
        padding: 30px 4%
    }
    .why-page .service-1 {
        padding-top:40px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 40px 0
    }

    .why-page .service-2 .list ul li {
        width: 100%
    }

    .why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
        display: none
    }

    .why-page .service-4 ul li {
        width: 50% !important
    }

    .chainList .top .right {
        text-align: left;
        margin-top: 10px
    }
    .why-page .service-2 .list ul li {
      width: calc(100% / 2);
    }
}





.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 110px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
  transition: 0.5s;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 17px;
  line-height: 1.8;
  min-height: 8.5em;
  max-height: 5em;
  /*overflow-y: auto;*/
  color: #2c2c2c;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: var(--color);
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 20px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding: 4% 0;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;

}
.cus-page .cus-4 .content .right .i-title
{
  padding: 0 50px;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
    padding-top: var(--px60);
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-bottom: 2%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}
.cus-page .cus-5 .content .text .con {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

.cus-page .cus-10 ul li{
  width: 25%;
}
.cus-page .cus-10 ul li .box{
  overflow: hidden;
  position: relative;
}
.cus-page .cus-10 ul li .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.cus-page .cus-10 ul li img{
  transition: all .5s;
}

.cus-page .cus-10 ul li .box .cont{
  transform: translateY(46px);
}
.cus-page .cus-10 ul li .box:hover img{
  filter: brightness(0.7);
}
.cus-page .cus-10 ul li .box:hover .cont{
  transform: translateY(0);
}
.cus-page .cus-10 ul li .box:hover .cont .des{
  opacity: 1;
}

.cus-page .cus-10 ul li .box .cont .des{
  height: 54px;
  overflow-y: auto;
  line-height: 30px;
  opacity: 0;
  padding-right: 4px;
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}


@media screen and (max-width: 1000px) {
  .font-45 {
    font-size: 30px;
  }
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 14px;
    min-height: 11.5em;
    max-height: unset;
  }
}

@media screen and (max-width: 700px) {
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
        font-size: 30px;
    }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .font-45 {
    font-size: 24px;
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}






.chain-page .chain-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}

.chain-page .chain-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.chain-page .chain-2 .strength-list ul li {
    margin-top: 70px;
}
.chain-page .chain-2 .strength-list ul li:first-child{
  margin-top: 0;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f6f7f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    padding-left: 10%;
    padding-right: 6%;
    margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}

.chain-page .chain-3 {
    background-color: #f4f5f9;
}

.chain-page .chain-3 .process-li {
    padding: 0 10%;
}

.chain-page .chain-3 .process-li .swiper {
    padding: 25px 0;
    margin: 0 -1px;
    overflow: hidden;
}

.chain-page .chain-3 .process-li ul .slick-list {
  overflow: visible;
}

.chain-page .chain-3 .process-li ul li .in {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.chain-page .chain-3 .process-li ul li .box {
    height: 405px;
    padding: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}

.chain-page .chain-3 .process-li ul li .box .num {
    width: 50px;
    height: 50px;
    background-color: #f4f5f9;
    border: solid 1px #cccccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 10px;
    width: 92px;
    height: 92px;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box:hover .num {
    background-color: #000318;
    color: var(--color);
}

.chain-page .chain-3 .process-li ul li .box:hover i {
    background-color: #000;
}

.chain-page .chain-3 .process-li ul li .box:hover i img {
    filter: none;
}

.chain-page .chain-3 .process-li ul li .in-yj {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.zs {
    left: 0;
    top: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.ys {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.yx {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.zx {
    left: 0;
    bottom: 0;
    transform: rotate(-90deg);
}

.chain-page .chain-3 .process-li ul li.odd .box {
    border-top: 1px solid #cccccc;
    border-bottom: 0;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.zs {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.ys {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .box {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
}

.chain-page .chain-3 .process-li ul li.even .num {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.chain-page .chain-3 .process-li ul li.even .in-yj.yx {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .in-yj.zx {
    opacity: 1;
}

.chain-page .chain-3 .process-li .zdy-switch>div {
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
}

.chain-page .chain-3 .process-li .zdy-switch>div:hover {
    background-color: var(--color);
}

.chain-page .oem-6 .con {
    border-radius: 10px;
    height: 640px;
}

@media (max-width: 1000px) {
    .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
}
.big-little {
  font-weight: bold;
  font-size: 48px;
  color: #141414;
}

@media (max-width:1000px) {
 .big-little {
   font-size: 24px;
 }
  .font-40 {
        font-size: 24px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
}