@font-face {
  font-family: 'lex';
  src: url('../fonts/LexendDeca-Light.eot');
  src: url('../fonts/LexendDeca-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Light.woff2') format('woff2'), url('../fonts/LexendDeca-Light.woff') format('woff'), url('../fonts/LexendDeca-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lex';
  src: url('../fonts/LexendDeca-Medium.eot');
  src: url('../fonts/LexendDeca-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Medium.woff2') format('woff2'), url('../fonts/LexendDeca-Medium.woff') format('woff'), url('../fonts/LexendDeca-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lex';
  src: url('../fonts/LexendDeca-Regular.eot');
  src: url('../fonts/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Regular.woff2') format('woff2'), url('../fonts/LexendDeca-Regular.woff') format('woff'), url('../fonts/LexendDeca-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'unb';
  src: url('../fonts/Unbounded-Medium.eot');
  src: url('../fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.woff') format('woff'), url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.seoPublic .Auxil-news .list ul.noImg li .moreCont{
  border: 1px solid var(--color);
}
.page-header02{
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}
.font2 {
  font-family: 'unb';
}
.seoPublic .title{
  font-size: 40px;
  font-family: 'unb';
}
@media screen and (max-width: 1400px) {
  .seoPublic .title{
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title{
    font-size: 24px;
  }
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #ff6700;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
  font-family: 'lex';
  background-color: #fff7f1;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.container {
  width: 1480px;
}
.moreCont {
  font-weight: 400;
  padding: 6px 6px 6px 16px;
  min-width: 186px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff7f1;
  color: var(--color);
  border-radius: 20px;
  cursor: pointer;
  z-index: 2;
  border: 1px solid #fff7f1;
  text-transform: uppercase;
}
.moreCont .moreCir {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  position: relative;
}
.moreCont .moreCir::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.moreCont .moreText {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  background-color: var(--color);
  color: #fff;
}
.moreCont:hover .moreCir::before {
  -webkit-transform: scale(14);
  -moz-transform: scale(14);
  -ms-transform: scale(14);
  -o-transform: scale(14);
  transform: scale(14);
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveAni {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes moveAni {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveAni {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header .shadowC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#header .shadowC .container {
  height: 100%;
  padding: 30px 15px;
  position: unset;
}
#header .shadowC .shadow {
  border-radius: 36px;
  height: 100%;
  background-color: #ff9146;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: 500;
  padding: 30px 0;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .meCont {
  padding: 10px 30px;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#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: 2;
  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 {
  width: 100%;
  padding: 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;
  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;
  margin-left: 40px;
}
#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:hover > a::after,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::after {
  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 {
  color: #fff;
  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: capitalize;
  z-index: 2;
  padding: 2px 0;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 42px;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../images/index_1.png);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 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;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -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-radius: 2px;
  background-color: #f7f7f7;
  z-index: 2;
}
#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;
  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;
  font-weight: 300;
  font-size: 18px;
  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 .sub-menu .menu-item a{
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #ff7518;
  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 {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .openBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#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 .shadowC .container,
#header.inner_active .shadowC .container {
  padding: 0 15px;
}
#header.active .shadowC .container .shadow,
#header.inner_active .shadowC .container .shadow {
  background-color: var(--color);
  border-radius: 0;
  -webkit-transform: scaleX(1.6);
  -moz-transform: scaleX(1.6);
  -ms-transform: scaleX(1.6);
  -o-transform: scaleX(1.6);
  transform: scaleX(1.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header.active > .nav,
#header.inner_active > .nav {
  padding: 0;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  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 {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 1050px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  margin-top: -100px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .moreC {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -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 .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .sPage {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  margin: 8px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
#banner .sPage .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.slick-list .slick-track {
  margin-left: 0;
}
.indexPlay {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 2px solid var(--color);
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.indexPlay .subC {
  z-index: -1;
  width: 84%;
  height: 84%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.indexPlay .subC .sub {
  width: 100%;
  height: 100%;
  -webkit-animation: rotAni 20s linear infinite;
  -moz-animation: rotAni 20s linear infinite;
  -o-animation: rotAni 20s linear infinite;
  animation: rotAni 20s linear infinite;
}
.indexPlay .playCont {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color);
}
.indexPlay .playCont .playImg {
  width: 50px;
  height: 50px;
}
.indexTitleC .indexTitleImg {
  width: 44px;
  height: 44px;
  margin-top: 5px;
}
.indexTitleC .indexTitle1 {
  max-width: -webkit-calc(56%);
  max-width: -moz-calc(56%);
  max-width: calc(100% - 44px);
  padding-left: 20px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding-top: 170px;
}
#index-body .init-1 .shadow {
  background-color: var(--color);
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center bottom;
}
#index-body .init-1 .cont1 {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .cont1 .play:focus{
  background: #fff;
}
#index-body .init-1 .cont1 .left {
  color: #fff;
  width: -webkit-calc(-100%);
  width: -moz-calc(-100%);
  width: calc(100% - 200px);
}
#index-body .init-1 .cont2 {
  margin-top: -40px;
  border-radius: 20px;
}
#index-body .init-1 .cont2 img {
  width: 100%;
}
#index-body .init-2 {
  z-index: 2;
}
#index-body .init-2 .subImg {
  width: 590px;
  height: 740px;
  bottom: -400px;
  z-index: -1;
  background-position: left center;
}
#index-body .init-2 .container .list {
  height: 670px;
  width: 100%;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
  z-index: 2;
}
#index-body .init-2 .container .list .shadow {
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(rgba(255, 102, 0, 0)));
  background-image: -webkit-linear-gradient(left, var(--color), rgba(255, 102, 0, 0));
  background-image: -moz-linear-gradient(left, var(--color), rgba(255, 102, 0, 0));
  background-image: -o-linear-gradient(left, var(--color), rgba(255, 102, 0, 0));
  background-image: linear-gradient(to right, var(--color), rgba(255, 102, 0, 0));
}
#index-body .init-2 .container .list .cont {
  padding: 10px 50px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-2 .container .list:hover .shadow {
  opacity: 1;
}
#index-body .init-2 .container .list:hover .cont {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#index-body .init-2 .container .left {
  width: 49%;
}
#index-body .init-2 .container .right {
  width: 49%;
}
#index-body .init-2 .container .right .list {
  height: 320px;
}
#index-body .init-2 .container .right .list3 {
  margin-top: 30px;
}
#index-body .init-3 {
  position: relative;
  z-index: 3;
}
#index-body .init-3 .subImg {
  width: 360px;
  height: 430px;
  background-position: right center;
  top: 50px;
  right: 0;
}
#index-body .init-3 .content ul li{
  height: auto;
}
#index-body .init-3 .content .box {
  padding: 20px 30px;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}
#index-body .init-3 .content .box:hover{
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#index-body .init-3 .content .box .titleC .tLeft {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
#index-body .init-3 .content .box .titleC .tLeft .type {
  color: #666666;
  font-weight: 400;
}
#index-body .init-3 .content .box .titleC .more {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eed7ba;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#index-body .init-3 .content .box .titleC .more i {
  margin-left: 2px;
}
#index-body .init-3 .content .box .titleC .more:hover {
  background-color: var(--color);
}
#index-body .init-3 .content .sPage {
  padding: 0 20px;
}
#index-body .init-3 .content .sPage .line {
  width: -webkit-calc(-30%);
  width: -moz-calc(-30%);
  width: calc(100% - 130px);
}
#index-body .init-3 .content .sPage .line .swiper-pagination-progressbar {
  position: relative;
  height: 2px;
  background-color: #ebd3c2;
}
#index-body .init-3 .content .sPage .line .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  height: 4px;
  top: -1px;
}
#index-body .init-3 .content .sPage .btnC {
  width: 80px;
}
#index-body .init-3 .content .sPage .btnC .btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eed7ba;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#index-body .init-3 .content .sPage .btnC .btn i {
  margin-left: 2px;
}
#index-body .init-3 .content .sPage .btnC .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .content .sPage .btnC .prev i {
  margin-left: 0;
}
#index-body .init-4 {
  background-color: #fff0e2;
  background-attachment: fixed;
}
#index-body .init-4 .content ul li {
  width: 25%;
  height: auto;
}
#index-body .init-4 .content ul li .box {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  min-height: 370px;
  background-color: #fff;
  height: 100%;
}
#index-body .init-4 .content ul li .box .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .content ul li .box .shadow2 {
  opacity: 0;
}
#index-body .init-4 .content ul li .box .bg {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(rgba(255, 103, 1, 0)));
  background-image: -webkit-linear-gradient(right, var(--color), rgba(255, 103, 1, 0));
  background-image: -moz-linear-gradient(right, var(--color), rgba(255, 103, 1, 0));
  background-image: -o-linear-gradient(right, var(--color), rgba(255, 103, 1, 0));
  background-image: linear-gradient(to left, var(--color), rgba(255, 103, 1, 0));
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
#index-body .init-4 .content ul li .box .contC {
  padding: 10px 50px;
  z-index: 3;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-4 .content ul li .box .contC .cont {
  color: #fff;
  width: 250px;
}
#index-body .init-4 .content ul li .box .contC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .content ul .active {
  width: 50%;
}
#index-body .init-4 .content ul .active .box .shadow1 {
  opacity: 0;
}
#index-body .init-4 .content ul .active .box .shadow2 {
  opacity: 1;
}
#index-body .init-4 .content ul .active .box .bg {
  opacity: 1;
}
#index-body .init-4 .content ul .active .box .contC {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#index-body .init-5 {
  z-index: 2;
  background-color: #fef7f1;
}
#index-body .init-5 .subImg2 {
  z-index: -2;
  width: 355px;
  height: 570px;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}
#index-body .init-5 .subImg3 {
  z-index: -2;
  width: 480px;
  height: 700px;
  top: 40px;
  right: 0;
  background-position: right top;
}
#index-body .init-5 .subImg {
  width: 265px;
  height: 265px;
  left: 120px;
  top: 50px;
  z-index: -1;
  -webkit-animation: moveAni 3s linear infinite;
  -moz-animation: moveAni 3s linear infinite;
  -o-animation: moveAni 3s linear infinite;
  animation: moveAni 3s linear infinite;
}
#index-body .init-5 .container .tCont {
  max-width: 800px;
  margin: auto;
}
#index-body .init-5 .container .tCont .tipsDes {
  color: #666666;
}
#index-body .init-5 .container .play {
  top: 50px;
  right: 0;
}
#index-body .init-5 .container .content ul li {
  width: 25%;
}
#index-body .init-5 .container .content ul li .box {
  height: 100%;
  padding: 50px 50px 20px 50px;
  background-color: var(--color);
  border-radius: 20px;
  cursor: pointer;
}
#index-body .init-5 .container .content ul li .box .img {
  height: 62px;
}
#index-body .init-5 .container .content ul li .box .num {
  color: #fff;
}
#index-body .init-5 .container .content ul li .box .line {
  height: 1px;
  background-color: #ff8533;
}
#index-body .init-5 .container .content ul li .box .des {
  color: #fff;
}
#index-body .init-5 .container .content ul li .box:hover {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#index-body .init-6 {
  background-color: #fff0e2;
  background-attachment: fixed;
}
#index-body .init-6 .container .tipsDes {
  max-width: 1120px;
  margin: 20px auto 0;
  color: #666666;
}
#index-body .init-6 .container .titleC {
  margin: auto;
}
#index-body .init-6 .container .titleC ul li {
  padding: 0 0;
  margin: 5px 0;
  width: auto;
  height: auto;
}
#index-body .init-6 .container .titleC ul li .box {
  color: #666666;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 24px;
  cursor: pointer;
  height: 100%;
  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;
}
#index-body .init-6 .container .titleC ul li .box:hover,
#index-body .init-6 .container .titleC ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-6 .container .contentC .content {
  display: none;
}
#index-body .init-6 .container .contentC .content ul li {
  width: 25%;
}
#index-body .init-6 .container .contentC .content ul li .box .img {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
#index-body .init-6 .container .contentC .content ul li .box .img img {
  width: 100%;
}
#footer {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(#ff9751));
  background-image: -webkit-linear-gradient(top, var(--color), #ff9751);
  background-image: -moz-linear-gradient(top, var(--color), #ff9751);
  background-image: -o-linear-gradient(top, var(--color), #ff9751);
  background-image: linear-gradient(to bottom, var(--color), #ff9751);
}
#footer .subImg {
  width: 540px;
  height: 390px;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-position: left bottom;
}
#footer .subImg2 {
  width: 380px;
  height: 430px;
  right: 0;
  top: 0;
  background-position: top right;
}
#footer .fTop .container .left {
  width: 290px;
  color: #fff;
  line-height: 1.6;
}
#footer .fTop .container .left .img {
  width: 60px;
  height: 70px;
  bottom: 0;
  right: 40px;
  z-index: -1;
}
#footer .fTop .container .right {
  width: -webkit-calc(-210%);
  width: -moz-calc(-210%);
  width: calc(100% - 310px);
  background-color: rgba(255, 248, 237, 0.1);
  border-radius: 10px;
  padding: 50px 40px 20px;
}
#footer .fTop .container .right form {
  border-bottom: 1px solid #ffa86c;
}
#footer .fTop .container .right form input {
  color: #fff;
  width: -webkit-calc(-10%);
  width: -moz-calc(-10%);
  width: calc(50% - 60px);
  padding: 0 20px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #ff9a55;
}
#footer .fTop .container .right form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fTop .container .right form .submit {
  width: 120px;
  background-color: #fff;
  color: var(--color);
  border-radius: 10px;
  padding: 12px 10px;
  cursor: pointer;
}
#footer .fTop .container .right form .submit:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .fMiddle .container {
  padding-top: 40px;
}
#footer .fMiddle .container .listCont {
  margin-top: 40px;
}
#footer .fMiddle .container .listCont .first {
  margin-bottom: 30px;
  color: #fff;
}
#footer .fMiddle .container .listCont .list {
  margin-top: 12px;
}
#footer .fMiddle .container .listCont .list .img {
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
#footer .fMiddle .container .listCont .list .text {
  width: -webkit-calc(64%);
  width: -moz-calc(64%);
  width: calc(100% - 36px);
  color: #fff;
}
#footer .fMiddle .container .listCont .listC {
  margin-top: -16px;
}
#footer .fMiddle .container .listCont .listC ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .fMiddle .container .listCont .listC ul li {
  width: 50%;
  padding-right: 10px;
  margin-top: 12px;
}
#footer .fMiddle .container .listCont .listC ul li a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fMiddle .container .listCont .listC ul li a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-image: url(../images/index_30.png);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background-position: left center;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .fMiddle .container .listCont .listC ul li a:hover {
  color: #fff;
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}
#footer .fMiddle .container .listCont .listC ul li a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform: translateX(-24px);
  -moz-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  -o-transform: translateX(-24px);
  transform: translateX(-24px);
}
#footer .fMiddle .container .listCont .listC ul li ul {
  display: none;
}
#footer .fMiddle .container .listCont .list3 {
  margin-top: 16px;
}
#footer .fMiddle .container .listCont .list3 a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fMiddle .container .listCont .list3 a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-image: url(../images/index_30.png);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background-position: left center;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .fMiddle .container .listCont .list3 a:hover {
  color: #fff;
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}
#footer .fMiddle .container .listCont .list3 a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform: translateX(-24px);
  -moz-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  -o-transform: translateX(-24px);
  transform: translateX(-24px);
}
#footer .fMiddle .container .listCont .swiper {
  height: 140px;
}
#footer .fMiddle .container .listCont .swiper .box {
  padding-right: 30px;
}
#footer .fMiddle .container .listCont .swiper .box a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fMiddle .container .listCont .swiper .box a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-image: url(../images/index_30.png);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background-position: left center;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .fMiddle .container .listCont .swiper .box a:hover {
  color: #fff;
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}
#footer .fMiddle .container .listCont .swiper .box a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform: translateX(-24px);
  -moz-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  -o-transform: translateX(-24px);
  transform: translateX(-24px);
}
#footer .fMiddle .container .listCont .swiper .box a span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#footer .fMiddle .container .listCont1 {
  width: 390px;
}
#footer .fMiddle .container .listCont2 {
  width: 350px;
}
#footer .fMiddle .container .listCont3 {
  width: 200px;
}
#footer .fMiddle .container .listCont4 {
  width: 320px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .line {
  height: 1px;
  width: 100%;
  background-color: #ffb481;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
#footer .copyright .right ul a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#footer .copyright .right ul a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (max-width: 1700px) {
  #index-body .init-2 .subImg {
    width: 26vw;
    height: 34vw;
    bottom: -24vw;
  }
  #index-body .init-3 .subImg {
    width: 20vw;
    height: 26vw;
  }
  #index-body .init-5 .subImg {
    width: 230px;
    height: 230px;
  }
  .indexTitleC .indexTitleImg {
    margin-top: -2px;
  }
  #index-body .init-5 .subImg2 {
    width: 24vw;
    height: 24vw;
  }
  #index-body .init-5 .subImg3 {
    width: 24vw;
    height: 24vw;
  }
  #footer .subImg {
    width: 32vw;
    height: 22vw;
  }
  #footer .subImg2 {
    width: 23vw;
    height: 26vw;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-2 .container .list {
    height: 570px;
  }
  #index-body .init-2 .container .right .list {
    height: 270px;
  }
  #index-body .init-5 .subImg {
    width: 160px;
    height: 160px;
    left: 50px;
  }
  #index-body .init-6 .container .titleC ul li .box {
    padding: 5px 20px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 330px;
  }
  #footer .fMiddle .container .listCont2 {
    width: 310px;
  }
  #footer .fMiddle .container .listCont4 {
    width: 280px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 {
    padding-top: 120px;
  }
  #index-body .init-5 .subImg {
    display: none;
  }
  #index-body .init-5 .container .play {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
  }
  #index-body .init-5 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  #index-body .init-6 .container .titleC ul li {
    width: 50%;
    text-align: center;
  }
  #footer .fTop .container .left {
    width: 100%;
  }
  #footer .fTop .container .left .img {
    display: none;
  }
  #footer .fTop .container .right {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .list {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-2 .container .list .shadow {
    opacity: 1;
  }
  #index-body .init-2 .container .list .cont {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-4 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .content ul .active {
    width: 100%;
  }
  #index-body .init-4 .content ul li .box .bg {
    opacity: 1;
  }
  #index-body .init-4 .content ul li .box .contC {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .cont1 {
    padding: 0;
  }
  #index-body .init-1 .cont1 .left {
    width: 100%;
  }
  #index-body .init-1 .cont1 .play {
    margin: 20px auto 0;
  }
  #index-body .init-1 .cont2 {
    margin-top: 20px;
  }
  #index-body .init-3 .content .box .titleC .tLeft {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .init-5 .container .content ul li {
    width: 100%;
  }
  #footer .fTop .container .right form input {
    width: 100%;
    margin-top: 10px;
  }
  #footer .fTop .container .right form .submit {
    padding: 6px 10px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .shadow {
    height: 90%;
  }
  #index-body .init-2 .container .list {
    height: 340px;
  }
  #index-body .init-2 .container .right .list {
    height: 190px;
  }
  #index-body .init-3 .content .box {
    padding: 20px 16px;
  }
  #index-body .init-3 .content .sPage {
    padding: 0;
  }
  #index-body .init-3 .content .sPage .btnC {
    width: 66px;
  }
  #index-body .init-3 .content .sPage .line {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
  }
  .indexTitleC .indexTitleImg {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }
  .indexTitleC .indexTitle1 {
    max-width: -webkit-calc(70%);
    max-width: -moz-calc(70%);
    max-width: calc(100% - 30px);
    padding-left: 10px;
  }
  #index-body .init-4 .content ul li .box .bg {
    width: 100%;
  }
  #index-body .init-4 .content ul li .box .contC {
    padding: 10px;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 30px 16px 20px;
  }
  #index-body .init-6 .container .titleC ul li {
    width: 100%;
  }
  #footer .fMiddle .container {
    padding-top: 0;
  }
  #footer .fMiddle .container .listCont .first {
    margin-bottom: 20px;
  }
  #footer .fMiddle .container .listCont {
    width: 100%;
  }
}
.innerBanner {
  min-height: 340px;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-top: 190px;
  padding-bottom: 50px;
}
.color-66 {
  color: #666666;
}
.about-page .mk-desc {
  color: #666666;
}
.about-page .init-1 .about-img img {
  border-radius: 20px;
  width: 100%;
}
.about-page .init-1 .about-txt {
  background-color: #fff0e2;
  border-radius: 10px;
  width: 85%;
  margin: -5% auto 0;
  position: relative;
  z-index: 1;
}
.about-page .init-1 .about-txt .desc {
  color: #666666;
  line-height: 1.7;
  max-height: 400px;
  padding-right: 6px;
  overflow-y: auto;
}
.about-page .init-2 {
  position: relative;
  overflow: hidden;
}
.about-page .init-2 .swiper {
  padding: 60px 0;
  margin: 0 150px;
}
.about-page .init-2 .swiper .h6 {
  line-height: 2;
  color: #fff;
}
.about-page .init-2 .swiper .text {
  line-height: 2;
  padding-right: 20px;
  color: #fff;
  word-break: break-word;
}
.about-page .init-2 .swiper .text .text2{
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-2 .swiper .text .text2::-webkit-scrollbar-thumb {
    background-color: var(--color);
}
.thumb1::-webkit-scrollbar-thumb {
    background-color: var(--color);
}
.thumb2::-webkit-scrollbar-thumb {
    background-color: #ffb27e;
}
.about-page .init-2 .swiper .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .init-2 .swiper .swiper-slide .box {
  position: relative;
}
.about-page .init-2 .swiper .swiper-slide .box .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
.about-page .init-2 .swiper .swiper-slide .box .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  -o-transition: 6.5s linear;
  transition: 6.5s linear;
}
.about-page .init-2 .swiper .swiper-slide .box .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-page .init-2 .swiper .swiper-slide .box .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .init-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
  width: 100%;
}
.about-page .init-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
  left: 3px;
  background-color: var(--color);
}
.about-page .init-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
  opacity: 0.5;
}
.about-page .init-2 .mk-tt {
  color: #fff;
}
.about-page .init-2 .zdy-switch > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 12px;
  margin-right: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: none;
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
}
.about-page .init-2 .zdy-switch > div::after {
  font-size: 16px;
  color: #b2b2b2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-2 .zdy-switch > div:hover {
  background-color: var(--color);
}
.about-page .init-2 .zdy-switch > div:hover::after {
  color: #fff;
}
.about-page .init-3 .brands-list ul li .box {
  /*background-color: #ffcaa6;*/
  border-radius: 5px;
  /*padding: 30px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .brands-list ul li .box .img-box{
 border-radius: 20px;
}

.about-page .init-3 .brands-list ul li .box .txtbox .desc {
  height: 158px;
  overflow-y: auto;
  line-height: 1.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .brands-list ul li .box:hover {
  /*background-color: var(--color);*/
}
.about-page .init-3 .brands-list ul li .box:hover .tt {
  /*color: #fff;*/
}
.about-page .init-3 .brands-list ul li .box:hover .desc {
  /*color: #fff;*/
}
.about-page .init-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}
.about-page .init-4 {
  /*background-color: #f4f5f9;*/
}
.about-page .init-4 .container .list ul li {
  height: 100%;
}
.about-page .init-4 .container .list ul li .box {
  height: 100%;
  padding: 60px 10px ;
  position: relative;
}
.about-page .init-4 .container .list ul li .box .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page .init-4 .container .list ul li .box .imgbox img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-page .init-4 .container .list ul li .box .imgbox img.cur {
  opacity: 1;
}
.about-page .init-4 .container .list ul li .box .imgbox img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.about-page .init-4 .container .list ul li .box .txtbox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.about-page .init-4 .container .list ul li .box .txtbox i {
  width: 92px;
  height: 92px;
  background-color: var(--color);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-4 .container .list ul li .box .txtbox .tt {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 120px;
  overflow-y: auto;
  padding-right: 6px;
  color: #666;
}
.about-page .init-4 .container .list ul li .box .txtbox .tt::-webkit-scrollbar-thumb {
    background-color: var(--color);
}
.about-page .init-4 .container .list ul li .box:hover .imgbox img.cur {
  opacity: 0;
}
.about-page .init-4 .container .list ul li .box:hover .imgbox img.hover {
  opacity: 1;
}
.about-page .init-4 .container .list ul li .box:hover .txtbox i {
  background-color: #ff6700;
}
.about-page .init-4 .container .list ul li .box:hover .txtbox .tt {
  color: #fff;
}
.about-page .init-4 .container .list ul li .box:hover .txtbox .title2{
  color: #fff;
}
@media (max-width: 1000px) {
  .about-page .init-1 .about-txt {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .init-2 .swiper {
    margin: 0 90px;
  }
  .innerBanner{
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: auto;
  }
}
@media (max-width: 500px) {
  .about-page .init-2 .swiper {
    margin: 0 70px;
  }
  .about-page .init-2 .zdy-switch > div {
    margin-left: 0;
    margin-right: 0;
  }
  .about-page .init-4 .container .list ul li .box {
    padding: 30px 10px;
  }
}
.innovation-page .init-1 .left {
  width: 50%;
}
.innovation-page .init-1 .left .img {
  border-radius: 20px;
}
.innovation-page .init-1 .right {
  width: 50%;
  padding-left: 9%;
}
.innovation-page .init-1 .right .img {
  border-radius: 20px;
}
.innovation-page .init-2 {
  background-color: #f4f5f9;
}
.innovation-page .init-2 .list ul li .box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.innovation-page .init-2 .list ul li .box .txtbox {
  font-weight: 400;
}
.innovation-page .init-2 .list ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.innovation-page .init-3 .container .titleC .left {
  color: var(--color);
}
.innovation-page .init-3 .container .titleC .right {
  width: 70%;
}
.innovation-page .init-3 .container .content li {
  width: 16.66%;
  margin-bottom: 30px;
}
.innovation-page .init-3 .container .content .box {
  height: 100%;
  padding: 30px 5px;
  background-color: var(--color);
  border-radius: 10px;
}
.innovation-page .init-3 .container .content .box img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.innovation-page .init-3 .container .content .box .text {
  font-weight: 400;
  color: #fff;
}
.innovation-page .init-3 .container .content .box:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.innovation-page .init-4 {
  background: #fdf0e3;
}
.innovation-page .init-4 .bottom {
  border-radius: 56px;
  background: var(--color);
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 80px 80px 115px 80px;
}
.innovation-page .init-4 .bottom .left {
  padding-right: 80px;
}
.innovation-page .init-4 .bottom .left .h4 {
  color: #fff;
}
.innovation-page .init-4 .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
  font-weight: 300;
  color: #fff;
}
.innovation-page .init-4 .bottom .right {
  color: #fff;
}
.innovation-page .init-4 .bottom .right ul.list3 li.active {
  background: #ff7d32;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 20px;
}
.innovation-page .init-4 .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d55207;
  font-family: Unbounded;
}
.innovation-page .init-4 .bottom .right ul.list3 li .top em {
  /*margin-left: 25px;*/
}
.innovation-page .init-4 .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 26px;
  right: 25px;
}
.innovation-page .init-4 .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1250px) {
  .innovation-page .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 10px;
  }
  .innovation-page .init-3 .container .content li {
    width: 33.33%;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .innovation-page .init-1 .left {
    width: 100%;
  }
  .innovation-page .init-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .innovation-page .init-4 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .innovation-page .init-4 .bottom .left p {
    margin-top: 20px;
  }
  .innovation-page .init-4 .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .innovation-page .init-3 .container .content li {
    width: 50%;
  }
  .innovation-page .init-4 .bottom {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .innovation-page .init-2 .list ul li .box {
    padding: 10px;
  }
  .innovation-page .init-3 .container .content li {
    width: 100%;
  }
  .innovation-page .init-4 .bottom .right ul.list3 li .top {
    padding: 10px;
  }
  .innovation-page .init-4 .bottom .right ul.list3 li .content {
    padding: 10px;
  }
  .innovation-page .init-4 .bottom .right ul.list3 li .top i.fr {
    top: 20px;
  }
}
.food-page .init-1 .container .list {
  margin-top: 10px;
  /*background-color: #f2f6f7;*/
  padding: 70px 0;
}
.food-page .init-1 .container .list .left {
  padding: 0 60px 0 0;
}
.food-page .init-1 .container .list .left .tipsTitle {
  color: var(--color);
}
.food-page .init-1 .container .list .right img {
  border-radius: 20px;
  width: 100%;
}
.food-page .init-1 .container .list:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 60px;
}
@media (max-width: 1000px) {
  .food-page .init-1 .container .list .left {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .food-page .init-1 .container .list .right {
    width: 100%;
  }
  .food-page .init-1 .container .list:nth-child(2n) .left {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .food-page .init-1 .container .list {
    padding: 40px 16px;
  }
}
.bagel-page .init-1 .container .left {
  width: 50%;
  padding-right: 60px;
}
.bagel-page .init-1 .container .right {
  width: 50%;
}
.bagel-page .init-1 .container .right img {
  width: 100%;
  border-radius: 20px;
}
.bagel-page .init-1 .container .i-data {
  width: 100%;
}
.bagel-page .init-1 .container .i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 600;
}
.bagel-page .init-1 .container .i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.bagel-page .init-1 .container .i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.bagel-page .init-1 .container .i-data ul li .text {
  font-weight: 400;
  padding-left: 44px;
  /*font-style: italic;*/
}
@media (max-width: 1250px) {
  .bagel-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .bagel-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .bagel-page .init-1 .container .i-data ul li .num {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .bagel-page .init-1 .container .i-data ul li .num {
    font-size: 40px;
  }
  .bagel-page .init-1 .container .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -34px;
  }
}
.export-page .init-1 .title {
  color: var(--color);
}
.export-page .init-1 .content ul li {
  height: auto;
}
.export-page .init-1 .content ul li .box {
  height: 100%;
  background-color: var(--color);
  border-radius: 20px;
}
.export-page .init-1 .content ul li .box .des{
  max-height: 116px;
  overflow-y: auto;
  padding-right: 6px;
}
.export-page .init-1 .content ul li .box .icon img {
  display: block;
  margin: auto;
}
.export-page .init-1 .content ul li .box:hover {
  border-radius: 20%;

}
.export-page .init-1 .content ul li .box:hover .icon img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.export-page .init-1 .content ul li .box:hover .des {
  color: #fff;
}
.delivery-page .init-1 .container .left {
  width: 50%;
  padding-right: 50px;
}
.delivery-page .init-1 .container .left .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.delivery-page .init-1 .container .left .text p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
}
.delivery-page .init-1 .container .right {
  width: 50%;
}
.delivery-page .init-1 .container .right img {
  width: 100%;
}
@media (max-width: 1250px) {
  .delivery-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .delivery-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .delivery-page .init-1 .container .left .text p {
    margin-bottom: 10px;
  }
}
.custom-page .init-1 .container .i6-l {
  width: 23%;
  background: var(--color);
  border-radius: 40px;
}
.custom-page .init-1 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}
.custom-page .init-1 .container .i6-l .f-put1 {
  background: var(--color);
  border-radius: 10px;
  border: 1px solid #fff;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put2 {
  height: 88px;
}
.custom-page .init-1 .container .i6-r {
  width: 77%;
}
.custom-page .init-1 .container .i6-r .i6-r-t {
  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;
  -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;
}
.custom-page .init-1 .container .i6-r .i6-r-b {
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-o {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #fff0e2;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-l {
  left: -73px;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-r {
  right: 0;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-tap {
  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;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  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;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-weight: 600;
  color: #141414;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-weight: 300;
  color: #666666;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .i6-l {
    width: 100%;
  }
  .custom-page .init-1 .container .i6-r {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .custom-page .init-1 .container .i6-r .i6-r-b {
    padding: 0 60px;
  }
  .custom-page .init-1 .container .i6-r .i6-r-b .s6-l {
    left: 0;
  }
  .custom-page .init-1 .container .i6-r .i6-r-t .i6-r-t-l {
    width: 100%;
    margin-bottom: 10px;
  }
}
.label-page .init-1 .container .img img {
  width: 100%;
}
.label-page .init-2 {
  background-color: #f5f5f7;
}
.label-page .init-2 .left {
  width: 50%;
  padding-right: 50px;
}
.label-page .init-2 .left .content ul li .box .titleC {
  cursor: pointer;
}
.label-page .init-2 .left .content ul li .box .titleC .title {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
}
.label-page .init-2 .left .content ul li .box .titleC i {
  font-size: 26px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: 6px;
  line-height: 20px;
}
.label-page .init-2 .left .content ul li .box .des {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  display: none;
}
.label-page .init-2 .left .content ul li.active .box .titleC {
  color: var(--color);
}
.label-page .init-2 .right {
  width: 50%;
}
@media (max-width: 1000px) {
  .label-page .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .label-page .init-2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.cooperation-page .init-1 .container .swiper {
  padding-bottom: 30px;
}
.cooperation-page .init-1 .container ul li {
  height: auto;
}
.cooperation-page .init-1 .container ul li .box {
  height: 100%;
  background-color: var(--color);
  color: #fff;
  padding: 50px 20px 60px;
}
.cooperation-page .init-1 .container ul li .box .img {
  display: block;
  margin: auto;
}
.cooperation-page .init-1 .container ul li .box .title {
  font-weight: 500;
}
.cooperation-page .init-1 .container ul li .box .des {
  color: #fff;
  max-height: 124px;
  overflow-y: auto;
  padding-right: 4px;
}
.cooperation-page .init-1 .container ul li .box .num {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: var(--color);
  border-radius: 50%;
  font-size: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cooperation-page .init-1 .container ul li .box:hover {
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
}
.offer-page .init-1 .container ul {
  background: #fdf0e3;
  border-radius: 20px;
}
.offer-page .init-1 .container ul li {
  width: 33.33%;
}
.offer-page .init-1 .container ul li .box {
  min-height: 160px;
  cursor: pointer;

}
.offer-page .init-1 .container ul li .box .cont {
  padding: 10px;
  width: 100%;
}
.offer-page .init-1 .container ul li .box .cont .img {
  display: block;
  margin: auto;
}
.offer-page .init-1 .container ul li .box .cont .title {
  font-weight: 500;
}
.offer-page .init-1 .container ul li .box:hover,
.offer-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.offer-page .init-1 .container ul li .box:hover .cont .img,
.offer-page .init-1 .container ul li .box.active .cont .img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.offer-page .init-2 .container .left {
  width: 50%;
}
.offer-page .init-2 .container .left img {
  width: 100%;
}
.offer-page .init-2 .container .right {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .offer-page .init-1 .container ul li {
    width: 100%;
  }
  .offer-page .init-2 .container .left {
    width: 100%;
  }
  .offer-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}


.m-page {
  padding-top: 20px;
  /*border-top: 1px solid;*/
  border-top-color: #d9d9d9;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 50%;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background:var(--color);
  color: #fff;
}

.proNavCont .nav1C ul{
  display: flex;
  flex-wrap: wrap;
}
.proNavCont .nav1C ul li{
  margin-top: 10px;
}
.proNavCont .nav1C ul li .box a{
  display: block;
  border: 1px solid #efe6e0;
  background: #fff;
  border-radius: 20px;
  color: #666666;
  padding: 5px 35px;
}
.proNavCont .nav1C ul li .box a.active,
.proNavCont .nav1C ul li .box a:hover{
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.proNavCont .nav2C{
  border-bottom: 1px solid #ebdccf;
  padding-bottom: 10px;
  margin-top: 30px;
}
.proNavCont .nav2C .list{
  display: none;
}
.proNavCont .nav2C .list.active{
  display: block;
}
.proNavCont .nav2C .list ul{
  display: flex;
  flex-wrap: wrap;
} 

.proNavCont .nav2C .list ul li .box{
  position: relative;
}
.proNavCont .nav2C .list ul li .img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  opacity: 0;
  left: 0;
}
.proNavCont .nav2C .list ul li a{
  position: relative;
  display: block;
  padding-left: 30px;
  transition: all .5s;
  transform: translateX(-30px);
}
.proNavCont .nav2C .list ul li .box:hover .img,
.proNavCont .nav2C .list ul li .box.active .img{
  opacity: 1;
}
.proNavCont .nav2C .list ul li .box:hover a,
.proNavCont .nav2C .list ul li .box.active a{
  transform: translateX(0);
}

.product-page .products li{
  margin-bottom: 40px;
}
.product-page .products li .img-box{
  background: #fff;
  border-radius: 20px;
}
.product-page .products li .product-block:hover .product-image {
   border-top-left-radius: 50%;
   border-top-right-radius: 50%;
}
.product-page .products li .woocommerce-loop-product__title{
  font-weight: 400;
  font-family: Unbounded;
}
.product-page .catDes{
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
  
}

@media (max-width: 1000px) {
  .product-page .products li{
    width: 33.33%;
  }
}

@media (max-width: 700px) {
  .product-page .products li{
    width: 50%;
  }
}

@media (max-width: 500px) {
  .product-page .products li{
    width: 100%;
  }
}


.prodet-page .prodet-1 {
  margin: 30px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .big img{
  border: solid 1px #e7d5c4;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-1 .right .des2{
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
  color: #666;
}
.prodet-page .prodet-1 .right dl{
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right dd{
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .new-small-imgs{
  margin-top: -1.822vw;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right .new-small-imgs .title{
  margin-top: -1.822vw;
}
.prodet-page .prodet-1 .right .new-small-imgs li{
  padding: 5px;
  width: 33.333%;
}

.prodet-page .prodet-1 table.variations {
  border: none;
  overflow: unset;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li {
  border-radius: 30px;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li
  a {
  padding: 8px 30px;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li.active {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:hover {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:hover,
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #ffffff00;
  padding: 8px 30px;
  border-radius: 30px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .list ul li img{
  	border: solid 1px #acb1b2;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
#tit{
  margin: 100px 0 0 ;
}

.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  margin: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li
  a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wc-tab-title a:after {
  content: "+";
}
.wc-tab.active .wc-tab-title a::after {
  content: "−";
}
.elementor-add-to-cart > .stock,
.lakit-product-tabs .wc-tab-title,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--content
  .panel:not(.active)
  .tab-content,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:after,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:before,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs:after,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page
    .prodet-2
    .lakit-product-tabs
    .wc-tabs-wrapper
    .lakit-wc-tabs--controls
    ul.wc-tabs
    li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {

  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }

}
@media (max-width: 700px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
  .lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li{
    width: 100%;
  }
}


.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 22px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #ff6700;
  border-radius:20px;
  padding: 100px 30px 30px 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .xinwen{
  padding-bottom: 60px;
}
.news-page .news-list ul li .text .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 1.8;
  color: #fff;
  opacity: 0.8;
}

.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: #fef7f1;
  color: #666;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}
.news-page .news-list ul li .text .tit {
  font-weight: bold;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.news-page .news-list ul li .text .tit:hover {
  color: #fff;
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: #f18e4c;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .des:hover{
color: #fff;
opacity: 0.8;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f18e4c;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: var(--color);
  border-radius: 20% ;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 20px 0 20px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    right: 0;
    opacity: 1;
  }
  .news-page .news-list ul li .text .xinwen{
    padding-bottom: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .text{
    padding-bottom: 0;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 16px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}


.contact-page .contact-1 .header .con {
  font-size: 20px;
  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: var(--color);
  position: relative;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  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 .info {
  padding: 35px 0 100px;
  font-size: 20px;
  word-break: break-word;
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 32px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat #ff8430;
  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: #ff8430;
}
.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%;
  background: #fdf0e3;
}
.contact-page .contact-2 .box {
  background: var(--color);
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .i-title {
font-family: Unbounded;
color: #fff;
font-size: 40px;
}
.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: 20px;
  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: 5px;
  background: #fdf7f1;
  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: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form .moreCont{
  border: 1px solid var(--color);
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}

@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 {
    width: 50%;
  }
  .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;
  }
}

@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 .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-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;
  }
}


@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;
  }
}


.faq-page .faq-1 .list ul li {
 
  padding: 1.33333333em 2.3em;
  background: var(--color);
  border-radius: 20px;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
  /*border-radius: 20%;*/
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

.seoPublic>div:nth-child(odd){
  background: #fff0e2;
}
.seoPublic .Auxil-about .box .left img{
  border-radius: 20px;
}
.color_1{
  color:#fff;
}
.color_2{
  color:#fff;
  opacity: 0.8;
}
.about-page .init-1 .about-txt h3{
  color: var(--color);
}
.color_3{
color: #ff6700;
}
.color_4{
color: #666;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.seoPublic .Auxil-news .list ul li .content p{
text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}