html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #6c0002;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;

}
@font-face {
  font-family: 'font1';
  src: url('../fonts/Delicious-Dishes-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font1{
  font-family: 'font1';
}

@font-face {
    font-family: 'font2';
    src: url('../fonts/CrispyFood-Regular.eot');
    src: url('../fonts/CrispyFood-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CrispyFood-Regular.woff2') format('woff2'),
        url('../fonts/CrispyFood-Regular.woff') format('woff'),
        url('../fonts/CrispyFood-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font2{
  font-family: 'font2';
      letter-spacing: 0.06em;
      color:#6c0002;
}



.pr{
  position: relative;
}
.i-title em{
  color: var(--color);
}
.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: 1600px;
}
.ads{
  overflow: hidden;
}
.ads span{
  display: inline-block;
}

@keyframes titleAni1 {
0% {
    opacity: 0;
    transform: translate3d(0, -1.2em, 0);
  }
  35% {
    opacity: 1;
    transform: translate3d(0, 0.1em, 0);
  }
  60% {
    transform: translate3d(0, -0.05em, 0);
  }
  80% {
    transform: translate3d(0, 0.02em, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.titleAni1 {
  opacity: 0;
  animation: titleAni1 1.9s forwards;
  will-change: transform, opacity;
}

@-webkit-keyframes clipLeft {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@-moz-keyframes clipLeft {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@-o-keyframes clipLeft {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@keyframes clipLeft {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
.clipLeft {
  -webkit-animation: clipLeft 1s forwards;
  -moz-animation: clipLeft 1s forwards;
  -o-animation: clipLeft 1s forwards;
  animation: clipLeft 1s forwards;
}
@-webkit-keyframes clipRight {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@-moz-keyframes clipRight {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@-o-keyframes clipRight {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
@keyframes clipRight {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
.clipRight {
  -webkit-animation: clipRight 1s forwards;
  -moz-animation: clipRight 1s forwards;
  -o-animation: clipRight 1s forwards;
  animation: clipRight 1s forwards;
}
#header {
  color: #000;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 10px 0;
}
#header > .nav > .menu {
  z-index: 1;
  font-weight: 500;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#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: 90px;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  font-weight: bold;
  border-radius: 10px;
  padding: 4px 0;
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(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;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  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 .lang_cont .c_cont .img {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.moreCont {
  background-color: var(--color);
  color: #fff;
  z-index: 2;
  text-align: center;
  min-width: 220px;
  cursor: pointer;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreCont i,
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  background-color: #fff;
  color: var(--color);
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.slick-list .slick-track {
  margin-left: 0;
}
.font-16 {
  line-height: 1.8;
}
.bannerCont {
  position: relative;
  background-color: #f6eee1;
  z-index: 3;
}
.bannerCont .bgCont{
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bannerCont .bgCont .container{
  height: 100%;
}
.bannerCont .bgCont .container .list{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: unset;
}
.bannerCont .sub {
  position: absolute;
  top: 0;
  z-index: -1;
}
.bannerCont .sub1 {
  width: 400px;
  height: 210px;
  left: 0;
  background-position: left top;
}
.bannerCont .sub2 {
  width: 320px;
  height: 230px;
  right: 0;
  background-position: top right;
}
.bannerCont .title {
  color: var(--color);
  padding: 0 10px;
}
.bannerCont .title2 {
  color: #2e0607;
  padding: 0 10px;
}
.bannerCont .infoCont .list {
  margin-top: 30px;
  color: var(--color);
  width: 300px;
}
.bannerCont .infoCont .list .name {
  min-height: 65px;
}
.bannerCont .infoCont .list .name em {
  line-height: 1;
}
.bannerCont .content .btn {
  right: 50px;
  top: -10px;
  background-color: #fff;
  min-width: 50px;
  height: 106px;
  font-size: 30px;
  color: var(--color);
  border-radius: 10px;
}
.bannerCont .content .btn::before {
  background-color: var(--color);
}
.bannerCont .content .btn:hover {
  color: #fff;
}
.bannerCont .content .prev {
  left: 50px;
  right: unset;
}
.bannerCont .content .swiperC {
  padding: 0 10px;
}
.bannerCont .content .swiperC .swiper {
  max-width: 1670px;
}
.bannerCont .content .swiperC .swiper ul li .box {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  background-size: contain !important;
}
.bannerCont .content .swiperC .swiper ul li .box .img1 {
  width: 100%;
}
.bannerCont .content .swiperC .swiper ul li .box .img2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
}
.bannerCont .content .swiperC .swiper ul li.swiper-slide-active .img1 {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
.bannerCont .content .swiperC .swiper ul li.swiper-slide-active .img2 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}

  :root {
    --bg-color: #f7f0e4;
    --wave-color: #f5e0c8;
    --path-image: path("M1580,150 H-1 V60 S250,140 550,110 S950,10 1200,20 S1450,140 1581,70 V150");
    --path-morph-1: path("M1580,150 H-1 V30 S300,160 600,90 S1000,-30 1250,10 S1500,160 1581,90 V150");
    --path-morph-2: path("M1580,150 H-1 V90 S200,110 450,130 S850,50 1100,60 S1400,120 1581,50 V150");
  }
  .jelly-banner {
    position: relative;
    width: 100%;
    height: 160px;
    background: var(--bg-color);
    overflow: visible; 
    display: flex;
    align-items: flex-end;
  }
  .jelly-svg {
    width: 100%;
    height: 96%;
    position: relative;
    top: 28px;
    display: block;
    overflow: visible !important;
  }
  .wave-path {
    fill: var(--wave-color);
    d: var(--path-image);
    transition: d 1.8s cubic-bezier(1.34, 1.56, 0.64, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .jelly-tight{
    animation: jelly-tight 4s ease-in-out;
  }

  @keyframes jelly-tight {
    0%, 100% { d: var(--path-image); }
    30% { d: var(--path-morph-1); }
    60% { d: var(--path-morph-2); }
  }

#index-body {
  position: relative;
  z-index: 4;
  margin-top: -140px;
}
#index-body .init-1 {
  padding-bottom: 40px;
  /*background-color: #f7e2c8;*/
}
#index-body .init-1::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background-color: #f7e2c8;
}
#index-body .init-1 .jelly-banner{
  background: rgba(0, 0, 0, 0);
}
#index-body .init-1 .jelly-banner .wave-path{
  fill: #f7e2c8;
}
#index-body .init-1 .subLeftImg {
  position: absolute;
  top: 200px;
  left: 0;
  height: 0;
  width: 190px;
  height: 580px;
  background-position: left;
}
#index-body .init-1 .subRightImg {
  width: 260px;
  height: 500px;
  background-position: right top;
  position: absolute;
  right: 0;
  top: 300px;
  background-position: right;
}
#index-body .init-1 .subImg {
  height: 180px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-1 .container .content {
  padding: 0 80px 0 40px;
}
#index-body .init-1 .container .content ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 40px;
}
#index-body .init-1 .container .content ul li:first-child {
  margin-top: 0;
}
#index-body .init-1 .container .content ul li .box {
  z-index: 2;
  padding: 50px 100px;
}
#index-body .init-1 .container .content ul li .box .bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-1 .container .content ul li .box .left {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  width: 42%;
}
#index-body .init-1 .container .content ul li .box .left img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#index-body .init-1 .container .content ul li .box .left:hover img {
  -webkit-transform: skew(5deg) rotateX(5deg);
  -moz-transform: skew(5deg) rotateX(5deg);
  transform: skew(5deg) rotateX(5deg);
  -webkit-filter: drop-shadow(-12px 20px 0px #6c0002);
  filter: drop-shadow(-12px 20px 0px #6c0002);
}
#index-body .init-1 .container .content ul li .box .right {
  width: 50%;
}
#index-body .init-1 .container .content ul li .box .right .titleC {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  min-height: 120px;
}
#index-body .init-1 .container .content ul li .box .right .titleC .subImg2 {
  z-index: -1;
  top: -20px;
  left: 0;
  width: 100%;
  height: 170px;
  background-position: left center;
}
#index-body .init-1 .container .content ul li .box .right .titleC .title1 {
  color: var(--color);
  -webkit-text-stroke: 12px #fff;
  text-shadow: 0px 14px 6px rgba(7, 7, 7, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#index-body .init-1 .container .content ul li .box .right .titleC .title2 {
  color: var(--color);
  z-index: 2;
  display: inline-block;
  padding-left: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body{
  background: #F6eee1;
}
#index-body .init-1 .container .content ul li .box .right .titleC:hover .title1 {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
#index-body .init-1 .container .content ul li .box .right .titleC:hover .title2 {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
#index-body .init-1 .container .content ul li .box .right .des {
  color: #2e0607;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-1 .container .content ul li .box .right .more {
  border-radius: 24px;
  padding: 10px;
  color: #ffe6a3;
  text-transform: uppercase;
  font-weight: 700;
}
#index-body .init-1 .container .content ul li .box .right .more:hover {
  color: var(--color);
}
#index-body .init-2 {
  background-color: #fef1da;
}
#index-body .init-2 .jelly-banner{
  background: #f7e2c8;
}
#index-body .init-2 .jelly-banner .wave-path{
  fill: #fef1da;
}
#index-body .init-2 .jelly-banner .jelly-svg{
  top: 8px;
}
#index-body .init-2 .subImg {
  height: 70px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-2 .container .tipsTitle {
  color: var(--color);
}
#index-body .init-2 .container .content .contC{
  position: relative;
}
#index-body .init-2 .container .content .contC .btn{
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color);
  font-size: 24px;
  color: var(--color);
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 40%;
  right: -60px;
  z-index: 2;
}
#index-body .init-2 .container .content .contC .btn:hover{
  background: #fff;
}
#index-body .init-2 .container .content .contC .prev{
  left: -60px;
  right:unset;
}
#index-body .init-2 .container .content ul li .box .img {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin: auto;
  height: 305px;
  border-radius: 50%;
}
#index-body .init-2 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .container .content ul li .box .title {
  color: var(--color);
}
#index-body .init-2 .container .content ul li .box .des {
  color: #2e0607;
}
#index-body .init-3 {
  background-color: #f4e4d0;
  z-index: 2;
}
#index-body .init-3 .jelly-banner{
  background: #fef1da;
  z-index: -2;
  position: relative;
}
#index-body .init-3 .jelly-banner .wave-path{
  fill: #f4e4d0;
}
#index-body .init-3 .jelly-banner .jelly-svg{
  top: 8px;
}
#index-body .init-3 .subImg {
  height: 110px;
  z-index: -2;
  position: relative;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-3 .subImg2 {
  width: 250px;
  height: 450px;
  background-position: left top;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-3 .container .tipsTitle {
  color: var(--color);
}
#index-body .init-3 .container .tipsDes {
  color: #d37e36;
}
#index-body .init-3 .container .tipsDes2 {
  color: rgba(46, 6, 7, 0.8);
}
#index-body .init-3 .container .tipsDes2 .cont {
  max-width: 1450px;
  margin: auto;
}
#index-body .init-3 .container .more {

  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 10px;
  color: #ffe6a3;
}
#index-body .init-3 .container .more:hover {
  color: var(--color);
}
#index-body .init-3 .container .imgCont ul li .box .img {
  display: block;
  border-radius: 30px;
}
#index-body .init-3 .container .imgCont ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .container .listCont {
  padding-top: 20px;
}
#index-body .init-3 .container .listCont ul li {
  margin-top: 40px;
}
#index-body .init-3 .container .listCont ul li .box .topC img {
  width: 50px;
}
#index-body .init-3 .container .listCont ul li .box .topC img.img2 {
  width: 310px;
}
#index-body .init-3 .container .listCont ul li .box .topC img.img3 {
  width: 60px;
}
#index-body .init-3 .container .listCont ul li .box .topC .titleC {
  padding-left: 14px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  color: #7b1d1c;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-3 .container .listCont ul li .box .topC .titleC .sub {
  font-size: 34px;
}
#index-body .init-3 .container .listCont ul li .box .bottomC {
  padding-left: 64px;
  color: #6c0002;
}
#index-body .init-3 .container .listCont ul li .box .bottomC.bottomC2 {
  padding-left: 0;
  text-align: center;
}
#index-body .init-3 .container .listCont ul .line {
  width: 3px;
  height: 56px;
  background-color: #dbbbab;
  margin: 70px 140px 0;
}
#index-body .init-4 {
  background-color: #fdf1db;
}
#index-body .init-4 .jelly-banner{
  background: #f4e4d0;
}
#index-body .init-4 .jelly-banner .wave-path{
  fill: #fdf1db;
}
#index-body .init-4 .jelly-banner .jelly-svg{
  top: 8px;
}
#index-body .init-4 .subImg {
  height: 64px;
  width: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-4 .subImg2 {
  width: 250px;
  height: 500px;
  right: 0;
  bottom: 50px;
  pointer-events: none;
}
#index-body .init-4 .traCont {
  font-size: 96px;
  font-weight: bold;
  color: var(--color);
}
#index-body .init-4 .traCont .cont{
    width: 5000px;
    -webkit-animation: transAni2 100s linear infinite;
    -moz-animation: transAni2 100s linear infinite;
    -o-animation: transAni2 100s linear infinite;
    animation: transAni2 100s linear infinite;
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%);
  }
}
#index-body .init-4 .traCont .list {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#index-body .init-4 .traCont .list:last-child{
  margin-left: 90px;
}
#index-body .init-4 .traCont .list .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 80px;
  height: 90px;
  margin: 0 70px;
}
#index-body .init-4 .traCont .list:nth-child(2n) .img {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
}
#index-body .init-4 .container .content .left {
  width: 45%;
}
#index-body .init-4 .container .content .left ul li .box img {
  border-radius: 30px;
}
#index-body .init-4 .container .content .right {
  width: 50%;
}
#index-body .init-4 .container .content .right ul li .box {
  cursor: pointer;
  border-bottom: 3px solid #eed8c5;
  padding: 30px 10px;
}
#index-body .init-4 .container .content .right ul li .box .img {
  width: 80px;
}
#index-body .init-4 .container .content .right ul li .box .text {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
}
#index-body .init-4 .container .content .right ul li .box .text .title {
  padding-top: 20px;
  color: var(--color);
}
#index-body .init-4 .container .content .right ul li .box .text .des {
  color: rgba(46, 6, 7, 0.8);
  display: none;
}
#index-body .init-4 .container .content .right ul li.active .box .text .title {
  padding-top: 0;
}
#index-body .init-5 {
  background-color: #f6eee1;
}
#index-body .init-5 .jelly-banner{
  background: #fdf1db;
}
#index-body .init-5 .jelly-banner .wave-path{
  fill: #f6eee1;
}
#index-body .init-5 .jelly-banner .jelly-svg{
  top: 8px;
}
#index-body .init-5 .subImg {
  height: 105px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-5 .container .tipsTitle {
  margin-top: -30px;
  color: var(--color);
}
#index-body .init-5 .container .line {
  height: 74px;
  width: 1px;
  background-color: var(--color);
  margin: 20px auto 0;
}
#index-body .init-5 .container .content ul li .box {
  padding: 40px 30px;
  border-radius: 30px;
}
#index-body .init-5 .container .content ul li .box .title {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .time {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .line2 {
  height: 2px;
  background-color: #e5cdbc;
}
#index-body .init-5 .container .content ul li .box .des {
  color: rgba(46, 6, 7, 0.8);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .content ul li .box .more {
  border-radius: 24px;
  padding: 10px;
  color: var(--color);
  border: 2px solid var(--color);
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
}
#index-body .init-5 .container .content ul li .box .more::before {
  background-color: var(--color);
}
#index-body .init-5 .container .content ul li .box .more:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-5 .container .content ul li .box:hover {
  background-color: #fff;
}
.publicFooter {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}
.publicFooter::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f6eee1;
  z-index: -1;
  content:'';
}
.publicFooter .subImg {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 190px;
  background-color: #F6EEE1;
}
.publicFooter .subImg2 {
  height: 50px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.publicFooter .content {
  background-color: #62382c;
}
.publicFooter .content .formC {
  width: 47%;
  right: 0;
  top: -190px;
}
.publicFooter .content .formC form {
  padding: 70px 50px 40px;
  background-color: #fcf7ed;
  border-radius: 34px;
  -webkit-box-shadow: 6px 6px 70px 0px rgba(98, 56, 44, 0.1);
  box-shadow: 6px 6px 70px 0px rgba(98, 56, 44, 0.1);
}
.publicFooter .content .formC form input,
.publicFooter .content .formC form textarea {
  background-color: #f7e2ca;
  border: none;
  border-radius: 12px;
  padding: 20px 40px;
  width: 100%;
  margin-top: 40px;
}
.publicFooter .content .formC form input.name {
  margin-top: 0;
}
.publicFooter .content .formC form .more {
  border-radius: 24px;
  padding: 10px 24px;
  color: #ffe6a3;
  text-transform: uppercase;
  font-weight: 700;
}
.publicFooter .content .formC form .more:hover {
  color: var(--color);
}
.publicFooter .content .right {
  padding: 50px 0 70px 0;
  width: 42%;
}
.publicFooter .content .right .title {
  color: #fff;
}
.publicFooter .content .right .des {
  color: rgba(255, 255, 255, 0.8);
}
.publicFooter .content .right .infoCont .list {
  background-color: #fcf7ed;
  border-radius: 38px;
  padding: 15px 40px;
}
.publicFooter .content .right .infoCont .list .img {
  width: 45px;
  height: 45px;
}
.publicFooter .content .right .infoCont .list .text {
  color: var(--color);
  width: -webkit-calc(55%);
  width: -moz-calc(55%);
  width: calc(100% - 45px);
}
.publicFooter .content .right .catName {
  color: #fff;
}
.publicFooter .content .right .address {
  color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #f4e6d4;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop {
  padding-top: 70px;
}
#footer .fTop .listCont {
  margin-top: 60px;
}
#footer .fTop .listCont .logoS {
  width: 226px;
  display: block;
}
#footer .fTop .listCont .logoS img {
  width: 100%;
}
#footer .fTop .listCont .share li a {
  color: var(--color);
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .listCont .share li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#footer .fTop .listCont .first {
  color: var(--color);
}
#footer .fTop .listCont .menu-menu-container .menu li {
  margin-top: 10px;
}
#footer .fTop .listCont .menu-menu-container .menu li a {
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .listCont .menu-menu-container .menu li a:hover {
  color: var(--color);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fTop .listCont .menu-menu-container .menu li ul {
  display: none;
}
#footer .fTop .listCont .list {
  color: #2e0607;
  margin-top: 10px;
}
#footer .fTop .listCont .list a {
  display: inline-block;
}
#footer .fTop .listCont .list a:hover {
  color: var(--color);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fTop .listCont #ewm {
  background-color: #fff;
  padding: 6px;
  width: 160px;
}
#footer .fTop .listCont1 {
  width: 220px;
}
#footer .fTop .listCont2 {
  width: 250px;
}
#footer .fTop .listCont3 {
  width: 280px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
  -o-background-size: cover;
  background-size: cover;
  background-color: #62382c;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
}
#footer .copyright .container .left svg {
  position: relative;
}
@media (max-width: 1700px) {
  #index-body .init-2 .container .content ul li .box .img {
    height: 256px;
  }
  #index-body .init-3 .container .listCont ul .line {
    margin: 70px 50px 0;
  }
  #index-body .init-4 .traCont{
    font-size: 76px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  #index-body .init-1 .subLeftImg {
    width: 12vw;
    height: 38vw;
  }
  #index-body .init-1 .subRightImg {
    width: 14vw;
    height: 28vw;
  }
  #index-body .init-4 .traCont{
    font-size: 50px;
  }
  #index-body .init-4 .traCont .list .img{
    width: 50px;
  }
  .publicFooter .subImg {
    height: 120px;
  }
  .publicFooter .content .formC {
    top: -120px;
  }
  .publicFooter .content .formC form {
    padding: 30px 40px 20px;
  }
  #footer .fTop .listCont .menu-menu-container .menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .bannerCont .sub1 {
    width: 30vw;
    height: 16vw;
  }
  .bannerCont .sub2 {
    width: 30vw;
    height: 16vw;
  }
  .bannerCont .infoCont{
    padding: 0 10px;
    max-width: 1000px;
    margin: auto;
  }
  .bannerCont .infoCont .list .name{
    text-align: center;
  }
  .bannerCont .infoCont .list .name img{
    display: block;
    margin: auto;
    height: 34px;
    object-fit: contain;
  }
  .bannerCont .content .btn{
    display: none;
  }
  #index-body .init-1 .container .content ul li .box .right .titleC {
    min-height: 1px;
  }
  #index-body .init-1 .container .content ul li .box .right .titleC .title2 {
    padding-left: 0;
  }
  #index-body .init-1 .container .content ul li .box .right .titleC .title1 {
    padding-left: 0;
  }
  #index-body .init-1 .container .content ul li .box .right .titleC .subImg2 {
    display: none;
  }
  #index-body .init-1 .subImg {
    height: 12vw;
  }
  #index-body .init-2 .subImg {
    height: 5vw;
  }
  #index-body .init-2 .container .content ul li .box .img {
    height: 420px;
  }
  #index-body .init-2 .container .tipsTitle {
    padding-top: 20px;
  }
  #index-body .init-3 .subImg {
    height: 5vw;
  }
  #index-body .init-3 .subImg2 {
    width: 12vw;
    height: 22vw;
  }
  #index-body .init-3 .container .listCont ul li .box .topC .titleC {
    font-size: 50px;
  }
  #index-body .init-3 .container .listCont ul .line {
    margin: 60px 30px 0;
  }
  #index-body .init-4 .subImg {
    height: 6vw;
  }
  #index-body .init-4 .traCont .list{
    /*width: 100%;*/
    /*justify-content: center;*/
  }
  #index-body .init-4 .traCont .cont{
    padding:  0 16px;
  }
  #index-body .init-4 .traCont .list .img{
    margin: 0 20px;
  }
  #index-body .init-4 .traCont .list p{
    max-width: calc(100% - 70px);
  }
  #index-body .init-4 .traCont .list:last-child{
    display: none;
  }
  #index-body .init-5 .subImg {
    height: 5vw;
  }
  #index-body .init-5 .container .tipsTitle {
    margin-top: 0;
  }
  .publicFooter .subImg {
    height: 9vw;
  }
  .publicFooter .content .formC {
    padding-top: 40px;
    position: relative;
    top: 0;
    width: 100%;
  }
  .publicFooter .content .right {
    width: 100%;
  }
  .publicFooter .subImg2 {
    height: 4vw;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  .jelly-banner{
    height: 60px;
  }
  .bannerCont .infoCont .list {
    width: 100%;
    margin-top: 20px;
  }
  .bannerCont .infoCont .list .name {
    min-height: 1px;
  }
  #index-body .init-2 .container .content .contC .prev{
    left: 0;
  }
  #index-body .init-2 .container .content .contC .next{
    right: 0;
  }
  #index-body{
    margin-top: 0;
  }
  #index-body .init-1{
    background-color: #f7e2c8;
  }
  #index-body .init-1 .jelly-banner{
    background: #f4ede0;
  }
  #index-body .init-1 .container .content {
    padding: 0;
    padding-top: 40px;
  }
  #index-body .init-1 .container .content ul li {
    top: 0;
    position: relative;
  }
  #index-body .init-1 .container .content ul li .box {
    padding: 40px 30px;
    border-radius: 20px;
  }
  #index-body .init-1 .container .content ul li .box .left {
    width: 100%;
    max-width: 260px;
  }
  #index-body .init-1 .container .content ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .container .content ul li .box {
    background-color: #f4ede0;
  }
  #index-body .init-1 .container .content ul li .box .bg {
    display: none;
  }
  #index-body .init-2 .container .content ul li .box .img {
    height: 280px;
  }
  #index-body .init-3 .container .listCont ul li {
    width: 100%;
    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;
  }
  #index-body .init-3 .container .listCont ul .line {
    display: none;
  }
  #index-body .init-4 .traCont {
    font-size: 60px;
  }
  #index-body .init-4 .traCont .list .img {
    width: 60px;
    height: 60px;
  }
  #index-body .init-4 .container .content .left {
    width: 100%;
    max-width: 500px;
  }
  #index-body .init-4 .container .content .right {
    width: 100%;
  }
  #footer .fTop .listCont .logoS {
    width: 200px;
  }
}
@media (max-width: 700px) {
  .bannerCont .content .btn {
    width: 30px;
    height: 50px;
  }
  .bannerCont .content .next {
    right: 5px;
  }
  .bannerCont .content .prev {
    left: 5px;
  }
  #index-body .init-2 .container .content ul li .box .img {
    height: 38vw;
  }
  #index-body .init-4 .traCont{
    font-size: 30px;
  }
  #index-body .init-4 .traCont .list .img{
    margin-top: 0 20px;
  }
  #index-body .init-4 .traCont .list .img{
    width: 30px;
  }
}
@media (max-width: 500px) {
  .bannerCont .content .btn {
    height: 30px;
    min-width: 30px;
  }
  #index-body .init-2 .container .content ul li .box .img {
    height: 80vw;
  }
  #index-body .init-4 .container .content .right ul li .box .text {
    width: 100%;
  }
  #index-body .init-4 .container .content .right ul li.active .box .text .title {
    padding-top: 20px;
  }
  #index-body .init-4 .subImg2 {
    width: 150px;
    height: 300px;
  }

  #index-body .init-5 .container .line {
    height: 40px;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 30px 16px;
  }
  .publicFooter .content .right .infoCont .list {
    padding: 15px 20px;
  }
  .publicFooter .content .right .infoCont .list .img {
    width: 30px;
    height: 30px;
  }
  .publicFooter .content .right .infoCont .list .text {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    font-size: 20px;
    word-break: break-word;
    width: calc(100% - 30px);
  }
  .publicFooter .content .formC form {
    padding: 30px 16px;
  }
  .publicFooter .content .formC form input,
  .publicFooter .content .formC form textarea {
    padding: 10px 20px;
    margin-top: 10px;
  }
  .publicFooter .content .right {
    padding: 40px 0;
  }
  #footer .fTop {
    padding-top: 0;
  }
  #footer .fTop .listCont {
    margin-top: 30px;
  }
  #footer .fTop .listCont .logoS {
    width: 160px;
  }
  #footer .fTop .listCont #ewm {
    width: 120px;
  }
}


/*inner-page*/

.inner-banner {
  position: relative;
  height: auto;
  padding:18% 0 15%;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-attachment: fixed;
}

.inner-banner .box {
  z-index: 2;
  position: relative;
  color: white;
}

.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 32px;
}

.inner-banner .box h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width:1250px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .bg {
    background-size: auto 62%;
  }
}



.inner-page .in-num { 
  line-height: 1.1;
 
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
    margin: 5px 15px 0 0;
}
.inner-page .title {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0,0,0,0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: bold; 
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.about-page .title {
   color: var(--color);
  margin-top: 30px;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 24px;
     color: #6c0002;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-2 .img1{
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-22{
  position: relative;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}
.about-page .about-22 .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
.about-page .about-22 ul li{
  padding-left: 130px;
  position: relative;
  padding-right: 75px;
  margin-bottom: 70px;
}
.about-page .about-22 ul li span{
  font-size: 88px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -10px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 27px;
  font-weight: bold;
}
.about-page .about-22 ul li .des{
 font-size: 20px;
    line-height: 1.7;
    color: rgba(46, 6, 7, 0.8);
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;

}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .left{
  padding-right: 50px;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 { 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul .slick-list{
  padding: 20px 10px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background: white;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
      border-radius: 0 100px 0 0;
}
.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 24px;
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 50px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: var(--color);
	border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 44%;
  vertical-align: middle;
}
.about-page .about-5 .right{
  vertical-align: middle;
  width: 56%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  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;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
   
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
  .about-page .about-22 ul{
    margin-right: -40px;
  }
  .about-page .about-22 ul li{
    padding-left: 95px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
  
}
@media screen and (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        left: 18px;
    }
    .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
   
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-3 .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .right{
    width: 100%;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
   
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
  .about-page .title{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom{
    border-radius: 0;
  }
  .about-page .about-2 .img1{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
}
 
@media screen and (max-width: 500px) {
    
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-5{
    padding-top: 60px;
  }
  .about-page .about-5 .right{
    max-height: 300px;
    overflow: auto;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li{
    width: 100% !important;
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li .icon{
    left: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.8;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 .img .play{
    width: 50px;
  }
  .about-page .about-22 ul li{
    margin-bottom: 25px;
    padding-left: 0;
  }
  .about-page .about-22 ul li span{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .about-page .about-22 ul li span::after{
    bottom: 6px;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1{
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3{
    background-size: 70%;
    background-position: right top;
  }
  
}

.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 96px;
  background-color: #fff;
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 34px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info h1 {
  font-weight: bold;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}
 
.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 16px;
    line-height: 2;
    margin: 10px 0;
  }
}
.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.contact-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.contact-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
      font-weight: 700;
}
.contact-page .contact-1 ul li p {
  line-height: 32px;
 
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 20px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-1 ul li{
    width: 100% !important;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: 0px;
    top: 20px;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  border-radius: 24px;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block; 
  font-size: 24px; 
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 20px; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .about-5 .left{
    width: 100%;
  }
  .gallery-page .about-5 .right{
    width: 100%;
    margin-top: 40px;
  }
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div{
    margin-top: 0;
  }
  .gallery-page{
    padding-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 100%;
  }  
}

.product-yd-page .product-yd-1 {
  background: url(../images/product-yd-bg1.png) no-repeat center bottom;
  padding: 190px 0 200px;
}
.product-yd-page .product-yd-1 .left {
  vertical-align: middle;
}
.product-yd-page .product-yd-1 .left .i-title {
  line-height: 1.4;
}
.product-yd-page .product-yd-1 .left .txt {
  font-size: 18px;
  line-height: 34px;
  opacity: 0.72;
  margin-top: 23px;
}
.product-yd-page .product-yd-1 .right {
  vertical-align: middle;
}
.product-yd-page .product-yd-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-yd-1 .right ul li {
  border-radius: 100%;
  position: relative;
  margin: 0 50px;
}
.product-yd-page .product-yd-1 .right ul li svg {
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  display: block;
  overflow: visible;
  -webkit-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  text-transform: uppercase;
}
.product-yd-page .product-yd-2 .item {
  margin-bottom: 200px;
}
.product-yd-page .product-yd-2 .item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-yd-2 .item .wrap .img {
  width: 40%;
  position: relative;
  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;
}
.product-yd-page .product-yd-2 .item .wrap .img .img1{
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; 
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.product-yd-page .product-yd-2 .item .wrap .img .img2{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; 
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
  opacity: 0;
}

.product-yd-page .product-yd-2 .item .wrap .img .img2 :hover{
 
 -webkit-transform: skew(5deg) rotateX(5deg);
  -moz-transform: skew(5deg) rotateX(5deg);
  transform: skew(5deg) rotateX(5deg);
  -webkit-filter: drop-shadow(-20px 20px 0px #6c0002);
  filter: drop-shadow(-20px 20px 0px #6c0002);
   -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  

}



.product-yd-page .product-yd-2 .item .wrap .img::before,
.product-yd-page .product-yd-2 .item .wrap .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 100%;
 
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
}
.product-yd-page .product-yd-2 .item .wrap .img::before{
  background: url(../images/cat_bg_img.jpg) no-repeat;
  background-size: cover;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 0;
}
.product-yd-page .product-yd-2 .item .wrap .content {
  width: 60%;
  position: relative;
}
.product-yd-page .product-yd-2 .item .wrap .content .tag {
  font-size: 24px;
  color: var(--color);
}
.product-yd-page .product-yd-2 .item .wrap .content .cat_name {
  color: #6B0006;
  line-height: 1.2;
  padding-right: 240px;
}
.product-yd-page .product-yd-2 .item .wrap .content .more {
  font-size: 17px;
  color: var(--color);
  border-radius: 32px;
  height: 65px;
  line-height: 65px;
  border: 1px solid var(--color);
  padding: 0 35px 0 45px;
  position: absolute;
  right: 0;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  top: 20px;
  display: inline-block;
  width: 236px;
}
.product-yd-page .product-yd-2 .item .wrap .content .more i {
  font-size: 17px;
  margin-left: 20px;
  font-weight: bold;
}
.product-yd-page .product-yd-2 .item .wrap .content .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.product-yd-page .product-yd-2 .item .wrap .content .more:hover {
  color: white;
}
.product-yd-page .product-yd-2 .item .wrap .content .more:hover::after {
  width: 100%;
}
.product-yd-page .product-yd-2 .item .wrap .content .des {
  font-size: 18px;
  line-height: 34px;
 
 color:  rgba(46, 6, 7, 0.8);
  margin-top: 37px;
  margin-bottom: 50px;
}
.product-yd-page .product-yd-2 .item .wrap .content ul {
  margin: -8px;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li {
  padding: 8px;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li .img_box {
  display: block;
  border-radius: 100%;
  position: relative;

}
.product-yd-page .product-yd-2 .item .wrap .content ul li .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #f7e2c8;
  z-index: -1;
  border-radius: 20px 20px 0 0;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li .box {
  padding: 20px;
  background: #f7e2c8;
  border-radius: 0 0 20px 20px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li p {
  font-size: 18px;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li .h4 {
  font-size: 18px;
  font-weight: bold;
  min-height: 81px;
}
.product-yd-page .product-yd-2 .item:nth-child(2n-1) .wrap .content {
  padding-left: 40px;
}
.product-yd-page .product-yd-2 .item:nth-child(2n) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .product-yd-2 .item:nth-child(2n) .wrap .content {
  padding-right: 40px;
}
.product-yd-page .product-yd-2 .item .wrap .content ul li:hover .box,
.product-yd-page .product-yd-2 .item .wrap .content ul li:hover .img_box::after{
  background: var(--color);
  color: white;
}
.product-yd-page .product-yd-2 .item:hover .wrap .img .img1{
  opacity: 0;
}
.product-yd-page .product-yd-2 .item:hover .wrap .img .img2{
  opacity: 1;
}
.product-yd-page .product-yd-2 .item:hover .wrap .img:before{
  opacity: 1;
}
.inner-page .sideBar .sideLeft {
  width: 27%;
}
.inner-page .sideBar .sideLeft > ul > li {
  margin-bottom: 55px;
  padding-left: 40px;
}
.inner-page .sideBar .sideLeft > ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color:  var(--color);
  padding: 14px 50px 14px 60px;
  display: block;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBar .sideLeft > ul > li > a .img {
  width: 89px;
  height: 89px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-page .sideBar .sideLeft > ul > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.inner-page .sideBar .sideLeft > ul > li > a i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBar .sideLeft > ul > li > a i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBar .sideLeft > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 3px 3px 6px 0px rgba(108, 0, 2, 0.5);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.inner-page .sideBar .sideLeft > ul > li.active > a{
  color: white;
}
.inner-page .sideBar .sideLeft > ul > li.active > a::after{
  background: var(--color);
}
.inner-page .sideBar .sideLeft>ul>li.active>a i:after,
.inner-page .sideBar .sideLeft>ul>li.active>a i:before{
  background: white;
}
.inner-page .sideBar .sideLeft>ul>li.active>a i:after{
  opacity: 0;
}
.inner-page .sideBar .sideLeft>ul>li.active>ul{
  display: block;
}
.inner-page .sideBar .sideLeft > ul > li ul {
  margin-top: 15px;
  display: none;
}
.inner-page .sideBar .sideLeft > ul > li ul li {
  margin-bottom: 15px;
}
.inner-page .sideBar .sideLeft > ul > li ul li a {
  font-size: 18px;
  color: var(--color);
  position: relative;
  display: block;
  padding: 16px 20px 16px 35px;
}
.inner-page .sideBar .sideLeft > ul > li ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7e2c8;
  z-index: -1;
  border-radius: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(247, 226, 200, 0.5);
  box-shadow: 3px 3px 6px 0px rgba(247, 226, 200, 0.5);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.inner-page .sideBar .sideLeft > ul > li ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBar .sideLeft>ul>li ul li.active > a{
  color: white;
}
.inner-page .sideBar .sideLeft>ul>li ul li.active > a:after{
  background: var(--color);
}
.inner-page .sideBar .sideRight {
  width: 73%;
  padding-left: 75px;
}
.product-page .product-1 {
  padding: 150px 0 65px;
}
.product-page .product-1 .left {
  width: 40%;
}
.product-page .product-1 .left .tag {
  font-size: 24px;
  color: var(--color);
}
.product-page .product-1 .left h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
 color: #6B0006;
}
.product-page .product-1 .right {
  width: 60%;
  padding-left: 50px;
}
.product-page .product-1 .right .Auxil-catdes {
  font-size: 20px;
  line-height: 34px;
 
 
  max-height: 200px;
  overflow-y: auto;
 
    color: rgba(46, 6, 7, 0.8);
}
.product-page .product-2 {
  padding-bottom: 110px;
}
.product-page .product-2 .sideRight ul {
  margin: -25px -15px;
}
.product-page .product-2 .sideRight ul li {
  padding: 25px 15px;
}
.product-page .product-2 .sideRight ul li .box {
  padding: 20px;
  border-radius: 500px;
  background: #f7e2c8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.product-page .product-2 .sideRight ul li .box .img_box {
  border-radius: 100%;
}
.product-page .product-2 .sideRight ul li .box .title {
  font-size: 22px;
  line-height: 34px;
  color: white;
  display: block;
  padding: 30px 15px 54px;
}
.product-page .product-2 .sideRight ul li:hover .box {
  background: var(--color);
}
.prodet-page .prodet-1 .left {
  
 
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-1 .left ul{
  z-index: 3;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.prodet-page .prodet-1 .left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
}
.prodet-page .prodet-1 .right {
  padding-left: 50px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .tag {
  font-size: 28px;
  color: var(--color);
}
.prodet-page .prodet-1 .right h1 {
  color: #6B0006;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  margin: 20px 0 20px;
}
.prodet-page .prodet-1 .right .gallery {
  margin: -7px;
}
.prodet-page .prodet-1 .right .gallery li {
  padding: 7px;
}
.prodet-page .prodet-1 .right .gallery li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 200px;
  padding: 10px;
  background: #f4ede0;
}
.prodet-page .prodet-1 .right .gallery li .box .img {
  border-radius: 100%;
  overflow: hidden;
}
.prodet-page .prodet-1 .right .gallery li .box .arrow {
  display: block;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 22px 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .gallery li .box .arrow img {
  margin: auto;
}
.prodet-page .prodet-1 .right .gallery li .box:hover {
  background: #6B0006;
}
.prodet-page .prodet-1 .right .gallery li .box:hover .arrow {
  opacity: 1;
}
.prodet-page .prodet-1 .right .more {
  font-size: 20px;
  color: var(--color);
  border-radius: 32px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  border: 1px solid var(--color);
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  display: inline-block;

}
.prodet-page .prodet-1 .right .more i {
  font-size: 24px;
  margin-left: 20px;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.prodet-page .prodet-1 .right .more:hover {
  color: white;
}
.prodet-page .prodet-1 .right .more:hover::after {
  width: 100%;
}
.prodet-page .prodet-title {
  font-size: 36px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  padding-bottom: 15px;
}
.prodet-page .prodet-title::after {
  /*content: "";*/
  position: absolute;
  right: 0;
  top: 27px;
  width: 33px;
  height: 2px;
  background: black;
}
.prodet-page .prodet-2 {
  margin-bottom: 80px;
}
.prodet-page .prodet-2 .des {
     font-size: 20px;
    line-height: 1.7;
    color: rgba(46, 6, 7, 0.8);
  margin-top: 30px;
}
.prodet-page .prodet-2 .leftC{
  width: 50%;
  position: sticky;
  top: 100px;
}
.prodet-page .prodet-2 .RightC{
  width: 46%;
}
.prodet-page .prodet-3 {
  padding-bottom: 160px;
}
.prodet-page .prodet-3 .wrap {
  padding-top: 60px;
}
.prodet-page .prodet-3 .left {
  width: 62%;
  padding-right: 125px;
}
.prodet-page .prodet-3 .left ul li {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding: 80px 0;
}
.prodet-page .prodet-3 .left ul li .box {
  position: relative;
  padding-left: 180px;
}
.prodet-page .prodet-3 .left ul li .img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .left ul li .name {
  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;
  font-size: 30px;
}
.prodet-page .prodet-3 .left ul li .name .star {
  color: #fece00;
}
.prodet-page .prodet-3 .left ul li .des {
  font-size: 18px;
  line-height: 34px;
  color: #4a4a4a;
  opacity: 0.72;
  margin-top: 11px;
}
.prodet-page .prodet-3 .left ul li:first-child {
  padding-top: 0;
}
.prodet-page .prodet-3 .left ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prodet-page .prodet-3 .right {
  width: 38%;
  background: url(../images/prodet-3-right-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 220px;
}
.prodet-page .prodet-3 .right span {
  font-size: 18px;
}
.prodet-page .prodet-3 .right .h3 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0 0px;
}
.prodet-page .prodet-3 .right .img {
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}



@media screen and (max-width: 1450px){
  .product-yd-page .product-yd-1{
    padding: 110px 0 200px;
  }
  .product-yd-page .product-yd-2 .item .wrap .content ul li .box{
    border-radius: 20px;
  }
  .product-yd-page .product-yd-2 .item .wrap .content .des{
    max-height: 100px;
    padding-right: 4px;
    overflow-y: auto;
  }
  .product-yd-page .product-yd-2 .item .wrap .content ul li .img_box{
    display: none;
  }
  .prodet-page .prodet-3 .right .h3{
    font-size: 40px;
  }
  .prodet-page .prodet-3 .left ul li{
    padding: 45px 0;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 38px;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-2 .leftC{
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-2 .RightC{
    width: 100%;
    margin-top: 40px;
  }
  .product-yd-page .product-yd-1 .right ul li{
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .left{
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 34px;
  }
  .prodet-page .prodet-3 .left ul li .name{
    font-size: 22px;
  }
  .prodet-page .prodet-3 .left ul li .img{
    width: 100px;
    height: 100px;
  }
  .prodet-page .prodet-3 .left ul li .box{
    padding-left: 120px;
  }
  .prodet-page .prodet-3 .left{
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px){
  .font-28{
    font-size: 24px;
  }
  .product-yd-page .product-yd-1 .left{
    width: 100%;
  }
  .product-yd-page .product-yd-1 .right{
    width: 100%;
    margin-top: 40px;
  }
  .product-yd-page .product-yd-2 .item .wrap{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .product-yd-2 .item .wrap .img{
    width: 100%;
    height: 600px;
  }
  .product-yd-page .product-yd-2 .item .wrap .content{
    width: 100%;
    margin-top: 30px;
  }
  .product-yd-page .product-yd-2 .item:nth-child(2n-1) .wrap .content{
    padding-left: 0;
  }
  .product-yd-page .product-yd-2 .item:nth-child(2n) .wrap .content{
    padding-right: 0;
  }
  .product-yd-page .product-yd-2 .item .wrap .content .cat_name{
    padding-right: 0;
  }
  .product-yd-page .product-yd-2 .item .wrap .content .more{
    position: relative;
    left: 0;
  }
  .product-page .product-1 .left{
    width: 100%;
  }
  .product-page .product-1 .right{
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .inner-page .sideBar .sideLeft{
    display: none;
  }
  .inner-page .sideBar .sideRight{
    width: 100%;
    padding-left: 0;
  }
  .product-page .product-1{
    padding-top: 90px;
  }
  .product-page .product-1 .left h1{
    font-size: 36px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  
  .prodet-page .prodet-3 .right{
    display: none;
  }
  .prodet-page .prodet-3 .left{
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px){
    .prodet-page .prodet-title{
      font-size: 26px;
    }
    .product-yd-page .product-yd-2 .item .wrap .img{
      height: 490px;
    }
    .product-yd-page .product-yd-1{
      padding-bottom: 75px;
      padding-top: 60px;
    }
    .product-yd-page .product-yd-2 .item{
      margin-bottom: 50px;
    }
    .product-page .product-1 .left h1{
      font-size: 30px;
    }
    .product-page .product-1{
      padding-top: 40px;
    }
    .prodet-page .prodet-1 .right h1{
      font-size: 23px;
    }
}
@media screen and (max-width: 500px){
    .product-yd-page .product-yd-2 .item .wrap .img{
      height: 380px;
    }
    .product-page .product-1 .left h1{
      font-size: 26px;
    }
    .prodet-page .prodet-3 .left ul li .box{
      padding-left: 0;
    }
    .prodet-page .prodet-3 .left ul li .img{
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
    }
    .prodet-page .prodet-3{
      padding-bottom: 50px;
    }
    .prodet-page .prodet-title{
      font-size: 21px;
    }
}



.about-page .about-history .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.about-page .about-history .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-history .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-history .left .title {
  font-size: 60px;
  color: #030303;
  line-height: 1; 
  margin-top: 21px;
}
.about-page .about-history .left .title em {
  display: block;
}
.about-page .about-history .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-history .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-history .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-history .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-history .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-history .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px; 
}
.about-page .about-history .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-history .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-history .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-history .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
}
.about-page .about-history .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-history .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-history .right .content ul li.active {
  background: #f7e2ca;
}
@media screen and (max-width: 1680px){
   .about-page .about-history .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px){
   .about-page .about-history .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px){
   .about-page .about-history .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px){
   .about-page .about-history .left .title {
    font-size: 53px;
  }
  .about-page .about-history .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-history .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-history .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
   .about-page .about-history .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-history .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
   .about-page .about-history .left .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 500px) {
   .about-page .about-history .left .title {
    font-size: 32px;
  }
  .about-page .about-history .right {
    padding-left: 0;
  }
  .about-page .about-history .right .tag {
    display: none;
  }
  .about-page .about-history .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-history .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-history .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}

.inspiration-page .inspiration-1 .i-title{
  font-weight: bold;
}
.inspiration-page .inspiration-1 .i-title p {
  font-size: 24px;
  color: var(--color);
  text-transform: uppercase;
}
.inspiration-page .inspiration-1 .i-title h3 {
  font-size: 80px;
  color: #6B0006;
}
.inspiration-page .inspiration-1 .inspiration-nav {
  margin-top: 70px;
}
.inspiration-page .inspiration-1 .inspiration-nav ul {
  margin: 50px -35px 0;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li {
  padding: 0 35px;
  width: 25%;
  cursor: pointer;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li:hover a,
.inspiration-page .inspiration-1 .inspiration-nav ul li.active a {
  color: var(--color);
}
.inspiration-page .inspiration-1 .inspiration-nav ul li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inspiration-page .inspiration-1 .box {
  margin-top: 50px;
}
.inspiration-page .inspiration-1 .box ul {
  margin: -10px -15px;
}
.inspiration-page .inspiration-1 .box ul.active {
  display: block;
}
.inspiration-page .inspiration-1 .box ul li {
  padding: 10px 15px;
}
.inspiration-page .inspiration-1 .box ul li .img{
  overflow: hidden;
  display: block;
}
.inspiration-page .inspiration-1 .box ul li .img img{
  width: 100%;
}
.inspiration-page .inspiration-1 .box ul li h5{
  margin-top: 6px;
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 20px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .35);
  background: white;
  padding: 30px 10px;
}
.inspiration-page .inspiration-1 .box ul li:hover .text h5{
  background: var(--color);
  color: #fff;
}
@media (max-width: 1250px) {
  .inspiration-page .inspiration-1 .inspiration-nav{
    display: none;
  }
}
@media (max-width: 1000px) {
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 50%;
    margin: 15px 0;
  }
  .inspiration-page .inspiration-1 .i-title h3 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  .inspiration-page .inspiration-1 .inspiration-nav ul li a {
    font-size: 18px;
  }
  .inspiration-page .inspiration-1 .i-title h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .inspiration-page .inspiration-1 .box{
    margin-top: 30px;
  }
  .inspiration-page .inspiration-1 .inspiration-nav{
    margin-top: 40px;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul{
    margin-top: 30px;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 100%;
  }
}