@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-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: #01a0e3;
      --white: #fff;
    --black: #000;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  white-space: normal !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header .pp1_btn {
  cursor: pointer;
  width: 51px;
  height: 71px;
  background: #ffffff;
  border-radius: 0 0 25px 25px;
  position: absolute;
  right: 0;
  top: -14px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 12px;
  z-index: 44;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .pp1_btn:hover {
  background: var(--color);
}
#header .pp1_btn:hover img {
  filter: brightness(0) invert(1);
}
#header .pp1_btn img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 23px;
  cursor: pointer;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #000;
  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: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 14px 0 13px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 140px;
}
#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.88vw + 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: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  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: calc(0.2585vw + 14px);
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
#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: 30px;
  height: 16px;
  top: -10px;
  left: 0;
  background: url(../images/hh1.png) no-repeat center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #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 .h-box {
  margin-right: 64px;
  width: calc(4.65vw + 103px);
  height: 36px;
  background: #f2f2f2;
  border-radius: 18px;
}
#header > .nav > .menu .menu-box .right .h-box form {
  position: relative;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="text"] {
  padding-left: 16px;
  border: none;
  width: calc(4.65vw + 103px);
  height: 36px;
  background: #f2f2f2;
  border-radius: 18px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
}
#header > .nav > .menu .menu-box .right .h-box form input[type="submit"] {
  border: none;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 29px;
  height: 29px;
  background: url(../images/hh2.png) no-repeat center #028452;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="submit"]:hover {
  background: url(../images/hh2.png) no-repeat center #000;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  line-height: 1;
  background: #860600;
  border-radius: 20px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  padding-right: 65px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  font-family: Montserrat;
  font-weight: 500;
  font-size: calc(0.2585vw + 14px);
  color: #fff;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  margin-right: 8px;
  margin-left: var(--ft30);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: rgba(0, 0, 0, 0.4);
}
@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: 1630px;
  padding: 0 15px;
}
#banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}
#banner .banner-case {
  position: absolute;
  bottom: 0;
  z-index: 4;
  transform: translateY(50%);
  right: var(--px145);
  background: var(--color);
  border-radius: 65px;
  padding: var(--ft40) calc(var(--px70) - 5px) var(--ft36);
}
#banner .banner-case .bc1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.625vw + 14px);
  color: #ffffff;
  line-height: 1.2;
}
#banner .banner-case .bc2 {
  margin-top: 4;
  line-height: 1;
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(1.2465vw + 14px);
  color: #ffffff;
}
#banner .banner-c1 {
  position: absolute;
  top: 34%;
  left: 90px;
  width: 70px;
  height: 70px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c2 {
  position: absolute;
  left: 67px;
  bottom: 93px;
  width: 116px;
  height: 116px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.4%;
  max-width: 780px;
  z-index: 3;
}
#banner .banner-text .sy-btns {
  margin-top: var(--ft30);
}
#banner .banner-text .banner-p1 {
  font-weight: 600;
  font-size: calc(3.1215vw + 14px);
  color: #ffffff;
  line-height: 1.1;
}
#banner .banner-text .banner-p1 span {
  position: relative;
}
#banner .banner-text .banner-p2 {
  line-height: 1.25;
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.4%;
  display: flex;
  color: #fff;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  margin-bottom: var(--ft18);
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-bottom: 0;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active,
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:hover {
  cursor: pointer;
  opacity: 1;
  background: var(--color);
}
.sy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 500;
  font-size: calc(0.0525vw + 14px);
  color: #ffffff;
  height: 44px;
  background: #01a0e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 22px 3px 22px 3px;
  padding-left: calc(0.525vw + 13px);
  padding-right: calc(0.525vw + 13px);
}
.sy-btn:hover {
  background: #000;
  color: #fff;
  border-radius: 3px 22px 3px 22px;
}
.sy-h {
  font-weight: 700;
  font-size: calc(3.0225vw + 14px);
  color: #000000;
  line-height: 1.3;
  padding-top: 30px;
}
.sy-p {
  font-weight: 300;
  font-size: var(--ft18);
  color: #585858;
  line-height: 2;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
  padding-top: calc(3.65vw + 17px);
  padding-bottom: var(--px130);
  background: #f5f5f5;
  overflow: hidden;
}
#index-body .init-1 .container .i1-t {
  display: flex;
}
#index-body .init-1 .container .i1-t .i1-l {
  max-width: 875px;
}
#index-body .init-1 .container .i1-t .i1-l .sy-h {
  margin-bottom: var(--ft16);
}
#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 .i1b-l {
  padding-right: calc(0.9385vw + 13px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(0.729vw + 14px);
}
#index-body .init-1 .container .i1-b .i1b-l .i1b-c {
  background: #ffffff;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: var(--ft20);
  justify-content: end;
}
#index-body .init-1 .container .i1-b .i1b-l .i1b-c .i1-p1 {
  margin-top: var(--ft40);
  font-weight: 600;
  font-size: calc(3.0225vw + 14px);
  color: #01a0e3;
  line-height: 1.03;
}
#index-body .init-1 .container .i1-b .i1b-l .i1b-c .i1-p1 em{
  font-size: calc(2.6555vw + 14px) !important;
    margin-right: 5px;
}
#index-body .init-1 .container .i1-b .i1b-l .i1b-c .i1-p1 span {
  font-size: var(--ft30);
}
#index-body .init-1 .container .i1-b .i1b-l .i1b-c .i1-p2 {
  font-weight: 500;
  font-size: var(--ft20);
  color: #585858;
  line-height: 2;
}
#index-body .init-1 .container .i1-b .i1b-r {
  position: relative;
}
#index-body .init-1 .container .i1-b .i1b-r > img {
  border-radius: 30px;
}
#index-body .init-1 .container .i1-b .i1b-r .i1-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-2 {
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .swiper2 {
  position: relative;
}
#index-body .init-2 .sw2-p {
  position: absolute;
  top: 50%;
  left: 7.4%;
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .init-2 .sw2-p .sw2-c {
  margin-bottom: calc(0.1055vw + 13px);
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft20);
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 3px solid transparent;
}
#index-body .init-2 .sw2-p .sw2-c span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 166px;
  padding-left: var(--ft26);
  padding-right: var(--ft30);
  opacity: 0;
}
#index-body .init-2 .sw2-p .sw2-c:hover,
#index-body .init-2 .sw2-p .sw2-c.active {
  border: 3px solid #01a0e3;
}
#index-body .init-2 .sw2-p .sw2-c:hover span,
#index-body .init-2 .sw2-p .sw2-c.active span {
  opacity: 1;
}
#index-body .init-2 .sw2-p .sw2-c:last-child {
  margin-bottom: 0;
}
#index-body .init-3 {
  overflow: hidden;
  padding-top: calc(3.65vw + 17px);
  padding-bottom: calc(3.65vw + 16px);
}
#index-body .init-3 .container .i3-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-t .i3-r .i3r-p1 {
  font-weight: 400;
  font-size: var(--ft30);
  color: #000000;
  line-height: 1;
  margin-bottom: var(--ft24);
}
#index-body .init-3 .container .i3-t .i3-r form {
  width: 371px;
  height: 63px;
  background: #01a0e3;
  border-radius: 22px 3px 22px 3px;
  position: relative;
}
#index-body .init-3 .container .i3-t .i3-r form #i3s {
  border: none;
  width: 100%;
  height: 63px;
  background: #01a0e3;
  border-radius: 22px 3px 22px 3px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: var(--ft24);
  padding-right: var(--px100);
}
#index-body .init-3 .container .i3-t .i3-r form #i3s::placeholder {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
#index-body .init-3 .container .i3-t .i3-r form .i3-s {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/i3-1.png);
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: var(--ft24);
  z-index: 4;
}
#index-body .init-3 .container .i3-m {
  margin-top: var(--ft60);
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--px80);
}
#index-body .init-3 .container .i3-m .i3-c {
  cursor: pointer;
  width: 23.25%;
  min-height: 95px;
  background: #F5F5F5;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: var(--ft46);
  padding-right: var(--ft36);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-m .i3-c::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #01A0E3;
  border-radius: 50%;
  top: 13px;
  left: 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-m .i3-c img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: calc(0.415vw + 14px);
}
#index-body .init-3 .container .i3-m .i3-c.active,
#index-body .init-3 .container .i3-m .i3-c:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-3 .container .i3-m .i3-c.active::after,
#index-body .init-3 .container .i3-m .i3-c:hover::after {
  background: #fff;
}
#index-body .init-3 .container .i3-m .i3-c.active img,
#index-body .init-3 .container .i3-m .i3-c:hover img {
  filter: brightness(0) invert(1);
}
#index-body .init-3 .container .i3-b {
  display: none;
  padding: 0 var(--px90);
  position: relative;
}
#index-body .init-3 .container .i3-b:first-of-type {
  display: block;
}
#index-body .init-3 .container .i3-b i {
  width: 42px;
  height: 65px;
  background: #01A0E3;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: var(--ft24);
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-b i:hover {
  background: #000;
  color: #fff;
}
#index-body .init-3 .container .i3-b .sw3l {
  left: 0;
}
#index-body .init-3 .container .i3-b .sw3r {
  right: 0;
}
#index-body .init-3 .container .i3-b .swiper3 {
  position: relative;
  overflow: hidden;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide img {
  transform: scale(0.74);
  transform-origin: bottom center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide .sw3-p1 {
  font-weight: 600;
  font-size: var(--ft40);
  color: #9e9e9e;
  text-align: center;
  line-height: 1;
  min-height: var(--ft60);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 14px;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide .sw3-p2 {
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #585858;
  text-align: center;
  opacity: 0;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide img {
  opacity: 0.5;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide.swiper-slide-active .sw3-p1 {
  font-size: calc(2.0835vw + 14px);
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide.swiper-slide-active .sw3-p1 {
  color: var(--color);
}
#index-body .init-3 .container .i3-b .swiper3 .swiper-slide.swiper-slide-active .sw3-p2 {
  opacity: 1;
}
#index-body .init-4 {
  overflow: hidden;
  padding-top: calc(3.65vw + 17px);
  padding-bottom: calc(1.67vw + 14px);
  background: url(../images/i4-10.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-4 .container {
  padding: 0 var(--ft50);
}
#index-body .init-4 .i4-b {
  position: relative;
  z-index: 44444;
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
}
#index-body .init-4 .i4-b .sy-h {
  line-height: 1.3;
  color: #fff;
  transform: translateY(-50%);
}
#index-body .init-4 .i4-b .i4-btns {
  display: flex;
}
#index-body .init-4 .i4-b .i4-btns i {
  width: 69px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--ft24);
}
#index-body .init-4 .i4-b .i4-btns i:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-4 .swiper4 {
  padding: 260px 0 137px;
}
#index-body .init-4 .swiper4 .swiper-slide {
  opacity: 0.1;
  display: flex;
  transition: all 0.3s ease;

}
/*#index-body .init-4 .swiper4 .swiper-slide.my-slide-visible{
    opacity: 0.1;

}*/
#index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
}
#index-body .init-4 .swiper4 .swiper-slide .i4-l {
  border-radius: 19px;
  width: 41.875%;
  overflow: hidden;
}
#index-body .init-4 .swiper4 .swiper-slide .i4-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}
#index-body .init-4 .swiper4 .swiper-slide .i4-r {
  background: #FFFFFF;
  border-radius: 19px;
  width: 58.125%;
  overflow: hidden;
  padding-top: calc(var(--px90) - 4px);
  padding-left: var(--px70);
  padding-right: calc(2.1885vw + 14px);
}
#index-body .init-4 .swiper4 .swiper-slide .i4-r .i4-p1 {
  font-weight: 500;
  font-size: var(--ft60);
  color: #000000;
  line-height: 1.1;
}
#index-body .init-4 .swiper4 .swiper-slide .i4-r .i4-p2 {
  margin-top: 14px;
  margin-bottom: var(--ft62);
  font-weight: 200;
  font-size: 18px;
  color: #585858;
  line-height: 1.8;
}
#index-body .init-5 {
  overflow: hidden;
  padding-top: var(--px80);
  padding-bottom: calc(var(--px80) - 4px);
}
#index-body .init-5 .container .i5-t {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--ft50);
}
#index-body .init-5 .container .i5-t .i5-l .sy-h {
  line-height: 1;
}
#index-body .init-5 .container .i5-t .i5-l .sy-p {
  max-width: 472px;
}
#index-body .init-5 .container .i5-t .i5-r {
  padding-top: var(--ft26);
}
#index-body .init-5 .container .swiper5 {
  overflow: hidden;
}
#index-body .init-5 .container .swiper5 .swiper-slide:hover .i5-p1 {
  border-top: 3px solid var(--color);
}
#index-body .init-5 .container .swiper5 .swiper-slide:hover .i5-p2 {
  color: var(--color);
}
#index-body .init-5 .container .swiper5 .swiper-slide:hover i {
  background: var(--color);
  color: #fff;
}
#index-body .init-5 .container .swiper5 .swiper-slide .i5-p1 {
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #42A9D2;
  border-top: 3px solid #3e3e3e;
  line-height: 1;
  padding-top: var(--ft34);
  padding-bottom: var(--ft26);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper5 .swiper-slide .i5-p2 {
  font-weight: 500;
  font-size: var(--ft24);
  line-height: 1.1;
  color: #000000;
  margin-bottom: var(--ft20);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper5 .swiper-slide .i5-p3 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #585858;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper5 .swiper-slide i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft18);
  font-size: var(--ft20);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 69px;
  background: #F4F4F4;
  border-radius: 10px;
}
#footer {
  background: #fff;
}
#footer .ft-m {
  border-radius: var(--ft30) 0px 0px 0px;
  background: #2f2f2f;
  width: 95.625%;
  margin-left: auto;
  padding-left: calc(var(--px80) - 3px);
  padding-right: calc(var(--px170) - 10px);
  padding-bottom: calc(var(--px80) - 5px);
  position: relative;
  z-index: 2;
}
#footer .ft-m .container {
  width: 100% !important;
  padding: 0 !important;
}
#footer .f-h {
  padding-top: var(--px80);
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--px120);
}
#footer .f-h .sx_h {
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .f-h .f-h-p {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
#footer .f-h .ft-p1 {
  font-weight: 600;
  font-size: var(--ft36);
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
#footer .f-h .ft-p1 img {
  margin-right: 17px;
}
#footer .f-h form {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 70%;
  padding: 0;
}
#footer .f-h form input,
#footer .f-h form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#footer .f-h form .f-put1 {
  width: 17.96%;
  height: 56px;
  line-height: 56px;
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
  font-size: var(--ft18);
  padding-left: var(--ft20);
  color: rgba(255, 255, 255, 0.3);
  border: 2px solid #3c3c3c;
  margin-right: 11px;
}
#footer .f-h form .f-put1.f-put11 {
  width: 264px;
}
#footer .f-h form .f-put1.f-put12 {
  width: 250px;
}
#footer .f-h form .f-put2-box {
  width: 320px;
  position: relative;
}
#footer .f-h form .f-put2-box::before {
  content: '';
  width: 25px;
  height: 21px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: url(../images/jh1.png) no-repeat center;
}
#footer .f-h form .f-put2 {
  width: 100%;
  padding-left: var(--ft20);
  line-height: 56px;
  height: 56px;
  border: 2px solid #3c3c3c;
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--ft18);
  position: relative;
}
#footer .f-h form .f-put4 {
  height: 56px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  background: var(--color);
  padding-left: var(--ft60);
  padding-right: var(--ft60);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-h form .f-put4 img {
  margin-left: var(--ft20);
}
#footer .f-h form .f-put4:hover {
  background: #000;
}
#footer .f-h form .f-put3 {
  width: 222px;
  line-height: 52px;
  height: 52px;
  background: var(--color);
  border-radius: 3px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
#footer .f-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#footer .top {
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}
#footer .top .one2 .logo {
  padding-left: 40px;
}
#footer .top .one2 ul li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #b7b7b7;
}
#footer .top .one2 ul li img {
  margin-right: 15px;
}
#footer .top .four h3{
  text-align: left;
}
#footer .top .one2 ul li:hover {
  color: var(--color);
}
#footer .top .one1 {
  max-width: 363px;
}
#footer .top .one1 p {
  font-weight: 300;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.7);
  margin-top: var(--ft34);
  margin-bottom: var(--ft44);
  line-height: 1;
}
#footer .top .one1 ul {
  display: flex;
}
#footer .top .one1 ul li {
  width: 51px;
  height: 51px;
  background: #2b2b2b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
#footer .top .one1 ul li i {
  font-size: var(--ft20);
}
#footer .top .one1 ul li:hover {
  background-color: var(--color);
}
#footer .top .one1 ul li:hover i {
  color: #fff;
}
#footer .top h3 {
  padding-top: 10px;
  font-weight: 600;
  font-size: var(--ft24);
  line-height: 1;
  color: #ffffff;
  margin-bottom: var(--ft20);
  text-transform: capitalize;
  position: relative;
}
#footer .top .two ul,
#footer .top .three ul {
  font-size: 16px;
  line-height: 25px;
}
#footer .top .two ul li,
#footer .top .three ul li {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.7);
}
#footer .top .two ul li:hover,
#footer .top .three ul li:hover {
  color: var(--color);
}
#footer .top .one2 {
  max-width: 300px;
}
#footer .top .one2 li {
  display: flex;
  align-items: flex-start;
  font-size: var(--ft16);
  color: rgba(255, 255, 255, 0.7);
}
#footer .top .one2 li:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
#footer .top .one2 li .op0 {
  opacity: 0;
}
#footer .top .one2 li img {
  object-fit: contain;
}
#footer .top .four #ewm {
  width: 169px;
  height: 169px;
  border: 8px solid white;
}
#footer .top .four #ewm img,
#footer .top .four #ewm svg,
#footer .top .four #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .bottom {
  font-size: 12px;
  color: #ecf2fb;
  padding-bottom: 18px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom img {
  width: 230px;
}
#footer {
  position: relative;
}
#footer .footbg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.copyright {
  width: 62.485%;
  margin-left: auto;
  position: relative;
  font-size: var(--ft16);
  font-weight: 400;
  overflow: hidden;
  color: #000;
}
.copyright .container {
  padding: var(--ft40) calc(var(--px170) - 10px) var(--ft40) var(--ft40);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .container svg {
  height: 29px;
  width: auto;
  fill: #000;
  position: relative;
  vertical-align: middle;
}
.copyright .container a {
  margin: 0 5px;
}
.copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
.copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #000;
  margin-right: 10px;
}
.copyright .container .share {
  display: flex;
  align-items: center;
}
.copyright .container .share a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #7d7d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #7d7d7d;
}
.copyright .container .share a:hover {
  background: #7d7d7d;
  color: #fff;
}
@media (max-width: 1800px) {
  .footbg {
    height: 24.16vw;
    object-fit: cover;
  }
  #footer .f-h form .f-put1.f-put11,
  #footer .f-h form .f-put1.f-put12,
  #footer .f-h form .f-put2-box {
    width: 200px;
  }
  #index-body .init-1 .container .i1-t {
    padding-bottom: var(--ft50);
  }
  .container {
    width: 1400px;
  }
  #index-body .init-4 .swiper4 {
    padding: 300px 0 200px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.4;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.02);
  }
}
@media (max-width: 1700px) {
  #index-body .init-4 .swiper4 {
    padding: 280px 0 180px;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    transform: scale(1.03);
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
  #index-body .init-4 .swiper4 {
    padding: 250px 0 150px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.5;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-4 .swiper4 {
        padding: 300px 0 246px;
    }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft20);
  }
  #footer .f-h form {
    width: 100% !important;
    margin-top: 20px;
  }
  #footer .f-h {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-t .i1-l {
    max-width: 50%;
  }
}
@media (max-width: 1250px) {
  #index-body .init-2 .sw2-p .sw2-c img {
    height: 80px;
    object-fit: cover;
  }
  #index-body .init-1 .container .i1-b .i1b-l .i1b-c {
    padding-top: var(--ft24);
  }
  #index-body .init-1 .container .i1-b .i1b-l {
    padding-right: 0;
  }
  #index-body .init-1 .container .i1-b > .div {
    width: 100%;
  }
  #index-body .init-1 .container .i1-b .i1b-r > img {
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
  }
  #index-body .init-1 .container .i1-b {
    flex-wrap: wrap;
  }
  #index-body .init-4 {
    display: none;
  }
  .container {
    width: 970px;
  }
  #index-body .init-4 .swiper4 {
    padding: 200px 0 120px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.6;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
  }
}
@media (max-width: 1000px) {
  #footer .f-h form .f-put1.f-put11,
  #footer .f-h form .f-put1.f-put12,
  #footer .f-h form .f-put2-box {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  #footer .f-h form {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m .i3-c {
    width: 48%;
    margin-bottom: 15px;
  }
  #index-body .init-3 .container .i3-t {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-t .i3-l {
    margin-bottom: var(--ft20);
  }
  #index-body .init-2 .sw2-p .sw2-c img {
    height: var(--px90);
    object-fit: cover;
  }
  #index-body .init-1 .container .i1-t {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-t .i1-l {
    max-width: 100%;
  }
  #index-body .init-1 .container .i1-t .i1-r {
    max-width: 100%;
  }
  .container {
    width: 700px;
  }
  #index-body .init-4 .swiper4 {
    padding: 150px 0 100px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.7;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.07);
  }
}
@media (max-width: 700px) {
  .copyright .container {
    flex-wrap: wrap;
  }
  .copyright {
    width: 100%;
  }
  #footer .footbg {
    display: none;
  }
  #footer .ft-m {
    border-radius: var(--ft30) var(--ft30) 0px 0px;
    width: 100%;
  }
  #index-body .init-5 .container .i5-t {
    flex-wrap: wrap;
  }
  .container {
    width: 100%;
  }
  #index-body .init-4 .swiper4 {
    padding: 100px 0 60px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.8;
    flex-direction: column;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-l {
    width: 100%;
    height: 200px;
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-r {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .i1-b .i1b-l {
    grid-template-columns: 1fr;
  }
  #index-body .init-3 .container .i3-t .i3-r {
    width: 100%;
  }
  #index-body .init-3 .container .i3-t .i3-r form {
    width: 100%;
  }
  #index-body .init-3 .container .i3-m .i3-c {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .init-2 .sw2-p .sw2-c {
    display: none;
    margin-bottom: 0;
  }
  #index-body .init-2 .sw2-p .sw2-c img {
    display: none;
  }
  #index-body .init-4 .swiper4 {
    padding: 80px 0 40px;
  }
  #index-body .init-4 .swiper4 .swiper-slide {
    opacity: 0.9;
    flex-direction: column;
  }
  #index-body .init-4 .swiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.03);
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-l {
    width: 100%;
    height: 150px;
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-r {
    width: 100%;
    padding: 15px;
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-r .i4-p1 {
    font-size: var(--ft30);
  }
  #index-body .init-4 .swiper4 .swiper-slide .i4-r .i4-p2 {
    font-size: var(--ft16);
    margin-bottom: var(--ft30);
  }
}
.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.inner-banner .bottom_c .left{
  vertical-align: middle;
}
.inner-banner .bottom_c .right {
  text-align: right;
  margin: 10px 0;
  font-size: 18px;
  /*font-weight: 500;
  text-transform: uppercase;*/
  color: #777;
  vertical-align: middle;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 5px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}
.news-page {
  background: #f8f8f8;
}
.news-page .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 2;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 2;
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}
@media (max-width: 1000px) {
    .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
    .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 2;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 500px) {
    .newdet-page .container .content {
    margin-top: 20px;
  }
}
.prodet-page .init-4 {
  background-color: #f5f5f5;
}
.prodet-page .init-4 .container {
  font-weight: 600;
  
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content  .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content  li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content  li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content  li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content  li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 2;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-4 .container .content  li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
    .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content  li .box .text {
    text-align: center;
  }
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-weight: 600;
  color: #fff;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
@media (max-width: 1000px) {
    .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
}
@media (max-width: 500px) {
   .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
}

#seo_public_from{padding:80px 0;background:#f9f9f9;}#seo_public_from h4{font-size:24px;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#222;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}
#ewm1{
  width: 100px;
}
.contact-page{
  padding: var(--px100) 0;
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: #000;
  margin-top: 89px;

}
.mana-page .mana-2 .bottom .title {
  color: #000;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  /*max-width: 1230px;*/
  /*margin: 24px 0 0 8.593%;*/
  padding: 40px  6.50vw !important;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*height: 160px;*/
  /*border-radius: 50%;*/
  text-align: center;
  line-height: 80px;
  /*background: var(--color);*/
  padding: 10px;
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: calc(0.315vw + 14px) !important;
  line-height: 1.3;
  font-family: 'Antonio';
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: var(-px70);
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 146px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-family: 'Antonio';
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 0 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}

.inner-page .title {
  font-size: var(--ft48);
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
/*.inner-page service-page .title {
  font-size: var(--ft24);
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}*/
.inner-page .title em {
  color: #a50f0f;
}
.service-page .init-1 .container .left .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  font-weight: normal;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
  color: white;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
    .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
}
@media (max-width: 1000px) {
   .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}
@media (max-width: 700px) {
   .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.about-page .init-1 {
    position: relative;
    z-index: 2
}

.about-page .init-1 .container .left {
    padding-right: 120px;
    width: 50%
}

.about-page .init-1 .container .left .tipsTitleC {
    color: var(--color)
}

.about-page .init-1 .container .left .imgC {
    margin-top: 50px;
    height: 680px;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px
}

.about-page .init-1 .container .left .imgC .play {
    width: 65px;
    height: 65px;
    cursor: pointer;
    position: relative
}

.about-page .init-1 .container .left .imgC .play .cont {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--ft30);
    color: var(--color)
}

.about-page .init-1 .container .left .imgC .play .cont i {
    margin-left: 2px
}

.about-page .init-1 .container .left .imgC .play .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: ks 3s infinite linear;
    -moz-animation: ks 3s infinite linear;
    -o-animation: ks 3s infinite linear;
    animation: ks 3s infinite linear
}

.about-page .init-1 .container .left .imgC .play .ling:last-child {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.about-page .init-1 .container .left .imgC .play:hover .cont {
    background-color: var(--color);
    color: #fff
}

.about-page .init-1 .container .right {
    padding-bottom: 260px;
    width: 50%
}

.about-page .init-1 .container .right .title {
    font-weight: 600
}

.about-page .init-1 .container .right .des {
    margin-top: 30px;
    max-height: 430px;
    padding-right: 4px;
    overflow-y: auto
}

.about-page .init-2 {
    margin-top: -210px;
    padding-top: 210px;
    padding-bottom: 90px;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.about-page .init-2 .container ul {
    padding-top: 20px;
    max-width: 1250px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-page .init-2 .container ul li {
    margin-top: 40px
}

.about-page .init-2 .container ul li .box {
    color: #fff;
    text-align: center
}

.about-page .init-2 .container ul li .box .top {
    font-weight: 600;
    font-size: 60px;
    line-height: 1
}

.about-page .init-2 .container ul li .box .bottom {
    margin-top: 10px
}

.about-page .init-3 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-3 .container .content .left {
    width: 48%;
    padding-right: 80px
}

.about-page .init-3 .container .content .left .img {
    margin-top: 50px;
    border-radius: 10px;
    width: 100%
}

.about-page .init-3 .container .content .right {
    width: 52%
}

.about-page .init-3 .container .content .right ul {
    padding-top: 30px
}

.about-page .init-3 .container .content .right ul li {
    margin-top: 40px
}

.about-page .init-3 .container .content .right ul li .box {
    padding: 20px 30px;
    border-radius: 10px;
    cursor: pointer
}

.about-page .init-3 .container .content .right ul li .box .title {
    font-weight: 600
}

.about-page .init-3 .container .content .right ul li .box .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-3 .container .content .right ul li .box:hover {
    -webkit-box-shadow: 0 0 90px rgba(0,0,0,.2);
    box-shadow: 0 0 90px rgba(0,0,0,.2)
}

.about-page .init-4 {
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.about-page .init-4 .content {
    padding-top: 80px
}

.about-page .init-4 .content .swiper {
    padding-left: 1px
}

.about-page .init-4 .content ul li {
    height: auto
}

.about-page .init-4 .content ul li .box {
    height: 100%;
    margin-left: -1px;
    color: #fff;
    padding: 0 30px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative
}

.about-page .init-4 .content ul li .box .img {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
    opacity: 0
}

.about-page .init-4 .content ul li .box:hover .img {
    opacity: 1
}

.about-page .init-4 .content ul li .box .year {
    padding-top: 140px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1
}

.about-page .init-4 .content ul li .box .des {
    margin-top: 20px;
    height: 204px;
    overflow-y: auto;
    padding-right: 4px
}

.about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 140px
}

.about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 100px
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
    padding-top: 50px
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide+.swiper-slide .box .year {
    padding-top: 0
}

.about-page .init-4 .content .sPage {
    padding-bottom: 40px;
    margin-top: 100px
}

.about-page .init-4 .content .sPage .btn {
    cursor: pointer;
    width: 54px;
    height: 40px
}

.about-page .init-4 .content .sPage .prev:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.about-page .init-4 .content .sPage .next {
    margin-left: 80px
}

.about-page .init-4 .content .sPage .next:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.about-page .init-5 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-5 .container .content {
    margin-top: 80px
}

.about-page .init-5 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center
}

.about-page .init-5 .container .content .left .title {
    max-width: 350px;
    font-weight: 600;
    margin: auto
}

.about-page .init-5 .container .content .left .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-5 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page .init-5 .container .content .right {
    width: 60%;
    padding-left: 30px
}

.about-page .init-5 .container .content .right img {
    width: 100%
}

.about-page .init-5 .container .content2 {
    position: relative;
    margin-top: 10px
}

.about-page .init-5 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    right: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page .init-5 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page .init-5 .container .content2 .prev {
    right: unset;
    left: -80px
}

.about-page .init-5 .container .content2 .swiper {
    margin: 0 -20px
}

.about-page .init-5 .container .content2 ul li {
    height: auto;
    padding: 20px
}

.about-page .init-5 .container .content2 ul li .box {
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page .init-5 .container .content2 ul li .box .img {
    display: block
}

.about-page .init-5 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page .init-5 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
.about-page .init-7 {
  position: relative;
}
.about-page .init-7 .container {
  max-width: 1450px;
}
.about-page .init-7 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-7 .container .content {
  padding: 120px 0;
}
.about-page .init-7 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-7 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  right: -60px;
  border: 2px solid #e7ce77;
  z-index: -1;
}
.about-page .init-7 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-7 .container .content .left .tipsTitle {
  font-weight: bold;
}
.about-page .init-7 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
.about-page .init-7 .container .content .right .more1 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.about-page .init-7 .container .content .right .more1 .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .init-7 .container .content .right .more1:hover {
  letter-spacing: 4px;
}
.about-page .init-7 .container .content .right .more1:hover .sub {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 1250px) {
    .about-page .init-1 .container .left {
        width:100%;
        padding-right: 0
    }

    .about-page .init-1 .container .right {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 0
    }

    .about-page .init-2 {
        padding-top: 40px;
        margin-top: 40px
    }

    .about-page .init-5 .container .content .left {
        width: 100%
    }

    .about-page .init-5 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .about-page .init-5 .container .content2 .btn {
        display: none !important;
    }
    .about-page .init-1 .container .right .des{
        overflow-y: unset;
        max-height: unset;
    }
    .about-page .init-2 .container ul li .box .top {
        font-size: 44px;
    }
}

@media (max-width: 1000px) {
  .about-page .init-7 .container .img1 {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-7 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-7 .container .content .left {
    width: 100%;
  }
  .about-page .init-7 .container .content .left .sub {
    display: none;
  }
  .about-page .init-7 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-7 .container .content .right {
    width: 100%;
  }
  .about-page .init-7 .container .content .right .more1 {
    color: #000;
  }
  .about-page .init-7 .container .content .right .more1 .sub {
    background: #000;
    margin-top: 10px;
  }
  .about-page .init-7 .container .content .right .more1:hover {
    letter-spacing: 1px;
  }
    .about-page .init-3 .container .content .left {
        width:100%;
        padding-right: 0
    }

    .about-page .init-3 .container .content .right {
        width: 100%;
        margin-top: 20px
    }

    .about-page .init-3 .container .content .right ul li .box {
        -webkit-box-shadow: 0 0 90px rgba(0,0,0,.2);
        box-shadow: 0 0 90px rgba(0,0,0,.2)
    }

    .about-page .init-4 .content ul li .box {
        padding-bottom: 20px
    }

    .about-page .init-4 .content ul li .box .year {
        font-size: 40px;
        padding-top: 20px
    }

    .about-page .init-4 .content ul .swiper-slide-active .box .year {
        padding-top: 20px
    }

    .about-page .init-4 .content ul .swiper-slide-next .box .year {
        padding-top: 20px
    }

    .about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
        padding-top: 20px
    }
}

@media (max-width: 700px) {
    .about-page .init-1 .container .left .imgC {
        height:90vw
    }
}

@media (max-width: 500px) {
    .about-page .init-1 .container .left .imgC {
        margin-top:20px
    }

    .about-page .init-1 .container .right .des {
        margin-top: 16px
    }

    .about-page .init-2 {
        padding-bottom: 40px;
        padding-top: 0
    }

    .about-page .init-2 .container ul {
        padding-top: 0
    }

    .about-page .init-2 .container ul li {
        width: 100%
    }

    .about-page .init-2 .container ul li .box .top {
        font-size: 40px
    }

    .about-page .init-3 .container .content .left .img {
        margin-top: 20px
    }

    .about-page .init-3 .container .content .right ul {
        padding-top: 0
    }

    .about-page .init-3 .container .content .right ul li {
        margin-top: 20px
    }

    .about-page .init-3 .container .content .right ul li .box {
        padding: 20px 16px
    }

    .about-page .init-4 .content {
        padding-top: 20px
    }

    .about-page .init-4 .content .sPage {
        margin-top: 20px
    }

    .about-page .init-4 .content .sPage .btn {
        width: 30px;
        height: 16px
    }

    .about-page .init-4 .content .sPage .next {
        margin-left: 20px
    }

    .about-page .init-5 .container .content {
        margin-top: 20px
    }

    .about-page .init-5 .container .content .left {
        padding: 20px 10px
    }

    .about-page .init-5 .container .content .left .des {
        margin-top: 10px
    }

    .about-page .init-5 .container .content .left .more {
        margin-top: 10px
    }
}
.faq-page .ui.container {
  max-width: 1370px;
}
.faq-page .faq-1 {
  padding: var(--px70) 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  color: #222222;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  float: right;
  margin-top: .2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 18px;
  display: none;
  color: #7a7a7a;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 188%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}
.gallery-page .tab {
    position: sticky;
    top: 80px;
    z-index: 10;
    background: #fff
}

.gallery-page .tab ul {
    margin: -20px
}

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

.gallery-page .tab ul li a {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px;
    background: #f6f6f6;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

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

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 90px
}

.gallery-page .content .box h2 {
    color: #182333;
    font-size: 35px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3
}

.gallery-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left
}

.gallery-page .content .box ul li {
    padding: 1px
}

.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    padding: 5px;
    border-radius: 5px
}

.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 5px
}

.gallery-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 0 15px 0 0;
    background-color: #333
}

.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 20px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,.3);
    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;
    -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;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0,0,0,.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    min-width: 100px;
    text-align: center
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff
}

.gallery-page .content .box ul li:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0
}

.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 90px 0
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width:25%
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .content .box ul li {
        width:33.3333%
    }
    .solution-page .list ul li .text{
    padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width:50%
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size:14px
    }

    .gallery-page .content .box ul li {
        width: 100%
    }

}
.gallery-page {
  padding: var(--ft60) 0 var(--ft60);
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  transition: .5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.white {
    color: white;
}
.up-word {
  text-transform: uppercase;
}
.white {
  color: white;
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 33px;
  height: 45px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  color: black;
}
.more.white {
  border-color: white;
  color: white;
}
.more.white:hover {
  background-color: white;
  color: black;
}
.more:hover {
  background-color: var(--color);
  color: white;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.more i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sy-sbody {
  padding: var(--px70) 0;
}
.sy-sbody .sb1 .container .s1-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: var(--ft20);
}
.sy-sbody .sb1 .container .s1-m:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sy-sbody .sb1 .container .s1-m .s1-l {
  width: 40%;
}
.sy-sbody .sb1 .container .s1-m .s1-l img {
  width: 100%;
  object-fit: cover;
}
.sy-sbody .sb1 .container .s1-m .s1-r {
  width: 60%;
  padding: 0 var(--ft46);
}
.sy-sbody .sb1 .container .s1-m .s1-r .s1-p1{
  font-size: var(--ft30);
}
.sy-sbody .sb1 .container .s1-m .s1-r .s1-p2 {
  margin-top: var(--ft30);
  margin-bottom: var(--ft30);
}
@media (max-width: 700px) {
  .sy-sbody .sb1 .container .s1-m .s1-r {
    padding: 0;
    margin-top: 15px;
    width: 100%;
  }
  .sy-sbody .sb1 .container .s1-m .s1-l {
    margin-top: 15px;
    width: 100%;
  }
  .sy-sbody .sb1 .container .s1-m {
    flex-wrap: wrap;
  }
}
.s-page .container{
  display: flex;

}
.s-page .container .spl{
  padding-right: var(--ft60);
width: 75%;
}
.s-page .container .spr{
  width: 25%;
   position: sticky;
   top: 120px;
   right: 0
}
.s-page .container .spl .title{
background: rgba(245,245,245,1);
padding: 10px;
font-size: var(--ft30) !important;
font-weight: 600;
text-align: left;
}
.s-page .container .spr .spr1{
background: rgba(245,245,245,1);
padding: 10px;
font-size: var(--ft30);
font-weight: 600;

}
.s-page .container .spr .spr2{
  margin-top: 15px;
  padding: var(--ft20) var(--ft30);
  border: 1px solid rgba(229,229,229,1);
}
.s-page .container .spr .sw3-p1{
  background: rgba(245,245,245,1);
  padding: 8px;
  margin-bottom: 15px;
  color: rgba(68,68,68,1);
  font-weight: 500;
}
.sy-spro .sp1 {
  background: var(--color);
  padding: var(--ft40) 0;
}
.sy-spro .sp1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy-spro .sp1 .container .p1-l {
  width: 65%;
  color: #fff;
  padding-right: var(--ft60);
}
.sy-spro .sp1 .container .p1-l .p1l-p1 {
  font-size: var(--ft48);
  margin-bottom: var(--ft24);
}
.sy-spro .sp1 .container .p1-l .p1l-p2 {
  font-size: var(--ft18);
}
.sy-spro .sp1 .container .p1-l .p1l-p2{
  max-height: 250px;
  overflow-y: auto;
}
.sy-spro .sp1 .container .p1-r {
  width: 35%;
}
.sy-spro .sp1 .container .p1-r img {
  width: 100%;
  object-fit: cover;
}
.sy-spro .sp2 .input_tit {
  font-size: 18px;
  color: #707070;
}
.sy-spro .sp2 .form_tit {
  font-weight: normal;
  font-size: var(--ft20);
  color: #333333;
  margin-top: var(--ft40);
  margin-bottom: 10px;
}
.sy-spro .sp2 .form_1 .form_tip {
  background: var(--color);
  padding: 0px 54px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sy-spro .sp2 .input-group > .custom-select:not(:last-child),
.sy-spro .sp2 .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sy-spro .sp2 .form_1 .form-control {
  border: 1px solid #c1c9cc;
  flex: 0 0 auto;
  width: 382px !important;
  height: 50px;
  font-size: 20px;
  margin-right: 30px;
}
.sy-spro .sp2 .input-group > .custom-file,
.sy-spro .sp2 .input-group > .custom-select,
.sy-spro .sp2 .input-group > .form-control,
.sy-spro .sp2 .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.sy-spro .sp2 .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sy-spro .sp2 .form_1 .input-group {
  display: flex;
  align-items: center;
}
.sy-spro .sp2 .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sy-spro .sp2 .btn-group-vertical > .btn,
.sy-spro .sp2 .btn-group-vertical > .btn-group,
.sy-spro .sp2 .input-group,
.sy-spro .sp2 .modal {
  width: 100%;
}
.sy-spro .sp2 .img_size {
  max-width: 23px;
  height: auto;
  margin-left: 14px;
}
.sy-spro .sp2 .c-button:not(:disabled) {
  cursor: pointer;
}
.sy-spro .sp2 .c-button--dropdown {
  max-width: 312px;
  /* height: 50px; */
  flex: 1;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  font-size: 18px;
  color: #333;
  /* font-weight: bold; */
  /* line-height: 50px; */
  z-index: 9;
  text-align: left;
}
.sy-spro .sp2 .c-button {
  min-width: 200px;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sy-spro .sp2 .c-button--dropdown {
  font-weight: normal;
  font-size: 18px;
  color: #707070;
  width: 324px;
  margin-bottom: 0px;
  z-index: 99;
  position: relative;
  border-bottom: 0;
  display: flex;
  align-items: center;
}
.sy-spro .sp2 .nj_top {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  border: 1px solid #c1c9cc;
  flex-wrap: wrap;
}
.sy-spro .sp2 .s_box {
  display: flex;
  align-items: center;
}
.sy-spro .sp2 .size {
  column-gap: 40px;
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}
.sy-spro .sp2 .formbox {
  background: #fff;
  cursor: pointer;
  position: relative;
  /* flex: 0 0 25%; */
  width: 382px;
  margin-bottom: 23px;
}
.sy-spro .sp2 .open .inputbox {
  display: flex;
}
.sy-spro .sp2 .nj_top input {
  width: 212px;
}
.sy-spro .sp2 .inputbox {
  border: 1px solid #c4cccf;
  height: 34px;
  padding: 6px 10px;
  display: none;
}
.sy-spro .sp2 .c-dropdown.open .c-dropdown__list {
  z-index: 10 !important;
  margin-top: -1px;
  border-top: 0px;
}
.sy-spro .sp2 .c-dropdown.open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border: 1px solid #c1c9cc;
  z-index: 9;
  max-height: 300px;
  overflow: hidden;
}
.sy-spro .sp2 .c-dropdown__list {
  width: 100%;
  margin-top: -1px;
}
.sy-spro .sp2 .c-dropdown__list {
  padding: 10px 0 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /* -webkit-transition: opacity 0.25s 
            linear, top 0.25s 
            linear; */
  /* transition: opacity 0.25s 
            linear, top 0.25s 
            linear; */
}
.sy-spro .sp2 .c-dropdown__item {
  line-height: 20px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 14px;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  width: 100%;
  display: block;
}
.sy-spro .sp2 .c_tit {
  font-weight: normal;
  font-size: 16px;
  color: #707070;
  /* font-weight: bold; */
}
.sy-spro .sp2 .screen_input {
  display: flex;
}
.sy-spro .sp2 .open .inputbox {
  display: flex;
}
.sy-spro .sp2 .inputbox {
  border: 1px solid #c4cccf;
  height: 34px;
  padding: 6px 10px;
  display: none;
}
.sy-spro .sp2 .screen_input .xd {
  margin: 0 9px;
  font-size: 25px;
  line-height: 32px;
  color: #000;
}
.sy-spro .sp2 .screen_input span {
  font-weight: normal;
  font-size: 14px;
  color: #c9d0d3;
}
.sy-spro .sp2 .open .nj_bottom {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #c1c9cc;
  z-index: 9;
  border-top: 1px solid #fff;
  margin-top: -1px;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sy-spro .sp2 .nj_bottom {
  padding-top: 23px;
  list-style: none;
  background: #fff;
  position: absolute;
  top: 125%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: opacity 0.25s 
                                linear, top 0.25s 
                                linear; */
  /* transition: opacity 0.25s 
                                linear, top 0.25s 
                                linear; */
  width: 100%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.sy-spro .sp2 .open .button {
  display: flex;
  flex-wrap: wrap;
}
.sy-spro .sp2 .open .button a{
  margin-top: 5px;
}
.sy-spro .sp2 .button {
  border-top: 1px solid #c1c9cc;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  display: none;
  padding-bottom: 20px;
}
.sy-spro .sp2 .button a {
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #a7adb6;
  transition: all 0.3s;
  display: inline-block;
  padding: 11px 48px;
}
.sy-spro .sp2 .button a:hover {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.sy-spro .sp2 #cz_p {
  font-size: 18px;
  color: var(--color);
  cursor: pointer;
  line-height: 52px;
  background: transparent;
  border: none;
}
.sy-spro .sp2 .nj_top .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  flex: 1;
  justify-content: end;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sy-spro .sp2 .c_box .box {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 94%;
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
}
.sy-spro .sp2 .open .img_size,
.sy-spro .sp2 .open .img_size {
  transform: rotate(180deg);
}
.sy-spro table thead,
.sy-spro table tbody {
  display: table;
  min-width: 1600px;
  width: 100% !important;
}
.sy-spro table thead,
.sy-spro table tbody tr {
  table-layout: fixed;
  display: table;
  width: 100% !important;
}
.sy-spro .sp3 .container .pro_tabbox {
  overflow: auto;
}
.sy-spro .sp3 .container #productTable {
  width: 1650px;
}
.sy-spro .sp3 .container .c_list table {
  width: 100%;
  background: #fff;
}
.sy-spro .sp3 .container table {
  border-collapse: collapse;
}
.sy-spro .sp3 .container .c_list thead {
  width: 100%;
}
.sy-spro .sp3 .container .c_list thead,
.sy-spro .sp3 .container .c_list thead .second-last {
  background: #454b58 !important;
}
.sy-spro .sp3 .container .c_list thead tr {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sy-spro .sp3 .container .c_list th {
  padding: 8px 19px;
  border: 1px solid #fff;
  width: calc(100% / 11);
  position: relative;
}
.sy-spro .sp3 .container .c_list td {
  padding: 8px 19px;
  width: calc(100% / 11);
  text-align: center;
}
.sy-spro .sp3 .container th {
  text-align: inherit;
}
.sy-spro .sp3 .container .c_list thead tr {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sy-spro .sp3 .container .c_list th {
  padding: 8px 19px;
  border: 1px solid #fff;
  width: calc(100% / 11);
  position: relative;
}
.sy-spro .sp3 .container .c_list .last {
  background: var(--color);
}
.sy-spro .sp3 .container .c_list thead tr {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sy-spro .sp3 .container .c_list .last th {
  cursor: pointer;
}
.sy-spro .sp3 .container .c_list th {
  padding: 8px 19px;
  border: 1px solid #fff;
  width: calc(100% / 11);
  position: relative;
}
.sy-spro .sp3 .container .even:nth-child(odd) {
  background: #f2f2f2;
}
.sy-spro .sp3 .container .even {
  background: #ffffff;
  border: 1px solid #dee2e6;
  margin-top: -1px;
  cursor: pointer;
}
.sy-spro .sp3 .container .even td {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.sy-spro .sp3 .container .td_first {
  font-size: 18px !important;
  color: var(--color) !important;
  text-align: left !important;
  padding-left: 23px;
  white-space: nowrap;
  padding-right: 10px;
}
.sy-spro .sp3 .container .c-dropdown.open .c-dropdown__list {
  z-index: 10 !important;
  margin-top: -1px;
  border-top: 0px;
}
.sy-spro .sp3 .container .c-dropdown.open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border: 1px solid #c1c9cc;
  z-index: 9;
  max-height: 300px;
  overflow: hidden;
}
.sy-spro .sp3 .container .open .nj_bottom {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #c1c9cc;
  z-index: 9;
  border-top: 1px solid #fff;
  margin-top: -1px;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sy-spro .sp3 .container .nj_bottom {
  padding-top: 23px;
  list-style: none;
  background: #fff;
  position: absolute;
  top: 125%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: opacity 0.25s 
            linear, top 0.25s 
            linear; */
  /* transition: opacity 0.25s 
            linear, top 0.25s 
            linear; */
  width: 100%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.sy-spro .sp3 .container .screen_input span {
  font-weight: normal;
  font-size: 14px;
  color: #c9d0d3;
}
.sy-spro table.tablesorter thead tr.sort-icon th.sortclass::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 16px;
  height: 18px;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024042819195923381/cms/image/508c2f61-2b5b-499a-91d0-9071d5f5e8cd.png_290xaf.png?1724237712335) no-repeat;
  background-position: center;
  position: absolute;
  background-position: right;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.sy-spro .c_list .last th.px::after {
  transform: rotate(180deg) translateY(50%) !important;
}
.njbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inputbox input {
  background: transparent;
  height: 100%;
  border: 0;
  width: 68px;
}
.sy-xq {
  padding: var(--px70) 0;
}
.sy-xq .xq1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sy-xq .xq1 .container .x1l {
  width: 40%;
}
.sy-xq .xq1 .container .x1l img {
  width: 100%;
  height: 100%;
}
.sy-xq .xq1 .container .x2r {
  width: 60%;
  padding-left: var(--px110);
}
.sy-xq .xq1 .container .x2r .x2r-p1 {
  font-size: var(--ft40);
  line-height: 1.1;
  font-weight: 600;
}
.sy-xq .xq1 .container .x2r .x2r-p2 {
  font-size: var(--ft16);
  color: #333333;
  margin-top: var(--ft26);
  line-height: 2;
  margin-bottom: var(--px60);
}
.sy-xq .xq2 {
  padding: var(--px90) 0;
}
.sy-xq .xq2 .container .xp2-h {
  font-weight: 600;
  font-size: var(--ft36);
}
@media (max-width: 1000px) {
  .sy-xq .xq1 .container .x2l {
    width: 100%;
  }
  .sy-xq .xq1 .container .x2r {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sy-xq .xq1 .container {
    flex-wrap: wrap;
  }
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.m-page span.current,
.m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.sy-spro{
  padding: var(--px100) 0;
}

@media (max-width: 500px) {
  .sy-spro .sp2 .formbox{
    width: 100%;
  }

}
.swiper-oooo{
  overflow: hidden;
}
.slice-picture{
  position: relative;
  user-select: none;

}
.slice-picture__box1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0% 100% 0% 0%);
  
}
.slice-picture__dragger{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  cursor: col-resize;
  top: 0;
  left: 0;
}
.slice-picture__handle{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2) ;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: col-resize;
}
.no_bg1{
font-size: var(--ft48);
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.no_bg2{
    font-size: var(--ft18);
      line-height: 1.7;
      color: rgba(40, 39, 39, 0.87);
  text-align: center;
}
.no_bg_src{
    padding-top: var(--px100);
}
.page-header02{
  position: fixed;
  width: 100%;
}
.prodet-c-page {
  padding: calc(4.479vw + 14px) 0 10px 0;
}
.prodet-c-page .prodet-1{
  padding-bottom: calc(1.88vw + 14px);
}
.prodet-c-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;*/
  flex-direction: column;
}
.prodet-c-page .prodet-1 .box .left .big {
  width: 100%;
}
.prodet-c-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-c-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-c-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-c-page .prodet-1 .box .left .big ul li{
  padding: 1px 0;
}
.prodet-c-page .prodet-1 .box .left .big .img{
  border: 1px solid #e6e6e6;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.prodet-c-page .prodet-1 .box .left .big .img img{
  max-width: 90%;
}
.prodet-c-page .prodet-1 .box .left .small {
  width: 100%;
  margin-top: 10px;
}
.prodet-c-page .prodet-1 .box .left .small ul {
  margin: -5px;
  /*height: 505px;*/
}
.prodet-c-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-c-page .prodet-1 .box .left .small ul li .img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
    border: 1px solid #e6e6e6;
      padding: 20px;
      height: 100%;
}
.prodet-c-page .prodet-1 .box .left .small ul li .img img{
  max-width: 90%;
}
.prodet-c-page .prodet-1 .box .right .content h1{
  font-weight: 700;
}
.prodet-c-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-c-page .prodet-1 .box .right .content a.btn {
  color: white;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-c-page .prodet-1 .box .right .content a.btn:hover {
  color: white;
  background-color: #000000;
}
.prodet-c-page .prodet-1 .box .right .content .social-links h4,
.prodet-c-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-c-page .prodet-2 {
  padding-top: 0px !important;
}
.prodet-c-page .prodet-2 form input,
.prodet-c-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-c-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-c-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-c-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-c-page .prodet-2 .options ul {
  position: relative;
}
.prodet-c-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-c-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-c-page .prodet-2 .options ul li + li {
  margin-left: calc(1.3555vw + 14px);
}
.prodet-c-page .prodet-2 .options ul li a {
  padding: 15px calc(1.0555vw + 1px);
  font-weight: 500;
  font-size: calc(0.225vw + 14px) !important;
  text-transform: uppercase;
}
.prodet-c-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-c-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-c-page .prodet-2 .ret ul li .content {
  /*padding-left: 90px;*/
  padding-right: 90px;
  user-select: none;
}
.prodet-c-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-c-page .prodet-2 .ret ul li .content.form form{
  width:100% !important; 
}
.prodet-c-page .prodet-3 {
  padding-top: 100px;
}
.prodet-c-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #efefef;

}
.prodet-c-page .prodet-3 ul li .img .bg.pre{
  opacity: 0;
}
.prodet-c-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-c-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-c-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-c-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-c-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-c-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-c-page {
    padding: 60px 0;
  }
  .prodet-c-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-c-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-c-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-c-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-c-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-c-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-c-page .prodet-1 .box .left .small ul{
    height: auto;
  }
  .prodet-c-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-c-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-c-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-c-page .prodet-2 form input,
  .prodet-c-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-c-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-c-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-c-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-c-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-c-page .prodet-2 form textarea {
    height: 100px;
  }
}

.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
@media (max-width: 1250px) {
    .product-page .productBox3  .container>.left{
    display: none;
  }
  .product-page .productBox .productList{
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
    .product-page .productNav {
    display: none;
  }
}
.product-page{
  background: #eee;
}
.product-page .slideBar {
    padding-top: 100px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--color);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--color);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--color);
    color: white;
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--color);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.tit1 {
  font-size: 36px;
  font-weight: 700;
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }
  .tit1{
    font-size: 24px;
  }
}
.productBox3  .container>.left #product-list li {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px 30px;
    background-color: white;
}
.productBox3  .container>.left  form{
  width: 100%;
  margin-bottom: calc(0.2085vw + 14px);
  /*padding: 15px;
  border: 1px solid #e2e2e2;*/
    border-radius: 5px;
    background: #fff;
    display: flex;

}
.productBox3  .container>.left  input{
  padding: calc(0.315vw + 14px) 15px;
  width: 80%;
    border: 1px solid #e2e2e2;
}
.productBox3  .container>.left  button{
  font-size: calc(0.8345vw + 14px);
width: 20%;
border: none;
background: var(--color);
color: #fff;

}
.productBox3  .container>.left #product-list li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer
}

.productBox3  .container>.left #product-list li a {
    display: inline-block;
    font-size: 16px;
    font-family: Mulish;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase
}

.productBox3  .container>.left #product-list li ul.children {
    margin-top: 20px
}

.productBox3  .container>.left #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0
}
.productBox3  .container>.left #product-list li.active > a,
.productBox3  .container>.left #product-list li ul.children li.active > a{
  color: var(--color);
}
.productBox3  .container>.left #product-list li ul.children li a {
    font-weight: 400;
    color: rgba(0,0,0,.8);
    text-transform: capitalize
}

.productBox3  .container>.left #product-list li ul.children li:last-child {
    margin-bottom: 0
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img{
  display: flex;
  justify-content: center;
  width: 100%;
}
.productList ul li .img .pos{
  width:100%;
}
.productList ul li .img .bg{
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
@media (max-width: 1000px) {
    .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}
#addForm23 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm23 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
}
#addForm23 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm23 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm23 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm23 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm23 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm23 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm23 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media (max-width: 1000px) {
    #addForm23 {
    width: 100%;
  }
}
@media (max-width: 500px) {
    #addForm23 {
    width: 100%;
    padding: 10px;
  }
  #addForm23 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 1250px) {
  .prodet-c-page{
    width: 100%;
  }
     .productBox3 .container>.left {
        display: none;
    }
}
.productBox3gl{
  position: sticky;
 top: 120px;
 display: inline-block;
}
.productBox3gr{
  padding-left: 4%;
  float: right;
  
}
.cl::after {
    content:'\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
@media (max-width: 1250px) {
  .productBox3gr{
    width: 100% !important;
    padding-left: 0;
  }
}
/*.prodet-2 .content  img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.prodet-2 .content  img.draggable {
    -webkit-user-drag: auto;
    -khtml-user-drag: auto;
    -moz-user-drag: auto;
    -o-user-drag: auto;
    user-drag: auto;
    pointer-events: auto;
}*/
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}