@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Regular.eot');
  src: url('../fonts/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AcuminPro-Regular.woff2') format('woff2'), url('../fonts/AcuminPro-Regular.woff') format('woff'), url('../fonts/AcuminPro-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Playfair';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  --color: #e60013;
  font-family: 'Acumin Pro';
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1766px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 17px 51px 18px;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  left: 0;
  width: 100%;
}
.mores {
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mores img {
  margin-top: 3px;
}
.mores:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#header {
  z-index: 20;
  position: fixed;
  top: 23px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 16px 0 15px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 74px;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: 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 a {
  color: #fff;
}
#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 .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search form {
  width: 122px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  border: 0;
  background: rgba(252, 252, 252, 0.3);
  padding: 0 30px 0 14px;
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:focus {
  border-color: var(--color);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 17px;
  height: 17px;
  background: url(../images/search.png) no-repeat;
  border: 0;
}
#header .nav .ui.menu .yuy span img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner,
#header.active {
  top: 0;
}
#header.inner .nav .ui.menu .logo img,
#header.active .nav .ui.menu .logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.inner .nav .ui.menu .menu-box ul.menu>li,
#header.active .nav .ui.menu .menu-box ul.menu>li {
  color: #000;
}
#header.inner .nav .ui.menu .menu-box ul.menu>li:hover,
#header.active .nav .ui.menu .menu-box ul.menu>li:hover,
#header.inner .nav .ui.menu .menu-box ul.menu>li.active,
#header.active .nav .ui.menu .menu-box ul.menu>li.active{
 color: var(--color);
}
#header.inner .nav .ui.menu .h-search form input[type="search"],
#header.active .nav .ui.menu .h-search form input[type="search"] {
  background: rgba(0, 0, 0, 0.3);
}
#header.inner::after,
#header.active::after {
  left: 0;
  width: 100%;
}
.title,
.i-title {
  font-family: 'Playfair';
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner ul li .text {
  color: #fff;
  bottom: 54px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .title {
  line-height: 1.25;
  font-weight: 500;
}
#banner ul li .text .box .title small {
  display: block;
}
#banner ul li .text .box .bottom {
  border-top: 1px solid #fcfcfc;
}
#banner ul li .text .box .link {
  background: url(../images/more-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 13px 32px 12px 37px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li .text .box .link::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .box .link:hover {
  color: #000;
}
#banner ul li .text .box .link:hover::after {
  left: 0;
  width: 100%;
}
#banner ul li .text .box .link:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#banner ul li .text .box .con {
  line-height: 1.5;
}
#banner ul li .text .box .more::after {
  background: #fff;
}
#banner ul li .text .box .more:hover {
  color: #000;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
#banner .swiper-button-next,
#banner .swiper-button-prev{
  filter: grayscale(100%) brightness(300);
  color: #fff;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-product {
  padding: 6% 0 7.8125%;
}
#index-body .i-product .header .left {
  width: 52%;
}
#index-body .i-product .header .left .title {
  line-height: 1;
}
#index-body .i-product .header .left .con {
  line-height: 1.4;
  color: #272727;
  opacity: 0.8;
}
#index-body .i-product .header .right {
  width: 38.019%;
}
#index-body .i-product .header .right .img {
  height: 258px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
#index-body .i-product .list {
  margin-top: 64px;
}
#index-body .i-product .list ul li .img {
  width: 43.952%;
  height: 300px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#index-body .i-product .list ul li .text {
  padding: 40px 0 0 150px;
  width: 56.048%;
}
#index-body .i-product .list ul li .text .title {
  margin-top: 3px;
}
#index-body .i-product .list ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #6c6c6c;
  opacity: 0.8;
  margin-top: 11px;
}
#index-body .i-product .list ul li .text .mores {
  margin-top: 21px;
}
#index-body .i-product .list .swiper {
  padding-top: 154px;
}
#index-body .i-product .list .swiper .left {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 38.467%;
  padding-left: 147px;
}
#index-body .i-product .list .swiper .left .title:hover,
#index-body .i-product .list .swiper .left .tit:hover {
  color: var(--color);
}
#index-body .i-product .list .swiper .left .tit {
  line-height: 1;
  font-weight: 500;
}
#index-body .i-product .list .swiper .left .title {
  line-height: 1.33;
}
#index-body .i-product .list .swiper .left .con {
  color: #6c6c6c;
  opacity: 0.8;
  line-height: 1.2;
}
#index-body .i-product .list .swiper .right {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  width: 61.533%;
  height: 32vw;
  max-height: 600px;
  background-size: cover;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(0.6) translateX(-220px) translateY(-700px);
  -moz-transform: scale(0.6) translateX(-220px) translateY(-700px);
  -ms-transform: scale(0.6) translateX(-220px) translateY(-700px);
  transform: scale(0.6) translateX(-220px) translateY(-700px);
}
#index-body .i-product .list .swiper .swiper-slide-active .left {
  opacity: 1;
}
#index-body .i-product .list .swiper .swiper-slide-active .right {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1) translateX(0) translateY(-140px);
  -moz-transform: scale(1) translateX(0) translateY(-140px);
  -ms-transform: scale(1) translateX(0) translateY(-140px);
  transform: scale(1) translateX(0) translateY(-140px);
}
#index-body .i-product .sub_cont {
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 110%;
  margin-left: -5%;
  position: relative;
  margin-top: 110px;
}
#index-body .i-product .sub_cont .cir {
  width: 30px;
  height: 30px;
  border: 1px solid #adadad;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 56%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}
#index-body .i-product .sub_cont .cir::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border-radius: 50%;
  background-color: #882831;
}
#index-body .i-product .bottom {
  margin-top: 49px;
}
#index-body .i-product .bottom ul {
  margin: 0 -20px;
}
#index-body .i-product .bottom ul li {
  padding: 0 20px;
}
#index-body .i-product .bottom ul li .img {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .bottom ul .slick-current li .img {
  background-color: transparent;
}
#index-body .i-category {
  background: url(../images/category-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 8.021% 0 5.0521%;
  color: #fff;
}
#index-body .i-category .header span {
  margin-top: 10px;
}
#index-body .i-category .header .mores img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-top: 12px;
}
#index-body .i-category .content .swiper-slide {
  height: 692px;
  padding-bottom: 83px;
}
#index-body .i-category .content .swiper-slide .img {
  height: 100%;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#index-body .i-category .content .swiper-slide .img span {
  position: absolute;
  z-index: 1;
  bottom: -83px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content .swiper-slide .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.53)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.53)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.53) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.53) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.53) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.53) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.53) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content .swiper-slide-active .img span {
  opacity: 1;
}
#index-body .i-category .content .swiper-slide-active .img::after {
  opacity: 1;
}
#index-body .i-category .text {
  width: 192px;
  right: -41px;
  bottom: 0;
}
#index-body .i-category .text svg {
  font-size: 16px;
  letter-spacing: 1px;
  fill: #fff;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-about {
  padding: 6% 0 5.573%;
}
#index-body .i-about .top .text {
  width: 53%;
}
#index-body .i-about .top .text span {
  line-height: 2;
}
#index-body .i-about .top .text .title {
  line-height: 1.33;
}
#index-body .i-about .top .text .con {
  line-height: 1.6;
  color: #393939;
}
#index-body .i-about .top .text .con h1 {
  display: inline;
}
#index-body .i-about .top .text .mail {
  width: 52px;
  height: 53px;
  font-size: 25px;
  line-height: 53px;
  background: #fff;
  color: #5b5b5b;
  display: inline-block;
  text-align: center;
}
#index-body .i-about .top .img {
  width: 47%;
  -webkit-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-about .top .img > img {
  width: 100%;
}
#index-body .i-about .top .img .play {
  width: 110px;
  height: 109px;
  background-color: #f6f5ed;
  border-radius: 50%;
  padding: 7px;
  font-size: 15px;
}
#index-body .i-about .top .img .play svg {
  font-size: 28px;
  fill: #393939;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-about .top .img .play i {
  position: absolute;
  border-left: 1em solid var(--color);
  border-top: .75em solid transparent;
  border-bottom: 0.75em solid transparent;
}
#index-body .i-about .bottom {
  width: 70%;
  color: #393939;
  position: relative;
  z-index: 2;
}
#index-body .i-about .bottom span {
  line-height: 1.6;
}
#index-body .i-about .bottom .num {
  line-height: 1;
}
#index-body .i-about .bottom sub {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  margin-top: 20px;
}
#index-body .i-about .xian {
  position: absolute;
  width: 100%;
  bottom: 51px;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#index-body .i-about .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center;
  left: 50%;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .icon {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 26.25%;
}
#index-body .i-advantage {
  padding: 8.28125% 0 5.3646%;
}
#index-body .i-advantage .ui.container {
  width: 1810px;
}
#index-body .i-advantage ul li {
  text-align: center;
}
#index-body .i-advantage ul li .img {
  -webkit-transform: scale(0.856);
  -moz-transform: scale(0.856);
  -ms-transform: scale(0.856);
  transform: scale(0.856);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .img img {
  width: 100%;
}
#index-body .i-advantage ul li .text {
  max-width: 429px;
  margin: -12px auto 0;
}
#index-body .i-advantage ul li .text .con {
  line-height: 1.5;
  margin-top: 15px;
  min-height: 120px;
}
#index-body .i-advantage ul .swiper-slide-active .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-advantage ul .swiper-slide-active .text {
  margin-top: 33px;
  max-width: 100%;
}
#index-body .i-advantage .swiper-button-prev,
#index-body .i-advantage .swiper-button-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  top: 39%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .swiper-button-prev:hover,
#index-body .i-advantage .swiper-button-next:hover {
  background: var(--color);
}
#index-body .i-advantage .swiper-button-prev::after,
#index-body .i-advantage .swiper-button-next::after {
  display: none;
}
#index-body .i-advantage .swiper-button-prev {
  left: 30%;
}
#index-body .i-advantage .swiper-button-next {
  right: 30%;
}
#index-body .i-news {
  padding: 5.625% 0 9.21875%;
  background: url(../images/nbg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .i-news .header .title {
  line-height: 1.2;
  width: 60%;
}
#index-body .i-news .header .mores {
  margin-top: 19px;
}
#index-body .i-news .header .mores img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-news .tit {
  font-weight: 500;
  line-height: 1.3;
}
#index-body .i-news time {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  display: inline-block;
  padding: 0 14px 0 13px;
}
#index-body .i-news p {
  line-height: 1.4;
}
#index-body .i-news .share a {
  font-size: 18px;
  margin-right: 23px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .share a:last-child {
  margin-right: 0;
}
#index-body .i-news .share a:hover {
  color: var(--color);
}
#footer .f-content .left {
  width: 37.443%;
  padding: 82px 100px 107px 0;
  border-right: 1px solid #c9c7bc;
}
#footer .f-content .left p {
  line-height: 1.5;
  width: 90%;
  margin-top: 6px;
}
#footer .f-content .left form input {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding: 6px 0;
}
#footer .f-content .left form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#footer .f-content .left form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#footer .f-content .left form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#footer .f-content .left form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#footer .f-content .left form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#footer .f-content .left form .name,
#footer .f-content .left form .mail {
  width: 46.6%;
}
#footer .f-content .left form .content {
  padding-right: 30px;
}
#footer .f-content .left form .submit_btn {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 10px;
  right: 0;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
#footer .f-content .left form .submit_btn:hover {
  background: var(--color);
  border-color: var(--color);
}
#footer .f-content .right {
  width: 62.557%;
  padding: 80px 0 80px 80px;
}
#footer .f-content .right .title {
  margin-bottom: 16px;
}
#footer .f-content .right ul li {
  font-size: 18px;
  line-height: 2;
}
#footer .f-content .right ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right ul li a:hover {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
#footer .f-content .right ul li ul {
  display: none;
}
#footer .f-content .right .f-contact {
  max-width: 302px;
}
#footer .f-content .right .f-contact ul li {
  line-height: 1.7;
}
#footer .f-content .right .f-contact ul li i {
  width: 22px;
  display: inline-block;
  text-align: center;
}
#footer .f-content .right .f-contact ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-content .right .f-contact ul li span {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  padding: 31px 0 71px;
  border-top: 1px solid #c9c7bc;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  opacity: 1;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 60px;
  }
  .font-94 {
    font-size: 60px;
  }
  #index-body .i-advantage ul li .text {
    max-width: 350px;
  }
  #footer .f-content .left {
    padding: 82px 40px 107px 0;
  }
  #footer .f-content .right {
    padding-left: 40px;
  }
  #footer .f-content .right .f-contact {
    max-width: 260px;
  }
}
@media screen and (max-width: 1250px) {
  .font-24 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 18px;
  }
  #index-body .i-category .content .swiper-slide {
    height: 600px;
  }
  #index-body .i-about .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .i-advantage ul li .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-advantage ul li .text {
    max-width: 100%;
    margin: 33px auto 0;
  }
  .font-26 {
    font-size: 26px;
  }
  #footer .f-content .right ul li {
    font-size: 16px;
  }
  #footer .f-content .right .f-contact {
    max-width: 206px;
  }
  #footer .f-content .right {
    zoom: .9;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text {
    bottom: 27px;
  }
  #banner ul li .text .box .bottom {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #banner ul li .text .box .con {
    width: 100%;
  }
  #banner ul li .text .box .btn {
    margin-top: 10px;
  }
  #index-body .i-product .list ul li .text {
    padding: 40px 0 0 30px;
  }
  #index-body .i-product .sub_cont {
    margin-top: 40px;
  }
  #index-body .i-category .header {
    padding: 0;
  }
  #index-body .i-category .content .swiper-slide {
    height: 500px;
  }
  #index-body .i-category .text {
    display: none;
  }
  #index-body .i-about .top .text {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .top .img {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-about .bottom {
    width: 100%;
  }
  #index-body .i-about .xian,
  #index-body .i-about .icon {
    display: none;
  }
  .font-30 {
    font-size: 26px;
  }
  .font-45 {
    font-size: 36px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 30px;
  }
  #footer .f-content .left {
    width: 50%;
    padding: 30px 20px 30px 0;
  }
  #footer .f-content .left p {
    width: 100%;
  }
  #footer .f-content .right {
    zoom: 1;
    width: 50%;
    padding: 30px 0 30px 20px;
  }
  #footer .f-content .right .f-nav,
  #footer .f-content .right .f-product {
    display: none;
  }
  #footer .f-content .right .f-contact {
    max-width: 100%;
  }
  #footer .f-copy {
    padding: 30px 0;
  }
  #footer .f-copy .ui.container {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    bottom: 14px;
  }
  #banner ul li .text .box .con {
    font-size: 16px;
  }
  #banner ul li .text .box .btn .link {
    font-size: 16px;
    padding: 7px 18px;
  }
  #index-body .i-product .header .left {
    width: 100%;
  }
  #index-body .i-product .header .right {
    display: none;
  }
  #index-body .i-product .list {
    margin-top: 20px;
  }
  #index-body .i-product .list ul li .text .con {
    font-size: 16px;
  }
  #index-body .i-category .header {
    text-align: center;
  }
  #index-body .i-category .header span,
  #index-body .i-category .header .title {
    display: block;
    width: 100%;
  }
  #index-body .i-category .header .title {
    font-size: 32px;
  }
  #index-body .i-category .header .mores {
    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;
    width: 100%;
  }
  #index-body .i-category .header .mores span {
    width: auto;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-advantage .swiper-button-prev {
    left: 0;
  }
  #index-body .i-advantage .swiper-button-next {
    right: 0;
  }
  .font-94 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 26px;
  }
  .font-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 24px;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  .font-100 {
    font-size: 35px;
  }
  .font-94 {
    font-size: 32px;
  }
  .font-90 {
    font-size: 30px;
  }
  .font-45 {
    font-size: 26px;
  }
  .font-26 {
    font-size: 22px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-product .list ul li .img {
    width: 100%;
  }
  #index-body .i-product .list ul li .text {
    width: 100%;
    padding: 0;
  }
  #index-body .i-category .content .swiper-slide {
    height: 360px;
    padding-bottom: 40px;
  }
  #index-body .i-category .content .swiper-slide .img span {
    bottom: -40px;
  }
  #index-body .i-news .header .title {
    width: 100%;
  }
  #index-body .i-news .content {
    margin-top: 20px;
  }
  #footer .f-content .left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  #footer .f-content .right {
    width: 100%;
    padding: 0 0 30px 0;
  }
  #footer .f-copy {
    padding: 20px 0;
  }
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 355px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 71px;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f3f3f3;
  color: black;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
  content: none;
}
.about-page .about-1 {
  padding: 80px 0;
  text-align: center;
}
/*.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;
  max-height: 360px;
    padding-right: 20px;
    overflow-y: auto;
    margin-bottom: 30px;
        text-align: left;
            max-height: 530px;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-2 {
  padding-bottom: 80px;
}
/*.about-page .about-2 .ui.container {
  max-width: 1410px;
}*/
.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-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.4;
  margin-top: .5em;
  height: 230px;
  overflow-y: auto;
}
.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-weight: bold;
  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;
  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.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%;
}
.i-tag {
  font-size: 18px;
  color: #898989;
  display: inline-block;
  position: relative;
}
.i-tag::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}
.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 .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;
    font-weight: 700;
    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
}
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: 'Playfair';
  line-height: 0.8;
   transition: all 0.5s;
}

.about-page .about-1 .bottom ul li p {
  font-size: 18px;
  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);
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  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;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 22px;
  font-weight: bold;
  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;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 100px 0 70px;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  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%);
  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: #f9bc62;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.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: #f6f1ea;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.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 {
  width: 60%;
  padding-left: 3%;
}
.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-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 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;
}
.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;
  font-weight: 700;
  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;
  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.4;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.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: 0 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;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i {
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page{
  padding-top: 80px;
}
.contact-page .marginBox {
  padding-top: 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-weight: bold;
  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;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1680px) {
    .about-page .about-6 .bottom ul li {
        padding-right:40px
    }
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .text{
    font-size: 18px;
  }
   .about-page .about-2 .list ul li .box .content {
    padding: 15px;
    height: 260px;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
   .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 60px;
  }
  .about-page .about-5 {
    padding: 80px 0;
  }
  .about-page .about-5 .options span,
  .testimonials-page .options span{
    font-size: 18px;
    width: 280px;
  }
  .about-page .about-5 .options {
    margin-top: 40px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list {
    margin: 50px 0;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .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;
  }
  .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;
  }
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .options span,
  .about-page .about-5 .options span{
    font-size: 16px;
    width: 220px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text,
  .about-page .about-1 .text{
    font-size: 16px;
  }
  .about-page .about-6 .bottom ul li p {
        width:90%
    }

    .about-page .about-7 .right .header .title {
        font-size: 78px;
        margin-left: -90px
    }
     .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
   .contact-page .contact-1 {
    padding-top: 10px;
  }
}
@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: 1250px) {
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text,
  .about-page .about-1 .text{
     font-size: 14px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .testimonials-page .options span,
  .about-page .about-5 .options span{
    font-size: 14px;
    width: 200px;
  }
  .about-page .about-5 .ret {
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
   .testimonials-page .ret .list {
    margin: 30px 0;
  }
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
}
@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) {
   .testimonials-page .options {
    display: none;
  }
    .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 {
        display: none
    }

    .about-page .about-7 .right {
        width: 100%
    }

    .about-page .about-7:after {
        width: 100%
    }
    .font-40 {
        font-size: 36px;
    }
    .about-page .about-2{
      padding-bottom: 0;
    }
    .about-page .about-7{
      margin-bottom: 0;
    }
    .faq-page .marginBox{
      padding: 60px 0;
    }
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .contact-page .marginBox{
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-5 .options span{
    width: 140px;
  }
   .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
    }
    .i-tag{
      font-size: 16px;
    }
    .font-40 {
        font-size: 28px;
    }
    .testimonials-page .marginBox{
      padding: 30px 0;
    }
    .faq-page .marginBox{
      padding: 30px 0;
    }
    .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
  }
  .news-page .ui.container ul.newslist{
    margin-top: 0;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 40px;
  }
  .newdet-page{
    padding-top: 30px;
  }
   .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .marginBox{
    padding-top: 30px;
  }
  .contact-page .contact-1{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
    .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: 40px
    }

    .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
    }
    .i-tag{
      font-size: 14px;
      line-height: 2;
    }
    .news-page{
      padding: 30px 0;
    }
    .news-page .ui.container ul.newslist li .text{
      width: 100%;
      padding: 20px 0 0 0;
    }
    .news-page .ui.container ul.newslist li{
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .news-page .ui.container ul.newslist li .text h5{
      font-size: 20px;
    }
    .news-page .ui.container ul.newslist li .date span{
      font-size: 60px;
    }
    .newdet-page .ui.container h1{
      font-size: 26px;
    }
    .newdet-page .ui.container .bottom{
      display: block;
      padding: 30px 0;
    }
    .newdet-page .ui.container .bottom .sharebox{
      margin-bottom: 20px;
    }
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.inner-page .m-page {
 margin-top: 5%;
    margin-bottom: 7%;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: #474747;
}
.inner-page .m-page span.current {
  border-color: #474747;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
    -webkit-transform: translateX(-1250px);
  }
}
@-webkit-keyframes wordsloop {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
.prodet-page .wz{
  background: var(--color);
  color: #fff;
  padding: 32px 18px;
  position: sticky;
  top: 71px;
  z-index: 1;
}
.prodet-page .wz p{
  white-space: nowrap;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
.prodet-page .prodet-1{
  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;
}
.prodet-page .prodet-1 .left{
  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;
  width: 51%;
}
.prodet-page .prodet-1 .left .navbox {
  width: 250px;
  max-height: 604px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 50px;
  overflow: auto;
}
.prodet-page .prodet-1 .left .navbox li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content:flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 10px;
}
.prodet-page .prodet-1 .left .navbox li img{
  max-width: 80px;
}
.prodet-page .prodet-1 .left .navbox li.active {
  background: #fff;
  box-shadow: inset -1px 1px 6px 2px rgb(0 0 0 / 9%);
}
.prodet-page .prodet-1 .left .imgbox {
  width: -webkit-calc(100% - 285px);
  width: -moz-calc(100% - 285px);
  width: calc(100% - 285px);
}
.prodet-page .prodet-1 .right{
  width: 49%;
}
.prodet-page .prodet-1 .right h1 {
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}
.prodet-page .prodet-1 .right dl.conlist {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .right dl.conlist dd {
  padding: 15px 0;
}
.prodet-page .prodet-1 .right dl.conlist dd ul{
  margin: -15px;
}
.prodet-page .prodet-1 .right dl.conlist dd ul li{
  padding: 15px;
}
.prodet-page .prodet-1 .right dl.conlist dd .top {
  color: var(--color);
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right dl.conlist dd .top i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
  color: #000;
}
.prodet-page .prodet-1 .right dl.conlist dd table{
  border: 0;
}
.prodet-page .prodet-1 .right dl.conlist dd table tr{
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right dl.conlist dd table tr:nth-child(even){
  background: transparent;
}
.prodet-page .prodet-1 .right dl.conlist dd table td{
  border: 0;
  padding: 10px 0 9px;
}
.prodet-page .prodet-1 .right .m-link{
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 169px;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active{
  color: var(--color);
}
.prodet-page .prodet-2 .top ul li:hover::before,
.prodet-page .prodet-2 .top ul li.active::before {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content table td{
  width: 100px !important
}
.prodet-page .prodet-2 .content table tr:nth-child(even){
  background: #fff;
}
.prodet-page .prodet-2 .content table td:nth-child(odd){
  background: #eee;
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-2 .contact-page .marginBox{
  padding-top: 45px;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-3 ul li .img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.prodet-page .prodet-3 ul li .img-box:hover .i1{
  opacity: 0;
}
.prodet-page .prodet-3 ul li .img-box:hover .i2{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .left .navbox li {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .left .navbox {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .imgbox {
    width: 100%;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}
.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
#index-body .i-partner {
  padding-bottom: 80px;
  background: #fff;
}
#index-body .i-partner ul {
  padding: 35px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#index-body .i-partner ul li {
  padding: 10px;
  text-align: center;
}
#index-body .i-partner ul li img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
#index-body .i-partner ul li:hover img {
  opacity: 1;
}
.aft02 {
    padding: 120px 0 20px;
    position: relative;
    overflow: hidden
}

.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px
}

.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: #000;
    font-family: var(--font);
}

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

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

.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    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 {
    color: #000;
    font-family: var(--font);
}

.aft02 .botF {
    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 .swiper-slide{
  padding: 15px 10px;
}
.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 30px 138px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}

.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 #000;
}

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

@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;
    color: #333;
    margin-bottom: 20px;
    margin-top: 54px;
    /*min-height: 72px;*/
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666;
    text-align: center;
    line-height: 26px;
    height: 52px
}

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

.aft02 .bot .box p {
    padding: 0 10px;
    font-size: 18px;
    height: 130px
}

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

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

.aft02 .bot .aft02Swiper {
    margin: auto
}

.aft02 .bot {
    margin: auto;
    padding: 22px 0
}
.aft03 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

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

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    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%
}

.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
}
.custom-22 .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-22 .ui .top .left {
    padding-right: 65px
}

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

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

.custom-22 .ui .bottom {
    background: #fff;
    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-22 .ui .bottom .left {
    padding-right: 80px
}

.custom-22 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px
}

.custom-22 .ui .bottom .right ul.list3 li:hover {
    background: #f3f3f3;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.custom-22 .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-22 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
    font-family: "rom"
}

.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px
}

.custom-22 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}
.service-page .service-6 .ui.container {
    width: auto;
    max-width: 1700px
}

.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: #e92333;
    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
}
.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: #000;
    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: #d80012;
}

.contact2-page .form ul li.wid-100 {
    width: 100%
}
@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: 1450px) {
    .service-page .service-6 .box {
        height: 600px
    }
}
@media screen and (max-width: 1250px) {
   .custom-22 .ui .bottom .left {
        padding-right: 0
    }
     .service-page .service-6 .box {
        height: 500px
    }
    .inner-banner{
      margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
  .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;
  }
  .aft02 {
    padding: 80px 0;
  }
   .aft02 .bg_fix {
    height: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
  }
  .aft02 .bot .box {
    padding: 50px 30px;
  }
   .aft03 .icenter2 .le {
      width: 100%;
      height: auto;
  }
  .aft03 .icenter2{
    flex-direction: column;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
    margin-top: 60px;
  } 
  .custom-22 .ui .bottom .right {
        padding-right: 0
    }
    .custom-22 .ui .bottom {
        padding: 30px 25px
    }
    .service-page .service-6 .box {
        height: 420px
    }
}
@media screen and (max-width: 700px) {
  .custom-22 .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .custom-22 .ui .top .left {
        padding-right: 0;
        width: 100%
    }
    .custom-22 .ui .top .right {
        width: 100%
    }
    .custom-22 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px
    }
    .custom-22 .ui .bottom .left {
        padding-right: 0;
        width: 100%
    }
    .custom-22 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px
    }
     .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)
    }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.product-page {
  padding-top: 150px;
}
.product-page .wrap {
  padding-bottom: 100px;
}
.product-page .wrap .sideLeft h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Playfair';
  font-weight: bold;
}
.product-page .wrap .sideLeft .des {
  font-size: 18px;
  max-height: 160px;
  overflow: auto;
  margin: 40px 0;
}
.product-page .wrap .sideLeft .list ul {
  margin: -12px;
}
.product-page .wrap .sideLeft .list ul li {
  padding: 12px;
}
.product-page .wrap .sideLeft .list ul li .box {
  position: relative;
}
.product-page .wrap .sideLeft .list ul li .box .img-box {
  position: relative;
  border: 1px solid #dcdcdc;
}
.product-page .wrap .sideLeft .list ul li .box .img-box a.block .i2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5sease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.product-page .wrap .sideLeft .list ul li .box .img-box a.block:hover .i1{
  opacity: 0;
}
.product-page .wrap .sideLeft .list ul li .box .img-box a.block:hover .i2{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-page .wrap .sideLeft .list ul li .box .img-box .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.product-page .wrap .sideLeft .list ul li .box .img-box .more::after {
  content: none;
}
.product-page .wrap .sideLeft .list ul li .box .img-box .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
  font-size: 24px;
}
.product-page .wrap .sideLeft .list ul li .box .h5 {
  font-size: 20px;
  /*text-transform: uppercase;*/
  line-height: 30px;
  font-weight: 500;
  margin: 10px 0;
}
.product-page .wrap .sideLeft .list ul li:hover .box .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .wrap .sideLeft .list ul li:hover .box .fa {
  opacity: 1;
}
.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-left: 125px;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.sideRight h5 {
  font-size: 20px;
  font-family: 'Playfair';
  font-weight: bold;
  margin-bottom: 30px;
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 20px;
  text-transform: uppercase;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: black;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro ul li .img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5sease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.sideRight .like-pro ul li .img-box:hover .i1{
  opacity: 0;
}
.sideRight .like-pro ul li .img-box:hover .i2{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 36%;
}
.sideRight .like-pro.news ul li .txt{
  width: 64%;
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 53%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
}
.sideRight .share {
  margin-bottom: 80px;
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #222;
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  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%);
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .sideRight {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .page-header01{
    position: fixed;
    z-index: 20;
    width: 100%;
  }
  #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
@media screen and (max-width: 1200px) {
  .product-page .wrap .sideLeft .list ul li .box .h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page .wrap .sideLeft h1 {
    font-size: 28px;
  }
  .product-page {
    padding-top: 70px;
  }
}

