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

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

.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) {
    .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;
  left: 0;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 95px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 2;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 35px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .line {
  width: 3px;
  height: 40px;
  background-color: #bdbdbd;
  margin: 0 10px 0 15px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 3px;
  font-weight: normal;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 0 34px;
  background-color: var(--color);
  overflow: hidden;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white;
}
.more::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #000;
}
.more:hover::before {
  right: 0;
}
h2.h-title {
  font-size: 60px;
  line-height: 0.8;
  position: relative;
  z-index: 5;
  font-family: var(--font);
  text-transform: uppercase;
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_scale {
  display: block;
  overflow: hidden;
}
.img_scale img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main-color {
  background: var(--bgColor);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 95px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .content .box h2 {
  font-family: var(--font);
}
#banner .banner-content .bannerDots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .banner-content .bannerDots ul li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: transparent;
  border: 1px solid white;
  background-color: transparent;
  margin-bottom: 30px;
}
#banner .banner-content .bannerDots ul li:last-child {
  margin-bottom: 0;
}
#banner .banner-content .bannerDots ul li.slick-active {
  background-color: white;
}
#banner .banner-content .bannerDots ul li button {
  display: none;
}
#index-body .homepage-1 {
  padding: 105px 0 120px;
  position: relative;
}
#index-body .homepage-1 .bottom {
  margin-top: 40px;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -10px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 5px 10px;
}
#index-body .homepage-1 .bottom ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box .text {
  padding: 0 60px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box:hover .text {
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li .box:hover .img img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#index-body .homepage-2 {
  padding-bottom: 110px;
}
#index-body .homepage-2 .top .btn span.arrow {
  width: 55px;
  height: 55px;
  cursor: pointer;
  margin: 0 13px;
  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;
  border: 1px solid black;
  border-radius: 50%;
}
#index-body .homepage-2 .top .btn span.arrow:hover {
  color: white;
  background-color: #000;
}
#index-body .homepage-2 .top .btn span.arrow i {
  font-size: 30px;
}
#index-body .homepage-2 .bottom {
  margin-top: 55px;
}
#index-body .homepage-2 .bottom a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  height: 50px;
  display: block;
  border: 2px solid var(--color);
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 50px;
  margin: 60px auto 0;
}
#index-body .homepage-2 .bottom a.btn:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -20px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 15px;
}
#index-body .homepage-2 .bottom ul li .box a.img {
  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;
  height: 340px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 {
  padding: 100px 0 75px;
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 ul {
  margin-top: 70px;
}
#index-body .homepage-3 ul li h4 {
  color: var(--color);
}
#index-body .homepage-3 ul li h4 em {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
#index-body .homepage-3 ul li h4 span {
  font-size: 55px;
  font-weight: normal;
  line-height: 1;
}
#index-body .homepage-3 ul li p {
  font-size: 18px;
  font-weight: normal;
  color: white;
}
#index-body .homepage-4 {
  padding: 110px 0 145px;
}
#index-body .homepage-4 ul {
  margin-top: 50px;
}
#index-body .homepage-4 ul li .box {
  background-color: #f1f1f1;
  padding: 30px 25px;
  height: 415px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
}
#index-body .homepage-4 ul li .box .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: hue-rotate(130deg);
}
#index-body .homepage-4 ul li .box::before {
  background-color: var(--color);
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset:0;
  opacity: 0;
  transition: all 0.5s
}
#index-body .homepage-4 ul li .box:hover {
  color: white;
}
#index-body .homepage-4 ul li .box:hover::before {
   opacity: 1;
}
#index-body .homepage-4 ul li .box .con,
#index-body .homepage-4 ul li .box h4,
#index-body .homepage-4 ul li .box .icon{
  position: relative;
  z-index: 2;
}
#index-body .homepage-4 ul li .box:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-5 {
  padding: 0 0 125px;
}
#index-body .homepage-5 .bottom {
  position: relative;
  margin-top: 75px;
}
#index-body .homepage-5 .bottom ul li .box {
  width: 100%;
}
#index-body .homepage-5 .bottom ul li .box .img {
  position: relative;
}
#index-body .homepage-5 .bottom ul li .box .img .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 110px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}
#index-body .homepage-5 .bottom ul li .box .img .date .line {
  width: 65px;
  height: 2px;
  background-color: white;
  margin: 5px 0 10px;
}
#index-body .homepage-5 .bottom ul li .box .img .date span {
  font-size: 24px;
  font-family: var(--font);
}
#index-body .homepage-5 .bottom ul li .box .text {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  background-color: white;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 35px 30px 0;
  margin: -40px auto 0;
}
#index-body .homepage-5 .bottom ul li .box .text a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
#index-body .homepage-5 .bottom ul li .box .text a.btn:hover span {
  color: var(--color);
}
#index-body .homepage-5 .bottom ul li .box .text a.btn:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .homepage-5 .bottom ul li .box .text a.btn span {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .text a.btn img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer {
  background-color: #9F5EBD;
}
#footer .top {
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 15px 40px;
}
#footer .top ul li {
  padding-top: 25px;
}
#footer .top ul li h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
#footer .top ul li span {
  font-size: 16px;
}
#footer .top ul li #ewm canvas,
#footer .top ul li #ewm img {
  width: 145px;
  height: 145px;
  border: 8px solid white;
}
#footer .top ul li.link span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  border-color: white;
}
#footer .top ul li.logo {
  max-width: 280px;
  padding-top: 0;
}
#footer .top ul li.contact {
  max-width: 280px;
}
#footer .top ul li.contact span {
  margin-bottom: 5px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
}
#footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
#footer .bottom .box {
  height: 40px;
}
#footer .bottom .box span {
  font-size: 16px;
}
#footer .bottom .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
  opacity: 0.8;
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 48px;
    line-height: 1.2;
  }
  #index-body .homepage-3 ul li h4 em {
    font-size: 60px;
  }
}
@media screen and (max-width: 1450px) {
  #banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .homepage-3 ul li h4 em {
    font-size: 50px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-1,
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-2,
  #index-body .homepage-5 {
    padding-bottom: 85px;
  }
  #index-body .homepage-5 .bottom ul li .box .text {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  #index-body .homepage-5 .bottom {
    margin-top: 35px;
  }
  #footer .top ul li.link {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-3 .text {
    padding: 0;
    line-height: 1.8;
  }
  #index-body .homepage-3 ul li h4 span {
    font-size: 30px;
  }
  #index-body .homepage-3 ul li p {
    font-size: 14px;
  }
  #index-body .homepage-4 ul li .box h4 {
    font-size: 24px;
  }
  #footer .top ul li {
    padding-top: 0;
  }
  #footer .top ul li.contact,
  #footer .top ul li.logo {
    max-width: 220px;
  }
  #footer .bottom .box {
    height: auto;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .box span {
    text-align: center;
  }
  #footer .top ul li.logo{
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .top ul li.contact{
    width:50%;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  h2.h-title {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .homepage-1 .bottom ul li .box .text {
    padding: 0 25px;
  }
  #index-body .homepage-2 .btn {
    display: none;
  }
  #index-body .homepage-3 ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .homepage-4 ul li .box {
    height: 360px;
  }
  #index-body .homepage-4 ul li .box .con {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 20px;
  }
  #index-body .homepage-4 ul li .box .icon {
    max-width: 55px;
  }
  #index-body .homepage-5 .bottom ul li .box .text h4,
  #index-body .homepage-2 .bottom ul li .box h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content .content .box a.more {
    display: none;
  }
  #index-body .homepage-3 ul li h4 em {
    font-size: 40px;
  }
  #index-body .homepage-4 ul li .box .con {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  #index-body .homepage-5 .bottom ul li .box .text h4,
  #index-body .homepage-2 .bottom ul li .box h4 {
    font-size: 18px;
  }
  #footer .top ul li.contact,
  #footer .top ul li.logo {
    max-width: 100%;
  }
  #footer .top ul li.contact {
    margin: 30px 0;
  }
  #footer .top ul li.contact {
    width: 100%;
  }
}















.inner-banner {
  height: 500px;
  background-position: center center;
  background-size: cover;
  padding-top: 270px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inner-banner h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:before {
  content: "\f015";
  margin-right: 10px;
  color: white;
  font-family: "FontAwesome";
}
.inner-banner .mbx a:hover {
  color: white;
}
.inner-nav {
  border-bottom: 1.5px solid #222930;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}
.inner-nav .left {
  width: 28%;
  vertical-align: bottom;
  display: none;
}
.inner-nav .right {
  width: 100%;
  text-align: center;
  padding: 25px 0 20px;
  vertical-align: bottom;
}
.inner-nav .right ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .3s;
  border-left: 1px solid #e1e1e1;
}
.inner-nav .right ul li:first-child {
  margin-left: 0;
}
.inner-nav .right ul li:last-child{
  border-right: 1px solid #e1e1e1;
}
.inner-nav .right ul li:hover {
  opacity: 1;
}
.about-page h2 {
  display: block;
   font-weight: bold;
  font-size: 43px;
  line-height: 1.3;
}
.about-page .content,
.about-page .text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.about-page .about-1 {
  padding-top: 80px;
}
.about-page .about-1 .box .left {
  vertical-align: middle;
}
.about-page .about-1 .box .left .content {
  margin: 20px 0 80px;
}
.about-page .about-1 .box .left .list {
  padding: 50px 10%;
  text-align: center;
  width: 115%;
  margin-right: -15%;
  background: url(../images/about-img02.jpg) center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-1 .box .left .list ul li h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
.about-page .about-1 .box .left .list ul li h4 sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 18px;
}
.about-page .about-1 .box .left .list ul li p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-1 .box .right {
  padding-left: 3%;
  vertical-align: middle;
}
.about-page .about-1 .box .right .img {
  position: relative;
  display: block;
}
.about-page .about-1 .box .right .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .box .right .img .play img {
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .box .right .img .play span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}
.about-page .about-2 {
  padding: 90px 0;
}
.about-page .about-2 .left {
  width: 53%;
  vertical-align: middle;
}
.about-page .about-2 .right {
  width: 47%;
  vertical-align: middle;
  padding-left: 2%;
}
.about-page .about-2 .right .content p {
  padding-top: 30px;
}
.about-page .about-2 .right .content p:first-child {
  padding-top: 0;
}
.about-page .about-3 {
  padding: 110px 0;
  background: url(../images/about-img04.jpg) center center;
  /*background-size: cover;*/
  text-align: center;
  height: 350px;
  background-attachment: fixed;
}
.about-page .about-3 .play{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .play::before,
.about-page .about-3 .play::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-3 .play::before{
  -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-3 .list {
  padding: 90px 0 35px;
}
.about-page .about-3 .list ul {
  margin: 0 -15px;
  position: relative;
}
.about-page .about-3 .list ul:after {
  content: '';
  width: 200%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  left: -25%;
  top: 52px;
  position: absolute;
}
.about-page .about-3 .list ul li {
  padding: 0 15px;
}
.about-page .about-3 .list ul li h5 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.about-page .about-3 .list ul li .content {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.about-page .about-3 .list ul li .content:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: white;
}
.about-page .about-3 .list ul .slick-dots:after {
  display: none;
}
.about-page .about-3 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  cursor: pointer;
}
.about-page .about-4 {
  padding: 60px 0 100px;
  overflow: hidden;
  background: #fff;
}
.about-page .about-4 .text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-4 .offerBox .swiper {
  padding: 85px 20px 0;
}
.about-page .about-4 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-4 .offerBox .swiper-slide:hover h4 {
  color: var(--color);
}
.about-page .about-4 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-4 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}

.about-page .about-4 .list {
  margin-top: 25px;
  position: relative;
}

.about-page .about-4 h2{
  color: #000;
}
.about-page .about-4 .text{
  color: #000;
}
.about-page .about-4 .list ul {
  margin: 0 -20px;
}
.about-page .about-4 .list ul li {
  padding: 0 20px;
}
.about-page .about-4 .list ul li .box {
  display: block;
  padding: 25px 15px 35px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .list ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  height: 72px;
}
.about-page .about-4 .list ul li .box h6 {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box .content {
  display: block;
  margin: 25px 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  height: 201.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa {
  font-weight: bold;
  font-size: 72px;
  max-height: 20px;
  display: block;
  color: var(--color);
  line-height: 1;
  margin-left: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa:after {
  content: '”';
}
.about-page .about-4 .list ul li .box:hover:after {
  background: #1e6ba1;
  opacity: .9;
}
.about-page .about-4 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li .box:hover h6,
.about-page .about-4 .list ul li .box:hover .content,
.about-page .about-4 .list ul li .box:hover i.fa {
  color: white;
}
.about-page .about-5 {
  padding-top: 55px;
  text-align: center;
  background: url("../images/about-5-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-5 .ui.container {
  max-width: 1400px;
}
.about-page .about-5 .text {
  margin-top: 20px;
}
.about-page .about-5 .box {
  position: relative;
}
.about-page .about-5 .list {
  padding: 40px 0 90px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list:after {
  content: '';
  width: 80%;
  height: 20px;
  left: 10%;
  border-radius: 100%;
  -o-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list ul li a {
  display: block;
  position: relative;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 1;
}
.about-page .about-5 .list ul li a img {
  width: 100%;
}
.about-page .about-5 .list ul li a:after,
.about-page .about-5 .list ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-image: inherit;
  background-size: 100% auto;
  opacity: .1;
  position: absolute;
  z-index: -1;
}
.about-page .about-5 .list ul li a:before {
  z-index: -2;
  background: #0f2131;
  opacity: 1;
}
.about-page .about-5 .list ul .slick-slide li {
  position: relative;
  left: 100%;
  z-index: 0;
  top: -50px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list ul .slick-slide.slick-active li {
  left: 50%;
  z-index: 1;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
  left: 0;
  z-index: 2;
  top: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li {
  left: -50%;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li {
  left: -100%;
  top: -50px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li a {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.about-page .about-5 .btn div {
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.about-page .about-5 .btn div img {
  width: 100%;
}
.about-page .about-5 .btn div.prev {
  left: 0;
}
.about-page .about-5 .btn div.next {
  right: 0;
}
.about-page .about-6 {
  padding: 90px 0;
  text-align: center;
  background: #091118;
}
.about-page .about-6 .text {
  margin-top: 15px;
}
.about-page .about-6 .btn {
  margin-top: 30px;
}
.about-page .about-6 .btn a {
  display: inline-block;
  margin: 0 45px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  min-width: 250px;
  border: 1px solid #53595e;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list {
  margin-top: 80px;
}
.about-page .about-6 .list ul li {
  padding: 0 15px;
}
.about-page .about-6 .list ul li a {
  display: block;
}
.about-page .about-6 .list ul li a img {
  width: 100%;
}
.about-page .about-6 .list ul .slick-dots {
  margin-top: 50px;
}
.about-page .about-6 .list ul .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #343434;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.about-page .about-6 .list ul .slick-dots li button {
  display: none;
}
.about-page .about-6 .list ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-factory{
  background: #f8f8f8;
  padding: 80px 0;
}
.about-page .about-factory .h3{
  margin-bottom: 30px;
}
.about-page .about-factory ul{
  margin: -15px;
}
.about-page .about-factory ul li{
  padding: 15px;
}
.about-page .about-7 {
    padding: 80px 0 120px;
}
.about-page .about-7 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about-page .about-7 .right {
    width: 60%;
    vertical-align: middle;
}
.about-page .about-7 .left span.h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.about-page .about-7 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about-page .about-7 .right ul {
    margin: -25px;
}
.about-page .about-7 .right ul li {
    padding: 25px;
}
.about-page .about-7 .right ul li img {
    width: 100%;
}
.about-page .about-7 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.faq-page .faqBox {
  padding: 80px 0 200px;
}
.faq-page .faqBox ul li {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 15px;
}
.faq-page .faqBox ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.faq-page .faqBox ul li .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #ccc dashed;
}
.faq-page .faqBox ul li:last-child {
  margin-bottom: 0;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1650px) {
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .inner-banner h2 {
    font-size: 40px;
    line-height: 1.6;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-nav .right ul li {
    font-size: 20px;
  }
  .inner-nav .right {
    padding: 18px 0;
  }
  .inner-nav .left h2 {
    font-size: 40px;
    padding: 30px 15px;
  }
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 40px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 5%;
  }
  .about-page .about-3 .list ul li .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 60px;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 100%;
  }
  .about-page .about-4 .list ul li .box h6 {
    font-size: 20px;
  }
  .about-page .about-4 .list ul li .box .content {
    font-size: 16px;
    height: 176.4px;
  }
  .about-page .about-6 .btn a {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0 25px;
  }
  .faq-page .faqBox{
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    padding-top: 160px;
    height: 360px;
  }
  .inner-nav .left h2 {
    font-size: 32px;
  }
  .inner-nav .right ul li {
    margin-left: 30px;
  }
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 32px;
  }
  .about-page .about-1 .box .left .content {
    margin: 20px 0 40px;
  }
  .about-page .about-1 .box .right .img .play img {
    max-width: 70px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 18px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-3 .list {
    padding: 60px 0 20px;
  }
  .about-page .about-4 .text {
    margin-top: 5px;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-6 .btn a {
    font-size: 20px;
  }
  .about-page .about-6 .list {
    margin-top: 50px;
  }
  .font-48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner h2 {
    font-size: 32px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }
  .inner-nav .right ul li {
    font-size: 18px;
  }
  .inner-nav .left h2 {
    font-size: 28px;
    padding: 25px 10px;
  }
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 30px;
  }
  .about-page .content,
  .about-page .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box .left .content {
    margin: 10px 0 20px;
  }
  .about-page .about-2 .right .content p {
    padding-top: 10px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-5 .btn div {
    max-width: 40px;
  }
  .about-page .about-5 .list {
    padding: 30px 0 50px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .list ul .slick-dots {
    margin-top: 30px;
  }
  .about-page .about-6 .list ul .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .font-48 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
   .inner-banner h2 {
    font-size: 28px;
  }
   .inner-nav {
    display: none;
  }
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .left .list {
    width: 100%;
    margin-right: 0;
  }
  .about-page h2 br {
    display: none;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-2 {
    padding: 30px 0;
  }
  .about-page .about-3 .list {
    padding: 30px 0 10px;
  }
  .about-page .about-4 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-4 .list ul {
    margin: -10px;
  }
  .about-page .about-6 .btn a {
    min-width: 200px;
  }
  .about-page .about-7 .left{
    margin-bottom: 60px;
  }
  .about-page .about-7 .left,.about-page .about-7 .right{
    width: 100%;
    padding: 0;
  }
  .faq-page .faqBox{
    padding: 60px 0 100px;
  }
  .faq-page .faqBox ul li h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faqBox ul li .content {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .offerBox .swiper{
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }
  .about-page h2 {
    font-size: 24px;
  }
  .about-page .about-1 .box .left .list ul li {
    width: 33.333%;
  }
  .about-page .about-1 .box .left .list ul li h4 sub {
    font-size: 14px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-3 .list ul li .content:after {
    width: 18px;
    height: 18px;
    top: -24px;
  }
  .about-page .about-3 .list ul li .content {
    margin-top: 30px;
  }
  .about-page .about-3 .list ul:after {
    top: 38px;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 44px;
  }
  .about-page .about-4 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list ul li .box .content {
    height: auto;
    margin: 15px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 0 30px;
  }
  .about-page .about-6 .btn a {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    min-width: 160px;
  }
  .about-page .about-6 .list ul .slick-dots {
    display: none !important;
  }
  .about-page .about-6 .text {
    padding: 0 15px;
  }
  .faq-page .faqBox{
    padding: 40px 0 70px;
  }
   .font-48 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .about-page .about-4 .offerBox .swiper{
   padding: 0;
 }
 .about-page h2{
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 22px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-6 .btn a{
    margin: 0 6px;
    min-width: 140px;
    font-size: 16px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 0;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 15%;
  }
  .about-page .about-5 .list ul .slick-slide div li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    left: 0 !important;
  }
  .faq-page .faqBox ul li h4 {
    line-height: 1.8;
  }
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
    padding-bottom: 120px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  padding-bottom: 120px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li i{
  cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li{
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li a{
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li: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-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}
.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
  background-color: var(--color);
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
}
.newdet-content .category {
  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;
  margin-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.3;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  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;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .list.newsList ul li{
    padding: 15px;
  }
  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }
  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .newdet-content{
    padding-right: 0;
  }
  .newdet-content .content{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}
.contact-page {
  padding-top: 138px;
}
.contact-page .title {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
}
.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid black;
  height: 63px;
  margin-bottom: 30px;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 20px;
  padding: 25px 20px;
}
.contact-page .contact-1 form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  width: 50%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 100%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .title{
    font-size: 34px
  }
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px){
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
}
.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color);
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
.font-45 {
  font-size: 45px;
  margin-top: 16px;
}
.i-title {
  line-height: 1.45;
}
@media screen and (max-width: 700px) {
  .inner-banner h2{
    display: none;
  }
  .inner-banner .mbx{
    margin-top: 0;
  }
  .inner-banner .mbx{
    font-size: 14px;
    line-height: 2;
  }
}

.tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0
}

.tab-list {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative
}

.tab-list:last-child {
    border-right: 1px solid #e1e1e1
}

.tab-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(.47,-.01,.09,1.08) .6s
}

.tab-list:hover,.tab-list.active {
    background: var(--color);
    color: #fff
}

.tab-list:hover p,.tab-list.active p {
    transform: translateY(-60px)
}

.tab-list:hover i,.tab-list.active i {
    transform: translateY(-60px)
}

.tab-list:hover:after,.tab-list.active:after {
    width: 100%
}

.tab-list.this p {
    transform: translateY(-60px)
}

.tab-list.this i {
    transform: translateY(-60px)
}

.tab-list.this:after {
    width: 100%;
    right: auto;
    left: 0
}

.tab-list .effect {
    overflow: hidden
}

.tab-list i {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: transform ease .5s;
    -ms-transition: transform ease .5s;
    -o-transition: transform ease .5s;
    -webkit-transition: transform ease .5s;
    -moz-transition: transform ease .5s
}

.tab-list:nth-child(1) i:after {
    background: url(/template/en/images/tab-icon-c.png) no-repeat center
}

.tab-list:nth-child(2) i:after {
    background: url(/template/en/images/tab-icon3-c.png) no-repeat center
}

.tab-list:nth-child(3) i:after {
    background: url(/template/en/images/tab-icon4-c.png) no-repeat center
}

.tab-list:nth-child(4) i:after {
    background: url(/template/en/images/tab-icon2-c.png) no-repeat center
}

.tab-list i:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    transform: translateY(60px)
}

.tab-list p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative
}

.tab-list p:after {
    content: attr(data-hover);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    transform: translateY(60px)
}

.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 16px;
  line-height: 30px;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: var(--color);
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
@media screen and (max-width: 1250px) {
  .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none !important;
  }
  .hose-page .hose-2 .h2{
    position: relative !important;
    left: 0 !important;
    bottom: unset !important;
  }
  .e-con-inner{
    flex-direction: column-reverse;
  }
  .elementor-widget-rebuilto-scroll-timeline .timeline-line,
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
    left: 30px;
    transform: none;
  }
}
.hose-page .hose-1 {
  padding-top: 160px;
}
.hose-page .hose-1 .left {
  width: 30%;
  padding-top: 20px;
}
.hose-page .hose-1 .right {
  width: 70%;
}
.hose-page .hose-1 .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
  margin-top: 45px;
}
.hose-page .hose-2 {
  padding-top: 90px;
}
.hose-page .hose-2 .h2 {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  left: 43px;
  bottom: -22px;
  z-index: 11;
}
.hose-page .hose-3 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
  margin-top: 10px;
}
.hose-page .hose-4 .left {
  vertical-align: middle;
}
.hose-page .hose-4 .right {
  padding: 0 260px 0 130px;
  vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
  margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 112px;
  padding-top: 60px;
  padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
  font-size: 20px;
  line-height: 34px;
  color: #5e5e5e;
  margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
  border-top: none;
}
.hose-page .hose-4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
  background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
  background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
  background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
  background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
  background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
  padding-top: 110px;
}
.hose-page .hose-5 .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
  padding-top: 20px;
  margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
  border-color: white;
  color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
  background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
  padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
  position: relative;
}
.hose-page .hose-5 ul li .content {
  position: absolute;
  left: 0;
  top: 53%;
  width: 35%;
  border-bottom: 3px solid var(--color);
  background: white;
  padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
  color: black;
}
.hose-page .hose-5 ul .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
  width: 50%;
  margin: 0 10px;
  height: 1px;
  background: #acacac;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 5px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
  background: var(--color);
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
  opacity: 1;
}
.hose-page .hose-6 {
  padding: 120px 0;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 15px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-right: 310px;
  position: relative;
}
.hose-page .hose-6 .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
@media screen and (max-width: 1230px) {
    .tab {
        display:none
    }
}

@media screen and (max-width: 1600px) {
  .hose-page .hose-4 .right{
    padding: 0 50px;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 31px;
  }
}
@media screen and (max-width: 1400px) {
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .hose-page .hose-4 .left,
  .hose-page .hose-3 .left{
    width: 100%;
  }
  .hose-page .hose-3 .right{
    width: 100%;
  }
  .hose-page .hose-4 .right{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-5 .top .more_btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .hose-page .hose-5 ul li .content{
    width: 45%;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 24px;
    line-height: 1.2;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .hose-page .hose-6{
    background: white;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .hose-page .hose-2 .h2{
    font-size: 30px;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hose-page .hose-5 ul li .content{
    position: relative;
    width: 100%;
  }
  .hose-page .hose-5 .top .more_btn{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
}




.product-page {
    padding: 70px 0 0;
}

.product-page .product-list ul {
    margin: -10px
}

.product-page .product-list ul li {
    padding: 10px
}

.product-page .product-list ul li .box {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .product-list ul li .box a.img-box {
    display: block;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 25%);
    margin-bottom: 40px
}

.product-page .product-list ul li .box a.img-box img {
    width: auto;
    display: block;
    margin: 0 auto
}

.product-page .product-list ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center
}

.product-page .product-list ul li .box .content h3 {
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 30px;
    text-align: center;
}

.product-page .product-list ul li .box .content h3:hover {
    color: var(--color)
}

.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
}

.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #aaa;
    line-height: 20px;
    font-family: Poppins;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.product-page .product-list ul li .box .content a.more {
   display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    height: 40px;
    padding: 2px 25px;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
    margin-top: 19px;
}

.product-page .product-list ul li .box .content a.more i {
    margin-left: 5px
}

.product-page .product-list ul li .box .content a.more:hover {
    color: #000;
    background: var(--color)
}

.prodet-page {
    padding: 0
}

.prodet-page .product-box .prodet-1 .left {
    width: 60%
}

.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #292929;
    text-align: center
}

.prodet-page .product-box .prodet-1 .left a img {
    width: auto;
    margin: 0 auto;
    display: block
}

.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0
}

.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px
}

.prodet-page .product-box .prodet-1 .left ul li i,.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important
}

.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("/template/en/images/banner-btn-l.png");
    left: 10px
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("/template/en/images/banner-btn-r.png");
    right: 10px
}

.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 40%
}

.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px
}

.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0
}

.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "POPPINS-REGULAR"
}

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

.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color)
}

.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    font-family: "POPPINS-MEDIUM";
    color: var(--color);
    display: block
}

.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: var(--color);
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 10px
}

.prodet-page .product-box .prodet-2 {
    padding: 30px 0
}

.prodet-page .product-box .prodet-2 .options ul {
    background: #333
}

.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand
}

.prodet-page .product-box .prodet-2 .options ul li:hover,.prodet-page .product-box .prodet-2 .options ul li.active {
    color: #fff;
    background: var(--color)
}

.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px
}

.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0
}

.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0
}

.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #333;
    font-size: 14px
}

.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #333
}

.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px
}

.prodet-page .product-box .prodet-3 ul {
    margin: -10px
}

.prodet-page .product-box .prodet-3 ul li {
    padding: 10px
}

.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    border: 1px solid #333
}

.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
    text-align: center;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 25%);
    margin-bottom: 40px
}

.prodet-page .product-box .prodet-3 ul li .box a.img-box img {
    width: auto;
    display: block;
    margin: 0 auto
}

.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center
}

.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color)
}

.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: var(--color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: 700
}

.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #aaa;
    line-height: 20px;
    font-family: Poppins;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color)
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: #fff;
    background: var(--color)
}
.prodet-page .prodet-news-1 {
    background: #f7f7f7;
    padding: 40px 0;
}

.prodet-page .prodet-news-1 .right {
    width: 20%;
    padding: 0 3%;
    vertical-align: middle
}

.prodet-page .prodet-news-1 .left {
    width: 80%;
    border-right: 1px solid #484848;
    position: relative;
    vertical-align: middle
}

.prodet-page .prodet-news-1 .left span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    color: #e0e0e0
}

.prodet-page .prodet-news-1 .left span img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.prodet-page .prodet-news-1 .right ul {
    margin: -15px;
    text-align: center
}

.prodet-page .prodet-news-1 .right ul li {
    padding: 15px
}

.prodet-page .prodet-news-1 .right ul li img {
    border-bottom: 3px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #dbdbdb;
    cursor: pointer;
    cursor: hand
}

.prodet-page .prodet-news-1 .right ul li img:hover,.prodet-page .prodet-news-1 .right ul .slick-current li img {
    border-color: #9F5EBD;
}

.prodet-page .prodet-news-1 .right .slick-arrow {
    display: block;
    border: none;
    background: 0 0;
    font-size: 0;
    color: transparent;
    margin: 0 auto
}

.prodet-page .prodet-news-1 .right .slick-arrow:after {
    content: '';
    color: #cdcdcd;
    font-family: "FontAwesome";
    font-size: 18px;
    cursor: pointer;
    cursor: hand
}

.prodet-page .prodet-news-1 .right .slick-arrow.slick-prev:after {
    content: "\f0d8"
}

.prodet-page .prodet-news-1 .right .slick-arrow.slick-next:after {
    content: "\f0d7"
}

.prodet-page .prodet-news-2 {
    padding-top: 40px
}

.prodet-page .prodet-news-2 h1 {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    line-height: 2
}

.prodet-page .prodet-news-2 h1:before {
    content: '';
    width: 90px;
    height: 5px;
    display: block;
    background: #9F5EBD;
    margin-bottom: 20px
}

.prodet-page .prodet-news-2 .content {
    margin: 30px 0 45px;
    font-size: 16px;
    line-height: 2
}

.prodet-page .prodet-news-2 .content2 {
    font-size: 21px;
}

.prodet-page .prodet-news-2 .content hr {
    border: none;
    height: 1px;
    width: 100%;
    display: block;
    background: #6a6a6a;
    margin: 35px 0
}

.prodet-page .prodet-news-2 .content table {
    border: none
}

.prodet-page .prodet-news-2 .content table tbody {
    table-layout: fixed;
    width: auto !important
}

.prodet-page .prodet-news-2 .content table td {
    vertical-align: top
}

.prodet-page .prodet-news-2 .content table tr {
    background: 0 0 !important
}

.prodet-page h2.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2
}



.prodet-page .prodet-news-2 .share {
    margin-top: 25px
}

.prodet-page .prodet-news-2 .share ul li {
    width: auto;
    font-size: 18px;
    margin-right: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-news-2 .share ul li:hover {
    color: var(--color)
}

.prodet-page .prodet-news-3 {
    padding-top: 60px
}

.prodet-page .prodet-news-3 .list {
    margin-top: 20px;
    padding: 20px 0 30px
}

.prodet-page .prodet-news-3 .list ul li {
    padding: 10px;
    text-align: center
}
.prodet-page .prodet-news-3 .list ul li img{
  border: 1px solid rgba(0, 0, 0, 0.2);

}
.prodet-page .prodet-news-3 .list ul li h4 {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 2
}

.prodet-page .prodet-news-3 .list ul li h4 small {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px
}

.prodet-page .prodet-news-3 .list .slick-arrow {
    display: block;
    border: none;
    background: 0 0;
    font-size: 0;
    color: transparent;
    margin: 0 auto;
    position: absolute;
    top: 48%;
    z-index: 1
}

.prodet-page .prodet-news-3 .list .slick-arrow:after {
    content: '';
    color: #cdcdcd;
    font-family: "FontAwesome";
    font-size: 22px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.cloudzoom-blank,.cloudzoom-zoom-inside {
    z-index: 2;
    background: #000;
    cursor: crosshair
}

.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev {
    left: 0
}

.prodet-page .prodet-news-3 .list .slick-arrow.slick-next {
    right: 0
}

.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev:after {
    content: "\f0d9"
}

.prodet-page .prodet-news-3 .list .slick-arrow.slick-next:after {
    content: "\f0da"
}
.prodet-page .prodet-news-3 .list .slick-arrow:hover:after {
    color: var(--color)
}

.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    padding-right: 15px;
    position: sticky;
    top: 100px;
    z-index: 1
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    /*background: #181818*/
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
    position: relative
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    background: #dfdfdf;
    border-left: 4px solid #9F5EBD;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
    float: right;
    font-size: 20px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    padding: 15px;
    background: #333;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    z-index: 2;
    width: 100%;
    max-height: 500px;
    overflow: auto
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>ul {
    display: block
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #181818;
    border-color: #d7d7d7
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>a,.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active>a {
   background: #9F5EBD none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #a9a9a9;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: var(--color) none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit
}

.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px;
    background: url("/template/en/images/sidebar-info.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    z-index: -1;
    opacity: .83
}

.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px
}

.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 1.5rem
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--color);
    color: #000;
    background: var(--color) none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: 0 0;
    color: #fff
}

.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    padding-left: 15px
}

.inner-page .sidebar-box .sidebar-right .aaaa {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px
}

.inner-page .form ul {
    margin: -5px
}

.inner-page .form ul li {
    padding: 15px
}

.inner-page .form ul li.wid-100 {
    width: 100%
}

.inner-page .form ul li input,.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: black;
}

.inner-page .form ul li input::-webkit-input-placeholder,.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #000
}

.inner-page .form ul li input:-moz-placeholder,.inner-page .form ul li textarea:-moz-placeholder {
    color: #000
}

.inner-page .form ul li input::-moz-placeholder,.inner-page .form ul li textarea::-moz-placeholder {
    color: #000
}

.inner-page .form ul li input:-ms-input-placeholder,.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #000
}

.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical
}

.inner-page .form ul li input[type=submit] {
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
}

.inner-page .form ul li input[type=submit]:hover {
    background: #000;
}
@media screen and (max-width: 1250px) {
   .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding:15px
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px
    }

    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0
    }

    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%
    }

    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }


    .product-page .product-list ul li {
        width: 50% !important
    }
    #innerMobileBanner~.inner-banner {
        display: block !important;
    }
    #innerMobileBanner {
        display: none;
    }
}

@media screen and (max-width: 1000px) {

    .product-page .product-list ul li {
        width: 33.333% !important
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0
    }
}


@media screen and (max-width: 700px) {

    .product-page .product-list ul li {
        width: 50% !important
    }

    .prodet-page .prodet-news-2 h1 {
        font-size: 24px
    }

    .prodet-page .prodet-news-2 .content2 {
        font-size: 14px
    }

    .prodet-page h2.title {
        font-size: 24px
    }

    .prodet-page .prodet-news-2 a.more {
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        font-size: 16px
    }
}

@media screen and (max-width: 500px) {

    .product-page .product-list ul li {
        width: 100% !important
    }

    .prodet-page .product-box .prodet-2 .options ul li {
        font-size: 13px;
        padding: 0 10px
    }

}



.news-page .news-1 {
    padding: 5rem 0 4rem
}

.news-page .news-1 .navList ul {
    margin: -10px -25px
}

.news-page .news-1 .navList ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px
}

.news-page .news-1 .navList ul li a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    font-weight: 500;
    font-size: 24px;
    /*color: #301500;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .navList ul li a:hover,.news-page .news-1 .navList ul li a.active {
    background: #9F5EBD;
    color: #fff;
    border-radius: 6px
}

.news-page .news-1 .list {
    margin-top: 15px
}

.news-page .news-1 .list ul {
    margin: -30px -13px
}

.news-page .news-1 .list ul li {
    padding: 30px 13px
}

.news-page .news-1 .list ul li .box {
    padding: 20px;
    border-radius: 15px;
    -o-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    box-shadow: 1px 2px 20px rgba(0,0,0,.07)
}

.news-page .news-1 .list ul li .box a.img-box {
    border-radius: inherit;
    height: 260px;
    position: relative;
    background-size: cover;
    display: block;
    background-position: center center
}

.news-page .news-1 .list ul li .box time {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #a0a0a0;
    display: block
}

.news-page .news-1 .list ul li .box time img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -.3em
}

.news-page .news-1 .list ul li .box h6 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .box h6:hover {
    color: #111
}

.news-page .news-1 .list ul li .box p {
    font-size: 18px;
    line-height: 32px;
    color: #a0a0a0;
}

.news-page .news-1 .list ul li .box a.link {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #111
}

.news-page .news-1 .list ul li .box a.link img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    left: 0
}

.news-page .news-1 .list ul li .box a.link:hover img {
    left: 10px
}

.newdet-page {
    padding-bottom: 5rem
}

.newdet-page .newdet-1 {
    padding: 4rem 0 0;
}

.newdet-page .newdet-1 h1 {
    font-size: 36px;
    /*color: #301500;*/
    font-weight: 700;
    line-height: 1.4
}

.newdet-page .newdet-1 time {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #a0a0a0;
    line-height: 36px;
    margin-top: 20px
}

.newdet-page .newdet-1 .text {
    margin: 40px 0 30px;
    padding: 0 0 40px;
    text-align: left;
    border-bottom: 1px #301500 dotted;
    font-size: 18px;
    line-height: 32px
}

.newdet-page .newdet-1 .share {
    float: right;
    margin-top: 20px
}

.newdet-page .newdet-1 .share a {
    font-size: 20px;
    color: #301500;
    margin-left: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.newdet-page .newdet-1 .share a:hover {
    color: #111
}

.newdet-page .newdet-2 {
    padding-bottom: 4.25rem
}

.newdet-page .newdet-2 .productList {
    margin-top: 50px
}

@media screen and (max-width: 1700px) {
    .newdet-page .newdet-1 h1 {
        font-size:28px
    }

    .newdet-page .newdet-1 time {
        font-size: 18px
    }
    .newdet-page .newdet-1 .share {
        margin-top: 10px
    }

    .newdet-page .newdet-1 .share a {
        font-size: 16px
    }

    .newdet-page .newdet-1 {
        padding: 70px 0
    }

    .news-page .news-1 .navList ul li a {
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 20px
    }
}

@media screen and (max-width: 1500px) {

    .news-page .news-1 .list ul li .box a.link {
        font-size: 18px
    }

    .news-page .news-1 .list ul li .box h6 {
        font-size: 20px;
        line-height: 36px;
        min-height: 0em
    }
}

@media screen and (max-width: 1250px) {
    .news-page .news-1 .list ul li {
        padding:10px
    }

    .news-page .news-1 .list ul {
        margin: -10px
    }

    .news-page .news-1 .list ul li .box a.img-box {
        height: 200px
    }

    .news-page .news-1 .list ul li .box time {
        margin-top: 20px
    }
    .newdet-page .newdet-1 .share {
        margin-top: 10px;
        width: 100%;
        float: none;
        text-align: left;
    }
    .newdet-page .newdet-1 .share a:first-child{
      margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .news-page .news-1 .list ul li,.gallery-page .gallery-1 .list ul li {
        width:50%
    }

    .news-page .news-1 .navList {
        display: none
    }

    .news-page .news-1 .list {
        margin-top: 0
    }
}

@media screen and (max-width: 700px) {

    .newdet-page .newdet-1 .share {
        float: none;
        margin-bottom: 10px;
        text-align: left
    }

    .newdet-page .newdet-1 .share a:first-child {
        margin-left: 0
    }

    .news-page .news-1 .list ul li,.gallery-page .gallery-1 .list ul li {
        width: 100%
    }

    .newdet-page .newdet-1 {
        padding: 40px 0
    }

    .newdet-page .newdet-1 h1 {
        font-size: 24px;
        line-height: 44px;
        margin-top: 10px
    }
}