@font-face {
  font-family: "Aktiv Grotesk Ex";
  src: url("../fonts/AktivGroteskEx-Bold.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Ex";
  src: url("../fonts/AktivGroteskEx-Regular.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #d01e1c;
  --fm: "Aktiv Grotesk Ex";
}
: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: calc(0.2085vw + 14px);
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: calc(0.1055vw + 14px);
}
#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: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(0.525vw + 14px);
}
.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: calc(0.1055vw + 14px);
  }
  .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: calc(0.525vw + 14px);
  -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: "Montserrat";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: calc(0.1055vw + 14px);
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid transparent !important;
  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: calc(0.315vw + 14px);
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: calc(0.1055vw + 14px);
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: calc(0.625vw + 14px);
  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;
  padding: 20px 80px;
}
#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 .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#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: calc(0.1055vw + 14px);
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  padding: 16px 20px 12px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(1.2465vw + 13px);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(1.46vw + 14px);
  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(--ft16);
}
#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: rgba(173, 212, 97, 1);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
#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: calc(0.1055vw + 14px);
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 calc(1.0385vw + 13px);
  height: 60px;
  background: var(--color);
  border-radius: 10px;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  margin-left: var(--ft36);
  margin-right: var(--ft36);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(0.1055vw + 14px);
  color: #000000;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .lang-img {
  height: 25px;
  margin-right: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: calc(0.1055vw + 14px);
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: calc(0.1055vw + 14px);
  margin-left: 10px;
  color: #000;
}
#header.active > .nav > .menu .menu-box,
#header.active1 > .nav > .menu .menu-box {
  background: var(--color);
  border-radius: 20px;
}
#header.active > .nav > .menu .menu-box .left .logo img,
#header.active1 > .nav > .menu .menu-box .left .logo img {
  filter: brightness(0) invert(1);
}
#header.active > .nav > .menu .menu-box .right .pp_btn,
#header.active1 > .nav > .menu .menu-box .right .pp_btn {
  background: #fff;
  color: var(--color);
}
#header.active > .nav > .menu .menu-box .right .pp_btn:hover,
#header.active1 > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000;
  color: #fff;
}
@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: 1750px;
  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: end;
  bottom: calc(2.6555vw + 15px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner-text {
  max-width: 471px;
  position: absolute;
  left: 5.21%;
  top: calc(9.9vw + 33px);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 1.56;
}
#banner .swiper_banner .swiper-slide .banner-text .bd_btn {
  margin-top: var(--ft46);
  color: #fff;
}
#banner .swiper_banner .swiper-slide .banner-text .bd_btn::after {
  background: #fff;
}
#banner .swiper_banner  .banner-bg1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(-2.3955vw - 14px);
  z-index: 3
}
#banner .swiper_banner  .banner-bg1 .bg-t1 {
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  text-align: right;
  line-height: 1;
}
#banner .swiper_banner  .banner-bg1 .bg-t1 span {
  line-height: 1;
  position: relative;
}
#banner .swiper_banner  .banner-bg1 .bg-t1 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
#banner .swiper_banner  .banner-bg1 .bg-t2 {
  margin-top: 5px;
  text-align: right;
  line-height: 1.1;
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(7.759vw + 5px);
  color: #ffffff;
}
.bd_btn {
  position: relative;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #000000;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 0.7;
}
.bd_btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bd_btn:hover::after {
  width: 0%;
}
.all-h {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft50);
  color: #000000;
  line-height: 1.2;
}
.all-p {
  font-weight: 500;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1.56;
      max-height: 270px;
    padding-right: 20px;
 
    overflow: auto;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding-bottom: calc(7.8vw + 24px);
  padding-top: calc(9.9vw + 13px);
  background: #fff;
}
#index-body .init-1 .container .i1-t .it-p1 {
  text-align: center;
  line-height: 1.2;
  font-family: var(--fm);
  font-weight: bold;
  font-size: 50px;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-sp1 {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-n1 {
  position: relative;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg1 {
  position: absolute;
  left: -135px;
  top: -56px;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg2 {
  position: absolute;
  top: -63px;
  right: -229px;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg3 {
  position: relative;
  top: -18px;
  margin: 0 20px;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-n2 {
  position: relative;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-n2 span {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg4 {
  position: absolute;
  left: -328px;
  bottom: -326px;
}
#index-body .init-1 .container .i1-b {
  display: flex;
}
#index-body .init-1 .container .i1-b > div {
  width: 50%;
}
#index-body .init-1 .container .i1-b .i1-r {
  padding-left: var(--ft20);
  padding-right: var(--px130);
}
#index-body .init-1 .container .i1-b .i1-r .i1-h1 {
  padding-top: var(--ft18);
  font-weight: 400;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1.56;
  margin-bottom: calc(2.3955vw + 12px);
}
#index-body .init-3 {
  padding-top: calc(6.77vw + 17px);
  padding-bottom: calc(6.77vw + 21px);
}
#index-body .init-3 .container {
  display: flex;
}
#index-body .init-3 .container .i3-l {
  width: 38.6%;
  padding-right: var(--ft46);
}
#index-body .init-3 .container .i3-l .i3l-h {
  padding-top: calc(1.2465vw + 13px);
}
#index-body .init-3 .container .i3-l .i3l-h span {
  position: relative;
}
#index-body .init-3 .container .i3-l .i3l-h span img {
  position: absolute;
  top: -13px;
  right: -248px;
}
#index-body .init-3 .container .i3-l .i3l-p {
  margin-top: calc(9.9vw + 20px);
}
#index-body .init-3 .container .i3-l .bd_btn {
  margin-top: calc(3.0225vw + 11px);
}
#index-body .init-3 .container .i3-r {
  width: 61.4%;
}
#index-body .init-4 {
  padding-bottom: calc(8.752vw + 18px);
  padding-top: calc(5.21vw + 19px);
  background: #add461;
  border-radius: var(--ft50);
}
#index-body .init-4 .container .all-h {
  color: #fff;
  line-height: 1;
}
#index-body .init-4 .container .all-p {
  color: #fff;
  /*line-height: 1;*/
  margin-top: var(--ft26);
}
#index-body .init-4 .container .swiper_i4 {
  padding-top: 126px;
  overflow: hidden;
}
#index-body .init-4 .container .swiper_i4 .swiper-slide {
  overflow: hidden;
  padding: calc(2.0835vw + 12px) var(--ft30) calc(6.25vw + 150px);
  background: #ffffff;
  border-radius: var(--ft20);
  position: relative;
}
#index-body .init-4 .container .swiper_i4 .swiper-slide:hover .i4-bg {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#index-body .init-4 .container .swiper_i4 .swiper-slide .i4-bg {
  position: absolute;
  bottom: -138px;
  left: -67px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .swiper_i4 .swiper-slide .i4-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  color: #000000;
  line-height: 1.4;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .swiper_i4 .swiper-slide .i4-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1.56;
  position: relative;
  z-index: 2;
}
#index-body .init-5 {
  padding-top: calc(5.75vw + 19px);
  padding-bottom: calc(5.21vw + 14px);
}
#index-body .init-5 .i5-m {
  background: #fef8e6;
  border-radius: var(--ft20);
  display: flex;
  height: 747px;
}
#index-body .init-5 .i5-m > div {
  width: 50%;
}
#index-body .init-5 .i5-m .i5-r {
  position: relative;
}
#index-body .init-5 .i5-m .i5-r .i5-r1 {
  max-width: unset;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .init-5 .i5-m .i5-r .i5-r2 {
  position: absolute;
  left: 3px;
  top: 37.4%;
}
#index-body .init-5 .i5-m .i5-l {
  padding-left: calc(2.6067vw + 15px);
  padding-top: calc(4.1667vw + 16px);
}
#index-body .init-5 .i5-m .i5-l .i5l-p2 {
  margin-top: var(--ft30);
  margin-bottom: 11.45vw;
  padding-right: 11.45vw;
}
#index-body .init-6 {
  padding-top: calc(5.519vw + 12px);
  padding-bottom: calc(6.25vw + 15px);
  background: #b369fc;
}
#index-body .init-6 .container .all-h {
  color: #fff;
  line-height: 1.5;
}
#index-body .init-6 .container .all-p {
  color: #fff;
  line-height: 1.5;
  margin-top: var(--ft24);
}
#index-body .init-6 .container .swiper_i6 {
  margin-top: calc(2.6067vw + 18px);
}
#index-body .init-6 .container .swiper_i6 .swiper-slide {
  background: #ffffff;
  border-radius: var(--ft20);
  display: grid;
  grid-template-columns: 412fr 404fr;
}
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-l {
  padding-top: calc(2.6555vw + 14px);
  padding-left: calc(1.46vw + 13px);
}
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-r{
  position: relative
}
.i6-rbg{
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  object-fit: contain
}
/*#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-r::after{
  content:'';
  position: absolute;
  height: 100%;
  width: 87px;
  background: url(../images/news-bg.png) no-repeat center transparent;
  background-size: cover;
  left: 0;
  top: 0;
}*/
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-l .i6-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #da0243;
}
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-l .i6-p2 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.415vw + 14px);
  color: #000000;
  margin-top: var(--ft50);
  margin-bottom: var(--ft34);
}
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-l .i6-p3 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1.57;
}
#index-body .init-2 .i2-m {
  position: relative;
  display: flex;
  height: 686px;
}
#index-body .init-2 .i2-m .i2-c {
  position: absolute;
  height: 686px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .i2-m .i2-c .i2-s {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  overflow: hidden;
}
#index-body .init-2 .i2-m .i2-c .i2-d {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init-2 .i2-m .i2-c:last-child .i2-s {
  opacity: 1;
}
#index-body .init-2 .i2-m .i2-c:last-child .i2-d {
  opacity: 1;
}
#index-body .init-2 .i2-m .i2-cv {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .init-2 .i2-m .i2-c1 {
  transform: translateX(calc(-4.427vw * 6));
  z-index: 3;
}
#index-body .init-2 .i2-m .i2-c2 {
  transform: translateX(calc(-4.427vw * 5));
  z-index: 4;
}
#index-body .init-2 .i2-m .i2-c3 {
  transform: translateX(calc(-4.427vw * 4));
  z-index: 5;
}
#index-body .init-2 .i2-m .i2-c4 {
  transform: translateX(calc(-4.427vw * 3));
  z-index: 6;
}
#index-body .init-2 .i2-m .i2-c5 {
  transform: translateX(calc(-4.427vw * 2));
  z-index: 7;
}
#index-body .init-2 .i2-m .i2-c6 {
  transform: translateX(calc(-4.427vw * 1));
  z-index: 8;
}
#index-body .init-2 .i2-m .i2-c7 {
  transform: translateX(calc(-4.427vw * 0));
  z-index: 9;
}
#index-body .init-2 .i2-m .i2-c {
  display: flex;
}
#index-body .init-2 .i2-m .i2-c .i2-a {
  cursor: pointer;
  width: 8.385vw;
  border-radius: var(--ft20);
  padding: calc(2.3955vw + 13px) var(--ft30);
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #ffffff;
  display: flex;
  -webkit-writing-mode: td;
  -ms-writing-mode: tb;
  writing-mode: tb;
  align-items: end;
}
#index-body .init-2 .i2-m .i2-c .i2-s {
  background: var(--ft20);
  overflow: hidden;
  width: 31.458vw;
}
#index-body .init-2 .i2-m .i2-c .i2-d {
  width: 34vw;
  background: #fef8e6;
  border-radius: var(--ft20);
  padding: calc(5.519vw + 13px) calc(6.77vw + 20px) var(--ft20) calc(3.0725vw + 14px);
}
#index-body .init-2 .i2-m .i2-c .i2-d img {
  margin-bottom: var(--ft24);
  margin-top: var(--ft20);
}
#index-body .init-2 .i2-m .i2-c .i2-d .i2d-p2 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft30);
  color: #000000;
  line-height: 1;
}
#index-body .init-2 .i2-m .i2-c .i2-d .i2d-p3 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1.56;
  margin-top: var(--ft44);
  margin-bottom: calc(2.2385vw + 14px);
}
#index-body .init-2 .i2-m .i2-c .i2-s {
  overflow: hidden;
  border-radius: var(--ft20);
}
#index-body .init-2 .i2-m .i2-c .i2-s img {
  height: 100%;
  object-fit: cover;
}
#footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--ft20) var(--ft20) 0px 0px;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  margin-top: calc(-0.315vw - 14px);
}
#footer .ff-line {
  background: #dedede;
  height: 1px;
}
#footer .ftt {
  border-radius: var(--ft20) var(--ft20) 0px 0px;
  padding-top: var(--px140);
  padding-bottom: calc(2.6555vw + 16px);
}
#footer .ftt .container {
  display: flex;
  justify-content: space-between;
}
#footer .ftt .container .ftt-c .ftt-h1 {
  margin-bottom: var(--ft44);
}
#footer .ftt .container .ftt-c .ftt-51 {
  margin-bottom: calc(1.88vw + 15px);
}
#footer .ftt .container .ftt-c .fx {
  display: flex;
  font-size: var(--ft20);
  color: #add461;
}
#footer .ftt .container .ftt-c .fx a {
  margin-right: var(--ft40);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ftt .container .ftt-c .fx a:hover {
  color: var(--color);
}
#footer .ftt .container .ftt-c .ftt-li {
  font-weight: 500;
  font-size: var(--ft18);
  color: #272727;
  max-width: 350px;
  line-height: 1.56;
  margin-bottom: var(--ft34);
}
#footer .ftt .container .ftt-c .ftt-li span {
  position: relative;
}
#footer .ftt .container .ftt-c .ftt-li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #272727;
}
#footer .ftt .container .ftt-c .ftt-h {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft30);
  color: #000000;
}
#footer .ftt .container .ftt-c .ftt-m1 {
  max-width: 510px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .ftt .container .ftt-c .ftt-m1 .ftt-n {
  width: 50%;
}
#footer .ftt .container .ftt-c .ftt-m .ftt-n {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft18);
  color: #272727;
  line-height: 1;
  margin-bottom: var(--ft16);
}
#footer .ftt .container .ftt-c .ftt-m .ftt-n:hover {
  color: var(--color);
}
#footer .ftt .container .ftt-c #ewm {
  width: 195px;
  height: 195px;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .ftt .container .ftt-c #ewm img,
#footer .ftt .container .ftt-c #ewm svg,
#footer .ftt .container .ftt-c #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  position: relative;
  font-size: calc(0.1055vw + 14px);
  font-weight: 500;
  overflow: hidden;
  color: #272727;
}
#footer .copyright .container {
  padding-top: calc(0.575vw + 14px);
  padding-bottom: calc(0.729vw + 14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #272727;
  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 .fc_r {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #add461;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .copyright .container .left {
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #272727;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg4 {
  position: absolute;
  left: 200px;
  bottom: -286px;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg4 .i1-bg41 {
  position: relative;
  z-index: 0;
}
#index-body .init-1 .container .i1-t .it-p1 .i1-bg4 .i1-bg42 {
  position: absolute;
  left: -54px;
  bottom: -27px;
  z-index: 1;
  max-width: unset;
}
.init-7 {
  padding-top: calc(6.5vw + 10px);
  padding-bottom: calc(7.759vw + 5px);
  /* breakpoints 与你之前设置对应 */
  /* 3 */
  /* 2 */
  /* 1 */
}
.init-7 .marquee {
  margin-top: var(--px100);
  width: 100%;
  box-sizing: border-box;
}
.init-7 .marquee__track {
  display: flex;
  gap: 30px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.init-7 .slide {
  flex: 0 0 12.5%;
  /* 默认 slidesPerView = 4 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  width: 242px;
  height: 242px;
  position: relative;
  z-index: 1;
  background: #f4eada;
  border-radius: var(--ft20);
}
.init-7 .slide:nth-of-type(even) {
  transform: rotate(-10deg);
}
.init-7 .slide:nth-of-type(odd) {
  transform: rotate(10deg);
}
.init-7 .slide:nth-of-type(2n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/t1-1.png) no-repeat center;
  right: -33px;
  bottom: -33px;
  transform: rotate(10deg);
  z-index: 5;
}
.init-7 .slide:nth-of-type(4n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(4n)::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 66px;
  background: url(../images/t1-2.png) no-repeat center;
  right: -59px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}
.init-7 .slide:nth-of-type(6n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(6n)::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 67px;
  background: url(../images/t1-3.png) no-repeat center;
  right: -70px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}
.init-7 .slide:nth-of-type(8n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(8n)::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/t1-1.png) no-repeat center;
  right: -33px;
  bottom: -33px;
  top: unset;
  left: unset;
  transform: rotate(10deg);
  z-index: 5;
}
.init-7 .slide:nth-of-type(10n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(10n)::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 66px;
  background: url(../images/t1-2.png) no-repeat center;
  right: -59px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}
.init-7 .slide:nth-of-type(12n) {
  position: relative;
  z-index: 2;
}
.init-7 .slide:nth-of-type(12n)::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 67px;
  background: url(../images/t1-3.png) no-repeat center;
  right: -70px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}
@media (max-width: 1499px) {
  .init-7 .slide {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 1249px) {
  .init-7 .slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 499px) {
  .init-7 .slide {
    flex: 0 0 100%;
  }
}
.init-8 {
  padding-top: calc(5.519vw + 12px);
  padding-bottom: calc(6.77vw + 20px);
  background: #d01e1c;
  border-radius: var(--ft20) var(--ft20) 0px 0px;
}
.init-8 .all-h {
  color: #fff;
}
.init-8 .all-p {
  color: #fff;
  margin-top: 15px;
}
.init-8 form {
  margin-top: calc(2.2385vw + 14px);
  display: grid;
  grid-template-columns: 385fr 385fr 583fr 295fr;
  gap: var(--ft24);
}
.init-8 form input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 0 17px;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #a0a0a0;
}
.init-8 form .hl_all {
  height: 60px;
  background: #add461;
  border-radius: 10px;
  width: 100%;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #ffffff;
  text-align: center;
  line-height: 66px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.init-8 form .hl_all:hover{
  background: #000;
}
@media (max-width: 1800px) {
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg4 {
    position: absolute;
    left: 34px;
    bottom: -286px;
  }
  #index-body .init-5 .i5-m {
    overflow: hidden;
  }
  #index-body .init-5 .i5-m .i5-r .i5-r2 {
    left: 51px;
  }
  #index-body .init-5 .i5-m .i5-r .i5-r1 {
    position: static;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-5 .i5-m {
    height: auto;
  }
  #index-body .init-5 .i5-m .i5-l {
    width: 35%;
  }
  #index-body .init-5 .i5-m .i5-r {
    width: 65%;
  }
  #index-body .init-5 .i5-m .i5-l .i5l-p2 {
    padding-right: 0;
  }
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 .container .i1-t .it-p1 {
    font-size: var(--ft50);
  }
  #banner .swiper_banner  .banner-bg1 {
    bottom: calc(-1.2465vw - 19px);
  }
  #banner .swiper_banner  .banner-bg1 .bg-t2 {
    font-size: var(--px120);
  }
}
#footer .copyright .container {
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  #index-body .init-6 .container .swiper_i6 .swiper-slide .i6-l {
    padding-bottom: var(--ft30);
  }
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg4 {
    position: absolute;
    left: 34px;
    bottom: -361px;
  }
  #footer .ftt .container {
    flex-wrap: wrap;
  }
  .ftt-c1250 {
    display: none;
  }
  .container {
    width: 970px;
  }
}
#footer .copyright .container a img {
  height: auto;
}
@media (max-width: 1000px) {
  #index-body .init-2 .i2-m .i2-c {
    margin-bottom: var(--ft40);
  }
  #index-body .init-2 .i2-m .i2-c .i2-a {
    display: none !important;
  }
  #index-body .init-2 .i2-m .i2-c .i2-s,
  #index-body .init-2 .i2-m .i2-c .i2-d {
    width: 50% !important;
    opacity: 1 !important;
  }
  #index-body .init-2 .i2-m .i2-cv {
    position: static;
    transform: none !important;
  }
  #index-body .init-2 .i2-m .i2-c {
    height: auto;
  }
  #index-body .init-2 .i2-m {
    display: block;
    height: auto;
  }
  #index-body .init-1 .container .i1-b .i1-r {
    padding: 0;
  }
  .it-p1 {
    margin-bottom: var(--ft48);
  }
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg1 {
    left: 0;
  }
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg2 {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    display: none;
  }
  #index-body .init-1 .container .i1-b > div {
    width: 100%;
  }
  #index-body .init-1 .container .i1-b {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg4 {
    display: none;
  }
  .init-8 form .hl_all {
    border-radius: 10px;
  }
  .init-8 form {
    grid-template-columns: 1fr;
  }
  #index-body .init-4 .container .swiper_i4 {
    padding-top: 80px;
  }
  #index-body .init-3 .container .i3-l .i3l-p {
    margin-top: var(--ft40);
  }
  #index-body .init-3 .container .i3-l .i3l-h span img {
    right: 0;
    z-index: 0;
    position: static;
  }
  #index-body .init-3 .container .i3-l .i3l-h span {
    display: block;
  }
  #index-body .init-3 .container .i3-l .i3l-h {
    padding: 0;
  }
  #index-body .init-3 .container .i3-r {
    width: 100% !important;
    margin-top: var(--ft30);
  }
  #index-body .init-3 .container .i3-l {
    width: 100% !important;
    padding: 0;
  }
  #index-body .init-3 .container {
    flex-wrap: wrap;
  }
  #banner .swiper_banner  .banner-bg1 {
    bottom: -10px;
  }
  #banner .swiper_banner  .banner-bg1 .bg-t2 {
    font-size: calc(3.959vw + 14px);
    line-height: 1.5;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .init-4 .container .swiper_i4 .swiper-slide {
    padding: calc(2.0835vw + 12px) var(--ft30) 270px;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .i5-m .i5-l {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-5 .i5-m .i5-r {
    margin-top: var(--ft36);
  }
  #index-body .init-5 .i5-m .i5-r .i5-r2 {
    left: 0;
  }
  #index-body .init-5 .i5-m .i5-r .i5-r1 {
    max-width: 100%;
  }
  #index-body .init-5 .i5-m {
    flex-wrap: wrap;
  }
  #index-body .init-5 .i5-m .i5-l {
    width: 100% !important;
  }
  #index-body .init-5 .i5-m .i5-r {
    width: 100% !important;
  }
  #banner .swiper_banner .swiper-slide img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 100%;
  }
}
#index-body .init-6 .container .swiper_i6 .swiper-slide {
  overflow: hidden;
}
#index-body .init-6 .container .swiper_i6 .swiper-slide .i6-r .img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: left center;
}
@media (max-width: 500px) {
  #index-body .init-2 .i2-m .i2-c .i2-s,
  #index-body .init-2 .i2-m .i2-c .i2-d {
    width: 100% !important;
    opacity: 1 !important;
  }
  #index-body .init-2 .i2-m .i2-c {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m .i2-c .i2-d {
    padding: var(--ft50) 15px;
  }
  #index-body .init-1 .container .i1-t .it-p1 {
    margin-bottom: 6px;
  }
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg3,
  #index-body .init-1 .container .i1-t .it-p1 .i1-bg1 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #index-body .init-4 .container .swiper_i4 .swiper-slide {
    padding: calc(2.0835vw + 12px) var(--ft30) calc(9.38vw + 160px);
  }
}
.w0o0 {
  width: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}
.w0o0 img {
  width: 0 !important;
}
.op1 {
  opacity: 1 !important;
}
.about-banner {
  position: relative;
}
.about-banner .abg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: var(--px100);
}
.about-banner .abg .container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.about-banner .abg .container .ab-l {
  width: 55%;
}
.about-banner .abg .container .ab-l .mbx {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #ffffff;
}
.about-banner .abg .container .ab-l .abl1 {
  margin-top: var(--ft16);
  font-family: var(--fm);
  font-weight: bold;
  line-height: 1.5;
  font-size: calc(3.0225vw + 12px);
  color: #ffffff;
}
.about-banner .abg .container .ab-r {
  width: 40%;
  font-weight: 500;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 1.56;
  padding-bottom: var(--ft24);
}
.bd-about-page .about-1 {
  padding-top: calc(6.25vw + 14px);
  padding-bottom: var(--px120);
}
.bd-about-page .about-1 .container {
  display: flex;
}
.bd-about-page .about-1 .container > div {
  width: 50%;
}
.bd-about-page .about-1 .container .a1-l {
  padding-right: var(--ft46);
}
.bd-about-page .about-1 .container .a1-l .all-h {
  padding-top: calc(3.959vw + 7px);
  line-height: 1.5;
  margin-bottom: calc(5.519vw + 14px);
}
.bd-about-page .about-1 .container .a1-r {
  padding-left: var(--ft34);
}
.bd-about-page .about-2 {
  padding-left: 5.21%;
}
.bd-about-page .about-2 .a2-m .swiper-a2 {
  overflow: hidden;
  padding-bottom: calc(8.752vw + 9px);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide {
  padding: 103px var(--ft50) calc(2.0835vw + 13px);
  /*border-radius: var(--ft24);*/
  border-radius: 30px;
  position: relative;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg1 {
  position: absolute;
  right: 0;
  top: 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg2 {
  position: absolute;
  right: 45px;
  bottom: 0;
  transform: translateY(100%);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  color: #ffffff;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  min-height: 162px;
}
.bd-about-page .about-3 {
  padding-bottom: calc(6.25vw + 11px);
}
.bd-about-page .about-3 .container {
  display: flex;
  align-items: center;
}
.bd-about-page .about-3 .container .a3-l {
  width: 63.26%;
}
.bd-about-page .about-3 .container .a3-r {
  width: 36.74%;
  padding-left: calc(4.479vw + 14px);
}
.bd-about-page .about-3 .container .a3-r .all-h {
  margin-bottom: calc(3.0225vw + 14px);
}
.bd-about-page .about-4 {
  background: url(../images/bd-a5.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: calc(5.519vw + 15px);
  padding-bottom: calc(4.65vw + 19px);
}
.bd-about-page .about-4 .container .a4-l {
  width: 50%;
}
.bd-about-page .about-4 .container .a4-l .a4-h {
  color: #fff;
}
.bd-about-page .about-4 .container .a4-l .a4-p {
  margin-top: var(--ft18);
  color: #fff;
  margin-bottom: var(--ft44);
}
.bd-about-page .about-4 .container .a4-l .a4-i {
  display: flex;
}
.bd-about-page .about-4 .container .a4-l .a4-d1 {
  margin-right: 10px;
}
.bd-about-page .about-5 {
  padding-top: calc(4.65vw + 19px);
  padding-bottom: calc(6.25vw + 15px);
  background: #fef8e6;
}
.bd-about-page .about-5 .all-p {
  margin-top: var(--ft20);
}
.bd-about-page .about-5 .swiper-a5 {
  overflow: hidden;
  margin-top: calc(2.6555vw + 14px);
}
@media (max-width: 1000px) {
  .bd-about-page .about-4 .container .a4-l {
    width: 100%;
  }
  .bd-about-page .about-3 .container {
    flex-wrap: wrap;
  }
  .bd-about-page .about-3 .container .a3-l {
    width: 100%;
  }
  .bd-about-page .about-3 .container .a3-r {
    width: 100%;
    padding: 0;
    margin-top: var(--ft34);
  }
  .bd-about-page .about-1 .container .a1-l .all-h {
    padding: 0;
    margin-bottom: var(--ft34);
  }
  .bd-about-page .about-1 .container .a1-l {
    margin-bottom: var(--ft34);
  }
  .bd-about-page .about-1 .container > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .bd-about-page .about-1 .container {
    flex-wrap: wrap;
  }
}
#header.active1 > .nav > .menu .menu-box {
  background: var(--color);
}
.inner-banner {
  padding-top: 135px;
  padding-bottom: 22px;
}
.inner-banner .container .mbx {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #BBBBBB;
}
.bd-product-page .pro-1 {
  padding-bottom: calc(5.519vw + 16px);
}
.bd-product-page .pro-1 .container {
  display: flex;
}
.bd-product-page .pro-1 .container .p1-l {
  width: 50%;
  padding-top: calc(4.479vw + 16px);
}
.bd-product-page .pro-1 .container .p1-l .p1l-p1 {
  margin-bottom: calc(3.4405vw + 14px);
  position: relative;
}
.bd-product-page .pro-1 .container .p1-l .p1l-p1 p {
  position: relative;
  z-index: 2;
}
.bd-product-page .pro-1 .container .p1-l .p1l-p1 .p1l-img {
  position: absolute;
  left: -45px;
  top: -34px;
}
.bd-product-page .pro-1 .container .p1-r {
  width: 50%;
  padding-left: var(--ft34);
}
.bd-product-page .pro-1 .container .p1-r .p1r-m {
  padding-top: calc(2.3955vw + 13px);
  padding-bottom: calc(2.3955vw + 14px);
  background: #FEF8E6;
  border-radius: var(--ft20);
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1 {
  overflow: hidden;
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1  .swiper-wrapper {
  transition-timing-function: linear;
  /* 线性过渡 */
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1  .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  /* 启用硬件加速 */
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1 .swiper-slide {
  padding: calc(0.525vw + 13px);
  background: #fff;
  border-radius: var(--ft20);
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1 .swiper-slide:nth-of-type(2n+1) {
  border-radius: calc(3.65vw + 55px);
}
.bd-product-page .pro-2 {
  padding-top: calc(3.65vw + 13px);
  padding-bottom: calc(7.8vw + 15px);
  background: #fef8e6;
}
.bd-product-page .pro-2 .container .p2-t {
  display: flex;
  justify-content: space-between;
}
.bd-product-page .pro-2 .container .p2-t .p2-l {
  display: flex;
  align-items: center;
}
.bd-product-page .pro-2 .container .p2-t .p2-l .p2-t1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #000000;
  margin-left: 15px;
  line-height: 68px;
}
.bd-product-page .pro-2 .container .p2-t .p2-l form {
  width: 370px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 20px 0 50px;
  position: relative;
}
.bd-product-page .pro-2 .container .p2-t .p2-l form input[type="text"] {
  font-weight: 400;
  font-size: var(--ft18);
  color: #A0A0A0;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
}
.bd-product-page .pro-2 .container .p2-t .p2-l form input[type="text"]::placeholder {
  font-weight: 400;
  font-size: var(--ft18);
  color: #A0A0A0;
}
.bd-product-page .pro-2 .container .p2-t .p2-l form input[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 24px;
  height: 24px;
  border: none;
  background: url("../images/bd-pro2.png") no-repeat center;
}
.bd-product-page .pro-2 .container .p2-t .p2-r {
  display: flex;
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se {
  padding: 0 60px 0 calc(0.525vw + 13px);
  font-weight: 400;
  font-size: var(--ft18);
  color: #A0A0A0;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se::after {
  content: '';
  position: absolute;
  right: calc(0.729vw + 14px);
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(../images/ba-pro3.png) no-repeat center;
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se .p2-sm {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se .p2-sm .p2-sn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px calc(0.525vw + 13px);
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se .p2-sm .p2-sn:hover {
  background: var(--color);
  color: #FFFFFF;
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se1 {
  width: 428px;
  margin-right: calc(0.2085vw + 13px);
}
.bd-product-page .pro-2 .container .p2-t .p2-r .p2-se2 {
  width: 384px;
}
.bd-product-page .pro-2 .container .p2-b {
  margin-top: calc(2.2385vw + 14px);
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  gap: calc(0.415vw + 14px);
}
.bd-product-page .pro-2 .container .p2-b{
  margin:  calc(2.2385vw + 14px)  calc(-0.415vw - 14px) 0
}
.bd-product-page .pro-2 .container .p2-b .p2-j {

  padding: 0 11px;
  margin-bottom: calc(0.415vw + 14px);
}
.bd-product-page .pro-2 .container .p2-b  .p2-jm{
  background: #FFFFFF;
  display: block;
  border-radius: var(--ft20);
  padding-bottom: calc(0.8345vw + 13px);
}
.bd-product-page .pro-2 .container .p2-b .p2-j:hover .p2j-p1 {
  color: var(--color);
}
.bd-product-page .pro-2 .container .p2-b .p2-j .img-box {
  /*padding: calc(3.4405vw + 14px) calc(5.519vw + 13px);*/
}
.bd-product-page .pro-2 .container .p2-b .p2-j .p2j-p1 {
  padding-left: var(--ft26);
  padding-right: var(--ft34);
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bd-product-page .pro-2 .container .p2-b .p2-j .p2j-p2 {
  margin-top: 10px;
  padding-left: var(--ft26);
  padding-right: var(--ft34);
  font-weight: 400;
  font-size: var(--ft16);
  color: #272727;
  line-height: 1.4;
}
.bd-product-page .about-5 {
  background: #fff !important;
  padding-top: calc(7.759vw + 16px);
  padding-bottom: calc(7.759vw + 11px);
}
.prodet-page.bd-product-page .pro-3 .content{
  border: none;
}
.seoPublic .title{
  font-family: var(--fm);
    font-weight: bold;
    font-size: var(--ft50);
    color: #000000;
    line-height: 1.2;
}
.seoIndustry.Auxil-industry.phone_hide{
  padding-top: 0 !important;
}
.prodet-page .pro-3{
  margin: 0 !important;
}
.seoPublic>div:nth-child(odd){
  background: #fff;
}
.bd-product-page .pro-3 {
  padding-top: calc(6.77vw + 15px);
  padding-bottom: calc(6.77vw + 15px);
}
.pro-3.Auxil-related{
  padding-bottom: 0 !important;
}
.bd-product-page .pro-3 .container {
  display: flex;
}
.bd-product-page .pro-3 .container .p3-l {
  width: 38.6%;
  padding-right: var(--ft60);
  padding-top: var(--ft38);
}
.bd-product-page .pro-3 .container .p3-l .p3l-img {
  display: block;
  margin-bottom: 10px;
}
.bd-product-page .pro-3 .container .p3-l .all-p {
  margin-bottom: calc(2.6555vw + 13px);
}
.bd-product-page .pro-3 .container .p3-r {
  width: 61.4%;
}
.m-page {
  margin-top: calc(3.0225vw + 13px);
}
.m-page .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.m-page .wp-pagenavi a {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.365vw + 14px);
  color: #000;
  width: 76px;
  height: 76px;
  background: transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 84px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background: var(--color);
  color: #fff;
}
.m-page .wp-pagenavi span {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.365vw + 14px);
  color: #FFFFFF;
  width: 76px;
  height: 76px;
  background: #D01E1C;
  border-radius: 5px;
  text-align: center;
  line-height: 84px;
}
.bd-product-page .pro-1 .container .p1-r .p1r-m .swiper-pro1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bd-product-page .pro-2 .container .p2-t {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1450px) {
  .bd-product-page .pro-2 .container .p2-t .p2-l form {
    width: 270px;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-r .p2-se {
    width: 300px;
  }
}
@media (max-width: 1250px) {
  .bd-product-page .pro-3 .container .p3-l {
    padding: 0;
    width: 100%;
  }
  .bd-product-page .pro-3 .container .p3-r {
    padding: 0;
    width: 100%;
    margin-top: var(--ft38);
  }
  .bd-product-page .pro-3 .container {
    flex-wrap: wrap;
  }
  .bd-product-page .pro-2 .container .p2-b {
    /*grid-template-columns: repeat(3, 1fr);*/
  }
  .bd-product-page .pro-2 .container .p2-t .p2-l {
    margin-bottom: var(--ft38);
  }
  .bd-product-page .pro-2 .container .p2-t {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .bd-product-page .pro-2 .container .p2-b {
    /*grid-template-columns: repeat(2, 1fr);*/
  }
  .bd-product-page .pro-1 .container {
    flex-wrap: wrap;
  }
  .bd-product-page .pro-1 .container .p1-l {
    padding: 0;
    width: 100%;
  }
  .bd-product-page .pro-1 .container .p1-r {
    padding: 0;
    width: 100%;
    margin-top: var(--ft38);
  }
}
@media (max-width: 700px) {
  .bd-product-page .pro-2 .container .p2-t .p2-r .p2-se {
    width: 100%;
    margin-right: 0;
    margin-top: var(--ft38);
  }
  .bd-product-page .pro-2 .container .p2-t .p2-r .p2-se1 {
    position: relative;
    z-index: 3;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-r .p2-se2 {
    position: relative;
    z-index: 2;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-r {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .bd-product-page .pro-2 .container .p2-t .p2-l {
    margin-bottom: 0;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-l,
  .bd-product-page .pro-2 .container .p2-t .p2-r {
    width: 100%;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-l form {
    width: 100%;
  }
  .bd-product-page .pro-2 .container .p2-t .p2-l .p2-t1 {
    display: none;
  }
  .bd-product-page .pro-2 .container .p2-b {
    /*grid-template-columns: repeat(1, 1fr);*/
  }
}
.bd-sp-page .sp-1 {
  padding-bottom: calc(5.75vw + 16px);
  padding-top: calc(3.1215vw + 14px);
}
.bd-sp-page .sp-1 .container {
  display: flex;
}
.bd-sp-page .sp-1 .container > div {
  width: 50%;
}
.bd-sp-page .sp-1 .container .sp1-l {
  padding-right: calc(12.5vw + 10px);
}
.bd-sp-page .sp-1 .container .sp1-l .sp1l-p0 {
  display: block;
  margin-top: calc(1.2465vw + 13px);
  margin-bottom: calc(1.1465vw + 13px);
}
.bd-sp-page .sp-1 .container .sp1-l .sp1l-p1 {
  margin-bottom: var(--ft38);
}
.bd-sp-page .sp-1 .container .sp1-l .m-link {
  margin-top: calc(3.959vw + 14px);
}
.bd-sp-page .sp-1 .container .sp1-l .m-link a {
  padding-left: var(--ft20);
  padding-right: var(--ft18);
  min-height: 40px;
  line-height: 48px;
  background: #F4F4F4;
  display: block;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft16);
  color: #686868;
  margin-bottom: 10px;
}
.bd-sp-page .sp-1 .container .sp1-r {
  padding-left: var(--ft20);
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.bd-sp-page .sp-1 .container .sp1-r .sp1r-l {
  overflow: unset;
  /*width: 50%;*/
  width: 65%;
}
.bd-sp-page .sp-1 .container .sp1-r .sp1r-r .btn-1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: inline-block;
  padding: 0 calc(3.959vw + 9px);
  height: 60px;
  line-height: 68px;
  background: #ADD461;
  border-radius: 10px;
}
.bd-sp-page .sp-1 .container .sp1-r .sp1r-r .btn-1:hover {
  background: var(--color);
}
.bd-sp-page .sp-2 {
  background: #fef8e6;
  padding-top: calc(5.75vw + 13px);
  padding-bottom: calc(6.25vw + 15px);
}
.bd-sp-page .sp-2 .sp2-t {
  display: flex;
  margin-bottom: calc(3.0725vw + 14px);
}
.bd-sp-page .sp-2 .sp2-t .sp2t-l {
  width: 37.9%;
  border-radius: var(--ft20);
  overflow: hidden;
}
.bd-sp-page .sp-2 .sp2-t .sp2t-r {
  background: #FFFFFF;
  border-radius: var(--ft20);
  width: 62.1%;
  padding: calc(4.1667vw + 15px) calc(2.6067vw + 19px) calc(4.1667vw + 15px) calc(5.21vw + 14px);
}
.bd-sp-page .sp-2 .sp2-t .sp2t-r .all-h {
  margin-bottom: var(--ft50);
}
.bd-sp-page .sp-2 .sp2-m {
  margin-bottom: calc(3.4405vw + 13px);
  background: #FFFFFF;
  border-radius: var(--ft20);
  padding: calc(7.759vw + 14px) var(--ft60);
}
.bd-sp-page .sp-2 .sp2-b {
  overflow: hidden;
}
.bd-sp-page .sp-2 .sp2-b .swiper-slide {
  border-radius: var(--ft20);
  overflow: hidden;
}
.m-link a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: var(--ft20);
  padding-right: var(--ft18);
  min-height: 40px;
  line-height: 48px;
  background: #F4F4F4;
  display: block;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft16);
  color: #686868;
  margin-bottom: 10px;
}
.m-link a:hover {
  background: var(--color) !important;
  color: #fff !important;
}
@media screen and (max-width: 1450px) {
  .bd-sp-page .sp-1 .container .sp1-l {
    width: 40%;
    padding-right: var(--ft60);
  }
  .bd-sp-page .sp-1 .container .sp1-r {
    width: 60%;
  }
}
.bd-sp-page .sp-2 .sp2-t .sp2t-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .bd-sp-page .sp-1 .container .sp1-r .sp1r-l:hover img {
    transform: scale(1.04);
  }
  .bd-sp-page .sp-1 .container {
    flex-wrap: wrap;
  }
  .bd-sp-page .sp-1 .container .sp1-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--ft38);
  }
  .bd-sp-page .sp-1 .container .sp1-r {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .bd-sp-page .sp-2 .sp2-t .sp2t-l {
    width: 100%;
  }
  .bd-sp-page .sp-2 .sp2-t .sp2t-r {
    width: 100%;
  }
  .bd-sp-page .sp-2 .sp2-t {
    flex-wrap: wrap;
  }
  .bd-sp-page .sp-1 .container .sp1-r .sp1r-r {
    margin-top: 15px;
  }
  .bd-sp-page .sp-1 .container .sp1-r {
    flex-wrap: wrap;
  }
}
/*/////////////////////////////*/
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: var(--ft30) 15px;
}
.i-title p {
  font-size: var(--ft16);
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: var(--ft34);
  font-weight: bold;
  line-height: 1.2;
}
.tit-font {
  font-weight: bold;
  line-height: 2;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img{
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  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;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
@media (max-width: 1000px){
  .related-honor .top .con{
    max-width: 100%;
  }
}


.service-page .service-1 {
  background-color: #fff;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #add461;
  flex-wrap: nowrap;
}
.service-page .service-1 .right .list ul li .box .img {
  width: 35%;
  height: 310px;
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.service-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 50px;
  background-color: #fef8e6;
  flex-wrap: nowrap;
}
.service-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .center {
  margin-left: 8%;
  margin-right: 6%;
}
.service-page .service-2 .box .center span.h2 {
  margin-bottom: 1em;
  text-indent: -1.3em;
  
}
.service-page .service-2 .box .center a.link {
  font-weight: bold;
  line-height: 1;
  color: #221100;
  border-bottom: 1px solid #221100;
  margin-top: 1.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.service-page .service-2 .box .center .btn a {
  padding: .4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.service-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}
.service-page .service-1 .left{
  height: min-content;
}
@media screen and (max-width: 1250px) {
    .service-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .service-page .service-2 .box .center {
    margin-right: 0;
  }
  .service-page .service-2 .box .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
    .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
    .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .service-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .service-page .service-2 .box .center span.h2 {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 700px) {
    .service-page .service-2 .box .center {
    margin-left: 0;
  }
  .service-page .service-2 .box .left {
    display: none;
  }
  .service-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.flexDirectionRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flexDirectionColumn {
  -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;
}
.flexAlignCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexJustifyCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexJustifyBetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexAlignStart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexAlignEnd {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexJustifyStart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flexJustifyEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flexWrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .ui.container {
  width: auto;
  max-width: 1700px;
}
.factory-page .factory-2 .top .left span.h6 {
  color: var(--color);
  line-height: 1.5;
}
.factory-page .factory-2 .top .left span.h6 sub {
  font-size: 0.6em;
  vertical-align: baseline;
}
.factory-page .factory-2 .top .right {
  max-width: 53%;
}
.factory-page .factory-2 .top .right .text {
  margin-bottom: 3.75em;
}
.factory-page .factory-2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-2 .swiper-wrapper a.img-box {
  border-radius: 18px;
}
.factory-page .factory-2 .swiper-wrapper span.h6 {
  margin: .5em 0;
  display: block;
  text-align: center;
}
.factory-page .factory-3 span.h2 {
  margin-bottom: var(--ft50);
  display: inline-block;
}
.factory-page .factory-3 a.img-box {
  border-radius: 15px;
}
.factory-page .factory-3 span.h6 {
  margin: .9em 0;
  display: block;
}
.factory-page .factory-3 .swiper {
  position: relative;
  padding-bottom: 10px;
}
.factory-page .factory-3 .swiper:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.factory-page .factory-3 .swiper-slide:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e60012;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 1000px) {
    .factory-page .factory-2 .top .right {
    max-width: 65%;
  }
}
@media screen and (max-width: 700px) {
    .factory-page .factory-2 .top .right {
    max-width: none;
    width: 100%;
  }
  .factory-page .factory-2 .top .left {
    width: 100%;
  }
  .factory-page .factory-2 .top .left .slide {
    margin-bottom: 15px;
  }
  .factory-page .factory-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.service-c-page {
  padding: 80px 0;
}
.service-c-page .service-1 {
  max-width: 1817px;
  width: 100%;
  margin: 0 0 0 auto;
}
.service-c-page .service-1 .text {
  width: 44.827%;
  padding-right: 40px;
  vertical-align: middle;
}
.service-c-page .service-1 .text .header span {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #f4a000;
}
.service-c-page .service-1 .text .header h3 {
  font-size: 68px;
  
  line-height: 1;
  color: #0f2e45;
}
.service-c-page .service-1 .text .header p {
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
  padding-top: 20px;
}
.service-c-page .service-1 .text .content {
  margin-top: 32px;
  width: 95.8%;
}
.service-c-page .service-1 .text .content li {
  background: #f9f9f9;
  padding: 12px 20px 17px;
  margin-bottom: 20px;
}
.service-c-page .service-1 .text .content li:last-child{
  margin-bottom: 0;
}
.service-c-page .service-1 .text .content li span {
  display: inline-block;
  vertical-align: middle;
}
.service-c-page .service-1 .text .content li span svg {
  width: 69.6px;
  height: 69.6px;
}
.service-c-page .service-1 .text .content li .desc {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #282828;
  width: 76%;
  vertical-align: middle;
}
.service-c-page .service-1 .text .content li .desc h4 {
  font-size: calc(0.525vw + 14px);
  font-weight: bold;
  line-height: 44px;
  font-family: var(--fm);
}
.service-c-page .service-1 .text .content li .desc p {
  font-size: calc(0.1055vw + 14px);
  line-height: 30px;
  margin-top: 9px;
}
.service-c-page .service-1 .text .content ul.slick-dots {
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 100%;
}
.service-c-page .service-1 .text .content ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #282828;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.service-c-page .service-1 .text .content ul.slick-dots li button {
  display: none;
}
.service-c-page .service-1 .text .content ul.slick-dots li.slick-active {
  background-color: #f4a000;
}
.service-c-page .service-1 .img {
  width: 55.173%;
  vertical-align: middle;
}
.service-c-page .service-1 .img img{
  display: block;
  margin-left: auto;
}
.service-c-page .service-2 {
  padding: 48px 0 96px;
}
.service-c-page .service-2 .ui.container {
  max-width: 1270px;
  width: 100%;
}
.service-c-page .service-2 .header {
  text-align: center;
}
.service-c-page .service-2 .header span {
  font-size: calc(0.1055vw + 14px);
  line-height: 1;
  text-transform: uppercase;
  color: #f4a000;
}
.service-c-page .service-2 .header h3 {
  font-size: 46px;
  line-height: 1;
  
  margin-top: 12px;
  color: #0f2e45;
}
.service-c-page .service-2 .content {
  margin-top: 48px;
}
.service-c-page .service-2 .content li {
  padding: 0 15px;
}
.service-c-page .service-2 .content li .box {
  background-color: #add461;
  padding: 0 24px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.service-c-page .service-2 .content li .box .text {
  padding-top: 24px;
}
.service-c-page .service-2 .content li .box .text h3 {
  font-size: calc(.729vw + 14px);
  font-weight: bold;
  line-height: 1.6;
  font-family: var(--fm);
  color: #fff;
}
.service-c-page .service-2 .content li .box .text p {
  font-size: calc(0.2085vw + 14px);
  line-height: 2;
  margin-top: 15px;
   color: #fff;
   min-height: 108px;
}
.service-c-page .service-2 .content li .box .text .mores {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.service-c-page .service-2 .content li .box .text .mores i {
  margin-left: 10px;
}
.service-c-page .service-2 .content li .box .img {
  right: -20px;
  bottom: -30px;
  position: relative;
  border-radius: 30px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  overflow: hidden;
  width: 125%;
}
.service-c-page .service-2 .content li .box .img img {
  width: 100%;
}
.service-c-page .service-2 .content li:nth-child(2) .box {
  background-color: #b369fc;
}
.service-c-page .service-2 .content li:last-child .box {
  background-color: #d01e1c;
}
.service-c-page .service-2 .content li:hover .box .img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-c-page .service-3 .box {
  max-width: 1810px;
  width: 100%;
}
.service-c-page .service-3 .box .img {
  width: 56.396%;
  position: relative;
  vertical-align: middle;
}
.service-c-page .service-3 .box .img .imgs {
  mask-image: url(../images/s3-1.svg);
  -webkit-mask-image: url(../images/s3-1.svg);
  mask-position: left;
  -webkit-mask-position: left;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.service-c-page .service-3 .box .img .icon {
  position: absolute;
  top: 18%;
  right: 20%;
}
.service-c-page .service-3 .box .text {
  width: 43.604%;
  vertical-align: middle;
  padding-left: 60px;
}
.service-c-page .service-3 .box .text h3 {
  font-size: 42px;
  line-height: 1;
  
  color: #0f2e45;
}
.service-c-page .service-3 .box .text p {
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
  margin-top: 36px;
}
.service-c-page .service-3 .box .text ul {
  margin-top: 24px;
}
.service-c-page .service-3 .box .text ul li span {
  display: inline-block;
  vertical-align: middle;
}
.service-c-page .service-3 .box .text ul li span svg {
  width: 48px;
  height: 48px;
}
.service-c-page .service-3 .box .text ul li h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(0.1055vw + 14px);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--fm);
}
.service-c-page .service-3 .box .text .btn {
  margin-top: 24px;
}
.service-c-page .service-3 .box .text .btn a {
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
  display: inline-block;
  padding: 13px 33px;
  border-radius: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-c-page .service-3 .box .text .btn .a1 {
  border: 1px solid #f4a000;
  margin-right: 24px;
}
.service-c-page .service-3 .box .text .btn .a1:hover {
  background-color: #f4a000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 4em var(#282828, var(#000)) inset;
  box-shadow: 0 0 0 4em var(#282828, var(#000)) inset;
}
.service-c-page .service-3 .box .text .btn .a2 {
  background-color: #f4a000;
}
.service-c-page .service-3 .box .text .btn .a2:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.service-c-page .service-4 .box {
  margin: 0 0 0 auto;
}
.service-c-page .service-4 .box .img .imgs {
  mask-image: url(../images/s4-1.svg);
  -webkit-mask-image: url(../images/s4-1.svg);
  mask-position: right;
  -webkit-mask-position: right;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.service-c-page .service-4 .box .text {
  padding: 0 16px 0 0;
}
.service-c-page .service-4 .box .text span {
  font-size: calc(0.1055vw + 14px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #f4a000;
}
.service-c-page .service-5 {
  padding: 96px 0;
}
.service-c-page .service-5 .ui.container {
  /*max-width: 1230px;*/
  width: 100%;
}
.service-c-page .service-5 .header {
  text-align: center;
}
.service-c-page .service-5 .header span {
  font-size: calc(0.1055vw + 14px);
  line-height: 1;
  text-transform: uppercase;
  color: #f4a000;
}
.service-c-page .service-5 .header h3 {
  font-size: 45.6px;
  line-height: 1;
  
  margin-top: 12px;
  color: #0f2e45;
}
.service-c-page .service-5 .content {
  padding-top: 48px;
}
.service-c-page .service-5 .content li {
  padding: 0 15px;
}
.service-c-page .service-5 .content li .box .c-header {
  background-color: #f4a000;
  padding: 27.2px 24px;
  border-radius: 25px 25px 0 0;
}
.service-c-page .service-5 .content li .box .c-header span {
  font-size: 14px;
  line-height: 1;
}
.service-c-page .service-5 .content li .box .c-header h3 {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  margin-top: 6px;
}
.service-c-page .service-5 .content li .box .c-info dd {
  padding: 13px 30px;
  font-size: 15px;
}
.service-c-page .service-5 .content li .box .c-info dd .t1 {
  width: 49%;
}
.service-c-page .service-5 .content li .box .c-info dd .t2 {
  text-align: right;
  width: 49%;
}
.service-c-page .service-5 .content li .box .more {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-c-page .service-5 .content li .box .more:hover {
  background-color: #282828;
  color: #fff;
}
.service-c-page .service-5 .content li:nth-child(2) .box .c-header {
  background-color: #fff1ca;
}
.service-c-page .service-5 .content li:nth-child(3) .box .c-header {
  background-color: #b3ddba;
}
.service-c-page .service-6 {
  padding: 0 0 48px;
}
.service-c-page .service-6 .ui.container {
  /*max-width: 1230px;*/
  width: 100%;
}
.service-c-page .service-6 h3 {
  font-size: 45.6px;
  line-height: 1;
  text-align: center;
  
  color: #0f2e45;
}
.service-c-page .service-6 .box {
  margin-top: 48px;
}
.service-c-page .service-6 .box li {
  margin-bottom: 48px;
}
.service-c-page .service-6 .box li span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background-color: #fff1ca;
  display: inline-block;
  vertical-align: top;
}
.service-c-page .service-6 .box li span img {
  vertical-align: middle;
  width: 16.8px;
  height: 16.8px;
}
.service-c-page .service-6 .box li .text {
  display: inline-block;
  width: 86%;
  padding-left: 12px;
}
.service-c-page .service-6 .box li .text h4 {
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
}
.service-c-page .service-6 .box li .text p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 9px;
}
.service-c-page .service-6 .box li:last-child {
  margin-bottom: 0;
}
.service-c-page .service-6 .box .left {
  vertical-align: middle;
  padding: 0 16px;
}
.service-c-page .service-6 .box .left li:nth-child(2) span {
  background-color: #f4a000;
}
.service-c-page .service-6 .box .middle {
  vertical-align: middle;
  text-align: center;
}
.service-c-page .service-6 .box .right {
  vertical-align: middle;
  padding: 0 16px;
}
.service-c-page .service-6 .box .right li:nth-child(1) span {
  background-color: #f4a000;
}
@media screen and (max-width: 1540px) {
  .service-c-page .service-1 .text {
    padding: 0 16px;
  }
  .service-c-page .service-1 .text .header h3 {
    font-size: 64px;
  }
  .service-c-page .service-1 .text .content {
    width: 90%;
  }
  .service-c-page .service-1 .text .content li .desc {
    width: 75%;
  }
  .service-c-page .service-3 .box .text h3 {
    font-size: 35.2px;
  }
  .service-c-page .service-3 .box .text ul li {
    text-align: center;
  }
  .service-c-page .service-3 .box .text ul li span {
    display: block;
  }
  .service-c-page .service-3 .box .text ul li h5 {
    display: block;
  }
}
@media screen and (max-width: 1270px) {
  .service-c-page .service-1 .text .content li {
    padding: 10px 20px;
  }
  .service-c-page .service-1 .text .content li .desc {
    width: 72%;
  }
}
@media screen and (max-width: 1100px) {
  .service-c-page .service-1 .text .header h3 {
    font-size: 56px;
  }
  .service-c-page .service-5 .content li .box .c-header h3 {
    font-size: calc(0.415vw + 14px);
  }
  .service-c-page .service-1 .text .content {
    width: 100%;
  }
  .service-c-page .service-1 .text .content li .desc {
    width: 70%;
  }
  .service-c-page .service-1 .text .content li .desc h4 {
    font-size: calc(0.315vw + 14px);
    line-height: 36px;
  }
  .service-c-page .service-1 .text .content li .desc p {
    font-size: 14px;
    line-height: 2;
  }
  .service-c-page .service-3 .box .text h3 {
    font-size: calc(0.9385vw + 14px);
  }
  .service-c-page .service-4 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .service-c-page .service-1 {
    padding-top: 48px;
  }
  .service-c-page .service-1 .text {
    width: 100%;
  }
  .service-c-page .service-1 .img {
    display: none;
  }
  .service-c-page .service-1 .text .header h3{
    font-size: calc(0.8345vw + 14px);
  }
  .service-c-page .service-2 .content li .box .text h3 {
    font-size: calc(0.315vw + 14px);
    line-height: 36px;
  }
  .service-c-page .service-2 .content li {
    padding: 0 8px;
  }
  .service-c-page .service-2 .content li .box {
    padding: 0 10px;
  }
  .service-c-page .service-2 .content li .box .text p {
    font-size: 14px;
    line-height: 2;
  }
  .service-c-page .service-2 .header h3{
    font-size: calc(0.8345vw + 14px);
  }
  .service-c-page .service-3 .box .text h3 {
    font-size: calc(.729vw + 14px);
    line-height: 1.6;
  }
  .service-c-page .service-3 .box .img .icon {
    right: 1%;
  }
  .service-c-page .service-3 .box .img .icon img {
    width: 50%;
  }
  .service-c-page .service-3 .box .text p {
    font-size: 14px;
    line-height: 2;
  }
  .service-c-page .service-3 .box .text ul {
    display: none;
  }
  .service-c-page .service-3 .box .text .btn a {
    padding: 13px 20px;
  }
  .service-c-page .service-3 .box .text .btn .a1 {
    margin-right: 16px;
  }
  .service-c-page .service-5 .content li .box .c-header h3 {
    font-size: calc(0.2085vw + 14px);
  }
  .service-c-page .service-5 .content li {
    padding: 0 8px;
  }
  .service-c-page .service-5 .content li .box .c-info dd {
    padding: 10px 20px;
  }
  .service-c-page .service-5 .content li .box .c-info dd .t1,
  .service-c-page .service-5 .content li .box .c-info dd .t2 {
    width: 100%;
  }
  .service-c-page .service-5 .content li .box .c-info dd .t2 {
    text-align: left;
  }
  .service-c-page .service-6 .box li .text h4 {
    font-size: calc(0.2085vw + 14px);
  }
}
@media screen and (max-width: 700px) {
  .service-c-page .service-1 .text .content li {
    padding: 10px 10px;
  }
  .service-c-page .service-1 .text .content li .desc h4 {
    font-size: calc(0.2085vw + 14px);
    line-height: 32px;
  }
  .service-c-page .service-1 .text .header h3{
    font-size: calc(0.525vw + 14px);
  }
  .service-c-page .service-2 {
    /*display: none;*/
    padding-bottom: 60px;
  }
  .service-c-page .service-2 .header h3{
    font-size: calc(0.525vw + 14px);
    word-break: break-word;
  }
  .service-c-page .service-2 .content li{
    margin-bottom: 30px;
  }
  .service-c-page .service-2 .content li:last-child{
    margin-bottom: 0;
  }
  .service-c-page .service-3 {
    padding: 0 0 0 0;
  }
  .service-c-page .service-3 .box .text h3{
    font-size: calc(0.525vw + 14px);
  }
  .service-c-page .service-3 .box .img {
    /*display: none;*/
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-c-page .service-3 .box .text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
  .service-c-page .service-3 .box .text p{
    margin-top: 15px;
  }
  .service-c-page .service-3 .box .text .btn a{
    padding-top: 3px;
    padding-bottom: 3px;
  }  
  .service-c-page .service-4 {
    padding: 48px 0 0 15px;
  }
  .service-c-page .service-5 {
    display: none;
  }
  .service-c-page .service-6 {
    padding-top: 48px;
  }
  .service-c-page .service-6 .box .left,
  .service-c-page .service-6 .box .right {
    width: 100%;
    padding: 0;
  }
  .service-c-page .service-6 .box .right {
    padding-top: 48px;
  }
  .service-c-page .service-6 .box .middle {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
    .service-c-page{
    padding: 60px 0;
  }
}
span.h2{
  display: block;
}
@media screen and (max-width: 700px) {
    .service-c-page{
    padding: calc(0.8345vw + 14px) 0;
  }
}
.faq-page .faq-1 {
  background-color: #fef8e6;
}
.faq-page .faq-1 .ui.container {
  max-width: 930px;
}

.faq-page .faq-1 span.h2 {
  display: inline-block;
  margin-bottom: var(--ft38);
  text-align: center;
}
.faq-page .faq-1 .list ul li {
  padding: 40px 50px;
  border-radius: 15px;
  background-color: white;
  margin-top: 1.6em;
}
.faq-page .faq-1 .list ul li span.h6 {
  font-weight: bold;
  flex-wrap: nowrap;
}
.faq-page .faq-1 .list ul li span.h6 i {
  width: 3em;
  height: 3em;
  flex: 0 0 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #221100;
  cursor: pointer;
  cursor: hand;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.faq-page .faq-1 .list ul li span.h6 i:after,
.faq-page .faq-1 .list ul li span.h6 i:before {
  content: '';
  width: 1em;
  height: 1px;
  background-color: #3a3a3a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .faq-1 .list ul li span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .text {
  color: #3a3a3a;
  line-height: 1.8;
  margin-top: 2em;
  display: none;
}
.faq-page .faq-1 .list ul li:first-child {
  margin-top: 0;
}
.faq-page .faq-1 .list ul li.active span.h6 i:before {
  -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);
}
.faq-page .faq-2 .slide {
  height: 480px;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  z-index: 1;
}
.faq-page .faq-2 .slide:before {
  content: '';
  background-color: #281200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-2 .slide {
    height: 300px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 25px;
  }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-2 .slide {
    height: 200px;
  }
}
.contact-page {
  background-color: #fef8e6;
  position: relative;
}
.contact-page:before {
  content: '';
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 100%;
  z-index: -1;
  background-color: inherit;
}
.contact-page .contact-1 .ui.container {
  max-width: 810px;
}
.contact-page .contact-1 .text {
  max-width: 530px;
  margin: 2em auto 3.625em;
}
.contact-page .contact-1 .form {
  font-weight: bold;
}
.contact-page .contact-1 .form ul li.wid-100 {
  grid-column: span 2;
}
.contact-page .contact-1 .form ul li.wid-100.txt-center{
  display: flex;
  justify-content: center;
}
.contact-page .contact-1 .form ul li input,
.contact-page .contact-1 .form ul li textarea {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 1.7em;
  border: 1px solid #b8b2ad;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:-moz-placeholder, .contact-page .contact-1 .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input::-moz-placeholder, .contact-page .contact-1 .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input::placeholder,
.contact-page .contact-1 .form ul li textarea::placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:focus,
.contact-page .contact-1 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .form ul li textarea {
  height: 170px;
}
.contact-page .contact-1 .form ul li input[type="checkbox"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-1 .form ul li p {
  color: #afafaf;
  display: inline-block;
  margin-left: 1em;
}
.contact-page .contact-1 .form ul li button {
  font-size: 1.125em;
  height: 3.33333333em;
  padding: 0 2.55555556em;
  border-radius: 1.66666667em;
  background-color: var(--color);
  color: white;
  margin: 0 auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .form ul li button:hover {
  background-color: black;
}
.contact-page .contact-2 .flex{
  flex-wrap: nowrap;
}
.contact-page .contact-2 .slide {
  padding: 30px 4% 40px;
  border-radius: 150px;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.contact-page .contact-2 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  opacity: .7;
  z-index: -1;
}
.contact-page .contact-2 .slide i {
  display: block;
}
.contact-page .contact-2 .slide span.h6 {
  display: block;
  font-weight: bold;
  margin: .5em 0;
}
.contact-page .contact-2 .slide p {
  font-weight: 500;
}
.contact-page .contact-3 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.contact-page .contact-3 iframe {
  border: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .slide {
    padding: 2%;
  }
  .contact-page .contact-2 .slide i img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .slide {
    border-radius: 20px;
  }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .slide {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .form ul li.wid-100 {
    grid-column: span 1;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
.news-page {
  padding: calc(4.059vw + 14px) 0 0 0;
}
.news-page .ui.container {
  /*max-width: 1230px;*/
  /*width: 100%;*/
}
.news-page .sideBox .right .info form {
  width: 100%;
  height: 38px;
  margin-bottom: 3rem;
}
.news-page .sideBox .right .info form input[type="text"] {
  width: 78.31%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 22px;
  font-size: var(--ft16);
}
.news-page .sideBox .right .info form input[type="submit"] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/n-icon.png) no-repeat center center #fff;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .sideBox .right .info form input[type="submit"]:hover {
  background-color: #b3ddba;
}
.news-page .sideBox .right .info ul li span {
  padding-right: 10px;
}
.news-page .sideBox .right .info ul li span img {
  border: none;
  padding: 0;
}
.news-page .sideBox .right .info ul li time {
  font-size: 14px;
  line-height: 1;
  color: var(--color);
}
.news-page .sideBox .right .info ul li h4 {
  font-size: calc(0.2085vw + 14px);
  font-family: var(--fm);
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .sideBox .right .info ul li h4:hover {
  color: var(--color);
}
.news-page .nlist li {
  padding: calc(0.8345vw + 14px) 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-page .nlist li:first-child {
  padding-top: 0;
}
.news-page .nlist li .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}
.news-page .nlist li .img a {
  display: block;
}
.news-page .nlist li .img img {
  border-radius: 20px;
  width: 100%;
}
.news-page .nlist li .text {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.news-page .nlist li .text span {
  text-transform: uppercase;
}
.news-page .nlist li .text span a {
  font-size: 14px;
  line-height: 1;
}
.news-page .nlist li .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}
.news-page .nlist li .text h3 {
  font-family: var(--fm);
  font-size: var(--ft30);
  font-weight: bold;
  line-height: 2;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .nlist li .text h3:hover {
  color: var(--color);
}
.news-page .nlist li .text p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .nlist li .text .share {
  margin-top: 15px;
}
.news-page .nlist li .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .nlist li .text .share li:nth-child(2) {
  background: #a7e987;
}
.news-page .nlist li .text .share li:nth-child(3) {
  background: #e16ab7;
}
.news-page .nlist li .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}
.news-page .nlist li .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.news-page .nlist li:nth-child(even) .img {
  left: 40%;
  padding-left: 20px;
  padding-right: 0;
}
.news-page .nlist li:nth-child(even) .text {
  left: 0%;
  padding-left: 0;
}
.news-page .nlist li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .left {
    padding-right: 0;
  }
  .news-page .nlist li .img {
    width: 100%;
    padding-right: 0;
  }
  .news-page .nlist li .text {
    width: 100%;
    padding: var(--ft32) 0 0 0;
  }
  .news-page .nlist li:nth-child(even) .img {
    left: 0;
  }
  .news-page .nlist li:nth-child(even) .text {
    left: 0;
  }
}
.newdet-page {
  padding: calc(3.959vw + 14px) 0;
}
.newdet-page .ui.container {
  /*max-width: 1290px;
  width: 100%;*/
}
.newdet-page .header span {
  text-transform: uppercase;
}
.newdet-page .header span a {
  font-size: 14px;
  line-height: 1;
}
.newdet-page .header span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -6px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}
.newdet-page .header h1 {
  font-size: var(--ft38);
  font-family: var(--fm);
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
}
.newdet-page .content {
  margin-top: 15px;
  font-size: 17px;
  line-height: 2;
}
.newdet-page .content img {
  width: 100%;
}
.newdet-page .text {
  margin-top: 15px;
}
.newdet-page .text dl {
  width: 320px;
  font-size: 15px;
}
.newdet-page .text dl dt {
  /*min-width: 49%;*/
  padding-right: 1rem;
  display: inline-block;
  font-weight: bold;
}
.newdet-page .text dl dd {
  min-width: 49%;
  display: inline-block;
}
.newdet-page .text .share {
  margin-top: 1rem;
}
.newdet-page .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .text .share li:nth-child(2) {
  background: #a7e987;
}
.newdet-page .text .share li:nth-child(3) {
  background: #e16ab7;
}
.newdet-page .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}
.newdet-page .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.newdet-page .form {
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 81%;
}
.newdet-page .form .desc h3 {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.newdet-page .form .desc p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  margin-bottom: 15px;
}
.newdet-page .form form {
  width: 600px;
  text-align: center;
}
.newdet-page .form form ul {
  text-align: left;
}
.newdet-page .form form li {
  margin-bottom: 15px;
}
.newdet-page .form form li label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}
.newdet-page .form form li textarea,
.newdet-page .form form li input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 22px;
  font-size: 15px;
}
.newdet-page .form form li textarea {
  padding: 15px 22px;
  height: 248px;
  border-radius: 20px;
}
.newdet-page .form form li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .form form li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
}
.newdet-page .form form input[type="submit"] {
  padding: 10px 26px 9px;
  font-size: 15px;
  background-color: var(--color);
  border-radius: 50px;
  border: none;
  margin-top: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .form form input[type="submit"]:hover {
  box-shadow: 0 0 0 4em var(--color) inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
}
.newdet-page .m-link {
      margin: var(--ft32) 0 calc(4.479vw + 14px) 0;
    border-bottom: 1px solid #dcdcdc;
}
.newdet-page .m-link i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}
.newdet-page .m-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(0.1055vw + 14px);
  font-weight: bold;
  margin: 20px 10px 20px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link span em {
  color: var(--color);
  font-size: 14px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.m-link a:hover  em{
   color: #fff;
}
.newdet-page .m-link span:hover em{
    color: #fff;
}
.newdet-page .m-link span:hover {
  color: #fff;
}
.newdet-page .m-link .prev {
  text-align: left;
}
.newdet-page .m-link .next {
  text-align: right;
}


/*newadd*/
.newdet-page .ui.container .content p {
    font-size: var(--ft18) !important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}

.newdet-page .ui.container .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: calc(0.1055vw + 14px);
    color: #666!important;
}

.newdet-page .ui.container .content h3 {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  padding: 10px 5px;
}

.newdet-page .ui.container .content h2 {
  font-size: calc(0.315vw + 14px);
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #e16ab7;
}

.newdet-page .ui.container .content ol li,.newdet-page .ui.container .content ul li {
    list-style: disc;
    list-style-position: inside;
}


@media screen and (max-width: 700px) {
  .newdet-page .text .share {
    display: none;
  }
  .newdet-page .form {
    width: 100%;
  }
  .newdet-page .form form {
    width: 100%;
  }
  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    width: 100%;
    text-align: left;
  }
  .newdet-page .m-link .text {
    margin-top: 15px;
  }
}
.newdet-page .m-link span {
                 line-height: 1.8
}
@media screen and (max-width: 700px) {
  .newdet-page .header h1 {
      font-size: calc(0.315vw + 14px);
}
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .pro-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prodet-page .pro-3 h3 {
  font-size: calc(0.9385vw + 14px);
  line-height: 1;
  font-weight: bold;
}
.prodet-page .pro-3 .content {
  margin-top: 21px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.prodet-page .pro-3 .content ul {
  margin: 0 -15px;
}
.prodet-page .pro-3 .content ul .slick-track {
  margin: 0;
}
.prodet-page .pro-3 .content ul li {
  padding: 0 15px;
  margin-bottom: 2rem;
}
.prodet-page .pro-3 .content ul li .pronew h4 {
  font-size: calc(0.2085vw + 14px);
  font-weight: bold;
  line-height: 2;
}
.prodet-page .pro-3 .content ul li .pronew time {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  padding: 10px 0;
}
.prodet-page .pro-3 .content ul li .pronew p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
}
.prodet-page .pro-3 .content ul li .box {

  border: 1px solid rgba(0, 0, 0, 0.1);
  /*text-align: center;*/
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  border-radius: var(--ft20);
    padding-bottom: calc(0.8345vw + 13px);
}
.prodet-page .pro-3 .content ul li .box .text {
  margin: 15px 0 0;
  color: #282828;
}
.prodet-page .pro-3 .content ul li .box .text span {
  text-transform: uppercase;
}
.prodet-page .pro-3 .content ul li .box .text span a {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
}
.prodet-page .pro-3 .content ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}
.prodet-page .pro-3 .content ul li .box .text h3 {
 padding-left: var(--ft26);
    padding-right: var(--ft34);
    font-family: var(--fm);
    font-weight: bold;
    font-size: var(--ft18) !important;
    color: #000000;
    line-height: 1.3;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prodet-page .pro-3 .content ul li .box .text div {
      margin-top: 10px;
    padding-left: var(--ft26);
    padding-right: var(--ft34);
    font-weight: 400;
    font-size: var(--ft16);
    color: #272727;
    line-height: 1.4;
}
.prodet-page .pro-3 .content ul li .box .text .more {
  display: inline-block;
  margin-top: 15px;
  border-radius: 50px;
  padding: 11px 29.5px;
  font-size: 14px;
  background-color: var(--color);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .pro-3 .content ul li .box .text .more:hover{
  background: #000;}
.prodet-page .pro-3 .content ul li .box:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.prodet-page .pro-3 .content ul li .box:hover .text h3 {
  color: var(--color);
}
@media screen and (max-width: 700px) {
    .prodet-page .pro-3 .content ul li .box .text h3 {
    font-size: calc(0.315vw + 14px);
  }
}
.prodet-page .pro-3 h3 {
  line-height: 2
}
.inner-page .sideBox .left {
  width: 75%;
  padding-right: 20px;
}
.inner-page .sideBox .left .top {
  vertical-align: middle;
}
.inner-page .sideBox .left .top .title {
  font-size: calc(0.8345vw + 14px);
  color: #282828;
  line-height: 1.6; 
}
.inner-page .sideBox .left .top .category {
  vertical-align: middle;
  position: relative;
}
.inner-page .sideBox .left .top .category h4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 293px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  margin: 0 0 0 auto;
  font-size: 15px;
  color: #282828;
}
.inner-page .sideBox .left .top .category h4 i {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: calc(0.315vw + 14px);
}
.inner-page .sideBox .left .top .category ul {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
  list-style: none;
  max-width: 293px;
  max-height: 320px;
  margin: 0;
  margin-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #282828;
  background-color: #fff;
  -webkit-transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  transition: 400ms ease all;
  z-index: 20;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  border-radius: 10px;
}
.inner-page .sideBox .left .top .category ul li {
  font-size: 15px;
  color: #282828;
}
.inner-page .sideBox .left .top .category ul li a {
  display: block;
  width: 100%;
  padding: 4px 14px;
}
.inner-page .sideBox .left .top .category ul li a.active {
  background-color: #ccc;
}
.inner-page .sideBox .left .list {
  margin-top: 1.5rem;
}
.inner-page .sideBox .left .list ul {
  margin: 0 -15px;
}
.inner-page .sideBox .left .list ul li {
  padding: 0 15px;
  margin-bottom: 2rem;
}
.inner-page .sideBox .left .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  padding-bottom: 20px;
  /*min-height: 482px;*/

}
.inner-page .sideBox .left .list ul li .box .text {
  margin: 15px 0 0;
  color: #282828;
}
.inner-page .sideBox .left .list ul li .box .text span {
  text-transform: uppercase;
}
.inner-page .sideBox .left .list ul li .box .text span a {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
}
.inner-page .sideBox .left .list ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -8px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}
.inner-page .sideBox .left .list ul li .box .text h3 {
  font-size: calc(0.315vw + 14px); 
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: bold;
  min-height: 120px;
  line-height: 2;
  padding: 0 3px;
}
.inner-page .sideBox .left .list ul li .box .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}
.inner-page .sideBox .left .list ul li .box .text .more {
  display: inline-block;
  margin-top: 15px;
  border-radius: 50px;
  padding: 11px 29.5px;
  font-size: 14px;
  background-color: var(--color);
  color: white;
}
.inner-page .sideBox .left .list ul li .box:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.inner-page .sideBox .left .list ul li .box:hover .text h3 {
  color: var(--color);
}
.inner-page .sideBox .right {
  width: 25%;
  padding-left: 20px;
}
.inner-page .sideBox .right h3 {
  font-size: var(--ft26);
  line-height: 1;
  color: #282828;
  margin-bottom: 1.35rem;
  font-weight: bold;
  font-family: var(--fm);
}
.inner-page .sideBox .right .info ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page .sideBox .right .info ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  padding-right: 15px;
}
.inner-page .sideBox .right .info ul li span img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
}
.inner-page .sideBox .right .info ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  font-size: calc(0.1055vw + 14px);
  color: #282828;
}
.inner-page .sideBox .right .info ul li .text h5 {
  font-size: 19px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sideBox .right .info ul li .text h5:hover {
  color: var(--color);
}
.inner-page .sideBox .right .info ul li .text p {
  font-size: 14px;
}
.inner-page .sideBox .right .navs {
  margin-top: 3rem;
}
.inner-page .sideBox .right .navs ul li {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  

}
.inner-page .sideBox .right .navs ul li a {
  font-size: 15px;
  color: #282828;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.inner-page .sideBox .right .navs ul li li a{
  padding-left: 20px;
}
.inner-page .sideBox .right .navs ul li.active > a,
.inner-page .sideBox .right .navs ul li a:hover {
  color: var(--color);
}
.inner-page .sideBox .right .related-pro{
  margin-top: 30px;
}
.inner-page .sideBox .right .related-pro ul li .img-box{
  vertical-align: middle;
}
.inner-page .sideBox .right .related-pro ul li .rights{
  vertical-align: middle;
  padding-left: 12px;
}
.inner-page .sideBox .right .related-pro ul li .rights h5{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: calc(0.1055vw + 14px);
}
.inner-page .sideBox .right .related-pro ul li .rights .more{
  font-size: calc(0.1055vw + 14px);
}
.inner-page .sideBox .right .related-pro ul li .rights .more:hover{
  color: var(--color);
}
.inner-page .sideBox .right .related-pro ul li:hover .rights h5{
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left {
    width: 100%;
  }
  .inner-page .sideBox .left .top {
    /*display: none;*/
    margin-top: 20px;
  }
  .inner-page .sideBox .right {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .inner-page .sideBox .left .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .inner-page .sideBox .left .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .sideBox .right h3 {
    font-size: calc(0.525vw + 14px);
  }
}
@media screen and (max-width: 700px) {
    .inner-page .sideBox .left {
    padding-right: 0;
  }
}
.inner-page .sideBox .right h3 {
        line-height: 2
}
.inner-page .sideBox .right .related-pro ul li .rights h5 {
          line-height: 1.6
}
.inner-page .sideBox .right .related-pro ul li .rights .more {
            line-height: 2
}
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }
    
        .page-header02 {
          position: fixed;
          width: 100%;
        }
        @media (max-width: 1250px) {
    #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;
    }
}
span.h2.font-50,
.prodet-page .pro-3 h3,
.service-c-page .service-1 .text .header h3,
.service-c-page .service-2 .header h3,
.service-c-page .service-3 .box .text h3,
.factory-page .factory-3 span.h2,
span.h2.font-48,
.i-title h3{
  font-family: var(--fm);
    font-weight: bold !important;
    font-size: var(--ft50) !important;
   
    line-height: 1.2  !important;
}
.service-c-page .service-1 .text .header h3,
.service-c-page .service-2 .header h3,
.service-c-page .service-3 .box .text h3{
  color: #000;
}
.page-header02 .logo img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
@media screen and (max-width: 1250px) {}
/*11111111111111111*/
/*.jr_bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 124px;
    height: 102px;
    background: #fff;
      border-radius: 0;
}*/
/*.jr_bg1{
        position: absolute;
       top: 0px;
    right: 0px;
    width: 100px;
    height: 78px;
    background: #fff;
      border-radius:0 0 0 24px;
}

    .jr_bg5{
            width: 24px;
    height: 24px;
    background: #fff;
          border-radius:0   24px 0 0;
          transform: rotate(180deg);
    }
    .bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_1 .jr_bg2{
        position: absolute;
       bottom: 0px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: rgba(173, 212, 97, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_1 .jr_bg3{
        position: absolute;
       bottom: 0px;
    left: 0px;
    width: 24px;
    height: 100%;
    background: rgba(173, 212, 97, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_1 .jr_bg4{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(173, 212, 97, 1);
    width: 24px;
    height: 24px;

}*/
/*/////////////////////////*/
/*.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_2 .jr_bg2{
        position: absolute;
       bottom: 0px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: rgba(179, 105, 252, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_2 .jr_bg3{
        position: absolute;
       bottom: 0px;
    left: 0px;
    width: 24px;
    height: 100%;
    background: rgba(179, 105, 252, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_2 .jr_bg4{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(179, 105, 252, 1);
    width: 24px;
    height: 24px;

}*/
/*///////////////*/
/*.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_3 .jr_bg2{
        position: absolute;
       bottom: 0px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: rgba(208, 30, 28, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_3 .jr_bg3{
        position: absolute;
       bottom: 0px;
    left: 0px;
    width: 24px;
    height: 100%;
    background: rgba(208, 30, 28, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_3 .jr_bg4{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(208, 30, 28, 1);
    width: 24px;
    height: 24px;

}*/
/*///////////////////*/
/*.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12 {
    position: absolute;
    bottom: -68px;
    right: 26px;
    color: pink;
    font-size: 82px;
    transform: rotate(68deg);
    
}*/
/*.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_1{
   color: rgba(173, 212, 97, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_2{
 color: rgba(179, 105, 252, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_3{
 color: rgba(208, 30, 28, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_4{
 color: rgba(55, 203, 249, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_4 .jr_bg2{
        position: absolute;
       bottom: 0px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: rgba(55, 203, 249, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_4 .jr_bg3{
        position: absolute;
       bottom: 0px;
    left: 0px;
    width: 24px;
    height: 100%;
    background: rgba(55, 203, 249, 1);
      border-radius:0   24px 0 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .jr_bg_4 .jr_bg4{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(55, 203, 249, 1);
    width: 24px;
    height: 24px;

}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg1{
  position: static;
  display: block;
  margin: 0 auto;
}
.jr_bg2,
.jr_bg3,
.jr_bg4{
  transform: translateZ(0);
will-change: transform;
}*/

/*、、、、、、、、、、、、、、、、、、、、、*/
.jr_bg1{
        position: absolute;
       top: 0px;
    right: 0px;
    width: 100px;
    height: 78px;
    /*background: #fff;*/
      /*border-radius:0 0 0 24px;*/
}
.jr_bg{
    position: absolute;
    top: -1px;
    right: -1px;
    width: 126px;
    height: 106px;
    background: url(../images/iconbg.png) no-repeat center;
    background-size: cover;
      border-radius: 0;
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg1{
  position: static;
  display: block;

  margin:0 auto;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12 {
    position: absolute;
    bottom: -68px;
    right: 26px;
    color: pink;
    font-size: 82px;
    transform: rotate(68deg);
    
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_1{
   color: rgba(173, 212, 97, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_2{
 color: rgba(179, 105, 252, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_3{
 color: rgba(208, 30, 28, 1);
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_4{
 color: rgba(55, 203, 249, 1);
}
.vff-su{
  font-family: var(--fm);
    font-weight: bold !important;

    line-height: 1.2 !important;
}
.faq-page .faq-1 span.h2{
  font-family: var(--fm);
    font-weight: bold;
    font-size: var(--ft50);
    color: #000000;
    line-height: 1.2;
}
.faq-page .faq-1 .list ul li span.h6{
   font-family: var(--fm);
}
.ft-me{
  font-family: var(--fm) !important;
}
input[type="checkbox"][name="agree"]:checked {
  background-color: #d01e1c !important;
  border-color: #d01e1c !important;
   accent-color: #d01e1c; 
}
@media screen and (max-width: 1250px) {
  .about-banner{
    display: none;
  }

}
@media screen and (max-width: 1000px){
  .service-c-page .service-3 .box .text{
    width: 100%;
    padding: 0 15px;
  }
  .service-c-page .service-3 .box .img .imgs{
     display: none;
  }
}