@font-face {
  font-family: 'pop';
  src: url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-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: #01468b;
  --fm: 'pop';
  --white: #fff;
}
: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: 400;
  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: 400;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: normal;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #3b3838;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 7px 0 6px;
}
#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;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  display: flex;
  align-items: center;
  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(2.1885vw + 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: 14px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: 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 .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: var(--ft34);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img {
  height: 18px;
  margin-right: 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 .p_nav {
  background: #01468b;
}
#header > .nav .p_nav .container .p_m {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 16px;
}
#header > .nav .p_nav .container .p_m .p_c {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: var(--ft62);
}
#header > .nav .p_nav .container .p_m .p_c:first-child {
  margin-left: 0;
}
#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 {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1750px;
  padding: 0 15px;
}
#banner {
  margin-top: 107px;
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .banner_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper_banner .banner_btn:hover {
  filter: brightness(0);
}
#banner .swiper_banner .banner_btn.banner_btn_l {
  left: 5.21%;
}
#banner .swiper_banner .banner_btn.banner_btn_r {
  right: 5.21%;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .swiper_box {
  position: absolute;
  left: 13.59%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 620px;
}
#banner .swiper_banner .swiper-slide .swiper_box .banner_p1 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  margin-bottom: var(--ft18);
}
#banner .swiper_banner .swiper-slide .swiper_box .banner_p2 {
  font-weight: 400;
  font-size: var(--ft50);
  color: #FFFFFF;
  line-height: 1.25;
}
.pf_btn {
  height: 50px;
  border: 1px solid #000000;
  padding-left: calc(3.0225vw + 13px);
  padding-right: calc(3.0225vw + 13px);
  display: block;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 55px;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
  text-transform: uppercase;
}
.pf_btn:hover {
  background: var(--color);
  color: #FFFFFF;
  border: 1px solid var(--color);
}
:root {
  --ft35: calc(1.0915vw + 14px);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  display: flex;
  align-items: center;
  background: #f1f1f1;
}
#index-body .init-1 .i1-l {
  width: 25%;
  padding: 0 calc(2.26vw + 13px) 0 calc(1.56vw + 13px);
}
#index-body .init-1 .i1-l .i1l-p1 {
  font-weight: 500;
  font-size: calc(1.0915vw + 14px);
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft24);
}
#index-body .init-1 .i1-l .i1l-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#index-body .init-1 .i1-l .pf_btn {
  margin-top: calc(12.5vw - 27px);
}
#index-body .init-1 .i1-r {
  width: 75%;
}
#index-body .init-1 .i1-r .swiper_i1 {
  overflow: hidden;
}
#index-body .init-1 .i1-r .swiper_i1 .swiper-slide {
  border-left: 1px solid #e2e2e2;
  padding: calc(6.25vw + 17px) calc(1.46vw + 13px) calc(5.519vw + 14px);
}
#index-body .init-1 .i1-r .swiper_i1 .swiper-slide .i1-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  margin-top: var(--ft24);
  min-height: 90px;
}
#index-body .init-1 .i1-r .swiper_i1 .swiper-slide:hover .i1-p {
  color: var(--color);
}
#index-body .init-2 {
  padding-top: calc(4.1667vw + 18px);
  padding-bottom: calc(4.1667vw + 20px);
  display: flex;
}
#index-body .init-2 > div {
  width: 50%;
}
#index-body .init-2 .i2-l {
  background: #3b3838;
  padding-top: calc(7.8vw + 10px);
  padding-left: calc(4.1667vw + 20px);
  padding-right: calc(6.77vw + 20px);
}
#index-body .init-2 .i2-l .swiper_2 {
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .i2-l .swiper_2 .swiper-pagination1 {
  position: absolute;
  z-index: 5;
  top: 9.9vw;
  left: 0;
  height: min-content;

}
#index-body .init-2 .i2-l .swiper_2 .swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 7px;
}
#index-body .init-2 .i2-l .swiper_2 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: var(--color);
}
#index-body .init-2 .i2-l .swiper_2 .swiper-slide .i2-p1 {
  font-weight: 400;
  font-size: var(--ft35);
  color: #FFFFFF;
  line-height: 1.2;
}
#index-body .init-2 .i2-l .swiper_2 .swiper-slide .i2-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.56;
}
#index-body .init-2 .i2-l .swiper_2 .swiper-slide .pf_btn {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
  margin-top: calc(12.5vw - 27px);
}
#index-body .init-2 .i2-l .swiper_2 .swiper-slide .pf_btn:hover {
  background: var(--color);
  color: #FFFFFF;
  border: 1px solid var(--color);
}
#index-body .init-2 .i2-r {
  padding-right: var(--ft50);
  /*padding-bottom: 1px;*/
}
#index-body .init-2 .i2-r .swiper-slide{
  height: 100%;
}
#index-body .init-2 .i2-r .swiper_i2r{
  background: #3b3838;
}
#index-body .init-2 .i2-r .swiper_i2r img{
  height: 699px;
  width: 100%;
  /*display: block;*/
  object-fit: cover;
}
#index-body .init-2 .i2-r .swiper-cube .swiper-cube-shadow:before{
  display: none;
}
#index-body .init-3 {
  overflow: hidden;
  padding-top: var(--px140);
  background: #ebebeb;
}
#index-body .init-3 .container .i3-t {
  font-weight: 400;
  font-size: var(--ft50);
  color: #000000;
  line-height: 1.25;
  padding-left: calc(7.8vw + 10px);
}
#index-body .init-3 .container .i3-t span {
  color: #6f6f6f;
}
#index-body .init-3 .container .i3-c {
  margin-top: var(--ft30);
  padding-right: calc(7.8vw + 0px);
  display: flex;
  justify-content: end;
  font-weight: 400;
  font-size: var(--ft18);
  color: #3B3838;
  line-height: 1.56;
  margin-bottom: calc(2.6555vw + 14px);
}
#index-body .init-3 .container .i3-m {
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
  display: grid;
  grid-template-columns: 411fr 612fr 319fr;
  column-gap: var(--ft30);
}
#index-body .init-3 .container .i3-m .i3m-c {
  background: #100c0b;
  padding: var(--ft60) calc(2.0835vw + 12px) calc(2.6555vw + 14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-m .i3m-c .i3m-p1 {
  font-weight: 400;
  font-size: calc(0.415vw + 14px);
  color: #FFFBFB;
  line-height: 1.3;
}
#index-body .init-3 .container .i3-m .i3m-c .pf_btn {
  border: 1px solid #ffffff;
  color: #fff;
}
#index-body .init-3 .container .i3-m .i3m-r {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: calc(0.729vw + 14px);
}
#index-body .init-3 .container .i3-m .i3m-r .i3m-k {
  background: #fffbfb;
  padding: var(--ft44) var(--ft18) var(--ft34);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-m .i3m-r .i3m-k .i3mr-p1 {
  font-weight: 400;
  font-size: var(--ft50);
  color: #100C0B;
  line-height: 1;
}
#index-body .init-3 .container .i3-m .i3m-r .i3m-k .i3mr-p1 sup {
  font-size: calc(0.729vw + 14px);
}
#index-body .init-3 .container .i3-m .i3m-r .i3m-k .i3mr-p2 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #3B3838;
  line-height: 1.1;
  margin-bottom: var(--ft16);
}
#index-body .init-3 .container .i3-m .i3m-r .i3m-k .i3mr-p3 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #3B3838;
  line-height: 1.4;
}
#index-body .init-3 .container .i3-b {
  padding-top: var(--px90);
  font-weight: 400;
  font-size: 16.61vw;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}
#index-body .init-4 {
  overflow: hidden;
  padding-bottom: calc(6.5vw + 18px);
  background: #ebebeb;
}
#index-body .init-4 .container {
  display: flex;
  justify-content: space-between;
}
#index-body .init-4 .container .i4-l {
  width: 50%;
  padding-right: 7%;
}
#index-body .init-4 .container .i4-l .i4l-p1 {
  font-weight: 400;
  font-size: var(--ft35);
  color: #000000;
  line-height: 1.25;
  padding-top: var(--ft46);
}
#index-body .init-4 .container .i4-l .pf_btn {
  margin-top: calc(3.1215vw + 8px);
}
#index-body .init-4 .container .i4-l .i4l-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  margin-top: var(--ft20);
  margin-bottom: var(--ft44);
}
#index-body .init-4 .container .i4-l .i4l-p3 .i4l-p3-li {
  font-weight: 400;
  font-size: var(--ft20);
  color: #000000;
  margin-bottom: var(--ft24);
  display: flex;
  align-items: center;
}
#index-body .init-4 .container .i4-l .i4l-p3 .i4l-p3-li img {
  margin-right: var(--ft24);
  vertical-align: middle;
  margin-bottom: 6px;
}
#index-body .init-4 .container .i4-r {
  width: 50%;
}
#index-body .init-5 {
  overflow: hidden;
  padding-top: var(--px110);
  padding-bottom: calc(5.75vw + 15px);
}
#index-body .init-5 .i5-h {
  font-weight: 400;
  font-size: var(--ft35);
  color: #000000;
  line-height: 1;
  margin-bottom: var(--ft24);
}
.seoPublic .title {
  font-family: var(--fm);
  font-weight: 400 !important;
  font-size: var(--ft35) !important;
  color: #000000;
  line-height: 1.1;

}
#index-body .init-5 .i5-tap {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  max-width: 660px;
  margin: 0 auto;
}
#index-body .init-5 .i5-m {
  margin-top: calc(2.1885vw + 14px);
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
}
#index-body .init-5 .i5-m .swiper_i5 {
  overflow: hidden;
}
#index-body .init-5 .i5-m .swiper_i5 .i5-1 {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--ft26);
  margin-bottom: var(--ft18);
}
#index-body .init-5 .i5-m .swiper_i5 .i5-2 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #000000;
  line-height: 1.5;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-m .swiper_i5 .swiper-slide:hover .i5-2{
  color:var(--color);
}
#index-body .init-5 .i5-m .swiper_i5 .i5-3 {
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  margin-top: var(--ft20);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
#footer .foot {
  padding-top: calc(3.4405vw + 16px);
  padding-bottom: calc(3.4405vw + 17px);
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #000000;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #fff;
  margin-top: var(--px40);
}
#footer .foot .container .f-b .ft-h {
  color: #000000;
  font-weight: 500;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 450px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
#footer .foot .container .f-t .logo .flogop {
  margin-top: var(--ft32);
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  font-family: 'pop';
}
#footer .foot .container .f-t .logo #ewm {
  width: 112px;
  height: 112px;
  border: 3px solid #ffffff;
  margin-top: var(--px40);
}
#footer .foot .container .f-t .logo #ewm img,
#footer .foot .container .f-t .logo #ewm canvas {
  width: 106px;
  height: 106px;
}
#footer .foot .container .f-t .logo .share {
  display: flex;
  font-size: var(--ft20);
  margin-top: var(--ft40);
}
#footer .foot .container .f-t .logo .share li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .foot .container .f-t .logo .share li img {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .logo .share li:hover {
  background-color: var(--color);
}
#footer .foot .container .f-t .logo .share li:hover img {
  filter: brightness(0) invert(1);
}
#footer .foot .container .f-t .ft-c.ft-cg {
  max-width: 271px;
}
#footer .foot .container .f-t .ft-c.ft-cf {
  max-width: 404px;
}
#footer .foot .container .f-t .ft-c.ft-cf .ft-op {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
#footer .foot .container .f-t .ft-c.ft-cf form {
  margin-top: calc(0.729vw + 14px);
}
#footer .foot .container .f-t .ft-c.ft-cf form input {
  padding: 0 17px;
  width: 100%;
  height: 51px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 16px;
}
#footer .foot .container .f-t .ft-c.ft-cf form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
#footer .foot .container .f-t .ft-c.ft-cf form .f-put3 {
  padding-left: calc(3.1215vw + 12px);
  padding-right: calc(3.1215vw + 12px);
  height: 50px;
  line-height: 55px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  /*display: flex;*/
  text-transform: uppercase;
  /*align-items: center;*/
  justify-content: center;
  background-color: var(--color);
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .foot .container .f-t .ft-c.ft-cf form .f-put3:hover{
  background: #000;
}
#footer .foot .container .f-t .ft-c .ft-h {
  font-weight: 400;
  font-size: var(--ft20);
  color: #000000;
  margin-bottom: var(--ft34);
}
#footer .foot .container .f-t .ft-c .ft-oli {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
#footer .foot .container .f-t .ft-c .ft-oli.ft-oli1 {
  margin-bottom: var(--ft36);
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul li {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  position: relative;
  margin-bottom: var(--ft18);
}
#footer .foot .container .f-t .ft-c ul li:last-child {
  margin-bottom: 0;
}
#footer .foot .container .f-t .ft-c ul li a {
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c ul li:hover a::before {
  width: 100%;
}
#footer .foot .container .f-t .ft-c ul .finfo a {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c3 {
  width: 322px;
}
#footer .ff-lii {
  height: 1px;
  background: #eeeeee;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #000000;
  padding-top: calc(0.8345vw + 13px);
}
#footer .copyright .container {
  padding-top: 0;
  padding-bottom: calc(3.959vw + 9px);
  padding-left: calc(2.3955vw + 12px);
}
#footer .copyright .container .share {
  display: flex;
  margin-bottom: var(--ft60);
}
#footer .copyright .container .share li {
  margin-right: 10px;
}
#footer .copyright .container .share li i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #000000;
}
#footer .copyright .container .share li i:hover {
  color: var(--color);
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: #000000;
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  color: #000000;
  margin-right: 10px;
}
#footer .copyright .container .left .vbb {
  margin-left: var(--px70);
}
#index-body .init-3 .container .i3-m .i3m-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .foot .container .f-t .ft-c .ft-h {
  padding-top: 3.65vw;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-4 .container .i4-l .i4l-p1 {
    padding-top: 0;
  }
  .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  #footer .copyright .container .left {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m {
    padding: 0;
  }
  #index-body .init-3 .container .i3-c {
    padding-right: 0;
  }
  #index-body .init-3 .container .i3-t {
    padding-left: 0;
  }
  #index-body .init-2 .i2-l .swiper_2 .swiper-pagination1 {
    position: absolute;
    z-index: 5;
    top: 12.9vw;
    left: 0;
  }
  #banner {
    margin-top: calc(2.3955vw + 14px);
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .ft-c.hide-1250 {
    display: none;
  }
  #index-body .init-4 .container .i4-l {
    padding-right: 0;
  }
  #index-body .init-4 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i4-r {
    width: 100%;
  }
  #index-body .init-4 .container .i4-l {
    width: 100%;
  }
  #index-body .init-3 .container .i3-b {
    font-size: var(--px170);
  }
  #index-body .init-3 .container .i3-m .i3m-c .pf_btn {
    margin-top: var(--ft40);
  }
  #index-body .init-3 .container .i3-m .i3m-l {
    display: none;
  }
  #index-body .init-3 .container .i3-m {
    grid-template-columns: 1fr;
    row-gap: calc(0.729vw + 14px);
  }
  #index-body .init-2 .i2-l {
    padding-top: var(--px100);
  }
  #index-body .init-2 .i2-r {
    padding: 0;
  }
  #index-body .init-1 .i1-l {
    width: 36%;
  }
  #index-body .init-1 .i1-r {
    width: 64%;
  }
  #banner .swiper_banner .swiper-slide .swiper_box {
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 var(--ft30);
  }
  #banner .swiper_banner .banner_btn {
    display: none;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .init-1 .i1-l {
    width: 50%;
  }
  #index-body .init-1 .i1-r {
    width: 50%;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .i2-l .swiper_2 .swiper-pagination1 {
    display: none;
  }
  #index-body .init-2 .i2-l {
    width: 100%;
    padding-bottom: var(--px100);
  }
  #index-body .init-2 .i2-r {
    width: 100%;
  }
  #index-body .init-2 {
    flex-wrap: wrap;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper_banner .swiper-slide > img {
    height: 230px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  #index-body .init-1 {
    flex-wrap: wrap;
  }
  #index-body .init-1 .i1-l {
    width: 100%;
    padding-top: var(--ft50);
  }
  #index-body .init-1 .i1-r {
    width: 100%;
  }
}
.inner-top {
  margin-top: 107px;
}
.inner-top .container {
  padding-top: var(--ft40);
  padding-bottom: 19px;
  /*border-bottom: 1px solid #cccccc;*/
  position: relative;
}
.inner-top .container::after{
  content: '';
  position: absolute;
  bottom:0;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background:  #cccccc;
} 
.inner-top .container img {
  margin-right: 7px;
}
@media (max-width: 1250px) {
  .inner-top {
    margin-top: calc(2.3955vw + 14px);
  }
}
.c-product-page {
  padding-top: calc(2.6067vw + 15px);
}
.c-product-page .cp1 {
  padding-bottom: var(--px120);
}
.c-product-page .cp1 .container {
  display: flex;
}
.c-product-page .cp1 .cp1-l {
  width: 15.42%;
  position: sticky;
  top: 120px;
  height: max-content;
  border: 1px solid #3B3838;
  padding-top: calc(0.729vw + 14px);
  padding-left: 12px;
  padding-right: 15px;
  padding-bottom: var(--ft46);
}
.c-product-page .cp1 .cp1-l .cp1l-h {
  font-weight: 400;
  font-size: var(--ft20);
  color: #202020;
  margin-bottom: var(--ft32);
}
.c-product-page .cp1 .cp1-l .cp1l-li {
  /*font-weight: 400;*/
  font-size: var(--ft16);
  color: #202002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-product-page .cp1 .cp1-l .cp1l-li i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-product-page .cp1 .cp1-l .cp1l-li div {
  position: relative;
}
.c-product-page .cp1 .cp1-l .cp1l-li div:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  background: var(--color);
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-product-page .cp1 .cp1-l .cp1l-li.active,
.c-product-page .cp1 .cp1-l .cp1l-li:hover {
  color: var(--color);
}
.c-product-page .cp1 .cp1-l .cp1l-li.active div::after,
.c-product-page .cp1 .cp1-l .cp1l-li:hover div::after {
  width: 100% !important;
}
.c-product-page .cp1 .cp1-l .cp1l-li.active i,
.c-product-page .cp1 .cp1-l .cp1l-li:hover i {
  transform: rotate(90deg);
}
.c-product-page .cp1 .cp1-r {
  width: 84.58%;
  padding-left: var(--ft48);
}
.c-product-page .cp1 .cp1-r .cp1r-t {
  /*padding-left: 15px;*/
  margin-bottom: var(--ft44);
}
.c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-bottom: calc(0.415vw + 14px);
  border-bottom: 1px solid #cfcfcf;
}
.c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m h1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
.c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form {
  display: flex;
}
.c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form .cp1tr-r1 {
  width: 349px;
  height: 43px;
  background: #E9E9E9;
  border: none;
  padding: 0 17px;
  margin-right: 13px;
}
.c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form .cp1tr-r2 {
  padding: 0 var(--ft38);
  height: 43px;
  align-items: center;
  justify-content: center;
  background: #01468B;
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  display: flex;
  border: none;
}
.c-product-page .cp1 .cp1-r .cp1r-m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--ft26);
  row-gap: var(--ft44);
}
.cp1r-c:hover .cp1r-c-p2 {
  color: var(--color);
}
.cp1r-c .cp1r-c-p1 {
 
 font-weight: 400;
font-size: 14px;
color: #B3B3B3;
  margin-top: var(--ft18);
  margin-bottom: 7px;
}
.cp1r-c .cp1r-c-p2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
.m-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--ft60);
}
.m-page .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .wp-pagenavi .prev,
.m-page .wp-pagenavi .next {
  width: 96px;
  height: 30px;
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}
.m-page .wp-pagenavi .prev img,
.m-page .wp-pagenavi .next img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi .prev:hover,
.m-page .wp-pagenavi .next:hover {
  background: var(--color);
}
.m-page .wp-pagenavi .prev:hover img,
.m-page .wp-pagenavi .next:hover img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(0deg) brightness(102%) contrast(101%);
}
.m-page .wp-pagenavi a {
  margin-left: 16px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #A8A8A8;
}
.m-page .wp-pagenavi span {
  margin-left: 16px;
}
.m-page .wp-pagenavi .prev {
  margin-right: var(--ft38);
}
.m-page .wp-pagenavi .next {
  margin-left: var(--ft38);
}
.m-page .wp-pagenavi .next img {
  transform: rotate(180deg);
}
.init-3-cp {
  padding-bottom: calc(6.77vw + 16px) !important;
}
@media (max-width: 1800px) {
  .c-product-page .cp1 .cp1-l {
    width: 22%;
  }
  .c-product-page .cp1 .cp1-r {
    width: 78%;
  }
}
@media (max-width: 1250px) {
  .c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m {
    flex-wrap: wrap;
  }
  .c-product-page .cp1 .cp1-l {
    display: none;
  }
  .c-product-page .cp1 .cp1-r {
    padding: 0;
    width: 100%;
  }
  .c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form {
    margin-top: var(--ft30);
  }
}
@media (max-width: 1000px) {
  .c-product-page .cp1 .cp1-r .cp1r-m {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form .cp1tr-r2 {
    margin-top: 15px;
  }
  .c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form {
    flex-wrap: wrap;
  }
  .c-product-page .cp1 .cp1-r .cp1r-t .cp1rt-m form .cp1tr-r1 {
    width: 100%;
  }
  .c-product-page .cp1 .cp1-r .cp1r-m {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .c-product-page .cp1 .cp1-r .cp1r-m {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-oem-page .oem1 {
  padding-bottom: calc(5.21vw + 18px);
}
.c-oem-page .oem1 .container .o1-p {
  padding-top: var(--px80);
  font-weight: 400;
  font-size: var(--ft35);
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft32);
}
.c-oem-page .oem1 .container .o1-v {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  max-width: 681px;
  margin: 0 auto var(--ft50);
}
.c-oem-page .oem1 .container .o1-m {
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--ft36);
  row-gap: var(--ft26);
}
.c-oem-page .oem1 .container .o1-m .o1-c {
  background: #ebebeb;
  padding: var(--ft20) var(--ft18) var(--ft36);
}
.c-oem-page .oem1 .container .o1-m .o1-c video{
  width: 100%;
  height: 272px;
  background: #000;
}
.c-oem-page .oem1 .container .o1-m .o1-c .o1c-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.25;
  margin-top: calc(0.729vw + 14px);
  margin-bottom: var(--ft16);
}
.c-oem-page .oem1 .container .o1-m .o1-c .o1c-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  height: 74px;
  overflow-y: auto;
}
.c-oem-page .init-4-oem {
  padding-top: calc(5.75vw + 20px);
}
.c-oem-page .init-4-oem .i4-l {
  padding-right: 4% !important;
}
.c-oem-page .init-4-oem .i4l-p2 {
  margin-top: calc(2.1885vw + 14px) !important;
  max-width: 700px;
  font-weight: 400 !important;
  font-size: var(--ft18) !important;
  color: #000000 !important;
}
.c-oem-page .init-4-oem .pf_btn {
  margin-top: calc(2.0835vw + 14px) !important;
}
.c-oem-page .oem2 {
  padding-top: calc(6.25vw + 15px);
  padding-bottom: var(--px140);
  background: var(--color);
}
.c-oem-page .oem2 .container .o2-h {
  font-weight: 400;
  font-size: var(--ft35);
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: var(--ft30);
}
.c-oem-page .oem2 .container .o2-p {
  max-width: 1200px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin: 0 auto;
}
.c-oem-page .oem2 .container .o2-m {
  margin-top: calc(2.2385vw + 14px);
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
}
.c-oem-page .oem2 .container .o2-m .o2-s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ft16);
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c {
  padding: var(--ft26) var(--ft24) var(--ft50);
  background: #fff;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c:hover img {
  transform: rotateY(180deg);
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c .o2-p1 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #100C0B;
  margin-top: calc(4.059vw + 12px);
  margin-bottom: 12px;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c .o2-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #100C0B;
}
.c-oem-page .oem3 {
  padding-top: calc(6.25vw + 15px);
  padding-bottom: calc(6.5vw + 19px);
}
.c-oem-page .oem3 .container .o3-h {
  line-height: 1.25;
  font-weight: 400;
  font-size: var(--ft50);
  color: #000000;
  padding-left: calc(7.8vw + 10px);
}
.c-oem-page .oem3 .container .o3-h span {
  color: #6f6f6f;
}
.c-oem-page .oem3 .container .o3-m {
  margin-top: calc(2.2385vw + 14px);
  padding-left: calc(9.38vw + 10px);
  padding-right: var(--px100);
  display: flex;
  justify-content: space-between;
}
.c-oem-page .oem3 .container .o3-m .o3-r {
  margin-left: var(--ft50);
  width: 57.34%;
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-h {
  font-weight: 400;
  font-size: var(--ft18);
  color: #3B3838;
  padding-right: 11%;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: var(--ft24);
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  line-height: 1.1;
  padding-top: var(--ft40);
  font-size: var(--ft20);
  color: #000000;
  cursor: pointer;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h span {
  width: 12px;
  height: 2px;
  background: #000000;
  position: relative;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h span::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: center;
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 12px;
  height: 2px;
  background: #000000;
  transform: rotate(90deg);
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li:first-child .o3r-li-p{
  display: block;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-p {
  display: none;
  margin-top: var(--ft16);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  max-width: 702px;
  opacity: 0.62;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li.active .o3r-li-h span::before {
  transform: rotate(0deg);
}
.c-oem-page .oem4 {
  background: #f9f9f9;
  padding-top: var(--px100);
  padding-bottom: calc(5.75vw + 14px);
}
.c-oem-page .oem4 .o4-h {
  font-weight: 400;
  font-size: var(--ft35);
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft32);
}
.c-oem-page .oem4 .o4-p {
  font-weight: 400;
  font-size: var(--ft16);
  color: #010101;
}
.c-oem-page .oem4 .o4-m {
  margin-top: calc(3.1805vw + 14px);
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(1.3555vw + 13px);
  row-gap: calc(0.415vw + 14px);
}
.c-oem-page .oem4 .o4-m .o4-c {
  background: #FFFFFF;
  padding: calc(2.2385vw + 14px) var(--ft46) calc(5.519vw + 17px);
}
.c-oem-page .oem4 .o4-m .o4-c:hover img {
  transform: rotateY(180deg);
}
.c-oem-page .oem4 .o4-m .o4-c img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-oem-page .oem4 .o4-m .o4-c .o4-h1 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #010101;
  text-align: center;
  margin-top: var(--ft30);
  margin-bottom: var(--ft32);
}
.c-oem-page .oem4 .o4-m .o4-c img {
  display: block;
  margin: 0 auto;
}
.c-oem-page .oem4 .o4-m .o4-c .o4-p1 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #010101;
  line-height: 1.6;
  opacity: 0.8;
}
.c-oem-page .oem5 {
  background: var(--color);
  padding-top: calc(3.1805vw + 14px);
  padding-bottom: calc(3.1805vw + 15px);
}
.c-oem-page .oem5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-oem-page .oem5 .container .o5-l {
  font-weight: 400;
  font-size: var(--ft30);
  color: #FFFFFF;
  line-height: 1.3;
}
.c-oem-page .oem5 .container .o5_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 0 calc(2.6555vw + 13px);
  height: 50px;
  background: #FFFFFF;
  line-height: 55px;
}
.c-oem-page .oem5 .container .o5_btn:hover {
  background: #000;
  color: #FFFFFF;
}
@media (max-width: 1250px) {
  .c-oem-page .oem4 .o4-m {
    padding: 0;
  }
  .c-oem-page .oem3 .container .o3-h {
    padding-left: 0;
  }
  .c-oem-page .oem3 .container .o3-m {
    padding-left: 0;
    padding-right: 0;
  }
  .c-oem-page .oem2 .container .o2-m {
    padding: 0;
  }
  .c-oem-page .oem1 .container .o1-m {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .c-oem-page .oem4 .o4-m {
    grid-template-columns: 1fr 1fr;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r .o3r-h {
    padding: 0;
  }
  .c-oem-page .oem3 .container .o3-m {
    flex-wrap: wrap;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: var(--ft30);
  }
  .c-oem-page .oem2 .container .o2-m .o2-s {
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-4 .container .i4-l {
    margin-bottom: var(--ft30);
  }
  .c-oem-page .oem1 .container .o1-m {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .c-oem-page .oem5 .container .o5-l {
    width: 100%;
  }
  .c-oem-page .oem5 .container .o5-r {
    margin-top: var(--ft24);
  }
  .c-oem-page .oem5 .container {
    flex-wrap: wrap;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h > div {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .c-oem-page .oem4 .o4-m {
    grid-template-columns: 1fr;
  }
  .c-oem-page .oem2 .container .o2-m .o2-s {
    grid-template-columns: 1fr;
  }
  .c-oem-page .oem1 .container .o1-m {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1250px) {
      .seoPublic .title {
        font-size: var(--ft24);
        margin-bottom: 1em;
    }
  .inner-top{
    display: none;
  }

    #cp-Nav {
        display: block;
    }
}
    @media screen and (max-width: 1250px) {
      #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: 400;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

      
    }
    .page-header02{
      position: fixed;
      width: 100%;
    }
    /*////////////////////////////////////////*/
    .news-page .news-1 ul {
  margin: -20px -17px;
}
.news-page .news-1 ul li {
  padding: 20px 17px;
}
.news-page .news-1 ul li .box {
  position: relative;
  height: 360px;
  width: 100%;
}
.news-page .news-1 ul li .box:hover .img-box::before {
  opacity: 1;
}
.news-page .news-1 ul li .box .text {
  padding: 50px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
  z-index: 5;
}
.news-page .news-1 ul li .box .text h4 {
  font-family: 'pop';
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-page .news-1 ul li .box .text .date {
  font-family: 'pop';
  width: 130px;
  line-height: 34px;
  height: 30px;
  background-color: white;
  border-radius: 35px;
  color: black;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .news-1 ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(rgba(89, 155, 51, 0)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  background: linear-gradient(to top, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newsdet-page{
  padding-bottom: var(--px100);
}
.newsdet-page .newsdet-1 h4 {
  font-size: 16px;
  font-family: 'pop';
  color: var(--color);
  /*text-transform: uppercase;*/
  margin-bottom: 5px;
}
.newsdet-page .newsdet-1 h4 span {
  border-bottom: 1px solid var(--color);
}
.newsdet-page .newsdet-1 h1 {
  font-size: 35px;
  font-family: 'pop';
}
.newsdet-page .newsdet-1 .content {
  margin: calc(3.0225vw + 12px) 0 calc(4.1667vw + 15px);
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #313131;
  text-align: center;
  line-height: 29px;
}
.newsdet-page .newsdet-1 .share span{
  display: inline-block;
  /*padding-top: 4px;*/
    line-height: 38px;
}
.newsdet-page .newsdet-1 .share a i {
  color: #313131;
  font-size: 16px;
}
.newsdet-page .newsdet-1 .share a:last-child {
  margin-right: 0;
}
.newsdet-page .newsdet-1 .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: calc(1.0385vw + 14px);
  margin-top: calc(1.88vw + 14px);
}
  @media (max-width: 1000px) {
      .news-page .news-1 ul.grid-box li{
    width: 50%;
  }
  }
  @media (max-width: 500px) {
      .news-page .news-1 ul.grid-box li{
    width: 100%;
  }
  }
  @media (max-width: 1200px) {
      .newsdet-page .newsdet-1 h1 {
    font-size: var(--ft30);
  }
  .newsdet-page .newsdet-1 h4 {
    font-size:  var(--ft20);
  }

  }
  .flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.al-start{
    align-items: flex-start;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
  .inner-page {
    padding-top: var(--px100);
  }
  .agent-page .agent-1 ul {
  margin: calc(3.4405vw + 14px) -20px 0;
}
.agent-page .agent-1 ul li {
  padding: var(--ft40) 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: var(--px80) 0 var(--ft40) ;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: calc(3.1267vw + 20px);
  padding-bottom: var(--px100);
}
.agent-page .agent-2 ul {
  margin-top: calc(2.3955vw + 14px);
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text .con {
  font-family: 'pop';
}
.agent-page .agent-2 ul li .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: calc(1.0385vw + 14px);
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
  @media (max-width: 1000px) {
      .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: calc(0.8345vw + 14px);
  }
  }
  @media (max-width: 700px) {
      .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: calc(0.8345vw + 14px);
  }
  }
  .i-title p {
  font-size: var(--ft16);
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: var(--ft34);

  line-height: 1.2;
}
.tit-font {

  line-height: 36px;
}

.about-page {
  background-color: #f2f2f2;
}
.about-page .init-1 {
  background-color: #f2f2f2;
}
.about-page .init-1 .containerC .left {
  width: 32%;
}
.about-page .init-1 .containerC .left .title {
  font-weight: 400;
}
.about-page .init-1 .containerC .left .des {
  max-width: 500px;
  line-height: 2;
}
.about-page .init-1 .containerC .left .des em {
  border-bottom: 1px solid #343639;
}
.about-page .init-1 .containerC .left .des2 {
  /*max-width: 500px;*/
  margin-left: auto;
}
.about-page .init-1 .containerC .left .des2 .title {
  line-height: 1.6;
  font-weight: 400;
}
.about-page .init-1 .containerC .middle {
  width: 32%;
}
.about-page .init-1 .containerC .middle img {
  width: 100%;
}
.about-page .init-1 .containerC .right {
  width: 32%;
  padding: 30px 24px 50px 24px;
  background-color: var(--color);
  color: var(--white);
}
.about-page .init-1 .containerC .right .title {
  font-weight: 400;
}
.about-page .init-1 .containerC .right .img {
  width: 100%;
}
.about-page .init-1 .containerC .right ul li .box .sub {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  margin-top: 2px;
}
.about-page .init-1 .containerC .right ul li .box .desC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .init-1 .containerC .right ul li .box .desC .title2 {
  font-weight: 400;
}
.about-page .init-2 .containerC {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li .box {
  position: relative;
  width: 590px;
  padding: 70px;
}
.about-page .init-2 .containerC ul li .box .left .num {
  font-weight: 400;
  color: var(--color);
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .containerC ul li .box .left .bottom {
  font-weight: 400;
}
.about-page .init-2 .containerC ul li .box .right {
  width: 280px;
  padding-left: 30px;
}
.about-page .init-2 .containerC ul li .box .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  top: -6px;
  left: -6px;
}
.about-page .init-2 .containerC ul li .box .sub2 {
  left: unset;
  right: -5px;
}
.about-page .init-2 .containerC ul li .box .sub3 {
  left: unset;
  right: -5px;
  bottom: -5px;
  top: unset;
}
.about-page .init-2 .containerC ul li .box .sub4 {
  top: unset;
  bottom: -6px;
}
.about-page .init-2 .containerC ul li.li1 .box {
  width: 500px;
}
.about-page .init-2 .containerC ul li.li2 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li.li3 .box {
  width: 500px;
}
.about-page .init-3 .subShadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
}
.about-page .init-3 .contentC {
  border-top: 10px solid #000;
  background-color: var(--color);
  color: var(--white);
}
.about-page .init-3 .contentC .content {
  max-width: 1450px;
  margin: auto;
  padding: 0 20px;
}
.about-page .init-3 .contentC .content .topC .left {
  width: 50%;
  padding-right: 70px;
}
.about-page .init-3 .contentC .content .topC .left .title {
  font-weight: 400;
}
.about-page .init-3 .contentC .content .topC .left .des {
  line-height: 2;
}
.about-page .init-3 .contentC .content .topC .right {
  width: 50%;
}
.about-page .init-3 .contentC .content .topC .right .img {
  width: 100%;
  position: relative;
  margin-top: -160px;
}
.about-page .init-3 .contentC .content .bottomC ul li {
  width: 340px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .img {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-repeat: no-repeat;
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .title2 {
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 20px;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover .titleC .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .init-4 {
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC {
  max-width: 1520px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-4 .contentC .titleC {
  font-weight: 400;
}
.about-page .init-4 .contentC .content {
  padding: 50px 200px 50px 0;
}
.about-page .init-4 .contentC .content .lineC {
  background-color: #cecece;
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.about-page .init-4 .contentC .content .sPage {
  width: 60px;
  height: 600px;
  background-color: var(--white);
  border-radius: 30px;
  top: 40px;
  right: 0;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
  top: 30px;
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-page .init-4 .contentC .content .swiper {
  height: 640px;
}
.about-page .init-4 .contentC .content .swiper ul {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.about-page .init-4 .contentC .content .swiper ul li {
  height: auto;
}
.about-page .init-4 .contentC .content .swiper ul li .box {
  padding-left: 40px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year {
  background-color: var(--color);
  color: var(--white);
  width: 100px;
  padding: 6px;
  text-align: center;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  left: -40px;
  top: 10px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .title {
  font-weight: 400;
}
.about-page .init-4 .contentC .content .swiper ul li .box .des {
  color: #343639;
}
.about-page .init-5 .containerC .left {
  width: 30%;
}
.about-page .init-5 .containerC .left img {
  width: 100%;
}
.about-page .init-5 .containerC .right {
  width: 67%;
  z-index: 2;
}
.about-page .init-5 .containerC .right .subImg {
  z-index: -1;
  width: 140px;
  height: 110px;
  right: 20%;
  top: 0;
}
.about-page .init-5 .containerC .right .desC {
  margin-left: 50px;
}
.about-page .init-5 .containerC .right .desC .des {
  font-weight: 400;
  max-width: 630px;
}

.about-page .init-5 .containerC .right .content {
  color: var(--white);
  background-color: var(--color);
}
.about-page .init-5 .containerC .right .content .des {
  width: 50%;
  min-height: 370px;
  padding: 40px;
}
.about-page .init-5 .containerC .right .content .imgC {
  width: 50%;
}
.about-page .init-5 .containerC .right .content .imgC img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .content {
  max-width: 1320px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-6 .content2 {
  font-weight: 400;
  text-align: center;
  max-width: 1020px;
  margin: 90px auto 0;
  padding: 0 16px;
}
.about-page .init-6 .content2 em {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 450px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 450px;
  }
}
@media (max-width: 1450px) {

  .about-page .init-2 .containerC ul li.li2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li2 {
    border-left: none;
    border-right: none;
  }
  .about-page .init-2 .containerC ul li .box {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 500px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 500px;
  }
}
@media (max-width: 1250px) {

  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 48%;
  }
  .about-page .init-3 .contentC .content .topC .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .contentC .content .topC .right {
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
  }
  .about-page .init-3 .contentC .content .topC .right .img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {

  .about-page .init-1 .containerC .left {
    width: 66%;
  }
  .about-page .init-1 .containerC .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .init-5 .containerC {
    padding: 0 16px;
  }
  .about-page .init-5 .containerC .left {
    width: 100%;
    max-width: 500px;
  }
  .about-page .init-5 .containerC .right {
    width: 100%;
  }
  .about-page .init-5 .containerC .right .desC {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
 
  .about-page .init-1 .containerC .left {
    width: 100%;
  }
  .about-page .init-1 .containerC .middle {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-1 .containerC .left .des {
    width: 100%;
    max-width: 100%;
  }
  .about-page .init-1 .containerC .left .des2 {
    width: 100%;
    max-width: 100%;
  }

  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 100%;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 90px 50px 0;
  }
}
@media (max-width: 500px) {

  .about-page .init-1 .containerC .right ul li .box .sub {
    width: 10px;
    height: 10px;
  }
  .about-page .init-1 .containerC .right {
    padding: 20px 16px;
  }
  .about-page .init-1 .containerC .right .img {
    margin-top: 20px;
  }
  .about-page .init-2 .containerC ul li.li1 .box,
  .about-page .init-2 .containerC ul li.li2 .box,
  .about-page .init-2 .containerC ul li.li3 .box {
    width: 100%;
  }
  .about-page .init-2 .containerC ul li .box .sub1 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub2 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub3 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub4 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box {
    padding: 30px 16px;
  }
  .about-page .init-2 .containerC ul li .box > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .init-2 .containerC ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .about-page .init-2 .containerC ul li .box .left .num {
    font-size: 40px;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 40px 50px 0;
  }
  .about-page .init-4 .contentC .content .sPage {
    width: 30px;
    height: 400px;
  }
  .about-page .init-4 .contentC .content .swiper {
    height: 500px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box {
    padding-left: 20px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
    left: -20px;
  }
  .about-page .init-5 .containerC .right .content .des {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .about-page .init-5 .containerC .right .content .imgC {
    width: 100%;
  }
  .about-page .init-6 .content2 {
    margin-top: 30px;
  }
}
.m-page {
  text-align: center;
  font-size: 16px;
}
.m-page .wp-pagenavi {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page a,
.m-page span {
  color: #a8a8a8;
  margin: 4px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover,
.m-page a.current,
.m-page span.current {
  color: var(--black);
}
.m-page a.prev,
.m-page span.prev,
.m-page a.next,
.m-page span.next {
  width: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 16px;
  background-color: #eaeaea;
  height: 30px;
}
.m-page a.prev:hover,
.m-page span.prev:hover,
.m-page a.next:hover,
.m-page span.next:hover {
  background-color: #000;
  color: #fff;
}
.product-page {
  background-color: #f2f2f2;
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: var(--white);
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: 400;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: 400;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--black);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: var(--white);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: 400;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: 400;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: var(--white);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: 400;
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page {
  /*background-color: #f2f2f2;*/
}
.prodet-page .init-1 .container .containerC .left {
  padding-right: 70px;
  width: 33%;
  margin-top: 30px;
}
.prodet-page .init-1 .container .containerC .left .title {
  /*font-weight: 400;*/
}
.prodet-page .init-1 .container .containerC .left .desC .tips {
  /*font-weight: 400;*/
  color: var(--color);
}
.prodet-page .init-1 .container .containerC .left .desC .des {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.prodet-page .init-1 .container .containerC .left .desC .des table{
  border: none;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tbody{
  min-width: 400px;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td {
  border: none !important;
  padding: 10px 0;
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td b,
.prodet-page .init-1 .container .containerC .left .desC .des table tr td strong {
  font-weight: 400;
}
.prodet-page .init-1 .container .containerC .left .des2 {
  color: #343639;
}
.prodet-page .init-1 .container .containerC .left .subImg {
  display: block;
}
.prodet-page .init-1 .container .containerC .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 67%;
  margin-top: -20px;
}
.prodet-page .init-1 .container .containerC .right ul li {
  margin-top: 20px;
  width: 33.33%;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img {
  display: block;
  background: #fff;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .cont {
  background-color: #e9e9e9;
  padding: 20px 70px;
}
.prodet-page .init-2 .cont .list {
  margin-top: 10px;
}
.prodet-page .init-2 .cont .list .h4 {
  display: block;
  font-weight: 400;
}
.prodet-page .init-2 .cont .list .title {
  color: #9a9a9a;
}
.prodet-page .init-2 .cont .list:hover .title {
  color: var(--color);
}
.prodet-page .init-2 .cont .prev {
  padding-right: 20px;
}
.prodet-page .init-2 .cont .next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  }
  .prodet-page .init-1 .container .containerC .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .containerC .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  }
  .prodet-page .init-2 .cont .list {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
  .prodet-page .init-2 .cont {
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  }
  .m-page a.prev,
  .m-page span.prev,
  .m-page a.next,
  .m-page span.next {
    width: 30px;
  }
  .prodet-page .init-1 .container .containerC .right ul li {
    width: 50%;
    margin-top: 10px;
  }
}



/*inner-page*/
.inner-page .container{
  /*padding: 0 50px;*/
}
.i-title p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}
.tit-font {
  font-weight: 400;
  line-height: 36px;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img{
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}
.sustanibility-page .sustanibility-1 .left img{
  width: 100%;
}
.sustanibility-page .sustanibility-1 .right {
  padding-left: 40px;
  width: 47%;
  
}
.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: 400;
  font-size: 18px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}
.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}
.sustanibility-page .sustanibility-2 .top .con {
  max-width: 1020px;
      line-height: 2;
}
.sustanibility-page .sustanibility-2 .content {
  background: url('../images/sustanibility-2.jpg') no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}
.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}
.sustanibility-page .sustanibility-2 .content .container .slick-list .slick-track{
  margin: auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover::before {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover .box {
  top: 20%;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: 400;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 14px;
  line-height: 1.4;
  max-height: 300px;
  overflow-y: auto;
  margin-top: calc(1.88vw + 14px);
}
.sustanibility-page .sustanibility-3 .i-title {
  margin-bottom: 120px;
  padding: 0 16px;
}
.sustanibility-page .sustanibility-3 .container {
  position: unset;
}
.sustanibility-page .sustanibility-3 .container .left {
  width: 45%;
  padding-right: 70px;
}
.sustanibility-page .sustanibility-3 .container .left h4 {
  font-weight: 400;
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  background-color: #f7f7f7;
  position: relative;
  height: 230px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover {
  background-color: var(--color);
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .img {
  opacity: 1;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text {
  color: white;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text .con{
  line-height: 1.8;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li .img {
  position: absolute;
  right: 10px;
  top: -120px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sustanibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}

.sustanibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.sustanibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.sustanibility-page .sustanibility-4 .center ul li .box {
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC{
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 157, 52, 0.6)), to(rgba(89, 157, 52, 0)));
  background: -webkit-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: linear-gradient(to top, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.sustanibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustanibility-page .sustanibility-4 .center ul li .box h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: white;
  z-index: 5;
}
.sustanibility-page .sustanibility-4 .center ul li .box .con{
  padding: 0 10px;
  margin-top: 10px;
}
.sustanibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.sustanibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.sustanibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li {
  width: 50%;
  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;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
}
.sustanibility-page .sustanibility-5 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.sustanibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.sustanibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.sustanibility-page .sustanibility-6 img{
  width: 100%;
}
.sustanibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom:  calc(4.1667vw + 20px);
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: 400;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form .pf_btn{
  border: 1px solid #fff;
  color: #fff;
}
.contact-page .contact-form form 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1700px) {
  .inner-page .container {
      padding: 0 41px;
  }
}

@media (max-width: 1450px) {
  .inner-page .container {
      padding: 0 37px;
  }
}

@media (max-width: 1250px) {
  .inner-page .container {
      padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .inner-page .container {
      padding: 0 26px;
  }
}

@media (max-width: 700px) {
  .inner-page .container {
      padding: 0 22px;
  }
}

@media (max-width: 500px) {
  .inner-page .container {
      padding: 0 16px;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box{
    width: 90%;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box .text{
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  .related-honor .top .i-title{
    width: 100%;
  }
  .related-honor .top .con{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .sustanibility-page .sustanibility-2 .top .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text .con {
    line-height: 1.7;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .i-title p {
    font-size: 18px;
  }
  .i-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-1 .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }
  .sustanibility-page .sustanibility-3 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .sustanibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .sustanibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-3 .i-title {
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li {
    padding: 45px 30px;
    height: auto;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img,
  .swiper-button-prev,
  .swiper-button-next,
  #index-body .application .box .pagination {
    display: none !important;
  }
  #index-body .application .box ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .img{
    display: none;
  }
}
@media (max-width: 700px) {

  .trusted-page #index-body .application {
    display: block;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .sustanibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-form form{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-2{
    margin: 40px 0;
  }
  .sustanibility-page .sustanibility-2 .top .con{
    margin-top: 20px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li{
    padding: 20px 16px;
  }
  .sustanibility-page .sustanibility-2 .content{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-3 .i-title{
    margin-bottom: 20px;
  }
}
.i-title2 p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}


.m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link a:hover {
  color: var(--color);
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }

}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .font-34 {
    font-size: 24px;
  }

}

/*.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}*/
/*.agent-page .agent-1 ul li {
  padding: 40px 20px;
}*/
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 130px;
  height: 130px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .trusted-page .bottom .moreCont{
  border: 1px solid transparent;
  transition: all .5s;
}
.agent-page .trusted-page .bottom .moreCont:hover{
  border: 1px solid #fff;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.care-cleaning-page .care-cleaning-1 {
  position: relative;
}
.care-cleaning-page .care-cleaning-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  position: relative;
  background-color: white;
  color: #202020;
  z-index: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .con{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: -1;
}
.care-cleaning-page .care-cleaning-2 {
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-2 .ui.container {
  padding-top: 140px;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img {
  display: block;
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img img{
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .text{
  
}
.care-cleaning-page .care-cleaning-3 {
  padding: 120px 0 0;
}
.care-cleaning-page .care-cleaning-3 p{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-3 b,
.care-cleaning-page .care-cleaning-3 strong{
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }

  .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom {
    margin-top: 40px;
    padding: 65px 30px 20%;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    right: 20px;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
      padding-top: 60px;
  }
  .care-cleaning-page .care-cleaning-1 .top .con {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    display: none;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .con {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .care-cleaning-page .care-cleaning-2 .ui.container{
    padding-top: 40px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 40px 0 0;
  }
  .care-cleaning-page .care-cleaning-3 b,
  .care-cleaning-page .care-cleaning-3 strong{
    font-size: 20px;
  }
  .faq-page .ui.container ul li{
    flex-wrap: wrap;
  }
  .faq-page .ui.container ul li .text{
    width: 100%;
    margin-top: 10px;
    padding: 30px 16px;
  }
}


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


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 0px 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  /*color: rgba(0, 0, 0, .5);*/
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: 400;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  background-image: linear-gradient(var(--color), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
  margin-top: 40px;
}
.support-page .init-6 .container .right .title {
  font-weight: 400;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  /*color: rgba(0, 0, 0, .5);*/
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {

  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.text h1 {
    display: inline;
}
@media (max-width: 700px) {
    a.yejiao {
    display: none;
}
   .seoIndustry.Auxil-industry {
    display: none;
}
}
.seoPublic .Auxil-related .list ul li{
  padding: 20px 13px;
}
button.pf_btn{
  background: transparent;
}
  @media (max-width: 1800px) {
    #index-body .init-2 .i2-r .swiper_i2r img{
      height: auto;
    }
  }
      .marquee { overflow: hidden; width: 100%; box-sizing: border-box; }
    .marquee__track {
    display: flex;
    gap: 30px;              /* spaceBetween */
    align-items: center;
    will-change: transform;
    transform: translate3d(0,0,0);
    }
    .slide{
    flex: 0 0 20%;          /* 默认 slidesPerView = 4 */
    height: 140px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f4f4;
    border-radius:8px;
    font-weight:700;
    font-size:20px;
    box-sizing:border-box;
    }

    /* breakpoints 与你之前设置对应 */
    @media (max-width:1499px) { .slide { flex:0 0 33.3333%; } } /* 3 */
    @media (max-width:1249px) { .slide { flex:0 0 50%; } }       /* 2 */
    @media (max-width:499px)  { .slide { flex:0 0 100%; } }      /* 1 */
  @media (max-width: 700px) {}
  .swiper_ppp .swiper-wrapper {
        transition-timing-function: linear;
        /* 线性过渡 */
      }
  
  .swiper_ppp .swiper-slide {
        backface-visibility: hidden;
        transform: translateZ(0);
        /* 启用硬件加速 */
      }
      .o1-cr{
       background: transparent !important;
       cursor: pointer;
       position: relative
      }
      .o1-cr .button{
        position: absolute;
        z-index: 999;
        top: 10px;
        right: 10px;
        color: #fff;
      }
      .o1-cr .button i{
        color: #fff;
      }
      .i9-h{
        font-weight: 400;
    font-size: var(--ft35);
    color: #000000;
    line-height: 1;
    margin-bottom: var(--ft40);
      }
      .video-share-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-container:hover .video-share-btn {
    opacity: 1;
}

.video-share-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}
  @media (max-width: 700px) {}
  @media (max-width: 700px) {}
  @media (max-width: 700px) {}
  @media (max-width: 700px) {}
  @media (max-width: 700px) {}