@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-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: 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/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: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.ttf') format('truetype'), url('../fonts/Anton.eot') format('embedded-opentype'), url('../fonts/Anton.woff') format('woff');
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #113e77;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1580px;
}
.max-container {
  width: 1850px;
  margin: 0 auto;
  padding: 0 15px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.page-header02 .logo img{
  filter: invert(1);
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 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;
}
.mobileForm input {
  border: 1px solid rgba(0, 0, 0, .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: 50%
}

.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%
    }
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -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-t {
  height: 55px;
  background-color: var(--color);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 15px;
  height: 105px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 60px;
  -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;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  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 .h-search {
  cursor: pointer;
  width: 55px;
  height: 55px;
  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;
  border-radius: 15px;
  background-color: #ebebeb;
}
#header .nav .ui.menu .right .h-inquiry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  padding: 0 25px;
  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;
  border-radius: 35px;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 18px;
  color: white;
  border: 1px solid var(--color);
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: transparent;
  color: var(--color);
}
.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 40px;
  border-radius: 35px;
  color: white;
  border: 1px solid var(--color);
}
.more:hover {
  color: var(--color);
  background-color: transparent;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  text-transform: uppercase;
}
.more.white {
  background-color: white;
  border-color: white;
  color: var(--color);
}
.more.white:hover {
  color: white;
  background-color: transparent;
}
span.tag {
  font-size: 18px;
  color: var(--color);
  line-height: 0.8;
  font-weight: 300;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 36px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  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-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@-moz-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 160px;
}
#banner .banner-content .left {
  width: 42.8%;
}
#banner .banner-content .right {
  width: 57.2%;
  height: -webkit-fill-available;
}
#banner .banner-content .right ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-content .right ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-content .right ul li.active {
  z-index: 2;
  opacity: 1;
}
#banner .banner-content .content {
  position: absolute;
  left: 50%;
  bottom: 65px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
}
#banner .banner-content .content .text {
  position: relative;
  width: 50%;
  max-width: 685px;
  height: 200px;
  margin-left: auto;
  padding: 35px 20px 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
#banner .banner-content .content .text .mob {
  width: 50%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
#banner .banner-content .content .text ul li {
  position: relative;
}
#banner .banner-content .content .text ul li h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
#banner .banner-content .content .text ul li p {
  font-size: 16px;
  max-width: 380px;
}
#banner .banner-content .content .text .btn {
  margin-top: 15px;
  margin-left: auto;
  cursor: pointer;
}
#banner .banner-content .content .text .btn span {
  display: block;
  width: 25px;
  height: 18px;
  background-color: var(--color);
  color: white;
  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;
}
#banner .banner-content .content .text .btn span i {
  font-size: 12px;
}
#banner .banner-content .content .text .btn span.prev {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 1px solid white;
}
#banner .banner-content .content .text .btn span.next {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  position: relative;
  background: url('/yyhlgd/2026/02/07/about-front.jpg') no-repeat;
  background-size: auto;
  background-position: right;
}
#index-body .homepage-2 {
  background: url('../images/h_factory_bg.jpg') no-repeat;
  background-position: top;
}
#index-body .homepage-2 .top {
  position: relative;
}
#index-body .homepage-2 .top .box {
  max-width: 1200px;
  margin: 0 auto 85px;
}
#index-body .homepage-2 .top .box ul {
  margin: 0 -60px;
}
#index-body .homepage-2 .top .box ul li {
  width: 25%;
  padding: 0 60px;
  text-align: center;
}
#index-body .homepage-2 .top .box ul li h4 {
  font-size: 60px;
  font-family: 'Anton';
  line-height: 0.8;
}
#index-body .homepage-2 .top .box ul li h4 span {
  font-size: 22px;
}
#index-body .homepage-2 .top .box ul li p {
  font-weight: 500;
}
#index-body .homepage-2 .bottom {
  margin-bottom: -90px;
  overflow: hidden;
}
#index-body .homepage-2 .bottom .swiper {
  margin: 0 -25%;
}
#index-body .homepage-2 .bottom .swiper .swiper-slide {
  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;
  padding: 20px 0;
  height: 420px;
}
#index-body .homepage-2 .bottom .swiper .swiper-slide a.img {
  height: 100%;
}
#index-body .homepage-2 .bottom .swiper .swiper-slide.swiper-slide-prev a.img {
  -webkit-transform: translateX(67%);
  -moz-transform: translateX(67%);
  -ms-transform: translateX(67%);
  transform: translateX(67%);
}
#index-body .homepage-2 .bottom .swiper .swiper-slide.swiper-slide-next a.img {
  -webkit-transform: translateX(-67%);
  -moz-transform: translateX(-67%);
  -ms-transform: translateX(-67%);
  transform: translateX(-67%);
}
#index-body .homepage-2 .bottom .swiper .swiper-slide.swiper-slide-active {
  z-index: 10;
  position: relative;
  padding: 0;
}
#index-body .homepage-3 {
  padding-top: 300px;
}
#index-body .homepage-3 .center ul {
  margin: -10px;
}
#index-body .homepage-3 .center ul li {
  padding: 10px;
  width: 20%;
}
#index-body .homepage-3 .center ul li.active a,
#index-body .homepage-3 .center ul li:hover a {
  background-color: var(--color);
}
#index-body .homepage-3 .center ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #b5b5b5;
  color: white;
  font-size: 20px;
  border-radius: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 .bottom {
  position: relative;
}
#index-body .homepage-3 .bottom .list {
  opacity: 0;
  z-index: -1;
}
#index-body .homepage-3 .bottom .list:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-3 .bottom .list.active {
  opacity: 1;
  z-index: 2;
}
#index-body .homepage-3 .bottom .list ul {
  margin: -5px -12px;
}
#index-body .homepage-3 .bottom .list ul li {
  padding: 5px 12px;
}
#index-body .homepage-3 .bottom .list ul li .box {
  background-color: #f0f4f9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
#index-body .homepage-3 .bottom .list ul li .box:hover::before {
  background-color: var(--color);
}
#index-body .homepage-3 .bottom .list ul li .box::before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 12px;
  background-color: #cad4e1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 .bottom .list ul li .box a.img {
  border-radius: 5px;
  height: 330px;
  background-color: white;
}
#index-body .homepage-3 .bottom .list ul li .box .text {
  padding: 25px 15px;
}
#index-body .homepage-3 .bottom .list ul li .box .text h4 {
  font-size: 18px;
  font-weight: 600;
}
#index-body .homepage-3 .bottom .list ul li .box .text a.btn {
  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: 100%;
  height: 35px;
  font-size: 16px;
  color: white;
  border-radius: 35px;
  background-color: #cad4e1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 .bottom .list ul li .box .text a.btn:hover {
  background-color: var(--color);
}
#index-body .homepage-4 .img {
  width: 50.5%;
  max-width: 966px;
  height: -webkit-fill-available;
}
#index-body .homepage-4 .right {
  padding: 70px 0;
  width: 56%;
  margin-left: -150px;
  position: relative;
  z-index: 5;
}
#index-body .homepage-4 .right .box {
  padding-left: 65px;
  padding-right: 185px;
  background-color: var(--color);
  height: 525px;
}
#index-body .homepage-4 .right .box ul {
  margin: -15px;
}
#index-body .homepage-4 .right .box ul li {
  padding: 15px;
  width: 50%;
  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;
}
#index-body .homepage-4 .right .box ul li .icon {
  width: 65px;
}
#index-body .homepage-4 .right .box ul li .text {
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  padding-left: 15px;
}
#index-body .homepage-4 .right .box ul li .text h4 {
  font-size: 18px;
}
#index-body .homepage-4 .right .box ul li .text p {
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -15px;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 15px;
}
#index-body .homepage-6 {
  background: url('../images/news_bg.png') no-repeat;
  background-position: right;
}
#index-body .homepage-6 .bottom {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
#index-body .homepage-6 .bottom ul {
  margin: -45px 0;
}
#index-body .homepage-6 .bottom ul li {
  padding: 45px 0;
  height: 374px;
}
#index-body .homepage-6 .bottom ul li .box {
  height: 100%;
  width: 100%;
}
#index-body .homepage-6 .bottom ul li .box a.img {
  height: 100%;
}
#index-body .homepage-6 .bottom ul li .box .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#footer {
  color: white;
  background-image: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #113e77;
}
#footer .top {
  position: relative;
  padding: 55px 0 75px;
  background-color: #113e77;
}
#footer .top form {
  max-width: 875px;
  height: 80px;
  padding: 0 15px 0 50px;
  background-color: white;
  border-radius: 50px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top form ul {
  width: 100%;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top form ul li {
  width: 150px;
}
#footer .top form ul li:nth-child(3) {
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
}
#footer .top form ul li:last-child {
  width: 200px;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  padding: 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
}
#footer .top form ul li input[type='submit'] {
  background: none;
  border: none;
}
#footer .top form ul li a.more {
  width: 100%;
}
#footer .top form ul li a.more:hover {
  background-color: black;
  border-color: black;
  color: white;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
#footer .center ul li span {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  font-weight: 300;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.contact {
  max-width: 350px;
}
#footer .center ul li.contact span:nth-child(2) {
  line-height: 2;
}
#footer .center ul li.link span {
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li.link span:hover {
  border-color: white;
}
#footer .bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid #999;
  padding: 30px 0;
}
#footer .bottom .box span {
  font-size: 16px;
  color: white;
  font-weight: 300;
}
#footer .bottom .box span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .bottom .box span a.copyright:hover {
  border-color: white;
}
#footer .bottom .box span img {
  width: auto;
  height: 16px;
  margin-left: 10px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-4 .right .box {
    height: auto;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #index-body .homepage-3 {
    padding-top: 240px;
  }
  #index-body .homepage-3 .center ul li {
    width: 25%;
  }
  #index-body .homepage-5 a.more {
    margin-top: 40px;
  }
  #index-body .homepage-6 .bottom ul li {
    height: 360px;
  }
  #footer .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .top .text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .top form {
    margin: auto;
  }
  #footer .center ul li.contact {
    max-width: 260px;
  }
  #banner .banner-content .content {
    bottom: 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-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #index-body .homepage-1 {
    background-position: left;
  }
  #index-body .homepage-2 .top .box ul li h4 {
    font-size: 48px;
  }
  #index-body .homepage-2 .bottom .swiper .swiper-slide {
    height: 250px;
  }
  #index-body .homepage-2 {
    padding: 100px 0;
    background-size: cover;
  }
  #index-body .homepage-2 .bottom {
    margin-bottom: 0;
  }
  #index-body .homepage-3 {
    padding-top: 100px;
  }
  #index-body .homepage-3 .center ul li {
    width: 33.33333%;
  }
  #index-body .homepage-4 .right .box ul li {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  #index-body .homepage-4 .right .box ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  #index-body .homepage-4 .right .box ul li .icon {
    width: auto;
    height: 60px;
  }
  #index-body .homepage-6 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #footer .center ul li.link:nth-child(3),
  #footer .center ul li.link:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content .content .text .mob {
    display: none;
  }
  #banner .banner-content .right {
    display: none;
  }
  #banner .banner-content .content {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .banner-content .content .box {
    padding: 60px 0;
  }
  #banner .banner-content .content .text {
    height: auto;
  }
  #banner .banner-content .content .text .btn {
    display: none;
  }
  #banner .banner-content .content .text h4 {
    font-size: 20px;
  }
  #banner .banner-content .left {
    width: 100%;
    position: absolute;
    inset: 0;
  }
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-1 .left {
    width: 100%;
  }
  #index-body .homepage-2 .top .box ul {
    margin: 0;
  }
  #index-body .homepage-2 .top .box ul li {
    width: 50%;
    margin: 15px 0;
    padding: 0;
  }
  #index-body .homepage-3 .center ul li a {
    font-size: 16px;
  }
  #index-body .homepage-3 .top .text {
    width: 100%;
  }
  #index-body .homepage-4 .img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #index-body .homepage-4 .right {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  #index-body .homepage-4 .right .box {
    padding: 60px !important;
  }
  #index-body .homepage-6 .bottom ul li .box a.img {
    width: 45%;
  }
  #index-body .homepage-6 .bottom ul li .box .text {
    width: 50%;
  }
  #footer .top form {
    max-width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 15px;
  }
  #footer .top form ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer .top form ul li:last-child {
    margin-bottom: 0;
  }
  #footer .top form ul li input[type='text'] {
    padding: 0 15px 0 0;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #footer .top form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.contact {
    max-width: 100%;
  }
  #footer .bottom .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .box span {
    text-align: center;
  }
  #footer .bottom .box img {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content .content .text {
    display: none;
  }
  #banner .banner-content .content .box {
    width: 100%;
  }
  #index-body .homepage-2 .bottom .swiper .swiper-slide a.img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #index-body .homepage-2 .bottom .swiper {
    margin: 0;
  }
  #index-body .homepage-2 .bottom .swiper .swiper-slide {
    height: auto;
    padding: 0;
  }
  #index-body .homepage-3 .center ul li {
    width: 50%;
  }
  #index-body .homepage-3 .bottom .list ul li .box a.img {
    height: 240px;
  }
  #index-body .homepage-3 .bottom .list ul li .box a.img img {
    max-width: 80%;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-4 .right .box {
    padding: 60px 30px !important;
  }
  #index-body .homepage-5 .top .text {
    width: 100%;
  }
  #index-body .homepage-3 {
    padding-top: 65px;
  }
  #index-body .homepage-6 {
    padding-top: 65px;
  }
  #footer .top form ul li a.more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .more {
    height: 45px;
    padding: 0 25px;
  }
  #footer .top {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 500px) {
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-6 .bottom ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-6 .bottom ul li .box a.img {
    width: 100%;
  }
  #index-body .homepage-6 .bottom ul li .box .text {
    width: 100%;
  }
  #index-body .homepage-6 .bottom ul li {
    height: auto;
  }
  #index-body .homepage-4 .right .box {
    padding: 60px 15px !important;
  }
  #index-body .homepage-2 .top .box {
    margin: 0 auto 50px;
  }
}

















.inner-banner {
  margin-top: 160px;
  color: #fff;
  z-index: 1;
  padding: 3.5% 0;
  position: relative;
}
.inner-banner .bg{
  position: absolute;
  inset:0;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .container .cat_name {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.1
}

.inner-banner .container .mbx {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .inner-banner {
    height: auto;
    padding: 60px 0;
  }

  .inner-banner .container .cat_name {
    margin-top: 0;
    font-size: 30px
  }
}



.custom .service-1 {
  background-color: #f9f9f9;
}

.custom .service-1 .top {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}

.custom .service-1 .top .navbox {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  cursor: pointer;
}

.custom .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}

.custom .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0) invert(100%);
}

.custom .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}

.custom .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}

.custom .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.custom .service-1 ul.serlist li {
  padding: 0 40px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}

.custom .service-1 ul.serlist li .text {
  margin-top: 130px;
  color: #666;
  min-height: 170px;
}

.custom .service-1 ul.serlist li .text .h4 {
  color: #111;
  margin-bottom: 25PX;
  font-family: var(--font);
  font-weight: 700;
  font-size: 26px;
}

.custom .service-2 .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom .service-2 .ui.container .left {
  width: 58%;
}

.custom .service-2 .ui.container .right {
  width: 38%;
}

.custom .service-2 .ui.container .right .h3 {
  /*text-transform: uppercase;*/
  color: #111;
}

.custom .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}

.custom .service-2 .ui.container .right p {
  max-width: 560px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.custom .service-3,
.custom .service-2 {
  background-color: #f9f9f9;


}

.custom .service-3 .ui.container {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom .service-3 .ui.container .h3 {
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}

.custom .service-3 .ui.container .h3 em {
  color: var(--color);
}

.custom .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 40px;
}

.custom .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}

.custom .service-3 .ui.container .right ul {
  width: 100%;
}

.custom .service-3 .ui.container .right ul li {
  padding: 30px 0;
  /*margin-bottom: 30px;*/
  border-top: 1px solid rgb(147 147 147 / 50%);
}

.custom .service-3 .ui.container .right ul li .h4 {
  color: #000;
  margin-bottom: 20px;
  font-family: var(--font);
  font-weight: bold;
}

.custom .service-3 .ui.container .right ul li p {
  color: #666;

}

.custom .service-4 {
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}

.custom .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.custom .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.custom .service-4 .ui.container .h3 a {
  height: 75px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-family: var(--font);
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  margin: 0 20px;
}

.custom .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fe7700;
}

.custom .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}

.kongxin {
    letter-spacing: 0px;
    -webkit-text-stroke-color: var(--color);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}
@media screen and (max-width: 1000px) {
  .custom .service-3 .ui.container .left {
    display: none;
  }

  .custom .service-3 .ui.container .right {
    width: 100%;
  }

  .custom .service-1 ul.serlist li .text {
    min-height: 220px
  }
}

@media screen and (max-width: 700px) {
  .custom .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    text-align: center;
  }

  .custom .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }

  .custom .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom .service-4 {
    padding-bottom: 100px;
  }
  .custom .service-4 .ui.container .h3 a {
    font-size: 16px;
  }

  .custom .service-2 .ui.container .left {
    width: 100%;
  }

  .custom .service-2 .ui.container .right {
    width: 100%;
    margin-top: 45px;
  }

  .custom .service-1 ul.serlist li .text {
    margin-top: 40px;
    min-height: 250px
  }
  .custom .service-1 ul.serlist li {
    padding: 0 15px;
  }

}


.global-page .init-1 .container .img {
    width: 48%
}

.global-page .init-1 .container .right {
    width: 46%;
    margin-left: auto
}

.global-page .init-1 .container .right .title {
    font-weight: 700
}

.global-page .init-1 .container .right .des {
    margin-top: 40px;
    color: #777
}

.global-page .init-2 .container {
    text-align: center
}

.global-page .init-2 .container .tips {
    font-weight: 700;
    padding-bottom: 30px
}

.global-page .init-2 .container .list_cont {
    margin: 0 -25px
}

.global-page .init-2 .container .list_cont li {
    margin-top: 50px;
    width: 25%;
    padding: 0 25px
}

.global-page .init-2 .container .list_cont li .box img {
    height: 100%
}

.global-page .init-2 .container .list_cont li .box .text {
    margin-top: 30px;
    font-weight: 700
}

.global-page .init-2 .container .list_cont li .box .des {
    margin-top: 20px;
    color: #777
}

.global-page .init-3 .container .content {
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 450px
}

.global-page .init-3 .container .content .cont {
    padding: 20px 90px;
    width: 800px
}

.global-page .init-3 .container .content .cont .title {
    font-weight: 700
}

.global-page .init-3 .container .content .cont .des {
    margin-top: 20px
}

.global-page .init-4 .container .tips {
    font-weight: 700;
    text-align: center
}

.global-page .init-4 .container form {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.global-page .init-4 .container form input,.global-page .init-4 .container form textarea {
    padding: 22px;
    width: 32.5%;
    background-color: #f3f3f3;
    border: none;
    margin-top: 10px
}

.global-page .init-4 .container form .area,.global-page .init-4 .container form .project {
    width: 49.5%
}

.global-page .init-4 .container form .content {
    width: 100%
}

.global-page .init-4 .container form .more {
    margin-top: 20px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .global-page .init-1 .container .img {
        width:100%
    }

    .global-page .init-1 .container .right {
        width: 100%;
        margin-top: 40px
    }

    .global-page .init-2 .container .list_cont li {
        width: 50%
    }

    .global-page .init-3 .container .content .cont {
        width: 100%;
        padding: 20px 16px
    }
}

@media (max-width: 700px) {
    .global-page .init-4 .container form input,.global-page .init-4 .container form textarea {
        width:100%
    }

    .global-page .init-4 .container form .area,.global-page .init-4 .container form .project {
        width: 100%
    }
    .custom .service-1 ul.serlist li {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
    .global-page .init-1 .container .right .des {
        margin-top:20px
    }

    .global-page .init-1 .container .right .more {
        margin-top: 20px
    }

    .global-page .init-2 .container .list_cont li .box .text {
        font-size: 20px
    }
    .global-page .init-2 .container .list_cont li {
        width: 100%
    }
    .global-page .init-4 .container form {
        margin-top: 10px
    }

    .global-page .init-4 .container form input,.global-page .init-4 .container form textarea {
        padding: 10px
    }

    .global-page .init-4 .container form .btn {
        font-size: 18px;
        padding: 10px
    }
}

.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px
}

.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px
}

.inner-page .sidebox .sideleft .widget form {
    position: relative
}

.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2
}

.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0d70b9;
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px
}

.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000
}

.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0
}

.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.4;
    position: relative
}

.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0
}

.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 9px;
}

.inner-page .sidebox .sideleft .widget ul li:hover>a,.inner-page .sidebox .sideleft .widget ul li.active>a {
    color: #0d70b9
}
.inner-page .sidebox .sideleft .widget ul li input[type='submit']{
  transition: 0.5s;
}
.inner-page .sidebox .sideleft .widget ul li:hover input[type='submit'] {
    background: #0d70b9;
    color: #fff
}

.inner-page .sidebox .sideleft .widget ul li ul {
    margin-top: 15px
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
    color: #0d70b9
}

.inner-page .sidebox .sideleft .widget .recent li {
    display: block
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 40px
}

.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center
}

.inner-page .sidebox .sideleft .widget .form1 input[type=text],.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2
}

.inner-page .sidebox .sideleft .widget .form1 input[type=submit] {
    background: #0d70b9;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .sidebox .sideleft .widget .form1 input[type=submit]:hover {
    background: #000
}

.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px
}

@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width:28%
    }

    .inner-page .sidebox .sideright {
        width: 72%
    }

    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display:none
    }

    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0
    }

    .inner-page .sidebox .sideright {
        padding: 0 0 50px
    }
}


.news-page {
  background: #f5f5f5;
  padding: 120px 0;
}

.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}

.news-page .sideright .list ul {
  margin-right: -20px;
}

.news-page .sideright .list ul li {
  padding-right: 20px;
  margin-bottom: 60px;
}

.news-page .sideright .list ul li .img {
  position: relative;
}

.news-page .sideright .list ul li .img img {
  width: 100%;
}

.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #0d70b9;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}

.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}

.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.news-page .sideright .list ul li .con h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}

.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: #0d70b9;
}

.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 30px;
}

.news-page .sideright .list ul li .con i {
  color: #0d70b9;
  font-size: 18px;
}

.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}

.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}

.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}

.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #0d70b9;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }

  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }

  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }

  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
    line-height: 36px;
    min-height: 0;
  }

  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}

.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}

.newdet-page p {
  font-size: 18px;
  /*font-weight: 400;*/
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}

.newdet-page blockquote {
  border-left: 7px solid #0d70b9;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}

.newdet-page blockquote a {
  color: inherit;
}

.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #0d70b9;
  font-weight: 600;
}

.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #0d70b9;
}

.newdet-page .n-content {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.newdet-page .grid-box {
  margin-right: -12px;
}

.newdet-page .column {
  padding: 20px 12px 0;
}

.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}

.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #0d70b9;
}

.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.newdet-page .s_link .list .cont {
  margin-left: 20px;
}

.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}

.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}

.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}

.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}

.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}

.newdet-page .news-comment-section {
  padding-top: 60px;
}

.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.newdet-page .news-comment-section form {
  margin-top: 15px;
}

.newdet-page .news-comment-section form .column {
  padding: 0;
}

.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #0d70b9;
}

.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #0d70b9;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.newdet-page .news-comment-section form li button:hover {
  background: #000;
}

.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}

.news-page.product #index-body .product .knowledge {
  font-size: 16px;
  line-height: 30px;
}

.news-page.product #index-body .product .knowledge h3 {
  font-size: 20px;
  line-height: 40px;
}

.news-page.product #index-body .product .knowledge h3.title {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }

  .newdet-page .grid-box {
    margin-right: 0;
  }

  .news-page.product #index-body .product .knowledge {
    display: none;
  }

  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }

  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }

  .newdet-page .news-post-comment-wrap {
    display: block;
  }

  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }

  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }

  .newdet-page .news-comment-section form .column {
    width: 100%;
  }

  .newdet-page .s_link .list {
    width: 100%;
  }

  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }

  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}






.faq-page {
  padding: 4rem 0;
}
.faq-page .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.faq-page .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
  margin-bottom: 5px;
}
.faq-page .title h3 {
  font-size: 34px;
  line-height: 64px;
  
  font-weight: 700;
}
.faq-page ul li {
  padding: 0 15px;
  margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
  cursor: pointer;
}
.faq-page ul li .ig h4 {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-family: 'Poppins';
  font-weight: 700;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  color: #1c1c1c;
  padding: 0 1.5rem 1rem 0;
}
.faq-page ul li .ig h4 i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.faq-page ul li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .faq-page ul.grid-box li.column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page ul li .ig h4 {
    font-size: 16px;
    line-height: 30px;
  }
}


.gallery-page .gallery-list ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap
}

.gallery-page .gallery-list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px
}

.gallery-page .gallery-list ul li {
    padding: 15px
}

.gallery-page .gallery-list ul li .box {
    height: 100%;
    border-radius: 5px
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: #000;
    color: #fff
}


.product-page {
  padding: 4rem 0;
}
.product-page .grid-box .sidebar {
  width: 25%;
  padding: 0 15px;
  position: sticky;
  top: 200px;
}
.product-page .grid-box .sidebar .pro-search form {
  position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin-bottom: 0;
  padding: 0 56px 0 20px;
  font-weight: 400;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background-color: #1C1C1C;
  cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
  font-size: 34px;
  line-height: 64px;
  
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
  color: var(--color);
}
.product-page .grid-box .sidebar .pro-category ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Poppins';
  padding: 5px 0;
}
.product-page .grid-box .sidebar .pro-category ul li > a{
  border-bottom:1px solid transparent;
  transition: 0.5s;
}
.product-page .grid-box .sidebar .pro-category ul li.active > a,
.product-page .grid-box .sidebar .pro-category ul li:hover > a{
  color: var(--color);
  border-color: var(--color);
}
.product-page .grid-box .sidebar .pro-best {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
  font-size: 34px;
  line-height: 64px;
  
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
  color: var(--color);
}
.product-page .grid-box .sidebar .pro-best ul li {
  margin: 14px 0 23px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
  position: relative;
  padding-left: 90px;
  display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border: 2px solid #d6d6d6;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
  padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #1c1c1c;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
  font-size: 18px;
  color: var(--color);
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
  border-color: var(--color);
}
.product-page .grid-box .right-box {
  width: 75%;
  padding: 0 15px;
}
.product-page .grid-box .right-box .top-list {
  text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
  position: relative;
  display: inline-block;
  text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
  position: relative;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 300px;
  max-width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0 35px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  background: #ffffff;
  cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #333;
  background-color: #fff;
  display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
  color: #fff;
  background-color: var(--color);
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
  display: block;
}
.product-page .grid-box .right-box .bot-box {
  margin-top: 30px;
}
.product-page .grid-box .right-box .bot-box ul {
  margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
  display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h3 {
  font-size: 18px;
  line-height: 32px;
  
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
  border-color: var(--color);
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
  opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
  color: var(--color);
}
@media screen and (max-width: 992px) {
  .product-page .grid-box .right-box .top-list,
  .product-page .grid-box .sidebar {
    display: none;
  }
  .product-page .grid-box .right-box {
    width: 100%;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .right-box .bot-box ul li {
    width: 100%;
    padding: 0 5px;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 14px;
  }
}



.prodet-page {
    padding: 2rem 0
}

.prodet-page .det-1 {
    padding: 2rem 0
}

.prodet-page .det-1 .grid-box {
    position: relative
}

.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center
}

.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%
}

.prodet-page .det-1 .grid-box .left .gallery {
    margin-top: 10px;
    text-align: left
}

.prodet-page .det-1 .grid-box .left .gallery .slick-track {
    margin-left: 0
}

.prodet-page .det-1 .grid-box .left .gallery ul {
    margin: 0 -5px
}

.prodet-page .det-1 .grid-box .left .gallery ul li {
    padding: 0 5px
}

.prodet-page .det-1 .grid-box .left .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1
}

.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px
}

.chanpin {
    font-size: 28px;
    font-weight: 700;
    
    line-height: 52px;
    color: #1c1c1c;
    margin-bottom: 10px
}

.prodet-page .det-1 .grid-box .right .text h6 {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--color);
    font-weight: 700
}

.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 16px;
    line-height: 30px;
    color: #616161
}

.prodet-page .det-1 .grid-box .right .text .btn {
    position: absolute;
    left: 53%;
    bottom: 0;
    width: 47%;
    border-top: 1px solid #e1e1e1;
    padding-top: 2rem;
    margin-top: 2rem
}

.prodet-page .det-1 .grid-box .right .text .btn .fl {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px
}

.prodet-page .det-1 .grid-box .right .text .btn .fl:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: var(--color);
    vertical-align: middle
}

.prodet-page .det-2 {
    margin-top: 60px
}

.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1
}

.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px
}

.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-2 .tabs ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-2 .tabs ul li a:hover {
    color: var(--color);
    font-size: 28px;
    line-height: 50px
}

.prodet-page .det-2 .tabs ul li.active a:after {
    width: 100%
}

.prodet-page .det-2 .related {
    margin-top: 1.9rem
}

.prodet-page .det-2 .related ul li {
    display: none
}

.prodet-page .det-2 .related ul li.active {
    display: block
}

.prodet-page .det-2 .related ul li .con {
    font-size: 16px;
    line-height: 30px;
    color: #616161
}

.prodet-page .det-3 {
    margin-top: 60px
}

.prodet-page .det-3 .title h3 {
    font-size: 30px;
    line-height: 56px;
    font-weight: 700;
    
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1
}

.prodet-page .det-3 .title h3 span {
    display: inline-block;
    position: relative;
    padding: 10px
}

.prodet-page .det-3 .title h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px
}

.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px
}

.prodet-page .det-3 .det-3-box ul li .ig {
    display: block
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 1.25rem
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 18px;
    line-height: 32px;
    min-height: 4rem;
    font-family: 'Poppins';
    font-weight: 700;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: var(--color)
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: var(--color)
}
@media screen and (max-width: 1250px) {
  .prodet-page .det-1 .grid-box .right .text .btn {
      position: relative;
      left: 0;
      bottom: 0;
      width: auto;
  }
  .prodet-page .det-1 .grid-box .right .text .con {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size:16px
    }

    .prodet-page .det-1 .grid-box .left {
        width: 100%
    }

    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    .prodet-page .det-1 .grid-box .right .text .more {
        position: relative;
        left: 0;
        width: 100%
    }
    .prodet-page .det-1 .grid-box .right .text .con {
      max-height: unset;
      overflow-y: unset;
      padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .det-2 .tabs ul {
        border:none
    }

    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1
    }

    .prodet-page .det-2 .tabs ul li a {
        display: block;
        font-size: 24px;
        line-height: 44px
    }

    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px
    }

    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px;
        line-height: 28px;
        min-height: 9rem
    }
}



.contact-page {
    padding: 4rem 0 0
}

.contact-page .contact-1 {
    overflow: hidden
}

.contact-page .contact-1 .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75rem;
    text-align: center
}

.contact-page .contact-1 .grid-box .column {
    padding: 30px .75rem 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-page .contact-1 .grid-box .column .text {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    color: #fff;
    background-color: #000;
    padding: 50px 1.5rem 28px;
    overflow: hidden;
    max-width: 350px;
    margin: auto
}

.contact-page .contact-1 .grid-box .column .text:before {
    content: '01';
    z-index: -1;
    position: absolute;
    left: -1rem;
    top: -1rem;
    color: #666;
    font-size: 5rem;
    font-family: 'Gotham-Bold';
    line-height: 1
}

.contact-page .contact-1 .grid-box .column .text i {
    font-size: 40px;
    color: #fff
}

.contact-page .contact-1 .grid-box .column .text h4 {
    font-size: 24px;
    line-height: 44px;
    font-family: 'Gotham-Bold';
    margin-top: 1.2rem
}

.contact-page .contact-1 .grid-box .column .text p {
    font-size: 16px;
    line-height: 30px;
    color: #eee
}

.contact-page .contact-1 .grid-box .column:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
    color: #fff;
    background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat
}

.contact-page .contact-1 .grid-box .column:nth-child(2) .text:before {
    content: '02'
}

.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
    color: #eee
}

.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
    color: #fff;
    background-size: cover;
    background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat
}

.contact-page .contact-1 .grid-box .column:nth-child(3) .text:before {
    content: '03'
}

.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
    color: #fff
}

.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
    color: #eee
}

.contact-page .contact-2 {
    padding: 5rem 0
}

.contact-page .contact-2 .title {
    text-align: center;
    margin-bottom: 2rem
}

.contact-page .contact-2 .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    color: #666;
    margin: 0 0 5px
}

.contact-page .contact-2 .title h3 {
    font-size: 28px;
    font-family: 'Gotham-Bold';
    line-height: 52px;
    color: #1c1c1c
}

.contact-page .contact-2 .form ul {
    font-size: 0
}

.contact-page .contact-2 .form ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem
}

.contact-page .contact-2 .form ul li input,.contact-page .contact-2 .form ul li textarea {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.contact-page .contact-2 .form ul li textarea {
    height: 7.5rem;
    padding-top: 20px
}

.contact-page .contact-2 .form ul li input[type=submit] {
    width: auto;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 0 1.7rem;
    margin: auto
}

.contact-page .contact-2 .form ul li input[type=submit]:hover {
    color: #fff;
    background-color: #000
}

.contact-page .contact-2 .form ul li:nth-child(1) {
    width: 50%;
    padding-right: .75rem
}

.contact-page .contact-2 .form ul li:nth-child(2) {
    width: 50%;
    padding-left: .75rem
}

.contact-page .contact-3 {
    position: relative
}

@media screen and (max-width: 992px) {
    .contact-page .contact-1 .grid-box .column {
        width:100%
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%
    }

    .contact-page .contact-2 .form ul li:nth-child(1),.contact-page .contact-2 .form ul li:nth-child(2) {
        width: 100%;
        padding: 0
    }
}



@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.about-page .abt-1 {
    padding: 6rem 0 4.5rem
}

.about-page .abt-1 .grid-box .left {
    padding-right: 2.5rem
}

.about-page .abt-1 .grid-box .left .img {
    position: relative;
    width: 100%
}

.about-page .abt-1 .grid-box .left .img:after {
    background-color: var(--color);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%
}

.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 26px;
    line-height: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color)
}

.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 34px;
    ;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 1.5rem 0
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 38%;
    padding-right: 2rem
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(/template/en/images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 80px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1;
    color: var(--color)
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 18px;
    line-height: 32px;
    color: #1e1e1e;
    max-height: 300px;
    overflow-y: auto;
}

.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px
}

.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px
}

.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px
}

.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #1e1e1e
}

.about-page .abt-2 {
    background-color: #1f1f1f;
    margin-top: 4rem;
    padding-bottom: 4.5rem
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
    position: relative;
    top: -4rem;
    background-color: var(--color);
    padding: 20px
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    padding: 15px
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
    position: relative;
    padding-left: 70px
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
    max-height: 100%
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
    display: inline-block;
    line-height: 1.2;
    
}

.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 42%;
    vertical-align: middle;
    padding-right: 30px
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
    color: #fff
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
    position: relative;
    font-size: 42px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    ;
    text-transform: uppercase
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: var(--color)
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 20px;
    line-height: 36px;
    
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 5px
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 58%;
    vertical-align: middle
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
    position: relative
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig>img {
    min-height: 250px;
    object-fit: cover
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: var(--color);
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255,255,255,.5)
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple-video 3s infinite;
    animation-delay: .9s;
    z-index: 1
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple-video 3s infinite;
    animation-delay: .6s;
    z-index: 1
}

.about-page .abt-3 {
    padding: 4rem 0
}

.about-page .abt-3 .title {
    margin-bottom: 30px
}

.about-page .abt-3 .title h3 {
    text-align: center;
    font-size: 40px;
    ;
    font-weight: 700;
    text-transform: uppercase
}

.about-page .abt-3 .title h3:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 110px;
    height: 8px;
    background-color: var(--color)
}

.about-page .abt-3 .title h4 {
    font-size: 1.1rem;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2;
    color: #525252;
    margin-bottom: 5px
}

.about-page .abt-3 .bg-title {
    text-align: right
}

.about-page .abt-3 .bg-title span {
    font-family: 'Poppins';
    font-size: 4rem;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    color: #f4f4f4;
    position: relative;
    bottom: -20px;
    right: 20px
}

.about-page .abt-3 .abt-3-box ul li {
    padding: 15px
}

.about-page .abt-3 .abt-3-box ul li .img {
    position: relative
}

.about-page .abt-3 .abt-3-box ul li .ig {
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    padding: 2rem;
    background-color: var(--color);
    color: white;
}

.about-page .abt-3 .abt-3-box ul li .ig .top {
    border-bottom: 1px solid white;
    padding-bottom: 1.5rem
}

.about-page .abt-3 .abt-3-box ul li .ig .top .img {
    display: inline-block;
    width: 50%;
    margin-bottom: 1rem;
    vertical-align: middle
}

.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
    margin-left: auto
}

.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
    font-size: 24px;
    line-height: 44px;;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    width: 50%;
    vertical-align: middle;
    text-transform: uppercase
}

.about-page .abt-3 .abt-3-box ul li .ig .top h4:before {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: white;
    margin-bottom: 40px
}

.about-page .abt-3 .abt-3-box ul li .ig .top span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: white
}

.about-page .abt-3 .abt-3-box ul li .ig .bot {
    padding-top: 1.5rem
}

.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-size: 16px;
    color: white;
    font-weight: 600;
    line-height: 30px;
    min-height: 168px
}

.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color:white
}

.about-page .abt-3 .abt-3-box ul.slick-dots {
    text-align: center;
    margin-top: 30px
}

.about-page .abt-3 .abt-3-box ul.slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    padding: 0;
    background: #000;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: opacity .2s ease
}

.about-page .abt-3 .abt-3-box ul.slick-dots li button {
    display: none
}

.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
    border: 2px solid #000;
    background-color: #fff;
    margin: 2px;
    height: 12px;
    width: 12px
}

.about-page .abt-4 .grid-box .left {
    vertical-align: middle
}

.about-page .abt-4 .grid-box .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    background-color: var(--color);
    padding: 4rem;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1)
}

.about-page .abt-4 .grid-box .right .text {
    max-width: 820px
}

.about-page .abt-4 .grid-box .right .title h3 {
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color)
}

.about-page .abt-4 .grid-box .right .title {
    position: relative;
    margin-bottom: 35px
}

.about-page .abt-4 .grid-box .right .title:after {
    content: "";
    display: block;
    width: 110px;
    height: 8px;
    background-color: white
}

.about-page .abt-4 .grid-box .right .title h4 {
    font-size: 40px;;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-bottom: 10px
}

.about-page .abt-4 .grid-box .right .content p {
    font-size: 18px;
    line-height: 32px;
    color: white;
}

.about-page .abt-4 .grid-box .right ul {
    margin-top: 2.5rem
}

.about-page .abt-4 .grid-box .right ul li {
    margin-bottom: 1rem
}

.about-page .abt-4 .grid-box .right ul li .progress {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e
}

.about-page .abt-4 .grid-box .right ul li .progress .fl {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700
}

.about-page .abt-4 .grid-box .right ul li .line {
    display: inline-block;
    width: 100%;
    margin: 10px 0
}

.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #ebebeb
}

.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
    width: 70%
}

.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
    width: 90%
}

.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
    width: 60%
}

@media screen and (max-width: 992px) {
    .about-page .abt-1 .grid-box .left {
        width:100%
    }

    .about-page .abt-1 .grid-box .left .img img {
        width: 100%
    }

    .about-page .abt-1 .grid-box .right {
        width: 100%;
        margin-top: 30px
    }

    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 50%
    }

    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
        width: 100%
    }

    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
        width: 100%;
        margin-top: 40px
    }

    .about-page .abt-4 .grid-box .left {
        width: 100%
    }

    .about-page .abt-4 .grid-box .right {
        width: auto;
        margin: 15px
    }
}

@media screen and (max-width: 700px) {
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
        width:100%
    }

    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
        max-width: 100%
    }

    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
        width: 100%;
        margin-top: 30px
    }

    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 100%
    }

    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
        font-size: 20px;
        line-height: 36px
    }

    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
        font-size: 18px;
        line-height: 32px
    }

    .about-page .abt-3 .title {
        width: 100%
    }

    .about-page .abt-3 .bg-title {
        display: none
    }
}



.about-page .about-6 {
    background: url(/template/en/images/history-bg.jpg) no-repeat center;
    background-position: center bottom;
    padding: 60px 0 180px;
    overflow: hidden
}

.about-page .about-6 ul {
    margin-right: -40px;
    position: relative;
    z-index: 1
}

.about-page .about-6 ul:after {
    content: '';
    position: absolute;
    left: -50px;
    bottom: 30px;
    width: 100%;
    height: 16px;
    background: url(/template/en/images/history-line.png) no-repeat
}

.about-page .about-6 ul li {
    position: relative;
    padding-right: 40px;
    padding-left: 30px
}

.about-page .about-6 ul li h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3
}

.about-page .about-6 ul li .text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    min-height: 130px;
    max-height: 150px;
    overflow: auto
}

.about-page .about-6 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 197px;
    background: url(/template/en/images/history-arrow.png) no-repeat center
}

.about-page .about-6 .slick-list {
    padding: 60px 0
}

.about-page .about-6 .btn {
    margin-top: 30px
}

.about-page .about-6 .btn .more {
    color: var(--color)
}

.about-page .about-6 .btn .more:hover {
    color: #fff
}

.about-page .about-6 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
    background: #fff
}

.about-page .about-6 .slick-arrow:hover {
    background-color: #000
}

.about-page .about-6 .slick-prev {
    left: -80px;
    background: url(/template/en/images/bl.png) no-repeat center center var(--color)
}

.about-page .about-6 .slick-next {
    right: 0;
    background: url(/template/en/images/br.png) no-repeat center center var(--color)
}

@media screen and (max-width: 1450px) {
    .about-page .about-6 ul {
        margin-right:-50px
    }

    .about-page .about-6 ul li {
        padding-right: 50px
    }
}


.inner-page .m-page {
    text-align: center
}

.inner-page .m-page a,.inner-page .m-page span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 38px;
    width: 35px;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.inner-page .m-page a:before,.inner-page .m-page span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #cdcdcd
}

.inner-page .m-page a:after,.inner-page .m-page span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .m-page span:after,.inner-page .m-page a:hover:after {
    width: 100%
}

.inner-page .m-page a.prev:after,.inner-page .m-page a.next:after,.inner-page .m-page a.prev:before,.inner-page .m-page a.next:before {
    display: none
}

.inner-page .m-page a.prev:hover,.inner-page .m-page a.next:hover {
    color: var(--color)
}
