@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: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #0050aa;
}
:root {
  --ft17: calc(0.1555vw + 14px);
  --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.52vw + 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: var(--ft18);
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  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: var(--ft16);
}
#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: 120px;
  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: var(--ft24);
}
.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: var(--ft16);
  }
  .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: var(--ft24);
  -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: 600;
}
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: var(--ft16);
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: var(--ft20);
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: var(--ft16);
  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: var(--ft26);
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: var(--ft16);
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: var(--ft46);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(2.1885vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: var(--ft16);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  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: calc(0.1555vw + 14px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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: var(--ft16);
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  cursor: pointer;
  margin-left: calc(3.0225vw + 12px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 44px;
  background: #0050AA;
  font-weight: 500;
  font-size: var(--ft17);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--ft16);
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: var(--ft20);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--ft17);
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  height: 20px;
  object-fit: contain;
  margin-right: 12px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: var(--ft16);
  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: var(--ft16);
  margin-left: 10px;
  color: #000;
}
#header.active {
  background: #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: 1627px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  padding-right: 35.16%;
  display: flex;
  justify-content: end;
  bottom: var(--ft40);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  opacity: 1;
  width: 26px;
  height: 31px;
  background: #FFFFFF;
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper_banner .swiper-slide .banner-text .container {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner-text .container .babg {
  max-width: 54.875%;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: calc(-1.0385vw - 5px);
}
#banner .swiper_banner .swiper-slide .banner-text .bat {
  position: relative;
  z-index: 2;
  width: 50%;
}
#banner .swiper_banner .swiper-slide .banner-text .bat1 {
  font-weight: 600;
  font-size: calc(2.6555vw + 14px);
  color: #FFFFFF;
  line-height: 1.11;
}
#banner .swiper_banner .swiper-slide .banner-text .bat2 {
  margin-top: 14px;
  margin-bottom: var(--ft44);
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.69;
  padding-right: var(--ft50);
}
.cfff {
  color: #fff !important;
}
.xe-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: fit-content;
  height: 44px;
  background: #0050AA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--ft32);
  font-weight: 500;
  font-size: var(--ft17);
  color: #FFFFFF;
}
.xe-btn:hover {
  background: #000;
}
.xe-h {
  font-weight: 600;
  font-size: var(--ft60);
  color: #000000;
  line-height: 1.1;
}
.xe-p {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.8;
}
@keyframes ks6 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body {
  background: #fafafa;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 {
  padding-top: var(--px70);
  padding-bottom: var(--px80);
}
#index-body .init-1 .i1-m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2.659vw + 10px);
}
#index-body .init-1 .i1-m .i1-c {
  cursor: pointer;
}
#index-body .init-1 .i1-m .i1-c:hover .img-n::after {
  background: var(--color) !important;
}
#index-body .init-1 .i1-m .i1-c .img {
  position: relative;
  display: flex;
  justify-content: center;
  height: 85px;
}
#index-body .init-1 .i1-m .i1-c .img .img-n {
  position: relative;
  padding-left: 38px;
  display: flex;
  align-items: center;
}
#index-body .init-1 .i1-m .i1-c .img .img-n img {
  position: relative;
  z-index: 3;
}
#index-body .init-1 .i1-m .i1-c .img .img-n::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: "";
  width: 76px;
  height: 100%;
  background: #D0D0D0;
  border-radius: 0;
  top: 0;
  left: 0;
}
#index-body .init-1 .i1-m .i1-c .i1-p {
  margin-top: var(--ft20);
  text-align: center;
  font-weight: 600;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1.54;
}
#index-body .init-2 {
  padding-top: calc(2.0925vw + 14px);
  padding-bottom: calc(3.1267vw + 14px);
  position: relative;
}
#index-body .init-2 .i2h-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-2 .xe-p {
  width: 46%;
  margin-top: var(--ft20);
}
#index-body .init-2 .i2-m {
  margin-bottom: var(--ft50);
}
#index-body .init-2 .i2-m .swiper-i2 {
  overflow: hidden;
  padding-top: calc(4.479vw + 14px);
  position: relative;
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-wrapper{
  margin-top: calc(-5.519vw - 14px);
}
#index-body .init-2 .i2-m .swiper-i2 .i2-txt {
  text-transform: uppercase;
  line-height: 0.8;
  position: absolute;
  left: 0;
  top: var(--ft30);
  font-weight: 600;
  font-size: calc(9.9vw + 41px);
  color: rgba(240, 240, 240, 0);
  line-height: 254px;
  text-stroke: 2px #CCCCCC;
  -webkit-text-stroke: 2px #CCCCCC;
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide {
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide.swiper-slide-next,
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide.swiper-slide-prev {
  transform: translateY(calc(-2.0835vw - 14px));
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide.swiper-slide-next .img img,
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide.swiper-slide-prev .img img {
  transform: scale(0.46);
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide.swiper-slide-active .i2m-bg {
  transform: scale(1);
}
#index-body .init-2 .i2-m .swiper-i2 .swiper-slide .i2m-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: 100%;
  background: url(../images/i2-bg1.png) no-repeat center;
  background-size: contain;
  transform: scale(0);
}
#index-body .init-2 .i2-m .swiper-i2 .img {
  position: relative;
  z-index: 3;
}
#index-body .init-2 .i2-m .swiper-i2 .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: center bottom;
}
#index-body .init-2 .i2-m .swiper-i2 .i2m-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  padding-bottom: var(--ft20);
  margin-top: var(--ft38);
  font-weight: 600;
  font-size: var(--ft26);
  color: #000000;
  text-align: center;
  line-height: 1.1;
}
#index-body .init-3 .i3-t {
  padding-top: calc(8.752vw + 12px);
  background: url(../images/i3-1.jpg) no-repeat center;
  position: relative;
}
#index-body .init-3 .i3-t .i3t-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 52%;
  background: rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 0, 100% 0%, 54.8% 100%, 0% 100%);
}
#index-body .init-3 .i3-t .i3tm {
  padding-bottom: calc(7.8vw + 8px);
  width: 55%;
}
#index-body .init-3 .i3-t .i3tm .i3tm1 {
  font-weight: 600;
  font-size: var(--ft36);
  color: #FFFFFF;
  line-height: 1.1;
  text-shadow: 0px 20px 38px rgba(0, 0, 0, 0.17);
}
#index-body .init-3 .i3-t .i3tm .i3tm2 {
  margin-top: var(--ft18);
  margin-bottom: var(--ft50);
  padding-right: calc(2vw + 14px);
  height: 186px;
  overflow-y: auto;
  font-family: Poppins;
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 2;
  text-shadow: 0px 20px 38px rgba(0, 0, 0, 0.17);
}
#index-body .init-3 .i3-t .container {
  position: relative;
}
#index-body .init-3 .i3-t .container .i3fbg {
  position: absolute;
  bottom: var(--ft34);
  right: 0;
}
#index-body .init-3 .i3-b {
  padding-top: calc(3.1805vw + 14px);
  padding-bottom: var(--ft62);
  background: #676767;
  position: relative;
}
#index-body .init-3 .i3-b .play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-3 .i3-b .play img {
  position: relative;
  z-index: 3;
}
#index-body .init-3 .i3-b .play::after {
  animation: ks6 1.5s infinite;
  content: '';
  position: absolute;
  width: 114px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  margin-top: -57px;
  margin-left: -57px;
}
#index-body .init-3 .i3-b .container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: var(--ft40);
}
#index-body .init-3 .i3-b .container .i3-bc {
  display: flex;
}
#index-body .init-3 .i3-b .container .i3-bc .i3-bc-l {
  padding-top: 7px;
}
#index-body .init-3 .i3-b .container .i3-bc .i3-bc-r {
  margin-left: var(--ft20);
}
#index-body .init-3 .i3-b .container .i3-bc .i3-bc-r div {
  margin-top: var(--ft16);
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #FFFFFF;
  line-height: 1.5;
  opacity: 0.5;
}
#index-body .init-3 .i3-b .container .i3-bc .i3-bc-r p {
  font-weight: 500;
  font-size: var(--ft60);
  color: #FFFFFF;
  line-height: 1;
}
#index-body .init-3 .i3-b .container .i3-bc .i3-bc-r p sub {
  line-height: 1;
  font-weight: 500;
  font-size: var(--ft30);
  color: #FFFFFF;
  vertical-align: baseline;
}
#index-body .init-4 {
  padding-top: var(--px80);
  padding-bottom: var(--px100);
}
#index-body .init-4 .container {
  display: flex;
}
#index-body .init-4 .container .i4-r {
  width: 58.61%;
  position: relative;
  background: #e6e6e6;
}
#index-body .init-4 .container .i4-r .i4rbg {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  bottom: var(--ft62);
  display: flex;
  width: 399px;
  border: 5px solid #FFBF00;
}
#index-body .init-4 .container .i4-r .i4rbg .i4b-l {
  font-weight: 500;
  font-size: calc(2.6555vw + 15px);
  line-height: 1;
  color: #010101;
  text-align: center;
}
#index-body .init-4 .container .i4-r .i4rbg .i4b-r {
  padding-top: calc(3.0225vw + 11px);
  padding-bottom: calc(2.2385vw + 14px);
  padding-left: var(--ft32);
  font-weight: 500;
  font-size: var(--ft24);
  color: #010101;
}
#index-body .init-4 .container .i4-r .i4rbg > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-4 .container .i4-l {
  padding-top: var(--px80);
  width: 41.39%;
  padding-right: calc(3.1805vw + 14px);
}
#index-body .init-4 .container .i4-l .xe-p {
  margin-top: var(--ft24);
  margin-bottom: var(--ft36);
}
#index-body .init-5 {
  padding-top: calc(5.75vw + 23px);
  padding-bottom: calc(5.21vw + 28px);
  position: relative;
}
#index-body .init-5 .i5-bg1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 95%;
  width: 49.79%;
}
#index-body .init-5 .i5-bg1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index-body .init-5 .container {
  position: relative;
  z-index: 4;
}
#index-body .init-5 .i5-bg {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 59.11%;
  height: 94.35%;
  background: #4f4f4f;
}
#index-body .init-5 .xe-p {
  margin-top: var(--ft30);
  margin-bottom: calc(2.6067vw + 15px);
}
#index-body .init-5 .swiper-i5 {
  overflow: hidden;
}
#index-body .init-5 .swiper-i5 .swiper-slide {
  padding: var(--ft50) 10px var(--ft50) var(--ft34);
  background: #FFFFFF;
  border-left: 1px solid #A3A3A3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .swiper-i5 .swiper-slide:hover {
  background: var(--color);
}
#index-body .init-5 .swiper-i5 .swiper-slide:hover img {
  filter: brightness(0) invert(1);
}
#index-body .init-5 .swiper-i5 .swiper-slide:hover .i5-p1 {
  color: #fff;
}
#index-body .init-5 .swiper-i5 .swiper-slide:hover .i5-p2 {
  color: #fff;
}
#index-body .init-5 .swiper-i5 .swiper-slide img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .swiper-i5 .swiper-slide .i5-p1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  font-size: calc(0.729vw + 14px);
  color: #000000;
  line-height: 1.2;
  margin-top: var(--ft38);
  margin-bottom: var(--ft16);
}
#index-body .init-5 .swiper-i5 .swiper-slide .i5-p2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 2;
  padding-right: var(--ft20);
  min-height: 129px
}
#index-body .init-5 .swiper-i5 .swiper-slide .xe-btn {
  margin-top: var(--ft36);
  background: #E4E4E4;
  color: #000;
}
#index-body .init-5 .swiper-i5 .swiper-slide .xe-btn:hover {
  background: #000;
  color: #fff;
}
#index-body .init-7 {
  padding-top: var(--px90);
  padding-bottom: var(--px70);
  background: #e6e6e6;
}
#index-body .init-7 .xe-p {
  margin-top: 14px;
}
#index-body .init-7 .swiper-i7 {
  margin-top: calc(2.2385vw + 14px);
  overflow: hidden;
}
#index-body .init-7 .swiper-i7 .swiper-slide {
  padding: calc(1.46vw + 14px) var(--ft62) var(--ft50);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#index-body .init-7 .swiper-i7 .swiper-slide:hover .i7-t .i7t-r {
  background: #000;
  color: #fff;
}
#index-body .init-7 .swiper-i7 .swiper-slide:hover .i7-p1 {
  color: var(--color);
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: calc(0.415vw + 14px);
  margin-bottom: var(--ft26);
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-t .i7t-l {
  font-weight: 500;
  font-size: var(--ft20);
  color: #000000;
  opacity: 0.5;
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-t .i7t-r {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 38px;
  background: #0050AA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  padding: 0 var(--ft16);
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-p1 {
  -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(--ft30);
  color: #000000;
  line-height: 1.3;
  margin-bottom: 14px;
}
#index-body .init-7 .swiper-i7 .swiper-slide .i7-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 2;
}
#index-body .init-7 .swiper-i7-pagination {
  margin-top: var(--ft50);
  display: flex;
  justify-content: center;
}
#index-body .init-7 .swiper-i7-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 39px;
  height: 6px;
  background: #626262;
  opacity: 1;
  border-radius: 0;
}
#index-body .init-7 .swiper-i7-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color);
}
#index-body .init-6 {
  padding-top: calc(4.1667vw + 17px);
  padding-bottom: calc(3.65vw + 20px);
}
#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-r {
  width: 61.99%;
}
#index-body .init-6 .container .i6-r .i6rm {
  display: none;
}
#index-body .init-6 .container .i6-r .i6rm:first-child {
  display: block;
}
#index-body .init-6 .container .i6-r .swiper-i6 {
  overflow: hidden;
  height: calc(232px * 3);
  position: relative;
}
#index-body .init-6 .container .i6-r .swiper-i6 .s6-btn {
  position: absolute;
  font-size: var(--ft30);
  color: #7d7d7d;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .s6-btn:hover {
  color: var(--color);
}
#index-body .init-6 .container .i6-r .swiper-i6 .s6-btn-l {
  top: var(--ft36);
  left: 54px;
  transform: rotate(90deg);
}
#index-body .init-6 .container .i6-r .swiper-i6 .s6-btn-r {
  bottom: var(--ft36);
  left: 54px;
  transform: rotate(-90deg);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide {
  padding: 13px 0;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide.swiper-slide-active .s6-l .s6-l-l .s6bg {
  opacity: 1;
}
#index-body .init-6 .container .i6-r .swiper-i6  .s6-l .s6-l-l .s6bg{
      -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide.swiper-slide-next .s6-l .s6-l-l .s6bg {
  opacity: 1;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6m {
  display: grid;
  height: 206px;
  grid-template-columns: 193px auto;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l {
  display: grid;
  align-items: center;
  grid-template-columns: 132fr 61fr;
  /*flex: 0 0 193px;*/
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-r {
  width: 100%;
  height: 3px;
  background: #DCDCDC;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-l {
  position: relative;
  background: #FAFAFA;
  border-radius: 23px;
  border: 3px solid #CCCCCC;
  padding: 0 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-weight: 500;
  font-size: var(--ft20);
  color: #000000;
      -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .s6-l .s6-l-l{
  color: #fff;
  background: var(--color);
    border: 3px solid var(--color);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-l .s6bg {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(101.5%);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r {
  padding-right: var(--ft20);
  display: flex;
  background: #e6e6e6;
  align-items: center;

  gap: var(--ft34);
}
.ffhide{
  /*display: none !important;*/
}
.ffhide img{
   display: none !important;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-r{
  width: 80%;
  max-width: 31vw;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-rp1 {
  font-weight: 600;
  font-size: calc(0.729vw + 14px);
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft16);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-rp2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 2;
}
#index-body .init-6 .container .i6-l {
  padding-top: calc(2.0835vw + 13px);
  width: 38.01%;
}
#index-body .init-6 .container .i6-l .xe-p {
  margin-top: var(--ft30);
}
#index-body .init-6 .container .i6-l .i6-nav {
  margin-top: var(--ft44);
}
#index-body .init-6 .container .i6-l .i6-nav .i6-y {
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: var(--ft20);
  padding-right: var(--ft24);
  font-weight: 500;
  font-size: var(--ft17);
  color: #000000;
  width: 72%;
  background: #E4E4E4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-6 .container .i6-l .i6-nav .i6-y.active {
  background: var(--color);
  color: #fff;
}
#index-body .init-6 .container .i6-l .i6-nav .i6-y.active img {
  opacity: 1;
}
#index-body .init-6 .container .i6-l .i6-nav .i6-y span {
  width: 94%;
}
#index-body .init-6 .container .i6-l .i6-nav .i6-y img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #5a5a5a;
}
#footer .fft {
  padding-top: var(--px80);
}
#footer .fft .ft-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: var(--ft60);
}
#footer .fft .ft-t .ftt-h {
  font-weight: 500;
  font-size: var(--ft40);
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: var(--ft26);
}
#footer .fft .ft-t .ftt-l {
  width: 57.86%;
}
#footer .fft .ft-t .ftt-l form {
  width: 100%;
}
#footer .fft .ft-t .ftt-l form .jr_btn1 {
  cursor: pointer;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fft .ft-t .ftt-l form .jr_btn1:hover {
  background: #000;
}
#footer .fft .ft-t .ftt-l form input {
  padding: 0 var(--ft18);
  width: 100%;
  height: 52px;
  background: #F6F6F6;
  border: none;
  font-weight: 400;
  font-size: var(--ft18);
  color: #323232;
}
#footer .fft .ft-t .ftt-l form input::placeholder {
  font-weight: 400;
  font-size: var(--ft18);
  color: #323232;
}
#footer .fft .ft-t .ftt-l form .ul-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ft20);
  margin-bottom: 11px;
}
#footer .fft .ft-t .ftt-l form .ul-m1 {
  display: grid;
  grid-template-columns: 604fr 302fr;
  gap: var(--ft20);
}
#footer .fft .ft-t .ftt-r {
  width: 19.91%;
}
#footer .fft .ft-t .ftt-r #ewm {
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
}
#footer .fft .ft-t .ftt-r #ewm img,
#footer .fft .ft-t .ftt-r #ewm svg,
#footer .fft .ft-t .ftt-r #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .fft .ft-b {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--ft40);
  padding-top: var(--ft62);
}
#footer .fft .ft-b .ftb-c:nth-of-type(3) {
  width: 25%;
}
#footer .fft .ft-b .ftb-c:nth-of-type(4) {
  width: 21%;
}
#footer .fft .ft-b .ftb-c .ftb-h {
  padding-top: 5px;
  font-weight: 500;
  font-size: var(--ft30);
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: var(--ft26);
}
#footer .fft .ft-b .ftb-c .ftb-li {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.95;
}
#footer .fft .ft-b .ftb-c .ftb-li1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.78;
}
#footer .fft .ft-b .ftb-c .ftb-l6 {
  margin-top: var(--ft40);
  width: 49px;
  height: 49px;
  background: #0050AA;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fft .ft-b .ftb-c .ftb-l6:hover {
  background: #000;
  color: #FFFFFF;
}
#footer .copyright {
  position: relative;
  font-size: var(--ft18);
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: var(--ft20);
  padding-bottom: calc(2.2385vw + 14px);
  display: flex;
  justify-content: space-between;
}
#footer .copyright .container .share {
  width: 21%;
  display: flex;
  align-items: center;
}
#footer .copyright .container .share li {
  margin-left: 9px;
}
#footer .copyright .container .share li:first-child {
  margin-left: 0;
}
#footer .copyright .container .share li a {
  margin: 0;
}
#footer .copyright .container .share i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #a1a1a1;
  font-size: 14px;
  color: #a1a1a1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .copyright .container .share i:hover {
  color: #fff;
  background: #a1a1a1;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: bottom;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#index-body .init-5 .xe-p {
  width: 54.23%;
}
#index-body .init-5 .xe-p br {
  display: none;
}
@media (max-width: 1800px) {
  #index-body .init-4 .container {
    justify-content: space-between;
  }
  #index-body .init-4 .container .i4-r .i4rbg {
    zoom: 0.8;
  }
  #index-body .init-3 .i3-b .container .i3-bc {
    zoom: 0.9;
  }
  .container {
    width: 1400px;
  }
  #index-body .init-3 .i3-t .container .i3fbg {
    width: 44.86%;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-4 .container .i4-r {
    width: 50%;
  }
  #index-body .init-4 .container .i4-r img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
  }
  #index-body .init-3 .i3-b .container .i3-bc {
    zoom: 0.8;
  }
}
@media (max-width: 1250px) {
  #index-body .init-4 .container .i4-r .i4rbg {
    position: static;
    transform: none;
    margin-top: var(--ft30);
  }
  #index-body .init-4 .container .i4-r {
    width: 50%;
  }
  #index-body .init-4 .container .i4-r img {
    width: 100%;
    height: auto;
  }
  #index-body .init-3 .i3-b .container {
    grid-template-columns: 1fr 1fr;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-4 .container .i4-r .i4rbg .i4b-r {
    padding-right: var(--ft20);
  }
  #index-body .init-4 .container .i4-l {
    padding: 0;
    margin-bottom: var(--ft40);
  }
  #index-body .init-4 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container > div {
    width: 100% !important;
  }
  #footer .copyright .container,
  #footer .copyright .container .left {
    flex-wrap: wrap;
  }
  #footer .fft .ft-b .ftb-c:nth-of-type(3),
  #footer .fft .ft-b .ftb-c:nth-of-type(4) {
    width: 44%;
  }
  .hide-1000 {
    display: none !important;
  }
  #footer .fft .ft-t .ftt-l form {
    margin-bottom: var(--ft38);
  }
  #footer .fft .ft-t {
    flex-wrap: wrap;
  }
  #footer .fft .ft-t > div {
    width: 100% !important;
  }
  #index-body .init-6 .container .i6-l {
    margin-bottom: var(--ft50);
  }
  #index-body .init-6 .container .i6-l .i6-nav .i6-y {
    width: 100%;
  }
  #index-body .init-6 .container {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container > div {
    width: 100% !important;
  }
  #index-body .init-5 .xe-p {
    width: 100%;
  }
  #index-body .init-5 {
    background: #4f4f4f;
  }
  #index-body .init-5 .i5-bg1 {
    display: none;
  }
  #index-body .init-3 .i3-t .i3tm {
    padding-bottom: 60px;
  }
  #index-body .init-3 .i3-b {
    padding-top: 60px;
  }
  #index-body .init-3 .i3-t .i3tm {
    width: 100%;
  }
  #index-body .init-2 .xe-p {
    width: 100%;
  }
  #index-body .init-1 .i1-m {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 462px;
    width: 100%;
    object-fit: cover;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bat1 {
    font-size: var(--ft38);
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #footer .fft .ft-t .ftt-l form .ul-m {
    margin-bottom: var(--ft20);
  }
  #footer .fft .ft-t .ftt-l form .ul-m,
  #footer .fft .ft-t .ftt-l form .ul-m1 {
    grid-template-columns: 1fr;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l {
    grid-template-columns: 8fr 1fr;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-l .s6bg {
    display: none !important;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-l {
    font-size: 14px;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6m {
    grid-template-columns: 1.4fr 5fr;
  }
  #index-body .init-1 .i1-m {
    grid-template-columns: 1fr 1fr;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #footer .fft .ft-b {
    flex-wrap: wrap;
  }
  #footer .fft .ft-b > div {
    width: 100% !important;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l .s6-l-r {
    display: none !important;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-l {
    grid-template-columns: 1fr;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .s6-btn {
    display: none;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6m {
    grid-template-columns: 1fr;
  }
  #banner .swiper_banner .swiper-slide .banner-text .container .babg {
    position: static;
    transform: none;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bat {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #index-body .init-4 .container .i4-r .i4rbg {
    width: 290px;
  }
  #index-body .init-3 .i3-b .container {
    grid-template-columns: 1fr;
  }
}
.page-header02 {
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img {
  /*filter: brightness(0) invert(1);*/
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
  #menuFull ~ #banner,
  #menuFull ~ #indexMobileBanner,
  #menuFull ~ #innerMobileBanner,
  #menuFull ~ .inner-banner,
  .mobile-menu-wrap01 ~ #banner,
  .mobile-menu-wrap01 ~ #indexMobileBanner,
  .mobile-menu-wrap01 ~ #innerMobileBanner,
  .mobile-menu-wrap01 ~ .inner-banner {
    margin-top: 60px !important;
  }
}
.page-header02 {
  display: none;
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft30);
  }
}
@media (max-width: 1450px) {
    #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft18);
  }
  #header > .nav > .menu .menu-box .right .pp_btn{
    margin-left: var(--ft20);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .right .pp_btn{
    font-size: 14px;
    padding: 0 9px;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  /*width: 100%;*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .ui.container h2 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  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;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: var(--ft18);
  color: white;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--color);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 1400px) {
    .inner-banner .ui.container h2{
    font-size: 38px;
  }
}
/*.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}*/
.about-page .about-1 {
  padding-top: var(--px100);
}
.about-page .about-1 .top {
  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-left: 100px;
}
.about-page .about-1 .top .i-title {
  margin-left: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: var(--px100) 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 30px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: var(--ft20);
  font-weight: 600;
  line-height: 1;
  margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: var(--ft16);
}
.about-page .about-1 .box ul li:first-child {
  background: var(--color);
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 160px;
  margin-top: -9px
}
.about-page .about-1 .box .wrap .right .content {
  font-size: var(--ft18);
  line-height: 1.8;
  opacity: 0.73;
  height: 453px;
    overflow: auto;
}
@media (max-width: 1600px) {
    .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
}
@media (max-width: 1400px) {
    .about-page .about-1 .box ul li .h3 em {
    font-size: var(--ft30);
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
}
@media (max-width: 1200px) {
    .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
}
@media (max-width: 1000px) {
   .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    line-height: 2;
  }
    .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
  }
}
@media (max-width: 700px) {
   .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
}
.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: var(--ft18);
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: var(--color);
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-tag {
  font-size: var(--ft20);
  font-weight: 600;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color);
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
#index-body .bg {
  text-align: center;
}
#index-body .i-advantage {
  padding-bottom: var(--px130);
  padding-top:var(--px90);
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
}
#index-body .i-advantage .top .i-title {
  width: 40%;
  margin-left: 55px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
#index-body .i-advantage .list {
  padding-left: 230px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: var(--ft18);
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #f8dd05;
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: var(--ft24);
  font-weight: 600;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: var(--ft16);
  line-height: 2;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
@media (max-width: 1500px) {
   #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
   #index-body .i-advantage .list {
    padding-left: 80px;
  }
}
@media (max-width: 1000px) {
   #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    line-height: 1.8;
  }
    #index-body .i-advantage .list {
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
    #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.design-page .design-4 {
    color: white;
    padding: 107px 0 70px;
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}

.design-page .design-4 .left p {
    font-size: var(--ft18);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.design-page .design-4 .left .i-title {
    line-height: 1.2;
}

.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%;
}

.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle;
}

.design-page .design-4 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child::after{
    display: none;
}

.design-page .design-4 .right ul li:last-child .icon::after {
    content: none;
}

.design-page .design-4 .right ul li h4 {
    font-size: var(--ft30);
    font-weight: 600;
}

.design-page .design-4 .right ul li .des {
    font-size: var(--ft18);
    line-height: 1.7;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1400px) {
      .design-page .design-4 .right {
        padding-left: 30px;
    }
}
@media (max-width: 1200px) {
    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%;
    }
}
@media (max-width: 1000px) {
     .design-page .design-4 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
   .design-page .design-4 .right {
        padding-left: 0;
    }

    .design-page .design-4 .left {
        width: 100%;
    }
}
@media (max-width: 500px) {
      .design-page .design-4 .right ul li {
        padding-left: 0;
    }

    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .design-page .design-4 .right ul li .icon::after {
        content: none;
    }
    .design-page .design-4 .right ul li::after{
        display: none;
    } 
}
.about-page .about-4 {
  padding: 145px 0px var(--px70);
  background: url(../images/about-pc-top2.jpg) center top no-repeat;
  background-size: 100%;
}
.about-page .about-4 .ui.container .top {

  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 90px;
}
.about-page .about-4 .ui.container .top .left {
  display: inline-block;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .top .left span {
  text-transform: uppercase;
}
.about-page .about-4 .ui.container .top .left h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.cfff{
  color: #fff !important;
}
.about-page .about-4 .ui.container .top p {
  max-width: 650px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.about-page .about-4 .ui.container .mainbox ul.pclist {
  margin: 0 -18px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: 60px;
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: 60px;
}

.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1200px) {
    .about-page .about-4 {
    padding-top: 40px;
  }
}
@media (max-width: 700px) {
    .about-page .about-4 {
    padding-top: 20px;
    background-size: 200%;
  }
}
@media (max-width: 1000px) {
    .about-page .about-4 .text {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .about-page .about-4{
      padding-top: 20px;
      padding-bottom: var(--px70);
        background-size: cover; 
  }

  
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: var(--ft20);
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: var(--ft16);
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  font-size: var(--ft18);
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 24px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: var(--ft20);
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: var(--ft30);
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust{
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
.faq-page .faqbox .ui.container ul.faqlist li .content p{
  padding-right: var(--ft50);
}
@media screen and (max-width: 1000px){
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 18px
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top{
    padding: 0 100px
  }
}
@media screen and (max-width: 700px) {
   .faq-page{
     padding-top: 40px
   }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 20px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i{
  right: 20px
}
}
.product-page .init-1 {
  /*padding: 40px;*/
  /*background-color: #fafafa;*/

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


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

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

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

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

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

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

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

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

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: var(--ft18);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: var(--ft18);
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

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

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

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: var(--ft20);
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: var(--ft16);
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

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

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

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

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

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

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

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

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

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: var(--ft18);
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: var(--ft36);
  line-height: 1.4;
  color: #4a4a4a;
  
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  padding: var(--px100) 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: var(--ft36);
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: var(--ft18);
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

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

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

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: var(--ft18);
  line-height: 32px;
  font-family: var(--font);
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: var(--ft16);
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

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

.product-page .pro_init_3 {
  padding: var(--px100) 0;
}

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

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

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

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

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

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

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

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

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

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
}

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

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

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

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

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

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

@media (max-width: 1000px) {
   .product-page .product-2{
    margin-top: 0px!important;
  }
  .product-page .init-1 .tip_title{
    font-size: 20px!important;
line-height: 36px!important;
  }
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

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

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

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

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

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

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
   .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: var(--ft20);
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: var(--ft16);
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: var(--ft20);
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: var(--ft20);
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

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

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

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: var(--ft16);
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: calc(0.415vw + 14px);
    line-height: 40px;
    margin-top: 10px;
  }

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

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

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

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

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

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: var(--ft20);
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: var(--ft16);
    line-height: 2;
  }

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

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

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

.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
    .product-page .product-1 .box {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
}
@media (max-width: 500px) {

}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.product-page .init-1 .tip_title{
      font-weight: 600;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    
    font-size: var(--ft30);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  /*border-radius: 25px;*/
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: var(--ft16);
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

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

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

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: var(--ft16);
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {

  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


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

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

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


.sider-box .sider-left .quote .form textarea {
  height: 100px;

  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: var(--ft20);
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: var(--ft16);
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: var(--ft18);
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}

.product_list {
  background-color: #fafafa;

  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;

  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
}

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

padding-top: 80px
}
.tips-fct1{
  font-size: var(--ft18);
  line-height: 1.8;
text-align: center;
max-width:1050px;
margin: auto;
}
.tips-fct-box{
  background: #f9f9f9;
  padding-bottom: 80px
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;

    background: url(../images/by.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    font-size: var(--ft36);
    line-height: 1;
    color: #ffffff;
    
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: var(--ft18);
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    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;
    font-size: var(--ft18);
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-size: var(--ft20);
  text-align: center;
  /*border-radius:50%; */
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
   .submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: var(--ft24);
    
    color: #fff;
    line-height: 54px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.3);
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-w{
      height: 100%;
    opacity: 1 !important;
    visibility: unset !important;
}
.f-g img{
  vertical-align: middle;
  margin-right: 30px;
}
.f-g1{
border-bottom: 1px solid #666666;
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .box .right .content .cat_name {
    font-size: var(--ft20) !important;
}
.prodet-page .prodet-1 .box .right .content h1 {
    font-size: var(--ft26) !important;
}
}
.prodet-page .prodet-1{
  padding-bottom: 80px
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: var(--ft20);
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  /*border-radius: 30px;*/
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page{
  padding-top: 80px
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  margin-top: 15px;

}
.prodet-page .prodet-1 .box .left .small .prev,.prodet-page .prodet-1 .box .left .small .next{
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: var(--ft20);
  cursor: pointer;
  transition: .5s
}
.prodet-page .prodet-1 .box .left .small .prev:hover,.prodet-page .prodet-1 .box .left .small .next:hover{
  color: var(--color)
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
	border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
 
}
.prodet-page .prodet-1 .box .left .small ul li img:hover{
  	border: solid 1px var(--color);
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  	font-size: var(--ft20);
    font-weight: 600;
    padding-block-end: 8px
}
/*.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}*/
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: 600;
  font-size: 36px
}
.prodet-page .prodet-1 .box .right .content  .st1{
  	font-size: var(--ft26);
    padding-top: 25px;
    border-top: 1px solid #bebebe;
    width: 100%;
    margin-top: 30px;
    font-weight: 600
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  height: 224px;
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;

}
.prodet-page .prodet-1 .box .right .content .more{
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box2 .cont{
  margin-top: 40px;
  overflow-x: auto
}
.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb{
  height: 5px
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table{
    width: 1440px !important;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}
.prodet-page .prodet-2 {
  background-color: #f2f2f2;
  padding: var(--px100) 0 var(--px80);
}
.prodet-page .prodet-2 .top {
  /*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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;*/
}
.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}
.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}
.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}
.prodet-page .prodet-2 ul li .box {

}
.prodet-page .prodet-2 ul li .box  img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 ul li .box .t1 {
  font-size: calc(0.415vw + 14px);
  display: block;
  margin: 20px 0 15px;
  line-height: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 ul li .box .t1:hover{
  color: var(--color)
}
.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
  font-size: 17px;
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}
.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}
.prodet-page .prodet-3 form {
  margin-top: 62px;
}
.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .prodet-3 form ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: var(--ft18);
  margin-bottom: 20px;
}
.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}
.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}
.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}
.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f2f2;
}
.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}
.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: var(--ft18);
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}
.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}
.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}
.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
}
.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}
.prodet-page .prodet-5 ul li .box .time {
  font-size: var(--ft16);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.prodet-page .prodet-5 ul li .box .t1 {
  font-size: var(--ft30);
  font-weight: 600;
  line-height: 1.1;
  height: 2.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s
}
.prodet-page .prodet-5 ul li .box:hover .t1{
  color: var(--color);
}
.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: var(--ft18);
  line-height: 2;
  height: 8em;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: calc(.729vw + 14px);
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }
  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }
  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: var(--ft26);
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }
  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: calc(0.415vw + 14px);
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: calc(0.415vw + 14px);
    padding: 15px 0 10px;
  }
  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }
  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: var(--ft20);
  }
  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }
  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }
  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
}
.title {
   font-weight: 600;
font-size:var(--ft48);
/*color: #000000;*/
    line-height: 1.3;
}
.prodet-page .prodet-2 .top .smt{
  font-size: var(--ft18);
}
.smt {
  font-size: var(--ft30);
  line-height: 1;
  color: transparent;

  background: var(--color);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.collg {
  color: transparent;

  background: var(--color);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
@media (max-width: 500px) {
  .prodet-page .prodet-2 .top{
    flex-wrap: wrap;
  }
   .prodet-page .prodet-2 .top .tip{
     width: 100%;
     margin-bottom: 14px;
   }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 600;
  
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .xe-btn {
  margin: 14px 0 0 auto;

}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: 600;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover img{
  filter: brightness(0) invert(1);
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: 600;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 0px;
    padding: var(--ft20);
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title.font-36{
  font-size: var(--ft36);
}
.support-page .init-2 .container .title{
  color: #fff;
}
.tipsTitleCont {
  font-weight: 600;
  
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color:var(--color);
  border-radius: 50%;
  margin: 7px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
}
.news-page {
  padding: var(--px100) 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: var(--ft18);
  opacity: 0.8;
}
.news-page ul li .box .h3 {
  font-size: calc(0.415vw + 14px);
  font-weight: 600;
  margin: 12px 0 20px;
  min-height: auto;
  line-height: 1.8;
}
.news-page ul li .box .content {
  font-size: var(--ft18);
  line-height: 2;
  margin-bottom: 20px;
}
.news-page ul li .box .more_btn .more::after {
  color: black;
}
@media (max-width: 1200px) {
   .news-page ul li{
    width: 50% !important;
  }
  .seoNews.news-page ul li{
    width: auto !important;
  }
}
@media (max-width: 700px) {
   .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
}
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-page {
    padding: 0 0 150px;
}
.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.newdet-page .header .categoty {
    display: inline-block;
    font-size: var(--ft16);
    color: #fff;
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}
.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}
.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
    font-size: var(--ft16);
    line-height: 1;
}
.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: var(--ft16);
    color: #7b7b7b;
    line-height: 30px;
}
.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}
.newdet-page .content {
    /*margin-top: 40px;*/
    /*font-weight: 500;*/
    font-size: var(--ft16);
    line-height: 32px;
    color: #666;
}
.newdet-page .share {

    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newdet-page .share .flex a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: var(--ft20);
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background:var(--color) ;
}
.newdet-page .share  .flex a:first-child {
    margin-left: 0;
}
.newdet-page .share  .flex a:nth-child(1) {
    color: #fff;
}
.newdet-page .share  .flex a:nth-child(2) {
    color: #fff;
}
.newdet-page .share  .flex a:nth-child(3) {
    color: #fff;
}
.newdet-page .share  .flex a:nth-child(4) {
    background:var(--color) ;
    color: #fff;
}
.newdet-page .share  .flex a:nth-child(5) {
     background:var(--color) ;
    color: #fff;
}
.newdet-page .share  .flex a:hover {
    margin-top: -3px;
}
.newdet-page .m-link {
display: flex;
width: 60%;
}
.newdet-page .m-link a {
 
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: var(--ft18);
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}
.newdet-page .m-link a:last-child {
    text-align: right;
}
.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: var(--ft18);
    line-height: 32px;
    font-weight: 600;
}
.newdet-page .m-link a:hover {
    color: #000;
}
.newdet-page .prodet-page {
    padding: 0;
}
.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}
.newdet-page .prodet-3 {
    margin: 0 auto;
}
@media (max-width: 1250px) {
    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }
}
@media (max-width: 1000px) {
    .newdet-page {
        padding: 60px 0;
    }
    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
    .font-45{
        line-height: 44px;
        font-size: var(--ft24);
    }
}
@media (max-width: 700px) {
    .newdet-page {
        padding: var(--ft30) 0;
    }
    .newdet-page .header {
        padding: var(--ft30) var(--ft20);
    }
    .newdet-page .header h1 {
        font-size: var(--ft34);
        margin: 20px 20px 0;
    }
    .newdet-page .content {
        margin-top: 20px;
    }
    .newdet-page .share {
        margin: 20px auto 0;
    }
    .newdet-page .m-lin {
        font-size: var(--ft16);
    }
}
@media (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: var(--ft24);
        margin: 20px 0px 0;
        line-height: 44px;
    }
    .newdet-page .content {
        font-size: var(--ft16);
        line-height: 30px;
    }
    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }
    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }
    .news-page .news-list ul li .box .content .title {
        min-height: unset;
    }
}
.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.recommended-product ul {
    margin: 60px -24px 0;
}
.recommended-product ul li {
    padding: 0 24px;
}
.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}
.recommended-product ul li .img_box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
}
.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}
.recommended-product ul li .img_box .icon a:hover .hover{
    opacity: 1;
}
.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recommended-product ul li h4 {
    font-size: var(--ft20);
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
}
@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}
.contact2-page {
    padding-top: 100px;
}
.contact2-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact2-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact2-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact2-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: var(--ft16);
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: var(--ft16);
    line-height: 30px;
    color: #7b7b7b;
}
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: var(--ft20);
    line-height: 36px;
}
.contact2-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact2-page .contact-1 .left form ul li .more {
    border: none;
}
.contact2-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact2-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact2-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact2-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact2-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact2-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact2-page .contact-1 .right p {
    font-size: var(--ft16);
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact2-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact2-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: var(--ft18);
    line-height: 30px;
    margin-bottom: 10px;
}
.contact2-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #bf0000;
    font-size: var(--ft20);
    width: 20px;
    text-align: center;
}
.contact2-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: var(--ft16);
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact2-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact2-page .contact-2 {
    padding-top: 120px;
}
.contact2-page .contact-2 #mapContainer {
    height: 520px;
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact2-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
#menuFull .panel-title{
    line-height: 36px;
    font-size: 20px!important;
}
#menuFull .menu-item{
    font-size: 22px!important;
    line-height: 40px;
}
#menuFull .lang-panel{
    line-height: 30px;
}
@media (max-width: 1000px) {
    .contact2-page {
        padding-top: 30px;
    }
    .contact2-page .contact-1 .left {
        width: 100%;
    }
    
    .font-60{
        line-height: 1.6;
    }
    .font-16{
        line-height: 1.8;
    }
    .contact2-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact2-page .contact-2 {
        padding-top: 60px;
    }
    .contact2-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact2-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact2-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact2-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact2-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact2-page .contact-1 .left form ul li .box input,
    .contact2-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact2-page .contact-1 .right p {
        font-size: var(--ft16);
        line-height: 30px;
    }
    .contact2-page .contact-1 .right .list ul li {
        font-size: var(--ft16);
    }
    .contact2-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.news-c-page .news-wrap1 {
  padding-top: var(--px100);
  padding-bottom: 0;
}
.news-c-page .news-wrap1 .category-list {
  margin-bottom: 4.583333vw;
}
.news-c-page .news-wrap1 .category-list li {
  line-height: 1;
}
.news-c-page .news-wrap1 .category-list li.active a {
  color: var(--color);
}
.news-c-page .news-wrap1 .category-list li a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-weight: bold;
}
.news-c-page .news-wrap1 .category-list li a:hover {
  color: var(--color);
}
.news-c-page .news-wrap1 .category-list li:nth-child(2) {
  padding-left: 32px;
  padding-right: 25px;
  margin-left: 45px;
  margin-right: 26px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  /*border-right: 1px solid rgba(0, 0, 0, 0.25);*/
}
.news-c-page .news-wrap1 .news-list {
  margin-bottom: 6.458333vw;
}
.news-c-page .news-wrap1 .news-list li {
  margin-bottom: 28px;
  -webkit-box-shadow: -2px 3px 16px 0px transparent;
  box-shadow: -2px 3px 16px 0px transparent;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px rgba(122, 122, 122, 0.21);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.news-c-page .news-wrap1 .news-list li:hover {
  -webkit-box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  border: solid 1px transparent;
}
.news-c-page .news-wrap1 .news-list li:hover .date {
  background: var(--color);
  color: #fff;
}
.news-c-page .news-wrap1 .news-list li:hover .date:before {
  opacity: 1;
}
.news-c-page .news-wrap1 .news-list li:hover .date:after {
  background: var(--color);
}
.news-c-page .news-wrap1 .news-list li:hover .text a.title {
  color: var(--color);
}
.news-c-page .news-wrap1 .news-list li:hover .text .intro {
  color: #737373;
}
.news-c-page .news-wrap1 .news-list li .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #fff;
  padding-left:  10px;
  padding-right:  10px;
  position: relative;
  padding-top: 10px;
}
.news-c-page .news-wrap1 .news-list li .date:before,
.news-c-page .news-wrap1 .news-list li .date:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-c-page .news-wrap1 .news-list li .date:before {
  width: 20px;
  height: 26px;
  right: -20px;
  background: url("../images/news-c-page-icon.png") no-repeat center center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.news-c-page .news-wrap1 .news-list li .date:after {
  width: 48px;
  height: 1px;
  background-color: #7a7a7a;
  right: -37px;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-c-page .news-wrap1 .news-list li .date .day {
  font-weight: 600;
  line-height: 1;
}
.news-c-page .news-wrap1 .news-list li .date .year-month {
  margin-top: -8px;
}
.news-c-page .news-wrap1 .news-list li .text {
  margin-left: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-c-page .news-wrap1 .news-list li .text a.title {
  display: block;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-bottom: 19px;
  max-width: 800px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-c-page .news-wrap1 .news-list li .text .intro {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  max-width: 700px;
  line-height: 2;
  /*display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  height: 85px;
  overflow-y: auto;
}
.news-c-page .news-wrap1 .news-list li a.img {
  display: block;
  margin-left: 15px;
}
.news-c-page .news-wrap1 .page {
  justify-content: center;
}
@media (max-width: 1440px) {
    .news-c-page .news-wrap1 .news-list li .text {
    margin-left: 1vw;
  }
}
@media (max-width: 1000px) {
   .news-c-page .news-wrap1 .news-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-c-page .news-wrap1 .news-list li .text .intro {
    max-width: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-c-page .news-wrap1 .news-list li a.img {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .news-c-page .news-wrap1 .news-list li .date .year-month {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
   .news-c-page .news-wrap1 .category-list {
    margin-top: 40px;
  }
  .news-c-page .news-wrap1 .category-list li:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .news-c-page .news-wrap1 .news-list li .text a.title{
    margin-top: 19px;
    margin-bottom: 0;
  }
}
@media (min-width: 1921px) {
  .news-c-page .news-wrap1 {
    padding-top: 182px; /* 原9.479167vw → 182px */
    padding-bottom: 198px; /* 原10.3125vw → 198px */
}

.news-c-page .news-wrap1 .category-list {
    margin-bottom: 88px; /* 原4.583333vw → 88px */
}

.news-c-page .news-wrap1 .news-list {
    margin-bottom: 124px; /* 原6.458333vw → 124px */
}

.news-c-page .news-wrap1 .news-list li .date {
    padding-left: 60px; /* 原3.125vw → 60px */
    padding-right: 44px; /* 原2.291667vw → 44px */
}

.news-c-page .news-wrap1 .news-list li .text {
    margin-top: 88px; /* 原4.583333vw → 88px */
    margin-right: 19px; /* 原1vw → 19px */
}
}
@media (max-width: 1000px) {
  .news-c-page .news-wrap1 .news-list li .text .intro{
    margin-top: 0;
    margin-bottom: 10px;
  }
.news-c-page .news-wrap1 .news-list li .text{
  margin: 0;
  padding: 0 15px;
}
  .news-c-page .news-wrap1 .news-list li .date .day,
  .news-c-page .news-wrap1 .news-list li .date .year-month{
    text-align: center;
  }
  .news-c-page .news-wrap1 .news-list li{
    padding: 0;
  }
  .news-c-page .news-wrap1 .news-list li .text a.title{
    width: 100%;
    height: auto;
    text-align: center;
    min-width: unset;
    max-width: unset;
  }
  .news-c-page .news-wrap1 .news-list li a.img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .news-c-page .news-wrap1 .news-list li{
    flex-wrap: wrap
  }
   .news-c-page .news-wrap1 .news-list li>div{
     width: 100% !important;
   }
    .news-c-page .news-list li{
      height: auto;
    }
    .news-c-page .news-wrap1 .news-list li{
      gap:0px;
    }
}
.title.font-30{
  font-size: var(--ft30);
}
.font-bold {
    font-weight: 600;
}
.title.font-60{
   font-size: var(--ft60);
}
@media (max-width: 1000px) {
  .newdet-page .share{
    flex-wrap: wrap;
  }
  .newdet-page .share>div{
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .newdet-page .m-link{
    flex-wrap: wrap;
  }
}
.seoPublic .Auxil-about .box .right div.h3{
      font-size: var(--ft40);
    font-weight: 600;
    line-height: 1.2;
}
.seoPublic .title {
    font-size: var(--ft50);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--ft40);
}
.seoPublic .Auxil-about .box .right .text{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 289px;
    overflow: auto;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
@media (max-width: 1800px) {
  #index-body .init-4 .container .i4-r{
    height: 640px;
    object-fit: cover;
  }
}
     #index-body .init-4 .container .i4-r{
       display: flex;
       align-items: center;
       justify-content: center;
     }
     #index-body .init-4 .container .i4-r img{
       clip-path: inset(0 0 2px 0)
     }
@media (max-width: 1450px) {
      #index-body .init-4 .container .i4-r {
        height: 528px;
        object-fit: cover;
    }
      #index-body .init-4 .container .i4-r{
         width: 55%;
         flex-wrap: wrap;
      }
  #index-body .init-4 .container .i4-l {
    padding-top: var(--px80);
    width: 44.39%;
    padding-right: calc(3.1805vw + 14px);
}
}
@media (max-width: 1250px) {
        #index-body .init-4 .container .i4-r {
        height: auto;
       
    }
}
@media (max-width: 1000px) {
  #index-body .init-4 .container .i4-l{
    padding: 0;
  }
}
.s6-r-l{
    flex: 0 0 108px;
}
@media (max-width: 1800px) {
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-r{
  width: 80%;
  max-width: 27vw;
}
}
@media (max-width: 1450px) {
    #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-r{
  width: 80%;
  max-width: 24vw;
}
}
@media (max-width: 1250px) {
      #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-r{
  width: 80%;
  max-width: 20vw;
}
}
@media (max-width: 1000px) {
    #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .s6-r .s6-r-r{
  width: 80%;
  max-width: 33vw;
}
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }

}
.prodet-1 .m-link {
display: flex;
width: 100%;
margin-top: var(--ft24);
}
.prodet-1  .m-link a {
 
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.prodet-1 .m-link a em {
    display: block;
    font-weight: 500;
    font-size: var(--ft18);
    line-height: 32px;
    color: #7b7b7b;
}
 .prodet-1 .m-link a:first-child i {
    margin-right: 10px;
}
.prodet-1  .m-link a:last-child {
    text-align: right;
}
.prodet-1  .m-link a:last-child i {
    margin-left: 10px;
}
 .prodet-1 .m-link a span {
    font-size: var(--ft18);
    line-height: 32px;
    font-weight: 600;
}
.prodet-1  .m-link a:hover {
    color: #000;
}
@media (max-width: 1000px) {
  .news-c-page .news-wrap1 .category-list li:nth-child(2){
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 15px;
  }
}
@media (max-width: 1450px) {}
@media (max-width: 1450px) {}