@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-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  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;
}
#Pop_UpsBtn {
  display: none !important;
}
.pr{
    position: relative;
}
.pa {
    position: absolute;
}
#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: #e35c2c;
}
: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: calc(1.3555vw + 14px);
}
#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: 40px;
  right: 2px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: var(--ft20);
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border-radius: 10px;
}
.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: calc(0.315vw + 14px);
  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: calc(1.3555vw + 14px);
  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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  background: rgba(255, 255, 255, 0.7);
}
#header.active{
  background: #fff;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav .hline {
  height: 1px;
  width: 100%;
  background: rgba(101, 101, 101, 0.7);
}
#header > .nav .f-top {
  padding: 18px 0;
}
#header > .nav .f-top .container {
  display: flex;
  justify-content: space-between;
}
#header > .nav .f-top .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav .f-top .right .hr-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
}
#header > .nav .f-top .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav .f-top .right .pp_btn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: calc(1.3555vw + 13px);
  margin-right: calc(0.8345vw + 15px);
  height: 45px;
  background: #E35C2C;
  border-radius: 23px;
  padding: 0 var(--ft40);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  width: fit-content;
  white-space: nowrap;
}
#header > .nav .f-top .right .pp_btn img {
  margin-left: 9px;
}
#header > .nav .f-top .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav .f-top .right .search {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: calc(0.8345vw + 15px);
  width: 45px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav .f-top .right .search > img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  filter: brightness(0);
}
#header > .nav .f-top .right .search:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav .f-top .right .search:hover > img {
  filter: brightness(0) invert(1);
}
#header > .nav .f-top .right .lang_cont .c_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  color: #000000;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #000000;
  cursor: pointer;
}
#header > .nav .f-top .right .lang_cont .c_cont:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav .f-top .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 .f-top .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav .f-top .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav .f-top .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .f-top .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 .f-top .right .open_btn p {
  position: relative;
}
#header > .nav .f-top .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav .f-top .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  padding: 19px 15px 20px;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  margin-left: calc(var(--ft40) - 1px);
}
#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;
}
#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: flex;
  align-items: center;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft50);
  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: var(--ft18);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 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;
  height: 21px;
  text-align: left;
  line-height: 21px;
  position: relative;
  font-size: var(--ft20);
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
}
#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: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: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 .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;
}
@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: 1531px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  /*padding-right: 5.16%;*/
  display: flex;
  justify-content: center;
  bottom: calc(2.6555vw + 15px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FFFFFF;
  /*border-radius: 0;*/
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide::after{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
}
#banner .swiper_banner .swiper-slide video{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#banner .swiper_banner .swiper-slide .banner-text {
  max-width: 720px;
  position: absolute;
  left: 50%;
  bottom: calc(13.55vw - 4px);
  transform: translateX(-50%);
  z-index: 3;
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: bold;
  font-size: var(--ft50);
  color: #FFFFFF;
  line-height: 1.34;
  text-align: center;
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  text-align: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-top: var(--ft30);
  margin-bottom: var(--ft50);
}
#banner .swiper_banner .swiper-slide .banner-text .bt3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  width: 84px;
  height: 84px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
#banner .swiper_banner .swiper-slide .banner-text .bt3:hover {
  background: rgba(227, 92, 44, 0.9);
  -webkit-box-shadow: 0 0 25px rgba(227, 92, 44, 0.7);
  box-shadow: 0 0 25px rgba(227, 92, 44, 0.7);
}
.my_h {
  font-weight: bold;
  font-size: var(--ft50);
  line-height: 1.2;
}
.my_btn {
  display: flex;
  width: fit-content;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
.my_btn div {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft18);
  width: 33px;
  height: 33px;
  background: #E35C2C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_btn:hover div {
  transform: translateX(8px);
  background: #000;
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#index-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding-top: calc(6.25vw + 14px);
  padding-bottom: var(--px170);
}
#index-body .init-1 .container {
  width: 1577px;
}
#index-body .init-1 .container .i1-m {
  padding-left: calc(0.525vw + 13px);
}
#index-body .init-1 .container .i1-m .my_h {
  color: var(--color);
}
#index-body .init-1 .container .i1-s .swiper_i1 {
  background: #fff;
  padding-top: calc(1.67vw + 14px);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide {
  display: flex;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-l {
  width: 45.21%;
  padding-right: var(--ft62);
  position: relative;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-l .i1-bg {
  position: absolute;
  top: calc(1.3555vw + 14px);
  left: calc(1.67vw + 14px);
  width: calc(19.1vw + 105px);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-l .i1l-p1 {
  font-weight: bold;
  font-size: var(--ft24);
  line-height: 1.1;
  color: #000000;
  padding-top: var(--ft24);
  margin-bottom: var(--ft30);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-l .i1l-p2 {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.6;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r {
  width: 54.79%;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1r-img {
  margin-bottom: calc(1.46vw + 14px);
  display: flex;
  justify-content: center;
  margin-top: calc(-5.21vw - 24px);
  max-height: 373px;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1r-img img{
  /*height: 100%;*/
  object-fit: contain;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1rm {
  padding: var(--ft30) var(--ft34);
  height: 100%;
  background: rgba(147, 39, 0, 0.15);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1rm .i1r-p1 {
  font-family: Poppins;
  font-weight: bold;
  font-size: var(--ft24);
  line-height: 1.1;
  margin-top: var(--ft32);
  margin-bottom: var(--ft26);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1rm .i1r-p2 {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  padding: 0 var(--ft50);
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1rm .i1r-p3 {
  margin-top: var(--ft24);
  display: flex;
  justify-content: center;
}
#index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1rm .i1rline {
  height: 1px;
  width: 100%;
  background: #db5728;
}
#index-body .init-2 {
  padding-top: calc(9.38vw + 23px);
  background: url(../images/my2-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#index-body .init-2 .i2-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.35);
}
#index-body .init-2 .container {
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .my_h {
  color: #fff;
  margin-bottom: var(--ft34);
}
#index-body .init-2 .container .i2-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.78;
  max-width: 740px;
  margin-bottom: calc(2.0835vw + 12px);
}
#index-body .init-2 .container .my_btn {
  color: #fff;
}
#index-body .init-2 .i2-m {
  position: relative;
  z-index: 2;
  margin-top: calc(3.0225vw + 10px);
  display: flex;
}
#index-body .init-2 .i2-m .i2m-l {
  width: 1086px;
  padding-top: calc(3.4405vw + 14px);
}
#index-body .init-2 .i2-m .i2m-l ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
#index-body .init-2 .i2-m .i2m-l ul .i-1-4-1 {
  padding: var(--ft60) var(--ft24) var(--ft40) var(--ft60);
}
#index-body .init-2 .i2-m .i2m-l ul .i-1-4-2 {
  padding: var(--ft60) var(--ft24) var(--ft40) var(--ft40);
}
#index-body .init-2 .i2-m .i2m-l ul .i-1-4-3 {
  padding: var(--ft60) var(--ft24) var(--ft40) var(--ft32);
}
#index-body .init-2 .i2-m .i2m-l ul .i-1-4-4 {
  padding: var(--ft60) var(--ft24) var(--ft40);
}
#index-body .init-2 .i2-m .i2m-l ul .i-1-4-4 p {
  margin-bottom: 17px;
}
#index-body .init-2 .i2-m .i2m-l ul li {
  background: rgba(227, 92, 44, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#index-body .init-2 .i2-m .i2m-l ul li .f30 {
  font-size: var(--ft30);
}
#index-body .init-2 .i2-m .i2m-l ul li p {
  line-height: 1;
  font-weight: bold;
  font-size: var(--ft50);
  color: #FFFFFF;
  margin-bottom: 10px;
}
#index-body .init-2 .i2-m .i2m-l ul li div {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#index-body .init-2 .i2-m .i2m-r {
  margin-left: calc(18.857vw + 12px);
}
#index-body .init-2 .i2-m .i2m-r .i2m-play {
  cursor: pointer;
}
#index-body .init-2 .i2-m .i2m-r .i2m-play:hover .i2m-t .i2m-n {
  animation-play-state: paused;
}
#index-body .init-2 .i2-m .i2m-r .i2m-play:hover .i2m-t .i2mtm {
  transform: translate(-50%, -50%) scale(1.1);
}
#index-body .init-2 .i2-m .i2m-r .i2m-play .i2m-t {
  position: relative;
}
#index-body .init-2 .i2-m .i2m-r .i2m-play .i2m-t .i2m-n {
  animation: rotate2 10s infinite;
}
#index-body .init-2 .i2-m .i2m-r .i2m-play .i2m-t .i2mtm {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-2 .i2-m .i2m-r .i2m-play .i2m-t .i2mtm .i2mtm1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-2 .i2-m .i2m-r .i2m-play .i2m-b {
  margin-top: calc(0.8345vw + 13px);
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  text-align: center;
}
#index-body .init-3 {
  position: relative;
  background: #f1f1f1;
  padding-top: calc(4.65vw + 15px);
  padding-bottom: calc(3.1805vw + 15px);
}
#index-body .init-3 .i3-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .init-3 .container {
  width: 1631px;
}
#index-body .init-3 .container .i3-m {
  padding-left: var(--ft50);
  display: flex;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-m .i3-l {
  padding-right: 11.45vw;
  width: 46.486%;
}
#index-body .init-3 .container .i3-m .i3-l .i3l-p1 {
  font-weight: bold;
  font-size: var(--ft40);
  color: #000000;
  line-height: 1.2;
}
#index-body .init-3 .container .i3-m .i3-l .i3l-p2 {
  line-height: 1;
  font-weight: 500;
  font-size: var(--ft24);
  color: #E35C2C;
  margin-top: var(--ft32);
  margin-bottom: 13px;
}
#index-body .init-3 .container .i3-m .i3-l .i3l-p3 {
  font-weight: 300;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.58;
}
#index-body .init-3 .container .i3-m .i3-r {
  display: flex;
  justify-content: space-between;
  width: 53.514%;
}
#index-body .i3-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: var(--color);
}
#index-body .init-9 {
  padding-top: var(--px120);
  position: relative;
  z-index: 2;
  padding-bottom: calc(9.9vw + 23px);
}
#index-body .init-9 .container .i4-h {
  line-height: 1;
  font-weight: bold;
  font-size: var(--ft40);
  color: #000000;
}
#index-body .init-9 .container .i4-tap {
  margin-top: var(--ft34);
  margin-bottom: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.39;
}
#index-body .init-9 .container .i4-btn {
  display: flex;
  justify-content: center;
}
#index-body .init-9 .container .i4-s {
  margin-top: var(--ft40);
}
#index-body .init-9 .container .i4-s .swiper_i4 {
  overflow: hidden;
}
#index-body .init-9 .container .i4-s .swiper_i4 .swiper-slide:hover .i4-p11 {
  color: #E35C2C;
}
#index-body .init-9 .container .i4-s .swiper_i4 .swiper-slide .i4-img {
  position: relative;
}
#index-body .init-9 .container .i4-s .swiper_i4 .swiper-slide .i4-img::before {
  content: "";
  position: absolute;
  width: 71px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/my4-1.png) no-repeat center;
  background-size: cover;
  left: 100%;
}
#index-body .init-9 .container .i4-s .swiper_i4 .swiper-slide .i4-p11 {
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1.1;
  margin-top: var(--ft38);
}
#index-body .init-5 {
  background: rgba(199, 199, 199, 0.3);
  padding-top: calc(2.2385vw + 14px);
  padding-bottom: calc(6.77vw + 17px);
}
#index-body .init-5 .container .i5-h {
  font-weight: bold;
  font-size: var(--ft40);
  color: #000000;
  line-height: 1.1;
}
#index-body .init-5 .container .i5-tap {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#index-body .init-5 .container .i5-btns {
  display: flex;
  justify-content: center;
  margin-top: var(--ft16);
}
#index-body .init-5 .container .i5-btns .i5-bl {
  margin-right: var(--ft36);
}
#index-body .init-5 .container .i5-btns i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-size: var(--ft20);
  font-weight: 600;
}
#index-body .init-5 .container .i5-btns i:hover {
  color: #E35C2C;
}
#index-body .init-5 .swiper_i5 {
  margin-top: var(--ft38);
}
#index-body .init-5 .swiper_i5 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 475px;
}
#index-body .init-5 .swiper_i5 .swiper-slide .i5-p1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: var(--ft20);
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  background: #e35c2c;
}
#index-body .init-5 .swiper_i5 .swiper-slide .i5-img > img {
  width: 100%;
}
#index-body .init-5 .swiper_i5 .swiper-slide.swiper-slide-active {
  margin-top: -16px;
}
#index-body .init-5 .swiper_i5 .swiper-slide.swiper-slide-active .i5-p1 {
  padding: calc(1.46vw + 14px) 14px;
  height: auto;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ebebeb;
}
#footer .ft {
  padding-top: var(--ft44);
  padding-bottom: var(--ft26);
}
#footer .ft .container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#footer .ft .container .f1-r {
  display: flex;
  padding-bottom: var(--ft18);
}
#footer .ft .container .f1-r a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft46);
  font-weight: 500;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1;
}
#footer .ft .container .f1-r a:hover {
  color: #E35C2C;
}
#footer .fb {
  padding-top: calc(3.4405vw + 13px);
  padding-bottom: calc(2.6555vw + 14px);
}
#footer .fb .container {
  display: flex;
  justify-content: space-between;
}
#footer .fb .container .f2-r .f2r-h {
  text-align: right;
  padding-top: var(--ft20);
  line-height: 1;
  font-weight: bold;
  font-size: calc(0.265vw + 14px);
  color: #E35C2C;
  margin-bottom: var(--ft40);
}
#footer .fb .container .f2-r .f2r-li {
  text-align: right;
  font-weight: 500;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1;
  margin-bottom: var(--ft16);
}
#footer .fb .container .f2-l .f2l-p {
  font-weight: 300;
  font-size: var(--ft16);
  color: #000000;
  max-width: 610px;
  line-height: 1.8;
}
#footer .fb .container .f2-l form {
  margin-bottom: var(--ft50);
}
#footer .fb .container .f2-l form ul {
  display: flex;
}
#footer .fb .container .f2-l form ul input {
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  margin-right: 5px;
  padding: 0 var(--ft20);
}
#footer .fb .container .f2-l form ul .k1 {
  width: 163px;
}
#footer .fb .container .f2-l form ul .k2 {
  width: 278px;
}
#footer .fb .container .f2-l form ul .btn1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
  font-size: var(--ft16);
  color: #FFFFFF;
  height: 56px;
  line-height: 56px;
  background: #E35C2C;
  border-radius: 10px;
  padding-left: calc(0.729vw + 14px);
  padding-right: var(--ft36);
}
#footer .fb .container .f2-l form ul .btn1:hover {
  background: #000;
}
#footer .f-line {
  width: 100%;
  height: 1px;
  background: var(--color);
}
#footer .copyright {
  background: var(--color);
  position: relative;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  color: #fff;
}
#footer .copyright .container {
  padding-top: 18px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
#footer .copyright .container .share {
  font-size: calc(0.729vw + 14px);
}
#footer .copyright .container .share a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  margin-right: var(--ft18);
}
#footer .copyright .container .share a:hover {
  color: #000;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  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 {
  color: #ffffff;
}
.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;
}
#index-body .init-2 .play {
  cursor: pointer;
  position: relative;
}
#index-body .init-2 .play .top_cont {
  position: relative;
  width: 160px;
  height: 160px;
}
#index-body .init-2 .play .top_cont .cir_sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
#index-body .init-2 .play .top_cont .cir_sub div {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-2 .play .top_cont svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .play .top_cont svg circle {
  width: 100%;
  height: 100%;
  stroke-dashoffset: 460;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-2 .play .top_cont .cont {
  width: 110px;
  height: 110px;
  background: var(--color);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 40px;
}
#index-body .init-2 .play .top_cont .cont i {
  margin-left: 8px;
}
#index-body .init-2 .play .bottom_c {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  text-align: center;
  margin-top: var(--ft30);
}
#index-body .init-2 .play:hover svg circle {
  stroke-dashoffset: 0;
}
#index-body .init-3 .container .i3-m .i3-r {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ft34);
}
@media (max-width: 1800px) {
  .container,
  #index-body .init-1 .container,
  #index-body .init-3 .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .i2-m .i2m-r {
    margin-left: calc(7.759vw + 14px);
  }
}
@media (max-width: 1500px) {
  #index-body .init-3 .container .i3-m .i3-l {
    padding-right: var(--ft62);
  }
  #index-body .init-2 .i2-m .i2m-l ul li div {
    min-height: 50px;
  }
  #index-body .init-2 .i2-m .i2m-l {
    width: 70%;
  }
  .container,
  #index-body .init-1 .container,
  #index-body .init-3 .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  #index-body .init-2 .i2-m .i2m-l ul li .f30 {
    font-size: var(--ft24);
  }
}
@media (max-width: 1250px) {
  #footer .ft .container .f1-r {
    display: none;
  }
  #index-body .init-3 .container .i3-m .i3-l .i3l-p3 br {
    display: none;
  }
  #index-body .init-2 .i2-m .i2m-r {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  #index-body .init-2 .i2-m .i2m-l {
    width: 100%;
  }
  #index-body .init-2 .i2-m {
    flex-wrap: wrap-reverse;
  }
  #index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r .i1r-img {
    margin-top: 0;
  }
  .container,
  #index-body .init-1 .container,
  #index-body .init-3 .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #footer .copyright .container {
    flex-wrap: wrap;
  }
  #footer .fb .container .f2-r .f2r-li {
    text-align: left;
  }
  #footer .fb .container .f2-r .f2r-h {
    text-align: left;
  }
  #footer .fb .container {
    flex-wrap: wrap;
  }
  #index-body .init-3 .i3-bg1 {
    display: none;
  }
  #index-body .init-3 .container .i3-m .i3-l {
    width: 100%;
    padding: 0;
    margin-bottom: var(--ft34);
  }
  #index-body .init-3 .container .i3-m .i3-r {
    width: 100%;
  }
  #index-body .init-3 .container .i3-m {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-r {
    width: 100% !important;
  }
  #index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide .i1-l {
    width: 100% !important;
    padding: 0;
    margin-bottom: var(--ft32);
  }
  #index-body .init-1 .container .i1-s .swiper_i1 .swiper-slide {
    flex-wrap: wrap;
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    bottom: var(--ft40);
  }
  .container,
  #index-body .init-1 .container,
  #index-body .init-3 .container {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .init-5 .swiper_i5 .swiper-slide {
    min-height: 375px;
  }
  #index-body .init-9 .container .i4-s .swiper_i4 .swiper-slide .i4-img::before {
    display: none;
  }
}
@media (max-width: 700px) {
  #footer .fb .container .f2-l {
    width: 100%;
  }
  #footer .fb .container .f2-l form ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  #footer .fb .container .f2-l form ul .k1 {
    width: 100%;
  }
  #footer .fb .container .f2-l form ul .k2 {
    width: 100%;
  }
  #footer .fb .container .f2-l form ul {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m .i2m-l ul {
    grid-template-columns: 1fr 1fr;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 350px;
    object-fit: cover;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2 {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    max-width: 100%;
    width: 100%;
  }
  .container,
  #index-body .init-1 .container,
  #index-body .init-3 .container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #index-body .init-5 .swiper_i5 .swiper-slide {
    min-height: unset;
    margin-top: 0 !important;
  }
  #index-body .init-5 .swiper_i5 .swiper-slide .i5-p1 {
    height: auto !important;
    padding: 15px !important;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .i2-m .i2m-l ul {
    grid-template-columns: 1fr;
  }
}
.inner-banner {
  height: 414px;
  background: url(../images/in-bg.jpg) no-repeat center;
  background-size: cover;
}
.inner-banner .container {
  padding-top: 237px;
}
.inner-banner .container .in-h {
  font-weight: bold;
  font-size: calc(0.8345vw + 14px);
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: var(--ft44);
}
.inner-banner .container .mbx {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.pu-page .pu-1 .container .pu1-nav {
  padding-top: var(--ft40);
  padding-bottom: calc(3.0225vw + 11px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(3.0225vw + 11px);
}
.pu-page .pu-1 .container .pu1-nav .pu1-n {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft24);
  color: #000000;
  height: calc(2.0925vw + 54px);
  background: #D9D9D9;
  text-align: center;
  line-height: calc(2.0925vw + 54px);
}
.pu-page .pu-1 .container .pu1-nav .pu1-n.active,
.pu-page .pu-1 .container .pu1-nav .pu1-n:hover {
  background: var(--color);
  color: #FFFFFF;
}
.pu-page .pu-2 {
  padding-bottom: calc(8.752vw + 14px);
}
.pu-page .pu-2 .pu2-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
  line-height: 1;
  margin-top: calc(3.4405vw + 14px);
  margin-bottom: var(--ft32);
}
.pu-page .pu-2 .pu2-p1 {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
  margin-top: var(--ft30);
}
.pu-page .pu-3 {
  padding-top: 10px;
}
.pu-page .pu-3 .container .pu3-m {
  display: flex;
  margin-bottom: calc(6.25vw + 8px);
}
.pu-page .pu-3 .container .pu3-m > div {
  width: 50%;
}
.pu-page .pu-3 .container .pu3-m:nth-of-type(even) {
  flex-direction: row-reverse;
}
.pu-page .pu-3 .container .pu3-m:nth-of-type(even) .p3-l {
  padding: 0 var(--ft40);
}
.pu-page .pu-3 .container .pu3-m .p3-l {
  padding-right: var(--ft30);
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-h1 {
  padding-top: var(--ft26);
  margin-bottom: var(--ft38);
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-h2 {
  padding-top: var(--ft44);
  margin-bottom: var(--ft40);
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-h3 {
  padding-top: var(--ft26);
  margin-bottom: var(--ft34);
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-h4 {
  padding-top: calc(0.415vw + 14px);
  margin-bottom: var(--ft34);
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #E35C2C;
  line-height: 1;
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-p4 {
  height: 314px;
  overflow-y: auto;
}
.pu-page .pu-3 .container .pu3-m .p3-l .p3-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
}
.pu-page .pu-4 {
  padding-bottom: var(--px110);
}
.pu-page .pu-4 .container .p4-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
}
.pu-page .pu-4 .container .p4-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
  max-width: 1188px;
  margin-top: var(--ft24);
}
.pu-page .pu-4 .container .p4-m {
  margin-top: calc(2.0835vw + 12px);
  position: relative;
}
.pu-page .pu-4 .container .p4-m .p4-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 25%;
  cursor: pointer;
}
.pu-page .pu-4 .container .p4-m .p4-btn:hover {
  opacity: 0.5;
}
.pu-page .pu-4 .container .p4-m .p4-btnl {
  left: calc(-5.75vw - 20px);
}
.pu-page .pu-4 .container .p4-m .p4-btnr {
  right: calc(-5.75vw - 20px);
}
.pu-page .pu-4 .container .p4-m .swiper_p4 {
  overflow: hidden;
}
.pu-page .pu-4 .container .p4-m .swiper_p4 .swiper-slide {
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pu-page .pu-4 .container .p4-m .swiper_p4 .swiper-slide:hover {
  color: var(--color);
}
.pu-page .pu-4 .container .p4-m .swiper_p4 .swiper-slide .p4-p1 {
  font-weight: bold;
  font-size: var(--ft24);
  line-height: 1;
  margin-top: calc(1.46vw + 14px);
  margin-bottom: calc(0.729vw + 14px);
}
.pu-page .pu-4 .container .p4-m .swiper_p4 .swiper-slide .p4-p2 {
  font-weight: bold;
  font-size: var(--ft18);
  line-height: 1.3;
  margin-bottom: var(--ft16);
}
.pu-page .pu-4 .container .p4-m .swiper_p4 .swiper-slide .p4-p3 {
  font-weight: 300;
  font-size: var(--ft16);
  line-height: 2;
}
.pu-page .pu-5 {
  padding-top: var(--px80);
  padding-bottom: var(--px120);
  background: #f8f8f8;
}
.pu-page .pu-5 .container {
  display: flex;
}
.pu-page .pu-5 .container .p5-r {
  padding-top: 15px;
  width: 34.84%;
}
.pu-page .pu-5 .container .p5-l {
  width: 65.16%;
  padding-right: calc(5.519vw + 14px);
}
.pu-page .pu-5 .container .p5-l .p5-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
  line-height: 1.1;
  margin-bottom: calc(2.1885vw + 14px);
}
.pu-page .pu-5 .container .p5-l .p5-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
}
.pu-page .pu-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
  margin-bottom: calc(3.1805vw + 14px);
}
.pu-page .pu-6 {
  padding-top: 10px;
}
.pu-page .pu-6 .container .pu3-m {
  display: flex;
  margin-bottom: calc(6.25vw + 8px);
}
.pu-page .pu-6 .container .pu3-m > div {
  width: 50%;
}
.pu-page .pu-6 .container .pu3-m:nth-of-type(even) {
  flex-direction: row-reverse;
}
.pu-page .pu-6 .container .pu3-m:nth-of-type(even) .p3-l {
  padding: 0;
  padding-left: var(--ft34);
}
.pu-page .pu-6 .container .pu3-m .p3-l {
  padding-right: var(--ft50);
}
.pu-page .pu-6 .container .pu3-m .p3-l .p3-h {
  padding-top: var(--ft20);
  margin-bottom: var(--ft40);
  font-weight: bold;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1;
}
.pu-page .pu-6 .container .pu3-m .p3-l .p3-p {
  height: 314px;
  overflow-y: auto;
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
}
.pu-page .pu-7 {
  padding-top: var(--px140);
  background: url(../images/mw-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.pu-page .pu-7 .container .p7-h {
  font-weight: bold;
  font-size: var(--ft50);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: var(--ft50);
}
.pu-page .pu-7 .container .p7-p {
  max-width: 1030px;
  font-weight: 300;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.89;
  margin-bottom: calc(7.8vw + 14px);
}
.pu-page .pu-7 .p7-m {
  padding: 0 7.5vw;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}
.pu-page .pu-7 .p7-m .p7-c {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.33;
  padding: var(--ft36) 12px var(--ft40);
}
.pu-page .pu-7 .p7-m .p7-c:hover {
  background: var(--color);
  color: #fff;
}
.pu-page .pu-8 {
  background: #efefef;
  padding-top: var(--ft50);
  padding-bottom: var(--ft60);
}
.pu-page .pu-8 .container {
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
}
.pu-page .pu-9 {
  padding-top: calc(3.0225vw + 14px);
  padding-bottom: var(--px130);
}
.pu-page .pu-9 .container .p9-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
  line-height: 1;
}
.pu-page .pu-9 .container .p9-p {
  margin-top: var(--ft34);
  margin-bottom: var(--ft40);
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
}
.pu-page .pu-9 .container .swiper_p9 {
  overflow: hidden;
}
.pu-page .pu-9 .container .swiper_p9 .swiper-slide {
  padding-bottom: 7px;
}
.pu-page .pu-9 .container .swiper_p9 .swiper-slide .p10-p{
    font-weight: bold;
    font-size: var(--ft18);
    color: #000000;
    line-height: 1.1;
    padding: var(--ft24) 12px;
}
.pu-page .pu-10 {
  padding-bottom: var(--px130);
}
.pu-page .pu-10 .container .p9-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
  line-height: 1;
}
.pu-page .pu-10 .container .p9-p {
  margin-top: var(--ft34);
  margin-bottom: var(--ft40);
  font-weight: 300;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.89;
}
.pu-page .pu-10 .container .swiper_p88 {
  overflow: hidden;
}
.pu-page .pu-10 .container .swiper_p88 .swiper-slide .p10-p {
  font-weight: bold;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.1;
  padding: var(--ft24) 12px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
@media (max-width: 1250px) {
  .pu-page .pu-7 .p7-m {
    grid-template-columns: repeat(3, 1fr);
  }
  .pu-page .pu-1 .container .pu1-nav {
    gap: var(--ft24);
  }
  .pu-page .pu-1 .container .pu1-nav .pu1-n {
    font-size: var(--ft16);
  }
}
@media (max-width: 1000px) {
  .pu-page .pu-5 .container .p5-r {
    width: 100%;
  }
  .pu-page .pu-5 .container .p5-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--ft30);
  }
  .pu-page .pu-5 .container {
    flex-wrap: wrap;
  }
  .pu-page .pu-4 .container .p4-m .p4-btn {
    display: none;
  }
  .pu-page .pu-3 .container .pu3-m .p3-l {
    margin-bottom: var(--ft30) !important;
  }
  .pu-page .pu-3 .container .pu3-m {
    flex-wrap: wrap;
  }
  .pu-page .pu-3 .container .pu3-m > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .pu-page .pu-6 .container .pu3-m .p3-l {
    margin-bottom: var(--ft30) !important;
  }
  .pu-page .pu-6 .container .pu3-m {
    flex-wrap: wrap;
  }
  .pu-page .pu-6 .container .pu3-m > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .pu-page .pu-1 .container .pu1-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .pu-page .pu-7 .p7-m {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-header02{
  position: fixed;
  display: none;
  width: 100%
}
.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;
    }
}
.text-hide-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
#index-body .init-4 .bottom .ui.container {
  max-width: 1500px;
}
#index-body .init-4 .bottom {
  position: relative;
}
#index-body .init-4 .bottom .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  transition: .5s opacity;
}
#index-body .init-4 .bottom .mask i.active {
  opacity: 1;
  z-index: -1;
}
#index-body .init-4{
  background: rgba(199, 199, 199, 0.3);
}
#index-body .init-4 .bottom .box img{
filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .bottom .box{
  flex-wrap: nowrap;
}
.dh-t-p1{
  font-weight: bold;
font-size: var(--ft40);
color: #000000;
}
.dh-t-p2{
  font-weight: 400;
font-size: var(--ft18);
color: #000000;
}
#index-body .init-4 .bottom .box {
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .init-4 .bottom .box .slide.active{
  color: var(--color);
}
#index-body .init-4 .bottom .box .slide.active  img{
filter: none;
}
#index-body .init-4 .bottom .box .slide {
  max-width: 360px;
}
#index-body .init-4 .bottom .box .slide span.h6 em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .bottom .box .slide.grid-span {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-4 .bottom .box .slide.grid-span span{
  font-size: calc(.779vw + 14px);
  font-weight: 500;
}
#index-body .init-4 .bottom .box .slide .line {
  width: 1px;
  height: 100%;
  background-color: black;
  position: absolute;
}
#index-body .init-4 .bottom .box .slide:nth-child(1) {
  max-width: 420px;
  margin-left: 0;
  margin-right: auto;
}
#index-body .init-4 .bottom .box .slide:nth-child(1) .line {
  right: 0;
  top: 0;
}
#index-body .init-4 .bottom .box .slide:nth-child(2) .line {
  left: -1.5em;
  top: 0;
}
#index-body .init-4 .bottom .box .slide:nth-child(4) span.h6 {
  max-width: 290px;
}
#index-body .init-4 .bottom .box .slide:nth-child(4) .line {
  bottom: 100%;
  right: 0;
  height: 150%;
}
#index-body .init-4 .bottom .box .slide:nth-child(5) {
  margin-left: auto;
  margin-right: 0;
}
#index-body .init-4 .bottom .box .slide:nth-child(5) .line {
  bottom: 100%;
  left: -2em;
  height: 130%;
}
#index-body .init-4 .bottom .box .slide.active span.h6 em {
  font-size: 1.44444444em;
}
@media (max-width: 700px) {
   #index-body .init-4 .text {
    text-align: left;
  }
  #index-body .init-4 .bottom .box .slide {
    max-width: none !important;
    width: 100%;
  }
  #index-body .init-4 .bottom .box .slide .line {
    display: none;
  }
  #index-body .init-4 .bottom .box .slide .pr-20 {
    padding-right: 0;
  }
  #index-body .init-4 .bottom .box .slide i img {
    max-width: 40px;
  }
  #index-body .init-4 .bottom .box {
    gap: 15px;
  }
  #index-body .init-4 .bottom .box .slide.grid-span {
    display: none;
  }
}
#index-body .index-8 .container .cont{
  background: #f6f6f6;
  padding: 50px;
}
#index-body .index-8 .container .cont .left{
  width: 47%;
}
#index-body .index-8 .container .cont .left .img{
  width: 100%;
  background-size: cover;
  height: 430px;
}
#index-body .index-8 .container .cont .left .text{
  margin-top: calc(0.315vw + 14px);
  text-align: center;
  font-weight: 500;
  max-height: 80px;
  padding-right: 10px;
  overflow-y: auto;
  line-height: 2;
}
#index-body .index-8 .container .cont .right{
  width: 45%;
  margin-top: calc(1.3555vw + 14px);
  margin-left: auto;
}
#index-body .index-8 .container .cont .right .tips_title{
  font-weight: bold;
  line-height: 2;
}
#index-body .index-8 .container .cont .right .s_btn{
  margin-top: 36px;
}
#index-body .index-8 .container .cont .right .s_btn .btn{
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
#index-body .index-8 .container .cont .right .s_btn .next{
  margin-left: 20px;
}
#index-body .index-8 .container .cont .right .s_btn .btn .img{
  filter: grayscale(1);
  width: 14px;
  height: 8px;
}
#index-body .index-8 .container .cont .right .s_btn .btn:hover .img{
  filter: grayscale(0);
}
#index-body .index-8 .container .cont .right .swiper{
  margin-top: calc(0.8345vw + 14px);
}
#index-body .index-8 .container .cont .right .swiper .img{
  height: 130px;
  background-size: cover;
}

@media (max-width: 1250px) {
    #index-body .index-8 .container .cont .left .img{
    height: 270px;
  }
  #index-body .index-8 .container .cont .right .swiper .img{
    height: 80px;
  }
}
@media (max-width: 1000px) {
    #index-body .index-8 .container .cont .left{
    width: 100%;
  }
  #index-body .index-8 .container .cont .right{
    width: 100%;
    margin-top: calc(1.3555vw + 14px);
  }
  #index-body .index-8 .container .cont .right .swiper .img{
    height: 200px;
  }
}
@media (max-width: 500px) {
    #index-body .index-8 .container .cont {
    padding: 50px 20px;
  }
}
.wt-t11{
  font-weight: 400;
font-size: var(--ft18);
color: #000000;
line-height: 1.7;
max-width: 520px;
}
.wt-t12{
  font-weight: bold;
font-size: var(--ft34);
color: #000000;
line-height: 1.1;
}
.factory-c-page {
  background-color: #f7f7f7;
}
.factory-c-page span.h2 {
  color: var(--color);
}
.factory-c-page .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  line-height: 1.6;
}
.factory-c-page span.h6 {
  line-height: 1;
  font-weight: 600;
}
.factory-c-page .factory-2 .list li {
  background-color: white;
  padding: 14% 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.factory-c-page .factory-2 .list li p {
  font-weight: 600;
}
.factory-c-page .factory-2 .list li i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-c-page .factory-2 .list li:hover {
  background-color: var(--color);
  color: white;
}
.factory-c-page .factory-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.factory-c-page .factory-4 .box {
  background-color: white;
  -webkit-box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
  box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
}
.factory-c-page .factory-4 .box span.h2 {
  color: black;
}
.factory-c-page .factory-4 .box span.num:after,
.factory-c-page .factory-4 .box span.num:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.factory-c-page .factory-4 .box span.num em {
  padding: .4em .5em;
  background-color: #353535;
  display: block;
  border-radius: .3em;
  color: white;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1000px) {
   .factory-c-page .factory-2 .list {
    padding-left: 0;
    padding-right: 0;
  }
  .factory-c-page .factory-2 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .factory-c-page .factory-2 .list ul i {
    max-width: 30px;
  }
}
@media (max-width: 700px) {
   .factory-c-page .factory-4 .box {
    padding: 8% 4%;
  }
   .factory-c-page .factory-2 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .factory-c-page .factory-2 .list li {
    padding: 4%;
  }
}
.contact-page .contact-1 {
  padding: 75px 0 150px;
  /*background: url("../images/contact-bg.jpg") center center;*/
  background-size: cover;
  color: black;
}
.contact-page .contact-1 span.tag {
  display: block;
  font-size: var(--ft34) !important;
  line-height: 1.5;
  margin-bottom: calc(0.315vw + 14px);
}
.contact-page .contact-1 h2 {
  font-size:  var(--ft28) !important;
  font-weight: bold;
  line-height: 1.5;
  max-width: 60%;
}
.contact-page .contact-1 .box {
  margin-top: 50px;
}
.contact-page .contact-1 .box h5 {
  font-size:  var(--ft46) !important;
  line-height: 1.5;
  margin-bottom: calc(0.8345vw + 14px);
  font-weight: bold;
}
.contact-page .contact-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.contact-page .contact-1 .box .left:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.contact-page .contact-1 .box .left .content {
  padding-right: 15%;
}
.contact-page .contact-1 .box .left .text {
  font-size:  var(--ft18) !important;
  line-height: 1.6;
}
.contact-page .contact-1 .box .left .info {
  margin-top: calc(0.8345vw + 14px);
}
.contact-page .contact-1 .box .left .info ul li {
  margin-bottom: calc(0.8345vw + 14px);
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
}
.contact-page .contact-1 .box .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .box .left .info ul li:hover {
  color: var(--color);
}
.contact-page .contact-1 .box .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .right {
  width: 66%;
}
.contact-page .contact-1 .box .right:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: calc(1.3555vw + 14px);
}
.contact-page .contact-1 .box .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  line-height: 24px;
  padding: 15px;
  border: none;
  background: #f1f1f1;
  width: 100%;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  height: 64px;
  line-height: 60px;
  padding: 0 60px;
  border: 2px solid var(--color);
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1400px) {
  .contact-page .contact-1 .box h5 {
    font-size: calc(0.8345vw + 14px);
  }
  .contact-page .contact-1 .box .left .content {
    padding-right: 5%;
  }
  .contact-page .contact-1 .box .left .info ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right .form ul li label {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form ul li input,
  .contact-page .contact-1 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul li textarea {
    height: 100px;
  }
  .contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    padding: 0 30px;
  }
  .contact-page .contact-1 {
    padding: calc(2.6067vw + 20px) 0;
  }
}
@media (max-width: 700px) {

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

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

  .factory-page .factory-1 .box .right {
    width: 100%;
    margin-top: calc(0.315vw + 14px);
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before{
    display: none;
  }
  .factory-page .factory-1 h2.title{
    max-width: none;
    font-size: 26px;
  }
}
.text-color {
  color: var(--color);
}
.text-family {
  font-family: 'Bahnschrift';
  font-weight: bold;
}
.inner.container {
  width: 1475px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 70px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius:50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 785px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.about-page .about-1 .container .left img {
  margin-top: 80px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-1 .text p {
  padding: 0 60px;
}
.about-page .about-1 ul {
  margin-bottom: 106px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
  font-family: var(--font);
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 960px;
  padding-top: calc(3.959vw + 14px);
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
  margin-bottom: -10px;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  padding-left: 50px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 180px 0 0px;
}
.about-page .about-4 h2 {
  margin-top: 0px;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}

.service .service-1 {
  padding-top: 110px;
}
.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  font-family: var(--font);
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  padding: 140px 0 105px;
}
.service .service-2 .container {
  padding: 0 50px;
}
.service .service-2 .container .right {
  width: 50%;
}
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: #c4dda5;
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 135px 30px 25px;
}
.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
  width: 90%;
}
.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -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);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.service .service-3 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
  color: white;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: 18px;
  padding-left: 20px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.application .application-1 {
  padding: 140px 0 110px;
}
.application .application-1 .container .left {
  width: 33%;
}
.application .application-1 .container .left ul li.active {
  background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
  color: white;
}
.application .application-1 .container .left ul li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
  height: 65px;
  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;
  padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  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;
}
.application .application-1 .container .left ul li a h4 {
  width: 75%;
  margin-left: 20px;
  line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
  font-size: 24px;
  margin-left: auto;
}
.application .application-1 .container .left .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.application .application-1 .container .left .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
  color: white;
  text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
  background-color: white;
  padding: 15px 50px;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}
.application .application-1 .container .left .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right {
  width: 67%;
  padding-left: 50px;
  margin-top: -10px;
}

.application .application-1 .container .right .imgs ul li {
  width: 48%;
  margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
  background-color: #c4dda5;
}
.application .application-1 .container .right .faq-content ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
  width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
  width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -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);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #111;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: calc(0.8345vw + 14px);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
line-height: 40px;
  min-height: 6em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.7;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: -0.2em;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.news-page .news-1 .list ul li .box:hover time,
.news-page .news-1 .list ul li .box:hover h6,
.news-page .news-1 .list ul li .box:hover p,
.news-page .news-1 .list ul li .box:hover a.link{
  color: var(--color);
}
.newdet-page{
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-family: 'Bahnschrift';
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding:  0 0 40px 0;
  text-align: left;
  /*border-top: 1px #301500 dotted;*/
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media (max-width: 1700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: calc(3.0225vw + 12px) 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .inner.container {
    width: 1400px;
  }

  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1500px) {
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
    min-height:0em;
  }
}
@media (max-width: 1400px) {
  .inner.container {
    width: 1200px;
  }

  .font-45 {
    font-size: 36px;
  }
  .font-35 {
    font-size: calc(0.8345vw + 14px);
  }
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1250px) {
   .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .inner.container {
    width: 1000px;
  }
  .font-45 {
    font-size: calc(0.8345vw + 14px);
  }
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: calc(1.3555vw + 14px);
  }

  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
  .service .service-2 {
    padding: calc(3.0225vw + 12px) 0;
  }
  .service .service-2 .container {
    padding: 0 15px;
  }
  .service .service-2 .container .right {
    width: 60%;
  }
  .application .application-1 .container .left ul li a {
    height: auto;
    padding: 20px 15px;
  }
  .application .application-1 .container .left ul li a h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1000px) {
  .news-page .news-1 .list ul li{
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
  .inner.container {
    width: 700px;
  }

  .about-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  .service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .application .application-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .application .application-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .application .application-1 {
    padding: calc(3.0225vw + 12px) 0;
  }
}
@media (max-width: 700px) {
   .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
    margin-top:10px;
  }
  .news-page .news-1 .list ul li{
    width: 100%;
  }
  .inner.container {
    width: 500px;
  }
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .inner.container {
    width: 100%;
  }
  .font-45 {
    font-size: 20px;
    line-height: 36px!important;
  }
  .font-35 {
    font-size: 20px;
    line-height: 36px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: 18px;
  }
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: calc(1.3555vw + 14px);
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
  .application .application-1 .container .right .imgs ul li {
    width: 100%;
    margin: 15px 0;
  }
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: calc(1.3555vw + 14px);
  width: 27%;
  text-align: center;
}

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

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

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: calc(0.8345vw + 14px);
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  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: calc(0.8345vw + 14px);
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

  .product-page .pro_init_1 .container .right {
    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: calc(1.3555vw + 14px);
  }

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

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

@media (max-width: 500px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-page .product-2 {
  margin-top: calc(3.959vw + 14px);
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  font-family: 'Bahnschrift';
  font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  minmin-height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist ul li >ul a{
  line-height: 1.6;
  padding-top:11px;
  padding-bottom: 11px; 
}
.sider-box .sider-left .category .catelist > ul > li > 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{
  background-color: var(--color);
  color: #fff;
  font-weight: 600;
}

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

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

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

}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.more input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

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

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

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


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

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

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  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: calc(0.8345vw + 14px);
}
.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);
}
.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 li .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: calc(0.8345vw + 14px);
  }
  .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;
  }
}
.faq-page .faq-1 {
  padding: 5rem 0 3rem;
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
  font-size: 20px;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-page .faq-1 .list ul li.current h6 i:after{
  display: none;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: 111;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
@media screen and (max-width: 1700px) {
   .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
}
.seoPublic .title{
  font-family: 'Bahnschrift';
}
.seoPublic .Auxil-news .list ul li .content div.h6,
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: 600;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.video-page{
  padding: 2% 0 6% 0;
}
.video-page .init-1 .more{
  width: auto;
  padding: 13px 20px 12px;
  text-decoration: underline;
  height: auto;
  line-height: 1;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.video-page .init-1 .more em{
  font-weight: bold;
  font-size: 20px;
}
.video-page .bottom{
  background-color: #fafafa;
  border-radius: 20px;
  margin-top: calc(0.8345vw + 14px);
}
.video-page .bottom .top ul li .box{
  margin-top: 24px;
}
.video-page .bottom .list{
  margin-top: 37px;
}
.video-page .bottom .list ul{
  margin: 0 -8.5px;
}
.video-page .bottom .list ul li{
  padding: 0 8.5px;
}
.video-page .bottom .list ul li .box,
.video-page .bottom .list ul li .box iframe{
  border-radius: 10px;
}
.video-page .bottom .list ul .slick-arrow{
  position: absolute;
  top: 47%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 23px;
	height: 26px;
	border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
}
.video-page .bottom .list ul .slick-prev{
  background: url(../images/video-prev.png) no-repeat;
  left: -39px;
}
.video-page .bottom .list ul .slick-next{
  background: url(../images/video-next.png) no-repeat;
  right: -39px;
}
.video-page .bottom .btn{
  margin-top: 60px;
}
.video-page .bottom .btn a{
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: underline;
}
.download-page .list ul li{
  background-color: #d9d9d9;
	border-radius: 35px;
  margin-bottom: 23px;
}
.download-page .list ul li:hover{
  background: var(--color);
}
.download-page .list ul li:last-child{
  margin-bottom: 0;
}

/*2025-10-23*/
.about-add{
  padding-bottom: 9.84375%;
}
.about-add ul{
  margin: -13px;
}
.about-add ul li{
  padding: 13px;
  text-align:center;
}
.about-add ul li .text span{
  font-weight: 600;
}
.about-add ul li .text p{
  line-height: 1.2;
  color: #888888;
}
.about-add ul li .item{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  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;
    z-index: 1;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.about-add ul li .item .con{
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-family: 'Arial';

  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 40px;
}
.about-add ul li .item .more{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  padding: 9px 0 8px;
  height: auto;
}
.about-add ul li .item .more::before{
  background: #fff;
}
.about-add ul li .item .more::after{
  display: none;
}
.about-add ul li .item .more:hover{
  color: #000;
}
.about-add ul li .item::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.about-add ul li:hover .item{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-3{
  margin-bottom: 3.23%;
}
.about-page .about-3 .left{
  width: 30.209%;
}
.about-page .about-3 .right .text{
  padding-right: 5%;
}
.about-page .about-3 .right .text .text-l{
  width: 66%;
}
.about-page .about-3 .right .text .list ul{
  margin: 0 -19.5px;
}
.about-page .about-3 .right .text .list ul li{
  padding: 0 19.5px;
}
.about-page .about-3 .right .text .img_box{
  margin: -60px 0 0 0;
}
.about-page .about-3 .right .box{
  margin-top: 20px;
}
.about-page .about-5{
  background: #24292c;
  color: #fff;
  padding: 6.25% 0;
}
.about-page .about-5 .header .title{
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.09;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.about-page .about-5 .header p{
  font-size: 18px;
  /*letter-spacing: .8rem;*/
  font-weight: 500;
  margin: 0;
  line-height: 2;
  /*text-transform: uppercase;*/
  color: var(--color);
}
.about-page .about-5 .content{
  margin-top: 60px;
}
.about-page .about-5 .content p{
   text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: .1rem;
    margin: 20px 0 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.about-page .about-6{
  background: #dbd6d3;
  color: #000;
}
.about-page .about-6 .content p{
  color: #000;
}
.about-page .about-6 ul li{
  padding-top: calc(0.8345vw + 14px);
}
.about-page .about-6 ul .slick-current li{
  padding-top: 0;
}
.about-page .about-6 ul .slick-current + div + div li{
  padding-top: 0;
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 .right .text .text-l{
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-5 .header .title{
    font-size: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .container .left .more{
    margin-left: 0;
  }
  .about-page .about-1{
    padding: 60px 0 0;
  }
  .about-page .about-1 ul li .right{
    line-height: 1.5;
  }
  .about-page .about-1 ul{
    margin-bottom: 60px;
  }
  .about-add {
    padding-bottom: 13%;
  }
  .about-page .about-3{
    margin-top: 60px;
  }
  .about-page .about-3 .left{
    width: 100%;
  }
  .about-page .about-5 .header .title {
    font-size: 36px;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .content{
    margin-top: calc(0.8345vw + 14px);
  }
  .about-page .about-1{
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .container .left img,
  .about-page .about-1 .container .right img{
    margin-top: calc(0.8345vw + 14px);
  }
  .about-page .about-1 .container .left{
    margin-bottom: calc(0.8345vw + 14px);
  }
  .about-page .about-1 .text {
    margin-top: calc(0.8345vw + 14px);
    padding-bottom: calc(0.8345vw + 14px);
  }
  .about-add ul li{
    width: 50%;
  }
  .about-add ul li .text span{
    font-size: 20px;
  }
  .about-add ul li .text p{
    line-height: 2;
  }
  .about-page .about-2 .content{
    padding: 30px 0;
  }
  .about-page .about-2 .content ul {
    margin: 30px -15px 0;
  }
  .about-page .about-3 .left{
    margin-bottom: calc(0.8345vw + 14px);
  }
  .about-page .about-3 .right .box .box-l{
    padding: 30px 15px;
  }
  .about-page .about-5 .header .title {
    font-size: calc(0.8345vw + 14px);
    line-height: 1.3
  }
  .about-page .about-4{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-add ul li{
    width: 100%;
  }
  .about-page .about-4 h2{
    margin-top: 0;
  }
}
#index-body .about-add{
  padding: 6% 0 0 0;
}
#index-body .product {
  background-color: #f6f6f6;
  padding: 76px 0 86px;
}
#index-body .product .content {
  margin-top: 53px;
}
#index-body .product .content ul {
  margin: -16px;
}
#index-body .product .content ul li {
  padding: 16px;
}
#index-body .product .content ul li .ig {
  padding: 8px 8px 20px;
  background: #fff;
}
#index-body .product .content ul li .ig .text {
  padding: 17px 55px 0 54px;
}
#index-body .product .content ul li .ig .text .tit {
  font-size: 18px;
  line-height: 1.3;
}
#index-body .product .content ul li .ig .text .more {
  margin-top: 19px;
  background: #fff;
  color: #1a1a1a;
  opacity: 0;
}
#index-body .product .content ul li .ig .text .more::before,
#index-body .product .content ul li .ig .text .more::after {
  background: #ccc;
}
#index-body .product .content ul li .ig:hover {
  background-color: var(--color);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  border-radius: 5px;
}
#index-body .product .content ul li .ig:hover .text .tit {
  font-weight: 600;
}
#index-body .product .content ul li .ig:hover .text .more {
  opacity: 1;
}
#index-body .product .page {
  padding: 53px 8px 0;
}
#index-body .product .page .prev,
#index-body .product .page .next {
  display: inline-block;
  width: 70px;
  height: 46px;
  background-color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .prev img,
#index-body .product .page .next img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .page .prev:hover,
#index-body .product .page .next:hover {
  background: var(--color);
}
#index-body .product .page .prev:hover img,
#index-body .product .page .next:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .product .page .dots li {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .dots li::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.3);
}
#index-body .product .page .dots li button {
  display: none;
}
#index-body .product .page .dots li:last-child {
  margin-right: 0;
}
#index-body .product .page .dots li.slick-active {
  border-color: var(--color);
}
#index-body .product .page .dots li.slick-active::after {
  background: var(--color);
}
@media (max-width: 1680px) {
    #index-body .product .content ul li .ig .text {
    padding: 17px 30px 0;
  }
}
@media (max-width: 1000px) {
   #index-body .product {
    padding: 60px 0;
  }
  #index-body .product .content {
    margin-top: 26px;
  }
  #index-body .product .content ul {
    margin: -8px;
  }
  #index-body .product .content ul li {
    padding: 8px;
  }
  #index-body .product .content ul li .ig .text {
    padding: 12px 0 0;
  }
  #index-body .product .page {
    padding: 26px 8px 0;
  }
}
@media (max-width: 700px) {
    #index-body .product {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
    #index-body .product .content ul li .ig {
    background: var(--color);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    border-radius: 5px;
  }
  #index-body .product .content ul li .ig .text .more {
    opacity: 1;
  }
}
.more {
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  width: 151px;
  height: 46px;
  font-weight: 300;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  -moz-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  -ms-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(26, 26, 26, 0.05);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.more::after {
  content: "";
  position: absolute;
  left: 55%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -moz-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -ms-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.more:hover:before {
  top: -35%;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -moz-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.more:hover::after {
  top: -45%;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -moz-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media (max-width: 1000px) {
  #index-body .init-5 .swiper_i5 .swiper-slide{
    min-height: unset;
  }

}
.value-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  justify-content: space-between;
}
.value-page ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.value-page .img {
  width: 50%;
  padding: 10px;
}
.value-page .mml-text {
  width: 50%;
  padding: 10px;
}
.value-page .mml-text .content {
  max-width: 480px;
  margin: auto;
}
.value-page .mml-text .content h2 {
  font-size: 42px;
   
}
.value-page .mml-text .content h2 span {
  display: inline-block;
  border-bottom: 2px solid #6e6e6e;
}
@media screen and (max-width: 1000px) {
  .value-page ul li {
    display: block;
  }
  .value-page .img {
    width: 100%;
  }
  .value-page .mml-text {
    width: 100%;
    margin: 0;
  }
  .value-page .mml-text .content {
    max-width: 100%;
  }
  .value-page .mml-text .content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.application-page {
  padding: 5rem 0 5.35rem;
  background: #f2ede6;
  border-radius: 70px 0 0 0 ;
}
.application-page .app-1{
  margin-bottom: 3rem;
  text-align: center;
}
.application-page .app-1 h3{
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'TRI';
  margin-bottom: 1.5rem;
}
.application-page .ap-list li {
  margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.application-page .ap-list li .img img{

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

.application-page .ap-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .application-page .ap-list li .text p {
    margin-top: 1rem;
  }
  .application-page .ap-list li .text .more {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text .products {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .ap-list li .img {
    width: 100%;
  }
  .application-page .ap-list li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .ap-list li .text .products h4 {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper_banner .swiper-slide .banner-text{
    bottom:60px;
  }
  #banner .swiper_banner .swiper-slide video{
    height: 50vh;
  }
}
@media (max-width: 700px) {}
@media (max-width: 700px) {}
@media (max-width: 700px) {}
@media (max-width: 700px) {}
@media (max-width: 700px) {}
@media (max-width: 700px) {}
.smallImg .slick-track{
  display: block;
}
.product-page .prodet-2 .ret .content  iframe{
  height: 400px;
}