@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
: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);
  --color: #ba122b;
}
: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);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  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;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  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;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}


@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;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1710px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
}
#banner .banner-bul {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
}
#banner .banner-bul .bul {
  padding-top: var(--ft44);
  padding-bottom: var(--ft40);
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: var(--ft20);
  display: flex;
  justify-content: space-between;
  padding-left: calc(2.6067vw + 16px);
  padding-right: calc(2.6067vw + 5px);
}
#banner .banner-bul .bul .bli {
  display: flex;
}
#banner .banner-bul .bul .bli .bli-2 {
  margin-left: var(--ft20);
}
#banner .banner-bul .bul .bli .bli-2 .b2-p1 {
  font-weight: 600;
  font-size: var(--ft24);
  color: #2A2A2A;
  line-height: 1.1;
}
#banner .banner-bul .bul .bli .bli-2 .b2-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #2A2A2A;
}
#banner .swiper_banner {
  overflow: hidden;
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  padding-right: 5.16%;
  display: flex;
  justify-content: end;
  bottom: calc(2.6555vw + 15px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide>video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#banner .swiper_banner .swiper-slide::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#banner .swiper_banner .swiper-slide .banner-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(7.8vw + 24px);
  padding-left: 6.2vw;
  z-index: 3
}
#banner .swiper_banner .swiper-slide .banner-text1{
   width: 100%;
  position: absolute;
  left: 0;
  top: calc(4.75vw + 15px);
  z-index: 3
}
#banner .swiper_banner .swiper-slide .banner-text1 .bd1{

font-weight: bold;
font-size: var(--ft60);
color: #2A2A2A;
text-align: center;
line-height: 1.1;
}
#banner .swiper_banner .swiper-slide .banner-text1 .bd2{
text-align: center;
font-weight: 400;
font-size: var(--ft24);
color: #2A2A2A;
line-height: 1.7;
margin-top: 14px;
margin-bottom: var(--ft30);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: 600;
  font-size: var(--ft60);
  color: #FFFFFF;
  line-height: 1.27;
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  margin-top: var(--ft44);
  margin-bottom: var(--px110);
  font-weight: 400;
  font-size: var(--ft24);
  color: #FFFFFF;
}
.sb_btn {
  padding: 0 var(--ft48);
  width: fit-content;
  height: 62px;
  background: #BA122B;
  border-radius: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft20);
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;

}
.sb_btn span{
  position: relative;
  z-index: 3;
}
.sb_btn::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sb_btn:hover::after{
  background: #000;
}
.sb_btn:hover {
  /*background: #000;*/
  color: #fff;
}
.sb_h {
  font-weight: 600;
  font-size: var(--ft40);
  color: #2A2A2A;
  line-height: 1.3;
  position: relative;
}
.sb_h span {
  position: relative;
  z-index: 2;
}
.sb_h p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-65%);
  font-weight: 600;
  font-size: calc(4.479vw + 14px);
  color: rgba(120, 123, 130, 0);
  line-height: 1;
  text-stroke: 2px #BDB4B6;
  opacity: 0.6;
  -webkit-text-stroke: 2px #BDB4B6;
  text-transform: uppercase;
}
.sb_h36 {
  font-weight: 600;
  font-size: var(--ft36);
  color: #2A2A2A;
  line-height: 1.3;
  position: relative;
}
.sb_h36 span {
  position: relative;
  z-index: 2;
}
.sb_h36 p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-65%);
  font-weight: 600;
  font-size: calc(3.4405vw + 14px);
  color: rgba(120, 123, 130, 0);
  line-height: 1;
  text-stroke: 2px #BDB4B6;
  opacity: 0.6;
  -webkit-text-stroke: 2px #BDB4B6;
  text-transform: uppercase;
}
.sb_h32 {
  font-weight: 600;
  font-size: var(--ft32);
  color: #2A2A2A;
  line-height: 1.3;
  position: relative;
}
.sb_h32 span {
  position: relative;
  z-index: 2;
}
.sb_h32 p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-65%);
  font-weight: 600;
  font-size: calc(3.4405vw + 14px);
  color: rgba(120, 123, 130, 0);
  line-height: 1;
  text-stroke: 2px #BDB4B6;
  opacity: 0.6;
  -webkit-text-stroke: 2px #BDB4B6;
  text-transform: uppercase;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 {
  padding-top: calc(9.9vw + 70px);
}
#index-body .init-1 .container .i1-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-1 .container .swiper-i1 {
  padding-left: calc(-2.3955vw - 14px);
  padding-top: calc(2.1885vw + 14px);
  padding-bottom: calc(4.479vw + 10px);
  margin-right: -6.2vw;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide {
  opacity: 0;
  box-shadow: 0px 0px var(--ft60) 0px rgba(0, 0, 0, 0.16);
  border-radius: calc(7.759vw + 1px) 0px calc(7.759vw + 1px) 0px;
  overflow: hidden;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide.my-slide-visible {
  opacity: 1;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide:hover .i1-img img {
  transform: scale(1.05);
}
#index-body .init-1 .container .swiper-i1 .swiper-slide:hover .i1-p {
  background: var(--color);
  color: #FFF;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide .i1-img {
  overflow: hidden;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide .i1-img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-1 .container .swiper-i1 .swiper-slide .i1-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft24);
  color: #2A2A2A;
  padding: var(--ft24) calc(0.415vw + 14px);
}
#index-body .init-2 {
  background: #F9F9F9;
   padding-top: calc(9.9vw + 70px);
}
#index-body .init-2 .container .i2-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-2 .container .swiper-i2 {
  padding-top: var(--ft60);
  overflow: hidden;
  padding-bottom: var(--px100);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide {
  padding-top: var(--ft36);
  background: #FFFFFF;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.06);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-p {
  background: var(--color);
  color: #fff;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-img img {
  transform: scale(1.1);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-img > img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft18);
  color: #2A2A2A;
  text-align: center;
  padding: var(--ft20);
}
#index-body .init-3 {
  padding-top: calc(7.8vw + 23px);
  padding-bottom: calc(5.75vw + 24px);
  background: url(../images/i3-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-3 .city {
  font-weight: 400;
  font-size: 18px;
  color: #BA122B;
}
#index-body .init-3 .container {
  display: flex;
}
#index-body .init-3 .container .i3-l {
  width: 48.33%;
  padding-right: var(--px110);
}
#index-body .init-3 .container .i3-l .i3l-p {
  margin-top: var(--ft36);
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.56;
  margin-bottom: calc(3.959vw + 12px);
}
#index-body .init-3 .container .i3-r {
  width: 51.67%;
  padding-top: calc(3.0725vw + 14px);
}
#index-body .init-3 .container.cc1{
  align-items: flex-end;
}
#index-body .init-3 .container .i3-r.i3r1 {
  width: 51.67%;
  padding-top: calc(1.0725vw + 14px);
}
#index-body .init-4 {
  padding-top: calc(6.77vw + 20px);
  padding-bottom: calc(5.75vw + 20px);
  background: #f3f3f3;
  position: relative;
}
#index-body .init-4 .sb_h {
  display: flex;
  justify-content: center;
}
#index-body .init-4 .sb_h p {
  left: 50%;
  transform: translate(-50%, -65%);
}
#index-body .init-4 .container {
  position: relative;
  z-index: 4;
}
#index-body .init-4 .i4m {
  margin-top: calc(9.9vw + 10px);
  padding: 0 11.82vw;
}
#index-body .init-4 .i4m .i4-b {
  position: relative;
}
#index-body .init-4 .i4m .i4-b .i4-dot {
  width: 26px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .i4m .i4-b .i4-dot:hover .i4dot {
  border: 2px solid var(--color);
  transform: scale(1.3);
}
#index-body .init-4 .i4m .i4-b .i4-dot:hover .i4dot span {
  background: var(--color);
  color: #fff;
}
#index-body .init-4 .i4m .i4-b .i4-dot .i4dot {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 26px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
#index-body .init-4 .i4m .i4-b .i4-dot > .i4dot span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 18px;
  height: 18px;
  background: #999999;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: transparent;
}
#index-body .init-4 .i4m .i4-b .i4-dot.active .i4-main {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 72px 0px rgba(0, 0, 0, 0.1);
  border: 3px solid #F3F3F3;
}
#index-body .init-4 .i4m .i4-b .i4-dot .i4-main {
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 336px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -96%);
  padding: var(--ft30) var(--ft24);
}
#index-body .init-4 .i4m .i4-b .i4-dot .i4-main .i4-o1 {
  display: flex;
  justify-content: center;
}
#index-body .init-4 .i4m .i4-b .i4-dot .i4-main .i4-o2 {
  text-align: center;
  font-weight: 600;
  font-size: var(--ft26);
  color: #2A2A2A;
  line-height: 1.1;
  margin-top: var(--ft16);
  margin-bottom: var(--ft18);
}
#index-body .init-4 .i4m .i4-b .i4-dot .i4-main .i4-o3 {
  text-align: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.44;
  display: none;
}
#index-body .init-4 .i4m .i4-b .i4-dot1 {
  left: 0%;
  top: 20%;
}
#index-body .init-4 .i4m .i4-b .i4-dot2 {
  left: 33%;
  top: 53%;
}
#index-body .init-4 .i4m .i4-b .i4-dot3 {
  left: 66%;
  top: 53%;
}
#index-body .init-4 .i4m .i4-b .i4-dot4 {
  right: 0%;
  top: 20%;
}
#index-body .init-4 #wonder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-4 .waves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#index-body .init-5 {
  display: flex;
}
#index-body .init-5 .i5-l {
  background: url(../images/i5-2.jpg) no-repeat center;
  background-size: cover;
  width: 34.7%;
  padding-left: 6.25vw;
  padding-top: calc(7.8vw + 18px);
}
#index-body .init-5 .i5-l .sb_h p {
  -webkit-text-stroke: 2px #BD1D35;
  opacity: 0.3;
}
#index-body .init-5 .i5-l .sb_h span {
  color: #BD1D35;
}
#index-body .init-5 .i5-l .sb_btn {
  margin-top: var(--ft48);
}
#index-body .init-5 .i5-l .i5lm {
  margin-top: calc(3.1805vw + 14px);
  display: block;
}
#index-body .init-5 .i5-l .i5lm .i5l-o {
  opacity: 1;
  background: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: var(--ft20);
  color: #BD1D35;
  line-height: 1.1;
  padding-top: var(--ft16);
  padding-bottom: var(--ft18);
  padding-left: var(--ft30);
  cursor: pointer;
}
#index-body .init-5 .i5-l .i5lm .i5l-o.active {
  background: #BD1D35;
  color: #fff;
}
#index-body .init-5 .i5-l .i5lm .i5l-o.swiper-pagination-bullet-active {
  background: #BD1D35;
  color: #fff;
}
#index-body .init-5 .i5-r {
  width: 65.3%;
  position: relative;
}
#index-body .init-5 .i5-r .i5l-ob {
  position: absolute;
  top: 5.6vw;
  right: 6.25vw;
  z-index: 6;
  display: flex;
}
#index-body .init-5 .i5-r .i5l-ob .btn5 {
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-r .i5l-ob .btn5 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-r .i5l-ob .btn5:hover {
  background: var(--color);
}
#index-body .init-5 .i5-r .i5l-ob .btn5:hover img {
  filter: brightness(0) invert(1);
}
#index-body .init-5 .i5-r .i5l-ob .btn5_r {
  transform: rotate(180deg);
}
#index-body .init-5 .i5-r-c {
  overflow: hidden;
  width: 100%;
}
#index-body .init-7 {
  padding-top: calc(8.752vw + 11px);
  padding-bottom: var(--px145);
}
#index-body .init-7 .sb_h {
  text-align: center;
}
#index-body .init-7 .sb_h p {
  left: 50%;
  transform: translate(-50%, -65%);
}
#index-body .init-7 .sb_h span {
  text-align: center;
}
#index-body .init-7 .swiper-i7 {
  margin-top: var(--px70);
  overflow: hidden;
}
#index-body .init-7 .swiper-i7 .swiper-slide {
  position: relative;
}
#index-body .init-7 .swiper-i7 .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #dee3e0;
  left: -3.5vw;
  top: 0;
}
#index-body .init-7 .swiper-i7 .swiper-slide:hover .i7-h {
  color: var(--color);
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: calc(0.415vw + 14px);
  color: #2A2A2A;
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-p {
  margin-top: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.44;
  margin-bottom: calc(4.1667vw + 18px);
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-b .time {
  font-weight: 600;
  font-size: 14px;
  color: #6E6E6E;
}
#index-body .init-6 {
  padding-top: calc(9.38vw + 18px);
  padding-bottom: calc(5.21vw + 18px);
  background: url(../images/i6-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-6 .sb_h p {
  left: 50%;
  transform: translate(-50%, -65%);
}
#index-body .init-6 .sb_h {
  text-align: center;
}
#index-body .init-6 .i6-m {
  display: flex;
  justify-content: center;
}
#index-body .init-6 .i6-m .i6-c {
  width: auto !important;
  padding: 0;
}
#index-body .init-6 .i6-m1 {
  margin-top: var(--ft62);
}
#index-body .init-6 .i6-m2 {
  margin-top: -4vw;
}
#index-body .init-6 .i6-m3 {
  margin-top: -6vw;
}
#index-body .init-3 .container .content .cont {
  width: 100%;
  margin: auto;
  width: 867px;
  height: 410px;
}
#index-body .init-3 .container .content .cont .img {
  width: 100%;
}
#index-body .init-3 .container .content .cont .listC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .container .content .cont .listC .list {
  z-index: 1;
}
#index-body .init-3 .container .content .cont .listC .list .cirC {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
  box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
}
#index-body .init-3 .container .content .cont .listC .list .cirC .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-3 .container .content .cont .listC .list .cirC .lingC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .container .content .cont .listC .list .cirC .lingC .ling {
  width: 100%;
  background-color: var(--color);
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: ks2 3s linear infinite;
  -moz-animation: ks2 3s linear infinite;
  -o-animation: ks2 3s linear infinite;
  animation: ks2 3s linear infinite;
}
#index-body .init-3 .container .content .cont .listC .list .cirC .lingC .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-3 .container .content .cont .listC .list .info {
  width: 220px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}
#index-body .init-3 .container .content .cont .listC .list .info img {
  width: 100%;
}
#index-body .init-3 .container .content .cont .listC .list .info .text {
  font-weight: 600;
}
#index-body .init-3 .container .content .cont .listC .list .city {
  white-space: nowrap;
  z-index: 1;
}
#index-body .init-3 .container .content .cont .listC .list:hover {
  z-index: 2;
}
#index-body .init-3 .container .content .cont .listC .list:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-3 .container .content .cont .listC .list1 {
  left: 8%;
  top: 13%;
}
#index-body .init-3 .container .content .cont .listC .list1 .city {
  left: 0;
  top: 0;
  transform: translate(-76%, -86%);
}
#index-body .init-3 .container .content .cont .listC .list2 {
  left: 26%;
  top: 10%;
}
#index-body .init-3 .container .content .cont .listC .list2 .city {
  left: 0;
  top: 0;
  transform: translate(-40%, -86%);
}
#index-body .init-3 .container .content .cont .listC .list3 {
  left: 76%;
  top: 30%;
}
#index-body .init-3 .container .content .cont .listC .list3 .city {
  left: 0;
  top: 0;
  transform: translate(22%, 2%);
}
#index-body .init-3 .container .content .cont .listC .list4 {
  left: 40%;
  top: 33%;
}
#index-body .init-3 .container .content .cont .listC .list4 .city {
  left: 0;
  top: 0;
  transform: translate(27%, -41%);
}
#index-body .init-3 .container .content .cont .listC .list5 {
  left: 40%;
  top: 39%;
}
#index-body .init-3 .container .content .cont .listC .list5 .city {
  left: 0;
  top: 0;
  transform: translate(43%, 4%);
}
#index-body .init-3 .container .content .cont .listC .list6 {
  left: 40%;
  top: 69%;
}
#index-body .init-3 .container .content .cont .listC .list6 .city {
  left: 0;
  top: 0;
  transform: translate(32%, 2%);
}
#index-body .init-3 .container .content .cont .listC .list7 {
  left: 31%;
  top: 35%;
}
#index-body .init-3 .container .content .cont .listC .list7 .city {
  top: 20px;
  left: 20px;
}
#index-body .init-3 .container .content .cont .listC .list8 {
  left: 45%;
  top: 30%;
}
#index-body .init-3 .container .content .cont .listC .list9 {
  left: 52%;
  top: 17%;
}
#index-body .init-3 .container .content .cont .listC .list10 {
  left: 51%;
  top: 35%;
}
#index-body .init-3 .container .content .cont .listC .list11 {
  left: 51%;
  top: 68%;
}
#index-body .init-3 .container .content .cont .listC .list11 .city {
  top: 30px;
  left: -10px;
}
#index-body .init-3 .container .content .cont .listC .list12 {
  left: 68%;
  top: 8%;
}
#index-body .init-3 .container .content .cont .listC .list12 .city {
  top: -12px;
  left: 54px;
}
#index-body .init-3 .container .content .cont .listC .list13 {
  left: 73%;
  top: 28%;
}
#index-body .init-3 .container .content .cont .listC .list13 .city {
  top: -12px;
  left: -60px;
}
#index-body .init-3 .container .content .cont .listC .list14 {
  left: 77%;
  top: 9%;
}
#index-body .init-3 .container .content .cont .listC .list15 {
  left: 81.5%;
  top: 30%;
}
#index-body .init-3 .container .content .cont .listC .list15 .info {
  right: 0;
}
#index-body .init-3 .container .content .cont .listC .list16 {
  left: 86%;
  top: 68%;
}
#index-body .init-3 .container .content .cont .listC .list16 .city {
  top: 24px;
  left: 16px;
}
#index-body .init-3 .container .content .cont .listC .list16 .info {
  right: 0;
}
#index-body .init-3 .container .content .cont .listC .list17 {
  left: 91%;
  top: 68%;
}
#index-body .init-3 .container .content .cont .listC .list17 .info {
  right: 0;
}
#index-body .init-3 .container .content .cont .listC .logo {
  width: 19%;
  right: -5%;
  top: 28%;
}
@media (max-width: 1700px) {
  #index-body .init-3 .container .content .cont {
    zoom: 0.8;
  }
}
@media (max-width: 1250px) {
  #index-body .init-3 .container .content .cont {
    zoom: 0.6;
  }
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #292929;
}
#footer .ftt {
  border-bottom: 1px solid rgba(231, 231, 231, 0.5);
}
#footer .ftt .container {
  display: grid;
  grid-template-columns: 477fr 500fr  703fr;
}
#footer .ftt .container .fttcr {
  border-right: 1px solid rgba(231, 231, 231, 0.5);
}
#footer .ftt .container .fttc {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  padding-top: var(--ft60);
  padding-bottom: calc(2.0925vw + 15px);
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(231, 231, 231, 0.5);
  line-height: 1.625;
}
#footer .ftt .container .fttc .ftt-t1 {
  width: 53%;
}
#footer .ftt .container .fttc .fttcv {
  margin-right: var(--ft18);
  width: 61px;
  height: 61px;
  background: #BA122B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .ftb {
  padding-top: var(--px80);
  padding-bottom: var(--px70);
}
#footer .ftb .container {
  display: flex;
  justify-content: space-between;
}
#footer .ftb .container .fb-c .fb-h {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: var(--ft30);
}
#footer .ftb .container .fb-c .fb-li1 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
}
#footer .ftb .container .fb-c form {
  margin-top: var(--ft24);
  width: 323px;
}
#footer .ftb .container .fb-c form .mt-11 {
  position: relative;
}
#footer .ftb .container .fb-c form .mt-11 .hl_all {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 40px;
  background: #BA122B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
#footer .ftb .container .fb-c form .mt-11 .hl_all:hover {
  background: #000;
}
#footer .ftb .container .fb-c form input {
  padding-left: var(--ft18);
  padding-right: 50px;
  width: 323px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
#footer .ftb .container .fb-c form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
#footer .ftb .container .fb-c .fb-li {
  margin-bottom: var(--ft16);
  font-weight: 400;
  font-size: var(--ft16);
  color: #B0B0B0;
  line-height: 1.4;
}
#footer .ftb .share {
  display: flex;
  margin-top: var(--ft30);
}
#footer .ftb .share a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 6px;
  display: flex;
  width: 47px;
  height: 47px;
  background: #253746;
  justify-content: center;
  align-items: center;
  font-size: var(--ft20);
  color: #fff;
}
#footer .ftb .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  border-top: 1px solid rgba(231, 231, 231, 0.2);
}
#footer .copyright .container {
  padding-top: 13px;
  padding-bottom: 13px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #b2b2b2;
  position: relative;
  vertical-align: bottom;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  top: 0;
  color: #b2b2b2;
}
@media (max-width: 1800px) {
  #index-body .init-6 .i6-m .i6-c {
  width: 16.6% !important;
  padding: 0;
}

  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1450px) {
 
}
#index-body .init-5 .i5-r-c {
  height: 100%;
}
#index-body .init-5 .i5-r-c .swiper-i5 {
  height: 100%;
}
#index-body .init-5 .i5-r-c .swiper-i5 .swiper-slide {
  height: 100%;
}
#index-body .init-5 .i5-r-c .swiper-i5 .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1250px) {
  #banner .swiper_banner .swiper-slide>video{
  width: 100%;
  height: auto;
  object-fit: cover;
}
  #index-body .init-7 .swiper-i7 .swiper-slide::after {
    display: none;
  }
  #index-body .init-5 .i5-l {
    padding-left: 15px;
  }
  #index-body .init-4 .i4m {
    zoom: 0.8;
  }
  #index-body .init-4 .sb_h {
    margin-bottom: calc(12.5vw + 40px);
  }
  .fb-c1250 {
    display: none;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper_banner .swiper-slide .banner-text {
    bottom: var(--ft20);
  }
  #index-body .init-4 .sb_h {
    margin-bottom: calc(2.5vw + 40px);
  }
  #index-body .init-4 .i4m {
    zoom: 0.5;
  }
  #index-body .init-1 .container .swiper-i1 {
    margin-right: 0;
  }
  #index-body .init-1 {
    padding-top: var(--px140);
  }
  #banner .banner-bul {
    opacity: 1;
    transform: translateY(0);
    margin-top: var(--ft30);
  }
  #banner .banner-bul .bul .bli {
    width: 50%;
    margin-bottom: var(--ft20);
  }
  #banner .banner-bul {
    position: static;
  }
  #banner .banner-bul .bul {
    flex-wrap: wrap;
  }
  #footer .ftb .container .fb-c .fb-h {
    padding-top: var(--ft24);
  }
  #footer .ftb .container {
    flex-wrap: wrap;
  }
  #footer .ftt .container .fttc {
    border-right: 1px solid rgba(231, 231, 231, 0.5);
  }
  #footer .ftt .container {
    grid-template-columns: 1fr;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .init-4 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .swiper_banner .swiper-slide .banner-text .bt2 {
    margin-top: var(--ft20);
    margin-bottom: var(--ft20);
  }
  #banner .swiper_banner .swiper-slide > video {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  #index-body .init-5 .i5-l {
    padding-bottom: var(--ft30);
  }
  #index-body .init-5 {
    flex-wrap: wrap;
  }
  #index-body .init-5 > div {
    width: 100% !important;
  }
  #index-body .init-1 .container .i1-t,
  #index-body .init-2 .container .i2-t {
    flex-wrap: wrap;
  }
  #banner .banner-bul .bul .bli {
    width: 100%;
    margin-bottom: var(--ft20);
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #footer .ftb .container .fb-c form,
  #footer .ftb .container .fb-c form input,
  #footer .ftb .container .fb-cf {
    width: 100%;
  }
}
.page-header02 {
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
  #menuFull ~ #banner,
  #menuFull ~ #indexMobileBanner,
  #menuFull ~ #innerMobileBanner,
  #menuFull ~ .inner-banner,
  .mobile-menu-wrap01 ~ #banner,
  .mobile-menu-wrap01 ~ #indexMobileBanner,
  .mobile-menu-wrap01 ~ #innerMobileBanner,
  .mobile-menu-wrap01 ~ .inner-banner {
    margin-top: 60px !important;
  }
}
.page-header02 {
  display: none;
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
}
.inner-banner {
  margin-top: 125px;
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #333333;
  opacity: 0.05;
  line-height: 1;
  margin-bottom: -15px;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  border: solid 1px rgba(51, 51, 51, 0.5);
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
}
.inner-banner .box2 .mbx {
  font-size: 14px;
  margin-top: 25px;
  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;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.so-page .s1-h1 {
  font-weight: bold;
  font-size: var(--ft44);
  color: #2A2A2A;
  line-height: 1.1;
}
.so-page .s1-h1 span {
  position: relative;
}
.so-page .s1-h1 span b {
  position: relative;
  z-index: 2;
}
.so-page .s1-h1 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px;
  background: #BA122B;
  bottom: 8px;
  left: 0;
  z-index: 0;
}
.so-page .so-1 {
  padding-bottom: calc(6.25vw + 20px);
}
.so-page .so-1 .container .s1-p3 {
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.7;
}
.so-page .so-1 .container .s1-p3 span {
  width: 5px;
  height: 5px;
  background: #2A2A2A;
  border-radius: 50%;
  margin-top: 13px;
  margin-right: var(--ft26);
}
.so-page .so-1 .container .s1m {
  display: flex;
  align-items: center;
}
.so-page .so-1 .container .s1m > div {
  width: 50%;
}
.so-page .so-1 .container .s1m .s1-l {
  padding-right: var(--ft62);
}
.so-page .so-1 .container .s1m .s1-h1 {
  font-weight: bold;
  font-size: var(--ft44);
  color: #2A2A2A;
  line-height: 1.1;
}
.so-page .so-1 .container .s1m .s1-p1 {
  font-weight: 600;
  font-size: var(--ft24);
  color: #2A2A2A;
  margin-top: var(--ft38);
  margin-bottom: var(--ft26);
}
.so-page .so-1 .container .s1m .s1-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.7;
}
.so-page .so-1 .container .s1m1 {
  display: flex;
  align-items: center;
}
.so-page .so-1 .container .s1m1 > div {
  width: 50%;
}
.so-page .so-1 .container .s1m1 .s1-l {
  padding-left: 4.17vw;
}
.so-page .so-1 .container .s1m1 .s1-h1 {
  font-weight: bold;
  font-size: var(--ft44);
  color: #2A2A2A;
  line-height: 1.1;
}
.so-page .so-1 .container .s1m1 .s1-h1 span {
  position: relative;
}
.so-page .so-1 .container .s1m1 .s1-h1 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px;
  background: #BA122B;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.so-page .so-1 .container .s1m1 .s1-p1 {
  font-weight: 600;
  font-size: var(--ft24);
  color: #2A2A2A;
  margin-top: var(--ft38);
  margin-bottom: var(--ft26);
}
.so-page .so-1 .container .s1m1 .s1-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.7;
}
.so-page .so-111 {
  padding-top: calc(6.77vw + 20px);
  padding-bottom: var(--px120);
}
.so-page .so-122 {
  padding-top: var(--px145);
  padding-bottom: var(--px130);
}
.so-page .so-2 {
  padding-top: var(--px90);
  padding-bottom: var(--px120);
  background: #f9f9f9;
}
.so-page .so-2 .swiper-so2 {
  overflow: hidden;
  padding-top: calc(6.77vw + 30px);
}
.so-page .so-2 .swiper-so2 .swiper-slide {
  padding: calc(4.059vw + 14px) var(--ft30) var(--ft62);
  background: #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.so-page .so-2 .swiper-so2 .swiper-slide .so2-h {
  font-weight: bold;
  font-size: var(--ft34);
  color: #757575;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.so-page .so-2 .swiper-so2 .swiper-slide:hover {
  background: var(--color);
}
.so-page .so-2 .swiper-so2 .swiper-slide:hover .so2-h {
  color: #FFFFFF;
}
.so-page .so-2 .swiper-so2 .swiper-slide:hover .so2-p1 {
  color: #fff;
}
.so-page .so-2 .swiper-so2 .swiper-slide:hover .so2-m {
  transform: translateY(0);
}
.so-page .so-2 .swiper-so2 .swiper-slide:hover .so2-p2 {
  opacity: 1;
}
.so-page .so-2 .swiper-so2 .swiper-slide .so2-m {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(70%);
}
.so-page .so-2 .swiper-so2 .swiper-slide .so2-p1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #2A2A2A;
  line-height: 1.48;
  margin-top: var(--px100);
  margin-bottom: var(--ft36);
}
.so-page .so-2 .swiper-so2 .swiper-slide .so2-p2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.7;
}
.so-page .so-2 .swiper-so2 .swiper-slide:nth-of-type(odd) {
  transform: translateY(calc(-3.1267vw - 20px));
}
.so-page .so-3 {
  padding-top: var(--px100);
  padding-bottom: var(--px120);
  background: #f9f9f9;
}
.so-page .so-3 .so3-m {
  margin-top: var(--ft62);
  display: flex;
  justify-content: space-between;
}
.so-page .so-3 .so3-m .so3-c {
  border: 1px solid #BA122B;
  position: relative;
  width: 11.9%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.so-page .so-3 .so3-m .so3-c .so3-t {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: var(--ft30) calc(3.1805vw + 14px) var(--ft30) calc(4.65vw + 15px);
  font-weight: 400;
  font-size: var(--ft20);
  color: #2A2A2A;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.so-page .so-3 .so3-m .so3-c .s3-tap {
  font-weight: 400;
  font-size: var(--ft20);
  color: #2A2A2A;
  position: absolute;
  right: var(--ft16);
  bottom: var(--ft26);
}
.so-page .so-3 .so3-m .so3-c.active {
  width: 39.64%;
}
.so-page .so-3 .so3-m .so3-c.active .so3-t {
  padding: var(--ft30) var(--px70);
  -webkit-writing-mode: unset;
  writing-mode: unset;
}
.so-page .init-2 .container .swiper-i2 {
  padding-bottom: 0 !important;
}
.so-page .init-2 {
  padding-top: var(--px100) !important;
  padding-bottom: var(--px110) !important;
}
@media screen and (max-width: 1250px) {
  .so-page .so-3 .so3-m .so3-c .so3-t {
    padding: var(--ft30) 30px 30px var(--ft32);
  }
  .so-page .so-1 .container .s1m {
    margin-bottom: var(--ft50);
  }
}
@media screen and (max-width: 1000px) {
  .so-page .so-1 .container .s1m1 .s1-h1 span::before,
  .so-page .s1-h1 span::before {
    height: 4px;
  }
  .so-page .so-1 .container .s1m .s1-h1 span::before {
    height: 4px;
  }
  .s1-h1 span::before {
    height: 4px;
  }
}
@media screen and (max-width: 700px) {
  .so-page .so-3 .so3-m {
    flex-wrap: wrap;
  }
  .so-page .so-3 .so3-m > div {
    width: 100% !important;
    margin-bottom: var(--ft20);
  }
  .so-page .so-3 .so3-m > div .so3-t {
    padding: var(--ft30) var(--ft30) !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
  }
  .so-page .so-1 .container .s1m .s1-l {
    padding-right: 0;
  }
  .so-page .so-1 .container .s1m > div,
  .so-page .so-1 .container .s1m1 > div {
    margin-bottom: var(--ft26);
  }
  .so-page .so-1 .container .s1m1 .s1-l {
    padding-left: 0;
  }
  .so-page .so-1 .container .s1m,
  .so-page .so-1 .container .s1m1 {
    flex-wrap: wrap;
  }
  .so-page .so-1 .container .s1m > div,
  .so-page .so-1 .container .s1m1 > div {
    width: 100%;
  }
  .so-page .so-1 .container .s1m1 {
    flex-wrap: wrap-reverse;
  }
}
body,
html {
  overflow: unset;
}
.gy-page {
  overflow: unset;
}
.gy-page .g1 {
  padding-top: calc(4.65vw + 18px);
  padding-bottom: calc(5.21vw + 16px);
}
.gy-page .g1 .g1-h {
  font-weight: 600;
  font-size: var(--ft24);
  color: #2A2A2A;
  line-height: 1.2;
  margin-top: var(--ft26);
  margin-bottom: var(--ft36);
}
.gy-page .g1 .g1-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.6;
}
.gy-page .g1 .g1-img {
  margin-top: calc(4.1667vw + 16px);
}
.gy-page .g1 .g1-img img {
  border-radius: 20px;
}
.gy-page .g2-p1 {
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.7;
}
.gy-page .g2-p1 span {
  width: 5px;
  height: 5px;
  background: #2A2A2A;
  border-radius: 50%;
  margin-top: 13px;
  margin-right: var(--ft26);
}
.gy-page #index-body .init-3 {
  background: #f8f8f8 !important;
  padding-top: calc(6.77vw + 30px);
  padding-bottom: var(--px100);
}
.gy-page #index-body .init-3 .container .i3-r {
  padding-top: 0;
}
.gy-page #index-body .init-3 .container .i3-l {
  padding-right: var(--ft62);
}
.gy-page .g2 {
  padding-top: calc(5.519vw + 14px);
  padding-bottom: calc(7.8vw + 6px);
}
.gy-page .g2 .container {
  display: flex;
  justify-content: space-between;
}
.gy-page .g2 .container .g2_l {
  width: 47.24%;
}
.gy-page .g2 .container .g2_r {
  padding-left: 6.25vw;
  padding-top: var(--ft40);
  width: 52.76%;
}
.gy-page .g2 .container .g2_r .sb_h32 {
  margin-bottom: var(--ft50);
}
.gy-page .g3 {
  overflow: unset;
  padding-top: calc(6.77vw + 30px);
  padding-bottom: var(--px100);
  background: url(../images/ao3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.gy-page .g3 .sb_h32 {
  font-weight: 600;
  font-size: calc(2.0835vw + 14px);
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.gy-page .g3 .sb_h32 span {
  position: relative;
  z-index: 2;
}
.gy-page .g3 .sb_h32 p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-55%);
  font-weight: 600;
  font-size: calc(3.4405vw + 14px);
  color: rgba(120, 123, 130, 0);
  line-height: 1;
  text-stroke: 2px #fff;
  opacity: 0.2;
  -webkit-text-stroke: 2px #fff;
  text-transform: uppercase;
}
.gy-page .g3 .container {
  overflow: unset;
  display: flex;
}
.gy-page .g3 .container > div {
  width: 50%;
  height: fit-content;
}
.gy-page .g3 .container .g3-l {
  position: sticky;
  top: 158px;
}
.gy-page .g3 .container .g3-r {
  padding-left: calc(3.65vw + 14px);
}
.gy-page .g3 .container .g3-r .g3-c {
  padding: var(--ft60) var(--ft50) var(--ft50);
  background: rgba(255, 255, 255, 0.3);
  border-radius: var(--ft20);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
  margin-bottom: var(--ft44);
  opacity: 0.5;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gy-page .g3 .container .g3-r .g3-c.active{
  opacity: 1;
}
@media (max-width: 1000px) {
  .gy-page .g3 .container {
    flex-wrap: wrap;
  }
  .gy-page .g3 .container > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .gy-page .g3 .container .g3-r {
    margin-top: var(--ft36);
  }
  .gy-page .g3 .container .g3-l {
    position: static;
  }
  #index-body .init-3 .container {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container > div {
    width: 100% !important;
    padding: 0 !important;
  }
}
.gy-page .g2-p1 span {
  flex: 0 0 5px;
}
@media (max-width: 700px) {
  .gy-page .g2 .container .g2_r {
    margin-top: 28px;
  }
  .gy-page .g2 .container {
    flex-wrap: wrap;
  }
  .gy-page .g2 .container > div {
    width: 100% !important;
    padding: 0 !important;
  }
  #index-body .init-3 .container .content .cont {
    zoom: 0.4;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .container .content .cont {
    zoom: 0.3;
  }
}
/*、、、、、、、、、、、、、、、、、、、、、*/
.news-page .news-1 {
    padding: 0 0 50px;

}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    /*height: 4.8em;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    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;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
table tr:nth-child(odd) {
    background: #f3f3f3
}
table td, table th{
  min-width: 200px
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 1.7;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-page .slideBarBox .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);*/
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit .more{
  border: none
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.inner-page .slideBarBox .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;
}

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


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}
.inner-page .slideBarBox .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  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(3, 110, 184, .6);
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .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;
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/siboasisport/2026/05/09/njciofyq1778318439.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .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;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .inner-page .slideBarBox .sider-left  .sidebar-info{
    padding: 45px 20px; 
  }
  .inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .inner-page .slideBarBox .slideBarRight{
    width: 100%
  }
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.inner-page a.btn {
  font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 60px;
  display: inline-block;
  font-weight: 500;
  color: white;
      border-radius: 30px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}*/
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 20px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
  
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
  
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
    
   
}
@media screen and (max-width: 700px) {
     
    
    .newdet-page{
      padding: 30px 0 10px 0;
    }
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 22px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
   
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}

.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}
.factory-page {
  padding: 0 0 var(--px100);
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.faq-page {
  /*padding-top: 39px;*/
  background-color: #faf9f9;
}
.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
  padding-bottom: 6%;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 7%;
  padding-top: 7%;
  margin-bottom: 5%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type='text'] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type='text']::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type='text']:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type='text']::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type='text']:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type='text']::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type='submit'] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-3 .search form input[type='submit']:hover {
  background-position-x: 30px;
  color: var(--color);
  border-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type='text'] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type='submit'] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
  border-radius: 20px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
  border-radius: 20px;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: 0.8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: var(--px90) 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
  .faq-page .marginBox .box .right .list ul li span.title i {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
  max-width: 320px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}
.project-page{
  padding: 0 0 100;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .right .cont{
  height: 365px;
  overflow-y: auto
}
@media screen and (max-width: 1000px) {
  .jectdet-page .sidebar-box .content .right .cont{
    max-height: calc(1.5em * 10);
  }
} 
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.seoPublic .news .text a{
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 1000px){
  .honor-page .init-1 .container .left .listC .list{
    width: 45%;
  }
  .jectdet-page .sidebar-box .content .right{
    margin-top: 30px;
  }
}
.pr {
    position: relative;
}
#index-body .product {
  background: #f7f7f7;
}
#index-body .product .bottom {
  position: relative;
}
#index-body .product .bottom ul li .box {
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
}
#index-body .product .bottom ul li .box .img {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .product .bottom ul li .box .img img {
  width: auto;
  max-height: 100%;
}
#index-body .product .bottom ul li .box .btn {
  height: 76px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  line-height: 30px;
  color: #000
}
#index-body .product .bottom ul li .box .btn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
     line-height: 30px; 
}
#index-body .product .bottom ul li .box .btn .p {
  width: 35px;
  height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom ul li .box .btn .p img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}
#index-body .product .bottom ul li .box:hover .btn {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .bottom ul li .box:hover .btn .p {
  background: #ffffff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#index-body .product .bottom ul li .box:hover .btn .p img {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .bottom .slickBtn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}
#index-body .product .bottom .slickBtn div {
  width: 51px;
  height: 51px;
  color: #bababa;
  border: solid 1px #bababa;
  background: none;
  line-height: 1;
  padding-top: 4px;
}
#index-body .product .bottom .slickBtn div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .more_btn {
  text-align: center;
}
@media screen and (max-width: 1450px){
    #index-body .product .bottom ul li .box .btn {
    height: auto;
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1000px){
    #index-body .product .bottom .slickBtn {
    display: none;
  }
}
#index-body .smt {
  height: 35px;
  border-radius: 17px;
  border: solid 1px #333333;
  color: #666666;
  line-height: 35px;
  padding: 0 26px;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 500px){
    #index-body .smt {
    zoom: 0.7;
  }
}
.lh-1 {
    line-height: 1;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.factory-c-page .factory-2 .box {
  background-color: #f5f5f5;
}
.factory-c-page .factory-2 .box .slide .box2 {
  padding: 5%;
}
.factory-c-page .factory-2 .box .slide .box2 .text {
  line-height: 1.6;
}
.factory-c-page .factory-2 .box .slide .box2 .text p i {
  color: var(--color);
  margin-right: .5em;
  font-size: 1.3em;
}
.bespoke-page .factory-2 {
  padding: 0;
}
.bespoke-page .factory-2 .ui {
  padding: 0 60px 0 80px;
}
.bespoke-page .factory-2 .right ul li {
  padding: 0;
}
.bespoke-page .factory-2 .right .slick-active {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.bespoke-page .factory-2 .right .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  zoom: 1;
}
.bespoke-page .factory-2 .right .slick-center {
  zoom: 1.2;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bespoke-page .factory-2 .right .slick-center + .slick-active {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.bespoke-page .factory-2 .right {
  padding: 0 100px 80px;
}
.bespoke-page.qualitys .customer-2 .ui {
  margin-top: 0;
  margin-bottom: 80px;
}
.bespoke-page .factory-3 {
  background: #fff;
}
.bespoke-page .factory-5 .left ul li + li {
  margin-top: 10px;
}
.bespoke-page .factory-5 .ui .right img {
  margin: 0 0 0 auto;
  display: block;
}
.bespoke-page .factory-3 .top {
  font-weight: bold;
  font-size: 26px;
}
.bespoke-page .factory-3 .bottom .list ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bespoke-page .factory-3 .bottom .list ul li {
  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;
}
.bespoke-page .factory-3 .bottom .list ul li i {
  margin-right: 20px;
  width: 60px;
}
.bespoke-page .factory-3 .bottom .list ul li i img {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.bespoke-page .factory-3 .bottom .list ul li .t1 {
  font-size: 20px;
  font-weight: bold;
}
.bespoke-page .factory-3 .bottom .list ul li p {
  font-size: 16px;
  color: #666666;
}
.bespoke-page .factory-3 .bottom .list ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
.bespoke-page .factory-3 .bottom .list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bespoke-page .factory-6 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bespoke-page .factory-6 .box > div {
  width: 48%;
  position: relative;
}
.bespoke-page .factory-6 .box > div .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}
.bespoke-page .factory-6 .box > div .text .t1 {
  font-size: 20px;
  font-weight: bold;
}
.bespoke-page .factory-6 .box > div .text .cont {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 10px;
}
.bespoke-page .factory-6 .box > div:hover .text .cont {
  height: 8em;
  overflow-y: auto;
}
.bespoke-page .factory-7 .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 5%;
}
.bespoke-page .factory-7 .smt {
  max-width: 810px;
  margin: 0;
  margin-top: 20px;
}
.bespoke-page .factory-7 form {
  margin-top: 40px;
}
.bespoke-page .factory-7 form textarea {
  width: 100%;
  height: 226px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px;
}
.bespoke-page .factory-7 form input {
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 1em;
  margin-top: 30px;
}
.bespoke-page .factory-7 form .submit {
  width: 141px;
  height: auto;
  background-color: var(--color);
  /*border-radius: 3em;*/
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bespoke-page .factory-7 form .submit:hover {
  color: var(--color);
  background: #fff;
  border: solid 1px var(--color);
}
@media screen and (max-width: 1200px) {
  .bespoke-page .factory-6 .box > div .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .bespoke-page .factory-6 {
    display: none;
  }
}
.bespoke-page .factory-4 {
  border-radius: 40px;
  overflow: hidden;
  padding: var(--px100) 0;
}
.bespoke-page .factory-4 .box {
  padding: 5%;
  background-color: white;
}
.bespoke-page .factory-4 .top {
  height: 460px;
  background: url(/siboasisport/2026/05/11/technology-12.jpg) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .factory-4 .top span.h2 {
  color: white;
}
.bespoke-page .factory-4 .bottom .list {
  margin-top: 50px;
}
.bespoke-page .factory-4 .bottom .list ul {
  margin-right: -40px;
}
.bespoke-page .factory-4 .bottom .list ul li {
  padding: 10px;
  padding-right: 40px;
}
.bespoke-page .factory-4 .bottom .list ul li span.h6 {
  line-height: 1.2;
}
.bespoke-page .factory-4 .bottom .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 55px;
}
.bespoke-page .factory-4 .bottom .list ul li .box p {
  height: 6em;
  overflow-y: auto;
}
.bespoke-page .factory-4 .bottom .list ul li .box .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.bespoke-page .factory-4 .bottom .list i {
  width: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  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;
}
.bespoke-page .factory-4 .bottom .list i img {
  vertical-align: middle;
}
.bespoke-page .factory-5 {
  padding: var(--px100) 0;
  text-align: left;
}
.bespoke-page .factory-5 .left ul li + li {
  margin-top: 1em;
}
.bespoke-page .factory-3 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.bespoke-page .factory-3 .right .slick-slide {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.bespoke-page .factory-3 .right .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bespoke-page .factory-3 .right ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .bespoke-page .factory-6 .box > div .text .cont {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px){
   .bespoke-page .factory-3 .right .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bespoke-page .factory-3 .right ul {
    margin: -10px;
  }
  .bespoke-page .factory-3 .right ul li {
    padding: 10px;
  }
  .bespoke-page .factory-3 .right {
    padding: 3%;
  }
  .bespoke-page .factory-4 .top {
    height: 200px;
    padding-top: 10%;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .factory-7 {
    padding-top: 0;
  }
  .bespoke-page .factory-5 {
    padding: 60px 0;
  }
  .bespoke-page .factory-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bespoke-page .factory-3 .box .left {
    width: 100%;
  }
  .bespoke-page .factory-3 .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   .bespoke-page .factory-4 .bottom .list ul li {
    padding: 10px;
    width: 100%;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
  .bespoke-page .factory-4 .bottom .list {
    margin-top: 0;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    margin-right: 0;
  }
  .bespoke-page .factory-7 form textarea {
    height: 160px;
  }
}
.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}



.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #ba122b url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #ba122b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: none;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
}
@media screen and (max-width: 700px) {
   /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;

}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}
.about-page .about-4 {
  position: relative;
  z-index: 1;
}
.about-page .about-4 .about-4-bg {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.about-page .about-4 .container {
  z-index: 2;
  position: relative;
}
.about-page .about-4 .container .swiper-about {
  position: relative;
  height: 709px;
}
.about-page .about-4 .container .about-history {
  height: 709px;
  overflow-y: auto;
  position: relative;
}
.about-page .about-4 .container .about-history .about-history-m {
  display: flex;
  height: calc(709px / 4);
}
.about-page .about-4 .container .about-history .about-history-m > div {
  flex: 1;
}
.about-page .about-4 .container .about-history .about-history-m .about-history-c {
  display: flex;
  justify-content: space-between;
}
.about-page .about-4 .container .about-history .about-history-c2 {
  margin-top: 68px;
}
.about-page .about-4 .container .about-history .about-history-c1 {
  margin-top: 44px;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) {
  position: relative;
  text-align: right;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #06adfe;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  z-index: 5;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  opacity: 0.2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.5s;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n):hover .about-dot::after {
  transform: scale(1);
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c1 {
  margin-right: 20px;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c2 {
  width: 219px;
  height: 41px;
  background: url(../images/about-4-l.png);
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c {
  display: flex;
  justify-content: flex-end;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
  position: relative;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #06adfe;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  z-index: 5;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  opacity: 0.2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.5s;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1):hover .about-dot::after {
  transform: scale(1);
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c1 {
  margin-left: 20px;
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c2 {
  width: 219px;
  height: 41px;
  background: url(../images/about-4-r.png);
}
.about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c {
  flex-direction: row-reverse;
  justify-content: start;
}
.about-page .about-4 .container .about-history .about-history-c-h {
  font-weight: 500;
  color: #000;
}
.about-page .about-4 .container .about-history .about-history-c-p {
  font-weight: 300;
  color: #666;
  max-width: 300px;
}
@media screen and (max-width: 1000px){
   .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c2,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c2 {
    display: none;
  }
}
@media screen and (max-width: 700px){
    .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1)::after,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n)::after,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c-copy,
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c-copy {
    display: none;
  }
   .about-page .about-4 .container .about-history .about-history-m{
    height: auto;
    margin-bottom: 10px;
  }
  .about-page .about-4 .container .about-history{
    height: auto;
  }
  .about-page .about-4 .container .about-history .about-history-c1{
    margin-top: 10px;
  }
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c1{
    margin-left: 0;
  }
  .about-page .about-4 .container .about-history .about-history-c-h{
    text-align: left;
  }
  .about-page .about-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c{
    justify-content:flex-start;
  }
}
.ApplicationCasesA {


    padding: 124px 0 105px;


}


.ApplicationCasesA .znenmw { width: 52%; }


.ApplicationCasesA .znenmw .enb {


    line-height: 2;


    margin-top: 23px;


}





.ApplicationCasesA .znenmw .enb p:nth-child(n+2) {


    margin-top: 16px;


}





.ApplicationCasesA .ul { padding-left: 0; }


.ApplicationCasesA:before { display: none; }





.ApplicationCasesA .ul li { margin-bottom: 82px; }


.ApplicationCasesA .ul li .right { width: 77.5%; }


.ApplicationCasesA .ul li .right .rollwzne  { margin-top: 33px; }


.ApplicationCasesA .ul li .right .rollwzne .wznel {


    width: 90%;


}





.ApplicationCasesA .ul li .right .rollwzne .wznel .xq {


    line-height: 1.8;


    margin-top: 9px;


}





.ApplicationCasesA .ul li .right .rollwzne .wzner {


    display: inline-block;


    width: auto;


    padding-top: 26px;


}








.ApplicationCasesA .ul li .koumoi {


    background: rgba(24, 80, 178, 0.1);


    width: 116px;


    height: 116px;


    border-radius: 50%;


    position: absolute;


    top: 0;


    left: 0;


}





.ApplicationCasesA .btma {


    margin-top: 52px;


    padding-top: calc(4.479vw + 14px);


    border-top: 1px solid rgba(216, 216, 216, 0.5);


}


.ApplicationCasesA .btm .xian { left: 59px; }








.ApplicationCasesA .ul li .koumoi .img { 


    position: absolute;


    width: 98px;


    height: 98px;


    background: #fff;


    top: 50%;


    left: 50%;


    border-radius: 50%;


    transform: translate(-50%,-50%);


}


.ApplicationCasesA .ul li .koumoi img {


    position: absolute;


    top: 50%;


    left: 50%;


    transform: translate(-50%,-50%);


}





.ApplicationCasesA .ul li .koumoi .moi2 { display: none; }





.ApplicationCasesA .ul li .koumoi.cro { background: #fff; border: 1px solid rgba(25, 99, 206, 0.2); }


.ApplicationCasesA .ul li .koumoi.cro .img { background: #15758d; }


.ApplicationCasesA .ul li .koumoi.cro .moi2 { display: block; }


.ApplicationCasesA .ul li .koumoi.cro .moi1 { filter: brightness(0) invert(1) }








.ApplicationCasesA .ul li .koumoi .uy {


    display: block;


    position: absolute;


    left: 50%;


    top: 50%;


    transform: translate(-50%,-50%);


    width: 116px;


    height: 116px;


    z-index: 3;


    border-radius: 50%;


    overflow: hidden;


}





.ApplicationCasesA .ul li .koumoi .uy i { position: relative; float: left; width: 50%; height: 100%; overflow: hidden; }


.ApplicationCasesA .ul li .koumoi .uy i::before { content: ''; position: absolute; width: 200%; right: 0; top: 0; bottom: 0; border: 2px solid #15758d; border-radius: 100%; box-sizing: border-box; clip: rect(0, 116px, 116px, 58px); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }


.ApplicationCasesA .ul li .koumoi .uy i:first-child::before { left: 0; right: auto; clip: rect(0px, 58px, 116px, 0px); }








.ApplicationCasesA .ul li .koumoi.cro .uy i::before { 


    -webkit-animation: circleR 3500ms linear both;


    animation: circleR 3500ms linear both; 


}


.ApplicationCasesA .ul li .koumoi.cro .uy i:first-child::before {


    -webkit-animation-name: circleL;


    animation-name: circleL;


}








@keyframes circleL {


	0%,


	50% {


		-webkit-transform: rotate(-180deg);


		transform: rotate(-180deg);


	}





	100% {


		-webkit-transform: rotate(0deg);


		transform: rotate(0deg);


	}


}





@keyframes circleR {


	0% {


		-webkit-transform: rotate(-180deg);


		transform: rotate(-180deg);


	}





	50%,


	100% {


		-webkit-transform: rotate(0deg);


		transform: rotate(0deg);


	}


}











@media(max-width:1920px) {


    .ApplicationCasesA .btma {


        margin-top: 2.70833vw;


        padding-top: 5.20833vw;


    }


    .ApplicationCasesA {


        padding: 6.45833vw 0 5.46875vw;


    }


}





@media(max-width:1480px) {


    .ApplicationCasesA .ul li .koumoi { width: 110px; height: 110px; }


    .ApplicationCasesA .ul li .koumoi .img { width: 90px; height: 90px; }


    .ApplicationCasesA .ul li .koumoi .uy { width: 110px; height: 110px; }


    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before { clip: rect(0px, 55px, 110px, 0px); }


    .ApplicationCasesA .ul li .koumoi .uy i::before { clip: rect(0, 110px, 110px, 55px); }


    .ApplicationCasesA .btm .xian { left: 55px; }


}





@media(max-width:1100px) {


    .ApplicationCasesA { padding: 35px 0 45px; }


    .ApplicationCasesA .znenmw { width: 100%; margin-top: 20px; }


    .ApplicationCasesA .znenmw .enb { margin-top: 8px; }


    .ApplicationCasesA .znenmw .enb p:nth-child(n+2) { margin-top: 1px; }


    .ApplicationCasesA .btma { padding-top: 25px; margin-top: 25px; }





    .ApplicationCasesA .ul li .koumoi { width: 60px; height: 60px; }


    .ApplicationCasesA .ul li .koumoi .img { width: 50px; height: 50px; }


    .ApplicationCasesA .ul li .koumoi .img img { width: 30px; height: 30px; }


    .ApplicationCasesA .ul li .koumoi .uy { width: 60px; height: 60px; }


    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before { clip: rect(0px, 30px, 60px, 0px); }


    .ApplicationCasesA .ul li .koumoi .uy i::before { clip: rect(0, 60px, 60px, 30px); }


    .ApplicationCasesA .btm .xian { left: 30px; }





    .ApplicationCasesA .ul li .right {


        margin-top: 0;


    }





    .ApplicationCasesA .ul li { margin-bottom: 25px; }


    .ApplicationCasesA .ul li .right .rollwzne .wznel { width: 100%; }


    .ApplicationCasesA .ul li .right .rollwzne { margin-top: 20px; }


    .ApplicationCasesA .ul li .right .rollwzne .wzner { float: left; padding-top: 20px; }





    .noubanner .swiper-pagination { bottom: 11%; }


    


}
.ApplicationCasesA .ul li {



    background: #fff;



}



.ApplicationCasesA .ul li {



    padding: 30px 0 50px;



}







.ApplicationCasesA .ul li:before{



    position: absolute;



    left: 60px;



    content: "";



    top: 30px;



    height: 100%;



    width: 1px;



    background: #D8D8D8;



}







.ApplicationCasesA .ul li:after{



    position: absolute;



    width: 3px;



    content: "";



    height: 100%;



    z-index: 1;



    left: 58px;



    top: 30px;



    border-radius: 50px;



    /*background: linear-gradient(0deg, #3899c5 0%, var(--color) 33%, rgba(25, 99, 206, 0) 100%);*/



}







@media(max-width:1300px) {



    .ApplicationCasesA .ul li:after {



        left: 54px;



    }



    .ApplicationCasesA .ul li:before {



        left: 55px;



    }



}







@media(max-width:1100px) {



    .ApplicationCasesA .ul li:after {



        left: 30px;



    }



    .ApplicationCasesA .ul li:before {



        left: 31px;



    }



    



    .ApplicationCasesA .ul li:before,



    .ApplicationCasesA .ul li:after{



        opacity: 0;



    }



    .ApplicationCasesA .ul li {



        background: none;



    }



}
.ApplicationCasesA .partner {
    background-color: white;
    padding: 10px 0;
    position: sticky;
    top: 118px;
    z-index: 2;
}
.ApplicationCasesA .partner img {
    max-width: 90px;
    max-height: 90px;
}
@media (max-width: 1450px) {
    .ApplicationCasesA .partner ul {
        grid-template-columns:repeat(7,1fr)
    }
}
@media (max-width: 1250px) {
    .font-48 {
        font-size: calc(0.9385vw + 14px);
    }
    .ApplicationCasesA .partner {
        display: none;
    }}



.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-family: 'Hemihead';
    text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  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: 30px;
}
.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: 30px;
}
.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: 90px;
  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(/hypapercup/2023/03/13/p212.jpg);
  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;
    font-family: 'Hemihead';
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
/*.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.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: 30px;
  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 .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;
}

.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: 90%
}
.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(--primary);
}

.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 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    text-transform: uppercase;
    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;
    font-family: var(--font-en);
}
.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(--primary);
}
.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:last-child{
  margin-bottom: 0;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    font-family: 'Hemihead';
    line-height: 1.5;
    text-transform: uppercase;
    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,
.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: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::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::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 .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.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(--primary);
}

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

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .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: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[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: 46%;
}

.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: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  font-family: 'Hemihead';
  text-transform: uppercase;
}
.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: 30px;
  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: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

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

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.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: 40px;
  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: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--font);
  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: 30px;
  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: 30px;
  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: 40px;
  /*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;
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    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: 1.7;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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: 50%;
  transform: translateY(-50%);
  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: 20px;
  /*padding: 10px 50px;*/
  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(3, 110, 184, .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%;
}

.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);
  /*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;
}
.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-family: var(--font);
  line-height: 28px;
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


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

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
  .product-page .init-4 .container .tip_title{
    font-size: 35px;
  }
}

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

@media (max-width: 1000px) {
  .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: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

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

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .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: 700px){
  .product-page .pro_init_1 .container .right .text_2{
    font-size: 30px;
  }
  .product-page .init-4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-page .init-4 .container .tip_title{
    font-size: 30px;
  }
  .product-page .prodet-2{
    padding: 0 0 55px 0;
  }
  .product-page .prodet-2 .ret .content dl dd h4{
    font-size: 20px;
  }
  .pro-single-page{
    margin-top: 0;
  }
}
@media (max-width: 500px) {
 
  .product-page {
    padding-bottom: 40px;
  }
  .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: 40px;
  }
  .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: 40px;
  }
  .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: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    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 {
  
    padding-top: 40px;
  }

  .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: 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(--primary);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  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(--primary);
  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(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/siboasisport/2026/05/11/wlkacehb1778496311.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    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;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 1250px) {
  .product-2 .sidebar-info{
    padding: 35px 20px;
  } 
}
@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;
  }
}

.product-page .product-2 {

  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
   .product-page .product-2{
    margin-top: 0px!important;
  }
 #cp-Nav .nav{
   padding: 0
 }
}
@media screen and (max-width: 700px) {
  .product-page .product-2{
    margin-bottom: 60px;
  }
    .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list{
    padding: 20px
  }
}


.factory-2 p.flex span{
  width: 80%;
}
.product-page .pro_init_1 .container .left .smallImg .slick-track{
  display: block !important;
}
#banner {
  margin-top: 121px;
}
#banner .bw1 {
  display: flex;
  align-items: center;
  margin-bottom: var(--ft24);
}
#banner .bw1 .bw1-1 {
  font-weight: 600;
  font-size: calc(6.77vw + 10px);
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0dvw;
}
#banner .bw1 .bw1-1 sup {
  vertical-align: top;
  margin-left: -1.5625vw;
}
#banner .bw1 .bw1-2 {
  padding-top: 10px;
  font-weight: 500;
  font-size: var(--ft34);
  color: #FFFFFF;
  line-height: 1.35;
  margin-left: var(--ft48);
}
#banner .bw2 {
  font-weight: 400;
  font-size: var(--ft60);
  color: #FFFFFF;
  font-weight: bold;
}
#banner .bw3 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: var(--ft26);
}
.swiper-i2 .swiper-wrapper1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ft34);
}
.swiper-i2 .swiper-wrapper1 .swiper-slide {
  padding-bottom: 0;
}
.swiper-i2 .swiper-wrapper1 .swiper-slide:hover .i2-t1 {
  color: var(--color);
}
.swiper-i2 .swiper-wrapper1 .swiper-slide:hover .i2-t2 img {
  filter: none;
}
.swiper-i2 .swiper-wrapper1 .swiper-slide:hover .i2-img img {
  transform: scale(1) !important;
}
.swiper-i2 .swiper-wrapper1 .swiper-slide .i2-t1 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #2A2A2A;
  margin-bottom: var(--ft20);
  text-align: center;
  padding: 0 var(--ft20);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-i2 .swiper-wrapper1 .swiper-slide .i2-t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
}
.swiper-i2 .swiper-wrapper1 .swiper-slide .i2-t2 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(0) invert(0);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
#header > .nav .lefts {
  position: absolute;
  left: 6.25vw;
  top: 0;
  width: 200px;
  height: 113px;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container .ft-m {
  padding-left: 20vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header > .nav .f-top .container .ft_li1 {
  margin-left: 13.54vw;
  margin-right: 3.65vw;
}
#header > .nav .f-top .container form {
  margin-left: 3.65vw;
  position: relative;
}
#header > .nav .f-top .container form input[type="text"] {
  background: transparent;
  border: none;
  width: 215px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 9px;
  padding-right: 30px;
}
#header > .nav .f-top .container form input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
#header > .nav .f-top .container form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 12px;
  height: 12px;
  background: url(../images/zz2-3.png) no-repeat center;
  background-size: cover;
}
#header > .nav .f-top .container .ft_ul {
  display: flex;
  align-items: center;
}
#header > .nav .f-top .container .ft_li {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
}
#header > .nav .f-top .container .ft_li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 12px;
}
#header > .nav .f-top .container .ft_li > div img {
  width: auto;
  height: auto;
}
#header > .nav .f-top .share {
  display: flex;
}
#header > .nav .f-top .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav .f-top .share a:hover {
  background: #000;
}
#header > .nav .f-top .share a:hover img {
  filter: brightness(0) invert(1);
}
#header > .nav .f-top .share a img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav .f-top .share li {
  margin-left: var(--ft34);
}
#header > .nav .f-top .share li:first-child {
  margin-left: 0;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding-top: 19px;
  padding-bottom: 14px;
  background: #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;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 20vw;
  margin-right: auto;
}
#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: var(--ft40);
  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.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#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 {
  color: var(--color);
}
#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: 0;
}
#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;
  font-size: var(--ft16);
  text-transform: uppercase;
  color: var(--color);
  font-weight: 600;
}
#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: #000;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: var(--color);
  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;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft32);
  padding: 0 14px;
  height: 39px;
  background: #BA122B;
  line-height: 39px;
  cursor: pointer;
  font-weight: 500;
  font-size: var(--ft18);
  color: #fff;
  position: relative;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: var(--ft36);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: var(--ft16);
  color: var(--color);
  text-transform: capitalize;
  line-height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .angle {
  vertical-align: middle;
  height: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .lang_1 {
  vertical-align: middle;
  height: 18px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  object-fit: cover;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn: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;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #000000;
}
@media screen and (max-width: 1000px){
  #index-body .init-2{
    padding-top: var(--px120);
  }
}
@media screen and (max-width: 1250px){
  .swiper-i2 .swiper-wrapper1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ft24);
}
}
@media screen and (max-width: 1000px){
   .swiper-i2 .swiper-wrapper1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ft24);
}
}
@media screen and (max-width: 500px){
   .swiper-i2 .swiper-wrapper1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--ft24);
}
}
@media screen and (max-width: 700px){
  #banner .swiper_banner .swiper-slide>img{
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1800px){
  #header > .nav .f-top .container .ft_li1{
    margin-left:0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft20);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a{
    font-size: 14px;
  }
  #header > .nav .f-top .container .ft-m{
    padding-left: 11vw;
  }
  #header > .nav > .menu .menu-box .menu_c{
    margin-left: 11vw;
  }
}
@media screen and (max-width: 1700px){
  #header > .nav .lefts{
    left: 3.25vw
  }
    #header > .nav .f-top .container .ft-m{
    padding-left: 220px;
  }
  #header > .nav > .menu .menu-box .menu_c{
    margin-left:  220px;
  }
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after{
  display: none;
}
@media screen and (max-width: 1450px){
  #header > .nav .lefts img{
    width: 170px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 12px;
  }
      #header > .nav .f-top .container .ft-m{
    padding-left: 190px;
  }
  #header > .nav > .menu .menu-box .menu_c{
    margin-left:  190px;
  }
}
.init-44{
  padding-top: calc(9.38vw + 20px);
  padding-bottom: calc(5.75vw + 20px);
   background: url(../images/ffg1.jpg) no-repeat center;
    background-size: cover;
  
}
.init-44.init-44-0{
  padding-bottom: 0;
}
 .init-44 .sb_h{
   text-align: center;
   margin-bottom: var(--ft62);
 }
  .init-44 .sb_h p{
    left: 50%;
    transform: translate(-50%, -65%);
  }
   .init-44 .i44-m{
display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: var(--ft18);
  }
 .init-44 .i44-m .i44-c img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: var(--ft24);
 }
@media screen and (max-width: 1000px){
     .init-44 .i44-m{
display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: var(--ft18);
  }
}
@media screen and (max-width: 500px){
     .init-44 .i44-m{
display: grid;
   grid-template-columns:  1fr;
   gap: var(--ft18);
  }
}
@media screen and (max-width: 1000px){}
@media screen and (max-width: 1000px){}
@media screen and (max-width: 1000px){}