@font-face {
  font-family: 'pop';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pr{
  position: relative;
}
.right_nav_list ul li .text img{
  width: 24px;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #163764;
  height: auto;
  font-family: 'pop';
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
.seoPublic .Auxil-related .list .swiper{
  margin: -10px -25px;
}
.seoPublic .Auxil-related .list ul{
  margin: 0;
}

.container {
  width: 1750px;
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid #ededed;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  max-width: 1420px;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header > .nav > .menu .menu-box .list {
  width: -webkit-calc(-35%);
  width: -moz-calc(-35%);
  width: calc(50% - 85px);
}
#header > .nav > .menu .menu-box .list > .menu-menu-container > .menu > .menu-item {
  display: none;
}
#header > .nav > .menu .menu-box .list .edCont .lang_cont .c_cont .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .list .edCont .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .list .edCont .btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .list:nth-child(1) > .menu-menu-container > .menu > .menu-item:nth-child(-n+4) {
  display: block;
}
#header > .nav > .menu .menu-box .list:nth-child(3) > .menu-menu-container > .menu > .menu-item:nth-child(n+5) {
  display: block;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu-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: 50px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 700;
}
#header > .nav > .menu .menu-box .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-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-menu-container > .menu > .menu-item > a {
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  border-radius: 2px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .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-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .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-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: rgba(118, 118, 118, 0.4);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
#header.active > .nav > .menu .menu-box .left img,
#header.inner_active > .nav > .menu .menu-box .left img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: #fff;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before,
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  background-color: #fff;
}
@-webkit-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 2;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 50vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
  padding-bottom: 200px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #fff;
  border-left: 1px solid #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .title {
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .more {
  font-style: italic;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .more .moreImg {
  width: 20px;
  height: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .tips,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .bottomC {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
#banner .bottomC .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#banner .bottomC .btn:hover {
  background-color: var(--color);
}
#banner .bottomC .text {
  color: #fff;
}
#banner .shareCont {
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner .shareCont .container {
  width: 1420px;
}
#banner .shareCont .container .cont {
  background-color: rgba(118, 137, 168, 0.8);
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
}
#banner .shareCont .container .cont .left ul li a {
  color: #fff;
}
#banner .shareCont .container .cont .left ul li a:hover {
  color: var(--color);
}
#banner .shareCont .container .cont .right {
  width: 110px;
}
.slick-list .slick-track {
  margin-left: 0;
}
.c-333 {
  color: #333;
}
.c-444 {
  color: #444;
}
.c-666 {
  color: #666;
}
.moreCont {
  padding: 8px 26px;
  background-color: var(--color);
  color: #fff;
  border-radius: 20px;
  z-index: 1;
  cursor: pointer;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-color: #000;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#index-body .init-1 {
  background-color: #f4f4f4;
}
#index-body .init-1 .titleC {
  border-bottom: 1px solid #aeaeae;
}
#index-body .init-1 .titleC .tips {
  color: var(--color);
}
#index-body .init-1 .titleC .tipsTitle {
  font-weight: 500;
}
#index-body .init-1 .titleC .tipsDes {
  color: #6b6b6b;
}
#index-body .init-1 .titleC .right {
  width: 760px;
}
#index-body .init-1 .titleC .right li {
  height: auto;
  cursor: pointer;
}
#index-body .init-1 .titleC .right li:hover,
#index-body .init-1 .titleC .right li.active {
  color: var(--color);
}
#index-body .init-1 .titleC .right li:hover .box::before,
#index-body .init-1 .titleC .right li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .init-1 .titleC .right li .box {
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  max-width: 150px;
}
#index-body .init-1 .titleC .right li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .content {
  border-bottom: 1px solid #aeaeae;
}
#index-body .init-1 .content .swiper .swiper-wrapper .swiper-slide .box .img {
  border-radius: 10px;
}
#index-body .init-1 .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-size: 18px;
}
#index-body .init-1 .content .lineC {
  height: 3px;
  background-color: #aeaeae;
  width: 350px;
  position: relative;
}
#index-body .init-1 .content .lineC .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-2 .container ul li {
  cursor: pointer;
  width: 12%;
  position: relative;
}
#index-body .init-2 .container ul li .shadow {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 .container ul li .box {
  width: 100%;
  -o-background-size: cover;
  background-size: cover;
  height: 820px;
  overflow: hidden;
}
#index-body .init-2 .container ul li .box .cont1 {
  height: 100%;
  -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;
  pointer-events: none;
}
#index-body .init-2 .container ul li .box .cont1 .text {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  margin: auto auto 20px;
  color: #fff;
  font-weight: 500;
}
#index-body .init-2 .container ul li .box .cont1 .imgC {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto 60px;
}
#index-body .init-2 .container ul li .box .cont1 .imgC .img {
  width: 50px;
  height: 50px;
}
#index-body .init-2 .container ul li .box .cont2 {
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 150px;
  opacity: 0;
  -webkit-transform: translateX(-2000px);
  -moz-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  -o-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
#index-body .init-2 .container ul li .box .cont2 .imgC {
  margin-top: 20px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-2 .container ul li .box .cont2 .imgC .img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-2 .container ul li .box .cont2 .cont {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
  padding-left: 20px;
  color: #fff;
}
#index-body .init-2 .container ul li .box .cont2 .cont .title {
  font-weight: bold;
}
#index-body .init-2 .container ul li .box .cont2 .cont .des {
  margin-top: 10px;
}
#index-body .init-2 .container ul li.active {
  width: 64%;
}
#index-body .init-2 .container ul li.active .cont1 {
  opacity: 0;
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px);
}
#index-body .init-2 .container ul li.active .cont2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-3 {
  background-color: #f4f4f4;
}
#index-body .init-3 .subImg1 {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 34% 100%);
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 34% 100%);
}
#index-body .init-3 .subImg2 {
  height: 176px;
  width: 26%;
  top: 10px;
  left: 36%;
  z-index: 2;
}
#index-body .init-3 .container {
  width: 1640px;
}
#index-body .init-3 .container .left {
  z-index: 3;
  width: 60%;
}
#index-body .init-3 .container .left .tipsTitle {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-3 .container .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-3 .container .left .line {
  width: 90px;
  height: 3px;
  background-color: var(--color);
}
#index-body .init-3 .container .left .des {
  color: #454545;
}
#index-body .init-3 .container .left .listCont {
  width: 500px;
}
#index-body .init-3 .container .left .listCont ul li {
  width: 220px;
  margin-top: 40px;
}
#index-body .init-3 .container .left .listCont ul li .box {
  z-index: 2;
}
#index-body .init-3 .container .left .listCont ul li .box .cir {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  z-index: -1;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .container .left .listCont ul li .box .img {
  height: 80px;
  width: 80px;
  margin: auto;
}
#index-body .init-3 .container .left .listCont ul li .box .num {
  color: #333333;
  font-weight: bold;
}
#index-body .init-3 .container .left .listCont ul li .box .num .sub {
  font-weight: 400;
}
#index-body .init-3 .container .left .listCont ul li .box .bottom {
  color: #575757;
}
#index-body .init-3 .container .left .listCont ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-3 .container .left .moreC .more {
  padding: 10px 20px 10px 40px;
  border: 2px solid #c6c6c6;
  border-radius: 24px;
  color: #575757;
}
#index-body .init-3 .container .left .moreC .more:hover {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #fff;
}
#index-body .init-3 .container .left .moreC .play {
  width: 48px;
  height: 48px;
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
#index-body .init-3 .container .left .moreC .play i {
  margin-left: 2px;
}
#index-body .init-3 .container .left .moreC .play:hover {
  background-color: #fff;
  color: var(--color);
  -webkit-box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
  box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
}
#index-body .init-4 {
  background-color: #f5f5f5;
}
#index-body .init-4 ul li {
  height: auto;
}
#index-body .init-4 ul li .box {
  padding: 10px;
  min-height: 140px;
  background-color: #fff;
  height: 100%;
}
#index-body .init-4 ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 {
  background-color: #f5f5f5;
}
#index-body .init-5 .tipsTitle {
  font-weight: 500;
}
#index-body .init-5 .content ul li .box {
  border-radius: 20px;
}
#index-body .init-5 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-5 .content ul li .box .cont {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
  transition: all .5s;
}
#index-body .init-5 .content ul li .box .cont .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  z-index: -1;
}
#index-body .init-5 .content ul li .box:hover .cont{
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-5 .content ul li .box .cont .title {
  font-weight: 500;
}
#index-body .init-5 .content ul li .box .cont.white {
  color: #fff;
}
#index-body .init-5 .content ul li .box .cont.white .shadow {
  opacity: 0.8;
}
#index-body .init-6 .container .tips {
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-6 .container .tipsTitle {
  font-weight: 500;
}
#index-body .init-6 .container .tipsDes {
  max-width: 970px;
  color: #6b6b6b;
}
#index-body .init-6 .container .content .list1 {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  height: 430px;
  border-radius: 20px;
}
#index-body .init-6 .container .content .list1 .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-6 .container .content .list1 .more {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  color: #fff;
  font-weight: 500;
}
#index-body .init-6 .container .content .list1 .more i {
  position: relative;
  top: 4px;
  font-weight: 500;
}
#index-body .init-6 .container .content .list2 {
  border-radius: 20px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
}
#index-body .init-6 .container .content .list2 .box {
  height: 430px;
  z-index: 1;
  padding: 50px 30px 30px;
  color: #fff;
}
#index-body .init-6 .container .content .list2 .box .img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(2px) brightness(0.8);
  filter: blur(2px) brightness(0.8);
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#index-body .init-6 .container .content .list2 .box .cont {
  height: 100%;
  -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;
}
#index-body .init-6 .container .content .list2 .box .title {
  font-weight: 500;
}
#index-body .init-6 .container .content .list2 .box .des {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .init-6 .container .content .list2 .box .more i {
  position: relative;
  top: 2px;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #0e305f;
  padding: 60px 0;
}
#footer .footerCont {
  background-color: #f3f3f3;
  border-radius: 24px;
}
#footer .footerCont .fTop {
  max-width: 830px;
  margin: auto;
}
#footer .footerCont .fTop .tips {
  font-weight: 500;
  text-transform: uppercase;
}
#footer .footerCont .fTop form {
  margin-top: 50px;
}
#footer .footerCont .fTop form input {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
  padding: 6px 16px;
  border: none;
  background-color: transparent;
  margin-top: 10px;
  border-bottom: 1px solid #000;
}
#footer .footerCont .fTop form .desC .des {
  width: -webkit-calc(-180%);
  width: -moz-calc(-180%);
  width: calc(100% - 280px);
}
#footer .footerCont .fTop form .desC .des .sub {
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-top: 8px;
}
#footer .footerCont .fTop form .desC .des .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6f6f6f;
}
#footer .footerCont .fMiddle ul {
  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;
}
#footer .footerCont .fMiddle ul li a {
  font-size: 18px;
  position: relative;
  margin-right: 40px;
  padding-bottom: 5px;
}
#footer .footerCont .fMiddle ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 5px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footerCont .fMiddle ul li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .footerCont .fMiddle ul li ul {
  display: none;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #000;
}
#footer .copyright .cont {
  width: 100%;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #000;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
#footer .copyright .right .share ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #696969;
  border-radius: 50%;
  color: #666666;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .copyright .right .share ul a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
}
@media (max-width: 1250px) {
  .flex-6 > *{
    width: 25%;
  }
  .flex-4 > *{
    width: 25%;
  }
  #banner .shareCont {
    display: none;
  }
  #index-body .init-2 .container ul li .box .cont2 {
    padding: 30px 50px;
  }
  #index-body .init-5 .content ul li .box .cont {
    padding: 20px 16px;
  }
  #footer {
    padding-bottom: 80px;
  }
  #footer .footerCont .fMiddle ul li a {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .flex-6 > *{
    width: 33.33%;
  }
  .flex-4 > *{
    width: 33.33%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container {
    padding-bottom: 0;
  }
  #banner .bottomC {
    display: none;
  }
  #index-body .init-2 .container ul li {
    width: 100%;
  }
  #index-body .init-2 .container ul li .box {
    height: 64vw;
  }
  #index-body .init-2 .container ul li.active {
    width: 100%;
  }
  #index-body .init-2 .container ul li .box .cont1 {
    opacity: 0 !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-2 .container ul li .box .cont2 {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-3 .container {
    width: 700px;
  }
  #index-body .init-3 .container .left {
    width: 100%;
  }
  #index-body .init-4 {
    padding: 0 16px;
  }
  #index-body .init-5 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-5 .content ul li:first-child {
    margin-top: 0;
  }
  #index-body .init-5 .content ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .content ul li .box .cont {
    position: relative;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
  }
  #index-body .init-5 .content ul li .box .cont.white .shadow {
    display: none;
  }
  #index-body .init-5 .content ul li .box .cont.white {
    color: #000;
  }
  #index-body .init-6 .container .content .list2 {
    width: 100%;
  }
  #footer .footerCont .fMiddle .logos img {
    width: 200px;
  }
}
@media (max-width: 700px) {
  .flex-6 > *{
    width: 50%;
  }
  .flex-4 > *{
    width: 50%;
  }
  #index-body .init-1 .titleC .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .init-1 .titleC .right li {
    margin-top: 10px;
  }
  #index-body .init-1 .titleC .right li .box {
    padding-bottom: 10px;
  }
  #index-body .init-2 .container ul li .box .cont2 {
    padding: 20px 16px;
  }
  #index-body .init-2 .container ul li .box .cont2 .imgC {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  #index-body .init-2 .container ul li .box .cont2 .imgC .img {
    width: 30px;
    height: 30px;
  }
  #index-body .init-2 .container ul li .box .cont2 .cont {
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(100% - 60px);
  }
  #index-body .init-3 .container {
    width: 100%;
  }
  #index-body .init-3 .container .left .listCont {
    width: 100%;
    max-width: 450px;
  }
  #footer .footerCont .fTop form .desC .des {
    width: 100%;
  }
  #footer .footerCont .fTop form .desC .moreC {
    margin-top: 10px;
  }
  #footer .footerCont .fTop form {
    margin-top: 20px;
  }
  #footer .footerCont .fTop form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .seoPublic .Auxil-related .list .swiper{
    margin: -10px;
  }
  .flex-6 > *{
    width: 100%;
  }
  .flex-4 > *{
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #index-body .init-1 .content .lineC {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-2 .container ul li .box {
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }
  #index-body .init-2 .container ul li .box .cont1 {
    display: none;
  }
  #index-body .init-2 .container ul li .box .cont2 {
    position: relative;
    padding: 60px 16px 20px;
  }
  #index-body .init-2 .container ul li .box .cont2 .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-3 .container .left .listCont ul li {
    width: 50%;
  }
  #index-body .init-6 .container .content .list2 .box {
    height: 300px;
    padding: 20px 16px;
  }
}


/*inner-page*/
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
.qua-page .init-1 .desC{
  max-width: 1200px;
  margin: auto;
}
.qua-page .init-2{
  background: #f0efee;
}
.qua-page .init-2 .tipsTitle{
  max-width: 580px;
  margin: auto;
}
.qua-page .init-2 .desC{
  max-width: 1000px;
  margin: auto;
}
.qua-page .init-3 ul li{
  margin-top: 20px; 
}
.qua-page .init-3 ul li .box .line{
  height: 1px;
  width: 100%;
  background: #666666;
}
.qua-page .init-4{
  text-align: center;
  background: #f0efee;
}
.qua-page .init-4 .tipsTitle{
  max-width: 580px;
  margin: auto;
}
.qua-page .init-4 .desC{
  max-width: 1000px;
  margin: auto;
}
.qua-page .init-4 .content ul li .box .imgC{
  height: 60px;
}
.qua-page .init-4 .content ul li .box .imgC .img{
  max-height: 100%;
  object-fit: contain;
}
.qua-page .init-4 .content ul li .box .cir{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  margin: 20px auto;
}
.qua-page .init-4 .content ul li .box .des{
  margin-top: 10px;
  color: #666;
}
@media (max-width: 1250px) {
  .qua-page .init-3 .content ul{
    justify-content: left;
  }
}
@media (max-width: 1000px) {
  .qua-page .init-4 .flex-4 > *{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .qua-page .init-4 .flex-4 > *{
    width: 100%;
  }
}


.inner-banner {
  height: 414px;
  background: url(/httransformers/2026/06/03/banner1.jpg) no-repeat center;
  background-size: cover;
}
.inner-banner .container {
  padding-top: 237px;
}
.inner-banner .container .in-h {
  font-weight: bold;
  font-size: calc(0.8345vw + 14px);
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: var(--ft44);
}
.inner-banner .container .mbx {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}


.application-page {
  padding: 5rem 0 5.35rem;
  background: #f2ede6;
  border-radius: 70px 0 0 0 ;
}
.application-page .app-1{
  margin-bottom: 3rem;
  text-align: center;
}
.application-page .app-1 h3{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.application-page .ap-list li {
  margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.application-page .ap-list li .img img{

  max-height: 460px;
  border-radius: 40px;
  width: auto;
}
.application-page .ap-list li .img .imgbox{
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 40px;
}
.application-page .ap-list li .text {
  width: 47.05%;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-size: 16px;
  line-height: 2;
  color: #120e0e;
}
.application-page .ap-list li .text h3 {
  font-size: 50px;
  line-height: 1;
  color: #120e0e;
    margin-bottom: 2.45rem;
    font-weight: bold;
}
.application-page .ap-list li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #120e0e;
  margin-top: var(--ft38);
  margin-bottom:  var(--ft18);
  overflow: hidden;
}
.application-page .ap-list li .text strong{
  font-weight: bold;
}
/*.application-page .ap-list li .text .more {
  width: 137px;
  height: 53px;
  background-color: #aaa;
  border-radius: 40px;
  line-height: 48px;
  color: #f4f2e6;
  font-size: 16px;
  margin-top: 2.1rem;
}*/
.application-page .ap-list li .text .products {
  margin-top: 2rem;
}
.application-page .ap-list li .text .products h4 {
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 0.85rem;
  color: #767676;
}
.application-page .ap-list li .text .products .content {
  margin-top: 0.9rem;
}
.application-page .ap-list li .text .products .content ul {
  margin-right: -11px;
}
.application-page .ap-list li .text .products .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.application-page .ap-list li .text .products .content ul .slick-slide {
  padding-right: 11px;
}
.application-page .ap-list li .text .products .content ul li {
  margin-bottom: 0;
}
.application-page .ap-list li .text .products .content ul li a.img-box {
  display: block;
  background: #e9e5df;
  position: relative;
  border-radius: 10px;
}
.application-page .ap-list li .text .products .content ul li a.img-box img {
  width: 100%;
}
.application-page .ap-list li .text .products .content ul li .icon {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .ap-list li .text .products .content ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 30px !important;
}
.application-page .ap-list li .text .products .content ul li h5 {
  font-size: 14px;
  line-height: 2;
  color: #151515;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.application-page .ap-list li .text .products .content ul li:hover .icon {
  opacity: 1;
}

.application-page .ap-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .application-page .ap-list li .text p {
    margin-top: 1rem;
  }
  .application-page .ap-list li .text .more {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text .products {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .ap-list li .img {
    width: 100%;
  }
  .application-page .ap-list li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .ap-list li .text .products h4 {
    font-size: 18px;
  }
}


.factory-page {
  background: white;
  color: black;
}
.factory-page .factory-1 {
  padding: calc(5.519vw + 14px) 0 calc(5.519vw + 14px) !important;
}
.factory-page .factory-1 span.tag {
  display: block;
  font-size: var(--ft34) !important;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: calc(0.315vw + 14px);
}
.factory-page .factory-1 h2.title {
  font-size: calc(3.0225vw + 14px) !important;
  font-weight: bold;
  line-height: 1;
  max-width: 60%;
}
.factory-page .factory-1 .box {
  margin-top: calc(3.4405vw + 14px) !important;
}
.factory-page .factory-1 .box .slide {
  margin-bottom: 80px;
}
.factory-page .factory-1 .box .slide:last-child {
  margin-bottom: 0;
}
.factory-page .factory-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.factory-page .factory-1 .box .left:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.factory-page .factory-1 .box .left h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  padding-right: 10%;
}
.factory-page .factory-1 .box .right {
  width: 100%;
}
.factory-page .factory-1 .box .right:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.factory-page .factory-1 .box .right .text {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: calc(1.3555vw + 14px);
}
.factory-page .factory-1 .box .right .list ul {
  margin: -6px;
}
.factory-page .factory-1 .box .right .list ul li {
  padding: 6px;
}
@media (max-width: 1700px) {
    .factory-page .factory-1 span.tag {
    font-size: 28px;
  }
  .factory-page .factory-1 h2.title {
    font-size: 54px;
  }
  .factory-page .factory-1 .box {
    margin-top: 60px;
  }
  .factory-page .factory-1 .box .left h3 {
    font-size: 28px;
  }
  .factory-page .factory-1 .box .right .text {
    font-size: 18px;
  }
  .factory-page .factory-1 {
    padding: calc(3.0225vw + 12px) 0;
  }
}
@media (max-width: 1400px) {
  .factory-page .factory-1 .box .left {
    width: 100%;
  }
  .factory-page .factory-1 .box .right {
    width: 100%;
  }
  .factory-page .factory-1 .box {
    margin-top: calc(1.3555vw + 14px);
  }
  .factory-page .factory-1 .box .slide {
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {

  .factory-page .factory-1 .box .left{
    width: 100%;
    padding-right: 0;
  }

  .factory-page .factory-1 .box .right {
    width: 100%;
    margin-top: calc(0.315vw + 14px);
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before{
    display: none;
  }
  .factory-page .factory-1 h2.title{
    max-width: none;
    font-size: 26px;
  }
}

.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 8px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius:50%; 
  border: 1px solid var(--color);
  color: var(--color);
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}


.contact-page .contact-1 {
  padding: 75px 0 100px;
  /*background: url("../images/contact-bg.jpg") center center;*/
  background-size: cover;
  color: black;
}
.contact-page .contact-1 span.tag {
  display: block;
  font-weight: bold;
  font-size: var(--ft34) !important;
  line-height: 1.5;
  margin-bottom: calc(0.315vw + 14px);
}
.contact-page .contact-1 h2 {
  font-weight: bold;
  line-height: 1.5;
  max-width: 60%;
}
.contact-page .contact-1 .box {
  margin-top: 50px;
}
.contact-page .contact-1 .box h5 {
  font-size:  var(--ft46) !important;
  line-height: 1.5;
  margin-bottom: calc(0.8345vw + 14px);
  font-weight: bold;
}
.contact-page .contact-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.contact-page .contact-1 .box .left:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.contact-page .contact-1 .box .left .content {
  padding-right: 15%;
}
.contact-page .contact-1 .box .left .text {
  font-size:  var(--ft18) !important;
  line-height: 1.6;
}
.contact-page .contact-1 .box .left .info {
  margin-top: calc(0.8345vw + 14px);
}
.contact-page .contact-1 .box .left .info ul li {
  margin-bottom: calc(0.8345vw + 14px);
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
}
.contact-page .contact-1 .box .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .box .left .info ul li:hover {
  color: var(--color);
}
.contact-page .contact-1 .box .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .right {
  width: 66%;
}
.contact-page .contact-1 .box .right:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.contact-page .contact-1 .box .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  line-height: 24px;
  padding: 15px;
  border: none;
  background: #f1f1f1;
  width: 100%;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  height: 64px;
  line-height: 60px;
  padding: 0 60px;
  border: 2px solid var(--color);
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1400px) {
  .contact-page .contact-1 .box h5 {
    font-size: calc(0.8345vw + 14px);
  }
  .contact-page .contact-1 .box .left .content {
    padding-right: 5%;
  }
  .contact-page .contact-1 .box .left .info ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right .form ul li label {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form ul li input,
  .contact-page .contact-1 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul li textarea {
    height: 100px;
  }
  .contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    padding: 0 30px;
  }
  .contact-page .contact-1 {
    padding: calc(2.6067vw + 20px) 0;
  }
}
@media (max-width: 1000px) {

  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
 
  .contact-page .contact-1 .box .right {
    width: 100%;
    margin-top: 40px;
  }
 
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before {
    display: none;
  }
  
  .contact-page .contact-1 h2 {
    max-width: none;
  }
  .contact-page .contact-1 .box {
    margin-top: calc(0.8345vw + 14px);
  }
}

@media (max-width: 500px) {
  .m-page a, .m-page span{
    font-size: 16px;
    margin: 2px 4px;
  }
  .contact-page .contact-1 .box .right .form ul li{
    width: 100%;
  }
}


.faq-page .faq-1 {
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
  font-size: 20px;
}
.faq-page .faq-1 .list {
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-page .faq-1 .list ul li.current h6 i:after{
  display: none;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: 111;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
@media screen and (max-width: 1700px) {
   .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
}


.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-weight: bold;
}
.product-page .init-1 .des {
  margin-top: 10px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: calc(0.8345vw + 14px);
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: calc(0.8345vw + 14px);
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: calc(3.959vw + 14px);
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight:bold;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  width: 160px;
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: calc(0.8345vw + 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}


.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
    width: 100%;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input[type="text"],
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input[type="text"]:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input[type="text"]::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: calc(3.0225vw + 12px) 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: calc(0.8345vw + 14px);
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .box .right{
      width: 100%;
      padding-left: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="text"][type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}


.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: calc(0.8345vw + 14px);
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: calc(0.8345vw + 14px);
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: 600;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: calc(0.8345vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 296px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}

.product-page .pro_init_2 {
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: calc(1.3555vw + 14px);
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: calc(0.8345vw + 14px);
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: calc(0.8345vw + 14px);
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: calc(0.8345vw + 14px);
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: calc(1.3555vw + 14px);
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}


.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-weight: 600;
}


@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

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

@media (max-width: 1000px) {
  .product_list {
    padding: 30px;
  }
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page{
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: calc(0.8345vw + 14px);
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .product_list {
    padding: 15px;
  }
  .product-page {
    padding-bottom: calc(1.3555vw + 14px);
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-4 .container .tip_title {
    font-size: 24px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: calc(1.3555vw + 14px);
    padding-top: calc(1.3555vw + 14px);
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}

.product-page .fl{
  display: none;
  margin-bottom: calc(0.8345vw + 14px);
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--color);
  font-size: calc(0.8345vw + 14px);
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--color);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--color);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}


.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  minmin-height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist ul li >ul a{
  line-height: 1.6;
  padding-top:11px;
  padding-bottom: 11px; 
}
.sider-box .sider-left .category .catelist > ul > li{
  position: relative;
}
.sider-box .sider-left .category .catelist > ul > li > i{
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 24px;
    width: 24px;
    color: #000;
    height: 24px;
    line-height: 24px;
    z-index: 2;
    cursor: pointer;
}
.sider-box .sider-left .category .catelist > ul > li > i.active{
  transform: rotate(90deg);
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  padding-top: 3px;
  font-size: 16px;
  
}
.sider-box .sider-left .category .catelist > ul > li:hover > a,
.sider-box .sider-left .category .catelist > ul > li.active > a{
  background-color: var(--color);
  color: #fff;
  font-weight: 600;
}
.sider-box .sider-left .category .catelist > ul > li:hover i,
.sider-box .sider-left .category .catelist > ul > li.active i{
  color: #fff;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
  padding-left: 10px;
}

.sider-box .sider-left .category .catelist > ul > li.active > ul{
  display: block;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 50px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active,
.sider-box .sider-left .category .catelist > ul > li > ul > li > a:hover {
  color: #fff;
  background: var(--color);

}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: calc(0.8345vw + 14px);
}
.sider-box .sider-left .quote .form button {
  margin-top: calc(0.8345vw + 14px);
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(255, 198, 0, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}

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


.about-page {
  background-color: #f9f9f9;
}
.about-page span.h2 {
  color: var(--color);
}
.about-page .about-1 span.h3 {
  color: var(--color);
}
.about-page .about-1 .right img {
  margin-top: -25%;
}
.about-page .about-2 i.iconfont {
  line-height: .8;
  display: block;
}
.about-page .about-2 span.h2 {
  line-height: 1;
}
.about-page .about-2 li {
  padding: 10%;
  border: 1px solid var(--color);
  color: var(--color);
}
.about-page .about-2 .list {
  padding: 0 10%;
}
.about-page .about-3 .box {
  background-color: #f5f8ff;
}
.about-page .about-3 .box span.h5 {
  color: var(--color);
  line-height: 1;
}
.about-page .about-3 .box .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-3 .box .options span {
  padding: 1.54545455em 0.81818182em;
  position: relative;
}
.about-page .about-3 .box .options span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active:after {
  opacity: .1;
}
.about-page .about-3 .box .ret {
  background-color: white;
}
.about-page .about-3 .box .ret .slide.active {
  display: none;
}
.about-page .about-3 .box .ret .slide li:hover {
  font-weight: bold;
  color: var(--color);
}
.about-page .about-4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#eceef1));
  background-image: -webkit-linear-gradient(bottom, #f9f9f9, #eceef1);
  background-image: -moz-linear-gradient(bottom, #f9f9f9, #eceef1);
  background-image: linear-gradient(to top, #f9f9f9, #eceef1);
}
.about-page .about-5{
  position: relative;
  z-index: 2;
}
.about-page .about-5 .shadowImg{
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-5 .text {
  max-width: 450px;
}
.about-page .about-5 .list {
  font-weight: 400;
}
.about-page .about-6 span.h5 {
  font-weight: 500;
  color: var(--color);
}
.about-page .about-6 .text {
  line-height: 1.6;
}
.about-page .about-6 .right li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: black;
  margin-top: .4em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about-page .about-6 .right li span.h2 {
  color: inherit;
}
.about-page .about-6 .right li:hover {
  color: var(--color);
}
.about-page .about-6 .right li:hover:before {
  background-color: var(--color);
}
.about-page .about-7 {
  position: relative;
  z-index: 1;
}
.about-page .about-7 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.about-page .about-7 .text {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  width: 100%;
}
.about-page .about-7 .slide > img {
  margin-left: -12%;
  width: 112%;
  max-width: none;
  position: relative;
  z-index: -1;
}
.about-page .about-8 {
  color: white;
}
.about-page .about-8 span.h2 {
  color: inherit;
}
.about-page .about-8 .text {
  line-height: 1.6;
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .right img {
    margin-top: -5%;
  }
  .about-page .about-2 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-page .about-2 .list {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-7 .box {
    -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;
  }
  .about-page .about-7 .box .slide {
    padding: 2% 0;
    width: 100%;
  }
  .about-page .about-7 .box .slide:nth-child(2) {
    display: none;
  }
  .about-page .about-1 .left {
    padding: 3% 0 !important;
  }
  .about-page .about-1 .right img {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .about-3 .box .options span {
    padding: .5em;
  }
  .about-page .about-5{
    padding: 0;
  }
  .about-page .about-5 .shadowImg{
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
  }
}


.history-page:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: black;
}
.history-page .list li {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .list li .h2{
  padding-left: 10px;
}
.history-page .list li .dots {
  width: 1em;
  height: 1em;
  left: -0.5em;
  top: .4em;
  background-color: black;
  border-radius: 100%;
}
.history-page .list li .dots i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .list li .dots i:after,
.history-page .list li .dots i:before {
  content: '';
  height: 4px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.history-page .list li .dots 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);
}
.history-page .list li .dots i:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-page .list li .dots i:nth-child(2) {
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
.history-page .list li .dots i:nth-child(3) {
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.history-page .list li .dots i:nth-child(4) {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.history-page .list li .dots i:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.history-page .list li .text {
  line-height: 1.6;
}
.history-page .list li:nth-child(odd) {
  margin-left: auto;
  padding-left: 2.5%;
}
.history-page .list li:nth-child(even) {
  text-align: right;
  padding-right: 2.5%;
}
.history-page .list li:nth-child(even) .dots {
  right: -0.5em;
  left: auto;
}
.history-page .list li:hover {
  color: var(--color);
}
.history-page .list li:hover .dots {
  background-color: var(--color);
}
.history-page .list li:hover .dots i {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .history-page .list li {
    width: 100%;
    text-align: left !important;
    padding-left: 2.5% !important;
    padding-right: 0 !important;
  }
  .history-page .list li .dots {
    left: -0.5em !important;
    right: auto;
    top: .2em;
  }
  .history-page:before {
    left: 15px;
  }
}


.solutions-page .solutions-2 span.h2 {
  line-height: 1.6;
}
.solutions-page .solutions-3 .list .slick-track{
  margin: auto;
}
.solutions-page .solutions-3 li {
  height: 100%;
}
.solutions-page .solutions-3 .box {
  background-color: #f2f2f2;
  padding: 8%;
  height: 100%;
}
.solutions-page .solutions-3 .box span.num {
  line-height: .8;
  right: 0;
  top: 0;
  color: transparent;
  -webkit-text-stroke: 1px black;
  opacity: .5;
  pointer-events: none;
}
.solutions-page .solutions-3 .box span.h6 {
  line-height: 1.6;
  min-height: 3.2em;
}
.solutions-page .solutions-3 .box span.icon img {
  /*margin: 0 auto;*/
}
.solutions-page .solutions-4 .left{
    position: sticky;
    top: 100px;
}
.solutions-page .solutions-4 .right {
  position: relative;
}
.solutions-page .solutions-4 .right:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0;
  background-color: black;
  z-index: -1;
}
.solutions-page .solutions-4 .text strong {
  font-size: 1.5em;
}
.solutions-page .solutions-4 .text::-webkit-scrollbar {
  width: 7px;
}
.solutions-page .solutions-4 .text::-webkit-scrollbar-track {
  background-color: transparent;
}
.solutions-page .solutions-6 .right span.h6 {
  font-weight: 500;
}
.solutions-page .solutions-6 .right .text {
  line-height: 1.6;
}
.solutions-page .solutions-6 .right .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em;
}
.solutions-page .solutions-6 .right .text p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .8em;
}

@media screen and (max-width: 1000px) {
  .solutions-page .solutions-4 .left{
    position: relative;
    top: 0;
  }
  .solutions-page .solutions-4 .right:after{
    display: none;
  }
  .solutions-page .solutions-4 .right .text{
    padding-right: 0;
  }
}


.download-page .list a {
  background-color: #f3f3f3;
  padding: 1.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list a span i {
  color: var(--color);
}
.download-page .list a i.iconfont {
  font-size: 1.4em;
  line-height: 1;
}
.download-page .list a:hover {
  background-color: var(--color);
  color: white;
}
.download-page .list a:hover span i {
  color: inherit;
}


.inner-page .sideBarBox .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  border: 1px solid black;
  background-color: #f8f8f8;
  padding: 1.3em;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.inner-page .sideBarBox .sideBarLeft form button {
  border: none;
  background-color: transparent;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2em;
  line-height: 1;
}
.inner-page .sideBarBox .sideBarLeft span.title {
  padding: 1em 12px;
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  background-color: #f1f1f1;
  padding: 12px;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  border-bottom: 1px solid black;
}
.inner-page .sideBarBox .sideBarLeft .nav li li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul {
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .nav li:last-child.pb-50 {
  padding-bottom: 0;
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .nav a.active,
.inner-page .sideBarBox .sideBarLeft .nav a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold {
  color: black;
}
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold:hover,
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .nav a.font-bold i {
  font-weight: normal;
  font-size: 1.5em;
  color: black;
  line-height: 1;
}
.news-page .list li {
  padding: 3%;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.news-page .list li .more {
  height: 2.8em;
  padding: 0 1.5em;
}
.news-page .list li .tag i {
  color: var(--color);
  font-size: 1.3em;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft{
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight{
    width: 100%;
  }
}