@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/CrimsonText-Regular.woff2') format('woff2'), url('../fonts/CrimsonText-Regular.ttf') format('truetype'), url('../fonts/CrimsonText-Regular.eot') format('embedded-opentype'), url('../fonts/CrimsonText-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/CrimsonText-Semibold.woff2') format('woff2'), url('../fonts/CrimsonText-Semibold.ttf') format('truetype'), url('../fonts/CrimsonText-Semibold.eot') format('embedded-opentype'), url('../fonts/CrimsonText-Semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #000;
  font-weight: normal;
  margin: 0 auto;
  background: url('../images/product_bg.jpg') no-repeat;
  background-size: auto;
}
.container {
  width: 1480px;
}
.max-container {
  width: 1850px;
  margin: 0 auto;
  padding: 0 15px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.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;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 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%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active,
#header.inner-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: white;
}
#header.active .nav .ui.menu .right .h-inquiry,
#header.inner-header .nav .ui.menu .right .h-inquiry {
  background: black;
  color: white;
}
#header.active .nav .ui.menu .right .h-inquiry img,
#header.inner-header .nav .ui.menu .right .h-inquiry img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 15px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 24px;
  margin-left: 45px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  right: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: fit-content;
  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 {
  margin-right: 35px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin: 0 15px 0 35px;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 160px;
  height: 45px;
  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: 35px;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu .right .h-inquiry img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu .right .h-inquiry span {
  font-size: 16px;
  margin-right: 15px;
  font-weight: 500;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 20px;
  font-weight: 500;
  margin: 0 8px 0 5px;
}
.language-box .zhuyu i {
  font-size: 18px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -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-left: 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: white;
  height: 45px;
  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 20px 0 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 35px;
  cursor: pointer;
}
.more:hover {
  color: white;
  background-color: black;
}
.more:hover::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.more:hover i {
  background-color: white;
  color: black;
}
.more.black {
  color: white;
  background-color: black;
}
.more.black::before {
  background-color: white;
}
.more.black i {
  background-color: white;
  color: black;
}
.more.black:hover {
  color: black;
  background-color: white;
}
.more.black:hover i {
  background-color: black;
  color: white;
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.more i {
  position: relative;
  z-index: 6;
  width: 35px;
  height: 35px;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: black;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 20px;
}
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: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: 500;
}
.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;
}
.txt-light {
  font-family: Arial;
}
.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.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(50.0%,-50%); scale(0.8);
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-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;
}
#banner ul li .content {
  position: absolute;
  top: 30%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner .banner-bot {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-left-radius: 25px;
  border-top-left-radius: 25px;
}
#banner .banner-bot .banner-dots ul {
  display: flex;
  align-items: center;
}
#banner .banner-bot .banner-dots ul li{
  width: 25px;
  height: 25px;
  border:2px solid white;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
}
#banner .banner-bot .banner-dots ul li:last-child{
  margin-left: 0;
}
#banner .banner-bot .banner-dots ul li.slick-active{
  background-color: white;
}
#banner .banner-bot .banner-dots ul li button{
  display:none;
}


#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  position: relative;
}
#index-body .homepage-1 .top {
  overflow: hidden;
}
#index-body .homepage-1 .top .swiper .swiper-wrapper{
  margin: 0 -23% 0 -5%;
}
#index-body .homepage-1 .top .swiper li {
  padding-top: 80px;
  width: 410px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#index-body .homepage-1 .top .swiper li .box a.img {
  height: 380px;
  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;
}
#index-body .homepage-1 .top .swiper li .box h4 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 110px;
  line-height: 0.8;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .top .swiper li.swiper-slide-active {
  width: 620px !important;
}
#index-body .homepage-1 .top .swiper li.swiper-slide-active .box h4 {
  opacity: 1;
}
#index-body .homepage-2 .top {
  height: 705px;
  position: relative;
}
#index-body .homepage-2 .top .max-container {
  position: absolute;
  height: 100%;
  right: 50%;
  bottom: -75px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  z-index: 10;
}
#index-body .homepage-2 .top .max-container .play_box a.play {
  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: 103px;
  height: 103px;
}
#index-body .homepage-2 .top .max-container .play_box a.play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url('../images/play_text.png');
  -webkit-animation: img_rotate 6s infinite linear;
  -moz-animation: img_rotate 6s infinite linear;
  animation: img_rotate 6s infinite linear;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .homepage-2 .bottom {
  padding: 70px 0 105px;
  background: url('../images/about_bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-2 .bottom h2 {
  font-size: 208px;
  line-height: 0.8;
}
#index-body .homepage-2 .bottom ul {
  margin: 115px -60px 0;
}
#index-body .homepage-2 .bottom ul li {
  width: 33.3333333%;
  padding: 0 60px;
  text-align: center;
}
#index-body .homepage-2 .bottom ul li h4 {
  font-size: 119px;
  font-weight: 600;
  line-height: 0.8;
}
#index-body .homepage-2 .bottom ul li h4 span {
  font-size: 22px;
}
#index-body .home_box {
  background: url('../images/home_box_bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 ul {
  margin: 0 -15px;
}
#index-body .homepage-3 ul li {
  padding: 5px 15px;
}
#index-body .homepage-3 ul li .box {
  position: relative;
}
#index-body .homepage-3 ul li .box > h4 {
  margin-top: 25px;
}
#index-body .homepage-3 ul li .box h4 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
#index-body .homepage-3 ul li .box a.img {
  position: relative;
  overflow: hidden;
  display: block;
}
#index-body .homepage-3 ul li .box a.img .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 ul li .box a.img .txt h4 {
  padding: 0 20px 12px;
  -webkit-transform: translateY(160px);
  -moz-transform: translateY(160px);
  -ms-transform: translateY(160px);
  transform: translateY(160px);
}
#index-body .homepage-3 ul li .box .text {
  position: absolute;
  bottom: -80px;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 ul li .box:hover a.img .txt {
  opacity: 1;
}
#index-body .homepage-3 ul li .box:hover a.img .txt h4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 ul li .box:hover .text {
  bottom: 0;
}
#index-body .homepage-3 ul li .box:hover > h4 {
  opacity: 0;
}
#index-body .homepage-4 .left {
  width: 57.3%;
}
#index-body .homepage-4 .left .img {
  width: -webkit-calc((100% - 30px)/2);
  width: -moz-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
}
#index-body .homepage-4 .left .img:last-child {
  margin-top: 250px;
}
#index-body .homepage-4 .right {
  height: -webkit-fill-available;
  position: relative;
  width: 42.7%;
}
#index-body .homepage-4 .right h2 {
  position: absolute;
  left: 110px;
  top: 65px;
  white-space: nowrap;
}
#index-body .homepage-4 .right ul {
  width: 540px;
}
#index-body .homepage-4 .right ul li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid white;
  cursor: pointer;
}
#index-body .homepage-4 .right ul li h4 {
  font-size: 20px;
  font-weight: 500;
  display: block;
}
#index-body .homepage-4 .right ul li .text h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
#index-body .homepage-4 .right ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
}
#index-body .homepage-5 .left {
  max-width: 300px;
}
#index-body .homepage-5 .left .text {
  margin-top: 215px;
}
#index-body .homepage-5 .right {
  width: 62%;
}
#index-body .homepage-5 .right .swiper {
  width: 100%;
}
#index-body .homepage-5 .right .swiper ul li.swiper-slide-active .box a.img {
  margin-bottom: 25px;
  height: 145px;
}
#index-body .homepage-5 .right .swiper ul li .box {
  overflow: hidden;
  height: 370px;
}
#index-body .homepage-5 .right .swiper ul li .box a.img {
  margin-bottom: 40px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 .right .swiper ul li .box .con {
  font-size: 14px;
}
#footer {
  background: url('../images/footer_bg.jpg') no-repeat;
  background-size: cover;
  color: white;
  padding-top: 100px;
}
#footer .top {
  position: relative;
  padding: 80px 0 90px;
  background-color: white;
}
#footer .top h2.h-title {
  color: black;
}
#footer .top form {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
#footer .top form ul {
  width: 100%;
  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;
  margin: 0 -5px;
}
#footer .top form ul li {
  padding: 0 5px;
  width: 180px;
}
#footer .top form ul li:nth-child(3) {
  width: -webkit-calc(100% - 180px * 2 - 160px);
  width: -moz-calc(100% - 180px * 2 - 160px);
  width: calc(100% - 180px * 2 - 160px);
}
#footer .top form ul li:last-child {
  width: 160px;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  height: 45px;
  border: none;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 0 15px;
}
#footer .top form ul li a.more {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .top form ul li input[type='submit'] {
  background: none;
  border: none;
}
#footer .center {
  padding: 85px 0 60px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
#footer .center ul li span {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
  display: block;
  font-weight: 300;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .center ul li #ewm canvas,
#footer .center ul li #ewm img {
  width: 115px;
  height: 115px;
  border: 5px solid white;
}
#footer .center ul li.contact {
  max-width: 285px;
}
#footer .center ul li.f-logo {
  margin-left: 15%;
}
#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;
}
#footer .bottom .box {
  padding: 30px 0 40px;
  border-top: 1px solid white;
}
#footer .bottom .box span {
  font-size: 16px;
  color: #5b5b5b;
  font-weight: 300;
}
#footer .bottom .box span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom .box span a:hover {
  color: white;
}
#footer .bottom .box span img {
  width: auto;
  height: 16px;
  margin-right: 10px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.4;
}
@media screen and (max-width: 1850px) {
  .max-container {
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  .max-container {
    width: 1400px;
  }
  #banner ul li .content {
    top: 24%;
  }
  #banner ul li .content .box {
    width: 70%;
  }
  #index-body .homepage-1 .top .swiper li .box h4 {
    font-size: 84px;
  }
  #index-body .homepage-1 .top {
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .top {
    height: 535px;
  }
  #index-body .homepage-2 .bottom h2 {
    font-size: 164px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1450px) {
  .max-container {
    width: 1200px;
  }
  #banner ul li .content .img {
    margin-left: 0;
  }
  #banner ul li .content .box {
    padding-bottom: 0;
  }
  #banner ul li .content .box h2 {
    font-size: 40px;
  }
  #index-body .homepage-1 .top .swiper {
    margin: 0 -15% 0 0;
  }
  #index-body .homepage-1 .top .swiper li.swiper-slide-active {
    width: 500px !important;
  }
  #index-body .homepage-1 .top .swiper li .box a.img {
    height: 310px;
  }
  #index-body .homepage-1 .top .swiper li .box h4 {
    font-size: 66px;
  }
  #index-body .homepage-1 .top .swiper li {
    padding-top: 50px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .bottom h2 {
    font-size: 144px;
  }
  #index-body .homepage-2 .bottom {
    padding: 120px 0 105px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 70px;
  }
  #index-body .homepage-2 .bottom .text {
    margin-left: 0;
    width: 40%;
  }
  #index-body .homepage-4 .right {
    padding-right: 30px;
  }
  #index-body .homepage-4 .right h2 {
    top: 35px;
  }
  #index-body .homepage-5 .right .swiper ul li .box {
    height: 320px;
  }
  #index-body .homepage-1 .top .swiper .swiper-wrapper {
    margin: 0 -10% 0 -5%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #index-body .homepage-1 .top {
    padding: 0 15px;
  }
  #index-body .homepage-1 .top .swiper {
    margin: 0;
  }
  #index-body .homepage-1 .top .swiper .swiper-wrapper {
    margin: 0;
  }
  .max-container {
    width: 970px;
  }
  #banner ul li .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    right: 0;
    top: 0;
    padding: 60px 15px 250px;
  }
  #index-body .homepage-1 .bottom .right {
    width: 40%;
  }
  #index-body .homepage-2 .bottom h2 {
    font-size: 100px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 60px;
  }
  #index-body .homepage-4 .right ul li .text .con {
    font-size: 14px;
    line-height: 1.6;
  }
  #index-body .homepage-4 .right ul li .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #index-body .homepage-4 .right h2 {
    top: 15px;
  }
  #index-body .homepage-5 .right .swiper ul li .box {
    height: 360px;
  }
  #index-body .homepage-5 .left .text {
    margin-top: 180px;
  }
  #footer .top form {
    max-width: 840px;
  }
}
@media screen and (max-width: 1000px) {
  .max-container {
    width: 700px;
  }
  #banner ul li .content .img {
    display: none;
  }
  #index-body .homepage-1 .top .swiper li .box h4 {
    font-size: 44px;
  }
  #index-body .homepage-1 .bottom .right {
    width: 100%;
  }
  #index-body .homepage-1 .top {
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .top .swiper li .box a.img {
    height: auto;
  }
  #index-body .homepage-1 .top .swiper li.swiper-slide-active,
  #index-body .homepage-1 .top .swiper li {
    width: calc(50% - 10px) !important;
  }
  #index-body .homepage-2 .top {
    height: 400px;
  }
  #index-body .homepage-2 .bottom .text {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 75px -25px 0;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 0 25px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 46px;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .right {
    padding-right: 0;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
  #index-body .homepage-4 .right h2 {
    top: 0;
    position: relative;
    white-space: normal;
    margin-bottom: 15px;
    right: 0;
    left: 0;
    width: 100%;
  }
  #index-body .homepage-4 .right ul {
    width: 100%;
  }
  #index-body .homepage-5 .left .text {
    margin-top: 30px;
  }
  #index-body .homepage-5 .left {
    width: 100%;
  }
  #index-body .homepage-5 .right {
    width: 100%;
  }
  #index-body .homepage-5 .right .swiper ul li .box {
    height: auto;
  }
  #index-body .homepage-5 .right .swiper ul li .box h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .right .swiper ul li.swiper-slide-active .box a.img {
    margin-bottom: 40px;
    height: auto;
  }
  #footer .top form ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .top form ul {
    margin: 0;
    display: block;
  }
  #footer .top form ul li {
    padding: 10px;
    width: 100%;
  }
  #footer .top form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .center ul li.link {
    display: none;
  }
  #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 img {
    margin-right: 0;
  }
  #banner ul li .content .box {
    width: 100%;
  }
  #index-body .homepage-1 .top .swiper li .box h4 {
    opacity: 1;
  }
  #index-body .homepage-1 .top .swiper li .box h4 {
    font-size: 30px;
    white-space: pre-wrap;
  }
  #index-body .homepage-1 .top .swiper .swiper-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .max-container {
    width: 100%;
  }
  h2.h-title {
    font-size: 30px;
  }
  #banner ul li .content .box h2 {
    font-size: 24px;
  }
  #banner .banner-bot .box{
    width: 100%;
  }
  #banner .banner-bot .banner-dots{
    display: none;
  }
  #index-body .homepage-1 .top .swiper li.swiper-slide-active,
  #index-body .homepage-1 .top .swiper li {
    width: 100% !important;
  }
  #index-body .homepage-2 .top .max-container .play_box {
    margin: auto;
  }
  #index-body .homepage-2 .bottom h2 {
    font-size: 60px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 30px;
  }
  #index-body .homepage-2 .bottom {
    padding: 120px 0 55px;
  }
  #index-body .homepage-4 .left .img:last-child {
    margin-top: 120px;
  }
  #footer .center ul li.contact h3 {
    font-size: 18px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-bot img {
    display: none;
  }
  #banner .banner-bot ul {
    width: 100%;
  }
  #banner .banner-bot ul h4 {
    font-size: 16px;
  }
  #banner .banner-bot {
    height: 150px;
  }
  #banner ul li .content {
    padding: 60px 15px 200px;
  }
  #index-body .homepage-2 .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 40px -25px 0;
  }
  #footer .center ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .center ul li.logo {
    margin-bottom: 30px;
  }
}





.inner-banner {
  margin-top: 106px;
  min-height: 400px;
  padding: 10px 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .container{
  max-width: 1400px;
}
.inner-banner .container .catNmae {
  font-weight: bold;
  /*font-family: 'butler';*/
  color: #424242;
  line-height: 1.6;
}
.inner-banner .container .mbx {
  color: #666666;
  line-height: 2;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}

.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
.m-page a:hover,
.m-page span:hover {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.m-page .current {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}

.about-page .init-1 {
  overflow: hidden;
  position: relative;
}
.about-page .init-1 .sub {
  width: 1600px;
  height: 360px;
  position: absolute;
  top: 90px;
  left: -60px;
  background-position: left center;
}
.about-page .init-1 .container .content {
  position: relative;
  padding-left: 110px;
}
.about-page .init-1 .container .content .tipsTitle {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.about-page .init-1 .container .content .des {
  color: #666666;
  line-height: 30px;
}
.about-page .init-1 .container .listCont {
  width: 100%;
}
.about-page .init-1 .container .listCont ul {
  padding-top: 30px;
}
.about-page .init-1 .container .listCont ul li {
  padding: 0 30px;
  margin-top: 20px;
}
.about-page .init-1 .container .listCont ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-1 .container .listCont ul li .box .top {
  line-height: 1;
}
.about-page .init-1 .container .listCont ul li .box .top .num {
  text-transform: uppercase;
  font-weight: bold;
  /*font-family: 'butler';*/
  color: #000;
  position: relative;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub2 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub1 {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 1;
  color: #fff;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #e1e1e1;
}
.about-page .init-1 .container .listCont ul li .box .top .sub3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -10px;
}
.about-page .init-1 .container .listCont ul li .box .bottom {
  color: #7c7c7c;
  margin-top: 10px;
  line-height: 28px;
}
.about-page .init-1 .container .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-2 .container {
  max-width: 1510px;
}
.about-page .init-2 .container .left {
  width: 58%;
}
.about-page .init-2 .container .left .play {
  z-index: 3;
  width: 134px;
  height: 134px;
  position: absolute;
  top: -50px;
  left: -50px;
  cursor: pointer;
}
@-webkit-keyframes rotAni3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni3 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni3 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni3 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .init-2 .container .left .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.about-page .init-2 .container .left .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
.about-page .init-2 .container .left .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.about-page .init-2 .container .left .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 8px;
}
.about-page .init-2 .container .left .img {
  width: 100%;
}
.about-page .init-2 .container .left .cont {
  padding: 0 50px 0 20px;
}
.about-page .init-2 .container .left .cont .title {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.about-page .init-2 .container .left .cont .des {
  color: #666666;
  line-height: 1.8;
}
.about-page .init-2 .container .right {
  margin-top: 190px;
  width: 38%;
}
.about-page .init-2 .container .right .img {
  width: 100%;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
}
.about-page .init-3 .shadow {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.about-page .init-3 .container .left {
  width: 60%;
}
.about-page .init-3 .container .left img {
  max-width: 2000px;
  width: -webkit-calc(200%);
  width: -moz-calc(200%);
  width: calc(100% + 100px);
  position: relative;
  right: -100px;
}
.about-page .init-3 .container .right {
  width: 40%;
  padding: 40px 60px 30px 0;
  color: #000;
}
.about-page .init-3 .container .right .tipsTitle {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.about-page .init-4 .container .content {
  position: relative;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.about-page .init-4 .container .content img {
  display: block;
  margin: auto;
}
.about-page .init-4 .container .content .cont {
  max-width: 570px;
  margin: auto;
}
.about-page .init-4 .container .content .title {
  /*font-weight: bold;*/
  /*font-family: 'butler';*/
}
.about-page .init-4 .container .content .title2 {
  font-weight: bold;
  color: var(--color);
}
.about-page .init-4 .container .content .des {
  color: #a9a9a9;
  text-transform:uppercase;
  /*font-family: 'butler';*/
  font-style:italic;
}
.about-page .init-4 .container .content .slickBtn div {
  position: absolute;
  width: 28px;
  height: 20px;
  bottom: 10px;
  left: 110px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}
.about-page .init-4 .container .content .slickBtn div:hover {
  opacity: 1;
}
.about-page .init-4 .container .content .slickBtn .prev {
  right: 110px;
  left: unset;
}
.about-page .init-5 .container .titleC .left {
  max-width: 870px;
}
.about-page .init-5 .container .titleC .left .tipsTitle {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.about-page .init-5 .container .titleC .left .des {
  color: #666666;
  line-height: 1.8;
}
.about-page .init-6 {
  position: relative;
}
.about-page .init-6 .container {
  max-width: 1450px;
}
.about-page .init-6 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .container .content {
  padding: 120px 0;
}
.about-page .init-6 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-6 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  left: -60px;
  border: 2px solid #ededed;
  z-index: -1;
}
.about-page .init-6 .container .content .left .cont {
  background-color: #0000007d;
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-6 .container .content .left .tipsTitle {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.about-page .init-6 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .content {
    padding: 0;
  }
  .about-page .init-2 .container .left {
    width: 100%;
  }
  .about-page .init-2 .container .left .cont {
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 {
    padding: 20px 0;
  }
  .about-page .init-3 .shadow {
    width: 100%;
  }
  .about-page .init-3 .container .left {
    width: 100%;
  }
  .about-page .init-3 .container .left img {
    width: 100%;
    right: 0;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content .slickBtn {
    height: 40px;
  }
  .about-page .init-4 .container .content .slickBtn div {
    left: 0;
  }
  .about-page .init-4 .container .content .slickBtn .prev {
    right: 0;
  }
  .about-page .init-6 .container .img1 {
    width: 100%;
    right: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-6 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-6 .container .content .left {
    width: 100%;
  }
  .about-page .init-6 .container .content .left .sub {
    display: none;
  }
  .about-page .init-6 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-6 .container .content .right {
    width: 100%;
  }
}

.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-left: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-left: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 300;
  text-align: right;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3 sease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li .h6{
  font-weight: bold;
  /*font-family: 'butler';*/
  line-height: 1.8;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 3em .8em 2em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}
.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-2 .form form button i {
  font-size: 2em;
}
.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-2 .form form ul li {
  width: 100%;
}
.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-right: 1px solid #d2d2d2;
}
.faq-page .faq-2 .form form ul li:first-child input {
  border-right: none;
}
.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-right: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

.download-page {
  overflow: unset;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #cab64f;
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-page .download-2 .slickBtn div {
    top: 40%;
    right: 0;
}
.download-page .download-2 .slickBtn .next {
    right: unset;
    left: 0;
}
.download-page span.h2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    /*font-family: 'butler';*/
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
}
.download-page .download-3 .left .more{
  margin-top: 20px;
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}

.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 0 -37px -30px;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 0 37px 30px;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 25px 13px 0;
  font-size: 14px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 36px 13px 0;
  font-size: 14px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-right: 7.65%;
}
.contact-page .contact-1 .right .tipsTitle2{
  font-weight: bold;
  /*font-family: 'butler';*/
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  /*font-weight: 500;*/
  padding-right: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-right: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 36px 10px 0;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
  .contact-page .contact-1 .left form ul li{
    width: 100%;
  }
}


.service-page .service-1 {
  background-color: #f7f7f7;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  right: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-left: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list li {
  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;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  right: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-left: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-right: 2%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.service-page .service-1 .right .list ul li .box .img {
  width: 60%;
  height: 310px;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-right: -54%;
  width:87%;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
  color: #4e4e4e;
  line-height: 2;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.service-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 0px;
  background-color: #fff;
}
.service-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .center {
  margin-right: 8%;
  margin-left: 6%;
}
.service-page .service-2 .box .center span.h2 {
  margin-bottom: 1em;
  text-indent: -1.3em;
}
.service-page .service-2 .box .center a.link {
  font-weight: bold;
  line-height: 2;
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 5.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.service-page .service-2 .box .center .btn a {
  padding: .4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.service-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .service-page .service-2 .box .center {
    margin-left: 0;
  }
  .service-page .service-2 .box .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .service-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .service-page .service-2 .box .center span.h2 {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-2 .box .center {
    margin-right: 0;
  }
  .service-page .service-2 .box .left {
    display: none;
  }
  .service-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: !important 15px;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}



.environment-page {
  padding-bottom: 120px;
}
.environment-page .init-1 {
  margin-top: 100px;
}
.environment-page .init-1 .container img {
  width: 720px;
  display: block;
  margin: auto;
}
.environment-page .init-1 .container video{
  width: 720px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.environment-page .init-1 .container .des {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.6);
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  line-height: 1.2;
}
.environment-page .init-2 .container {
  width: 100%;
}
.environment-page .init-2 .container .list {
  padding: 50px 0;
  position: relative;
  margin-top: 180px;
}
.environment-page .init-2 .container .list .sub_div {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
}
.environment-page .init-2 .container .list .cont {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.environment-page .init-2 .container .list .cont .left {
  width: 48%;
}
.environment-page .init-2 .container .list .cont .left .top {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.environment-page .init-2 .container .list .cont .left .bottom {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
  line-height: 1.2;
}
.environment-page .init-2 .container .list .cont .right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.environment-page .init-2 .container .list .cont .right .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 53%;
}
.environment-page .init-2 .container .list .cont .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-2 .container .list .cont .right .sub_img {
  width: 47%;
}
.environment-page .init-2 .container .list:nth-child(2n) .sub_div {
  right: inherit;
  left: 0;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right > img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:hover .cont .right .img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.environment-page .init-3 {
  margin-top: 120px;
}
.environment-page .init-3 .container {
  width: 745px;
  max-width: 100%;
}
.environment-page .init-3 .container .list {
  margin-top: 20px;
}
.environment-page .init-3 .container .list .title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
.environment-page .init-3 .container .list .des {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 2;
}
.environment-page .init-4 {
  padding: 110px 0;
  background-color: #f5f5f5;
  margin-top: 140px;
}
.environment-page .init-4 .container .tip_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.environment-page .init-4 .container .swiper {
  margin-top: 80px;
}
.environment-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-5 {
  margin-top: 150px;
}
.environment-page .init-5 .container .swiper {
  width: 990px;
  max-width: 100%;
  margin: auto;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 160px;
  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;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  margin-top: 10px;
  color: #666666;
  line-height: 2;
}
@media (max-width: 1450px) {
 .environment-page .init-2 .container .list .cont {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .environment-page .init-2 .container .list .cont {
    width: 970px;
  }
  .news-page .ui.container,
  .contact-page .contact-1 .ui.container{
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .environment-page .init-2 .container .list .cont {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .news-page .list li{
    flex-direction: column;
  }
  .environment-page .init-1 .container img {
    width: 100%;
  }
  .environment-page .init-2 .container .list {
    background-color: #f5f5f5;
    padding: 30px 15px;
  }
  .environment-page .init-2 .container .list .cont {
    text-align: center;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left {
    margin-top: 20px;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .environment-page .init-2 .container .list .cont .right .sub_img {
    display: none;
  }
  .environment-page .init-2 .container .list .sub_div {
    display: none;
  }
  .environment-page .init-3 .container .list {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .environment-page {
    padding-bottom: 40px;
  }
  .environment-page .init-1 {
    margin-top: 40px;
  }
  .environment-page .init-1 .container .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }
  .environment-page .init-2 .container .list {
    margin-top: 40px;
  }
  .environment-page .init-2 .container .list .cont .right .img {
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left .top {
    font-size: 20px;
    margin-top: 20px;
  }
  .environment-page .init-3 {
    margin-top: 40px;
  }
  .environment-page .init-4 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .environment-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .environment-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .environment-page .init-5 {
    margin-top: 40px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 16px;
    line-height: 2;
  }
}


.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page.product2-page .sidebar-left {
    padding-left: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 26px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  /*font-family: 'Montserrat-Bold';*/
  FONT-WEIGHT: BOLD;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-left: 5rem;
  font-size: 14px;
  color: #555555;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: #20584f;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  font-size: 16px;
  FONT-WEIGHT: BOLD;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a{
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 14px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #20584f;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-left: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;

    margin-bottom: 0.8rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #20584f;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
 
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 6.5rem 4rem 5.5rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;

}

.product2-page .product-list ul li .pro-box h5 a{
  font-family: none;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-right: 1px solid #e7e7e7;
      width: 30%;
}
.inner-page .sidebar-content .sidebar-left {
    width: 28%;
}

@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }

  .news-page .sidebar-box .sidebar-left{
    display: none;
  }
}



.product2-page {
    padding: 5rem 0 5rem } .product2-page .product-list ul { display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem } .product2-page .product-list ul li { padding: 0 1rem;
    margin-bottom: 3.7rem
}

.product2-page .product-list ul li .img img {
    object-fit: cover;
    width: 100%;
    height:100%;
}

.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px } .product2-page .product-list ul li.wid-100 { width: 100% } .product2-page .product-list ul li .pro-box { -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.product2-page .product-list ul li .pro-box .imgbox {
    position: relative;
    width: 50%
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
    opacity: 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.product2-page .product-list ul li .pro-box:hover:after {
    bottom: 0;
    background: #46696b
}

.product2-page .product-list ul li .pro-box:after {
    content: none;
    width: 100%;
    bottom: -5px;
    left: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product2-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    padding: 2rem 0 0 } .product2-page .product-list ul li .pro-box .btm span.block { padding: 5px 0 } .product2-page .product-list ul li .pro-box .text .neirong { padding: 10px 0 0;
    max-height: 120px;
    overflow-y: overlay
}

.prodet-page .product-2 .content img {
    padding-bottom: 10px
}

.product2-page .product-list ul li .pro-box:hover {
    background: #f6f6f6;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product2-page .product-list ul li .pro-box h5:hover {
    color: #20584f
}

.product2-page .product-list ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.product2-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 2.5rem
}

.product2-page .product-list ul li .pro-box .text {
    padding: 0 20px;
    font-size: 15px;
    color: #757575;
    width: 50%
}

.product2-page .product-list ul li .pro-box .text p {
    position: relative;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400
}

.product2-page .product-list ul li .pro-box .btm {
    padding: 0 0 20px } .product2-page .product-list ul li .pro-box .text p:before { content: '';
    width: 16px;
    height: 16px;
    background: url("/template/en/images/icon-y.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 4px
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
    margin: -5px } .product2-page .product-list ul li .pro-box .btm .tupianji .item { padding: 5px } .product2-page .product-list ul li .pro-box .more { display: inline-block;
    padding: 12px 15px 12px 22px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product2-page .product-list ul li .pro-box .more:hover {
    background: #46696b
}

.product2-page .product-list ul li .pro-box .more i {
    margin-right: 1.2rem;
    font-size: 12px
}

.inner-page.product2-page p {
    /*font-weight: 700;*/
    color: #000;
    font-family: "Poppins";
    line-height: 1.8;
    /*text-transform: capitalize*/
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px } .product2-page .product-list ul li .pro-box .btm ul li { display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px } .product2-page .product-list ul li .pro-box .btm ul li .coloritem { width: 25px;
    height: 25px;
    display: block
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb
}

.product2-page .product-list ul li .pro-box h5 a {
    text-transform: uppercase
}

.inner-page .sidebar-content {
    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
}

.inner-page .sidebar-content .sidebar-nav {
    width: 20%
}

.inner-page .sidebar-content .sidebar-nav form {
    position: relative
}

.inner-page .sidebar-content .sidebar-nav form input[type=text] {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background: #f2f1ec;
    padding: 0 2.5rem;
    font-size: 1.8rem;
    color: #000;
    border: none
}

.inner-page .sidebar-content .sidebar-nav form input[type=submit] {
    width: 30px;
    height: 30px;
    background: url(/template/en/images/pro-search.png) no-repeat center center;
    left: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none
}

.inner-page .sidebar-content .sidebar-nav h2 {
    font-size: 2.4rem;
    line-height: 1;
    color: #000;
    text-align: right;
    margin: 3rem 0 2.5rem;
    font-weight: 700
}

.inner-page .sidebar-content .sidebar-nav p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
    padding-bottom: 40px;
    border-bottom: 1px solid #000
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-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;
    padding: 1rem 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    border-bottom: 0 solid #eeede7;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
    color: #46696b
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
    background: #46696b;
    color: #fff
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover:after {
    color: #46696b
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:after {
    position: absolute;
    content: none;
    font-family: "FontAwesome";
    font-size: 2rem;
    color: #bdc2c6;
    line-height: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
    display: inline-block;
    padding: 5px 1.2rem;
    border-radius: 5px;
    background: #eeede7;
    font-size: 2rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
    color: #46696b;
    border-bottom: 1px solid #000
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a:after {
    color: #46696b
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
    background: #46696b;
    color: #fff
}

.inner-page .sidebar-content .sidebar-nav .related {
    margin: 4rem 0 } .inner-page .sidebar-content .sidebar-nav .related-list { margin-bottom: 6rem } .inner-page .sidebar-content .sidebar-nav .related-list li { margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
    display: block;
    max-width: 102px;
    border-radius: 5px;
    overflow: hidden
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
    width: 100%
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content {
    padding-right: 1.5rem } .inner-page .sidebar-content .sidebar-nav .related-list li .content h4 { max-width: 230px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
    color: #46696b
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
    font-size: 14px;
    line-height: 1;
    color: #9a9a9a;
    margin-top: .5rem
}

.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
    margin-bottom: 0
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 5px;
    background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
    background-size: cover;
    text-align: center } .inner-page .sidebar-content .sidebar-nav .sidebar-info h5 { font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 3rem
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 14px;
    line-height: 2;
    color: #fff
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
    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;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 2.5rem 0 2.8rem } .inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img { margin-left: 2rem } .inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a { margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff
}

.inner-page .sidebar-content .sidebar-box {
    width: 70%
}

.inner-page .sidebar-content .sidebar-nav h2 {
    font-size: 20px;
    text-transform: capitalize
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
    display: none
}

.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
    margin-bottom: 20px
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
    font-size: 15px
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
    font-size: 12px
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
    width: 25% !important
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
    display: flex
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
    margin-bottom: 10px;
    text-transform: capitalize
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
    font-size: 20px;
    color: #000;
    line-height: 32px
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
    padding: 3px 0 } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol { padding-bottom: 5px !important } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li { margin-right: 15px;
    line-height: 2
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
    font-size: 15px;
    color: #555
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third {
    display: none
}

.prodet-page .product-2 h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700
}

.prodet-page .product-2 .content p {
    line-height: 1.8;
    font-size: 18px;
    padding: 5px 0 } .prodet-page .product-2 .content p strong { font-weight: 700 } .fangkuai { width: 12px;
    height: 12px;
    background: #20584f;
    margin-left: 10px } .product2-page .product-list ul li .text { background: #f7f7f7;
    margin-top: 0;
    padding: 10px } .inner-page.news-page.newdet-page .sidebar-box .sidebar-right { width: 70%;
    padding-right: 35px } .product2-page .product-list ul li .text .neirong p { font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300
}

.product2-page .product-list ul li .text h2 {
    font-weight: 700;
    text-transform: capitalize;
    text-align: center } .product2-page .product-list ul li .img img.yin { position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1
}

@media screen and (max-width: 1550px) {
    .prodet-page .prodet-1 .prodet-box .right .text {
        height:200px;
        padding-left: 10px;
        overflow: auto
    }
}

@media screen and (max-width: 1100px) {
  
    .prodet-page .prodet-1 .prodet-box .right .text {
        height:150px
    }

    #mask .mask-close {
        left: 3%;
        top: 3%
    }

    #mask .mask-inner .item {
        width: 100%
    }

    .prodet-page .prodet-1 .prodet-box .left .big .img {
        text-align: center } #mask .prodet-page { padding: 0 } .prodet-page .prodet-1 .prodet-box .right .pro-gallery img { max-width: 100% } .prodet-page .prodet-1 .prodet-box .right .share ul li { width: auto!important } .prodet-page .prodet-1 .prodet-box .right .share { display: none } .prodet-page .prodet-1 .prodet-box .right { margin-top: 0 } .about-page .honor .left { width: 100% } .about-page .honor .left h2 { font-size: 32px } .about-page .honor .right { width: 100%;
        margin-top: 40px
    }

    .about-page .about-3 .other-box .other-text h2 {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (max-width: 700px) {
    .about-page .ab-4 .content .slick-prev {
        right: 0
    }

    .about-page .ab-4 .content ul li {
        padding: 0 } .about-page .ab-4 .content .slick-next { right: 0 } } #mask { -webkit-backface-visibility: hidden;
  height: calc(100% - 160px);
  right: 50%;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 120px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateX(50.0%);
  width: calc(100% - 60px);
  z-index: 111;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  background: #fff;
  max-width: 1400px;
}

#mask.active {
  display: block !important
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#mask .mask-close {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
  color: #000;
  cursor: pointer;
  font-size: 18px
}
#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%; 
}
#mask .mask-inner .item{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#mask .prodet-page {
  padding: 80px 5rem;
  width: 100%;
  height: 80%;
}
.prodet-page .prodet-1 .prodet-box .left {
    width: 40%;
}

.prodet-page .prodet-1 .prodet-box .left .big {
    position: relative
}
.prodet-page .prodet-1 .prodet-box .left .big .img{
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.7rem;
    height: 10.1rem;
    border: none;
    color: transparent;
    z-index: 5
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
    background: url(/template/en/images/a-left.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
    background: url(/template/en/images/a-right.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0
}

.prodet-page .prodet-1 .prodet-box .left .big ul li img {
    width: 100%
}

.prodet-page .prodet-1 .prodet-box .left .big .btn {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 4.5rem;
    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
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: #20584f;
    border: 1px solid #20584f;
    background: #fff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
    background: #20584f;
    border: 1px solid #20584f;
    color: #fff
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: #20584f
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
    background: #20584f
}

.prodet-page .prodet-1 .prodet-box .right {
    width: 60%;
    padding-top: 25px;
    padding-right: 60px;
}

.prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 26px;
    line-height: 2;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: capitalize
}

.prodet-page .prodet-1 .prodet-box .right p {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    font-family: 'Montserrat-ExtraLight';
    font-weight: 300;
    text-transform: capitalize
}

.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 16px;
    line-height: 2;
    color: #000;
    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;
    font-family: 'Montserrat'
}

.prodet-page .prodet-1 .prodet-box .right .tit {
    padding-bottom: 1rem
}

.prodet-page .prodet-1 .prodet-box .right .tit h1 {
    margin-bottom: 2rem
}

.prodet-page .prodet-1 .prodet-box .right .text {
    padding-bottom: 1.8rem;
    max-height: 100px;
    overflow-y: auto;
    line-height: 2
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
    margin: 20px 0 } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add { padding: 10px } .prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 { margin-bottom: 2.8rem } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul { margin: 0 -1.3rem } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li { padding: 0 1.3rem } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a { display: block;
    overflow: hidden
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
    width: 100%
}

.prodet-page .prodet-1 .prodet-box .right .det h4 {
    margin-bottom: 1.5rem
}

.prodet-page .prodet-1 .prodet-box .right .det h4 img {
    max-width: 9px;
    margin-left: 12px } .prodet-page .prodet-1 .prodet-box .right .share { margin-top: 2.8rem;
    display: block
}

.prodet-page .prodet-1 .prodet-box .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000
}

.prodet-page .prodet-1 .prodet-box .right .share ul {
    display: inline-block;
    vertical-align: middle
}

.prodet-page .prodet-1 .prodet-box .right .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 1.5rem;
    color: #000;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .product-2 {
    padding-bottom: 6rem
}

.prodet-page .product-2 h4 {
    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;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 3rem
}

.prodet-page .product-2 h4 img {
    margin-left: 2rem } @media screen and (max-width: 1250px) { #mask{ top:70px;
  }
  .font-36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .right .text{
    height: auto;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0;
  }
  #mask .mask-inner .item{
    padding: 60px;
    display: block;
  }
  #mask .prodet-page{
    height: fit-content;
    padding: 0;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-top: 45px;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .prodet-box .right .text {
    max-height: unset;
    overflow: unset;
  }
  #mask .mask-inner .item {
    overflow-y: auto;
  }
  #mask .mask-close {
    left: 10px;
    top: 10px;
  }
  .font-36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
    #mask .mask-inner .item {
        padding: 60px 20px;
    }
}