@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: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook.woff2') format('woff2'), url('../fonts/BebasNeueBook.ttf') format('truetype'), url('../fonts/BebasNeueBook.eot') format('embedded-opentype'), url('../fonts/BebasNeueBook.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.eot') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff') format('woff');
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #dcb67e;
  --font: "BebasNeueBold";
  --bgColor: linear-gradient(to right, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.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;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
#qrcode i{
  color: white;
  font-size: 24px;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}

.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    [;letter-spacing: 0;]}

.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: #232428;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 110px;
}
#header.active .nav{
  height: 85px;
}
#header .nav .logo{
  transition: all 0.5s;
  width: 71px;
}
#header.active .nav .logo{
  width: 55px;
}
#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: 16px;
  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;
  color: #fff;
  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: 1;
  font-weight: 300;
  text-transform: uppercase;
}
#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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 12px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
}
#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: 95px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin: 0 15px;
}
#header .nav .ui.menu .right .h-search form {
  width: 145px;
  height: 35px;
  position: relative;
}
#header .nav .ui.menu .right .h-search form input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  border: none;
  padding-left: 13px;
  padding-right: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#dcb67e), color-stop(50%, #f3d19e), to(#d8b078));
  background: -webkit-linear-gradient(left, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  background: -moz-linear-gradient(left, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  background: linear-gradient(to right, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  color: white;
}
#header .nav .ui.menu .right .h-search form input[type='text']::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .right .h-search form input[type='submit'] {
  width: 19px;
  height: 19px;
  background: url('../images/search.png') no-repeat;
  border: none;
  position: absolute;
  right: 15px;
  top: 8px;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-inquiry i {
  font-size: 16px;
}
.language-box .zhuyu {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 300;
}
.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;
  padding-right: 30px;
}
.more::before {
  content: "";
  width: 70px;
  height: 45px;
  background: var(--bgColor);
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(340deg);
  -moz-transform: translateY(-50%) skewX(340deg);
  -ms-transform: translateY(-50%) skewX(340deg);
  transform: translateY(-50%) skewX(340deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover::before{
  width: 100%;
}
.more::after {
  content: "";
  width: 12px;
  height: 45px;
  background: var(--bgColor);
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(340deg);
  -moz-transform: translateY(-50%) skewX(340deg);
  -ms-transform: translateY(-50%) skewX(340deg);
  transform: translateY(-50%) skewX(340deg);
}
.more.white {
  color: white;
}
.more.white span {
  color: white;
}
.more.white::after,
.more.white::before {
  background: black;
}
.more i {
  font-size: 14px;
  margin-left: 15px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  color: #000;
}
.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;
  /*letter-spacing: 3px;*/
  color: #000;
}
span.tag {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 100px;
  line-height: 0.8;
  position: relative;
  z-index: 5;
  font-family: var(--font);
  text-transform: uppercase;
}
h2.h-title em {
  background: var(--bgColor);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 0.8;
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  background: var(--bgColor);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.txt-hover2 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover2:hover {
  color: white;
}
.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: 110px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .content .box h3 {
  font-family: 'BebasNeueBook';
  letter-spacing: 4px;
  position: relative;
}
#banner .banner-content .content .box h3::before {
  content: "";
  width: 520px;
  height: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#ddb780), color-stop(50%, #f3d19e), to(#dab47b));
  background: -webkit-linear-gradient(left, #ddb780 0%, #f3d19e 50%, #dab47b 100%);
  background: -moz-linear-gradient(left, #ddb780 0%, #f3d19e 50%, #dab47b 100%);
  background: linear-gradient(to right, #ddb780 0%, #f3d19e 50%, #dab47b 100%);
  position: absolute;
  bottom: 0;
  left: -12%;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  z-index: -1;
}
#banner .banner-content .content .box h2 {
  font-family: "BebasNeueBold";
  letter-spacing: 3px;
  margin: 5px 0 50px;
}
#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: 145px 0 130px;
  position: relative;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);         /* 从最左侧开始（用户可见） */
  }
  100% {
    transform: translateX(-100%);      /* 移动到 -50%，也就是只显示了复制前的那一半，然后循环 */
  }
}
#index-body .homepage-1 .pro_text{
  left: 0;
  top:38%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#index-body .homepage-1 .pro_text h2{
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 100px;
  animation: scroll-left 10s linear infinite;
  color: var(--color);
}
#index-body .homepage-1 .bottom {
  margin-top: 70px;
  position: relative;
}
#index-body .homepage-1 .bottom span.arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border:2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 10;
}
#index-body .homepage-1 .bottom span.arrow:hover{
  color: white;
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .homepage-1 .bottom span.arrow i{
  font-size: 22px;
}
#index-body .homepage-1 .bottom span.prev{
  left: 2.5%;
}
#index-body .homepage-1 .bottom span.next{
  right:2.5%;
}
#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 .box {
  padding: 25px 25px;
  height: 710px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box:hover {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  background-color: white;
}
#index-body .homepage-1 .bottom ul li .box:hover a.more {
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li .box .img{
  display: flex;
}
#index-body .homepage-1 .bottom ul li .box h4 {
  margin: 15px 0 15px;
  font-size: 20px;
  padding: 0 30px;
}
#index-body .homepage-1 .bottom ul li .box .con {
  margin-top: 20px;
}
#index-body .homepage-1 .bottom ul li .box a.more {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 55px auto 0;
}
#index-body .homepage-2 {
  padding: 60px 0 40px;
  background: #f9f9f9;
}
#index-body .homepage-2 .bottom {
  margin-top: 50px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -20px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 10px 20px;
}
#index-body .homepage-2 .bottom ul li .box {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-2 .bottom ul li .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding: 0 22px;
  font-size: 16px;
}
#index-body .homepage-2 .bottom .btn span.arrow {
  color: black;
  margin-top: 40px;
  cursor: pointer;
  margin: 0 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom .btn span.arrow:hover {
  color: var(--color);
}
#index-body .homepage-2 .bottom .btn span.arrow i {
  font-size: 36px;
}
#index-body .homepage-2 .bottom .btn span.arrow.prev {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .homepage-3 {
  padding: 140px 0 120px;
}
#index-body .homepage-3 .bottom {
  margin-top: 60px;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 0 25px 10px;
}
#index-body .homepage-3 .bottom ul li .box {
  position: relative;
}
#index-body .homepage-3 .bottom ul li .box .left {
  width: 86%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-3 .bottom ul li .box .left .img {
  position: relative;
}
#index-body .homepage-3 .bottom ul li .box .left .img .bg {
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 1px;
}
#index-body .homepage-3 .bottom ul li .box .left .title {
  height: 75px;
  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;
  padding: 0 40px;
  font-style: italic;
  font-size: 26px;
}
#index-body .homepage-3 .bottom ul li .box .right {
  padding: 30px 50px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  right: 0;
}
#index-body .homepage-3 .bottom ul li .box .right img{
  max-width: 260px;
}
@-webkit-keyframes ripple {
  0% {
    width: 79px;
    height: 79px;
    opacity: 1;
  }
  100% {
    width: 125px;
    height: 125px;
    opacity: 0;
  }
}
@-moz-keyframes ripple {
  0% {
    width: 79px;
    height: 79px;
    opacity: 1;
  }
  100% {
    width: 125px;
    height: 125px;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    width: 79px;
    height: 79px;
    opacity: 1;
  }
  100% {
    width: 125px;
    height: 125px;
    opacity: 0;
  }
}
@-webkit-keyframes img_clip {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes img_clip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes img_clip {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#index-body .homepage-4 {
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
  padding: 120px 0 145px;
}
#index-body .homepage-4 .left .con {
  margin: 20px 0 100px;
}
#index-body .homepage-4 .left .player {
  position: relative;
  width: 125px;
  height: 125px;
  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;
}
#index-body .homepage-4 .left .player .view_video {
  position: absolute;
  right: -15px;
  top: -15px;
}
#index-body .homepage-4 .left .player::before {
  content: "";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(circle, rgba(220, 182, 126, 0.2), rgba(220, 182, 126, 0.1));
  background: -moz-radial-gradient(circle, rgba(220, 182, 126, 0.2), rgba(220, 182, 126, 0.1));
  background: radial-gradient(circle, rgba(220, 182, 126, 0.2), rgba(220, 182, 126, 0.1));
  z-index: 3;
  -webkit-animation: ripple 3s linear infinite;
  -moz-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#index-body .homepage-4 .left .player .play {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .homepage-4 .left .player .play img {
  position: relative;
  z-index: 5;
}
#index-body .homepage-4 .left .player .play::before {
  content: "";
  width: 79px;
  height: 79px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(circle, rgba(220, 182, 126, 0.8), rgba(220, 182, 126, 0.3));
  background: -moz-radial-gradient(circle, rgba(220, 182, 126, 0.8), rgba(220, 182, 126, 0.3));
  background: radial-gradient(circle, rgba(220, 182, 126, 0.8), rgba(220, 182, 126, 0.3));
  z-index: 3;
  -webkit-animation: ripple 3s linear infinite;
  -moz-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
#index-body .homepage-4 .left .player .play::after {
  content: "";
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(circle, rgba(220, 182, 126, 0.4), rgba(220, 182, 126, 0.2));
  background: -moz-radial-gradient(circle, rgba(220, 182, 126, 0.4), rgba(220, 182, 126, 0.2));
  background: radial-gradient(circle, rgba(220, 182, 126, 0.4), rgba(220, 182, 126, 0.2));
  z-index: 2;
  -webkit-animation: ripple 3s linear infinite;
  -moz-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .homepage-4 .right {
  width: 45%;
  max-width: 510px;
}
#index-body .homepage-4 .right ul li {
  margin-bottom: 95px;
}
#index-body .homepage-4 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-4 .right ul li span {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 5px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
#index-body .homepage-4 .right ul li .text {
  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;
  border-top: 1px solid black;
  padding-top: 15px;
}
#index-body .homepage-4 .right ul li .text p {
  font-size: 18px;
  line-height: 0.8;
}
#index-body .homepage-4 .right ul li .text h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#index-body .homepage-4 .right ul li .text h4 em {
  font-size: 90px;
  font-family: 'BebasNeueBold';
  background: var(--bgColor);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 0.8;
}
#index-body .homepage-4 .right ul li .text h4 sub {
  position: absolute;
  left: 105%;
  top: 0;
  font-size: 30px;
  background: var(--bgColor);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 0.8;
}
#index-body .homepage-5 {
  padding: 120px 0 140px;
}
#index-body .homepage-5 .bottom {
  position: relative;
  width: 100%;
}
#index-body .homepage-5 .bottom .bigImg img {
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
#index-body .homepage-5 .bottom .bigImg img.active {
  -webkit-animation: img_clip 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  -moz-animation: img_clip 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation: img_clip 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .homepage-5 .bottom ul {
  position: relative;
  z-index: 5;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 35px 20px;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 540px;
  position: relative;
}
#index-body .homepage-5 .bottom ul li:hover .bot {
  opacity: 1;
}
#index-body .homepage-5 .bottom ul li:hover::before {
  opacity: 1;
}
#index-body .homepage-5 .bottom ul li:hover .text > span,
#index-body .homepage-5 .bottom ul li:hover .text h4 {
  opacity: 0;
}
#index-body .homepage-5 .bottom ul li:hover .text .btn {
  color: black;
  border-color: black;
}
#index-body .homepage-5 .bottom ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(220, 182, 126, 0.8)), color-stop(50%, rgba(220, 182, 126, 0.8)), to(rgba(220, 182, 126, 0.8)));
  background: -webkit-linear-gradient(left, rgba(220, 182, 126, 0.8) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.8) 100%);
  background: -moz-linear-gradient(left, rgba(220, 182, 126, 0.8) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.8) 100%);
  background: linear-gradient(to right, rgba(220, 182, 126, 0.8) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.8) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .bot {
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .text {
  position: relative;
  z-index: 2;
}
#index-body .homepage-5 .bottom ul li .text > span,
#index-body .homepage-5 .bottom ul li .text h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .text .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;
  color: white;
  padding-bottom: 3px;
  border-bottom: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .text .btn span {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 25px;
}
#index-body .homepage-5 .bottom ul li .text .btn i {
  font-size: 30px;
  line-height: 0.8;
}
#index-body .homepage-5 .bottom ul li .text .btn i::before {
  line-height: 0.8;
}
#index-body .homepage-6 {
  padding: 85px 0 95px;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-6 #wave {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  inset: 0;
}
#index-body .homepage-6::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(220, 182, 126, 0.9)), color-stop(50%, rgba(220, 182, 126, 0.8)), to(rgba(220, 182, 126, 0.9)));
  background: -webkit-linear-gradient(left, rgba(220, 182, 126, 0.9) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.9) 100%);
  background: -moz-linear-gradient(left, rgba(220, 182, 126, 0.9) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.9) 100%);
  background: linear-gradient(to right, rgba(220, 182, 126, 0.9) 0%, rgba(220, 182, 126, 0.8) 50%, rgba(220, 182, 126, 0.9) 100%);
  background-size: 100% 100%;
  z-index: 1;
}
#index-body .homepage-6 .container {
  z-index: 10;
}
#index-body .homepage-6 .container ul li .box .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;
  color: black;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .container ul li .box .btn:hover {
  color: white;
  border-color: white;
}
#index-body .homepage-6 .container ul li .box .btn span {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 25px;
}
#index-body .homepage-6 .container ul li .box .btn i {
  font-size: 30px;
  line-height: 0.8;
}
#index-body .homepage-6 .container ul li .box .btn i::before {
  line-height: 0.8;
}
#footer{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .top .left {
  padding-top: 95px;
  padding-bottom: 100px;
  width: 42%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .top .left .box {
  max-width: 550px;
}
#footer .top .left h2 {
  font-size: 36px;
  font-family: var(--font);
  line-height: 1;
}
#footer .top .left p {
  font-size: 16px;
  margin: 15px 0 40px;
}
#footer .top .left ul {
  margin: 0 -15px;
  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;
}
#footer .top .left ul li {
  padding: 0 15px;
  width: 50%;
  position: relative;
  margin-bottom: 25px;
}
#footer .top .left ul li:last-child {
  margin-bottom: 0;
}
#footer .top .left ul li:last-child,
#footer .top .left ul li:nth-last-child(2) {
  width: 100%;
}
#footer .top .left ul li input[type='text'] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: 'BebasNeueBold';
  color: black;
  padding-right: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .top .left ul li input[type='submit'] {
  width: 18px;
  height: 18px;
  border: none;
  background: url('../images/submit.png') no-repeat;
  color: white;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
#footer .top .left ul li input::-webkit-input-placeholder {
  color: #666666;
}
#footer .top .right {
  width: 58%;
  padding-top: 95px;
}
#footer .top .right ul li h4 {
  font-size: 20px;
  font-family: var(--font);
  line-height: 1;
  margin-bottom: 30px;
}
#footer .top .right ul li span {
  font-size: 16px;
}
#footer .top .right ul li.link span {
  display: block;
  margin-bottom: 18px;
  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;
  /*text-transform: uppercase;*/
}
#footer .top .right ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top .right ul li.link span:hover {
  border-color: black;
}
#footer .top .right ul li.contact {
  max-width: 330px;
}
#footer .top .right ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .top .right ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top .right ul li.contact .list i {
  font-size: 18px;
}
#footer .top .right ul li.contact .list span {
  padding-left: 10px;
  font-size: 16px;
  line-height: 2;
  margin-top: -3px;
}
#footer .bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .bottom .box {
  height: 85px;
}
#footer .bottom .box span {
  font-size: 16px;
}
#footer .bottom .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 1700px) {
  #banner .banner-content .content .box h3::before {
    left: -5%;
  }
  #banner .banner-content .content .img img {
    width: 85%;
  }
  #index-body .homepage-1 .bottom ul li .box .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;
    padding: 30px;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    margin: 15px 0;
  }
  #index-body .homepage-1 .bottom ul li .box {
    padding: 30px 25px 60px;
    height: auto;
  }
  h2.h-title {
    font-size: 80px;
  }
  #index-body .homepage-4 .right ul li .text h4 em {
    font-size: 80px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-,
  #index-body .homepage-3,
  #index-body .homepage-5 {
    padding: 105px 0;
  }
  h2.h-title {
    font-size: 62px;
  }
  #index-body .homepage-3 .bottom ul li .box .right img {
    max-width: 160px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #banner .banner-content .content .box h3 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  #index-body .homepage-1 .bottom span.arrow{
    display: none;
  }
  #index-body .homepage-3 .bottom ul li .box .right img {
    max-width: 100px;
  }
  #index-body .homepage-4 .right ul li .text h4 sub {
    font-size: 24px;
  }
  #index-body .homepage-4 .right ul li .text h4 em {
    font-size: 60px;
  }
  #footer .top .right ul li.link {
    display: none;
  }
  #footer .top .right ul li.contact {
    max-width: 100%;
  }
  #index-body .homepage-1 {
    padding: 105px 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content .content .img {
    display: none;
  }
  #banner .banner-content .content .box {
    width: 100%;
  }
  #banner .banner-content .content .box h3::before {
    left: -15px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-3 .bottom ul li .box .left .title {
    padding: 0 15px;
    font-size: 20px;
  }
  #index-body .homepage-3 .bottom ul li .box .right {
    padding: 20px;
  }
  #index-body .homepage-3 .bottom ul li .box .right img {
    max-width: 65px;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .right {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-4 .left .con {
    margin: 20px 0 50px;
  }
  #index-body .homepage-5 .bottom ul li {
    width: 50%;
    height: 400px;
  }
  #footer .bottom .box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content .content .box a.more {
    display: none;
  }
  #banner .banner-content .content .box h3 {
    font-size: 27px;
    padding-bottom: 0;
  }
  #banner .banner-content .content .box h3::before {
    display: none;
  }
  #banner .banner-content .content .box h2 {
    margin: 5px 0 0;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    padding: 0;
  }
  span.tag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #index-body .homepage-1,
  #index-body .homepage-3,
  #index-body .homepage-5,
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-3 .bottom ul li .box .right img {
    max-width: 100px;
  }
  #index-body .homepage-3 .bottom ul li .box .right {
    padding: 40px;
  }
  #index-body .homepage-5 .bottom ul li .bot h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .bottom ul li .bot .con {
    max-height: 160px;
    overflow-y: auto;
  }
  #index-body .homepage-6 .bottom ul li .box h4,
  #index-body .homepage-5 .bottom ul li .text h4 {
    font-size: 20px;
  }
  #footer .top .left {
    padding-top: 60px;
    width: 100%;
    border-right: 1px none;
    padding-right: 0;
    padding-bottom: 0;
  }
  #footer .top .right {
    width: 100%;
    padding: 60px 0;
  }
  #footer .top {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  #footer .top .left h2 {
    font-size: 26px;
  }
  #banner .banner-content .content .box h3 {
    display: none;
  }
  #banner .banner-content .content .box h2 {
    margin-top: 0;
  }
  #index-body .homepage-1 .top .text,
  #index-body .homepage-3 .top .text,
  #index-body .homepage-6 .top .text {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  #index-body .homepage-4 .left .bot {
    -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;
  }
  #index-body .homepage-4 .left .bot a.more {
    margin-right: 0;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .bottom ul li .box .right {
    padding: 20px;
  }
  #index-body .homepage-3 .bottom ul li .box .right img {
    max-width: 70px;
  }
  #index-body .homepage-4 .right ul li .text p {
    font-size: 18px;
    line-height: 1.2;
    text-align: right;
  }
}








table td, table th {
  min-width: 240px;
}

.i-title {
  font-family:"mic";
  line-height: 1.5;
}

.inner-banner {
  position: relative;
  margin-top: 110px;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  
}
.inner-banner .ui.container h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  text-transform: capitalize;
}
.inner-banner .ui.container .box {
  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;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
  line-height: 1.8;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--color);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#index-body .i-advantage {
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}
#index-body .i-advantage .top .i-title {
  width: 60%;
  margin-left: 0px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .list {
  padding-left: 0px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 150px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background:  var(--color);
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  height: 140px;
  overflow-y: auto;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  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;
  padding-left: 100px;
}
.about-page .about-1 .top .i-title {
  width: 50%;
  margin-left: 400px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 40%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
  display: block;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  /*+*/
  background: linear-gradient(to right, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.73;
}
.about-page .about-2 {
  /*background: #f9f9f9;*/
  color: white;
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .i-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
      color: #000;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 200px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #efefef;
  margin-right: 15px;
  cursor: pointer;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
  /*background: url(../images/about-page-3-bg.png) no-repeat right top;*/
  background: #f9f9f9;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.about-page .about-3 {
  padding-bottom: 130px;
}
.about-page .about-3 .left {
  width: 100%;
  padding-top: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-page .about-3 .left .i-title{
  margin-left: 0px;
}
.about-page .about-3 .right {
  width: 100%;
}
.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-page .about-3 .right ul li .lefts{
  width: 70%
}
.about-page .about-3 .right ul li .imgs{
  width: 30%;
  max-width: 300px;
  margin-top: 30px;
}
.about-page .about-3 .right ul li .h3 {
  font-size: 24px;
  font-weight:500;
  line-height: 2.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li .tts {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
  font-size: 20px;
  background: var(--color);
  color: white;
  /*height: 40px;
  line-height: 44px;*/
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0px;
}
.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}
/*.about-page .about-3 .right ul li .imgs{
width: 300px;
margin-top: 20px;
}*/
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.product-yd-page {
  padding: 150px 0 120px;
}
.product-yd-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.product-yd-page .item .content {
  width: 50%;
}
.product-yd-page .item .content .i-title {
  margin: 19px 0 13px;
}
.product-yd-page .item .content .txt {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
  margin-bottom: 55px;
}
.product-yd-page .item .content ul {
  margin: -10px;
  margin-bottom: 70px;
}
.product-yd-page .item .content ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .item .content ul li .img-box {
  position: relative;
}
.product-yd-page .item .content ul li .img-box img {
  max-width: 150px;
  margin: 30px auto 0;
}
.product-yd-page .item .content ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  z-index: -1;
}
.product-yd-page .item .content ul li h6 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}
.product-yd-page .item .content .more_btn .more::after {
  color: black;
}
.product-yd-page .item .img {
  width: 50%;
  position: relative;
}
.product-yd-page .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-yd-page .item:last-child {
  margin-bottom: 0;
}
.product-yd-page .item:nth-child(2n-1) .content {
  padding: 0 40px 0 260px;
}
.product-yd-page .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
}
.product-yd-page .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.product-yd-page .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .item:nth-child(2n) .content {
  padding: 0 260px 0 40px;
}
.product-yd-page .item:nth-child(2n) .img .big-img img {
  display: block;
}
.product-yd-page .item:nth-child(2n) .img .small-img {
  right: 0;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.product-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-page .sideLeft {
  width: 30% !important;
  position: sticky;
  top: 120px;
}
.product-page .sideLeft .top {
  /*background: #191919;*/
  padding: 35px 0 50px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  
}
.product-page .sideLeft .top .form {
  padding: 0 15px;
}
.product-page .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page .sideLeft .top .form input::-webkit-input-placeholder{
  color: white;
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 10px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/icon-search-white.png) no-repeat center #ba9155;
  padding: 0;
}
.product-page .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 18px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  text-transform: capitalize;
}
.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #68502e;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li{
  position: relative;
}
.product-page .sideLeft .top .nav ul li img.dec{
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: #b98f53;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li:hover>a,
.product-page .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, #b98f53, transparent);
}
.product-page .sideLeft .top .nav ul li:hover>a::before,
.product-page .sideLeft .top .nav ul li.active >a::before,
.product-page .sideLeft .top .nav ul li:hover>a::after,
.product-page .sideLeft .top .nav ul li.active >a::after {
  opacity: 1;
}
/*.product-page .sideLeft .top .nav ul li ul li.active a,
.product-page .sideLeft .top .nav ul li ul li:hover a{
  color: var(--color);
}*/
.product-page .sideLeft .top .nav ul li.active ul{
  display: block;
}
.product-page .sideLeft .top .nav ul li ul li a{
  font-size: 16px;
  padding-left: 30px;
}
.product-page .sideLeft .bottom {
  background: linear-gradient(to right, #dcb67e 0%, #f3d19e 50%, #d8b078 100%);
  padding: 365px 15px 20px;
}
.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1;
  color: white;
  font-weight: bold;
  text-align: center;
  font-family: 'mic';
}
.product-page .sideRight {
  width: 70% !important;
  padding-left: 75px;
  text-transform: capitalize;
}
.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight ul {
  margin: -10px;
}
.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}
.product-page .sideRight ul li .img-box {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}
.product-page .sideRight ul li .img-box img{
  width: auto;
}
.product-page .sideRight ul li p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin: 15px 0 30px;
}
.prodet-page .prodet-1 {
  padding: 120px 0 80px;
}
.prodet-page .prodet-1 .left {
  width: 35%;
}
.prodet-page .prodet-1 .left a {
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
  text-align: center;
  /*padding: 77px 50px;*/
}
.prodet-page .prodet-1 .right {
  width: 65%;
  padding-left: 48px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 16px;
  line-height: 1.6;
  /*opacity: 0.51;*/
  margin: 25px 0 60px;
  color: #333;
}
.prodet-page .prodet-1 .right .gallery {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #f5f5f5;
  padding: 30px 30px;
}
.prodet-page .prodet-1 .right .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn .more::after {
  color: black;
}
.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0px 0;
  position: relative;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
}
.prodet-page .prodet-2 ul.options li.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 ul.options li.active a::after {
  background: white;
}
.prodet-page .prodet-2 .box {
  padding: 70px 0;
}
.prodet-page .prodet-2 .box .content {
  font-size: 14px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .box .content ul li{
  list-style-type: disc;
}
.prodet-page .prodet-2 .list {
  padding: 70px 0;
}
.prodet-page .prodet-2 .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 35px;
}
.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0.51;
}
.w-100 {
  width: 100%;
}
.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: 26px;
  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: 26px;
  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: 26px;
  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: 25px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 90px;
  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: 25px;
  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: 80px;
  height: 100%;
  background: url(../images/icon.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 #fccf15;
  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: 100px 0 330px;
  background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
      font-weight: 700;
    /* text-align: center; */
    
}
.hose-page .hose-6 .top .txt {
  font-size: 16px;
  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 input[type='submit']:hover{
  background-image: var(--bgColor);
  color: white;
}
.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;
}
.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: 26px;
  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);
}
.contact-page .contact-2 ul {
  margin: 0 -70px;
  padding: 70px 0;
  border-radius: 0 0 50px 50px;
}
.contact-page .contact-2 ul li {
  padding: 0 70px;
  text-align: center;
}
.contact-page .contact-2 ul li .h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 26px;

}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  

}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  display: none;
  color: #333;
  
}
.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 18px;
  opacity: 0.8;
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 20px;
  height: 66px;
 line-height: 1.5;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.news-page ul li .box .more_btn .more::after {
  color: black;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newdet-1 {
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 .time {
  font-size: 18px;
  opacity: 0.8;
  margin: 20px 0;
}
.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 1.6;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: left;
}
.newdet-page .newdet-1 .m-link{
  text-align: left;
  line-height: 1.6;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .box ul li .h3 em {
      font-size: 40px;
  }
  .about-page .about-1 .box ul li .h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
     #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-left: 90px;
  }
  .product-yd-page .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .product-yd-page .item:nth-child(2n) .content {
    padding-right: 70px;
  }
  .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) {
  #index-body .i-advantage .top .more_btn{
    position: relative;
  }
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  }
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
   #index-body .i-advantage .top .i-title{
    width: 100%;
     margin: 20px 0;
    margin-left: 0;
   
  }
}
@media screen and (max-width: 1200px) {
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
  .inner-banner .ui.container h2 {
    font-size: 42px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }
  .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;
  }
  #index-body .i-advantage .top .i-title{
    width: 100%;
    margin-left: 0;
  }
  .about-page .about-1 .box .wrap .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-1 .box ul{
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }
    #index-body .i-advantage .list {
    padding: 0 15px;
  }
.product-page {
  padding-top: 10px;
  padding-bottom: 100px;
}

.newdet-page .newdet-1 .m-link{
  text-align: left;
  line-height: 2;
}

element.style {
}
.seoIndustry.Auxil-industry {
    display: none !important;
}
.font-48 {
    font-size: 24px;
}
.about-page .about-3 .left{
  flex-wrap: wrap;
}
.about-page .about-1 .box .wrap .right .content{
  font-size: 14px;
  line-height: 2;
}
  .about-page #index-body .i-advantage{
    background: #fff;
  }
  .inner-banner{
    margin-top: 40px;
  }
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .inner-banner .ui.container h2 {
    font-size: 38px;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
    display: none;
  }
  .about-page .about-2{
    padding: 65px 0;
  }
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }
  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }
  .product-yd-page .item .img {
    display: none;
  }
  .product-yd-page .item .content {
    width: 100%;
  }
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
  .elementor-widget-rebuilto-scroll-timeline .timeline-line{
    left: 30px;
  }
  .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%;
  }
  .news-page ul li{
     width: 50%!important;
  }
  .newdet-page .newdet-1 h1{
    font-size: 28px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    padding-top:20px; 
  }
  .prodet-page .prodet-1 .right .gallery ul li a{
    padding: 10px;
  }
  .prodet-page .prodet-2 ul.options{
    height: 80px;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 ul.options li{
    padding:0 25px;
    font-size: 14px;
  }
  .font-34{
    font-size: 30px;
  }
  .about-page .about-3 .right ul li .lefts {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .font-34{
    font-size: 24px;
  }
  .font-30 {
    font-size: 24px;
}
   .news-page ul li{
    width: 100%!important;
  }
  .inner-banner > img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box{
    padding: 10px 0;
  }
  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-right: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
    margin-right: 25px;
  }
  .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;
  }
   .newdet-page .newdet-1 h1{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .box ul li .h3 {
    font-size: 18px;
  }
  .about-page .about-1 .box ul li {
    width: 45%;
  }
  .prodet-page .prodet-2 ul.options {
    height: auto;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box ul li .h3 em {
    display: block;
    margin-bottom: 5px;
  }
  .inner-banner .ui.container h2 {
    font-size: 22px;
  }
  .product-yd-page .item .content {
    padding: 0 15px !important;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 74%;
  }
  .product-yd-page {
    padding: 70px 0;
  }
  .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%;
  }
}
.i-tag {
    font-size: 20px;
    font-weight: 400;
    color: var(--color);
}
.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px;
}
.prodet-page .prodet-2 .box .content form{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prodet-page .prodet-2 .box .content input {
  width: calc((100% - 30px)/2);
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .box .content p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  /*opacity: 0.6;*/
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .box .content textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .box .content 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;
}
.prodet-page .prodet-2 .box .content input[type="submit"]:hover {
  background: #000;
}

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }

    .seoPublic .text a {
        color: #666;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        height: 40px;
        padding: 0 25px;
        font-size: 16px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

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

        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }
         .seoPublic .Auxil-about .box .right .text {
        line-height: 2;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }


    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 16px!important;
        
    }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    h1.nichacha {
    font-family: sans-serif;
    font-weight: 400;
}

.industry {
 font-size: 16px;
    line-height: 2;
    padding: 0 200px 100px;
    position: relative;
    }

    .industry h2 {
      font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 1;    
    text-align:center; 
     }
     .industry h3{
font-size: 20px;
line-height: 1.5;
     }


/*2025/2/18  css add */

.faq-page .right ul li{
  cursor: pointer;
}

.newdet-page .newdet-1 .content strong {
    font-weight: 600;
}
.newdet-page .newdet-1 .content a {
    color: #e30b02;
    font-weight: 600;
}
.newdet-page .newdet-1 .content {
    line-height: 2;
}

.design-page {
    padding-bottom: 0
}
.design-page .init-1 video{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 60px;
}
.design-page .index_line {
    width: 124px;
    height: 3px;
    background-color: #000
}

.design-page .init-1 .container .tip_title {
    text-align: center;
    font-weight: 700;
    
}

.design-page .init-1 .container .tip_des {
    color: #444;
    max-width: 880px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 2
}

.design-page .init-1 .container .list_cont {
    margin-top: 40px;
    margin: 40px -40px 0
}

.design-page .init-1 .container .list_cont .list {
    padding: 0 40px;
    margin-top: 40px
}

.design-page .init-1 .container .list_cont .list .list_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.design-page .init-1 .container .list_cont .list .list_2 .left {
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    min-width: 80px;
    margin-right: 10px
}

.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
    margin-left: -8px
}

.design-page .init-1 .container .list_cont .list .list_2 .right .title {
    font-size: 20px;
    font-weight: 500
}

.design-page .init-1 .container .list_cont .list .list_2 .right .des {
    color: #2c2c2c;
    margin-top: 10px;
    line-height: 2
}

.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
    min-width: 110px
}

.design-page .init-2 .container {
    background-color: #fafafa
}

.design-page .init-2 .container .left {
    vertical-align: middle
}

.design-page .init-2 .container .left img {
    display: block;
    width: 100%
}

.design-page .init-2 .container .right {
    background-color: #fafafa;
    vertical-align: middle;
    padding: 60px
}

.design-page .init-2 .container .right .tips {
    font-weight: 300;
    color: #8a8a8a;
    text-transform: uppercase
}

.design-page .init-2 .container .right .title_2 {
    margin-top: 10px;
    font-weight: 700;
    color: var(--color);
}

.design-page .init-2 .container .right .index_line {
    height: 5px;
    margin-top: 10px
}

.design-page .init-2 .container .right .des {
    color: #444;
    margin-top: 30px;
    line-height: 2
}

.design-page .init-3 .container .tip_title {
    font-weight: 700;
    text-align: center
}

.design-page .init-3 .container .index_line {
    height: 5px;
    margin: 10px auto 0
}

.design-page .init-3 .container .content {
    margin: 40px -8px 0
}

.design-page .init-3 .container .content .slick li {
    padding: 0 8px
}

.design-page .init-3 .container .content .slick li .box a {
    display: block;
    text-align: center
}

.design-page .init-3 .container .content .slick li .box a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.design-page .init-3 .container .content .slick li .box .text {
    margin-top: 16px;
    line-height: 30px;
    font-weight: 300
}

.design-page .init-4 {
    padding: 90px 0;
    background-color: #fafafa
}

.design-page .init-4 .container .left {
    vertical-align: middle;
    width: 500px
}

.design-page .init-4 .container .left .title {
    font-weight: 700;
    
}

.design-page .init-4 .container .left .des {
    margin-top: 10px;
    color: #444;
    line-height: 1.8;
    padding-right: 40px
}

.design-page .init-4 .container .left .more_c {
    margin-top: 20px
}

.design-page .init-4 .container .left .more_c .more_cont {
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    margin-right: 4px;
    background-color: #000
}

.design-page .init-4 .container .left .more_c .more_cont:before {
    background-color: var(--color)
}

.design-page .init-4 .container .right {
    vertical-align: middle;
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px)
}

.design-page .init-4 .container .right ul li {
    padding: 0 14px
}

.design-page .init-4 .container .right ul li .box .img {
    display: block
}

.design-page .init-4 .container .right ul li .box .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.design-page .init-5 {
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 190px;
    text-align: right
}

.design-page .init-5 .container .title {
    font-weight: 700;
    
}

.design-page .init-5 .container .index_line {
    height: 5px;
    margin: 20px 0 0 auto
}

.design-page .init-5 .container .des {
    max-width: 620px;
    margin: 20px 0 0 auto;
    line-height: 2;
    color: #000;
    font-weight: 400
}

.design-page .init-5 .container .more_c .more {
    margin-top: 40px;
    margin-right: 4px;
    display: inline-block;
    padding: 12px 40px;
    font-weight: 300;
    background-color: #f9f9f9;
    color: var(--color);
    text-transform: uppercase
}

.design-page .init-5 .container .more_c .more:before {
    background: var(--color)
}

.design-page .init-5 .container .more_c .more span {
    position: relative;
    z-index: 2
}

.design-page .init-5 .container .more_c .more:hover {
    color: #fff
}

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

.service-page .init-1 .container .tips_des {
    max-width: 720px;
    margin: 20px auto 0;
    text-align: center;
    color: #8a8a8a;
    padding-bottom: 30px
}

.service-page .init-1 .container .content {
    border-top: 1px solid #d9d9d9
}

.service-page .init-1 .container .list_cont {
    margin: 10px -45px 0
}

.service-page .init-1 .container .list_cont .list {
    padding: 0 45px;
    margin-top: 30px;
    width: 33.33%;
    position: relative
}

.service-page .init-1 .container .list_cont .list .num {
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50px
}

.service-page .init-1 .container .list_cont .list .cont {
    padding-left: 60px
}

.service-page .init-1 .container .list_cont .list .cont .title {
    font-weight: 500
}

.service-page .init-1 .container .list_cont .list .cont .des {
    color: #656565;
    margin-top: 16px
}

.service-page .init-1 .container .list_cont .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-page .init-1 .container .list_cont .list:hover .num {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.service-page .init-2 .container {
    width: 100%
}

.service-page .init-2 .container .list {
    height: 600px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.service-page .init-2 .container .list .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover
}
.service-page .init-2 .container .list .box{
   position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.service-page .init-2 .container .list .text {
  color: #fff;
  font-weight: 700;
  padding: 20px;
  z-index: 2
}
.service-page .init-2 .container .list .img{
  transition: all 0.5s;
}
.service-page .init-2 .container .list:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.service-page .init-3 .container .left {
    vertical-align: middle
}

.service-page .init-3 .container .left img {
    width: 100%
}

.service-page .init-3 .container .right {
    vertical-align: middle;
    padding-left: 45px
}

.service-page .init-3 .container .right .title {
        font-weight: 700;
    /* text-align: center; */
    
}

.service-page .init-3 .container .right .des {
    color: #878787;
    margin-top: 20px
}

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

.service-page .init-4 .container .tips_des {
    color: #8a8a8a;
    max-width: 900px;
    margin: 16px auto 0;
    text-align: center
}

.service-page .init-4 .container .content {
    margin: 20px -15px 0
}

.service-page .init-4 .container .content .list {
    padding: 0 15px;
    margin-top: 30px;
    width: 50%;
    overflow: hidden
}

.service-page .init-4 .container .content .list .box {
    position: relative;
    height: 400px
}

.service-page .init-4 .container .content .list .box .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover
}

.service-page .init-4 .container .content .list .box .shadow {
    opacity: 0;
    background-color: rgba(0,0,0,.74);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.service-page .init-4 .container .content .list .box .cont {
    overflow-y: hidden;
    position: absolute;
    height: -webkit-calc(30%);
    height: -moz-calc(30%);
    height: calc(100% - 70px);
    top: 128%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 120px);
    color: #fff;
    padding-right: 4px
}

.service-page .init-4 .container .content .list .box .cont .title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px
}

.service-page .init-4 .container .content .list .box .cont .des p {
    margin-top: 9px
}

.service-page .init-4 .container .content .list .box .cont .des p:first-child {
    margin-top: 0
}

.service-page .init-4 .container .content .list .box .cont .more {
    margin-top: 20px;
    display: inline-block;
    padding: 6px 40px;
    border: 1px solid var(--color)
}

.service-page .init-4 .container .content .list .box:hover .shadow {
    opacity: 1
}

.service-page .init-4 .container .content .list .box:hover .cont {
    top: 50%;
    overflow-y: auto
}

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

.service-page .init-5 .container .tips_des {
    -webkit-columns: #8a8a8a;
    -moz-columns: #8a8a8a;
    columns: #8a8a8a;
    text-align: center;
    margin-top: 10px
}

.service-page .init-5 .container .content {
    margin-top: 25px
}

.service-page .init-5 .container .content .list {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.07);
    box-shadow: 0 0 8px rgba(0,0,0,.07)
}

.service-page .init-5 .container .content .list .title {
    position: relative;
    padding: 15px 80px 15px 22px;
    font-weight: 500;
    cursor: pointer
}

.service-page .init-5 .container .content .list .title i {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center
}

.service-page .init-5 .container .content .list .title:hover {
    background-color: var(--color);
    color: #fff
}

.service-page .init-5 .container .content .list .title:hover i {
    color: #fff
}

.service-page .init-5 .container .content .list .title.active {
    background-color: var(--color);
    color: #fff
}

.service-page .init-5 .container .content .list .title.active i {
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.service-page .init-5 .container .content .list .des {
    padding: 20px 22px;
    color: #828282;
    display: none
}
@media (max-width: 1250px) {
  .service-page .init-1 .container .list_cont {
        margin: 10px -10px 0
    }

    .service-page .init-1 .container .list_cont .list {
        padding: 0 10px;
        width: 50%
    }

    .service-page .init-1 .container .list_cont .list .num {
        left: 16px
    }

    .service-page .init-2 .container .list {
        height: 400px
    }
}
@media (max-width: 1000px) {

    .design-page .index_line {
        display: none
    }

    .design-page .init-1 .container .list_cont {
        margin: 40px -10px 0
    }

    .design-page .init-1 .container .list_cont .list {
        padding: 0 10px
    }

    .design-page .init-1 .container .list_cont .list .list_2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .design-page .init-1 .container .list_cont .list .list_2 .left {
        width: 100%
    }

    .design-page .init-1 .container .list_cont .list .list_2 .right {
        margin-top: 20px
    }

    .design-page .init-2 .container .left {
        width: 100%
    }

    .design-page .init-2 .container .right {
        width: 100%;
        padding: 20px 16px;
        text-align: center
    }

    .design-page .init-4 .container .left {
        width: 100%;
        text-align: center
    }

    .design-page .init-4 .container .left .des {
        padding: 0
    }

    .design-page .init-4 .container .right {
        width: 100%;
        margin-top: 20px
    }

    .design-page .init-5 {
        padding: 40px 0;
        background: #e0e3ea !important;
        text-align: center
    }

    .design-page .init-5 .container .des {
        max-width: 100%
    }

    .service-page .init-3 .container {
        text-align: center
    }

    .service-page .init-3 .container .left {
        width: 100%;
        max-width: 500px
    }

    .service-page .init-3 .container .right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px
    }

    .service-page .init-4 .container .content .list .box .cont {
        width: -webkit-calc(80%);
        width: -moz-calc(80%);
        width: calc(100% - 20px);
        height: -webkit-calc(80%);
        height: -moz-calc(80%);
        height: calc(100% - 20px);
        top: 140%
    }

    .service-page .init-4 .container .content .list .box .cont .title {
        font-size: 20px
    }
}
@media (max-width: 700px){
    .service-page .init-4 .container .content .list {
        width: 100%
    }

    .service-page .init-4 .container .content .list .box {
        height: auto
    }

    .service-page .init-4 .container .content .list .box .cont {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        color: #000;
        margin-top: 20px;
        text-align: center;
        height: auto;
        padding: 0
    }

    .service-page .init-4 .container .content .list .box .shadow {
        display: none
    }

    .service-page .init-4 .container .content .list .box .img {
        position: relative;
        height: 50vw
    }
}
@media (max-width: 500px) {
      .design-page {
        padding-bottom: 0
    }

    .design-page .init-1 .container .list_cont {
        margin: 20px 0
    }

    .design-page .init-1 .container .list_cont .list {
        padding: 0
    }

    .design-page .init-1 .container .list_cont .list .list_2 .left {
        margin-right: 0;
        font-size: 30px
    }

    .design-page .init-1 .container .list_cont .list .list_2 .right {
        margin-top: 10px
    }

    .design-page .init-1 .container .list_cont .list .list_2 .right .des {
        margin-top: 4px
    }

    .design-page .init-2 .container .right {
        padding: 20px 0
    }

    .design-page .init-2 .container .right .des {
        margin-top: 10px
    }

    .design-page .init-3 .container .content {
        margin-top: 20px
    }

    .design-page .init-4 {
        padding: 40px 0
    }

    .design-page .init-5 .container .more_c {
        margin-top: 20px
    }

    .design-page .init-5 .container .more_c .more {
        width: 100%;
        margin-top: 10px
    }
      .service-page .init-1 .container .list_cont .list {
        width: 100%
    }

    .service-page .init-2 .container .list {
        height: 300px
    }

    .service-page .init-4 .container .content .list .box {
        border: 1px solid #eee;
        padding-bottom: 20px
    }
}




.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }}
  @media (max-width: 500px) {
    .newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
      padding: 0;
      padding-top: 20px;
    }
      .case-page{
    padding: 40px 0;
  }
  }
  .casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }

  .casedet-page .container{
    width: 1200px;
  }}
  @media screen and (max-width:1000px) {

  .casedet-page{
    margin-top: 0;
  }}
  @media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }}
  .case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

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

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}
.case_cont .case_left .widget .form1 textarea{
  height: 100px;
}
.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px;
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top:  var(--px50) !important;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: var(--px60) !important;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 var(--px50) !important
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: var(--px40) 0 !important;
  }
  .case-page{
    padding: var(--px40) 0 !important;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}