@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Regular.eot');
  src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'), url('../fonts/BarlowCondensed-Regular.woff') format('woff'), url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Medium.eot');
  src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/BarlowCondensed-Medium.woff') format('woff'), url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Regular.eot');
  src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff'), url('Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pop {
  font-family: 'Poppins';
}
.barC {
  font-family: 'Barlow Condensed';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Barlow';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #c30d23;
}
.container {
  width: 1530px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.Hbtn,
.inner-page .Hbtn {
  color: var(--color);
}
.Hbtn::before,
.inner-page .Hbtn::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  color: #000;
}
.Hbtn:hover::before,
.inner-page .Hbtn:hover::before {
  width: 50%;
  background-color: #000;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -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 .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left img.img {
  width: 20px;
  height: 18px;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-right: 5.52vw;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #000;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  margin-left: var(--px17);
  padding-left: var(--px20);
  border-left: 1px solid #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 14px;
  height: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  color: #fff;
  line-height: 1;
  height: 99px;
  background-color: var(--color);
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .formBtn img {
  width: 28px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: #000;
}
#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;
  color: #fff;
}
#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;
  margin-right: 5px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#banner {
  padding-top: 99px;
}
#banner .swiper ul li .img img,
#banner .swiper ul li .img video {
  margin-left: auto;
  display: block;
  width: auto;
  max-width: 100%;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  overflow: hidden;
  background-image: url('../images/init_1Bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
#index-body .init-1 .Rimg {
  width: 11.4%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#index-body .init-1 .container {
  z-index: 2;
}
#index-body .init-1 .container .swiper ul li {
  width: 30%;
}
#index-body .init-1 .container .swiper ul li .imgBox {
  position: relative;
  width: 100%;
  height: 440px;
  background-position: center;
  background-size: cover;
}
#index-body .init-1 .container .swiper ul li .imgBox a.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#index-body .init-1 .container .swiper ul li .imgBox a.title {
  z-index: 2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-1 .container .swiper ul li .imgBox a.title:hover {
  color: var(--color);
}
#index-body .init-1 .container .swiper ul li .imgBox .content {
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
}
#index-body .init-1 .container .swiper ul li .imgBox .content a.btn {
  font-size: 28px;
}
#index-body .init-1 .container .swiper ul li .imgBox .content a.btn:hover i {
  transform: translateX(3px);
}
#index-body .init-1 .container .swiper ul li .imgBox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 15, 7, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .swiper ul li .imgBox:hover::before {
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .container .swiper ul li .imgBox:hover .title {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  z-index: 0;
}
#index-body .init-1 .container .swiper ul li .imgBox:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}
#index-body .init-1 .container .swiperBtn .btnS {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#index-body .init-1 .container .swiperBtn .btnS img {
  width: var(--px78);
  min-width: 40px;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.2;
}
#index-body .init-1 .container .swiperBtn .btnS.prev {
  left: var(--npx92);
}
#index-body .init-1 .container .swiperBtn .btnS.next {
  right: var(--npx92);
}
#index-body .init-1 .container .swiperBtn .btnS:hover img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
#index-body .init_2 {
  background-color: #f6f6f6;
}
#index-body .init_2 .left {
  width: 41.9%;
}
#index-body .init_2 .left h1 {
  max-height: 296px;
  overflow-y: auto;
  opacity: 0.78;
}
#index-body .init_2 .left ul.lists li {
  width: 34%;
}
#index-body .init_2 .left ul.lists li img {
  border-radius: 50%;
}
#index-body .init_2 .right {
  width: 47.4%;
}
#index-body .init_3 {
  position: relative;
}
#index-body .init_3 .bg {
  width: 100%;
  height: 100%;
  background-color: #010202;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
#index-body .init_3 .number-Plus {
  position: relative;
  z-index: 2;
}
#index-body .init_3 .number-Plus li .num {
  color: var(--color);
  line-height: 0.8;
}
#index-body .init_3 .number-Plus li .txt {
  color: #fff;
}
#index-body .init_4 {
  background-image: url('../images/init_4Lump.jpg');
  background-repeat: no-repeat;
  background-size: 14.32% auto;
  background-position: left top;
}
#index-body .init_4 .lists {
  margin: 0 -15px;
  align-items: stretch;
}
#index-body .init_4 .lists li {
  padding: 0 15px;
  width: 25%;
  flex-shrink: 0;
}
#index-body .init_4 .lists li .list {
  background-color: #2c2c2c;
  color: #fff;
  width: 100%;
  height: 100%;
}
#index-body .init_4 .lists li .list .icon {
  width: 65px;
  height: 65px;
}
#index-body .init_4 .lists li .list:hover {
  background-color: var(--color);
}
#index-body .init_5 {
  background-image: url('../images/init_5Bg.jpg');
  background-repeat: no-repeat;
  background-size: 43% auto;
  background-position: left bottom;
}
#index-body .init_5 .left {
  width: 43.3%;
}
#index-body .init_5 .left .lists li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
#index-body .init_5 .left .lists li .textBox .txt {
  height: 0;
  font-size: 0;
}
#index-body .init_5 .left .lists li.active {
  background-color: #f1f1f1;
  border-color: transparent;
}
#index-body .init_5 .left .lists li.active .textBox .txt {
  height: auto;
  font-size: var(--px18);
}
#index-body .init_5 .left .lists li.active .textBox .btn {
  color: var(--color);
}
#index-body .init_5 .left .lists li.active .textBox .btn:hover {
  color: #000;
}
#index-body .init_5 .rightBox {
  width: 47.3%;
}
#index-body .init_5 .rightBox .right {
  width: 100%;
  position: relative;
}
#index-body .init_5 .rightBox .right img.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 97.1%;
}
#index-body .init_5 .rightBox .right .imgBox {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 580px;
}
#index-body .init_5 .rightBox .right .imgBox img {
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init_5 .rightBox .right .imgBox img.active {
  opacity: 1;
}
#index-body .init_6 {
  background-color: #f4f3f3;
}
#index-body .init_6 .container .txt {
  max-width: 630px;
}
#index-body .init_6 .swiperBox {
  width: 89.2%;
  margin-left: auto;
}
#index-body .init_6 .swiperBox .swiper ul li {
  width: 25%;
  overflow: hidden;
}
#index-body .init_6 .swiperBox .swiper ul li a {
  display: inline-block;
  width: 100%;
}
#index-body .init_6 .swiperBox .swiper ul li img {
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .init_6 .swiperBox .swiper ul li .titl {
  background-color: var(--color);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init_6 .swiperBox .swiper ul li:hover .titl {
  transform: translateY(0);
  opacity: 1;
}
#index-body .init_6 .swiperBox .swiper-pagination {
  bottom: 2.6041vw;
}
#index-body .init_6 .swiperBox .swiper-pagination span {
  width: 14px;
  height: 14px;
  background-color: #c7c8c9;
  opacity: 1;
  margin: 0 12px;
}
#index-body .init_6 .swiperBox .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init_7 .swiperBox .swiper {
  margin: 0 10px;
}
#index-body .init_7 .swiperBox .swiper ul li {
  width: 32%;
  padding-left: 10px;
  padding-right: 10px;
}
#index-body .init_7 .swiperBox .swiper ul li .box .titl {
  border-bottom: 1px solid #efefef;
}
#index-body .init_7 .swiperBox .swiper ul li .box:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
}
#index-body .init_7 .swiperBox .swiper ul li .box:hover .titl {
  border-bottom: 1px solid #fceded;
}
#index-body .init_7 .swiperBox .swiper ul li .box:hover .btn:hover {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../images/footerBg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}
#footer .topF form .in {
  background-color: transparent;
  border: none;
  height: var(--px51);
  min-height: 35px;
}
#footer .topF form input.in {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #777777;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: center left 15px;
  color: #fff;
  width: 22.87%;
}
#footer .topF form input.in::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .topF form input.in.name {
  background-image: url('../images/footerFName.png');
}
#footer .topF form input.in.mail {
  background-image: url('../images/footerFMail.png');
}
#footer .topF form input.in.mes {
  background-image: url('../images/footerFmes.png');
  width: 37%;
}
#footer .topF form .inquery {
  background-color: var(--color);
}
#footer .topF form .inquery:hover {
  background-color: #333;
}
#footer .cenF {
  color: #fff;
}
#footer .cenF p.link a img {
  filter: brightness(0) invert(1);
}
#footer .cenF p.link a:hover {
  color: var(--color);
}
#footer .cenF p.link a:hover img {
  filter: brightness(1) invert(0);
}
#footer .cenF .item4 {
  max-width: 310px;
}
#footer .cenF .item4 .icon {
  width: 28px;
  height: 24px;
}
#footer .cenF .item4 .txt {
  width: calc(100% - 28px);
}
#footer .cenF .item5 .cont {
  width: 141px;
  height: 141px;
  background-color: #ffffff;
  padding: 6px;
}
#footer .cenF .item5 .share li {
  width: var(--px38);
  height: var(--px38);
  min-width: 30px;
  min-height: 30px;
}
#footer .cenF .item5 .share li a {
  width: 100%;
  height: 100%;
  background-color: #2f2f41;
  font-size: 16px;
}
#footer .cenF .item5 .share li a:hover {
  background-color: var(--color);
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  font-size: var(--px18);
  background-color: var(--color);
}
#footer .copyright .container {
  padding-top: 14px;
  padding-bottom: 15px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #index-body .init-1 .container .swiperBtn .btnS.prev {
    left: 0;
  }
  #index-body .init-1 .container .swiperBtn .btnS.next {
    right: 0;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c {
    margin-right: 2vw;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #index-body .init-1 .container .swiper ul li .imgBox {
    height: 340px;
  }
}
@media (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #index-body .init-1 .container .swiper ul li .imgBox {
    height: 280px;
  }
  #index-body .init_2 .left ul.lists li {
    width: 50%;
  }
  #index-body .init_5 .rightBox .right .imgBox {
    min-height: 540px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 {
    padding-bottom: 20px;
  }
  #index-body .init-1 .bot {
    padding-bottom: 50px;
  }
  #index-body .init-1 .container .swiperBtn .btnS {
    top: auto;
    bottom: 0px;
    transform: translateY(0);
  }
  #index-body .init-1 .container .swiperBtn .btnS.prev {
    left: 20%;
  }
  #index-body .init-1 .container .swiperBtn .btnS.next {
    right: 20%;
  }
  #index-body .init_2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  #index-body .init_2 .right img {
    display: block;
    margin: auto;
  }
  #index-body .init_4 .lists li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .init_5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init_5 .rightBox .right {
    width: 80%;
    margin-left: auto;
  }
  #index-body .init_5 .rightBox .right .imgBox {
    min-height: 60vw;
  }
  #index-body .init_6 .swiperBox {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  #index-body .init_6 .swiperBox .swiper-pagination {
    bottom: 10px;
  }
  #index-body .init_6 .swiperBox .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .swiper ul li .imgBox {
    height: 450px;
  }
  #index-body .init_3 .number-Plus li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .topF form input.in {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .topF form input.in.mes {
    width: 100%;
  }
  #footer .cenF .item4 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .swiper ul li .imgBox {
    height: 300px;
  }
  #index-body .init_2 .left ul.lists li {
    width: 100%;
  }
  #index-body .init_4 .lists li {
    width: 100%;
  }
  #index-body .init_5 .rightBox .right {
    width: 90%;
  }
}

.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  margin-top: 100px;
}

.inner-banner .ui.container {
  max-width: 1736px;
}

.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}

.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}

.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}

.inner-banner .text .i-title {
  margin-top: 10px;
}

.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.m-page {
  text-align: center;
  padding-top: 4%;
}

.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E5E7EB;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.m-page span {
  background: var(--color);
  color: #fff;
}
#innerMobileBanner {
  margin-top: 60px;
}

.product-page {
  padding: var(--px120) 0 var(--px120);
  position: relative;
  z-index: 1;
}

.product-page .Auxil-h1 {
  font-size: var(--px36);
  color: var(--color);
}

/*.product-page .list .in-num {
  color: var(--color);
}

.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}

.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
  font-weight: bold;
}

.product-page .list .title:hover {
  color: var(--color);
}

.product-page .list ul>p {
  padding: 0 2px;
}

.product-page .list ul li {
  padding: 60px 0 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: var(--px70);
}

.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}

.product-page .list ul li .ig .text .more:hover {
  color: #fff;
}

.product-page .list ul li .ig .text .more:hover::after {
  background: #000;
}

.product-page .list ul li .ig .text .more:hover i {
  color: #fff;
}

.product-page .list ul li .ig .img {
  width: 50%;
}

.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 15.052vw 0px 0px 15.052vw;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/

/*.product-page .list ul li:hover::after {
  background: var(--color);
}*/
/*.product-page .list ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}

.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 56%;
  height: 100%;
  border-radius: 0px 15.052vw 15.052vw 0px;
}

.product-page .list ul li:last-child {
  margin-bottom: 0;
}

.product-page::after {
  content: attr(data-text);
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 12.5vw;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/

@media screen and (max-width: 1450px) {
  .product-page::after {
    top: -20px;
  }

  /*.product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }*/
}

@media screen and (max-width: 1250px) {
  .product-page::after {
    top: -20px;
  }

  /*.product-page .list .title {
    width: 100%;
  }*/
}
@media screen and (max-width: 1000px){
  
  .product-page::after {
    display: none;
  }

  /*.product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }

  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }

  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }

  .product-page .list ul li .ig .img {
    width: 100%;
    margin-top: 20px;
  }

  .product-page .list ul li::after {
    display: none;
  }

  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }*/
}
@media screen and (max-width: 700px) {
  /*.product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }*/
}
@media screen and (max-width: 500px) {

  /*.product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }

  .product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }*/
}

.prodet-page {
  padding: 7% 0 7%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}

.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}

.prodet-page .prodet-2 .ret .bt {
  height: var(--px106);
  min-height: 50px;
  padding: 0 var(--px104) 0 var(--px80);
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px var(--px50) 0px;
  color: #fff;
  display: none;
  margin-bottom: var(--px30);
}

.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: var(--px20);
  top: 50%;
  transform: translateY(-50%);
  width: var(--px18);
  height: var(--px18);
  border-radius: 50%;
  background-color: #fff;
}

.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-2 .ret .con ul {
  margin: -10px;
}

.prodet-page .prodet-2 .ret .con ul li {
  padding: 10px;
}

.prodet-page .prodet-2 .ret .con ul li a {
  border: 2px solid #eee;
  display: block;
}

.prodet-page .prodet-2 .ret .con ul li a img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.prodet-page .prodet-2 .ret .table {
  border: 0;
}

.prodet-page .prodet-2 .ret .table td {
  border: 0;
  width: 100px !important;
}

.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: var(--px18);
  line-height: 1.8;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}

.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: var(--px18);
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: var(--px18);
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}

.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  margin-top: var(--px45);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  height: auto;
  padding: 12px var(--px63);
}

.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}

.prodet-page .prodet-3 {
  margin-top: var(--px80);
}

.prodet-page .prodet-3 .content {
  margin-top: 55px;
}

.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}

.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}

.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px var(--px100) 0px 0px;
  padding: var(--px105) var(--px36) var(--px64) var(--px21);
  text-align: center;
}

.prodet-page .prodet-3 .content ul li .text {
  padding-top: var(--px30);
}

.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}

.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}

.prodet-page .prodet-3 .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: var(--px20);
}

.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}

.prodet-page .prodet-4 .container {
  align-items: flex-start;
}

.prodet-page .prodet-4 .left {
  width: 40%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-4 .left img {
  width: 100%;
}

.prodet-page .prodet-4 .right {
  width: 60%;
  padding-left: var(--px60);
}

.prodet-page .prodet-4 .right .title {
  margin-top: var(--px20);
}

.prodet-page .prodet-4 .right .imgList {
  margin-top: var(--px60);
}

.prodet-page .prodet-4 .right .imgList .swiper {
  padding: 10px;
  margin: -10px;
}

.prodet-page .prodet-4 .right .imgList li {
  padding: 10px;
}

.prodet-page .prodet-4 .right .imgList a {
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-4 .right .imgList a img {
  width: 100%;
}

.prodet-page .opt {
  background-color: #f6f6f6;
}

.prodet-page .opt dl {
  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;
}

.prodet-page .opt dl dd {
  height: var(--px106);
  min-height: 50px;
  padding: 0 var(--px100) 0 79px;
  position: relative;
  z-index: 1;
  margin-right: var(--px24);
  cursor: pointer;
}

.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: var(--px45);
  top: 50%;
  transform: translateY(-50%);
  width: var(--px18);
  height: var(--px18);
  border-radius: 50%;
  background-color: var(--color);
}

.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px var(--px50) 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}

.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}

.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}

.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}

.prodet-page::after {
  content: attr(data-text);
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 12.5vw;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1450px) {
  .prodet-page::after {
    top: -20px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .opt dl dd {
    padding: 0 var(--px90);
  }

  .prodet-page .prodet-4 .left {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }

  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }

  .prodet-page .opt dl dd {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }

  .prodet-page .prodet-2 .ret .bt {
    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;
  }

  .prodet-page .prodet-2 .ret .bt::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }

  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }

  .prodet-page .prodet-3 .opt dl dd {
    width: 100%;
  }
  .prodet-page .opt dl dd::before,.prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }

  .prodet-page .prodet-3 .opt dl dd{
    padding: 0 0 0 30px;
  }

  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }

  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }

  .prodet-page .prodet-4 .right .imgList {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .table tbody {
    white-space: unset;
  }
}

.about-page .about-1 {
  padding-top: 6%;
}

.about-page .about-1 .content {
  margin-top: 53px;
}

.about-page .about-1 .content .left {
  padding-right: 20px;
}

.about-page .about-1 .content .left .i-data {
  padding-top: var(--px120);
}

.about-page .about-1 .content .left .i-data ul li .num {
  font-size: var(--px40);
  margin-left: var(--px30);
}

.about-page .about-1 .content .left .i-data ul li .num sub {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.about-page .about-1 .content .left .i-data ul li .num::before {
  width: var(--px80);
  height: var(--px80);
  min-height: 50px;
  min-width: 50px;
  top: var(--npx24);
  left: var(--npx30);
}

.about-page .about-1 .content .left .i-data ul li p {
  padding: var(--px30) 0 0 var(--px30);
  font-size: 16px;
}

.about-page .about-1 .content .right {
  padding-left: 20px;
}
.about-page .about-1 .content .right .des {
  max-height: 400px;
  overflow-y: auto;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-2 {
  overflow: hidden;
}
.about-page .about-2 .header .des {
  max-width: 950px;
  width: 100%;
}

.about-page .about-2 .content {
  margin: auto;
  max-width: 1140px;
}

.about-page .about-2 .content ul {
  margin-right: -24px;
}

.about-page .about-2 .content ul li {
  padding-right: 24px;
}

.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}


.about-page .about-4 {
  padding: 6% 0;
}

.about-page .about-4 .header .con {
  margin-top: 20px;
}

.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}

.about-page .about-4 .content .img-box {
  border-radius: 25px;
}

.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  /*background: url(../images/arrow-left.png) no-repeat center center;*/
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
}

.about-page .about-4 .swiper-button-prev {
  left: 43px;
}

.about-page .about-4 .swiper-button-next {
  /*background-image: url(../images/arrow-right.png);*/
  right: 43px;
}

.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.about-91 {
  margin-top: calc(5.75vw + 20px);
  padding: 5% 0;
  background: url(/linghong-screw/2026/05/18/about-31.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: cover;
}

.about-91 .play {
  left: initial;
  right: 20%;
}

.about-91 .link::before {
  background: #fff;
}

.about-91 .link:hover {
  color: var(--color);
}

.a91 {
  font-weight: bold;
  font-size: calc(1.7755vw + 14px);
  color: #FFFFFF;
  margin-bottom: 15px;
}

.a92 {
  max-width: 944px;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
}

.a92 p {
  padding-left: 36px;
  position: relative;
}

.a92 p em {
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 16px;
  background: var(--color);
  color: #000;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}

.a921 {
  margin-bottom: 18px;
}

.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}

.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}

.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}

.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}
@media screen and (max-width: 1450px) {
  .about-91 .play {
    right: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .a92 {
    max-width: 700px;
  }
  .about-page .about-1 .content .left .i-data {
    zoom: .8;
  }

  .about-page .about-1 .content .left .i-data ul li .num {
    margin-left: 20px;
  }

  .about-page .about-1 .content .left .i-data ul li .num::before {
    left: -20px;
  }

  .about-page .about-1 .content .left .i-data ul li p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px){
  .a92 {
    max-width: 560px;
  }
  .about-91 .play {
    right: 5%;
  }
  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }

  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }

  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-1 .content .i-data ul li {
    margin-bottom: 40px;
  }

  .about-page .about-2 .header {
    display: block;
  }

  .about-page .about-2 .header .des {
    max-width: 100%;
    margin-top: 20px;
  }

  .about-page .about-2 .content {
    margin-top: 30px;
  }

  .about-page .about-4 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
  .about-91 .container {
    padding-bottom: 80px;
  }
  .about-91 .play {
    top: initial;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .about-page .about-1 .content {
    margin-top: 20px;
  }

  .about-page .about-1 .content .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-1 .content .left .i-data ul li {
    width: 33.3333%;
  }

  .about-page .about-1 .content .right {
    margin-top: 40px;
  }

  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  
  .about-page .about-1 .content .left .i-data {
    zoom: 1;
  }


  .about-page .about-1 .content .left .i-data ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-page .about-1 .content .left .i-data ul li:last-child {
    margin-bottom: 0;
  }
}
.i-title {
  font-family: 'Barlow Condensed';
  font-weight: 500;
}

.gallery-page {
  padding: 5.209% 0;
}

.gallery-page .content {
  margin-top: 40px;
}

.gallery-page .content ul {
  margin: -10px;
}

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

.factory-page .content ul li .img-box {
  border-radius: 20px;
}

.gallery-page .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .gallery-page .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content {
    margin-top: 20px;
  }
  .gallery-page .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content ul li {
    width: 100%;
  }
}

.faq-page {
  padding: 5.209% 0;
  background: #f6f6f6;
}
.faq-page .list {
  margin-top: var(--px40);
}
.faq-page .list ul li {
  margin-bottom: var(--px20);
  border-radius: 15px;
  background: #fff;
}
.faq-page .list ul li .tit {
  padding: var(--px30) var(--px40);
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: var(--px24);
  line-height: 1.8;
  font-weight: 500;
}
.faq-page .list ul li .tit i {
  /*position: absolute;
  right: 30px;
  top: 30px;*/
  font-size: var(--px30);
}
.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: var(--px20) var(--px40);
  font-size: var(--px18);
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 14.2%;
  border-radius: 25px;
  margin-bottom: 20px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: rgba(195, 13, 35, 1);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.sa-nav {
  padding: var(--px80) 0;
  background: #f2f6f7;
}
@media screen and (max-width: 1000px) {
  .sa-nav .container .sa-c {
    width: 33.333%
  }
}
@media screen and (max-width: 500px) {
  .sa-nav .container .sa-c {
    width: 50%
  }
}

.cus-page .tit {
  font-size: var(--px30);
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

.cus-page .cus-5 {
  padding-bottom: 7%;
}

.cus-page .cus-5 .header {
  margin-top: 93px;
}

.cus-page .cus-5 .header .tit {
  max-width: 500px;
}

.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  margin-top: var(--px100);
}

.cus-page .cus-5 .content {
  margin-top: var(--px74);
  position: relative;
}

.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
  margin: auto;
  width: auto;
}

.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
@media screen and (max-width: 1440px) {
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
}

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

  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
}
@media screen and (max-width: 1000px) {

  .cus-page .cus-5 .header {
    margin-top: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-5 .content {
    margin-top: 30px;
  }

  .cus-page .cus-5 .content .text {
    padding: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}

.news-page {
  padding: 6% 0;
}

.news-page .news-tab ul {
  margin: -6px;
}

.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}

.news-page .news-list {
  margin-top: 70px;
}

.news-page .news-list ul {
  margin: -10px;
}

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

.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: var(--px30);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}

.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 4px var(--px22);
  line-height: 2;
  border-radius: 36px;
}

.news-page .news-list ul li .text .top time {
  line-height: 1.875;
  color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
  font-size: var(--px18);
  height: 90px;
  line-height: 30px;
  font-weight: 500;
  margin-top: var(--px30);
  width: calc(100% - 46px);
}

.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}

.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: relative;
  /*position: absolute;
  bottom: 30px;
  right: 30px;*/
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page {
  padding: 6% 0;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
  width: 73%;
}

.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: var(--px18);
  color: #fff;
  line-height: 2;
  border-radius: 45px;
  padding: 5px var(--px23);
  margin-bottom: var(--px60);
}

.newdet-page .sideBox .sideRight h1 {
  font-size: var(--px36);
  line-height: 1.2;
  font-weight: 500;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  color: #4B4B4B;
  margin: var(--px60) 0;
}

.newdet-page .sideBox .sideRight .content {
  font-size: var(--px18);
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: var(--px30) 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list ul li .text .more2 {
    opacity: 1;
  }
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }

  .news-page .news-list {
    margin-top: 0;
  }

  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }

  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: auto;
  }

  .news-page .news-list ul li .text .more2 {
    margin-top: 20px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px) {

  .news-page .news-list ul li {
    width: 100% !important;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }

  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.seoPublic .Auxil-through a {
  line-height: 1.5;
  height: auto;
  padding: 10px 25px;
}

.contact-page .contact-1 .header .con {
  line-height: 1.5;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}


.contact-page .contact-1 .content ul li .ig .tit {
  line-height: 1.5;
  font-weight: 600;
}

.contact-page .contact-1 .content ul li .ig .icon {
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 60px;
  height: 60px;
  background-color: var(--color);
}

.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover .icon {
  background-color: #141414;
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: calc(0.3125vw + 14px);
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background: #f6f6f6;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-2 .box .form ul li .Hbtn {
  border: none;
}

.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-2 .box .form ul {
    margin: -10px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    height: auto;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


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

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}

.about-page .about-5 {
  z-index: 3;
  position: relative;
  border-radius: var(--px73) var(--px73) 0 0;
  background: white;
}

.about-page .about-5 .ui.container {
  z-index: 2;
}

.about-page .about-5 .content_box {
  background-color: white;
  border-radius: 0 var(--px170) 0 0;
  z-index: 5;
}
.about-page .about-5 .content_box ul li {
  height: 100%;
}
.about-page .about-5 .content_box ul li .box {
  border: 1px solid #c7c7c7;
  padding: var(--px30);
  height: 100%;
}

.about-page .about-5 .content_box ul li .box .icon {
  text-align: center;
}

.about-page .about-5 .content_box ul li .box .icon img {
  margin: auto;
}

.about-page .about-5 .content_box ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}

.about-page .about-5 .content_box .slickDots {
  width: 280px;
  height: 11px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-page .about-5 .content_box .slickDots i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-5 .content_box .slickDots ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.about-page .about-5 .content_box .slickDots ul li {
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  background-color: rgba(195, 13, 35,.2);
  margin: 0;
  border: none;
  border-radius: 0;
}

.seo_form {
  background-color: #efefef;
  border-radius: var(--px70) var(--px70) 0 0;
}

.seo_form form {
  width: 80%;
  margin: auto;
}

.seo_form form input,
.seo_form form textarea {
  border: 1px solid #c7c7c7;
  font-size: var(--px24);
  height: var(--px74);
  min-height: 50px;
  border-radius: 14px;
  padding: 0 var(--px20);
  margin-bottom: var(--px20);
  width: 100%;
}

.seo_form form textarea {
  padding: var(--px20);
  height: var(--px150);
  min-height: 100px;
}

.seo_form form button {
  border: none;
}
@media screen and (max-width: 1000px){
  .seo_form form {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-5 {
    margin-top: 10px;
  }
}

.resource-page .resource-1 {
  border-radius: 73px 73px 0 0;
  background-color: white;
}

.resource-page .resource-1 .top .text {
  max-width: 460px;
  line-height: 1.6;
}

.resource-page .resource-1 ul li {
  margin-bottom: 20px;
}

.resource-page .resource-1 ul li .box {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px 30px;
}

.resource-page .resource-1 ul li .box .more {
  zoom: 0.6;
}

.resource-page .resource-1 ul li .box .more:focus {
  background-color: var(--color) !important;
  outline: 0;
  -webkit-tap-highlight-color: unset !important;
}

.resource-page .resource-1 ul li .box .h3 {
  line-height: 1.3;
  min-height: 72px;
}

.resource-page .resource-1 ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  border: 8px solid #ededed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.resource-page .resource-1 ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}

.resource-page .resource-1 ul .slick-slide>div {
  height: unset !important;
}
@media screen and (max-width: 1450px){
  .resource-page .resource-1 ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px){
  .resource-page .resource-1 .top .text {
    width: 100%;
    text-align: left;
  }

  .resource-page .resource-1 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .resource-page .resource-1 ul li {
    width: 100%;
  }
}

.resource-page .resource-2 {
  background-color: #efefef;
  border-radius: var(--px73) var(--px73) 0 0;
}

.resource-page .resource-2 .top .text {
  line-height: 1.65;
}
@media screen and (max-width: 1000px){
  .resource-page .resource-2 ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .resource-page .resource-2 .top .text {
    width: 100%;
    margin-top: 20px;
  }
  .resource-page .resource-2 .top .left {
    width: 100%;
  }
  .resource-page .resource-2 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px){
  .resource-page .resource-2 ul li {
    width: 100%;
  }
}

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color);
  font-weight:bold;
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(195, 13, 35, 0.5);
  box-shadow: 0 0 20px rgba(195, 13, 35, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 var(--px100);
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 25vw;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: var(--px20);
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}

.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color);
  font-weight:bold;
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  /*text-indent: 36px;*/
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}
@media (max-width: 1000px) {
  .about-page .init-4 .container .content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
}

.product-page .fl {
  display: none;
  margin-bottom: 30px;
  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: var(--px30);
  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;
}

.product-2 .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 20px;
  background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
}

.product-2 .sidebar-info h5 {
  line-height: 1;
  color: #ffffff;
  
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.product-2 .sidebar-info p {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}

.product-2 .sidebar-info .info-tel {
  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;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.product-2 .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.product-2 .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}

.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-left: var(--px20);
  
  text-transform: uppercase;
  line-height: 1.2;
}

.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;
  min-height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.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>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
  color: #FFFFFF;
  background-color: var(--color);
  /*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 .category .catelist>ul>li>a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}*/

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

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active {
  color: #73ae53;
}

.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: 24px auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
  border: none
}

.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: 30px;
}

.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: var(--px20);
  padding: 10px var(--px50);
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  /*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);*/
  box-shadow: 0 0 20px rgba(195, 13, 35, .6);
}
.sider-box .sider-left .quote .form button:hover {
  background-color: #000;
}
.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%;
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: var(--px40);
  margin: 0 -15px;
}

.product_list li {
  padding: var(--px20) 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);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -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;
  opacity: 0;
}

.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product_list h3 {
  margin-top: 15px;
  line-height: 28px;
}
.product_list h3 a:hover {
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a {
    margin: 0 20px
  }
}
@media screen and (max-width: 1250px) {
  .product_list li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-2 {
    margin-top: 0px !important;
  }
  .sider-box .sider-left {
    display: none;
  }

  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {

  .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_list {
    padding: 15px;
  }
  .product_list li {
    width: 100%;
  }
}