@font-face {
  font-family: "WorkSans";
  src: url("../fonts/WorkSans.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.eot") format("eot"), url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "WorkSans";
  max-width: 1920px;
  --color: #4b3d31;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.title,
.cor {
  font-family: "CormorantGaramond";
  font-weight: bold;
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
.container {
  padding: 0 15px;
  max-width: 1830px;
  margin: auto;
  width: 100%;
}
.page-header01{
  background: #f3f2ed;
}
.mobile-menu-wrap01 .mobile-menu{
    background: #ffffff;
    color: #000000;
}
.mobileForm input{
  border: 1px solid var(--color);
}
/*.page-header01 .menu-btn{
  background: #f3f2ed;
  color: var(--color);
}*/
#innerMobileBanner .banner2{
  background-image: linear-gradient(-160deg, rgba(75,61,49,0.8), rgba(0, 0, 0, 0.05));
}
.more {
  min-width: 220px;
  background: var(--color);
  height: 56px;
  background-color: #4b3d31;
  border-radius: 28px;
  padding: 7px 9px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.more div {
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.more div span{
  flex: 1;
  text-align: center;
  padding: 0 18px;
}
.more div::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: #ffffff url(../images/jt.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  animation: an2 5s linear infinite;
}
.more div::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 21px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: var(--color);
}
.more:hover div::after {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
      background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
#header .nav {
  padding: 10px 0;
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  color: #333333;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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: 100%;
  left: 0;
  min-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 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 > 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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding-right: 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.7);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 15px;
  font-size: 18px;
}
#header .nav .ui.menu .h-language span img {
  width: 19px;
  margin-right: 11px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 5px;
}
#header .nav .ui.menu .h-language 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;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -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;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language: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 .chat {
  margin-left: 20px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide>img{
  transform: scale(1);
  transition: transform 7s ease;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  width: 100%;
}
#banner .swiper-slide .text .box {
  text-align: center;
  opacity: 0;
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
#banner .swiper-slide-active .text .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner .swiper-slide-active>img{
  transform: scale(1.1);
}
#banner .btn {
  position: absolute;
  bottom: 65px;
  width: 100%;
  z-index: 2;
}
#banner .btn .dots {
  width: 300px;
}
#banner .btn .dots .num {
  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;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
#banner .btn .dots .scrollbar {
  margin-top: 13px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  display: block !important;
}
#banner .btn .dots .scrollbar .swiper-scrollbar-drag {
  background: #ffffff;
}
#banner .play {
  width: 170px;
  height: 170px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 170px;
  position: absolute;
  right: 60px;
  bottom: 70px;
  z-index: 2;
  font-size: 36px;
}
#banner .play svg {
  width: 160px;
  height: 160px;
  font-size: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: sc 8s linear infinite;
  -moz-animation: sc 8s linear infinite;
  animation: sc 8s linear infinite;
}
#banner .play svg text {
  fill: #ffffff;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.tage {
  color: #222222;
  font-size: 18px;
  line-height: 1;
}
@-webkit-keyframes an1 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-moz-keyframes an1 {
  0% {
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes an1 {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes an2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform:  rotate(0);
    transform:  rotate(0);
  }
  100% {
    -webkit-transform:  rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body {
  background: #f3f2ed;
}
#index-body .products .tip {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
}

#index-body .products .list ul {
  margin: -15px;
}
#index-body .products .list ul li {
  padding: 15px;
}
#index-body .products .list .ig {
  padding-bottom: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .list .slickBtn{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
#index-body .products .list .slickBtn div{
  width: 58px;
  height: 58px;
  border: none;
  background: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
  color: #ffffff;
}
#index-body .products .list .slickBtn div:hover{
  background: #ffffff;
  color: var(--color);
}
#index-body .products .list .slickBtn div.prev{
   background: #ffffff;
  color: var(--color);
}
#index-body .products .list .slickBtn div.prev:hover{
  background: var(--color);
  color: #ffffff;
}
#index-body .products .swiper{
  overflow: hidden;
}
#index-body .products .list .ig .t1 {
  color: var(--color);
}
#index-body .products .list .ig .img {
  position: relative;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .list .ig .img .tip_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .list .ig .img .prev{
  font-size: 34px;
  color: #4b3d31;
	opacity: 0.4;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
   font-family: "CormorantGaramond";
}
#index-body .products .list .ig .img .next{
   font-size: 34px;
  color: #4b3d31;
	opacity: 0.4;
    position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
   font-family: "CormorantGaramond";
}
#index-body .products .list .ig .img .prev:hover,#index-body .products .list .ig .img .next:hover{
  color: #000000;
}
#index-body .products .list .ig .img .txt {
  position: absolute;
  background-color: #4b3d31;
  line-height: 22px;
  color: #ffffff;
  left: 10px;
  top: 10px;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .list .ig .img .btn {
  height: 65px;
  padding: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .list .ig .img .btn div {
  height: 45px;
  background: var(--color);
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#index-body .products .list .ig:hover {
  padding-bottom: 0;
}
#index-body .products .list .ig:hover .img .tip_img{
  opacity: 0;
}
#index-body .products .list .ig:hover .img {
  padding-bottom: 80px;
}
#index-body .products .list .ig:hover .img .txt {
  opacity: 1;
}
#index-body .products .list .ig:hover .img .btn {
  opacity: 1;
}
#index-body .categories .tip {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
}
#index-body .categories .swiper {
  overflow: hidden;
}
#index-body .categories .top .img {
  position: relative;
}
#index-body .categories .top .img .btn {
  position: absolute;
  right: 60px;
  bottom: 76px;
  display: block;
  z-index: 2;
}
#index-body .categories .top .img .btn .dot {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .categories .top .img .btn svg {
  font-size: 24px;
  position: absolute;
  width: 160px;
  height: 160px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: 1px;
  -webkit-animation: sc 8s linear infinite;
  -moz-animation: sc 8s linear infinite;
  animation: sc 8s linear infinite;
}
#index-body .categories .top .img .btn svg text {
  fill: #ffffff;
}
#index-body .categories .bottom {
  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;
}
#index-body .categories .bottom .swiper {
  width: 37%;
  background: var(--color);
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
#index-body .categories .bottom .swiper .ig {
  padding: 50px 50px 70px;
}
#index-body .categories .bottom .swiper .cont {
  line-height: 1.8;
}
#index-body .categories .bottom .btns {
  width: 60%;
  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-bottom: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .categories .bottom .btns .scrollbar {
  margin-right: 30px;
  margin-top: 13px;
  height: 2px;
  background: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
}
#index-body .categories .bottom .btns .scrollbar .swiper-scrollbar-drag {
  background: #4b3d31;
}
#index-body .categories .bottom .btns .prev,
#index-body .categories .bottom .btns .next {
  width: 58px;
  height: 58px;
  border: solid 1px rgba(75, 61, 49, 0.6);
  color: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
#index-body .categories .bottom .btns .prev:hover,
#index-body .categories .bottom .btns .next:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .professional .tip {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
}
#index-body .professional .list {
  background: url(../images/a_bg.jpg) no-repeat center top;
  position: relative;
  z-index: 2;
}
#index-body .professional .list::after {
  content: "";
  display: block;
  width: 281px;
  height: 583px;
  background-color: #4b3d31;
  opacity: 0.08;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .professional .list .left {
  width: 30%;
}
#index-body .professional .list .left .img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: an1 7s linear infinite alternate;
  -moz-animation: an1 7s linear infinite alternate;
  animation: an1 7s linear infinite alternate;
}
#index-body .professional .list .center {
  width: 29%;
}
#index-body .professional .list .center .cont {
  line-height: 1.8;
}
#index-body .professional .list .right {
  width: 33%;
}
#index-body .support .right {
  width: 67%;
}
#index-body .support .right img {
  width: 100%;
}
#index-body .support .left {
  width: 33%;
}
#index-body .support .left .title {
  line-height: 1.2;
}
#index-body .support .left .cont {
  line-height: 1.8;
}
#index-body .trackpad {
  position: relative;
  background: rgba(75, 61, 49, 0.35);
  overflow: hidden;
  /*cursor: default;*/
  /* 画布层: 负责渲染跟随图片和停留图片 (绝对定位覆盖) */
  /* 动态图片元素公用样式: 绝对定位 + 平滑跟随/淡出动画 */
  /* 停留图片（旧图）特殊状态：消失动画部分靠transition和js定时器 */
}
#index-body .trackpad .tit {
  font-size: 120px;
  font-weight: bold;
  color: #ffffff;
  max-width: 1550px;
  text-align: center;
  color: #f0efe9;
  line-height: 1.1;
  margin: 0 auto;
}
#index-body .trackpad .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .trackpad .btn .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 75px 0 70px;
}
#index-body .trackpad .btn .m1 {
  margin-left: 95px;
  background-color: #f0efe9;
  color: #4b3d31;
}
#index-body .trackpad .btn .more{
  min-width: 255px;
}
  /* 主交互板块 */
#index-body .trackpad {
   position: relative;
   width: 100%;
   cursor: default;
   overflow: hidden;
   transition: all 0.2s ease;
}

#index-body .trackpad::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,240,0.1) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

    
        /* 图片容器层 */
#index-body .trackpad .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
   }

        /* 每个跟随图片的样式 */
#index-body .trackpad .float-img {
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
  pointer-events: none;
  will-change: left, top;
 }

        /* 消失动画: 纯粹缩小 + 渐隐 */
#index-body .trackpad .float-img.dissolve-out {
   animation: shrinkFadeOut 1.5s forwards;
   }

 @keyframes shrinkFadeOut {
      0% {
                opacity: 1;
                transform: scale(1);
            }
         
            100% {
                opacity: 0;
                transform: scale(0.6);
                visibility: hidden;
            }
 }

 .trackpad:hover {
     cursor: none;
 }
 @media (max-width: 1300px) {
     .float-img {
         width: 200px;
         height: 200px;
     }
  
  
 }
 @media (max-width: 1000px) {
     .float-img {
         width: 150px;
         height: 150px;
     }
  
  
 }
 @media (max-width: 760px) {
     .float-img {
         width: 55px;
         height: 55px;
         border-radius: 16px;
     }
   
  
 }
strong {
  font-weight: bold;
}
#index-body .partner {
  margin-top: 90px;
  padding: 15px 0;
  border-top: 1px solid #d2d0cc;
  border-bottom: 1px solid #d2d0cc;
}
#index-body .partner ul{
 margin:0 -15px;
}
#index-body .partner li{
padding: 15px;
}
#index-body .partner .list2{
  direction: rtl;
}
/*#index-body .partner .list2 .slick-slider:not(.slick-vertical) .slick-track{
  margin-left: 0;
  margin-right: 0;
}*/
#footer {
  background: #f3f2ed;
  color: var(--color);
}
#footer .f-top {
  margin-bottom: -85px;
}
#footer .f-top .map {
  width: 55%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer .f-top .right {
  width: 32%;
}
#footer .f-top .right .tip {
  line-height: 1;
}
#footer .f-top .right .tip i {
  color: #a6a6a6;
  opacity: 0.5;
}
#footer .f-top .right .tip .t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .right .tip .t2 .go_top {
  width: 70px;
  height: 70px;
  background-color: #4b3d31;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 32px;
  position: relative;
}
#footer .f-top .right .tip .t2 .go_top svg {
  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%);
  line-height: 1;
  width: 120px;
  height: 120px;
  font-size: 23px;
  opacity: 0.8;
  font-weight: 400;
  -webkit-animation: sc 8s linear infinite;
  -moz-animation: sc 8s linear infinite;
  animation: sc 8s linear infinite;
}
#footer .f-top .right .tip .t2 .go_top svg text {
  fill: #a6a6a6;
}
#footer .f-top .right .f-form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .right .f-form ul li {
  margin-bottom: 25px;
}
#footer .f-top .right .f-form ul li input {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  font-weight: 400;
  padding: 0 17px;
}
#footer .f-top .right .f-form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li textarea {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  font-weight: 400;
  padding: 17px;
}
#footer .f-top .right .f-form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-top .right .f-form ul .i1 {
  width: 48%;
}
#footer .f-top .right .f-form ul .i2 {
  width: 100%;
}
#footer .f-top .right .f-form ul .submit {
  margin: 0 0 0 auto;
}
#footer .f-top .right .f-form ul .submit .more{
  border: none;
  min-width: 180px;
}
#footer .f-box {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 60px;
}
#footer .f-box .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#footer .f-box .f-nav li {
  line-height: 2;
  margin-bottom: 0.5em;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-nav li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-nav li a:hover {
  opacity: 0.6;
}
#footer .f-box .f-news {
  max-width: 363px;
}
#footer .f-box .f-news .ig {
  padding: 20px 0 5px;
  border-bottom: 1px solid #a6a6a6;
  position: relative;
}
#footer .f-box .f-news .ig .time {
  font-weight: 300;
  color: #666666;
  font-style: italic;
  font-size: 14px;
}
#footer .f-box .f-news .ig .cont {
  font-weight: 300;
  color: #777777;
  font-size: 14px;
  line-height: 1.4;
  height: 2.8em;
  padding-right: 40px;
}
#footer .f-box .f-news .ig .jt {
  position: absolute;
  right: 0;
  bottom: 10px;
  line-height: 1;
}
#footer .f-box .f-news .ig .t1 {
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-news .ig .t1:hover {
  opacity: 0.6;
}
#footer .f-box .f-contact {
  max-width: 440px;
}
#footer .f-box .f-contact li {
  line-height: 2;
  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;
}
#footer .f-box .f-contact li .icon {
  width: 26px;
  margin-right: 26px;
  padding-top: 10px;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-left: 100px;
}
#footer .f-box .f-code #ewm {
  width: 84px;
  height: 84px;
  border: 4px solid #ffffff;
  background-color: #ffffff;
}
#footer .f-box .f-code .share {
  margin-left: 8px;
  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;
}
#footer .f-box .f-code .share a {
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  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;
  margin-left: 10px;
}
#footer .f-copy {
  font-size: 16px;
  background-color: var(--color);
  line-height: 1.8;
  color: #f0efe9;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #f0efe9;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #f0efe9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: #f3f2ed;
}
#footer .f-copy svg:hover text {
  fill: #f3f2ed;
}
@media screen and (max-width: 1850px) {
  #footer .f-top .right {
    width: 35%;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    zoom: 0.8;
  }
  #header .nav .ui.menu .chat {
    zoom: 0.8;
  }
  #index-body .trackpad .tit {
    font-size: 100px;
  }
  #footer .f-box .f-code {
    padding-left: 30px;
  }
  #footer .f-top .right {
    width: 37%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .chat {
    display: none;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .trackpad .tit {
    font-size: 80px;
  }
  #index-body .professional .list::after {
    height: 480px;
  }
  #footer .f-top .right {
    width: 42%;
  }
}
@media screen and (max-width: 1300px) {
      div.container {
        width: 970px;
    }
    #header{
      display: none;
    }
    .page-header01{
      display: flex;
    }
  #banner,
  .inner-banner {
    margin-top: 0;
  }
  #footer .f-box .f-code {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-code {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .f-box .f-code #ewm {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  #footer .f-top {
    margin-bottom: 20px;
  }
  #footer .f-box .f-contact {
    max-width: 320px;
  }
  #footer .f-top .right .tip .t2 .go_top {
    zoom: 0.75;
  }
  #footer .f-top .map {
    width: 50%;
  }
  #footer .f-top .right {
    width: 45%;
  }
  #banner .play {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1100px) {
  #banner .btn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
      div.container {
        width: 700px;
    }
  #index-body .products .list .slickBtn{
    zoom: 0.85;
  }
  #index-body .categories .top .img .btn {
    zoom: 0.8;
  }
  #index-body .categories .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .categories .bottom .swiper {
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  #index-body .categories .bottom .btns {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  #index-body .professional .list .left {
    display: none;
  }
  #index-body .professional .list .center {
    width: 100%;
    padding-top: 0;
  }
  #index-body .professional .list .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .professional .list .right img {
    width: 100%;
  }
  #index-body .support .left {
    margin-bottom: 30px;
  }
  #index-body .trackpad .tit {
    font-size: 50px;
  }
  #footer .f-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top .map {
    width: 100%;
  }
  #footer .f-top .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .f-box .tit {
    font-size: 22px;
  }
  #footer .f-box .f-news,
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #banner .play,
  #index-body .categories .top .img .btn {
    zoom: 0.7;
  }
  #index-body .categories .bottom .btns .prev,
  #index-body .categories .bottom .btns .next {
    zoom: 0.8;
  }
  #index-body .trackpad .btn .m1 {
    margin-left: 40px;
  }
  .font-30 {
    font-size: 20px;
  }
  #index-body .partner img{
    zoom: 0.8;
  }
}
@media screen and (max-width: 700px) {
  div.container {
        width: 100%;
    }
  #index-body .products .list .slickBtn{
    display: none;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  .tage {
    font-size: 16px;
  }
  .font-46 {
    font-size: 24px;
  }
  .font-43 {
    font-size: 22px;
  }
  #index-body .trackpad .tit {
    font-size: 40px;
  }
  #banner .play {
    zoom: 0.5;
    bottom: 20px;
  }
  #index-body .categories .top .img .btn {
    zoom: 0.6;
  }
  .more {
    zoom: 0.8;
  }
  #banner .swiper-slide > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .trackpad .btn .btn-box {
    padding: 30px 0;
  }
  #footer .f-top .right .f-form ul .i1{
    width: 100%;
  }
   #index-body .partner img{
    zoom: 0.65;
  }
  #index-body .partner ul{
 margin:0 -10px;
}
#index-body .partner li{
padding: 10px;
}
#index-body .partner{
  margin-top: 50px;
}
}
@media screen and (max-width: 500px) {
  #index-body .trackpad .tit {
    font-size: 28px;
  }
  #index-body .categories .bottom .swiper .ig {
    padding: 30px 30px 40px;
  }
  .font-100 {
    font-size: 30px;
  }
  .more {
    zoom: 0.7;
  }
  #banner .play {
    zoom: 0.4;
  }
  #index-body .categories .top .img .btn {
    zoom: 0.45;
  }
  #index-body .trackpad .btn .m1 {
    margin-left: 12px;
  }
}


/*inner*/

.inner_banner_ani_2 {
  -webkit-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -moz-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -o-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
}
@-webkit-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.inner_banner_ani {
  -webkit-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -moz-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -o-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
}
@-webkit-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@-moz-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@-o-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
.inner-page{
  background: #f3f2ed;
}
.inner-banner {
  margin-top: 100px;
    background: #f3f2ed;
}
.inner-banner .ig{
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 80px 0;
}
.inner-banner .container .animtext_banner span {

  position: relative;
}

.inner-banner .container .des {
  font-size: 14px;
  color: #999;
}
.inner-banner .container .title {
  margin-top: 20px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.inner-banner .container .title.pro{
  font-size: 50px;
}
.inner-banner .container .mbx {
  font-size: 16px;
  color: #999;
  margin-top: 40px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .inner-banner .container .title {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .inner-banner{
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
   .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .container .title {
    font-size: 40px;
  }
  .inner-banner .container .title.pro{
    font-size: 40px;
  }
}
@media (max-width: 500px) {
    .inner-banner {
    padding: 40px 0;
  }
  .inner-banner .container .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .inner-banner .container .title.pro{
    font-size: 24px;
  }
  .inner-banner .container .mbx {
    margin-top: 10px;
  }
}
/*faq*/

.faq-page .container .list {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page .container .list .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page .container .list .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 500px){
  .faq-page {
    padding-bottom: 40px;
  }
  .faq-page .container .list .title {
    font-size: 18px;
    line-height: 1.4;
  }
}



/*contact*/

.contact-page {
  padding-top: 6%;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  /*font-size: 38px;
  line-height: 60px;
  height: 60px;*/
  line-height: 1.7;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
  display: block;
  margin: 0 auto;
   
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@media screen and (max-width: 1300px) {
  .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
  
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .box .form ul li label {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
    width: 100%;
  }
}
@media screen and (max-width: 500px){
    .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}


/*news-page*/


/* news */
.news-page {
  padding: 60px 0;
}
.news-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
  position: sticky;
  top: 120px;
}
.news-page .sidebar-box .sidebar-right {
  width: 70%;
}

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

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


@media screen and (max-width: 1000px) {
  .news-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .news-page .sidebar-box .sidebar-left{
    display: none;
  }

  .Auxil-industry{
    display: none !important;
  }
}

.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

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

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
  line-height: 1.8;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 500;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 2;
}
.list.newsList ul li .content .right h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color);
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 1.5;
}


@media screen and (max-width: 1000px) {
  .list.newsList ul li{
    padding: 15px;
  }

  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }

  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}


.newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .newdet-content{
    padding-right: 0;
  }

  .newdet-content .content{
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}


.m-page {
  text-align: center;
  margin-top: 40px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.m-page a:hover,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
@media (max-width: 500px) {
   .m-page {
    margin-top: 20px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
    height: 28px;
  }
}



.related .det-3 {
  margin-top: 60px;
}
.related .det-3 .title h3 {
  /*font-size: 18px;*/
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.related .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
  /*font-size: 26px;*/
  line-height: 2;
}
.related .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.related .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.related .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.related .det-3 .det-3-box ul li .ig {
  display: block;
}
.related .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.related .det-3 .det-3-box ul li .ig .img img{
  margin: auto;
}
.related .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.related .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.related .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12.5px;
}
.related .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    /*text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
    font-weight: 500;
}
.related .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.related .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.related .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.related .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.related .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.related .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/banner-btn-r.png");
    right: -40px;
}
@media screen and (max-width: 1000px) {
  .related .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
   .related .det-3 .title h3 span{
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .related .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .related .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }

  .related .det-3 .det-3-box ul .slick-arrow.slick-prev{
      left: 0px;
  }
  .related .det-3 .det-3-box ul .slick-arrow.slick-next{
      right: 0px;
  }
}

.gallery-page .gallery-list ul{
  margin: -10px;
}
.gallery-page .gallery-list ul li{
  padding: 10px;
}




.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .top .img {
  width: 41.5%;
  position: relative;
  padding-bottom: 100px;
  vertical-align: middle;
}
.about-page .about-1 .top .img .i2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-1 .top .text {
  width: 58.5%;
  vertical-align: middle;
  padding-left: 7.4%;
}
.about-page .about-1 .top .text .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #83827F;
}
.about-page .about-1 .top .text .time {
  margin-top: 30px;
  font-size: 17px;
  color: #83827F;
  letter-spacing: 1px;
}
.about-page .about-1 .top .text .more {
  margin-top: 40px;
}
.about-page .about-1 #index-body .about {
  padding: 0;
}
.about-page .about-1 #index-body .about .bottom {
  padding-top: 120px;
}
.about-page .about-2 .ui.container {
  max-width: 1810px;
  width: 100%;
}
.about-page .about-2 .box {
  background: url(/toafg/2026/06/16/634732.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  background-size: cover;
  padding: 16.3%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .play {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  fill: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(71, 26, 26, 0);
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  width: 101px;
  height: 101px;
  line-height: 100px;
  position: relative;
}
.about-page .about-2 .box .play i {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(232, 200, 37, 0.5);
  opacity: 0;
}
.about-page .about-2 .box .play:hover i {
  opacity: 1;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-3 {
  padding: 120px 0 100px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-3 .header .left {
  width: 35%;
}
.about-page .about-3 .header .middle {
  width: 52%;
  padding-top: 50px;
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.about-page .about-3 .header .right {
  width: 13%;
  text-align: right;
  padding-top: 75px;
}
.about-page .about-3 .header .right .swiper-button-next,
.about-page .about-3 .header .right .swiper-button-prev {
  position: inherit;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D1D0C8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .header .right .swiper-button-next:hover,
.about-page .about-3 .header .right .swiper-button-prev:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.about-page .about-3 .header .right .swiper-button-next {
  background: url(../images/p-next.png) no-repeat center center;
}
.about-page .about-3 .header .right .swiper-button-prev {
  background: url(../images/p-prev.png) no-repeat center center;
}
.about-page .about-3 .content {
  margin-top: 45px;
}
.about-page .about-3 .content .swiper-container {
  overflow: inherit;
}
.about-page .about-3 .content .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .content .swiper-slide a.img-box {
  display: block;
  height: 421px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-page .about-3 .content .swiper-slide:nth-child(odd) {
  width: 35% !important;
}
.about-page .about-3 .content .swiper-slide:nth-child(even) {
  /*width: 65% !important;*/
}
.about-page .about-3 .content .swiper-slide .desc {
  width: auto;
  max-width: -webkit-calc(70%);
  max-width: -moz-calc(70%);
  max-width: calc(70%);
  height: auto;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 23px 28px 21px;
  background-color: #f6f5ed;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.about-page .about-3 .content .swiper-slide .desc h5 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}
.about-page .about-3 .content .swiper-slide .desc .post_meta {
  font-size: 16px;
  color: #83827F;
  line-height: 1.7;
}
.about-page .about-3 .content .swiper-slide:hover .desc {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-3 .bottom{
  padding: 100px 0 0 0;
  background: #f6f5ed;
}
.about-page .about-4 {
  padding: 120px 0;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .left {
  width: 32.576%;
}
.about-page .about-4 .box .right {
  width: 67.424%;
  padding-top: 50px;
}
.about-page .about-4 .box .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .right .top .desc {
  width: 73.968%;
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.about-page .about-4 .box .right .top .mores {
  width: 25.876%;
  text-align: right;
  font-size: 16px;
  color: #181818;
  line-height: 1;
}
.about-page .about-4 .box .right .top .mores i {
  display: inline-block;
  margin-left: 5px;
}
.about-page .about-4 .bottom {
  margin-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin-right: -20px;
}
.about-page .about-4 .bottom ul li {
  padding-right: 20px;
}
.about-page .about-4 .bottom ul li .img-box{
  display: block;
}
.about-page .about-4 .bottom ul li .ig {
  padding: 15px 30px;
  min-height: 130px;
  background-color: #ffffff;
  border: 1px solid #D1D0C8;
  text-align: center;
  line-height: 130px;
  position: relative;
}
.about-page .about-4 .bottom ul li .ig img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .bottom ul li .ig .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  opacity: 0;
  background: #ffffff;
}
.about-page .about-4 .bottom ul li .ig .info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #222733;
}
.about-page .about-4 .bottom ul li .ig .info p {
  font-size: 16px;
  color: #7a7e83;
  line-height: 1.5;
}
.about-page .about-4 .bottom ul li .ig:hover .info {
  opacity: 1;
}

.about-page .about-1 .bottom {
  text-align: center;
  padding-top: 139px;
}
.about-page .about-1 .bottom ul li {
  color: #393939;
}
.about-page .about-1 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  /*font-weight: bold;*/
}
.about-page .about-1 .bottom ul li h3 {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  margin-top: 11px;

}
.about-page .about-1 .bottom ul li h3 span{
 font-size: 28px;
}
.about-page .about-3 .bottom {
  background-color: #efeee8;
  padding: 58px 0 62px;
}
.about-page .about-3 .bottom .left {
  width: 64%;
  vertical-align: middle;
}
.about-page .about-3 .bottom .left ul li {
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-page .about-3 .bottom .left ul li .img {
  display: block;
}
.about-page .about-3 .bottom .left ul li .img img {
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .bottom .left ul li .img:hover img {
  opacity: 1;
}
.about-page .about-3 .bottom .right {
  width: 36%;
  vertical-align: middle;
  text-align: right;
  font-size: 35px;
  line-height: 1.2;
}
.about-page .about-3 .bottom .right h3 {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1300px) {
  .about-page .about-1 .top .img {
    width: 47.5%;
  }
  .about-page .about-1 .top .text {
    width: 52.5%;
    padding-left: 4%;
  }
  .about-page .about-3 .bottom .right h3 {
    width: 94%;
  }
  .about-page .about-1 .bottom ul{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .about-page .about-1 .bottom ul li h3{
    font-size: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 {
    padding: 100px 0;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 100px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 100px 0;
  }
   .about-page .about-3 .bottom .right {
    font-size: 32px;
  }
  .about-page .about-3 .bottom .right H3 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
   .about-page .about-3 .bottom .right {
    font-size: 30px;
  }
   .about-page .about-1 .bottom {
    padding-top: 60px;
  }
  .about-page .about-1 .bottom ul {
    margin-bottom: -10px;
  }
  .about-page .about-1 .bottom ul li {
    margin-bottom: 10px;
  }
  .about-page .about-1 .bottom ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:20px;
  }
  .about-page .about-1 .bottom ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
  .about-page .about-1 .bottom ul li h3 span{
    font-size: 21px
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .top .img {
    width: 100%;
  }
  .about-page .about-1 .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-3 .bottom{
    padding-top: 60px;
  }
  .about-page .about-4 .box .right{
    width: 100%;
    padding-top: 30px;
  }
  .about-page .about-4 .box .left{
    width: 100%;
  }
  .about-page .about-1 .top .text{
    margin-top: 30px;
  }
  .about-page .about-4 .box .right .top{
    flex-wrap: wrap;
  }
    .about-page .about-4 .box .right .top .more{
      display: block;
      margin: 30px 0 0 auto
    }
    .about-page .about-4 .box .right .top .desc{
      width: 100%;
    }
    .about-page .about-3 .bottom {
      display: none;
    }
    
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    padding: 30px 0;
  }
  .about-page .about-2 .box .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 30px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .header .middle {
    padding-top: 20px;
    width: 75%;
    font-size: 16px;
  }
  .about-page .about-3 .header .right {
    padding-top: 36px;
    width: 25%;
  }
  .about-page .about-3 .content .swiper-slide a.img-box {
    height: 221px;
  }
  .about-page .about-4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .desc {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul li h3{
    font-size: 30px;
  }
  .about-page .about-1 .bottom ul li h3 span{
    font-size: 18px;
  }
  .about-page .about-1 .bottom ul li p{
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .img {
    display: none;
  }
  .about-page .about-1 .top .text {
    padding-top: 0;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .top .text .time {
    margin-top: 15px;
  }
  .about-page .about-1 .top .text .more {
    margin-top: 15px;
  }
  .about-page .about-2 .box .play {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-page .about-3 .header .middle {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
  }
  .about-page .about-3 .content {
    margin-top: 25px;
  }
  .about-page .about-4 .box .right {
    padding-top: 20px;
  }
  .about-page .about-4 .box .right .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .right .top .desc {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .mores {
    width: 100%;
  }
  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
}
.product-page .pro_nav_box{
  position: fixed;
  left: 0;
  top: 0;
   width: 100%;
  height: 100vh;
  z-index: 777;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.product-page .pro_nav_box .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
 
}
.product-page .pro_nav_box .pro_nav{
   width: 360px;
  padding:50px 30px;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translate(-100%);
  transition: .5s;
}
.product-page .pro_nav_box.active .pro_nav{
    transform: translate(0);
}
.product-page .pro_nav_box.active{
   /*display: block;*/
       visibility: visible;
       opacity: 1;
}
.product-page .pro_nav_box .pro_nav .close{
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.product-page .pro_nav_box .pro_nav .saerch #s{
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000000;
  padding-right: 45px;
}
.product-page .pro_nav_box .pro_nav .saerch .submit{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 5px;
  background: url(../images/search.png) no-repeat center center;
  border: none;
}

.product-page .pro_nav_box .pro_nav .nav_item li ul{
  padding-left: 15px;
}
.product-page .pro_nav_box .pro_nav .nav_item li a{
  transition: .5s;
 
}
.product-page .pro_nav_box .pro_nav  li a:hover,.product-page .pro_nav_box .pro_nav  li a.active{
  color: var(--color);
   text-decoration: underline;
}
.product-page .pro_nav_box .pro_nav .nav_list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page .pro_nav_box .pro_nav .nav_list li .img{
  width: 40%;
}
.product-page .pro_nav_box .pro_nav .nav_list li .t1{
  width: 100%;
}
.product-page .product-1 .top .search-box{
 max-width: 700px;
 margin: 0 auto;
}
.product-page .product-1 .top .search-box form{
  padding-right: 50px;
  position: relative;
}

.product-page .product-1 .top .search-box #s{
  width: 100%;
  height: 50px;
  border: none;
  font-size: 18px;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  
}
.product-page .product-1 .top .search-box .sub{
  width: 40px;
  height: 40px;
  background: url(../images/icon-search.png) no-repeat center center / 30px;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.product-page .product-1 .top .tip_nav{
  font-size: 18px;
  margin-top: 20px;
}
.product-page .product-1 .top .tip_nav ul{
  margin: -10px;
}
.product-page .product-1 .top .tip_nav ul li{
  padding: 10px;
  opacity: 0.5;
  transition: .5s;
}
.product-page .product-1 .top .tip_nav ul li:hover,.product-page .product-1 .top .tip_nav ul li.active{
  text-decoration: underline;
  opacity: 1;
}

.product-page .product-1 .center .filter_btn{
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}
.product-page .product-1 .center .filter_btn i{
  margin-right: 10px;
}  
.product-page .product-1 .list>ul{
  margin: -15px;
}
.product-page .product-1 .list>ul>li{
  padding: 15px;
}
.product-page .product-1 .list .ig {
  padding-bottom: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .t1 {
  color: var(--color);
  margin-top: 15px;
}
.product-page .product-1 .list .ig .img {
  position: relative;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .tip_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .prev{
  font-size: 34px;
  color: #4b3d31;
	opacity: 0.4;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
   background: none;
   width: auto;
   height: auto;
}
.product-page .product-1 .list .ig .img .next{
   font-size: 34px;
  color: #4b3d31;
	opacity: 0.4;
    position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
   background: none;
   width: auto;
   height: auto;
}
.product-page .product-1 .list .ig .img .prev:hover,.product-page .product-1 .list .ig .img .next:hover{
  color: #000000;
}
.product-page .product-1 .list .ig .img .txt {
  position: absolute;
  background-color: #4b3d31;
  line-height: 22px;
  color: #ffffff;
  left: 10px;
  top: 10px;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .btn {
  height: 65px;
  padding: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .btn div {
  height: 45px;
  background: var(--color);
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.product-page .product-1 .list .ig:hover {
  padding-bottom: 0;
}
.product-page .product-1 .list .ig:hover .tip_img{
  opacity: 0;
}
.product-page .product-1 .list .ig:hover .img {
  padding-bottom: 80px;
}
.product-page .product-1 .list .ig:hover .img .txt {
  opacity: 1;
}
.product-page .product-1 .list .ig:hover .img .btn {
  opacity: 1;
}

/*.projects-page .projects-1 .list2 .slick-slider:not(.slick-vertical) .slick-track{
  margin-left: 0;
  margin-right: 0;
}*/
.projects-page .projects-1 .list1 .slick-slider:not(.slick-vertical) .slick-track{
  align-items: flex-end;
}
.projects-page .projects-1 ul{
  margin:0 -10px;
}
.projects-page .projects-1 ul li{
  padding: 10px;
}
.projects-page .projects-1 ul li .img{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.projects-page .projects-1 ul li .txt{
 padding: 0 20px;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 text-align: center;
 color: #ffffff;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.4);
 font-size: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 opacity: 0;
 transition: .5s;

}
.projects-page .projects-1 ul li:hover .txt{
  opacity: 1
}
.projects-page .projects-1 ul .slick-slide:nth-child(3n+1) img{
   zoom: 1
}
.projects-page .projects-1 ul .slick-slide:nth-child(3n+2) img{
  zoom: 0.8
}
.projects-page .projects-1 ul .slick-slide:nth-child(3n+3) img{
  zoom: 0.5
}
@media screen and (max-width: 1300px) {
  .product-page .product-1 .center .filter_btn{
    display: none;
  }
  .product-page .product-1 .list .ig .t1{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
.product-page .product-1 .list .ig{
  padding-bottom: 30px;
}
  .projects-page .projects-1 ul .slick-slide:nth-child(3n+1) img{
  zoom: 0.5;
}
  .projects-page .projects-1 ul .slick-slide:nth-child(3n+2) img{
  zoom: 0.4
}
.projects-page .projects-1 ul .slick-slide:nth-child(3n+3) img{
  zoom: 0.3
}
.projects-page .projects-1 ul li .txt{
  font-size: 24px;
}
}


.prodet-page .prodet-1 .box .left{
  width: 55%;
}

.prodet-page .prodet-1 .box .right{
  width: 45%;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .box .left .big {
  width: 82%;
  padding-right: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
/*.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}*/
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  /*border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -12px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
  /*border: 1px solid #e6e6e6;*/
  background: white;
  cursor: pointer;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
}
.prodet-page .prodet-1 .box .right .pro_box ul{
  margin: -15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li{
   padding: 15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text{

  line-height: 1.3;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .box .right .m-link a{
  transition: .5s;
}
.prodet-page .prodet-1 .box .right .m-link a:hover{
  color: var(--color)
}
@media screen and (max-width: 1000px) {
   .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul{
  margin: -8px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li{
   padding: 8px;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .big{
  padding-right: 10px;
}
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .left .small ul {
  margin: -3px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 3px;
}
.prodet-page .prodet-1 .box .left .big{
  padding-right: 6px;
}
}

#index-body .honor .tip {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
}



#index-body .honor .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

#index-body .honor .list ul li {
  padding-top: 190px;
  transition: all 0.5s;
}

#index-body .honor .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

#index-body .honor .list ul li.swiper-slide {
  opacity: 0;
}

#index-body .honor .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

#index-body .honor .list ul li.swiper-slide-next {
  z-index: 9;
}

#index-body .honor .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

#index-body .honor .list ul li.swiper-slide-active {
  z-index: 10;
}

#index-body .honor .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

#index-body .honor .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
#index-body .honor .list .zdy-switch .swiper-button-next:after, 
#index-body .honor .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
#index-body .honor .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

#index-body .honor .list .zdy-switch>div.swiper-button-prev {
  left: 13%;
}

#index-body .honor .list .zdy-switch>div.swiper-button-next {
  right: 13%;
}

@media (max-width: 1450px) {
  #index-body .honor .list {
      padding: 0 10% 2.5%;
  }

  #index-body .honor .list .zdy-switch>div.swiper-button-prev {
      left: 2%;
  }

  #index-body .honor .list .zdy-switch>div.swiper-button-next {
      right: 2%;
  }
}

@media (max-width: 1300px) {

  #index-body .honor .list {
      padding: 0 0 2.5%;
  }

  #index-body .honor .list .zdy-switch>div.swiper-button-prev {
      left: -9%;
  }

  #index-body .honor .list .zdy-switch>div.swiper-button-next {
      right: -9%;
  }

  #index-body .honor .list ul li.swiper-slide-prev .box {
      transform: none;
  }

  #index-body .honor .list ul li.swiper-slide-next .box {
      transform: none;
  }

  #index-body .honor .list ul li.swiper-slide-active .box {
      transform: scale(1.2);
  }

  #index-body .honor .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

  #index-body .honor .list {
      background-image: none !important;
  }

  #index-body .honor .list .zdy-switch {
      display: none;
  }

  #index-body .honor .list ul li.swiper-slide-active .box {
      transform: none;
  }

  #index-body .honor .list ul li {
      padding-top: 0;
  }
}

#index-body .Auxil-form{
  background: none;
}
#index-body .Auxil-form .tip, #index-body .seoIndustry .tip  {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
}
@media (max-width: 700px) {
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}

.projects-page .container{
  max-width: 1430px;
}
.projects-page .init-1 .txt{
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
.projects-page .init-1 .txt .dot{
   width: 42px;
  height: 42px;
  background: #ffffff url(../images/jt.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  animation: an2 5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.projects-page .init-1 .ig:hover .txt{
  padding-left: 60px
}
.projects-page .init-1 .ig:hover .dot{
  opacity: 1;
}
.projects-page .init-1 .item{
  border-bottom: 1px solid #d2d0cc
}
.projects-page .init-1 .item:last-child{
 border-bottom: none;
}
.projects-page .init-1 .item .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div{
  height: auto;
}
.projects-page .init-1 .item .txt{
  min-height: 6em;
}
.projects-page .init-1 .item .list{
  position: relative;
}
.projects-page .init-1 .item .list .title{
  margin-bottom: 30px;
}
.projects-page .init-1 .item .list .btn>div{
  width: 70px;
	height: 70px;
	background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: rgba(75,61,49,0.6);
  cursor: pointer;
  position: absolute;
  transition: .5s;
}
.projects-page .init-1 .item .list .btn .prev{
left: 0;
  top: 50%;
  transform: translate(-200%,-50%);
}
.projects-page .init-1 .item .list .btn .prev:hover{
   background: var(--color);
  color: #ffffff;
  
}
.projects-page .init-1 .item .list .btn .next{
  background: var(--color);
  color: #ffffff;
  right: 0;
  top: 50%;
  transform: translate(200%,-50%);
}
.projects-page .init-1 .item .list .btn .next:hover{
   background: #ffffff;
 color: rgba(75,61,49,0.6);
}
@media (max-width: 1000px) {
  .projects-page .init-1 .item .list .btn{
    display: none;
  }
  .projects-page .init-1 .ig .dot{
    opacity: 1
  }
  .projects-page .init-1 .ig .txt{
    padding-left: 45px;
  }
  .projects-page .init-1 .list ul{
    gap: 20px;
  }
  .projects-page .init-1 .txt .dot{
    zoom: 0.85;
  }
}
.projectsdet-page .container{
  max-width: 1430px;
}
.projectsdet-page .init-1 .img img{
  width: 100%;
}
.projectsdet-page .init-1 .box{
  max-width: 700px;
  margin: 0 auto
}
.projectsdet-page .init-1 .box .con{
  max-width: 520px;
   margin: 0 auto
}
.projectsdet-page .init-2 ul{
  margin: -16px;
}
.projectsdet-page .init-2 ul li{
  padding: 16px;
}
@media (max-width: 1000px) {
  .projectsdet-page .init-2 ul{
  margin: -10px;
}
.projectsdet-page .init-2 ul li{
  padding: 10px;
}
}
@media (max-width: 500px) {
  .projectsdet-page .init-2 ul{
  margin: -7px;
}
.projectsdet-page .init-2 ul li{
  padding: 7px;
}
}

.download-page .download-list .text .t1{
  flex: 1;
  margin: 0 24px;
}
@media screen and (max-width: 1300px) {
  .download-page .download-list .text{
    display: block;
  }
  .download-page .download-list .text img{
    display: none;
  }
  .download-page .download-list .text .t1{
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
}

#cp-Nav .nav{
  background: #f3f2ed;
  padding-top: 40px;
}