@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #da2720;
  --fm: "Montserrat";
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(odd) {
  background: #d7dded;
}
table tbody tr:nth-child(even) {
  background: transparent;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header .pp1_btn {
  cursor: pointer;
  width: 53px;
  height: 67px;
  background: #028452;
  border-radius: 0 0 10px 10px;
  position: absolute;
  right: 0;
  top: -14px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 12px;
  z-index: 44;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .pp1_btn:hover {
  background: #000;
}
#header .pp1_btn img {
  width: 34px;
  cursor: pointer;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #000;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: var(--ft20) 0;
}
#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 {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft40);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft20);
  text-transform: capitalize;
  color: #3d3d3d;
  font-weight: 400;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  top: -10px;
  left: 0;
  background: url(../images/hh1.png) no-repeat center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 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 .h-box {
  margin-right: var(--ft40);
}
#header > .nav > .menu .menu-box .right .h-box form {
  position: relative;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="text"] {
  padding-left: 16px;
  border: 1px solid #484848;
  width: calc(2.0925vw + 114px);
  height: 40px;
  font-family: var(--fm);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="text"]::placeholder {
  font-family: var(--fm);
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="submit"] {
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/hh1.png) no-repeat center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .right .h-box form input[type="submit"]:hover {
  background: url(../images/hh1.png) no-repeat center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  line-height: 1;
  background: #860600;
  border-radius: 20px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: calc(0.525vw + 14px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  font-weight: 400;
  font-family: var(--fm);
  font-size: 16px;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  margin-left: 5px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@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: 1713px;
  padding: 0 15px;
}
.yd_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: calc(0.415vw + 14px);
  color: #da2720;
}
.yd_btn i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft38);
}
.yd_btn:hover {
  color: #000;
}
.yd_btn:hover i {
  margin-left: 8px;
}
#banner {
  overflow: hidden;
  margin-top: 86px;
}
#banner .swiper1 {
  position: relative;
}
#banner .swiper1 .sw1-btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
}
#banner .swiper1 .sw1-btns i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1.0385vw + 29px);
  height: calc(1.0385vw + 29px);
  background: #ffffff;
  font-weight: 300;
  font-size: var(--ft30);
  color: #da2720;
}
#banner .swiper1 .sw1-btns i:hover {
  background: #da2720;
  color: #fff;
}
#banner .swiper1 .swiper-slide {
  display: flex;
  position: relative;
}
#banner .swiper1 .swiper-slide .bggc{
  /*position: absolute;
  width: 100%;
  height: 100%;*/
  object-fit: cover;
  object-position: center right;
}
#banner .swiper1 .swiper-slide > div>img{
  opacity: 0;
}
#banner .swiper1 .swiper-slide > div {
  position: relative;
  z-index: 2;
  width: 50%;
}
#banner .swiper1 .swiper-slide .bannerr {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
#banner .swiper1 .swiper-slide .bannerr .br-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(2.2385vw + 14px);
  padding-right: calc(2.2385vw + 14px);
  
}
#banner .swiper1 .swiper-slide .bannerr .br-box .dr-p1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--ft50);
  color: #000000;
  line-height: 1.2;
  max-width: 755px;
}
#banner .swiper1 .swiper-slide .bannerr .br-box .dr-p2 {
  max-width: 770px;
  font-weight: 400;
  font-size: var(--ft26);
  color: #202020;
  line-height: 1.2;
  margin-top: var(--ft30);
  margin-bottom: calc(3.959vw + 8px);
}
#banner .swiper1 .swiper-slide .bannerr .br-box .mr20 {
  margin-right: var(--ft20);
}
#banner .swiper1 .swiper-slide .bannerr .br-box .dr-p4 {
  margin-top: var(--px120);
  display: flex;
  opacity: 0;
}
#banner .swiper1 .swiper-slide .bannerr .br-box .dr-p4 img {
  width: 30%;
}
.yd-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #202020;
}
.yd-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #3d3d3d;
  line-height: 1.6;
}
.yd_btns {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  height: 61px;
  background: #da2720;
  border-radius: 31px;
  padding-left: var(--ft30);
  padding-right: var(--ft26);
  font-weight: 400;
  font-size: calc(0.415vw + 14px);
  color: #fefefe;
}
.yd_btns i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft30);
  font-weight: 400;
  font-size: var(--ft20);
  color: #da2720;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yd_btns:hover {
  background: #000;
}
.yd-hp {
  font-weight: 600;
  font-size: var(--ft46);
  color: #202020;
}
.yd-hp span {
  position: relative;
  padding: 0 4px;
}
.yd-hp span b {
  position: relative;
  z-index: 3;
}
.yd-hp span::after {
  line-height: 1;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: #da2720;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  overflow: hidden;
  padding-top: var(--px100);
  padding-bottom: calc(19.1vw + 10px);
  background: url(../images/i1-1.jpg) no-repeat center bottom;
  background-size: cover;
}
#index-body .init-1 .container .yd-p {
  max-width: 1148px;
  margin: 0 auto 0;
  text-align: center;
}
#index-body .init-1 .container .i1-p1 {
  margin-top: var(--ft36);
}
#index-body .init-1 .container .i1-p {
  margin-bottom: calc(2.0835vw + 14px);
}
#index-body .init-1 .container .i1-btn {
  display: flex;
  justify-content: center;
  margin-bottom: var(--px90);
  margin-top: var(--ft50);
}
#index-body .init-1 .container .i-1-4 {
  display: flex;
  justify-content: space-between;
}
#index-body .init-1 .container .i-1-4 li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-body .init-1 .container .i-1-4 li:hover div {
  color: var(--color);
}
#index-body .init-1 .container .i-1-4 li:hover h3 img {
  transform: rotateY(180deg);
}
#index-body .init-1 .container .i-1-4 li:hover p span {
  color: var(--color);
}
#index-body .init-1 .container .i-1-4 li:hover p sup {
  color: var(--color);
}
#index-body .init-1 .container .i-1-4 div {
  -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(--ft24);
  color: #3d3d3d;
}
#index-body .init-1 .container .i-1-4 h3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 97px;
  height: 97px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--ft32);
  margin-bottom: var(--ft40);
}
#index-body .init-1 .container .i-1-4 h3 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i-1-4 p span {
  font-weight: 600;
  font-size: var(--ft60);
  color: #3d3d3d;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i-1-4 p sup {
  -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(--ft30);
  color: #3d3d3d;
}
#index-body .init-2 {
  overflow: hidden;
  padding-top: var(--px90);
  padding-bottom: var(--px110);
  background: url(../images/i2-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-2 .container {
  display: flex;
}
#index-body .init-2 .container .i2-r {
  width: 30.84%;
}
#index-body .init-2 .container .i2-r .sw2-n {
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--px80);
}
#index-body .init-2 .container .i2-r .sw2-n:last-child {
  margin-bottom: 0;
}
#index-body .init-2 .container .i2-r .sw2-n:hover .sw2-t1,
#index-body .init-2 .container .i2-r .sw2-n.active .sw2-t1 {
  color: var(--color);
}
#index-body .init-2 .container .i2-r .sw2-n:hover .sw2-t2,
#index-body .init-2 .container .i2-r .sw2-n.active .sw2-t2 {
  border: 1px solid var(--color);
}
#index-body .init-2 .container .i2-r .sw2-n .sw2-t1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft20);
  color: #525252;
  padding-top: 12px;
  max-width: 200px;
  text-align: right;
}
#index-body .init-2 .container .i2-r .sw2-n .sw2-t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 11px;
  border-radius: 100%;
  border: 1px solid transparent;
  width: 78px;
  height: 78px;
}
#index-body .init-2 .container .i2-l {
  width: 69.16%;
  position: relative;
}
#index-body .init-2 .container .i2-l .yd-hp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding-top: var(--ft46);
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide {
  display: flex;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .s2l-p1 {
  font-weight: 600;
  font-size: var(--ft26);
  color: #202020;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .s2l-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #3d3d3d;
  margin-top: var(--ft16);
  margin-bottom: var(--ft60);
  height: 272px;
  overflow-y: auto;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l {
  display: flex;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l > div {
  width: 50%;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-l {
  padding-top: calc(6.77vw + 20px);
  padding-right: var(--px50);
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-r .s2lr-box {
  width: calc(19.1vw + 191px);
  height: calc(19.1vw + 191px);
  border-radius: 50%;
  padding: var(--ft18);
  margin-left: auto;
  position: relative;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-r .s2lr-box .sw2nn {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
  animation: rotatearound 15s linear infinite;
}
#index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-r .s2lr-box .sw2nn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  left: 50%;
  background: #da2720;
  border-radius: 50%;
}
#index-body .init-3 {
  overflow: hidden;
  padding-top: calc(var(--px170) - 10px);
  padding-bottom: var(--px60);
  background: url(../images/i3-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-3 .container.con3 {
  display: flex;
  justify-content: end;
  margin-top: var(--ft40);
}
#index-body .init-3 .container.con3 i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #B4B4B4;
  font-size: var(--ft18);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B4B4B4;
}
#index-body .init-3 .container.con3 i:hover {
  color: var(--color);
  background: #fff;
  border: 1px solid #fff;
}
#index-body .init-3 .container.con4 {
  display: flex;
}
#index-body .init-3 .container.con4 .i2-r {
  width: 22.22%;
}
#index-body .init-3 .container.con4 .i2-r .sw3-n {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--px90);
  cursor: pointer;
}
#index-body .init-3 .container.con4 .i2-r .sw3-n:last-child {
  margin-bottom: 0;
}
#index-body .init-3 .container.con4 .i2-r .sw3-n:hover .sw2-t1,
#index-body .init-3 .container.con4 .i2-r .sw3-n.active .sw2-t1 {
  color: var(--color);
}
#index-body .init-3 .container.con4 .i2-r .sw3-n:hover .sw2-t2,
#index-body .init-3 .container.con4 .i2-r .sw3-n.active .sw2-t2 {
  border: 1px solid var(--color);
}
#index-body .init-3 .container.con4 .i2-r .sw3-n .sw2-t1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft20);
  color: #525252;
  padding-top: 12px;
  text-align: right;
}
#index-body .init-3 .container.con4 .i2-r .sw3-n .sw2-t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 11px;
  border-radius: 100%;
  border: 1px solid transparent;
}
#index-body .init-3 .container.con4 .i2-l {
  width: 77.78%;
  position: relative;
}
#index-body .init-3 .container.con4 .i2-l .yd-hp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide {
  display: flex;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .s2l-p1 {
  font-weight: 600;
  font-size: var(--ft26);
  color: #202020;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .s2l-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #3d3d3d;
  margin-top: var(--ft16);
  margin-bottom: var(--ft60);
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l {
  display: flex;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l > div {
  width: 50%;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-l {
  padding-top: calc(6.77vw + 20px);
  padding-right: var(--px50);
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r {
  padding-top: var(--px60);
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r .s2lr-box {
  /*width: calc(19.1vw + 191px);
  height: calc(19.1vw + 191px);*/
  border-radius: 50%;
  /*padding: var(--ft18);*/
  /*margin-left: auto;*/
  position: relative;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r .s2lr-box .sw2nn {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
  animation: rotatearound 15s linear infinite;
}
#index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r .s2lr-box .sw2nn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  left: 50%;
  background: #da2720;
  border-radius: 50%;
}
#index-body .init-4 {
  overflow: hidden;
  display: flex;
}
#index-body .init-4 .i4-l {
  width: 73.49%;
}
#index-body .init-4 .i4-l .swiper4 .swiper-slide {
  position: relative;
}
#index-body .init-4 .i4-l .swiper4 .swiper-slide .sw4-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-left: 8.2%;
  padding-bottom: calc(3.65vw + 15px);
}
#index-body .init-4 .i4-l .swiper4 .swiper-slide .sw4-bg .sw-p1 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 640px;
}
#index-body .init-4 .i4-l .swiper4 .swiper-slide .sw4-bg .yd_btns {
  margin-top: var(--ft40);
}
#index-body .init-4 .i4-r {
  width: 26.51%;
  padding-top: var(--px80);
  padding-left: var(--ft32);
  padding-right: 7.4%;
  position: relative;
  z-index: 5;
}
#index-body .init-4 .i4-r .yd-hp {
  line-height: 1.12;
  margin-bottom: var(--px80);
}
#index-body .init-4 .i4-r .sw4-n {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft18);
  color: #767676;
  padding: calc(0.675vw + 14px) 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: var(--ft20);
}
#index-body .init-4 .i4-r .sw4-n:hover,
#index-body .init-4 .i4-r .sw4-n.active {
  color: #fff;
}
#index-body .init-4 .i4-r .sw4-n:hover .sw2-t1,
#index-body .init-4 .i4-r .sw4-n.active .sw2-t1 {
  transform: translateX(calc(-0.9385vw - 14px));
}
#index-body .init-4 .i4-r .sw4-n:hover img,
#index-body .init-4 .i4-r .sw4-n.active img {
  transform: translateX(calc(-0.9385vw - 14px));
  filter: brightness(0) invert(1);
}
#index-body .init-4 .i4-r .sw4-n:hover .sw4-hh,
#index-body .init-4 .i4-r .sw4-n.active .sw4-hh {
  clip-path: inset(0% 0% 0% 0%);
}
#index-body .init-4 .i4-r .sw4-n img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: var(--ft32);
  position: relative;
  z-index: 4;
}
#index-body .init-4 .i4-r .sw4-n .sw2-t1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 4;
}
#index-body .init-4 .i4-r .sw4-n .sw4-hh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  width: 144%;
  height: 100%;
  background: var(--color);
  clip-path: inset(0% 0% 0% 100%);
}
#index-body .init-5 {
  overflow: hidden;
  padding-top: var(--px110);
  padding-bottom: var(--px120);
}
#index-body .init-5 .yd-p {
  margin-top: 10px;
  margin-bottom: var(--px80);
}
#index-body .init-5 .containerdot {
  position: relative;
  z-index: 4;
}
#index-body .init-5 .containerdot > div {
  position: relative;
}
#index-body .init-5 .containerdot > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #3D3D3D;
  border-radius: 50%;
  margin-left: -9px;
  margin-bottom: -9px;
}
#index-body .init-5 .container {
  display: flex;
}
#index-body .init-5 .container > div {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-top: calc(3.0725vw + 14px);
  border-right: 2px solid #c8c8c8;
  padding-bottom: calc(2.0835vw + 14px);
}
#index-body .init-5 .container > div:first-child {
  border-left: 2px solid #c8c8c8;
}
#index-body .init-5 .container > div p {
  font-weight: 400;
  font-size: 18px;
  color: #3D3D3D;
  margin-top: var(--ft32);
}
#index-body .init-5 .i5-l {
  width: 100%;
  height: 2px;
  background: #c8c8c8;
}
#index-body .init-6 {
  overflow: hidden;
  padding-top: calc(6.25vw + 14px);
  position: relative;
}
#index-body .init-6 .i6-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
#index-body .init-6 .i6-bg .i6-l {
  width: 25.36%;
}
#index-body .init-6 .i6-bg .i6-r {
  width: 74.64%;
}
#index-body .init-6 .i6-bg .i6-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-6 .i6-m {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  padding-left: 6.4%;
  background: rgba(255, 255, 255, 0.9);
  padding-top: var(--px70);
  padding-right: calc(4.1667vw + 17px);
  padding-bottom: calc(2.0925vw + 17px);
}
#index-body .init-6 .i6-m .yd-h {
  line-height: 1;
}
#index-body .init-6 .i6-m .i6-p1 {
  line-height: 1.2;
  font-weight: 600;
  font-size: var(--ft30);
  color: #202020;
  margin-top: var(--ft20);
  margin-bottom: var(--ft50);
}
#index-body .init-6 .i6-m .swiper5 {
  overflow: hidden;
}
#index-body .init-6 .i6-m .swiper5 .swiper-slide .sw5-p1 {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  line-height: 1;
}
#index-body .init-6 .i6-m .swiper5 .swiper-slide .sw5-p2 {
  font-weight: 600;
  font-size: var(--ft24);
  color: #202020;
  line-height: 1.3;
  margin-top: var(--ft26);
  margin-bottom: var(--ft24);
}
#index-body .init-6 .i6-m .swiper5 .swiper-slide .sw5-p3 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #3D3D3D;
  line-height: 1.5;
  margin-bottom: var(--ft50);
}
@keyframes rotatearound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/footer_bg.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
#footer .form-t {
  padding-bottom: calc(2.6555vw + 14px);
}
#footer .form-t .fo-th {
  font-weight: 600;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: var(--ft32);
}
#footer .form-t form {
  position: relative;
  padding: 0 var(--ft18);
  width: 1178px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#footer .form-t form input {
  padding: 0 var(--ft18);
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 70px;
}
#footer .form-t form .f-put1 {
  width: 30%;
}
#footer .form-t form .lk1 {
  width: 1px;
  height: 25px;
  background: #FFFFFF;
  opacity: 0.6;
}
#footer .form-t form .f-put4 {
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 139px;
  height: 71px;
  background: #DA2720;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .form-t form .f-put4:hover{
  
  background: #000;
}
#footer .foot {
  padding-top: var(--px80);
  padding-bottom: var(--ft46);
}
#footer .foot .container {
  padding: 0 var(--ft60);
}
#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: #fff;
  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: #fff;
  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: #ffffff;
  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: 400px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
}
#footer .foot .container .f-t .logo .mb67 {
  display: block;
  margin-bottom: calc(2.6067vw + 17px);
}
#footer .foot .container .f-t .logo .mb30 {
  margin-bottom: var(--ft30);
}
#footer .foot .container .f-t .logo .ln-x {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.5;
}
#footer .foot .container .f-t .logo .ln-x img {
  margin-right: var(--ft36);
}
#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: 28px;
  color: #fff;
}
#footer .foot .container .f-t .logo .share li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .logo .share li:hover {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c.fewm .ft-h {
  margin-bottom: var(--px100);
}
#footer .foot .container .f-t .ft-c.fewm #ewm {
  width: 134px;
  height: 134px;
  border: 2px solid #ffffff;
}
#footer .foot .container .f-t .ft-c.fewm #ewm canvas,
#footer .foot .container .f-t .ft-c.fewm #ewm svg,
#footer .foot .container .f-t .ft-c.fewm #ewm img {
  width: 130px;
  height: 130px;
}
#footer .foot .container .f-t .ft-c.fewm .share {
  margin-top: var(--px80);
  display: flex;
}
#footer .foot .container .f-t .ft-c.fewm .share li {
  margin-right: var(--ft30);
}
#footer .foot .container .f-t .ft-c.fewm .share li i {
  font-size: var(--ft24);
}
#footer .foot .container .f-t .ft-c.fewm .share li a::before {
  display: none !important;
}
#footer .foot .container .f-t .ft-c.fewm .share li:last-child {
  margin-right: 0;
}
#footer .foot .container .f-t .ft-c.fewm .share li:hover {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c .ft-h {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(0.415vw + 14px);
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: var(--px70);
}
#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 {
  font-weight: 400;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--ft18);
  position: relative;
  margin-bottom: var(--ft36);
}
#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: 0;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  background: #eeeeee;
  -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: #eeeeee;
}
#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 .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
#footer .copyright .container {
  padding-top: var(--ft26);
  padding-bottom: var(--ft26);
}
#footer .copyright .container .share {
  display: flex;
  margin-bottom: 10px;
}
#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: #fff;
}
#footer .copyright .container .share li i:hover {
  color: var(--color);
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: #ffffff;
  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: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .left .vbb {
  margin-left: var(--px70);
}
@media (max-width: 1800px) {
  #footer .foot .container .f-t .ft-c .ft-h {
    padding-top: 10px;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #footer .form-t form {
    width: 100%;
  }
  .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  #footer .copyright .container .left {
    flex-wrap: wrap;
  }
  #index-body .init-6 {
    padding: 0;
  }
  #index-body .init-6 .i6-m {
    width: 100%;
    max-width: 100%;
    padding: var(--ft60) 15px !important;
  }
  #index-body .init-6 .i6-bg .i6-l {
    display: none;
  }
  #index-body .init-6 .i6-bg .i6-r {
    width: 100%;
  }
  #index-body .init-4 .i4-r {
    padding-top: var(--ft30);
  }
  #index-body .init-4 .i4-r .yd-hp {
    margin-bottom: var(--ft26);
  }
  #index-body .init-4 .i4-r {
    padding-right: 15px;
  }
  #index-body .init-3 .container.con4 .i2-r .sw3-n {
    margin-top: var(--ft40);
    margin-bottom: 0 !important;
  }
  #index-body .init-2 .container,
  #index-body .init-3 .container {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container.con4 .i2-l,
  #index-body .init-2 .container .i2-l,
  #index-body .init-3 .container.con4 .i2-r,
  #index-body .init-2 .container .i2-r {
    width: 100%;
  }
  #index-body .init-3 .container.con4 .i2-r,
  #index-body .init-2 .container .i2-r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #index-body .init-2 .container .i2-r .sw2-n {
    margin-top: var(--ft30) !important;
    margin-bottom: 0 !important;
  }
  #index-body .init-2 .container .i2-r .sw2-n .sw2-t1 {
    max-width: none;
  }
  #index-body .init-3 .container.con4 .i2-r .sw3-n,
  #index-body .init-2 .container .i2-r .sw2-n {
    justify-content: flex-start;
    width: 50%;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-5 .i5-l {
    display: none;
  }
  #index-body .init-5 .containerdot > div::after {
    display: none;
  }
  #index-body .init-5 .container > div {
    border: none !important;
  }
  #index-body .init-5 .container > div {
    width: 50%;
  }
  #index-body .init-5 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .i4-l {
    width: 100%;
    padding: 15px;
  }
  #index-body .init-4 .i4-r {
    padding: 10px 30px;
    width: 100%;
  }
  #index-body .init-4 {
    flex-wrap: wrap-reverse;
  }
  #index-body .init-2 .container .i2-l .yd-hp {
    position: static;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-l {
    padding-top: 20px;
  }
  #banner .swiper1 .swiper-slide > div {
    width: 100%;
  }
  #banner .swiper1 .swiper-slide > .bannerr > img {
    width: 100%;
    object-fit: cover;
  }
  #banner .swiper1 .swiper-slide > .bannerl {
    display: none;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #footer .form-t form .f-put4 {
    position: static;
    width: 100%;
    border-radius: 5px;
  }
  #footer .form-t form {
    padding: 0;
    height: auto;
    flex-wrap: wrap;
    border-radius: 5px;
  }
  #footer .form-t form .lk1 {
    display: none;
  }
  #footer .form-t form .f-put1 {
    width: 100%;
  }
  #index-body .init-6 .i6-m {
    padding: 15px;
  }
  #index-body .init-3 .container.con4 .i2-l .yd-hp {
    position: static;
  }
  #index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-l {
    padding: 0;
    width: 100%;
  }
  #index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r .s2lr-box {
    margin: 0 auto;
  }
  #index-body .init-3 .container.con4 .i2-l .swiper3 .swiper-slide .sw2-l .s2l-r {
    width: 100%;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-l {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .init-2 .container .i2-l .yd-hp {
    padding-top: 0;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-r .s2lr-box {
    margin: 20px auto;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-l {
    width: 100% !important;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l .s2l-r {
    width: 100% !important;
  }
  #index-body .init-2 .container .i2-l .swiper2 .swiper-slide .sw2-l {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i-1-4 {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i-1-4 li {
    width: 50%;
    margin-top: 10px;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .container > div {
    width: 100%;
  }
  #index-body .init-4 .i4-l .swiper4 .swiper-slide > img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  #index-body .init-3 .container.con4 .i2-r .sw3-n,
  #index-body .init-2 .container .i2-r .sw2-n {
    width: 100%;
  }
  #index-body .init-1 .container .i-1-4 div,
  #index-body .init-1 .container .i-1-4 p span,
  #index-body .init-1 .container .i-1-4 p sup {
    color: var(--color);
  }
  #index-body .init-1 .container .i-1-4 li {
    width: 100%;
    margin-top: 10px;
  }
  #banner .swiper1 .swiper-slide > .bannerr > img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .flex .title {
    flex: none !important;
    padding-right: 0px !important;
    width: 100% !important;
}

}
span.tag {
  font-size: calc(0.2085vw + 14px);
  color: var(--color);
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
}
.about_hh2.h2{
    font-size: calc(3.959vw + 12px);
  font-weight: 900;
  line-height: 1.3;
  display: block;
  text-align: center;
}
span.h2 {
  font-size: calc(1.670vw + 14px);
  font-weight: 900;
  line-height: 1.1;
  display: block;
}
.inner-page .text {
 font-size:  calc(0.2085vw + 14px);
    color: #222;
    line-height: 32px;
    /*text-align: justify;*/
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .i1-p1{
  transform: translateX(-10%);
}
.about-page .about-1 .i1-p2{
  transform: translateX(10%);
}
.about-page .about-1 .i1-p3{
  transform: translateX(-20%);
}
.about-page .about-1 .flex {
  -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.about-page .about-1 .flex .title{
flex: 1;
  padding-right: 20px;
}
.about-page .about-1 .flex .text{
  flex: 1;
  max-height: 440px;
  overflow-y: auto;
}
.about-page .about-1 .list {
  margin: 65px 0;
  text-align: center;
}
.about-page .about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-1 .list ul li {
  width: auto;
}
.about-page .about-1 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .2em;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-1 .list ul li p {
  font-size: 18px;
}
.about-page .about-1 .box {
  height: 830px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.about-page .about-1 .box .play {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 {
  padding: 110px 0;
  background-color: #f8f7f7;
}
.about-page .about-2 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.about-page .about-2 .left span.h2 {
  margin-bottom: 1em;
}
.about-page .about-2 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.about-page .about-2 .right {
  margin: 0 auto;
  width: 30%;
}
.about-page .about-2 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  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;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}
.about-page .about-2 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.about-page .about-2 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}
.about-page .about-2 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-3 .list {
  position: relative;
}
.about-page .about-3 .list ul {
  margin: 0 -35px;
}
.about-page .about-3 .list ul li {
  padding: 0 35px;
}
.about-page .about-3 .list ul li a.img-box {
  display: block;
  border-radius: 20px;
}
.about-page .about-3 .list ul li a.img-box img{
  border-radius: 20px;
}
.about-page .about-3 .list ul li span {
  font-size: 18px;
  color: #222;
  display: block;
  margin-top: 1.2em;
  text-align: center;
}
.about-page .about-3 .list .btn div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.about-page .about-3 .list .btn div.prev {
  left: 0;
}
.about-page .about-3 .list .btn div.next {
  right: 0;
}
.about-page .about-3 .list .btn div:hover {
  background-color: var(--color);
}
.about-page .about-4 {
  padding: 100px 0;
  background-color: #f8f7f7;
}
.about-page .about-4 .left {
  width: 42%;
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
}
.about-page .about-4 .left a.more {
  margin-top: 3.52941176em;
}
.about-page .about-4 .right {
  width: 58%;
}
.about-page .about-4 .right .list {
  padding-top: 25px;
  overflow: hidden;
}
.about-page .about-4 .right .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .right ul {
  margin: -7px;
}
.about-page .about-4 .right ul li {
  padding: 7px;
}
.about-page .about-4 .right ul li img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box {
  position: relative;
  padding: 110px 0;
}
.about-page .about-5 .box .mask {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2%;
  z-index: -1;
}
.about-page .about-5 .box .mask i {
  width: 100%;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.about-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-5 .list {
  padding-top: 130px;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 3px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list li a {
  height: 250px;
  border: 1px solid #f9f9f9;
  margin: 0 -1px;
  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;
  background-color: white;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list li a img {
  max-height: 100%;
}
.about-page .about-5 .list .slick-current li a,
.about-page .about-5 .list .slick-current + div + div li a,
.about-page .about-5 .list .slick-current + div + div + div + div li a {
  top: -130px;
}
.inner-page .m-page {
  font-size: 17px;
  margin-top: 3.88235294em;
  font-weight: bold;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  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;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
@media screen and (max-width: 1700px) {
    .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span{
    font-size: 16px;
  }
   .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box,
  .product-det-page .product-det-1{
    padding: 80px 0;
  }
  .about-page .about-1 .list ul li span{
    font-size: 32px;
  }
   .about-page .about-5 .list li a {
    height: 160px;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: -80px;
  }
  .about-page .about-5 .list {
    padding-top: 80px;
  }
  .about-page .about-4 .left .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1450px) {
   .about-page .about-1 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box {
    height: 400px;
  }
}
@media screen and (max-width: 1250px) {
    .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span{
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box{
    padding: 60px 0;
  }
   .about-page .about-1 .list {
    margin: 40px 0;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-3 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-3 .list ul {
    margin: 0 -20px;
  }
  .about-page .about-4 .left a.more {
    margin-top: 2em;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: 0;
  }
  .about-page .about-5 .list {
    padding-top: 0;
  }
  .about-page .about-5 .list li a {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .left .text {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .list ul li span{
    font-size: 28px;
  }
}
@media screen and (max-width:1000px) {
    .about-page .about-4 .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .box {
    height: 240px;
  }
  .about-page .about-1 .box .play {
    max-width: 60px;
  }
  .about-page .about-4 .right .list {
    padding-top: 0;
  }
  .about-page .about-1 .list ul {
    gap: 10px;
  }
  .about-page .about-1 .list ul li span{
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li span {
    margin-bottom: .2em;
  }
  .about-page .about-1 .box {
    height: 200px;
  }
}
.about-page .about-3-add {
    padding: 10% 0 6.407%;
}
.about-page .about-3-add .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/*.about-page .about-3-add .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3-add .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}*/
.about-page .about-3-add .left .title {
    font-size: 58px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3-add .left .title em {
    display: block;
}
.about-page .about-3-add .left .video{
  max-width: 560px;
  margin-top: 40px;
}
.about-page .about-3-add .left .video video{
  width: 100%;
  object-fit: cover;
}
.about-page .about-3-add .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3-add .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3-add .right .tag ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3-add .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3-add .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3-add .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3-add .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3-add .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3-add .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3-add .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3-add .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3-add .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3-add .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
.about-page .service-2  .ui.container {
  width: auto;
  max-width: 1700px;
}
.about-page .service-2  .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}
.about-page .service-2  .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .service-2  .box .mask i.active {
  opacity: 1;
}
.about-page .service-2  .box .content {
  width: 660px;
  /*border: 1px solid #e5e5e5;*/
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: #6f7070;
  color: #fff;
}
.about-page .service-2  .box .content span.tag {
  display: block;
  color: #fff;
  margin-bottom: .5em;
  font-weight: 500;
}
.about-page .service-2  .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
   color: #fff;
}
.about-page .service-2  .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.about-page .service-2 .box .content .slickBtn div{
  color: var(--color);
background: #fff;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3-add .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3-add .left .title {
        font-size: 66px;
    }
     .about-page .service-2  .box {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3-add .right .content ul li {
        padding: 60px 20px;
    }
    .about-page .service-2  .box {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-3-add .left .title {
        font-size: 53px;
    }
    .about-page .about-3-add .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3-add .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3-add .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3-add .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3-add .right {
        width: 100%;
        margin-top: 30px;
    }
     .about-page .service-2  .box {
    height: 420px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3-add .left .title {
        font-size: 46px;
    }
    .about-page .service-2  .box .content {
    max-width: 100%;
  }
  .about-page .service-2  .box {
    height: auto;
  }
  .about-page .service-2  .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }}
@media screen and (max-width: 500px) {
   .about-page .about-3-add .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-page .about-3-add .right {
        padding-left: 0;
    }
    .about-page .about-3-add .right .tag {
        display: none;
    }
    .about-page .about-3-add .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3-add .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3-add .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}
.about-page #index-body{
  background: transparent;
}
#index-body .init-o-3 {
  padding: 160px 0 650px;
  background: url("../images/init-3-bg.jpg") center bottom no-repeat;
  /*background-size: contain;*/
}
#index-body .init-o-3 .list {
  margin-top: 130px;
}
#index-body .init-o-3 .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#index-body .init-o-3 .list ul li {
  color: #787878;
}
#index-body .init-o-3 .list ul li .text {
  font-size: 18px;
  line-height: 1.4;
  color: inherit;
  padding-right: 1em;
  max-height: 140px;
  overflow-y: auto;
}
#index-body .init-o-3 .list ul li .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  margin: 20px 0;
  position: relative;
}
#index-body .init-o-3 .list ul li .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  transition: 6.5s linear;
}
#index-body .init-o-3 .list ul li .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-o-3 .list ul li .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#index-body .init-o-3 .list ul li .year {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 1em;
}
#index-body .init-o-3 .list ul .slick-current li {
  color: var(--color);
}
#index-body .init-o-3 .list ul .slick-current li .text {
  color: #120c0b;
}
#index-body .init-o-3 .list ul .slick-current li .line:before {
  width: 100%;
}
#index-body .init-o-3 .list ul .slick-current li .line i {
  left: 3px;
  background-color: var(--color);
}
#index-body .init-o-3 .list ul .slick-current li .line i:after {
  opacity: .5;
}
@media screen and (max-width: 1600px) {
   #index-body .init-o-3 {
    padding: 100px 0;
  }
  #index-body .init-o-3 .list ul li .text{
    font-size: 18px;
  }
  #index-body .init-o-3 .list ul li .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
   #index-body .init-o-3 {
    padding: 60px 0;
  }
  #index-body .init-o-3 .list ul li .text{
    font-size: 16px;
  }
  #index-body .init-o-3 .list {
    margin-top: 70px;
  }
  #index-body .init-o-3 .list ul li .year {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
   #index-body .init-o-3 .list ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-o-3 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-o-3 .list ul li .year {
    font-size: 16px;
    line-height: 30px;
  }
}
.honor-page {
  padding: 110px 0;
}
.honor-page .slide {
  margin-top: 70px;
}
.honor-page .slide:first-child {
  margin-top: 0;
}
.honor-page .slide span.h2 {
  margin-bottom: 1em;
}
.honor-page .slide .list ul {
  margin: -30px -55px;
}
.honor-page .slide .list ul li {
  padding: 30px 55px;
}
.honor-page .slide .list ul li a {
  display: block;
}
.honor-page .slide .list ul li a img {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .honor-page{
    padding: 80px 0;
  }
}
@media screen and (max-width: 1450px) {
     .honor-page .slide .list ul li {
    padding: 30px;
  }
  .honor-page .slide .list ul {
    margin: -30px;
  }
}
@media screen and (max-width: 1250px) {
  .honor-page {
    padding: var(--ft60) 0;
  }
}
@media screen and (max-width: 1000px) {
    .honor-page .slide .list ul li {
    padding: 10px;
  }
  .honor-page .slide .list ul {
    margin: -10px;
  }
}
.faq-page {
  padding: 110px 0 70px;
  background-image: url("../images/faq-bg.jpg");
  background-position: top 8% right 8%;
  background-repeat: no-repeat;
}
.faq-page span.h2 {
  font-size: var(--ft48);
  line-height: 1.2;
  margin-bottom: .8em;
}
.faq-page .list ul li {
  margin-bottom: 1.5em;
  font-size: 10px;
  padding: 2.5em 5em;
  border-radius: 2.5em;
  background-color: #f8f8f9;
}
.faq-page .list ul li span.h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4em;
}
.faq-page .list ul li span.h6 em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
  content: '';
  width: 40%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 30%;
}
.faq-page .list ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .list ul li .text {
  font-size: 16px;
  margin-top: 1em;
  display: none;
}
.faq-page .list ul li.active span.h6 em {
  font-size: 1.25em;
}
.faq-page .list ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 1700px) {
    .faq-page {
    padding: 180px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 8px;
  }
}
@media screen and (max-width: 1450px) {
    .faq-page {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 1250px) {
    .faq-page {
    padding: 100px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 7px;
  }
  .faq-page .list ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li {
    padding: 1.5em;
    font-size: 6px;
  }
  .faq-page {
    padding: var(--ft60) 0;
  }
}
.faq-page .list ul li.active i {
    background-color: var(--color) !important;
       transition: all .5s ease;
}
.faq-page .list ul li i {
       transition: all .5s ease;
}
.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  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;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 60px;
  color: var(--color);
  display: block;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: 0.78333333em;
  font-weight: normal;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: 0.46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  color: #242424;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
font-size: 20px;
    text-transform: capitalize;
  padding: .5em;
  text-align: center;
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-2 .list ul li p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.manufacturing-page .manufacturing-3 {
  padding: 95px 0 105px;
  background: url("../images/manufacturing-3-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 55%;
}
.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
  padding-right: 1em;
  max-height: 11.2em;
  margin-top: 1.3em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f9bc62;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 120px 0 80px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  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;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: white;
}
.manufacturing-page .manufacturing-6 .right .select {
  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;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: white;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
  margin: 1em auto 2em;
}
@media screen and (max-width: 1600px) {
   .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em;
  } 
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 80px 0;
  }
  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 70px 0;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1450px) {
   .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px;
  }
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -10px;
  }
  .manufacturing-page .manufacturing-1 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-3 {
    padding: 60px 0;
  }
  .manufacturing-page .manufacturing-4 {
    padding-top: 60px;
  } 
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
   .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
   .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-2 {
    padding-bottom: 60px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 40px 0;
  }
  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-6 .right{
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-6 .left .img {
    margin: 0;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 15px;
  } 
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: .6em;
  }
  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 700px) {
    .manufacturing-page .manufacturing-3 .box {
    margin-left: 25%;
  }
}
@media screen and (max-width: 500px) {
    .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 40px 0;
  }
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 13px 29px 11px 30px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more img {
  display: inline-block;
  margin-left: 39px;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
a.link {
  font-size: 18px;
  line-height: 1;
  padding: 13px 9px 14px;
  position: relative;
  z-index: 1;
}
a.link img {
  margin-left: 24px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 53px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.link:hover::after {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}
a.link:hover span {
  opacity: 0;
}
a.link:hover img {
  -webkit-transform: translateX(-160%);
  -moz-transform: translateX(-160%);
  -ms-transform: translateX(-160%);
  transform: translateX(-160%);
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 80px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
   .why-page .service-2,
  .why-page .service-3 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
   .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  } 
  .why-page .service-1 {
    padding-top: 60px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 60px 0;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
     .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
    .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
    .why-page .service-2,
  .why-page .service-3 {
    padding: 40px 0;
  }
  .why-page .service-2 .list ul li {
    width: 100%;
  }
  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
}
.contact-page .marginBox {
  padding-top: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
  border-radius: 20px;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
font-size: 18px;
    color: #000000;
    line-height: 1.4;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
    .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
    .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1450px) {
    .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
   .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 700px) {
     .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li .more{
  width: 100%;
  border: 0;
  text-align: center;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  border-radius: 20px;
  /*font-weight: bold;*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
    .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i {
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page{
  padding-top: var(--px80);
}
@media screen and (max-width: 700px) {
     .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
    .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
}
.news-page {
  padding: 60px 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 700px) {
   .news-page{
    padding: 30px 0;
  }
  .news-page .ui.container ul.newslist li{
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
   .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
    font-size: 30px;
  }
  .news-page .ui.container ul.newslist li .date em{
    font-size: 16px;
    text-align: left;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-page .ui.container ul.newslist li .text .content{
    line-height: 2;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: #fff;
}
.inner-page.about-page.download .download-1 li {
    line-height: 2;
    overflow: hidden;
  
}

.inner-page.about-page.download .download-1 li .top {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
}
.inner-page.about-page.download .download-1 li .bottom {
    width: 100%;
 background: #fff;
 overflow: hidden;
}
.inner-page.about-page.download .download-1 li .bottom p {
    width: 20%;
    float: left;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    color: #555;
}

.inner-page.about-page.download .download-1 li .bottom i.fa {
       font-size: 18px;
    color: #00a0e9;
}

.inner-page.about-page.download .download-1 .item-top p {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 15px;
    background: #d42633;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #FFF;
}
.inner-page.about-page.download .download-1 .item-top {
    overflow: hidden;
}

.inner-page.about-page.download label.selectAlll {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #d42633;
}

.inner-page.about-page.download label.selectAlll input{
  margin-right: 10px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .ui.container{
  max-width: 1480px;
  width: 100%;
}
.download .search-box2{
  margin: 30px 0;
}
.download .search-box2 #search{
  display: block;
    width: 100%;
    height: 54px;
    padding: 0px 20px 0;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.download .search-box2 #search::-moz-placeholder{
  color: gray;
}
.download .search-box2 #search::-webkit-input-placeholder{
  color: gray;
}
.download .search-box2 #search::placeholder{
  color: gray;
}
.download .search-box2 span{
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box2 span em{
  display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    line-height: 28px;
}
.download .search-box2 span i{
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box2 .hz{
  padding: 10px;
  border: 1px solid #aaa; 
  border-top: 0;
  display: none;
}
.download .search-box2 .hz input{
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}

.download .filterSingleBox{
  margin-bottom: 1rem;
}
.download .filterSingleBox li ul{
  margin-right: -20px;
}
.download .filterSingleBox li{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 20px;
      width: 24%;
    padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"]{
   margin-right: 10px;
   margin-top: -5px;
}

.download .filterSingleBox li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.download .filterSingleBox li input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.download .filterSingleBox li input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .download-1{
  margin-top: 3rem;
      margin-bottom: 6rem;
}
.download .download-1 ul li{
  display: none;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
    color: #00a0e9;
}

#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
    border: 5px solid rgba(255,255,255,1);
    overflow: hidden;
}


.inner-page.about-page.download .download-1 li .bottom p:hover i {
    color: #45b035;
}

.inner-page.about-page.download .download-1 li .bottom:nth-child(even) {
    background: #fbfbfb;
}

.download .ui.container {
    max-width: 1480px;
}


.inner-page.about-page.download .table{
  margin: 3rem 0 6rem;
}
.inner-page.about-page.download .table th {
    text-align: center;
    width: 20% !important;
    padding: 20px 15px;
    background: #d42633;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
}
.inner-page.about-page.download .table #top td {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
    line-height: 30px;
}

.inner-page.about-page.download .table #info {
    width: 100%;
    background: #fff;
}
.inner-page.about-page.download .table #info:nth-child(even){
  background: #fbfbfb;
}
.inner-page.about-page.download .table #info td,th {
    width: 20% !important;
    /*float: left;*/
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}
.inner-page.about-page.download .table #info i.fa {
    font-size: 18px;
    color: #d42633;
    line-height: 32px;
}

@media screen and (max-width: 1000px) {
  .download .filterSingleBox li{
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .download .filterSingleBox li{
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .download .filterSingleBox li{
    width: 100%;
  }
}

.inner-page.about-page.download .table table {
    max-height: 485px;
}
.product-2list-page{
  position: relative;
}
.product-2list-page-bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /*display: flex;
  justify-content: center;
  align-items: center*/
}
.product-2list-page-bg-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 80vh;
  min-width: 80%;
  background: #fff;
  overflow: auto;
  border-radius:var(--ft40); 


}
.yd_btns_pop{
  margin: var(--ft20) auto;
}
.product-2list-gb{
  cursor: pointer;
   -webkit-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        transition: all 0.5s;
  position: fixed;
  font-weight: 600;
  font-size: var(--ft32) !important;
  top: var(--ft30);
  right: var(--ft30);
  color: var(--color);
}
.product-2list-gb:hover{
  transform: rotate(90deg);
}
.product-2list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-2list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
/*.product-2list-page .productList ul li a.img-box,
.prodet-product-link .productList ul li a.img-box {
  padding: 30px 15%;
}*/
/*.product-2list-page .productList ul li a.img-box img,
.prodet-product-link .productList ul li a.img-box img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
}*/
/*.product-2list-page .productList ul li:hover .content,
.prodet-product-link .productList ul li:hover .content,
.small-product-link .productList ul li:hover .content {
  -webkit-transform: translateY(-223%);
  -moz-transform: translateY(-223%);
  -ms-transform: translateY(-223%);
  transform: translateY(-223%);
}*/
/*.product-2list-page .productList ul li:hover a.img-box img,
.prodet-product-link .productList ul li:hover a.img-box img,
.small-product-link .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
.product-2list-page {
  padding: 80px 0 130px;
}
@media screen and (max-width: 1600px) {
  .product-2list-page {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1450px) {
  .product-2list-page{
     padding: 60px 0;
  }
    .product-2list-page .productList ul li,
  .prodet-product-link .productList ul li {
    padding: 10px 5px;
  }
  .product-2list-page .productList ul,
  .prodet-product-link .productList ul {
    margin: -10px -5px;
  }
}
@media screen and (max-width: 500px) {
  .product-2list-page{
     padding: 40px 0;
  }
}
.inner-page .slide2BarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slide2BarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slide2BarBox .slideBarLeft .border span.h6 {
 
  font-size: 24px;
  line-height: 44px;
  display: block;
}
.inner-page .slide2BarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slide2BarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}
.inner-page .slide2BarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slide2BarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slide2BarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
 font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slide2BarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slide2BarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slide2BarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slide2BarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slide2BarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slide2BarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slide2BarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 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;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 32px;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form input {
  display: block;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}

.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li.wid-100{
  width: 100%;
}
.inner-page .slide2BarBox .slideBarLeft .border.mail form ul li textarea{
  display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}
.inner-page .slide2BarBox .slideBarRight {
  width: 72%;
}
@media screen and (max-width:1600px) {
    .inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a,
     .inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {
   .inner-page .slide2BarBox .slideBarLeft .border.search,
  .inner-page .slide2BarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slide2BarBox .slideBarLeft .border.hot,
  .inner-page .slide2BarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slide2BarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slide2BarBox .slideBarLeft .border span.h6 {
    font-size: 24px;
    line-height: 44px;

  }
    .inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width:1450px) {
    .inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a,
     .inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slide2BarBox .slideBarLeft .border.search,
  .inner-page .slide2BarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slide2BarBox .slideBarLeft .border.hot,
  .inner-page .slide2BarBox .slideBarLeft .border.mail {
    font-size: 18px;
    line-height: 32px;
  }
   .inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a{
    font-size: 16px;
  }
     .inner-page .slide2BarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
    .inner-page .slide2BarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slide2BarBox .slideBarRight {
    width: 100%;
  }
    .inner-page .slide2BarBox .slideBarLeft .border.nav .navList ul li a{
      font-size: 14px;
    line-height: 28px;
    }
}

.pro2ductList ul {
  margin: -20px;
}
.pro2ductList ul li {
  padding: 20px;
}
.pro2ductList ul li a.img-box {
  display: block;
  /*padding: 70px 18% 40px;*/
  background-color: #fbe9e8;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
.pro2ductList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.pro2ductList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pro2ductList ul li .content span.h6 {
  font-weight: 500;
  font-size: 18px;
  color: #120c0b;
  display: block;
    border-bottom: 1px solid #ececec;
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 8px ;
  /*min-height: 130px;*/
}
.pro2ductList ul li .content .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
button{
  border: none;
}
.pro2ductList ul li a.img-box{
  overflow: hidden;
}
.pro2ductList ul li:hover a.img-box {
  /*background-color: var(--color);*/
}
.pro2ductList ul li:hover  .content span.h6{
  color:  var(--color);
}
/*.pro2ductList ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}*/
/*.pro2ductList ul li:hover .content {
  -webkit-transform: translateY(-310%);
  -moz-transform: translateY(-310%);
  -ms-transform: translateY(-310%);
  transform: translateY(-310%);
}*/
/*.pro2ductList ul li:hover .content span.h6 {
  color: white;
  border-bottom-color: white;
}
.pro2ductList ul li:hover .content .text {
  color: white;
}*/
.product-2list-page .pro2ductList ul,
.prodet-product-link .pro2ductList ul {
  margin: -35px -6px;
}
.product-2list-page .pro2ductList ul li,
.prodet-product-link .pro2ductList ul li {
  padding: var(--ft30) 6px;
}
/*.product-2list-page .pro2ductList ul li a.img-box,
.prodet-product-link .pro2ductList ul li a.img-box {
  padding: 30px 15%;
}*/
/*.product-2list-page .pro2ductList ul li a.img-box img,
.prodet-product-link .pro2ductList ul li a.img-box img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
}*/
/*.product-2list-page .pro2ductList ul li:hover .content,
.prodet-product-link .pro2ductList ul li:hover .content,
.small-product-link .pro2ductList ul li:hover .content {
  -webkit-transform: translateY(-223%);
  -moz-transform: translateY(-223%);
  -ms-transform: translateY(-223%);
  transform: translateY(-223%);
}*/
/*.product-2list-page .pro2ductList ul li:hover a.img-box img,
.prodet-product-link .pro2ductList ul li:hover a.img-box img,
.small-product-link .pro2ductList ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
@media screen and (max-width: 1250px) {
   .pro2ductList ul li:hover a.img-box img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  /*.product-2list-page .pro2ductList ul li:hover .content, 
  .prodet-product-link .pro2ductList ul li:hover .content, 
  .small-product-link .pro2ductList ul li:hover .content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }*/
  .pro2ductList ul li:hover .content .text,
  .pro2ductList ul li:hover .content span.h6{
    color: black;
  }
  .pro2ductList ul li:hover .content span.h6{
    border-color: #ececec;
  }
}
.product-2det2-page {
  padding: 100px 0;
}
.product-2det2-page .product-det2-1 .left {
  width: 45%;
  padding-right: 5%;
  /*vertical-align: middle;*/
}
.product-2det2-page .product-det2-1 .left a {
  display: block;
  padding: var(--ft50);
  border: 1px solid #bebebe;
  border-radius: 10px;
}
.product-2det2-page .product-det2-1 .left ul {
  margin: -15px;
}
.product-2det2-page .product-det2-1 .left ul li {
  padding: 15px;
}
.product-2det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-2det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-2det2-page .product-det2-1 .left .bigImg a {
  position: relative;
}
.product-2det2-page .product-det2-1 .left .bigImg a:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-2det2-page .product-det2-1 .right {
  width: 55%;
  /*vertical-align: middle;*/
}
.product-2det2-page .product-det2-1 .right h1 {
  font-weight: 700;
  font-size: 40px;
  color: #120c0b;
  line-height: 1.4;
  display: block;
 
  text-transform: uppercase;
}
.product-2det2-page .product-det2-1 .right .text {
  font-size: 18px;
  line-height: 34px;
  /*max-height: 12.8em;
  overflow: auto;*/
  padding-right: 1em;
  margin: 2em 0 2em;
}
.product-2det2-page .product-det2-1 .right a.more {
  /*background-color: var(--color);*/
  color: white;
}
.product-2det2-page .product-det2-2 span.h3 {
  font-weight: 700;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.product-2det2-page .m-link{
  margin-top: 30px;
}
.product-2det2-page .m-link a{
  display: inline-block;
  line-height: 32px;
    padding: 8px 25px;
    font-size: 18px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-2det2-page .m-link a:hover{
  background: var(--color);
  color: white;
}
.product-2det2-page .prodet-22{
  padding-top: 50px;
  padding-bottom: calc(3.959vw + 14px);
}
.product-2det2-page .prodet-22 ul.options{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-2det2-page .prodet-22 ul.options li{
  font-size: 18px;
  padding: 10px 20px;
  line-height: 32px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.product-2det2-page .prodet-22 ul.options li.active,
.product-2det2-page .prodet-22 ul.options li:hover{
  background: var(--color);
  color: white;
}
.product-2det2-page .prodet-22 .content{
  margin-top: 30px;
}
.product-2det2-page .prodet-22 .content .det{
  color: #757575;
  font-size: 18px;
  line-height: 34px;
}
.product-2det2-page .prodet-22 .content .det.active{
  display: block;
}
.product-2det2-page .prodet-22 .content .det .det2.pr{
  display: inline-block;
}
@media screen and (max-width: 1600px) {
    .product-2det2-page{
        padding: 80px 0;
    }
      .product-2det2-page .product-det2-1 .right h1 {
    font-size: 28px;
  }
    .product-2det2-page .product-det2-1 .right .text {
    margin: 1.5em 0 3em;
  }
    .product-2det2-page .product-det2-2 span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  .product-2det2-page{
     padding: 60px 0;
  }
    .product-2det2-page .product-det2-1 .right h1,
  .product-2det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
    .product-2det2-page .product-det2-1 .right h1,
  .product-2det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 20px;
  }
    .product-2det2-page .product-det2-1 .right .text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
    .product-2det2-page .product-det2-1 .right h1,
  .product-2det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
    line-height: 32px;
  }
      .product-2det2-page .product-det2-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .product-2det2-page .product-det2-1 .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
    .product-2det2-page .m-link a{
    font-size: 16px;
    line-height: 30px;
  }
  .product-2det2-page .prodet-22 ul.options{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:700px) {
    .product-2det2-page .product-det2-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .product-2det2-page .product-det2-1 .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-2det2-page{
    padding: 40px 0;
  }
   .product-2det2-page .product-det2-1 .left ul li {
    padding: 5px;
  }
  .product-2det2-page .product-det2-1 .left ul {
    margin: -5px;
  }
  .product-2det2-page .product-det2-1 .left .smallImg {
    padding-top: 10px;
  }
  .product-2det2-page .product-det2-1 .right .text {
    max-height: none;
  }
}
@media screen and (max-width: 500px) {
    .product-2det2-page .prodet-22 .content .det{
    font-size: 16px;
    line-height: 30px;
  }
}
.prodet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .prodet-1 {
  max-width: 1670px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
      border-bottom-right-radius: 70px;
}
.prodet-page .prodet-1 .img a.img-box {
  /*border-radius: 12px;*/
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .smallImg {
  width: 13%;
  margin-right: 2.5%;
  position: relative;
}
.prodet-page .prodet-1 .img .smallImg .swiper {
  height: 90%;
  position: absolute;
  width: 100%;
}
.prodet-page .prodet-1 .img .smallImg .swiper .swiper-slide-thumb-active a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .img .bigImg {
  width: 84.5%;
}
.prodet-page .prodet-1 .img .m-link {
  color: #666;
  margin-top: 1.2em;
  line-height: 32px;
}
.prodet-page .prodet-1 .img .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .content {
  padding-left: 5%;
}
.prodet-page .prodet-1 .content span.tag {
  font-weight: 500;
  color: #e60012;
  margin-bottom: 1em;
  line-height: 30px;
}
.prodet-page .prodet-1 .content span.tag em {
  font-size: inherit;
  font-weight: 500;
}
.prodet-page .prodet-1 .content .text {
  margin: 1.2em 0;
  line-height: 30px;
}
.prodet-page .prodet-2 {
  background-image: url("../images/init-2-bg.png");
  background-position: top 25% right 22%;
  background-repeat: no-repeat;
  background-size: 28.64583333% auto;
}
.prodet-page .prodet-2 .fo1rm {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .fo1rm ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .fo1rm ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .fo1rm ul li input,
.prodet-page .prodet-2 .fo1rm ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .fo1rm ul li input:focus,
.prodet-page .prodet-2 .fo1rm ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .fo1rm ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .fo1rm ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .fo1rm ul li button {
  border: none;
}
.prodet-page .prodet-2 .fo1rm ul li.wid-100 {
  grid-column: span 2;
}
.prodet-page .prodet-3 .pre {
  position: relative;
}
.prodet-page .prodet-3 .swiper {
  padding: 0 5px;
}
.prodet-page .prodet-3 a.img-box {
  margin-top: 5px;
}
.prodet-page .prodet-3 span.h2 {
  margin-bottom: 1em;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .fo1rm ul li.wid-100 {
    grid-column: unset;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 18%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 21%;
  }
}
#index-body .init-0-3 {
  position: relative;
  background-color: #fcf4f4;
  z-index: 1;
}
#index-body .init-0-3 .list span.h6 a{
  color: #000000;
}
#index-body .init-0-3:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 0 14.58333333vw, 100% 0);
  clip-path: polygon(0 0, 0 14.58333333vw, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}
#index-body .init-0-3 .text {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  
}
#index-body .init-0-3 .text a {
  text-decoration: underline;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-0-3 .text a:hover {
  color: black;
}
#index-body .init-0-3 .list .box {
  padding: .5em;
  background-color: #eeeeee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
  height: 100%;
}
#index-body .init-0-3 .list .box a.img-box {
  background-color: white;
}
#index-body .init-0-3 .list span.h6 {
  line-height: 1.8;
  min-height: 5rem;
}
#index-body .init-0-3 .list a.more {
  background-color: black;
  color: white;
}
#index-body .init-0-3 .list a.more i {
  background-color: white;
  color: black;
}
#index-body .init-0-3 .list a.more:hover {
  background-color: var(--color);
}
#index-body .init-0-3 .list a.more:hover i {
  background-color: white;
  color: var(--color);
}
#index-body .init-0-3 .list .slick-track {
  padding-top: 1em;
}
#index-body .init-0-3 .list li:hover .box {
  top: -1em;
}
@media screen and (max-width: 700px) {
    #index-body .init-0-3 .list span.h6{
    font-size: 18px!important;
    line-height: 1.8;
  }
}
#index-body .init-0-3 .list span.h6{
  line-height: 1.6;
}
.prodet-page .prodet-1 {
  max-width: 1670px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
      border-bottom-right-radius: 70px;
}
.prodet-page .prodet-1 .img a.img-box {
  /*border-radius: 12px;*/
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .smallImg {
  width: 13%;
  margin-right: 2.5%;
  position: relative;
}
.prodet-page .prodet-1 .img .smallImg .swiper {
  height: 90%;
  position: absolute;
  width: 100%;
}
.prodet-page .prodet-1 .img .smallImg .swiper .swiper-slide-thumb-active a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .img .bigImg {
  width: 84.5%;
}
.prodet-page .prodet-1 .img .m-link {
  color: #666;
  margin-top: 1.2em;
  line-height: 32px;
}
.prodet-page .prodet-1 .img .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .content {
  padding-left: 5%;
}
.prodet-page .prodet-1 .content span.tag {
  font-weight: 500;
  color: #e60012;
  margin-bottom: 1em;
  line-height: 30px;
}
.prodet-page .prodet-1 .content span.tag em {
  font-size: inherit;
  font-weight: 500;
}
.prodet-page .prodet-1 .content .text {
  margin: 1.2em 0;
  line-height: 30px;
}
.prodet-page .prodet-2 {
  background-image: url("../images/init-2-bg.png");
  background-position: top 25% right 22%;
  background-repeat: no-repeat;
  background-size: 28.64583333% auto;
}
.prodet-page .prodet-2 .fo1rm {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .fo1rm ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .fo1rm ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .fo1rm ul li input,
.prodet-page .prodet-2 .fo1rm ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .fo1rm ul li input:focus,
.prodet-page .prodet-2 .fo1rm ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .fo1rm ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .fo1rm ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .fo1rm ul li button {
  border: none;
}
.prodet-page .prodet-2 .fo1rm ul li.wid-100 {
  grid-column: span 2;
}
.prodet-page .prodet-3 .pre {
  position: relative;
}
.prodet-page .prodet-3 .swiper {
  padding: 0 5px;
}
.prodet-page .prodet-3 a.img-box {
  margin-top: 5px;
}
.prodet-page .prodet-3 span.h2 {
  margin-bottom: 1em;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .fo1rm ul li.wid-100 {
    grid-column: unset;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 18%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 21%;
  }
}
.mo1re {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.mo1re i {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mo1re i:before {
  font-size: .8em;
}
.mo1re:hover {
  color: var(--color);
}
.mo1re:hover i {
  background-color: var(--color);
}
.mo1re:not(.nofull) {
  /*height: 3em;*/
  width: min-content;
  font-size: var(--ft24);
  padding: var(--ft20) var(--ft20);
  background-color: var(--color);
  color: white;
}
.mo1re:not(.nofull) i {
  background-color: white;
  color: var(--color);
}
.mo1re:not(.nofull):hover {
  background-color: black;
  color: white;
}
.mo1re:not(.nofull):hover i {
  color: black;
}
.radiusb {
  border-bottom-right-radius: 1.44444444em;
}

@media screen and (max-width: 700px) {
  .prodet-2 .wid-47{
  width: 100%;
}
}

@media screen and (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: var(--ft18);
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 15px;
  }
}
.about-page .about-1  span.h2{
  font-size: calc(3.959vw + 14px);
}
.about-page .about-c-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about-page .about-c-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.about-page .about-c-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.about-page .about-c-4 .top .list ul .content span.h6 {
  line-height: 1.4 !important;
  color: var(--color);
  margin-bottom: var(--ft16);
}
.about-page .about-c-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.about-page .about-c-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.about-page .about-c-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.about-page .about-c-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.about-page .about-c-4 .top .list ul .slick-current + div,
.about-page .about-c-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.about-page .about-c-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.about-page .about-c-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-c-4 .bottom .list {
  color: #999;
}
.about-page .about-c-4 .bottom .list li {
  /*text-align: left;*/
  /*padding-left: calc(1.9vw + 14px);*/
  cursor: pointer;
  cursor: hand;
}
.about-page .about-c-4 .bottom .list .slick-current {
  color: var(--color);
}
.about-page .about-c-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about-page .about-c-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.about-page .about-c-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.about-page .about-c-4 .top .list ul .content span.h6 {
  line-height: 1;
}
.about-page .about-c-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.about-page .about-c-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.about-page .about-c-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.about-page .about-c-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.about-page .about-c-4 .top .list ul .slick-current + div,
.about-page .about-c-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.about-page .about-c-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.about-page .about-c-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-c-4 .bottom .list {
  color: #999;
}
.about-page .about-c-4 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-c-4 .bottom .list .slick-current {
  color: var(--color);
}
.det54 table tbody td,.det54 table tbody th{
  min-width: 100px;
  font-size: var(--ft16);
  word-break: break-word;
  /*border: none;*/
}
.det54 table tbody td span,.det54 table tbody th span{

  font-size: 14px !important;
}
.inner-banner {
  margin-top: 125px;
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #fbe9e8;
  /*opacity: 1;*/
  line-height: 1;
  opacity: 0;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  border: solid 1px rgba(51, 51, 51, 0.5);
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
}
.inner-banner .box2 .mbx {
  font-size: 14px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
.col2 {
  color: #333333;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.seoPublic>div:nth-child(odd){
  background: rgb(238, 202, 200,0.2);
}
/*.bred{
   background: #eecac8 !important;
}*/
.bred{
   background: rgb(238, 202, 200,0.7) !important;
}
.inner-page{
  background: #fdf9f9 !important;
}
.inner-page .slide2BarBox .slideBarLeft .border.hot .proList ul li .content span.cat{
  color: #000;
}

tr:first-child
{
  background: #0e4fa0 !important;
  color: #fff !important;
}
@media screen and (max-width: 500px) {}
@media screen and (max-width: 500px) {}
@media screen and (max-width: 500px) {}
@media screen and (max-width: 500px) {}
@media screen and (max-width: 500px) {}