@font-face {
  font-family: 'gra';
  src: url('../fonts/Gragio-Regular.eot');
  src: url('../fonts/Gragio-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gragio-Regular.woff2') format('woff2'), url('../fonts/Gragio-Regular.woff') format('woff'), url('../fonts/Gragio-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'thi';
  src: url('../fonts/ThingsRegular.eot');
  src: url('../fonts/ThingsRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/ThingsRegular.woff2') format('woff2'), url('../fonts/ThingsRegular.woff') format('woff'), url('../fonts/ThingsRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font1{
  font-family: 'thi';
}
#wap-bottom{
  z-index: 23;
}
#mobile2{
  z-index: 22 !important;
}
.seoPublic .Auxil-about .box .right .text,
.seoPublic .Auxil-news .list ul li .content p{
  font-family: 'thi';
}
.seoPublic .Auxil-about .box .right .text{
  font-size: 20px;
}
.seoPublic .Auxil-about .box .right div.h3{
      font-size: 42px;
    margin-bottom: .3em;
}

#pups_from .hwaq-popup-head{
  font-family: 'thi';
}
#pups_from form ul li input,
#pups_from form ul li textarea{
  font-family: 'thi';
}
#pups_from form ul li label em{
  font-family: 'thi';
}
#mobile2 .logo{
  padding: 6px 0;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #cfbca8;
  --color2: #c4af9d;
  height: auto;
  font-family: 'gra';
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
  font-size: 16px;
}
.container {
  width: 1530px;
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
  width: 220px;
  background-color: var(--color);
  padding: 40px 20px;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 1;
  position: relative;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .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;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  top: 10px;
  left: 0;
  background-color: #c5c5c5;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child::before {
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 2;
  padding: 10px 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  border-radius: 2px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  line-height: 1;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont p,
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  line-height: 1;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  top: -2px;
  position: relative;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .menu-box .left .logo,
#header.inner_active > .nav > .menu .menu-box .left .logo {
  padding: 10px 20px;
}
@-webkit-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moveAni {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  } 
  100% {
    transform: translateY(10px);
  }
}
#banner {
  position: relative;
  z-index: 2;
  margin-top: 140px;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 50vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  width: 400px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .line {
  width: 2px;
  height: 24px;
  background-color: #fff;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .title {
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .num,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title2 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .line {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .rightCont {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
}
#banner .rightCont .container {
  height: 100%;
}
#banner .rightCont .container .cont .topC {
  pointer-events: all;
}
#banner .rightCont .container .cont .topC p.sec {
  margin-top: -3px;
}
#banner .rightCont .container .cont .topC p span {
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 9px 10px 4px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
#banner .rightCont .container .cont .topC .list2 p span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 6px 8px 6px;
}
#banner .rightCont .container .cont .text1 {
  pointer-events: all;
  position: relative;
}
#banner .rightCont .container .cont .text1 .t{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#banner .rightCont .container .cont .text1 .t.active{
  pointer-events: all;
  opacity: 1;
}
#banner .rightCont .container .cont .text1 .t:first-child{
  position: relative;
}
#banner .rightCont .container .cont .fyCont {
  pointer-events: all;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 18px 13px;
  margin-left: auto;
  color: var(--color);
}
#banner .rightCont .container .cont .fyCont .line {
  width: 24px;
  height: 2px;
  background-color: var(--color);
}
#banner .rightCont .container .cont .btnC .btn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
}
#banner .rightCont .container .cont .btnC .btn:hover {
  background-color: #000;
}
.slick-list .slick-track {
  margin-left: 0;
}
.c-333 {
  color: #333;
}
.c-444 {
  color: #444;
}
.c-666 {
  color: #666;
}
.moreCont {
  cursor: pointer;
  background-color: var(--color);
  padding: 12px 25px 6px;
  border-radius: 24px;
  color: #fff;
}
.moreCont .moreCir {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
}
.moreCont .moreCir .moreImg {
  width: 18px;
  height: 8px;
  position: relative;
  left: -6px;
  top: -1px;
}
.moreCont:hover {
  background-color: var(--color2);
}
.moreCont:hover .moreCir .moreImg {
  left: 8px;
}
#index-body .init-1 .container .left {
  width: 43%;
}
#index-body .init-1 .container .left .tipsTitle {
  max-width: 400px;
  color: var(--color2);
}
#index-body .init-1 .container .left .des {
  color: #515151;
  font-family: 'thi';
}
#index-body .init-1 .container .left .sub {
  width: 100%;
  height: 100px;
}
#index-body .init-1 .container .left .img img {
  width: 100%;
}
#index-body .init-1 .container .left .img .play {
  width: 136px;
  height: 136px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#index-body .init-1 .container .left .img .play .playC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-1 .container .left .img .play .playC .playBg {
  width: 110px;
  height: 110px;
  -webkit-animation: rotAni 20s linear infinite;
  -moz-animation: rotAni 20s linear infinite;
  -o-animation: rotAni 20s linear infinite;
  animation: rotAni 20s linear infinite;
}
#index-body .init-1 .container .left .img .play .playImg {
  width: 74px;
  height: 74px;
}
#index-body .init-1 .container .right {
  width: 45%;
}
#index-body .init-2 {
  color: #fff;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#index-body .init-2 .bgList,
#index-body .init-2 .bgList ul,
#index-body .init-2 .bgList ul li,
#index-body .init-2 .bgList ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
#index-body .init-2 .bgList ul li{
  opacity: 0;
}
#index-body .init-2 .bgList ul li.active{
  opacity: 1;
}
#index-body .init-2 .container {
  min-height: 650px;
}
#index-body .init-2 .container .left {
  width: 480px;
}
#index-body .init-2 .container .left .tipsDes {
  font-family: 'thi';
}
#index-body .init-2 .container .left .tips .line {
  width: 3px;
  height: 20px;
  position: relative;
  top: 3px;
  background-color: #fff;
}
#index-body .init-2 .container .left .listCont .list {
  display: none;
}
#index-body .init-2 .container .right .listCont ul li {
  cursor: pointer;
}
#index-body .init-2 .container .right .listCont ul li .box .sub {
  opacity: 0;
  position: relative;
  top: -2px;
  width: 18px;
  height: 3px;
  background-color: #fff;
  white-space: nowrap;
}
#index-body .init-2 .container .right .listCont ul li.active .box .sub {
  opacity: 1;
}
#index-body .init-2 .container .right .btnC .btn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#index-body .init-2 .container .right .btnC .btn:hover {
  background-color: #000;
}
#index-body .init-3 {
  z-index: 2;
}
#index-body .init-3 .subImg {
  width: 1030px;
  height: 166px;
  top: 70px;
  right: 0;
  z-index: -1;
}
#index-body .init-3 .titleC .right ul li a {
  display: inline-block;
}
#index-body .init-3 .titleC .right ul li a::before,
#index-body .init-3 .titleC .right ul li a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--color);
  margin-left: 20px;
  top: -8px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .titleC .right ul li a::before {
  margin-left: 0;
  margin-right: 20px;
}
#index-body .init-3 .titleC .right ul li span {
  width: 20px;
  height: 1px;
}
#index-body .init-3 .titleC .right ul li.active a {
  color: var(--color);
}
#index-body .init-3 .titleC .right ul li.active a::before,
#index-body .init-3 .titleC .right ul li.active a::after {
  opacity: 1;
}
#index-body .init-4 {
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#index-body .init-4 .subImg {
  top: 120px;
  width: 1200px;
  height: 270px;
  z-index: -1;
}
#index-body .init-4 .container .titleC {
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .titleC .left .tipsTitle {
  color: var(--color);
}
#index-body .init-4 .container .titleC .right {
  max-width: 820px;
  color: #515151;
  font-family: 'thi';
}
#index-body .init-4 .container .content {
  margin-top: -50px;
}
#index-body .init-4 .container .content .left {
  position: relative;
  z-index: 2;
  width: 46%;
}
#index-body .init-4 .container .content .left img {
  width: 100%;
  animation: moveAni 6s linear infinite;
   will-change: revert;
}
#index-body .init-4 .container .content .right {
  width: 44%;
}
#index-body .init-4 .container .content .right .img {
  width: -webkit-calc(370%);
  width: -moz-calc(370%);
  width: calc(100% + 270px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  left: -270px;
  animation: moveAni 12s linear infinite;
  will-change: revert;
}
#index-body .init-4 .container .content .right .textC {
  color: #515151;
  padding-left: 14px;
  position: relative;
  font-family: 'thi';
}
#index-body .init-4 .container .content .right .textC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(90%);
  height: -moz-calc(90%);
  height: calc(100% - 10px);
  top: 5px;
  left: 0;
  width: 2px;
  background-color: var(--color);
}
#index-body .init-5 .container .tips,
#index-body .init-5 .container .tips2 {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box {
  height: 630px;
  z-index: 2;
}
#index-body .init-5 .container .content ul li .box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
#index-body .init-5 .container .content ul li .box .cont {
  padding: 50px 40px;
  color: #fff;
}
#index-body .init-5 .container .content ul li .box .cont .des {
  font-family: 'thi';
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
}
#footer .fTop form input {
  width: 205px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: none;
  padding: 0 16px;
  font-family: 'thi';
  color: #fff;
}
#footer .fTop form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop form .mail {
  margin: 0 46px;
}
#footer .fTop form .content {
  width: 390px;
  padding-right: 50px;
}
#footer .fTop form .submit {
  right: 0;
  bottom: 8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 8px;
  background-color: var(--color);
  color: #fff;
}
#footer .fTop form .submit:hover {
  background-color: var(--color2);
}
#footer .fBottom {
  color: #fff;
}
#footer .fBottom .container .listCont .logoDes {
  font-family: 'thi';
}
#footer .fBottom .container .listCont #ewm {
  width: 120px;
  padding: 3px;
  background-color: #fff;
}
#footer .fBottom .container .listCont .first {
  margin-bottom: 20px;
  font-size: 22px;
}
#footer .fBottom .container .listCont .menu-menu-container ul li {
  margin-top: 10px;
}
#footer .fBottom .container .listCont .menu-menu-container ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-family: 'thi';
  font-size: 20px;
}
#footer .fBottom .container .listCont .menu-menu-container ul li a::before {
  content: "\e635";
  font-size: 18px;
  margin-right: 10px;
  font-family: "iconfont" !important;
}
#footer .fBottom .container .listCont .menu-menu-container ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fBottom .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fBottom .container .listCont .list {
  margin-top: 10px;
}
#footer .fBottom .container .listCont .list a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-family: 'thi';
  font-size: 20px;
}
#footer .fBottom .container .listCont .list a::before {
  content: "\e635";
  font-size: 18px;
  margin-right: 10px;
  font-family: "iconfont" !important;
}
#footer .fBottom .container .listCont .list a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fBottom .container .listCont .list2 {
  margin-top: 10px;
}
#footer .fBottom .container .listCont .list2 .img {
  width: 20px;
  height: 25px;
}
#footer .fBottom .container .listCont .list2 .textC {
  font-family: 'thi';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -4px;
}
#footer .fBottom .container .listCont .list2 .textC .opc {
  opacity: 0;
}
#footer .fBottom .container .listCont1 {
  width: 270px;
}
#footer .fBottom .container .listCont2 {
  width: 170px;
}
#footer .fBottom .container .listCont3 {
  width: 180px;
}
#footer .fBottom .container .listCont4 {
  width: 360px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
}
#footer .copyright .cont {
  width: 100%;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  top: 0;
  font-family: 'thi';
}
@media (max-width: 1700px) {
  #index-body .init-4 .container .content {
    margin-top: 10px;
  }
  #index-body .init-4 .subImg {
    width: 80%;
  }
}
@media (max-width: 1450px) {
  #index-body .init-5 .container .content ul li .box {
    height: 500px;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .init-2 .container {
    min-height: 600px;
  }
  #index-body .init-3 .subImg {
    width: 50%;
  }
  #index-body .init-3 .titleC .right ul li a::before,
  #index-body .init-3 .titleC .right ul li a::after {
    top: -6px;
  }
  #index-body .init-4 .container .titleC .right {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  #index-body .init-5 .container .content ul li .box {
    height: 400px;
  }
  #footer .fBottom .container .listCont2 {
    width: 150px;
  }
  #footer .fBottom .container .listCont4 {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 .container .left .img .play {
    right: 10px;
  }
  #index-body .init-2 .container {
    min-height: 1px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  #index-body .init-3 .titleC .right {
    width: 100%;
  }
  #index-body .init-4 .container .content .left img,
  #index-body .init-4 .container .content .right .img{
    animation: none;
  }
  #index-body .init-4 .container .content .right .img {
    width: 100%;
    left: 0;
    margin-top: 20px;
  }
  #index-body .init-4 .container .content .left {
    margin-top: 30px;
  }
  #index-body .init-5 .container .content ul li .box .cont {
    padding: 10px 16px;
  }
  #footer .fTop form {
    width: 100%;
  }
  #footer .fTop form input {
    width: 100%;
    margin-top: 16px;
  }
  #footer .fTop form .mail {
    margin: 16px 0 0;
  }
  #footer .fTop form .content {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    width: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 6px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .line,
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .num {
    display: none;
  }
  #footer .fBottom .container .listCont1 {
    width: 100%;
  }
  #footer .fBottom .container .listCont4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #index-body .init-1 .container .right .img {
    margin-top: 20px;
  }
  #index-body .init-3 .titleC .right ul li a::before {
    margin-right: 6px;
  }
  #index-body .init-3 .titleC .right ul li a::after {
    margin-left: 6px;
  }
}


/*----- inner page -----*/

.btn-go {
  width: auto;
  min-width: 116px;
  padding: 0 22px;
  height: 58px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
}

.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.btn-go.wid-auto {
  min-width: unset;
  padding: 0 22px;
}


.btn-go.dark{
  border: 1px solid transparent;
  background-color: #363636;
}
.btn-go.dark:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}
.mk-tt img{
  margin-right: 6px;
  margin-top: -10px;
  display: none;
}

.morebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
}

.morebtn em {
  border-bottom: 1px solid #000;
  transition: all 0.5s;
}

.morebtn p {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.morebtn span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.morebtn span.icon-left {
  left: 0;
  top: 0;
}

.morebtn span.icon-right {
  top: 100%;
  left: -100%;
  transform: scale(2);
}

.morebtn:hover em {
  color: var(--color);
  border-color: var(--color);
}

.morebtn:hover span.icon-left {
  left: 100%;
  top: -100%;
  transform: scale(2);
}

.morebtn:hover span.icon-right {
  top: 0;
  left: 0;
  transform: scale(1);
}
.inner-box {
  background-color: #f6f5ef;
}
.inner-banner {
  color: #fff;
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
.inner-banner .bg {
  min-height: 200px;
  object-fit: cover;
}
.inner-banner .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .mbx {
  padding: 40px 0;
  width: 100%;
}
.inner-banner .mbx span {
  color: var(--color);
  padding: 0 10px;
}
.inner-banner .mbx a {
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
#header.inner_active {
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}
/*------ about-page -----*/
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left {
  width: 50%;
  padding-right: 9%;
  position: sticky;
  top: 130px;
}
.about-page .about-1 .left .rotext {
  position: absolute;
  right: 0;
  top: 10px;
  color: #e7d8b9;
  opacity: 0.46;
  transform: translateX(88%) rotate(90deg);
  transform-origin: 0 0;
}
.about-page .about-1 .right {
  width: 50%;
  padding-left: 1%;
}
.about-page .about-1 .right h1 {


}
.about-page .about-1 .bg {
  position: absolute;
  top: 66%;
  right: 0;
  z-index: -1;
}
.about-page .about-1 .bg02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about-page .about-2 {
  position: relative;
  z-index: 0;
  background-size: cover;
}
.about-page .about-2 .about-why ul li .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  transition: all 1.5s;
}
.about-page .about-2 .about-why ul li:hover .box{
  transform: rotateY(360deg);
}


.about-page .about-2 .about-why ul li .box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: #f6f5ef;
  border-radius: 50%;
  transition: all 0.8s;
}

.about-page .about-2 .about-why ul li .box i img {
  filter: brightness(0);
  transition: all 0.5s;
}
.about-page .about-2 .about-why ul li .box .desc {
  height: 115px;
  overflow-y: auto;
  transition: all 0.5s;
}
.about-page .about-2 .about-why ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-2 .about-why ul li .box:hover i img {
  filter: none;
}
.about-page .about-2 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-page .about-3 {
  position: relative;
  z-index: 0;
}
.about-page .about-3 .con .left {
  width: 50%;
}
.about-page .about-3 .con .right {
  width: 50%;
  padding-right: calc((100vw - 1660px) / 2);
  padding-left: 130px;
}
.about-page .about-3 .con .right .linianlist ul li {
  margin-top: 28px;
}
.about-page .about-3 .con .right .linianlist ul li .box {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 47px;
  padding: 14px;
  transition: all 0.5s;
}
.about-page .about-3 .con .right .linianlist ul li .box .tt {
  width: 130px;
  height: 66px;
  border-radius: 45px;
  background-color: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s;
  flex-shrink: 0;
}
.about-page .about-3 .con .right .linianlist ul li.even .box {
  flex-direction: row-reverse;
}
.about-page .about-3 .con .right .linianlist ul li:hover .box {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-3 .con .right .linianlist ul li:hover .box .tt {
  color: #000;
  background-color: #fff;
}
.about-page .about-3 .bg {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .about-page .about-3 .con .right {
    padding-right: calc((100vw - 1570px) / 2);
  }
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .bg02 {
    zoom: 0.8;
  }
  .about-page .about-3 .con .right {
    padding-right: calc((100vw - 1370px) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .left .rotext {
    transform: translateX(95%) rotate(90deg);
  }
  .about-page .about-1 .bg02 {
    zoom: 0.7;
  }
  .about-page .about-3 .con .right {
    padding-right: calc((100vw - 1170px) / 2);
  }
  .about-page .about-3 .con .right {
    padding-left: 70px;
  }
  .about-page .about-1 .bg{
    zoom: 0.8;
  }
  .about-page .about-1 .con{
    align-items: flex-start;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left {
    padding-right: 6%;
    width: 54%;
  }
  .about-page .about-1 .right {
    width: 46%;
  }
  .about-page .about-1 .left .rotext {
    transform: translateX(99%) rotate(90deg);
  }
  .about-page .about-3 .con .right {
    padding-right: calc((100vw - 940px) / 2);
  }
  .about-page .about-3 .con .right {
    padding-left: 40px;
  }
  .about-page .about-1 .bg{
    zoom: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1{
    padding-bottom: 0;
  }
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    position: static;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .about-page .about-1 .bg02 {
    display: none;
  }
  .about-page .about-1 .left .rotext {
    transform: none!important;
    position: static;
    margin-bottom: 10px;
    display: block;
  }
  .about-page .about-3 {
    width: 700px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .about-3 .con .right {
    padding-right: 0;
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-3 .con .left {
    width: 100%;
  }
  .about-page .about-3 .bg {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3 .con .right .linianlist ul li .box{
    flex-wrap: wrap;
    padding: 0;
  }
  .about-page .about-3 .con .right .linianlist ul li .box .tt{
    width: 100%;
  }
  .about-page .about-3 .con .right .linianlist ul li .box .desc{
    margin-top: 10px;
    width: 100%;
  }
  
}

/*------ customize-page -----*/
.customize-page .customize-1 .mktt-box .content {
  max-width: 580px;
  line-height: 28px;
}
.customize-page .customize-1 .img-box {
  border-radius: 16px;
  overflow: hidden;
}
.customize-page .customize-1 .list .img {
  position: relative;
  color: #fff;
  width: 55%;
}
.customize-page .customize-1 .list .img .img-box {
  border-radius: 16px;
}
.customize-page .customize-1 .list .img img {
  border-radius: 16px;
}
.customize-page .customize-1 .list .textbox {
  width: 45%;
  padding-left: 110px;
}
.customize-page .customize-1 .list .textbox .text1 {
  flex-direction: row-reverse;
  text-align: right;
}
.customize-page .customize-1 .list .textbox i {
  width: 37px;
  height: 37px;
  background-color: var(--color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.customize-page .customize-1 .list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.customize-page .customize-1 .list li:nth-child(odd) .textbox {
  padding-right: 110px;
  padding-left: 0;
}
.customize-page .customize-1 .list li:nth-child(odd) .textbox .text1 {
  flex-direction: row;
  text-align: left;
}
.customize-page .customize-2 {
  position: relative;
}
.customize-page .customize-2 > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.customize-page .customize-2 .left {
  width: 49%;
}
.customize-page .customize-2 .left .mk-desc {
  max-width: 620px;
  margin-left: auto;
}
.customize-page .customize-2 .right {
  padding-left: 0;
}
.customize-page .customize-2 .right ul {
  display: flex;
  justify-content: center;
  margin: 0 -40px;
}
.customize-page .customize-2 .right ul li {
  position: relative;
  max-width: 33.3%;
  padding: 0 40px;
}
.customize-page .customize-2 .right ul li .box {
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(2, 2, 2, 0.19);
  border-radius: 16px;
  padding: 60px 65px 50px;
  transition: all 0.5s;
}
.customize-page .customize-2 .right ul li .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 1px #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.customize-page .customize-2 .right ul li .des {
  height: 112px;
  overflow-y: auto;
}
.customize-page .customize-2 .right ul li h4 {
  max-width: 100%;
}
.customize-page .customize-2 .right ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.customize-page .customize-2 .right ul li .box:hover .icon {
  border-color: #fff;
}
.customize-page .customize-2 .right ul li .box:hover .icon img {
  filter: brightness(0) invert(1);
}
.customize-page .customize-3 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.customize-page .customize-3 .left {
  width: 50%;
  padding-right: 4%;
}
.customize-page .customize-3 .left .txt {
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
}
.customize-page .customize-3 .left .imgBox li {
  margin-right: 25px;
}
.customize-page .customize-3 .left .imgBox li:nth-last-child(1) {
  margin-right: 0;
}
.customize-page .customize-3 .right {
  width: 50%;
}
.customize-page .customize-3 .right li {
  padding: 0 20px;
}
@media screen and (max-width: 1450px) {
  .customize-page .customize-2 .right ul {
    margin: 0 -20px;
  }
  .customize-page .customize-2 .right ul li {
    padding: 0 20px;
  }
  .customize-page .customize-2 .right ul li .box {
    padding: 50px 40px 40px;
  }
  .customize-page .customize-1 .list li:nth-child(odd) .textbox {
    padding-right: 68px;
  }
  .customize-page .customize-1 .list .textbox {
    padding-left: 68px;
  }
}
@media screen and (max-width: 1250px) {
  .customize-page .customize-1 .mktt-box .content {
    max-width: 458px;
  }
  .customize-page .customize-2 .right ul {
    margin: 0 -10px;
  }
  .customize-page .customize-2 .right ul li {
    padding: 0 10px;
  }
  .customize-page .customize-2 .right ul li .box {
    padding: 30px 20px 20px;
  }
  .customize-page .customize-1 .list li:nth-child(odd) .textbox {
    padding-right: 35px;
  }
  .customize-page .customize-1 .list .textbox {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-2 .right ul li {
    max-width: 50%;
  }
  .customize-page .customize-2 .right ul li:nth-last-child(1) {
    margin-top: 20px;
  }
  .customize-page .customize-2 .left {
    width: 100%;
  }
  .customize-page .customize-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .customize-page .customize-3 .right {
    width: 100%;
    margin-top: 5%;
  }
  .customize-page .customize-3 .right ul {
    margin: 0 -20px;
  }
  .customize-page .customize-3 .right li {
    padding: 0 20px;
  }
  .customize-page .customize-1 .mktt-box .content {
    max-width: 100%;
    margin-top: 5%;
  }
  .customize-page .customize-1 .list .img {
    width: 100%;
  }
  .customize-page .customize-1 .list .textbox {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .customize-page .customize-1 .list li:nth-child(odd) {
    flex-direction: row;
  }
  .customize-page .customize-1 .list li:nth-child(odd) .textbox {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-2 .right ul li {
    max-width: 100%;
    margin-top: 20px;
  }
  .customize-page .customize-2 .right ul li:nth-child(1) {
    margin-top: 0;
  }
  .customize-page .customize-3 .right ul {
    margin: 0 -10px;
  }
  .customize-page .customize-3 .right li {
    padding: 0 10px;
  }
}
/*------ gallery-page -----*/
.factory-page .list ul {
  margin: 0 -20px;
}
.factory-page .list ul li {
  padding: 25px 20px;
}
.factory-page .list ul li img {
  border-radius: 16px;
}
.honour-page .list ul {
  margin: 0 -42px;
}
.honour-page .list ul li {
  padding: 25px 42px;
}
@media screen and (max-width: 1450px) {
  .factory-page .list ul {
    margin: 0 -10px;
  }
  .factory-page .list ul li {
    padding: 20px 10px;
  }
  .honour-page .list ul {
    margin: 0 -25px;
  }
  .honour-page .list ul li {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .list ul {
    margin: 0 -10px;
  }
  .factory-page .list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .honour-page .list ul {
    margin: 0 -12px;
  }
  .honour-page .list ul li {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .list ul {
    margin: 0 -6px;
  }
  .factory-page .list ul li {
    padding: 6px;
  }
}
.m-page {
  text-align: right;
}
.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.m-page a {
  background-color: #2e2e2e;
  transition: all 0.5s;
}
.m-page a:hover {
  background: var(--color);
}
.m-page span.current {
  background: var(--color);
  color: #fff;
}
/*------ contact-page -----*/
.contact-page .left {
  width: 50%;
  padding-right: 8%;
}
.contact-page .left .mk-desc {
  line-height: 30px;
}
.contact-page .left .info ul li .box > img {
  filter: brightness(0);
  margin-top: 8px;
}
.contact-page .right {
  width: 50%;
  padding-left: 2%;
}
.contact-page .right .desc {
  color: #333333;
  line-height: 36px;
}
.contact-page .right .form li {
  margin-bottom: 35px;
}
.contact-page .right .form input {
  background-color: #fafaf6;
  border: 0;
  width: 100%;
  height: 76px;
  padding: 25px 10px;
}
.contact-page .right .form input::placeholder {
  color: #333333;
  opacity: 0.4;
}
.contact-page .right .form textarea {
  background-color: #fafaf6;
  border: 0;
  width: 100%;
  height: 176px;
  padding: 25px 10px;
}
.contact-page .right .form textarea::placeholder {
  color: #333333;
  opacity: 0.4;
}
.contact-page .right .form .send {
  min-width: 156px;
  height: 56px;
  background-color: #363636;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.5s;
  padding: 10px;
}
.contact-page .right .form .send img {
  margin-right: 10px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.contact-page .right .form .send:hover {
  border-color: var(--color);
  color: #fff;
  background-color: var(--color);
}

@media screen and (max-width: 1250px) {
  .contact-page .left {
    padding-right: 2%;
  }
  .contact-page .right .form li {
    margin-bottom: 14px;
  }
  .contact-page .right .form input {
    height: 60px;
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .contact-page .right .form textarea {
    height: 146px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .right .form li {
    margin-bottom: 8px;
  }
  .contact-page .right .form input {
    height: 46px;
  }
}
/*------ faq-page -----*/
.faq-page .left {
  width: 64%;
}
.faq-page .left .list ul li {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
  border: solid 1px transparent;
  transition: all 0.5s;
}
.faq-page .left .list ul li .tit {
  padding: 36px 75px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
}
.faq-page .left .list ul li .con {
  display: none;
  padding: 24px 75px;
  color: #333333;
}
.faq-page .left .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .left .list ul li.active {
  border-color: #c5c5c5;
}
.faq-page .left .list ul li.active .tit {
  background-color: var(--color);
  color: #fff;
}
.faq-page .right {
  width: 36%;
  padding-left: 45px;
}
.faq-page .right .form {
  background-color: #f0ebde;
  border-radius: 10px;
  padding: 30px 30px 45px;
}
.faq-page .right .form input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  height: 50px;
  padding: 10px;
}
.faq-page .right .form textarea {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  height: 130px;
  padding: 10px;
}
.faq-page .right .form li {
  margin-top: 10px;
}
.faq-page .right .form li:nth-child(1) {
  margin-top: 0;
}
.faq-page .right .form .send {
  margin-top: 8px;
  width: 100%;
  background-color: var(--color);
  border: 1px solid transparent;
  height: 50px;
  border-radius: 6px;
  color: #fff;
  transition: all 0.5s;
}
.faq-page .right .form .send:hover {
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .faq-page .left .list ul li .tit {
    padding: 24px 36px;
  }
  .faq-page .left .list ul li .con {
    padding: 24px 36px;
  }
  .faq-page .right {
    padding-left: 30px;
  }
  .faq-page .right .form {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .left {
    width: 100%;
  }
  .faq-page .right {
    padding-left: 0;
    margin-top: 5%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .left .list ul li .tit {
    padding: 15px;
  }
  .faq-page .left .list ul li .con {
    padding: 15px;
  }
  .faq-page .right .form {
    padding: 15px;
  }
}
/*------ news-page -----*/
.news-page .list ul {

}
.news-page .list ul li {

}
.news-page .list ul li .box {
  padding: 16px;
  background-color: #fafaf6;
  border-radius: 10px;
}
.news-page .list ul li .box .imgbox {
  position: relative;
}
.news-page .list ul li .box .imgbox span {
  position: absolute;
  top: 20px;
  left: 25px;
  background-color: #fff;
  border-radius: 15px;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 300;
}
.news-page .list ul li .box .txtbox .desc {
  min-height: 56px;
}
@media screen and (max-width: 1450px) {
  .news-page .list ul {
    margin: 0 -25px;
  }
  .news-page .list ul li {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul {
    margin: 0 -10px;
  }
  .news-page .list ul li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .list ul li {
    padding: 10px;
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li {
    width: 100% !important;
  }
}
/*------ newsdet-page -----*/
.newsdet-page .newsdet-1 .left {
  width: 70%;
  padding-right: 5%;
}
.newsdet-page .newsdet-1 .left .news_date {
  color: #19262a;
}
.newsdet-page .newsdet-1 .left .news_contents {
  border-bottom: 1px solid rgba(25, 38, 42, 0.3);
  border-top: 1px solid rgba(25, 38, 42, 0.3);
}
.newsdet-page .newsdet-1 .left .news_next a {
  color: rgba(25, 38, 42, 0.95);
  transition: all 0.5s;
  padding: 4px 0;
}
.newsdet-page .newsdet-1 .left .news_next a:hover {
  color: var(--color);
}
.newsdet-page .newsdet-1 .right {
  width: 30%;
  padding-left: 4%;
  border-left: 1px solid rgba(25, 38, 42, 0.3);
}
.newsdet-page .newsdet-1 .right .r-box ul li {

}
.newsdet-page .newsdet-1 .right .r-box ul li .box .tt {

}
.newsdet-page .newsdet-1 .right .r-box ul li .box img {

}
.newsdet-page .newsdet-1 .right .r-box ul li:nth-child(1) {
  margin-top: 0;
}
.rel-pro .content ul li .box .img {
  border: solid 1px transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.rel-pro .content ul li .box .img:hover {
  border-color: var(--color);
}
.rel-pro .content ul li .box .text h3 {
  color: #19262a;
  transition: all 0.5s;
}
.rel-pro .content ul li .box .text h3:hover {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .newsdet-page .newsdet-1 .left {
    padding-right: 3%;
  }
  .newsdet-page .newsdet-1 .right {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .newsdet-page .newsdet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .newsdet-page .newsdet-1 .right {
    display: none;
  }
}
/*------ product-page -----*/
.pro_slidebox .left {
  width: 17%;
  position: sticky;
  top: 80px;
}
.pro_slidebox .left .inner_cat {

}
.pro_slidebox .left .inner_cat ul li {
  margin-top: 15px;
}
.pro_slidebox .left .inner_cat ul li a {
  background-color: #ffffff;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;

  padding: 10px 50px 10px 20px;
  width: 100%;
  position: relative;
  transition: all 0.5s;
}
.pro_slidebox .left .inner_cat ul li a span {
  width: 40px;
  height: 40px;
  background-color: #2e2e2e;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s;
}
.pro_slidebox .left .inner_cat ul li a span i {
  transition: all 0.5s;
}
.pro_slidebox .left .inner_cat ul li a:hover {
  color: #fff;
  background-color: var(--color);
}
.pro_slidebox .left .inner_cat ul li a:hover span {
  background-color: #fff;
  color: #000;
}
.pro_slidebox .left .inner_cat ul li a:hover span i {
  transform: rotate(45deg);
}
.pro_slidebox .left .inner_cat ul li.active a{
  color: #fff;
  background-color: var(--color);
}
.pro_slidebox .left .inner_cat ul li.active a span{
  background-color: #fff;
  color: #000;
}

.pro_slidebox .left .inner_cat ul li.active a span i {
    transform: rotate(45deg);
}

.pro_slidebox .left .inner_cat ul li:nth-child(1) {
  margin-top: 0;
}
.pro_slidebox .left .inner_contact {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 15px;
}
.pro_slidebox .left .inner_contact .form input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 7px;
  height: 44px;
  margin-bottom: 18px;
  padding: 9px;
}
.pro_slidebox .left .inner_contact .form input::placeholder {
  font-size: 14px;
}
.pro_slidebox .left .inner_contact .form .send input {
  margin-bottom: 0;
  padding-right: 40px;
}
.pro_slidebox .left .inner_contact .form .send button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: transparent;
  border: 0;
}
.pro_slidebox .left .inner_contact .form .send button img {
  transition: all 0.5s;
}
.pro_slidebox .left .inner_contact .form .send button:hover img {
  transform: rotate(45deg);
}
.pro_slidebox .right {
  width: 83%;
  padding-left: 5%;
}
.pro_slidebox .right .catDes{
  max-height: 280px;
  overflow-y: auto;
  padding-right: 6px;
}
.pro_slidebox .right .productlist ul {
 
}
.pro_slidebox .right .productlist ul li {
  width: 25%;
}
.pro_slidebox .right .productlist ul li .box .img-box {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.pro_slidebox .right .productlist ul li .box .tt {
  color: #19262a;
  transition: all 0.5s;
}
.pro_slidebox .right .productlist ul li .box:hover .img-box {
  border-color: var(--color);
}
.pro_slidebox .right .productlist ul li .box:hover .tt {
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .pro_slidebox .right {
    padding-left: 3%;
  }
  .pro_slidebox .left .inner_cat {
    padding: 25px 15px;
  }
  .pro_slidebox .left .inner_cat ul li a {
    padding: 6px 40px 6px 4px;
  }
  .pro_slidebox .left .inner_cat ul li a span {
    zoom: 0.8;
  }
  .pro_slidebox .right .productlist ul {
    margin: -20px -10px;
  }
  .pro_slidebox .right .productlist ul li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1250px) {
  .pro_slidebox .left {
    width: 22%;
  }
  .pro_slidebox .right {
    width: 78%;
  }
  .pro_slidebox .right .productlist ul {
    margin: -18px -8px;
  }
  .pro_slidebox .right .productlist ul li {
    padding: 18px 8px;
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .pro_slidebox .left {
    display: none;
  }
  .pro_slidebox .right {
    width: 100%;
    padding-left: 0;
  }
  .pro_slidebox .right .productlist ul {
    margin: -12px -8px;
  }
  .pro_slidebox .right .productlist ul li {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 500px) {
  .pro_slidebox .right .productlist ul li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .pro_slidebox .right .productlist ul li {
    width: 100%;
  }
}
/*----- prodet-page -----*/
.prodet-page{
  background-color: #f6f5ef;
}
.prodet-page .prodet-1 .img {

  position: relative;
}
.prodet-page .prodet-1 .img .imgList{
  position: relative;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.prodet-page .prodet-1 .img .imgList.active{
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.prodet-page .prodet-1 .img .imgList:nth-child(n+2){
  position: absolute;
}
.prodet-page .prodet-1 .img .small-img {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-1 .img .small-img ul {
  margin: 0 10px;
}
.prodet-page .prodet-1 .img .small-img ul li {
  padding: 0 10px;
}
.prodet-page .prodet-1 .img .small-img ul .slick-current img {
  border: 1px solid #ed6f0f;
}
.prodet-page .prodet-1 .img .small-img ul li img {
  border-radius: 10px;
}
.prodet-page .prodet-1 .img .big-img {
  width: 100%;
}
.prodet-page .prodet-1 .img .big-img ul {
  margin: 0 -10px;
}
.prodet-page .prodet-1 .img .big-img ul li {
  padding: 0 10px;
}
.prodet-page .prodet-1 .img .big-img ul li .imgbox {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img ul li .imgbox img{
  width: 100%;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 27px;
  height: 28px;
}
.prodet-page .prodet-1 .img .big-img .fd a img {
  opacity: 0;
}
.prodet-page .prodet-1 .text {


}
.prodet-page .prodet-1 .text .content {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .text .content table tbody {
  min-width: unset;
}
.prodet-page .prodet-1 .text .content table tbody td {
  padding: 15px 10px;
}
.prodet-page .prodet-1 .text .content table tbody tr:nth-child(even) {
  background: transparent;
}

.prodet-page .prodet-1 .text .rImgList ul li img{
  width: 100%;
  cursor: pointer;
} 
.prodet-page .prodet-1 .text .btn-go {
    min-width: 160px;
    height: 50px;
    font-size: 18px;
}
.prodet-page .prodet-1 .text .btn-go:focus {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.prodet-page .prodet-1 .text .m-link a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 5px 0;
}
.prodet-page .prodet-1 .text .m-link a em {
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .m-link span img {
  width: 50px;
  height: auto;
}
.prodet-page .prodet-2 .options {
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 12px;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 11px 21px;
  min-width: 190px;
  letter-spacing: 1.5px;
  color: #666666;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--color);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .prodet-2 .options ul li:hover a::after,
.prodet-page .prodet-2 .options ul li.active a::after {
  opacity: 1;
}
.prodet-page .prodet-2 .ret .slide.hide{
  display: none;
}
.prodet-page .prodet-2 .ret .slide .tt {
  display: none;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
}
.prodet-page .prodet-2 .ret .slide .form form ul {
  margin: 0 -14px;
}
.prodet-page .prodet-2 .ret .slide .form form li {
  padding: 0 14px;
}
.prodet-page .prodet-2 .ret .slide .form form input {
  background-color: #fff;
  border: 0;
  width: 100%;
  margin-bottom: 28px;
  height: 58px;
  padding: 10px 15px;
  border-radius: 7px;
  font-family: 'thi';
}
.prodet-page .prodet-2 .ret .slide .form form textarea {
  background-color: #fff;
  border: 0;
  width: 100%;
  margin-bottom: 28px;
  height: 148px;
  padding: 10px 15px;
  border-radius: 7px;
  font-family: 'thi';
}
.prodet-page .prodet-2 .ret .slide .form form .btn-go {
  min-width: 127px;
  height: 54px;
  font-size: 18px;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .img .big-img .fd {
    zoom: 0.8;
  }
  .prodet-page .prodet-2 .ret .slide .form form input {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .ret .slide .form form input {
    height: 48px;
  }
  .prodet-page .prodet-2 .ret .slide .form form textarea {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .prodet-page .prodet-2 .ret .slide .form form input {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-2 .ret .slide .form form ul {
    margin: 0 -5px;
  }
  .prodet-page .prodet-2 .ret .slide .form form li {
    padding: 0 5px;
  }
  .prodet-page .prodet-2 .ret .slide .form form input {
    height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img .big-img .fd {
    zoom: 0.6;
  }
  .btn-go {
    zoom: 0.7;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret .slide .tt {
    display: block;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .img .small-img{
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .img .small-img ul{
    margin: 0 -3px;
  }
  .prodet-page .prodet-1 .img .small-img ul li{
    padding: 0 3px;
  }
  .prodet-page .prodet-2 .ret .slide .form form li {
    width: 100%;
  }
}



/*------ sustainable-page -----*/
.inner-banner.none_tp{
  color: #000;
  border-bottom: 1px solid #000;
}
.inner-banner.none_tp .con{
  position: static;
}
.sustainable-page .sustainable-1 .mk-desc{
  max-width: 576px;
}

.sustainable-page .customize-2 {
  position: relative;
}
.sustainable-page .customize-2 > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.sustainable-page .customize-2 .top .mk-desc {
  max-width: 912px;
}
.sustainable-page .customize-2 .right {
  padding-left: 0;
}
.sustainable-page .customize-2 .right ul {
  display: flex;
  justify-content: center;
  margin: 0 -40px;
}
.sustainable-page .customize-2 .right ul li {
  position: relative;
  max-width: 33.3%;
  padding: 0 40px;
}
.sustainable-page .customize-2 .right ul li .box {
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(2, 2, 2, 0.19);
  border-radius: 16px;
  padding: 60px 65px 50px;
  transition: all 0.5s;
}
.sustainable-page .customize-2 .right ul li .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 1px #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sustainable-page .customize-2 .right ul li .des {
  height: 112px;
  overflow-y: auto;
}
.sustainable-page .customize-2 .right ul li h4 {
  max-width: 100%;
}
.sustainable-page .customize-2 .right ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.sustainable-page .customize-2 .right ul li .box:hover .icon {
  border-color: #fff;
}
.sustainable-page .customize-2 .right ul li .box:hover .icon img {
  filter: brightness(0) invert(1);
}
.sustainable-page .customize-3 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.sustainable-page .customize-3 .left {
  width: 50%;
  padding-right: 4%;
}
.sustainable-page .customize-3 .left .txt {
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
}
.sustainable-page .customize-3 .left .imgBox li {
  margin-right: 25px;
}
.sustainable-page .customize-3 .left .imgBox li:nth-last-child(1) {
  margin-right: 0;
}
.sustainable-page .customize-3 .right {
  width: 50%;
}
.sustainable-page .customize-3 .right li {
  padding: 0 20px;
}
@media screen and (max-width: 1450px) {
  .sustainable-page .customize-2 .right ul {
    margin: 0 -20px;
  }
  .sustainable-page .customize-2 .right ul li {
    padding: 0 20px;
  }
  .sustainable-page .customize-2 .right ul li .box {
    padding: 50px 40px 40px;
  }

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

  .sustainable-page .customize-2 .right ul {
    margin: 0 -10px;
  }
  .sustainable-page .customize-2 .right ul li {
    padding: 0 10px;
  }
  .sustainable-page .customize-2 .right ul li .box {
    padding: 30px 20px 20px;
  }

}
@media screen and (max-width: 1000px) {
  .sustainable-page .customize-2 .right ul li {
    max-width: 50%;
  }
  .sustainable-page .customize-2 .right ul li:nth-last-child(1) {
    margin-top: 20px;
  }
  .sustainable-page .customize-2 .left {
    width: 100%;
  }
  .sustainable-page .customize-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .customize-3 .right {
    width: 100%;
    margin-top: 5%;
  }
  .sustainable-page .customize-3 .right ul {
    margin: 0 -20px;
  }
  .sustainable-page .customize-3 .right li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .sustainable-page .customize-2 .right ul li {
    max-width: 100%;
    margin-top: 20px;
  }
  .sustainable-page .customize-2 .right ul li:nth-child(1) {
    margin-top: 0;
  }
  .sustainable-page .customize-3 .right ul {
    margin: 0 -10px;
  }
  .sustainable-page .customize-3 .right li {
    padding: 0 10px;
  }
}

.zdyqh .swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  transition: all 0.5s;
  overflow: hidden;
}

.zdyqh .swiper-button:after {
  display: none;
}

.zdyqh .swiper-button:before {
    content: "";
    display: block;
    width: 100%;
    height:100%;
    background-color: var(--color);
    position: absolute;
    top:0;
    left: 0;
    border-radius: 50%;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}
.zdyqh .swiper-button:hover{
  border-color: var(--color);
}
.zdyqh .swiper-button:hover img{
  filter: brightness(0) invert(1);
}

.zdyqh .swiper-button:hover:before{
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
}
.zdyqh .swiper-button-next img{
  transform: rotate(180deg);
}

.cpzs-page>div{
  box-shadow: 0px 1px 10px 0px 	rgba(0, 0, 0, 0.1);
  display: none;
}
.cpzs-page .con {
  padding: 0 120px;
}
.cpzs-page ul li .box{
  transition: all 0.6s;
  width: 100%;
  min-height: 804px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cpzs-page ul li .box .txtbox{
  display: none;
  color: #19262a;
  width:160%;
}
.cpzs-page ul li.swiper-slide-active .txtbox{
  display: block;
}
.cpzs-page ul li.swiper-slide-active .box{
  width: 160%;
}
.cpzs-page ul li.swiper-slide-prev{
  transform: translateX(-20%);
}
.cpzs-page ul li.swiper-slide-next{
  transform: translateX(20%);
}
.cpzs-page .scroll{
  animation: sxfd 2s linear infinite;
  cursor: pointer;
}
.cpzs-page .scroll-s{
    animation: sxfd2 2s linear infinite;
}
.cpzs-page>div:nth-child(1) .scroll-s{
  display: none;
}
.cpzs-page>div:nth-last-child(1) .scroll-x{
  display: none;
}
@keyframes sxfd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sxfd2 {
  0% {
    transform: translateY(0) rotate(180deg);
  }
  50% {
    transform: translateY(14px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(180deg);
  }
}

@media screen and (max-width: 1700px){
  .cpzs-page ul li .box{
    min-height: 750px;
  }
}
@media screen and (max-width: 1450px){
  .cpzs-page ul li .box{
    min-height: 645px;
  }
  .zdyqh{
    zoom: 0.9;
  }
}
@media screen and (max-width: 1250px) {
  .cpzs-page .con {
    padding: 0 60px;
  }
  .cpzs-page ul li .box{
    min-height: 610px;
  }
}
@media screen and (max-width: 1000px) {
  .cpzs-page ul li.swiper-slide-active .box {
    width: 100%;
  }
  .cpzs-page ul li.swiper-slide-prev {
    transform: translateX(0);
  }
  .cpzs-page ul li.swiper-slide-next{
    transform: translateX(0);
  }
  .cpzs-page ul li .box{
    min-height: unset;
  }
  .zdyqh{
    zoom: 0.7;
  }
}

.inner-banner02{
  margin-top: 80px;
  background-color: #fafaf6;
}
.inner-banner02 .bgbox .left{
  position: absolute;
  left: 0;
  top: 0;
}
.inner-banner02 .bgbox .left span{
  padding: 2px 0;
  display: block;
}
.inner-banner02 .bgbox .right{
  position: absolute;
  right: 0;
  bottom: 0;
}
.inner-banner02 .bgbox .right p{
  max-width: 468px;
  font-family: 'thi';
}
.inner-banner02 .mbx {
    padding: 40px 0;
    width: 100%;
}
.inner-banner02 .mbx span {
  color: var(--color);
}
.inner-banner02 .mbx a {
  transition: all 0.5s;
}
.inner-banner02 .mbx a:hover {
  color: var(--color);
}
.inner-banner02 .inbl{
  display: inline-block;
}
.inner-banner02 .inbl .xxbtn{
  position: absolute;
  right: -5%;
  top: 15%;
  width: 91px;
	height: 91px;
	background-color: #333333;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.inner-banner02 .inbl .xxbtn img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
}
.inner-banner02 .inbl .xxbtn img.swi1{
  top: -100%;
  transform: scaleY(2) translate(-50%,-50%);
}
.inner-banner02 .inbl .xxbtn img.swi2{
  transform: scaleY(1) translate(-50%,-50%);
}
.inner-banner02 .inbl .xxbtn:hover{
  /*transform: scale(1.05);*/
  background-color: var(--color);
}
.inner-banner02 .inbl .xxbtn:hover img.swi1{
  top: 50%;
  transform: scaleY(1) translate(-50%,-50%);
}
.inner-banner02 .inbl .xxbtn:hover img.swi2{
  top: 200%;
  transform: scaleY(2) translate(-50%,-50%);
}
@media screen and (max-width: 1450px) {
  .inner-banner02 .inbl>img{
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner02{
    margin-top: 60px;
  }
  .inner-banner02 .inbl .xxbtn{
    zoom: 0.8;
  }
  .inner-banner02 .bgbox{
    margin-bottom: 60px;
  }
  .inner-banner02 .bgbox .right{
    bottom: auto;
    top:100%;
  }
  .inner-banner02 .mbx {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner02 .inbl .xxbtn{
    right: 0;
  }
}
@media screen and (max-width: 500px){
  .inner-banner02 .bgbox{
    padding-top: 0;
    margin-bottom: 0;
  }
  .inner-banner02 .bgbox .left{
    display: none;
  }
  .inner-banner02 .bgbox .right p br{
    display: none;
  }
  .inner-banner02 .inbl .xxbtn{
    zoom: 0.6;
  }
  .inner-banner02 .bgbox .right{
    position: static;
    margin-top: 10px;
  }
  .inner-banner02{
    background: transparent!important;
  }
}



/* ny-banner */
.hero {
  background-color: #FFFFFF;
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    justify-content: center;
    justify-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.hero h2 em {
  font-size: 1.2em;
}

.hero {
    min-height: 100dvh;
}

.hero .wrapper,
.hero__attachment {
    grid-column: 1;
    grid-row: 1;
    transition: 1s ease-in-out;
    transition-delay: .5s;
}
.hero__attachment > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__attachment {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
}

.hero__attachment video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrapper {
    transform: translateY(0);
}

.hero.ready .hero .wrapper,
.hero.ready .hero__attachment {
    transition: none;
    transition-delay: 0s;
}

 .footer-userinfo {
      display: none;
  }
.hero .bgbox .left {
  position: absolute;
  left: 0;
  top: -10%;
}
.hero__content{
  transition: all .5s;
}
.hero__content.active{
  color: #fff;
}
.hero .bgbox .inbl .xxbtn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 91px;
    height: 91px;
    background-color: #333333;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}
.hero .bgbox .inbl .xxbtn:hover {
    transform: scale(1.05);
    background-color: var(--color);
}
.hero .bgbox .inbl .xxbtn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.hero .bgbox .inbl .xxbtn:hover img.swi1 {
    top: 50%;
    transform: scaleY(1) translate(-50%, -50%);
}
.hero .bgbox .inbl .xxbtn:hover img.swi2 {
    top: 200%;
    transform: scaleY(2) translate(-50%, -50%);
}
.hero .bgbox .inbl .xxbtn img.swi2 {
    transform: scaleY(1) translate(-50%, -50%);
}
.hero .bgbox .right {
     position: absolute;
    right: 0;
    bottom: -15%;
}

.hero .mbx {
      padding: 40px 0 35px;
    width: 100%;
}
.hero.mbx a {
    transition: all 0.5s;
}
.hero .mbx span {
    color: var(--color);
}



@media (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  .hero{
    display: none;
  }
}



.about-page .about-2 .about-why ul li .box i img {
  filter: brightness(0);
  transition: all 0.5s;
}
.about-page .about-2 .about-why ul li .box .desc {
  height: 115px;
  overflow-y: auto;
  transition: all 0.5s;
}
.about-page .about-2 .about-why ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-2 .about-why ul li .box:hover i img {
  filter: none;
}
#index-body .init-2 .container .left .listCont ul li img{
   max-height: 165px;
    object-fit: cover;
    width: 100%;
}
 