@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DelonRegular';
  src: url('../fonts/DelonRegular.woff2') format('woff2'), url('../fonts/DelonRegular.ttf') format('truetype'), url('../fonts/DelonRegular.eot') format('embedded-opentype'), url('../fonts/DelonRegular.woff') format('woff');
}
@font-face {
  font-family: 'FelixTitlingMTStd';
  src: url('../fonts/FelixTitlingMTStd.woff2') format('woff2'), url('../fonts/FelixTitlingMTStd.ttf') format('truetype'), url('../fonts/FelixTitlingMTStd.eot') format('embedded-opentype'), url('../fonts/FelixTitlingMTStd.woff') format('woff');
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #d5c39f;
  --font: "DelonRegular";
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.container2 {
  width: 1480px;
}
*::-webkit-scrollbar {
    display: block !important;
}
.seoPublic .title{
  font-family: var(--font);
  font-weight: normal;
}
.mobile-im{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  #wap-bottom{
    display: none;
  }
  .body-overflow-box {
    margin-bottom:79px;
  }
}
.mobile-menu-wrap01 {
  z-index: 1200000000;
}
#qrcode{
  position: fixed;
  right:20px;
  bottom:410px;
  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);
}
#Pop_UpsBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom:340px !important;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
body {
  background-color: #f4f0ea;
}
.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;
}
.navbar {
  height: 90px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  
}
#header::before {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
  inset:0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width:100%;
  height: 100%; 
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 90px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 95px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-family: 'FelixTitlingMTStd';
}
#header .nav .ui.menu .menu-box ul.menu > li > a{
  border-bottom:1px solid transparent;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a{
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-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;
  top: 90px;
  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::before{
  content:"";
  position: absolute;
  inset:0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li > ul.sub-menu{
  background-color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li > ul.sub-menu >li{
  position: unset;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  font-family: 'Montserrat';
}
#header .nav .ui.menu .menu-box > ul.menu > li {
  height: 90px;
  display: flex;
  align-items: center;
}
#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: fit-content;
  opacity: 0;
  transition: all 0.5s;
  transform: rotateX(-90deg) !important;
  overflow: hidden;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:last-child ul{
  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 {
  opacity: 1;
  transform: rotateX(0deg) !important;
}
#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: 45px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin: 0 20px;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 3px;
  font-weight: normal;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more:hover .icon i:first-child {
  right: 50%;
}
.more:hover .icon i:last-child {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.more.black .icon {
  border-color: black;
  color: black;
}
.more .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid white;
  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;
  overflow: hidden;
  position: relative;
}
.more .icon i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more .icon i:first-child {
  position: absolute;
  right: 150%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.more span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-left: 10px;
}
h2.h-title {
  font-size: 80px;
  line-height: 0.8;
  position: relative;
  z-index: 5;
  font-family: var(--font);
  text-transform: uppercase;
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_scale {
  display: block;
  overflow: hidden;
}
.img_scale img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tit-color{
  color: var(--color);
}
.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;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .page{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:55px;
  height: 70px;
}
#banner .banner-content .page span{
  font-size: 24px;
}
#banner .banner-content .page .bannerDots .slick-dots{
  display: flex;
  align-items: center;
  margin: 0 -20px;
  position: relative;
}
#banner .banner-content .page .bannerDots .slick-dots::before{
  content:"";
  display: block;
  width: calc(100% - 65px);
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#banner .banner-content .page .bannerDots .slick-dots li button{
  font-size: 24px;
  font-family: var(--font);
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
}
#banner .banner-content .page .bannerDots .slick-dots li{
  height: 65px;
  width: 65px;
  transition: all 0.5s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}
#banner .banner-content .page .bannerDots .slick-dots li:last-child{
  margin-right: 0;
}
#banner .banner-content .page .bannerDots .slick-dots li::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(213, 195, 159, 0.4);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: 0.5s;
}
#banner .banner-content .page .bannerDots .slick-dots li::after{
  content:"";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  transition: 0.5s;
}
#banner .banner-content .page .bannerDots .slick-dots li.slick-active::before,
#banner .banner-content .page .bannerDots .slick-dots li.slick-active button{
  opacity: 1;
}
#banner .banner-content .page .bannerDots .slick-dots li.slick-active::after{
  opacity: 0;
}
#banner .banner-content .content{
  left: 50%;
  transform: translateX(-50%);
  bottom:55px;
}
#banner .banner-content .content .top {
  max-width: 100%;
}
#banner .banner-content .content .top .text {
  max-width: 330px;
}
#banner .banner-content ul li video{
  width: 100%;
  object-fit: contain;
}
#index-body {
  background-color: #f4f0ea;
}
#index-body .homepage-6 .top{
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
#index-body .homepage-6 .bottom{
  margin-top: 50px;
}
#index-body .homepage-6 .bottom ul{
  margin: 0 -12px;
}
#index-body .homepage-6 .bottom ul li{
  padding: 0 12px;
  width: 234px;
  height: 610px;
  transition: width cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
#index-body .homepage-6 .bottom ul li.active{
  padding: 0 12px;
  width: calc(100% - (234px * 3));
}
#index-body .homepage-6 .bottom ul li .box{
  height: 100%;
  width: 100%;
}
#index-body .homepage-6 .bottom ul li .box a.img{
  height: 100%;
  width: 100%;
}
#index-body .homepage-6 .bottom ul li .box a.img img{
  filter: brightness(0.4);
  transition: .5s;
}
#index-body .homepage-6 .bottom ul li .box a.img h4{
  width: 380px;
  position: absolute;
  left: 60px;
  top:calc(100% - 40px);
  color: var(--color);
  font-family: var(--font);
  line-height: 1;
  transform-origin: 0 0;
  transform: rotate(270deg);
  transition: .5s;
}
#index-body .homepage-6 .bottom ul li .box .text{
  position: absolute;
  inset:0;
  width:100%;
  height: 100%;
  background-image: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); 
  opacity: 0;
  z-index: -1;
  padding: 0 50px 35px;
}
#index-body .homepage-6 .bottom ul li .box .text h4{
  line-height: 0.8;
}
#index-body .homepage-6 .bottom ul li .box .text .bot a{
  display: flex;
  align-items: center;
  border:1px solid white;
  height: 35px;
  padding: 0 25px;
  color: white;
  font-size: 18px;
  margin: 5px 15px 5px 0;
}
#index-body .homepage-6 .bottom ul li.active .box a.img h4,
#index-body .homepage-6 .bottom ul li:hover .box a.img h4{
  opacity: 0;
}
#index-body .homepage-6 .bottom ul li.active .box a.img img,
#index-body .homepage-6 .bottom ul li:hover .box a.img img{
  filter: brightness(1);
}
#index-body .homepage-6 .bottom ul li.active .box .text,
#index-body .homepage-6 .bottom ul li:hover .box .text{
  z-index: 3;
  opacity: 1;
}
#index-body .homepage-1 {
  padding: 135px 0 70px;
  position: relative;
}
#index-body .homepage-1 .top {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
#index-body .homepage-1 .bottom {
  margin-top: 45px;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -400px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 13px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding: 20px;
  background-color: white;
}
#index-body .homepage-1 .bottom ul li .box .img {
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul li .box .img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box .img img.i2{
  position: absolute;
  inset:0;
  opacity: 0;
}
#index-body .homepage-1 .bottom ul li .box:hover .img img.i1{
  opacity: 0;
}
#index-body .homepage-1 .bottom ul li .box:hover .img img.i2{
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li .box .title {
  margin-top: 20px;
}
#index-body .homepage-1 .bottom ul li .box .title .icon{
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul li .box .title .icon i:first-child{
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0,-50%);
}
#index-body .homepage-1 .bottom ul li .box:hover .title .icon i:first-child{
  transform: translate(50%,-50%);
  right: 50%;
}
#index-body .homepage-1 .bottom ul li .box:hover .title .icon i:last-child{
  transform: translateX(100%);
}
#index-body .homepage-1 .bottom ul li .box .title h4 {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
#index-body .homepage-1 .bottom ul li .box .title i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
#index-body .homepage-1 .bottom ul li .box:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-2 {
  position: relative;
}
#index-body .homepage-2::after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #edebe0;
}
#index-body .homepage-2 .top {
  width: 100%;
  position: absolute;
  top: 170px;
  left: 0;
}
#index-body .homepage-2 .top h2 {
  font-size: 221px;
  text-transform: uppercase;
  color: #e9e4c6;
  margin-left: auto;
  font-family: var(--font);
  line-height: 0.8;
}
#index-body .homepage-2 .bottom {
  padding-bottom: 270px;
  padding-top: 32.5%;
  position: relative;
  z-index: 5;
  background: url('../images/about-bg.png') no-repeat;
  background-position: top;
}
#index-body .homepage-2 .bottom .box {
  text-align: center;
  max-width: 1250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-2 .bottom .box h2 {
  line-height: 1.2;
  font-size: 72px;
}
#index-body .homepage-2 .bottom .box .con {
  max-width: 900px;
  opacity: 0.6;
  line-height: 1.6;
}
#index-body .homepage-2 .bottom ul {
  width: 100%;
  height: 240px;
  padding: 0 10%;
  border: 1px solid var(--color);
  margin-top: 120px;
  /*background: url('../images/about-bg2.jpg') no-repeat;
  background-size: cover;
  background-position: left;*/
}
#index-body .homepage-2 .bottom ul li{
  text-align: center;
}
#index-body .homepage-2 .bottom ul li h4 {
  font-size: 50px;
  font-family: var(--font);
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#index-body .homepage-2 .bottom ul li h4 sub {
  font-size: 50px;
}
#index-body .homepage-2 .bottom ul li p {
  font-size: 18px;
  margin-top: 10px;
}
#index-body .main-about .about-intro {
  position: relative;
  z-index: 10;
}
#index-body .homepage-3 {
  background-color: #edebe0;
}
#index-body .homepage-3 ul{
  margin-top: 80px;
}
#index-body .homepage-3 ul li{
  overflow: hidden;
}
#index-body .homepage-3 ul li > img{
  transition: all 0.5s;
}
#index-body .homepage-3 ul li:hover > img{
  transform: scale(1.1);
}
#index-body .homepage-3 ul li .box img{
  width: auto;
}


#index-body .homepage-4 {
  background: url('../images/sus-bg.png') no-repeat;
  background-position: left top;
  padding: 210px 0 110px;
  background-color: #edebe0;
}
#index-body .homepage-4 .right {
  margin-left: auto;
  width: 56.5%;
}
@-webkit-keyframes news_clip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 170px), 0 -webkit-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
}
@-moz-keyframes news_clip {
  0% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 170px), 0 -moz-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
}
@keyframes news_clip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 170px), 0 -webkit-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 170px), 0 -moz-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
}
@-webkit-keyframes news_clip2 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 170px), 0 -webkit-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
  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 news_clip2 {
  0% {
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 170px), 0 -moz-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
@keyframes news_clip2 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 170px), 0 -webkit-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 170px), 0 -moz-calc(100% - 170px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 170px), 0 calc(100% - 170px));
  }
  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-5 {
  padding: 110px 0;
  background-color: #edebe0;
}
#index-body .homepage-5 ul li .box {
  position: relative;
}
#index-body .homepage-5 ul li .box:hover::before {
  opacity: 0;
}
#index-body .homepage-5 ul li .box:hover img {
  -webkit-animation: news_clip 0.5s linear forwards;
  -moz-animation: news_clip 0.5s linear forwards;
  animation: news_clip 0.5s linear forwards;
}
#index-body .homepage-5 ul li .box:hover .text {
  color: black;
}
#index-body .homepage-5 ul li .box:hover .text p {
  opacity: 1;
}
#index-body .homepage-5 ul li .box:hover .text a.more .icon {
  border-color: black;
}
#index-body .homepage-5 ul li .box img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: news_clip2 0.5s linear forwards;
  -moz-animation: news_clip2 0.5s linear forwards;
  animation: news_clip2 0.5s linear forwards;
}
#index-body .homepage-5 ul li .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
#index-body .homepage-5 ul li .box .text {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 0 40px 15px 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 ul li .box .text p {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 ul li .box .text h4 {
  font-size: 30px;
}
#footer {
  background: url('../images/footer-bg.png') no-repeat;
  background-color: #edebe0;
}
#footer .top {
  padding: 200px 0 135px;
}
#footer .top .form {
  width: 555px;
}
#footer .top .form form {
  width: 100%;
}
#footer .top .form form input[type='text'] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
#footer .top .form form input[type='text']::-webkit-input-placeholder {
  color: #000000;
}
#footer .top .form form input[name='content'] {
  margin-bottom: 20px;
}
#footer .top .form form input[type='submit'] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: black;
  font-size: 18px;
  font-family: var(--font);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
#footer .top .form form input[type='submit']:hover {
  background-color: var(--color);
  color: #000;
}
#footer .top ul {
  max-width: 650px;
  width: 50%;
}
#footer .top ul li {
  padding-top: 10px;
}
#footer .top ul li h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
#footer .top ul li span {
  font-size: 18px;
  font-weight: 500;
}
#footer .top ul li.link span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  border-color: black;
}
#footer .top ul li.contact {
  max-width: 350px;
}
#footer .top ul li.contact span {
  margin-bottom: 15px;
  line-height: 1.6;
  display: block;
}
#footer .top ul li.contact .share a {
  font-size: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li.contact .share a:hover {
  color: var(--color);
}
#footer .top ul li.contact .share a:last-child {
  margin-right: 0;
}
#footer .bottom .box {
  margin-top: 30px;
  padding-bottom: 10px;
}
#footer .bottom .box span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .bottom .box span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom .box span a:hover {
  color: white;
}
#footer .bottom .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
  opacity: 0.6;
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 48px;
    line-height: 1.2;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 65px;
  }
  #banner .banner-content .page{
    bottom:26%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #index-body .homepage-2 .bottom {
    padding-bottom: 150px;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 186px;
  }
  #index-body .homepage-6 .bottom ul li .box .text .bot a {
    padding: 0 15px;
    font-size: 14px;
    margin: 5px 10px 5px 0;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .right {
    margin-left: 20px;
  }
  #header .nav .logo {
    max-width: 140px;
  }
  #banner .banner-content .page {
    bottom: 30%;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 170px;
  }
  #index-body .homepage-2 .bottom .box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content .page {
    display: none;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  #index-body .homepage-1 .bottom ul {
    margin: 0 -13px;
  }
  #index-body .homepage-1 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 136px;
  }
  #index-body .homepage-2 .bottom {
    background-size: contain;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 120px;
  }
  #index-body .homepage-2 .top {
    top: 80px;
  }
  #index-body .homepage-2 .bottom .box {
    max-width: 80%;
  }
  #index-body .homepage-2 .bottom ul {
    padding: 0 5%;
    height: 180px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 40px;
  }
  #index-body .homepage-2 .bottom {
    padding-bottom: 85px;
  }
  #index-body .homepage-4 .right .img {
    max-width: 200px;
  }
  #index-body .homepage-4 {
    padding: 110px 0 110px;
    background-size: contain;
  }
  #index-body .homepage-5 {
    padding: 65px 0;
  }
  #footer .top {
    padding: 150px 0 135px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.contact {
    max-width: 350px;
    margin-left: auto;
  }
  #footer .bottom .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .box span {
    text-align: center;
  }
  #footer .top .form {
    width: 50%;
  }
  #index-body .homepage-3 ul li .box h4{
    font-size: 30px;
    margin: 25px 0;
  }
  #index-body .homepage-2 .bottom .box h2 {
    font-size: 40px;
  }
  #index-body .homepage-3 ul {
    margin-top: 50px;
    display: block;
  }
  #index-body .homepage-3 ul li .box img {
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-6 .bottom ul li {
    height: 480px;
  }
  #index-body .homepage-6 .bottom ul li .box .text {
    padding: 0 25px 35px;
  }
  #index-body .homepage-6 .bottom ul li .box .text .bot a {
    padding: 5px 15px;
    height: auto;
    margin: 5px 0;
    width: 100%;
  }
  #index-body .homepage-3 ul li .box .con{
    line-height: 1.4;
  }
  #index-body .homepage-3 ul li{
    height: 400px;
  }
  #banner .banner-content .content .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .banner-content .content .top .text {
    max-width: 100%;
    text-align: left;
  }
  #banner .banner-content .content .top h2 {
    line-height: 1.6;
    font-size: 30px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-1 {
    padding: 85px 0 70px;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 86px;
  }
  #index-body .homepage-2 .top {
    top: 55px;
  }
  #index-body .homepage-2 .bottom ul li p {
    font-size: 14px;
    margin-top: 5px;
  }
  #index-body .homepage-2 .bottom ul {
    margin-top: 60px;
  }
  #index-body .homepage-3 .about-con .page {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  #index-body .homepage-4 .right .img {
    max-width: 100px;
  }
  #footer .top {
    padding: 100px 15px 105px;
  }
  #footer .top ul li {
    padding-top: 0;
  }
  #footer .top ul li.contact {
    max-width: 300px;
  }
  #footer .top ul li span {
    font-size: 16px;
  }
  #footer .top ul li h4 {
    margin-bottom: 15px;
  }
  #footer .top .form h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #index-body .homepage-2::after {
    height: 75%;
  }
  #index-body .homepage-4 .right {
    margin-left: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-4 .container {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-4 .container .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-2 .top {
    top: 30px;
  }
  #index-body .homepage-2 .top h2 {
    font-size: 66px;
  }
  #index-body .homepage-2 .bottom ul {
    padding: 20px 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: auto;
  }
  #index-body .homepage-2 .bottom ul li {
    width: 50%;
    margin: 20px 0;
  }
  
  #index-body .homepage-4 {
    padding: 80px 0;
  }
  #index-body .homepage-5 ul li .box .text h4 {
    font-size: 22px;
  }
  #footer .top .form {
    width: 100%;
    margin-bottom: 60px;
  }
  #footer .top ul li.contact {
    max-width: 100%;
  }
  #footer .top ul {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-2 .bottom .box h2 {
    font-size: 24px;
  }
  #index-body .homepage-6{
    padding-bottom: 80px;
  }
  #index-body .homepage-6 .bottom ul li .box a.img h4{
    font-size: 30px;
  }
  #banner .banner-content .content .top {
    margin: 0;
  }
  #banner .banner-content .content .top h2 {
    line-height: 1.2;
  }
  #banner .banner-content .content .top a.more,
  #banner .banner-content .content .top .text {
    display: none;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-1 {
    padding: 65px 0 70px;
  }
  #index-body .homepage-2 .top {
    top: -20px;
  }
  .more .icon {
    width: 50px;
    height: 50px;
  }
  .more .icon i {
    font-size: 24px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 30px;
  }
}













.baseLine {
  border-top: 1px solid #585858;
  opacity: .25;
}
.product-page .site-content {
  margin-top: 40px;
  margin-bottom: 150px;
}
select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: var(--background);
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../images/select_arrow.png);
  background-position: -webkit-calc(85%) center;
  background-position: -moz-calc(85%) center;
  background-position: calc(85%) center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.umimo-sorting {
  margin-bottom: 30px;
  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;
}
.umimo-sorting .woocommerce-ordering {
  position: relative;
}
.umimo-sorting .woocommerce-ordering select {
  font-size: 16px;
  line-height: 1.875;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f4f4f4;
}
.filter-toggle {
  color: var(--accent);
  font-size: 18px;
  background: transparent;
  padding: 0;
  margin-right: auto;
  outline: none;
  text-align: center;
  line-height: 46px;
}
.filter-toggle i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.filter-toggle i img {
  vertical-align: middle;
}
.filter-toggle:focus span,
.filter-toggle:hover span {
  text-decoration: underline;
}
ul.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  clear: both;
  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;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  margin-top: 15px;
  line-height: 1.2;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 450px) and (max-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.m-page {
  padding-top: 20px;
  border-top: 1px solid;
  border-top-color: #D9D9D9;
}


.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.seoPublic .Auxil-news .list ul li a.img-box{
  height: auto;
}














.umimo-canvas-filter {
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
.off-canvas-active .umimo-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.umimo-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  -moz-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}
.off-canvas-active .umimo-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_product_search {
  position: relative;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before,
.site-search form::before {
  font-size: 18px;
  color: var(--accent);
}
.widget_search form::before,
.widget_product_search form::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "\f002";
  position: absolute;
  top: 50%;
  right:15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  border-bottom: 1px solid;
  border-bottom-color: #D9D9D9;
  width: 100%;
  line-height: 1;
  padding: .813em 0;
  padding-left: 15px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.widget .product-categories .cat-item {
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget .product-categories .cat-item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
}
.widget .product-categories .cat-item a:hover {
  text-decoration: underline;
}
.widget.woocommerce li .count {
  font-size: 12px;
}
.umimo-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: #000000;
  font-size: 16px;
}
.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.product_list_widget .product-list-inner {
  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;
}
.widget_products a {
  display: block;
}
.product_list_widget li img {
  max-width: 90px;
}
.product_list_widget .product-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_list_widget .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
@media (max-width: 768px) {
  .umimo-canvas-filter {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
caption,
td,
th {
  font-weight: normal;
  text-align: inherit;
}
table.variations {
  margin-bottom: 20px;
}
.variations .label .swatch-label {
  display: none;
}
.select.swatch-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.swatch-control {
  font-size: 14px;
}
.swatch-wrapper.selected {
  -webkit-box-shadow: 0 0 0 1px #956B3A;
  box-shadow: 0 0 0 1px #956B3A;
  color: #956B3A;
}
.lakit-swatch-item-style-default.lakit-swatch-item-type-color {
  border-radius: 50%;
}
.swatch-anchor {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  border-radius: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.swatch-wrapper.selected .swatch-anchor {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.lakit-swatch-item-type-color .swatch-anchor {
  background: var(--lakit-swatch--color-1, transparent);
}
.lakit-hint {
  position: relative;
}
.lakit-hint:after,
.lakit-hint:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 50%;
  top: initial;
  right: initial;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lakit-hint:after {
  content: attr(data-hint);
  background: #171717;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: .875em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-left: initial;
  margin-top: 14px;
  margin-right: initial;
  margin-bottom: initial;
  letter-spacing: 0;
}
.lakit-hint:hover:after,
.lakit-hint:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.lakit-wrap-cart-cta .wrap-cart-cta .button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DFDFDF;
  color: #202020;
  padding: 15px 45px;
  border-radius: 30px;
  background: none;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.lakit-wrap-cart-cta .wrap-cart-cta .button:hover {
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
}
.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  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;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  margin: 0 5px -1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  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;
}
.wc-tab-title a:after {
  content: "+";
}
.wc-tab.active .wc-tab-title a::after {
  content: "−";
}
.elementor-add-to-cart > .stock,
.lakit-product-tabs .wc-tab-title,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--content .panel:not(.active) .tab-content,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:before,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 992px) {
  .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls {
    display: none;
  }
  .lakit-product-tabs .wc-tab-title {
    display: block;
  }
}
.prodet-page .prodet-1 {
  margin: 30px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: black;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-1 .right .content{
  max-height: 360px;
  padding-right: 15px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 42px;
}
.prodet-page .prodet-1 table.variations {
  border: none;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #FFFFFF;
  background-color: black;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #FFFFFF;
  background-color: black;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: black;
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #FFFFFF00;
  padding: 8px 30px;
  border-radius: 30px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #FFFFFF;
  background-color: black;
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: .7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
















.about-page .marginBox {
  padding: 0 !important;
}
.about-page .marginBox .marginTop {
  position: relative;
}
.about-page .marginBox .marginTop > img{
  width: 100%;
}
.about-page .marginBox .marginTop .play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  border: 1px solid white;
  cursor: pointer;
  cursor: hand;
}
.about-page .marginBox .marginTop .play i {
  border-left: 20px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .marginBox .marginTop .play:after,
.about-page .marginBox .marginTop .play:before {
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0 solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  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%);
  -webkit-animation: bks 2s linear infinite;
  -moz-animation: bks 2s linear infinite;
  animation: bks 2s linear infinite;
}
.about-page .marginBox .marginTop .play:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 {
  padding: 80px 0;
  text-align: center;
}
.about-page .about-1 .bottom ul {
  width: 100%;
  margin-top: 60px;
}
.about-page .about-1 .bottom ul li {
  color: black;
  padding-bottom: 10px;
   transition: all 0.5s;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 60px;
  font-family: var(--font);
  line-height: 0.8;
   transition: all 0.5s;
}

.about-page .about-1 .bottom ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.5s;
  margin-top:15px; 
}
.about-page .about-1 .bottom ul li:hover h4{
  color: var(--color);
}
.about-page .about-1 .bottom ul li:hover p{
  color: var(--color);
}
.about-page .about-1 .ui.container {
  max-width: 1400px;
}
.about-page .about-1 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0 1.5em;
  margin-bottom: 30px;
}
.about-page .about-1 a.more{
  margin: 0 auto;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-2 {
  padding:0 0 120px;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
}
.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-2 .list ul li .box a.img {
  display: block;
}
.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .content {
  padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
  font-family:var(--font);
  font-size: 30px;
  color: #242424;
  line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  margin-top: .5em;
  min-height: 3em;
  max-height: 150px;
  overflow-y: auto;
}
.about-page .about-3 {
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}
.about-page .about-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 32%;
  background: url("../images/about-3-bg.jpg") center top no-repeat;
  background-size: cover;
  z-index: -1;
}
.about-page .about-3 .ui.container {
  max-width: 1410px;
}
.about-page .about-3 .options {
  margin-top: 70px;
}
.about-page .about-3 .options ul {
  margin: -10px;
}
.about-page .about-3 .options ul li {
  padding: 10px;
}
.about-page .about-3 .options ul li span {
  font-family:var(--font);
  font-size: 22px;
  color: #332f2c;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  text-align: left;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .options ul .slick-current li span {
  border-bottom-color: var(--color);
  color: var(--color);
}
.about-page .about-3 .ret {
  margin-top: 80px;
  padding: 0 5%;
}
.about-page .about-3 .ret ul {
  margin: -5px;
}
.about-page .about-3 .ret ul li {
  padding: 5px;
}
.about-page .about-3 .ret .left {
  vertical-align: middle;
}
.about-page .about-3 .ret .left .img {
  height: 335px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-3 .ret .right {
  vertical-align: middle;
  padding-left: 0%;
  text-align: left;
}
.about-page .about-3 .ret .right span.txt {
  font-size: 30px;
  font-family:var(--font);
  text-transform: unset;
  color: var(--color);
}
.about-page .about-3 .ret .right span.h3 {
  font-size: 20px;
  color: #626262;
  margin-bottom: 1.5em;
  display: block;
  line-height: 1.6;
}
.about-page .about-3 .ret .right .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .ret .right .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .ret .right .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .ret .right .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-3 .ret .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.about-page .about-4 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul li a {
  display: block;
  position: relative;
}
.about-page .about-4 .list ul li a img {
  width: 100%;
}
.about-page .about-4 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li a:hover span {
  opacity: 1;
}
.about-page .about-4 .list ul .slick-slide {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-active {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.about-page .about-4 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.about-page .about-4 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .list ul .slick-active.slick-current + div {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active.slick-current + div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.about-page .about-5 {
  padding: 50px 0 100px;
  text-align: center;
}
.about-page .about-5 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page .about-5 .options span {
  font-size: 20px;
  font-family:var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .options span i {
  color: #bfbfbf;
}
.about-page .about-5 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.about-page .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
/*.about-page .about-5 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}*/
.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-5 .ret ul {
  margin: -8px;
}
.about-page .about-5 .ret ul li {
  padding: 8px;
}
.about-page .about-5 .ret ul li img {
  width: 100%;
}

.about-page .about-6 {
    padding: 0 0 6%
}

.about-page .about-6 .top .left {
    width: 73%
}

.about-page .about-6 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #030303;
    text-transform: uppercase
}

.about-page .about-6 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    vertical-align: bottom;
    margin-bottom: 10px
}

.about-page .about-6 .bottom {
    padding: 0
}

.about-page .about-6 .bottom .grid-box {
    padding-top: 50px;
    max-width: 100%
}

.about-page .about-6 .bottom ul li {
    padding-right: 60px;
    width: 16.6666%
}

.about-page .about-6 .bottom ul li .ig {
    position: relative;
    padding: 15px 20px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.about-page .about-6 .bottom ul li .ig:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc
}

.about-page .about-6 .bottom ul li i {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.about-page .about-6 .bottom ul li .ig > p{
  min-height: 87px;
}
.about-page .about-6 .bottom ul li p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: left
}
.about-page .about-6 .bottom ul li .ig .link_icon i{
  font-size: 30px;
}
.about-page .about-6 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2
}

.about-page .about-6 .bottom ul li:hover .content {
    opacity: 1
}

.about-page .about-6 .bottom ul li .text p {
    width: 100%;
    margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.about-page .about-6 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px
}

.about-page .about-6 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -ms-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease
}

.about-page .about-6 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.about-page .about-6 .bottom ul li .mores:hover .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible
}

.about-page .about-6 .bottom ul li:last-child {
    padding-right: 0;
    width: 16%
}

.about-page .about-6 .bottom ul li:last-child .ig:after {
    display: none
}

.about-page .about-6 .bottom ul li:hover i {
    filter: brightness(0)
}

.about-page .about-7 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-bottom: 60px;
}

.about-page .about-7 .left {
    width: 53.646%
}
.about-page .about-7 .left ul{
  position: relative;
}
.about-page .about-7 .left ul li{
  transition: .3s;
  position: relative;
  z-index: 1;
}
.about-page .about-7 .left ul li:nth-child(n+2){
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-7 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0
}

.about-page .about-7 .right .ig {
    max-width: 706px;
    padding-left: 57px
}

.about-page .about-7 .right .header {
    text-align: right
}

.about-page .about-7 .right .header .tag {
    color: #fff;
    padding-right: 138px
}

.about-page .about-7 .right .header .tag:before {
    background: #fff;
    top: 8px
}

.about-page .about-7 .right .header .title {
    font-size: 60px;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: -132px
}

.about-page .about-7 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left
}

.about-page .about-7 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255,255,255,.2)
}

.about-page .about-7 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.about-page .about-7 .right .list ul li .tit {
    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;
    font-size: 26px;
    line-height: 1.6
}

.about-page .about-7 .right .list ul li .tit em {
    width: 90%
}

.about-page .about-7 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px
}

.about-page .about-7 .right .list ul li .tit i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .about-7 .right .list ul li .tit i:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .about-7 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0
}

.about-page .about-7 .right .list ul li.active .tit i:after {
    opacity: 0
}

.about-page .about-7:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/template/en/images/about2-bg.jpg) no-repeat center
}
@media screen and (max-width: 1680px) {
    .about-page .about-6 .bottom ul li {
        padding-right:40px
    }
}

@media screen and (max-width: 1440px) {
    .about-page .about-6 .bottom ul li p {
        width:90%
    }

    .about-page .about-7 .right .header .title {
        font-size: 78px;
        margin-left: -90px
    }
}

@media screen and (max-width: 1280px) {
    .about-page .about-6 .top .left .title {
        font-size:60px
    }

    .about-page .about-6 .bottom {
        padding-left: 0
    }

    .about-page .about-6 .bottom ul li p {
        width: 100%
    }

    .about-page .about-7 {
        padding: 50px 0
    }

    .about-page .about-7 .left,.about-page .about-7 .right {
        vertical-align: middle
    }

    .about-page .about-7 .right {
        padding-top: 0
    }

    .about-page .about-7 .right .ig {
        padding-left: 30px
    }

    .about-page .about-7 .right .header .title {
        font-size: 62px;
        margin-left: 0
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-6 .top .left .title {
        font-size:60px
    }

    .about-page .about-6 .bottom ul li p {
        font-size: 21px
    }

    .about-page .about-7 .right .header .title {
        font-size: 53px
    }

    .about-page .about-7 .right .list {
        margin-top: 40px
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-6 .top .left,.about-page .about-6 .top .right {
        width:100%
    }

    .about-page .about-6 .top .right {
        margin-top: 20px
    }

    .about-page .about-6 .bottom ul {
        margin-bottom: -20px
    }

    .about-page .about-6 .bottom ul li:last-child {
        width: 33.3333%
    }

    .about-page .about-6 .bottom ul li {
        width: 33.3333%;
        margin-bottom: 20px
    }

    .about-page .about-7 .left {
        width: 100%
    }
    .about-page .about-7 .right .ig {
        padding-left: 0;
        max-width: 100%;
        margin-top: 30px;
    }
    .about-page .about-7 .right {
        width: 100%
    }

    .about-page .about-7:after {
        width: 100%
    }
    .about-page .about-7 .right .header .title {
        text-align: left;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-6 .bottom ul li {
        width:50%;
        padding-right: 20px
    }

    .about-page .about-6 .bottom ul li:last-child {
        width: 50%
    }

    .about-page .about-6 .bottom ul li:nth-child(even) {
        padding-right: 0
    }

    .about-page .about-7 .right .list ul li .tit {
        font-size: 22px
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-6 .top .left .title {
        font-size:50px
    }

    .about-page .about-6 .top .right {
        font-size: 16px;
        line-height: 1.8
    }

    .about-page .about-6 .bottom ul li {
        width: 100%;
        padding-right: 0
    }

    .about-page .about-6 .bottom ul li:last-child {
        width: 100%
    }

    .about-page .about-6 .bottom ul li .ig {
        padding: 0
    }

    .about-page .about-6 .bottom ul li .ig:after {
        display: none
    }

    .about-page .about-7 .right {
        padding: 0 15px
    }
    .about-page .about-7 .right .ig {
        padding-left: 0
    }

    .about-page .about-7 .right .header .title {
        font-size: 24px
    }

    .about-page .about-7 .right .header .con {
        font-size: 16px;
        line-height: 1.8
    }

    .about-page .about-7 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4
    }
}
.about-page .about-66 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-66 ul li {
  width: 33.333%;
  position: relative;
}
.about-page .about-66 ul li img {
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}
.about-page .about-66 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-66 ul li .text .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-66 ul li .text .box .cont {
  display: none;
}
/*.about-page .about-66 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
@media screen and (max-width: 1680px) {
  .about-page .about-66 ul li .text {
    padding: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-66 ul li .text {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-66 ul li .text {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-66 ul li .text {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-66 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-66 {
    display: none;
  }
}

.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-family:var(--font);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.faq-page .marginBox .box .left .box2 .slide span.h6:hover{
  border-color: black;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right{
  padding-left: 0;
  width: 100%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-family:var(--font);
  font-size: 26px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
  padding-right: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .marginBox {
  padding-bottom: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.news-page {
  padding: 60px 0 51px;
}
.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 1.5;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  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;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 100px 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  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;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}*/
.newdet-page{
  padding: 80px 0;
}

.inner-banner {
  background-color: rgba(161, 161, 161, 0.2);
  position: relative;
  margin-top: 90px;
}
.inner-banner .box .left {
  vertical-align: bottom;
  padding-right: 10%;
}
.inner-banner .box .left span.h2 {
  color: #ffffff;
}
.inner-banner .box .right {
  vertical-align: bottom;
}
.inner-banner .mbx {
  font-size: 20px;
  color: black;
  line-height: 1.6;
  padding: 15px 0;
}

.i-tag {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#000;
}
@media screen and (max-width: 1700px) {
    .inner-banner .box .right .mbx {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px) {
    .contact-page .contact-1 {
    padding-top: 10px;
  }
  .about-page .about-1 .text,
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box .right .mbx {
    font-size: 14px;
  }
    .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
   .inner-banner .box .left{
     width: 100%;
     padding-right: 0;
   }
   .inner-banner .box .right{
     width: 100%;
     text-align: left;
   }
   .inner-banner .box .right .mbx{
     text-align: left;
   }
   
    .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
   .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
  .news-page .ui.container ul.newslist li .text h5 {
    font-size: 20px;
  }
  .faq-page .marginBox .box .right .list ul li span.title {
    padding-right: 25px;
  }
}

@media screen and (max-width: 500px) {
    .inner-banner .box .right {
    margin-top: 5px;
  }
  .inner-banner .box .right,
  .inner-banner .box .right .mbx {
    text-align: left;
  }
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  } 
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}




.history-page {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.history-page:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url('../images/icon-meiluo2.png') center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.history-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url('../images/icon-meiluo2.png') center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 8%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .list {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.history-page .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bebebe;
  z-index: -1;
}
.history-page .list li {
  padding: 25px 0;
}
.history-page .list li .box .left {
  vertical-align: middle;
  padding: 0 8%;
  position: relative;
}
.history-page .list li .box .left .img {
  /*height: 250px;*/
  background-size: cover;
  background-position: center;
}
.history-page .list li .box .right {
  vertical-align: middle;
  padding: 0 8%;
  text-align: left;
  position: relative;
}
.history-page .list li .box .right .line {
  width: 14%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 25px;
}
.history-page .list li .box .right .line i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: inherit;
}
.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
}
.history-page .list li .box .right .line i:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.history-page .list li .box .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .list li .box .right .content span.h2 {
  color: var(--color);
  white-space: nowrap;
}
.history-page .list li .box .right .content .text {
  margin-left: 1.5em;
  font-weight: normal;
  line-height: 1.6;
}
.history-page .list li:nth-child(even) .box .left {
  left: 50%;
}
.history-page .list li:nth-child(even) .box .right {
  left: -50%;
  text-align: right;
  direction: rtl;
  padding-left: 0;
}
.history-page .list li:nth-child(odd) .box .right {
  padding-right: 0;
}
.history-page .list li:nth-child(even) .box .right .line {
  left: auto;
  right: 0;
}
.history-page .list li:nth-child(even) .box .right .line i {
  left: 100%;
}
.history-page .list li:nth-child(even) .box .right .text {
  margin-left: 0;
  margin-right: 1.5em;
  direction: ltr;
}
.history-page .cursor {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  background-color: white;
  width: 100%;
  bottom: 0;
}
.history-page .cursor span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #120c0b;
}
.history-page .cursor span.hand {
  display: inline-block;
  position: relative;
  margin-bottom: 0.7em;
}
.history-page .cursor span.hand:before {
  content: '';
  width: 3px;
  height: 10px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sx 0.8s linear infinite alternate;
  -moz-animation: sx 0.8s linear infinite alternate;
  animation: sx 0.8s linear infinite alternate;
}
@media screen and (max-width: 1600px) {
  .history-page .cursor span {
    font-size: 16px;
    line-height: 30px;
  }
  .history-page {
    padding-top: 80px;
  }
  .history-page .cursor {
    padding: 10px 0;
  }
  .history-page .cursor {
    position: static;
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .history-page {
    padding-top: 60px;
  }
  .history-page .list li .box .left .img {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .list li .box .right .line {
    top: 12px;
  }
  .history-page .list {
    margin: 40px 0 30px;
  }
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    padding: 0 4%;
  }
  .history-page .list li .box .right .line {
    width: 6%;
  }
  .history-page .list li .box .left .img {
    height: 140px;
  }
  .history-page .list li {
    padding: 10px 0;
  }
  .history-page .cursor span {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    width: 100%;
    left: 0 !important;
  }
  .history-page .list li .box .right {
    margin-top: 20px;
  }
  .history-page .list li:nth-child(even) .box .right .line {
    left: 0;
    right: auto;
  }
  .history-page .list li:nth-child(even) .box .right .line i {
    left: auto;
    left: 0;
  }
  .history-page .list li:nth-child(even) .box .right {
    direction: ltr;
    text-align: left;
  }
  .history-page .list li:nth-child(even) .box .right .text {
    margin-left: 1.5em;
    margin-right: 0;
  }
  .history-page .list:after {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page {
    padding-top: 40px;
  }
}
.history-page {
  /*background-image: url("../images/history-bg.jpg");*/
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  /*margin-top: 6%;*/
}
.history-page .left .h2{
  text-transform: uppercase;
}
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
  overflow: hidden;
}
.history-page .right span.h6 {
  color: var(--color);
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
}
.history-page .right .text {
  margin: 0.5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*border-radius: 15px;*/
  background-size: cover;
  max-width: 420px;
  margin-bottom: 100px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 8%;
  -webkit-transform: translate(0%, -47%);
  -moz-transform: translate(0%, -47%);
  -ms-transform: translate(0%, -47%);
  transform: translate(0%, -47%);
  color: var(--color);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*background-image: url("../images/icon-history.png");*/
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1450px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page .right .swiper {
    margin-right: 0;
  }
}

.contact-page .form ul {
  margin: -15px -7px;
}
.contact-page .form ul li {
  padding: 15px 7px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.contact-page .form ul li.wid-100{
  width: 100%;
}
.contact-page .form ul li input::-webkit-input-placeholder, .contact-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-moz-placeholder, .contact-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::-moz-placeholder, .contact-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-ms-input-placeholder, .contact-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::placeholder,
.contact-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li textarea {
  height: 150px;
}
.contact-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  /*font-family:var(--font);*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}




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

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

.service-page .service-1 .left .img video {
    display: block;
    width: 100%
}

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

.service-page .service-1 .right span.h2 {
    margin: 10px 0;
}

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

.service-page .service-1 .right a.more {
    margin-top: 2em
}

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

.service-page .service-2 .text {
    font-size: 18px!important;
    line-height: 32px
}

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

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

.service-page .service-2 .list ul li {
    padding: 13px;
    text-align: left
}

.service-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 900;
    color: #01a9f8;
    display: block;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden
}

.service-page .service-2 .list ul li span.num:after {
    content: '';
    width: 100%;
    background-color: #000;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -.2em
}

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

.service-page .service-2 .list ul li .text {
    line-height: 2
}

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

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

.service-page .service-3 span.h2 {
    margin-bottom: 1.2em;
    color: black;
}

.service-page .service-3 a.more {
    color: #000
}


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

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

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

.service-page .service-4 ul li span.h6 {
    font-weight: 500;
    font-size: 60px;
    display: block;
    line-height: 1.2
}

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

.service-page .service-4 ul li .text {
    color: inherit;
    margin-top: .5em
}

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

.factory-page {
    padding: 100px 0 80px
}

.factory-page .bottom .list {
    margin: 90px 0
}

.factory-page .bottom .list ul {
    margin: -35px -10px
}

.factory-page .bottom .list ul li {
    padding: 35px 10px
}

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

.factory-page .bottom .list ul li a.img-box img {
    width: 100%
}

.factory-page .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/template/en/images/icon-zoom.png") center center no-repeat rgba(1,169,248,.7);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.factory-page .bottom .list ul li a.img-box:hover:after {
    opacity: 1
}

.factory-page .bottom .list ul li span.h6 {
    font-size: 16px;
    font-weight: 500;
    color: #120c0b;
    display: block;
    margin-top: .5em
}
@media screen and (max-width: 1700px) {
      .service-page .service-2 .list ul li span.num {
        font-size: 36px
    }

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

    .service-page .service-4 {
        padding: 40px 0
    }
    .factory-page .bottom .list ul li{
      width: 20%;
    }
}
@media screen and (max-width: 1450px) {
 .service-page .service-2 .list ul li span.num {
        font-size: 32px
    }
        .service-page .service-2 .list {
        margin-top: 30px
    }
    .service-page .service-2,.service-page .service-3{
       padding: 60px 0;
    }
}
@media screen and (max-width: 1250px) {
  .service-page .service-4 ul li span.h6 {
        font-size: 28px
    }
    .factory-page .bottom .list ul li{
      width: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 .right {
        padding:0;
        width: 100%
    }

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

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

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

    .service-page .service-2 .list ul li span.num {
        font-size: 28px
    }
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin: 10px 0;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 40px;
  }
      .factory-page .bottom .list ul li{
      width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .about-page .about-2 .numList ul li span.h6,.service-page .service-4 ul li span.h6 {
        font-size: 24px
    }
    .factory-page .bottom .list ul li{
      width: 50%;
    }
}
@media screen and (max-width: 500px) {
      
.service-page .service-1 {
        padding-top:40px
    }
.service-page .service-2,.service-page .service-3,.about-page .about-4 {
        padding: 40px 0
    }

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

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

h1.shenlongh1 {
    Display: inline
}

.about-page .service-3 {
    padding-top: 7.2%;
    padding-bottom: 100px
}

.about-page .service-3 .header {
    text-align: center
}

.about-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-family: var(--font);
    margin-top: 5px
}

.about-page .service-3 .content {
    margin-top: 65px
}

.about-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px
}

.about-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.about-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px;
    height: 383px
}

.about-page .service-3 .content ul li .ig i {
    display: block
}

.about-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 20px
}

.font-18 {
    line-height: 32px
}

.about-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -moz-transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-moz-transform .4s ease-out;
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-moz-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto
}

.about-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500
}

.about-page .service-3 .content ul li.active {
    width: 50%
}

.about-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media screen and (max-width: 1440px) {
    .about-page .service-3 .content ul li .ig {
        padding:40px 30px 30px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 32px
    }
}

@media screen and (max-width: 1280px) {
    .about-page .service-3 .content ul li .ig {
        padding:40px 20px 30px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 29px
    }
}

@media screen and (max-width: 1100px) {
    .about-page .service-3 .content ul li .ig .tit {
        font-size:26px
    }
}

@media screen and (max-width: 1000px) {
    .about-page .service-3 .header .title {
        font-size:70px
    }

    .about-page .service-3 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px
    }

    .about-page .service-3 .content ul li {
        width: 50%;
        margin-bottom: 10px
    }

    .about-page .service-3 .content ul li.active {
        width: 50%
    }

    .about-page .service-3 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .about-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 17px
    }
}

@media screen and (max-width: 700px) {
    .about-page .service-3 .header .title {
        font-size:53px
    }

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

    .about-page .service-3 .content ul li .ig i {
        zoom:.7}

    .about-page .service-3 .content ul li .ig {
        padding: 10px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
        margin-top: 0
    }

    .about-page .service-3 .content ul li .ig .num {
        bottom: 0
    }
}

@media screen and (max-width: 500px) {
    .about-page .service-3 .header .title {
        font-size:36px
    }

    .about-page .service-3 .content ul li,.about-page .service-3 .content ul li.active {
        width: 100%
    }

    .about-page .service-3 .content ul li .ig {
        height: auto;
        padding: 20px 15px
    }

    .about-page .service-3 .content ul li .ig .tit {
        line-height: 1.5
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8
    }
}

.service-page .init-1 {
    padding: 103px 0 0
}

.service-page .init-1 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .init-1 .title .acc .tag {
    margin-top: 20px
}

.service-page .init-1 .title p {
    margin-top: 50px;
    max-width: 465px
}

.service-page .init-1 .top {
    margin-top: 0
}

.service-page .init-1 .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px
}

.service-page .init-1 .top ul li {
    position: relative;
    padding: 0 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: 1s
}

.service-page .init-1 .top ul li .acc {
    position: relative;
    height: 761px;
    border-radius: 30px;
    cursor: pointer
}

.service-page .init-1 .top ul li .tit3 {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box {
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    padding: 0 65px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.service-page .init-1 .top ul li .box .tit {
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

.service-page .init-1 .top ul li .box dl {
    margin-top: 60px;
    max-width: 430px
}

.service-page .init-1 .top ul li .box dl dd a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: Mulish;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    text-transform: capitalize;
    padding: 12px 0;
    padding-right: 39px;
    border-bottom: 2px solid rgba(255,255,255,.4);
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box dl dd a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 39px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/template/en/images/bann1.png) no-repeat center;
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box dl dd a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transition: .4s;
    transition: .4s
}

.service-page .init-1 .top ul li .box dl dd a:hover:before {
    width: 100%
}

.service-page .init-1 .top ul li .box dl dd a:hover {
    padding: 16.5px 15px
}

.service-page .init-1 .top ul li .box dl dd a:hover:after {
    right: 15px
}

.service-page .init-1 .top ul li.active {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7
}

.service-page .init-1 .top ul li.active .acc .tit3 {
    opacity: 0;
    z-index: -1
}

.service-page .init-1 .top ul li.active .acc .box {
    opacity: 1;
    z-index: 11
}

@media screen and (max-width: 1400px) {
    .service-page .init-1 .top ul li .box dl dd a {
        padding:10px 0
    }
}

@media screen and (max-width: 1100px) {
    .service-page .init-1 .title {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .service-page .init-1 .title p {
        max-width: 100%;
        width: 100%;
        margin-top: 15px
    }

    .service-page .init-1 {
        padding: 80px 0
    }

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

    .service-page .title .tag i {
        display: initial
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 40px;
        top: 10%
    }

    .service-page .init-1 .top ul li .box dl {
        margin-top: 30px
    }

    .service-page .init-1 .top ul li .tit3 {
        font-size: 24px
    }

    .service-page .init-1 .top ul li .acc {
        height: 620px
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 16px;
        padding: 9px 0
    }
}

@media screen and (max-width: 768px) {
    .service-page .init-1 {
        padding:50px 0
    }

    .service-page .init-1 .top ul {
        flex-wrap: wrap
    }

    .service-page .init-1 .top ul li {
        width: 100%!important;
        flex: unset!important;
        margin: 20px 0
    }

    .service-page .init-1 .top ul li .box {
        opacity: 1!important;
        z-index: 19!important
    }

    .service-page .init-1 .top ul li .tit3 {
        display: none!important
    }
}

@media screen and (max-width: 450px) {
    .service-page .init-1 .title .acc .tag {
        margin-top:10px;
        line-height: 2
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 20px
    }

    .service-page .init-1 .top ul li .box .tit {
        font-size: 24px
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 14px
    }

    .service-page .init-1 .top ul li .box dl dd a:after {
        display: none
    }
}

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

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

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

.why-page .service-2 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1600px) {
    .why-page .service-2 {
        padding:80px 0
    }

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

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

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

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

@media screen and (max-width: 1450px) {
    .why-page .service-2 .list ul li span.num {
        font-size:32px
    }

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

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

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

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

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

@media screen and (max-width: 1000px) {
    .why-page .service-2 .list ul li {
        width:25%
    }

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

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

@media screen and (max-width: 500px) {
    .why-page .service-2 {
        padding:40px 0
    }

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

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

.aft01 {
    padding: 120px 0 100px;
    background: url(/template/en/images/aft01_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.aft01 h4 {
    font-size: 30px;
    color: #333;
    margin: 16px 0 28px;
    font-weight: 700
}

.aft01 .box {
    display: flex;
    margin-bottom: 60px
}

.aft01 .box .min {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.aft01 .box .min:nth-of-type(1) {
    transition: .5s;
    background-color: #47;
    position: relative;
    z-index: 1;
    left: 0
}

.aft01 .box .min:nth-of-type(2) {
    transition: .5s;
    background-color: rgb(36 36 36/90%);
    margin-left: -42px;
    position: relative;
    right: 0
}

.aft01 .box:hover .min:nth-of-type(1) {
    left: 308px
}

.aft01 .box:hover .min:nth-of-type(2) {
    right: 308px
}

.aft01 .box .min h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

.aft01 .box .min h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

.aft01 .box .min img {
    width: 42px
}

.aft01 p {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden
}

.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px
}
.aft02 .bg_fix .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aft02 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0
}

.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}

.aft02 .top .hu_h3 {
    color: #fff
}

.aft02 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255,255,255,.4);
    margin: 28px 0;
    position: relative
}

.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
    from {
        top: 0
    }

    to {
        top: 95%
    }
}

.aft02 .top h4 {
    font-size: 48px;
    color: #fff;
    font-family: var(--font);
    line-height: 1.4
}

.aft02 .botF {
    padding: 0 90px;
    position: relative
}

.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none
}

.aft02 .botF .fa:hover {
    color: var(--color)
}

.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto
}

.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 0 40px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 420px;
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}
.aft02 .botF .swiper-button-next:after, 
.aft02 .botF .swiper-button-prev:after{
  display: none;
}
.aft02 .bot .swiper-slide{
 padding: 15px;
}
.aft02 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s
}

.aft02 .bot .box h4 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    margin-top: 54px;
    text-align: center;
    padding: 0 30px;
    line-height: 1.2;
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666;
    text-align: center;
    line-height: 32px;
    height: 52px;
    padding-top: 7px;
    margin-top: 5px
}

.aft02 .bot .box h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%
}

.aft02 .bot .box p {
    padding-right: 15px;
    font-size: 16px;
    height: 70px;
    overflow-y: auto;
    text-align: center;
    width:calc(100% - 60px);
    margin: 15px auto 0;
    color: rgba(0, 0, 0, 0.6);
}

.aft02 .bot .box:hover h5:after {
    background-color: #fff
}

.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p {
    color: #fff
}

.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,.aft02 .bot .box:hover .icon:before,.aft02 .bot .box:hover .icon:after {
    border-color: #fff
}

.font-20 {
    line-height: 36px
}

.aft02 .bot .box:hover {
    background-color: var(--color)
}

.aft02 .bot .aft02Swiper {
    width: 100%;
    margin: auto
}

.aft02 .bot {
    width: 100%;
    margin: auto;
    padding: 22px 0
}

.aft03 {
    position: relative;
    overflow: hidden
}

.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 44%;
    height: 695px;
}

.aft03 .icenter2 .le:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    z-index: 1
}

.aft03 .icenter2 .le:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0)
}

.aft03 .icenter2 .le img {
    height: 100%;
    transition: all 0.5s;
}

.aft03 .icenter2 .le:hover img {
    transform: scale(1.1)
}

.aft03 .icenter2 .ri {
    width: 50%
}

.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0
}

.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.aft03 .icenter2 .ri>ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 13px;
    content: ""
}

.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}

.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px
}

.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
    color: #333;
    width: fit-content;
    margin-bottom: 10px
}

.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 700
}

.aft03 dl dd .text h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--color)
}

.aft03 dl dd .text p {
    font-size: 18px;
    color: #666
}

.aft04 {
    background: url(/template/en/images/aft04_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    padding: 130px 0 180px
}

.aft04 .icenter2 {
    position: relative;
    z-index: 1
}

.aft04:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(239,241,247,.65);
    position: absolute;
    left: 0;
    top: 0
}

.aft04 .hu_h3 {
    padding-left: 42px
}

.aft04 dl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2
}

.aft04 dl dd {
    width: 48%;
    padding-left: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between
}

.aft04 dl dd .bg {
    position: absolute;
    width: 127px;
    left: 0;
    bottom: 0;
    transition: .5s
}

.aft04 dl dd:hover .bg {
    left: 30px;
    bottom: 30px
}

.aft04 dl dd .le {
    width: 38.5%
}

.aft04 dl dd .ri {
    width: 51%
}

.aft04 dl dd .ri .name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    width: 156px;
    height: 43px;
    border: 1px solid #d3d3d4;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.aft04 dl dd:hover .ri .name {
    background-color: #cd161d;
    color: #fff
}

.aft04 dl dd .ri .number {
    margin-top: 78px
}

.aft04 dl dd .ri .number .t {
    display: flex;
    align-items: center;
    margin-bottom: 17px
}

.aft04 dl dd .ri .number .t .icon {
    width: 65px;
    margin-right: 12px;
    animation: bounce-up-data-v-7e3caf58 1.5s linear infinite
}

.aft04 dl dd .ri .number .t a {
    font-size: 40px;
    font-weight: 700;
    color: #cd161d;
    position: relative
}

.aft04 dl dd .ri .number .t a:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -7px;
    width: 50px;
    height: 3px;
    background-color: #cd161d
}

.aft04 dl dd .ri .number span {
    font-size: 18px;
    color: #999
}

@media screen and (max-width: 1600px) {
    .aft01 {
        padding:100px 0 90px
    }

    .aft01 h4 {
        font-size: 25px;
        margin: 10px 0 22px
    }

    .aft01 .box .min {
        width: 320px;
        height: 320px
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 278px
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 278px
    }

    .aft01 .box .min h5 {
        font-size: 17px;
        margin-bottom: 26px
    }

    .aft01 .box .min h6 {
        font-size: 22px;
        margin-bottom: 44px
    }

    .aft01 .box .min img {
        width: 32px
    }

    .aft01 .box {
        margin-bottom: 38px
    }

    .aft02 .top p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 8px
    }

    .aft02 .top {
        margin-bottom: 30px
    }

    .aft02 .top h4 {
        font-size: 24px
    }

    .aft02 .top .line {
        height: 55px;
        margin: 20px 0
    }

    .aft02 .bot {
        width: 1032px;
        padding: 22px 0
    }

    .aft02 .botF {
        padding: 0 13px
    }

    .aft02 .botF .fa {
        font-size: 65px
    }

    .aft02 .bot .box {
        padding: 43px 0 40px;
        box-shadow: 0 0 11px #d8d8d8
    }

    .aft02 .bot .box .icon {
        height: 95px;
        width: 95px
    }

    .aft02 .bot .box .icon img {
        width: 48px
    }

    .aft02 .bot .box h4 {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 44px
    }

    .aft02 .bot .box h5 {
        width: 220px;
        font-size: 15px;
        line-height: 24px;
        height: 48px
    }

    .aft02 .bot .box h5:after {
        width: 17px;
        height: 3px;
        bottom: 100%
    }

    .aft02 .botF .fa-angle-left {
        left: -18px
    }

    .aft02 .botF .fa-angle-right {
        right: -18px
    }

    .aft02 {
        padding: 115px 0 90px
    }

    .aft02 .bg_fix {
        height: 555px
    }

    .aft03 .icenter2 .ri>ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px
    }

    .aft03 .icenter2 .ri>ul {
        margin: 16px 0 0
    }

    .aft03 dl dd {
        padding-top: 34px;
        padding-bottom: 12px
    }

    .aft03 dl dd .icon {
        width: 74px;
        margin-right: 50px
    }

    .aft03 dl dd .text h4 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .aft03 dl dd .text h4 strong {
        font-size: 58px
    }

    .aft03 dl dd .text h4:after {
        height: 4px
    }

    .aft03 dl dd .text p {
        font-size: 15px
    }

    .aft03 .icenter2 .le {
        height: 529px
    }

    .aft04 {
        padding: 100px 0 155px
    }

    .aft04 dl dd {
        padding-left: 36px;
        padding-bottom: 36px
    }

    .aft04 .hu_h3 {
        padding-left: 36px
    }

    .aft04 dl {
        margin-top: 38px
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 48px;
        margin-right: 10px
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 30px
    }

    .aft04 dl dd .ri .number .t a:after {
        width: 41px
    }

    .aft04 dl dd .ri .number span {
        font-size: 16px
    }

    .aft04 dl dd .ri .name {
        font-size: 16px;
        width: 133px;
        height: 38px
    }

    .aft04 dl dd .bg {
        width: 115px
    }

    .aft04 dl dd .ri .number {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1250px) {
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    width: 100%;
  }
  .aft02 .botF .swiper-button-next, 
  .aft02 .botF .swiper-button-prev{
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .aft02 .bot .box h4 {
    font-size: 20px;
  }
  .aft02 .top .hu_h3{
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .aft02 .bot .box p {
      height: auto;
      overflow-y: unset;
  }
  .aft02 .bot .box{
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
    .aft01 {
        padding:50px 0
    }

    .aft01 h4 {
        font-size: 22px;
        margin: 10px 0 22px
    }

    .aft01 .box .min {
        width: 192px;
        height: 192px
    }

    .aft01 .box .min h5 {
        font-size: 14px;
        margin-bottom: 20px
    }

    .aft01 .box .min h6 {
        font-size: 16px;
        margin-bottom: 34px;
        height: 40px;
        display: flex;
        align-items: center
    }

    .aft01 p {
        font-size: 16px
    }

    .aft01 .box .min:nth-of-type(2) {
        margin-left: -25px
    }

    .aft02 .top p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px
    }

    .aft02 .top .line {
        height: 42px;
        margin: 14px 0;
        position: relative
    }

    .aft02 .top h4 {
        font-size: 22px;
        text-align: center;
    }

    .aft02 .bot {
        width: 110%
    }

    .aft02 .top {
        margin-bottom: 50px
    }

    .aft02 .botF {
        padding: 0
    }

    @keyframes hua2 {
        from {
            top: 0
        }

        to {
            top: 95%
        }
    }

    .aft02 .bot .aft02Swiper {
        width: 100%
    }

    .aft02 .bot {
        width: 100%;
        padding: 20px
    }

    .aft02 .botF .fa-angle-left {
        left: -8px
    }

    .aft02 .botF .fa-angle-right {
        right: -8px
    }

    .aft02 {
        padding: 80px 0 40px
    }

    .aft02 .bg_fix {
        height: 530px
    }

    .aft03 .icenter2 {
        flex-flow: wrap
    }

    .aft03 .icenter2 .le {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .aft03 .icenter2 .ri {
        width: 100%
    }

    .aft03 dl dd .icon {
        width: 60px;
        margin-right: 31px
    }

    .aft03 {
        padding-bottom: 50px
    }

    .aft04 {
        padding: 50px 0 20px;
        background-attachment: unset
    }

    .aft04 .hu_h3 {
        padding-left: 0
    }

    .aft04 dl {
        margin-top: 26px;
        flex-flow: wrap
    }

    .aft04 dl dd {
        padding-left: 22px;
        padding-bottom: 22px;
        width: fit-content;
        margin-bottom: 30px
    }

    .aft04 dl dd .bg {
        width: 72px;
        bottom: 0
    }

    .aft04 dl dd .le .imgbox {
        height: 153px;
        width: 123px
    }

    .aft04 dl dd .ri .name {
        font-size: 14px;
        width: 114px;
        height: 33px
    }

    .aft04 dl dd .ri .number {
        margin-top: 38px
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 24px
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 32px;
        margin-right: 6px
    }

    .aft04 dl dd .ri .number span {
        font-size: 14px
    }

    .aft04 dl dd .ri {
        width: 60%;
        margin-left: 8%
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 168px
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 168px
    }
}
span.tag {
    font-size: 18px;
    display: block;
    color: var(--color);
    line-height: 32px;
    margin-bottom: .5em;
}
.chainList {
    padding: 80px 0 80px
}

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

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

.chainList .top .right {
    vertical-align: bottom;
}
.chainList .top .right a{
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border:1px solid var(--color);
  color: var(--color);
  font-size: 16px;
  transition: 0.5s;
}
.chainList .top .right a.active{
  background-color: var(--color);
  color:white;
}
.chainList .top .right a:first-child{
  margin-left: 0;
}
.chainList .bottom {
    margin-top: 70px
}

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

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

.chainList .bottom .list ul li img {
    border-radius: 10px
}

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

.chainList .bottom .list ul li span.h6 {
    display: block;
    margin-top: .6em;
    margin-bottom: 5px
}

.chainList .bottom .list ul li time {
    display: block;
    color: #01a9f8
}


.inner-page span.h2 {
    font-family: var(--font);
    line-height: 1.2;
    font-size: 48px;
    display: block;
    text-transform: uppercase
}


.custom-2 .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-2 .ui .top .left {
    padding-right: 65px
}

.custom-2 .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color)
}

.custom-2 .ui .top .left p {
    line-height: 2;
    margin-top: 35px
}

.custom-2 .ui .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.custom-2 .ui .bottom .left {
    padding-right: 80px
}

.custom-2 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px
}
.custom-2 .ui .bottom .right ul.list3 li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-2 .ui .bottom .right ul.list3 li.active {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.custom-2 .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.custom-2 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
    font-family: "rom"
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 35px;
    right: 25px
}

.custom-2 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}
@media screen and (max-width: 1600px) {
   .contact2-page .form ul li {
        padding:6px
    }

    .contact2-page .form ul {
        margin: -6px
    }

    .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
        font-size: 16px
    }
}
@media screen and (max-width: 1250px) {
    .custom-2 .ui .bottom .left {
        padding-right:0
    }
    .chainList .top .left{
      width: 100%;
      margin-bottom: 30px;
    }
}

@media screen and (max-width: 1000px) {
  .custom-2 .ui .bottom .right {
      padding-right:0
  }

  .custom-2 .ui .bottom {
      padding: 30px 25px
  }
  .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
    font-size:14px;
    padding: .5em
  }
  .contact2-page .contact-1 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 700px) {
  .chainList .top .right a{
    font-size: 14px;
  }
    .custom-2 .ui .top {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-2 .ui .top .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2 .ui .top .right {
        width: 100%
    }

    .custom-2 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px
    }

    .custom-2 .ui .bottom .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px
    }
}
@media screen and (max-width: 500px) {
  .chainList .top .right a{
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}

.service-page .service-6 .box {
    height: 700px;
    position: relative;
    overflow: hidden;
    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: 5%
}

.service-page .service-6 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-6 .box .mask i.active {
    opacity: 1
}

.service-page .service-6 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.service-page .service-6 .box .content span.tag {
    display: block;
    color: #d4ab57;
    margin-bottom: .5em;
    font-weight: 500
}

.service-page .service-6 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.service-page .service-6 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.service-page .service-6 .slickBtn {
    font-size: 30px;
}

.service-page .service-6 .slickBtn div {
    background-color: #eaf5fa;
    color: var(--color);
    width: 40px;
    height: 40px;
}
.service-page .service-6 .slickBtn div i{
  font-size: 18px;
}
.service-page .service-6 .slickBtn div:hover {
    color: #fff;
    background-color: var(--color)
}

.contact2-page .marginBox {
    padding-top: 0
}

.contact2-page .contact-1 {
    padding: 150px 0 110px;
    text-align: center
}

.contact2-page .contact-1 .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 3em
}

.contact2-page .contact-1 .list ul {
    margin: -20px;
    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
}

.contact2-page .contact-1 .list ul li {
    padding: 20px
}

.contact2-page .contact-1 .list ul li .box {
    padding: 35px 5% 35px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0
}

.contact2-page .contact-1 .list ul li .box i {
    display: block
}

.contact2-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto
}

.contact2-page .contact-1 .list ul li .box span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block
}

.contact2-page .contact-1 .list ul li .box p {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2
}

.contact2-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px
}

.contact2-page .map {
    position: relative;
    z-index: 1
}

.contact2-page .form ul {
    margin: -15px -7px
}

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

.contact2-page .form ul li input,.contact2-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf
}

.contact2-page .form ul li input::-webkit-input-placeholder,.contact2-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e
}

.contact2-page .form ul li input:-moz-placeholder,.contact2-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e
}

.contact2-page .form ul li input::-moz-placeholder,.contact2-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e
}

.contact2-page .form ul li input:-ms-input-placeholder,.contact2-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e
}

.contact2-page .form ul li input::placeholder,.contact2-page .form ul li textarea::placeholder {
    color: #8e8e8e
}

.contact2-page .form ul li textarea {
    height: 150px
}

.contact2-page .form ul li input[type=submit] {
    border: none;
    background: var(--color);
    color: #fff;
    font-size: 20px;
    font-family: 'rom';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.contact2-page .form ul li input[type=submit]:hover {
    background: #242424
}

.contact2-page .form ul li.wid-100 {
    width: 100%
}
@media screen and (max-width: 1450px) {
    .service-page .service-6 .box {
        height: 600px
    }
    .inner-page span.h2 {
      font-size: 36px;
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-6 .box {
        height: 500px
    }
    
}


@media screen and (max-width: 1000px) {
    .service-page .service-6 .box {
        height: 420px
    }
    .service-page .service-6 .box .content{
      width: 80%;
    }
    .inner-page span.h2 {
      font-size: 30px;
    }
}

@media screen and (max-width: 700px) {
    .service-page .service-6 .box .content {
        max-width: 100%
    }

    .service-page .service-6 .box {
        height: auto
    }

    .service-page .service-6 .box .content {
        background-color: rgba(255,255,255,.6)
    }
}




.product-cat-page {
  padding: 120px 0;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  /*font-weight: bold;*/
  color: var(--color);
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: #cca255
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner{
    margin-top: 40px;
  }
  .product-cat-page{
    padding: 85px 0;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title {
    font-size: 36px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page{
    padding: 65px 0;
  }
  .inner-banner .text .title {
    font-size: 30px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .text .title {
    display: none;
  }
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}

.product-page {
  padding: 120px 0 0;
}
.product-page .category {
  text-align: center;
}
.product-page .category ul {
  margin:0 -15px;
}
.product-page .category ul li {
  padding:0 15px;
}
.product-page .category ul li .img-box {
  display: block;
  overflow: hidden;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon-search-white.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
}
.product-page .info .list_content .text ul li{
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 10px;
}
.product-page .info .list_content .text ul li:last-child{
  margin-bottom: 0;
}
.product-page .info .list_content .text ul li:first-child{
  padding-top: 0;
  border-top:none; 
}
.product-page .info .list_content .text ul li strong{
  display: block;
  line-height: 1.8;
}
.product-page .info .list_content .text ul li .txt{
  display: none;
}
.page-header01 .logo img{
  filter: invert(1);
}
@media screen and (max-width: 1000px) {
  .product-page{
    padding-top: 60px;
  }
  .product-page .info .list_content .img{
    width: 100%;
  }
  .product-page .info .list_content .text{
    width: 100%;
    margin-top: 40px;
    padding: 0;
    max-height: unset;
  }
}

.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin: 3.25% 0;
}
.product-page .list ul {
  margin: 0 -30px;
}
.product2-page .list ul .slick-slide>div{
  height: 50% !important;
}
.product-page .list ul li {
  padding: 0 30px;
  margin: 20px 0;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 1px #dadada;
}
.product-page .list ul li .img-box img {
  display: inline-block;
  transition: 0.5s;
}
.product-page .list ul li .img-box img.i2{
  position: absolute;
  inset:0;
  opacity: 0;
}
.product-page .list ul li:hover .img-box img.i1{
  opacity: 0;
}
.product-page .list ul li:hover .img-box img.i2{
  opacity: 1;
}
.product-page .list ul li .tit {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
  display: block;
  word-wrap: break-word;
}
 .packing-delivery a.more span{ 
   color: black;
 }
@media screen and (max-width: 1280px) {
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
  .packing-delivery .left{
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .packing-delivery .right{
    width: 100%;
  }
  .chainList .top .left{
    width: 100%;
  }
  .chainList .top .right{
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .chainList .top .right a.more{
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
  .product2-page .list ul .slick-slide>div{
    height: auto !important;
  }
}