@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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: 'pop';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  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: #e51014;
  --color2: #ba0408;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: calc(0.2085vw + 14px) !important;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: calc(1.3555vw + 14px);
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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: calc(0.525vw + 14px) !important;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: calc(0.525vw + 14px) !important;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  min-width: 120px;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: calc(1.3555vw + 14px);
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-left: 10.42%;
  background-color: #ffff;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#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 {
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 2;
}
#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(3.0225vw + 12px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont1 {
  height: 89px;
  background-color: var(--color);
  padding-left: calc(3.1805vw + 14px);
  padding-right: calc(1.56vw + 15px);
  display: flex;
  align-items: center;
  margin-left: calc(1.67vw + 14px);
  position: relative;
}
#header > .nav > .menu .menu-box .right .lang_cont1::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 100%;
  background: #fff;
  left: -1px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#header > .nav > .menu .menu-box .right .lang_cont1 .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .lang_cont1 .c_cont .textC span {
  margin-left: calc(0.2085vw + 14px);
  margin-right: calc(0.2085vw + 10px);
}
#header > .nav > .menu .menu-box .right .lang_cont1 .c_cont .textC img {
  width: auto;
  object-fit: contain;
}
#header > .nav > .menu .menu-box .right .lang_cont1 .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont1 .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont1 .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li{
  color: #000;
}
#header > .nav .lang_cont .lang li img {
  height: 25px;
}
#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;
  vertical-align: middle;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@media screen and (max-width:1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft34);
  }
}
@media screen and (max-width:1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
}
@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: 1550px;
  padding: 0 15px;
}
#banner {
  margin-top: 89px;
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  z-index: 5;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  bottom: calc(1.2465vw + 13px);
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.8;
  margin: 0 8px ;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: var(--color);
  opacity: 1;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner_text {
  position: absolute;
  max-width: 900px;
  left: 10.42%;
  bottom: calc(8.752vw + 5px);
}
#banner .swiper_banner .swiper-slide .banner_text .banner_text1 {
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--ft60);
  color: #FFFFFF;
  text-transform: uppercase;
}
#banner .swiper_banner .swiper-slide .banner_text .banner_text2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-top: var(--ft20);
  margin-bottom: calc(3.4405vw + 11px);
}
.yx_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  height: 61px;
  border-radius: 10px;
  padding: 0 calc(3.1215vw + 10px);
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.yx_btn span {
  position: relative;
  z-index: 3;
}
.yx_btn::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color2);
  border-radius: 10px;
  transform: skew(-45deg);
}
.yx_btn:hover::before {
  background: #000;
}
.yx_h {
  position: relative;
}
.yx_h p {
  font-weight: bold;
  font-size: var(--ft48);
  color: #000000;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.yx_h span {
  position: absolute;
  line-height: 1;
  left: -4px;
  bottom: 13px;
  z-index: 2;
  font-weight: bold;
  font-size: calc(5.21vw + 10px);
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #DCDCDC;
  -webkit-text-stroke: 1px #DCDCDC;
  text-transform: uppercase;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding: var(--px120) 0;
  background-size: cover;
  overflow: hidden;
}
#index-body .init-1 .container .i1-t {
  position: relative;
}
#index-body .init-1 .container .i1-t .i1t-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft30);
  color: #fff;
}
#index-body .init-1 .container .i1-t .i1t-btn:hover {
  background: var(--color);
}
#index-body .init-1 .container .i1-t .i1t-btnl {
  left: -99px;
}
#index-body .init-1 .container .i1-t .i1t-btnr {
  right: -99px;
}
#index-body .init-1 .container .swiper_i1t {
  overflow: hidden;
}
#index-body .init-1 .container .swiper_i1t .swiper-slide {
  display: flex;
}
#index-body .init-1 .container .swiper_i1t .swiper-slide .i1t-r {
  padding-top: calc(4.65vw + 16px);
  width: 56.05%;
  padding-left: calc(5.21vw + 20px);
}
#index-body .init-1 .container .swiper_i1t .swiper-slide .i1t-r .i1t-p {
  max-width: 539px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.6;
  opacity: 0.6;
  margin-top: var(--ft30);
  margin-bottom: calc(2.6555vw + 14px);
}
#index-body .init-1 .container .i1-b {
  margin-top: var(--px120);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide {
  opacity: 0;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.19);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide.my-slide-visible {
  opacity: 1;
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide .img-box {
  padding: 0 var(--ft24);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide:hover .i1b-box {
  background: var(--color);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide:hover .i1b-box .i1b-p1,
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide:hover .i1b-box .i1b-p2 {
  color: #fff;
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide:hover .i1b-box .i1b-btn {
  background: #FFFFFF;
  box-shadow: 0px 5px 7px 0px rgba(220, 220, 220, 0.49);
  color: var(--color);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide .i1b-box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: var(--ft32) var(--ft24) var(--ft26);
  background: #eaeaea;
  position: relative;
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide .i1b-box .i1b-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 5px 7px 0px rgba(220, 220, 220, 0.49);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: var(--ft20);
  font-weight: 600;
  right: var(--ft24);
  top: 0;
  transform: translateY(-50%);
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide .i1b-box .i1b-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(--ft20);
  color: #000;
  margin-bottom: 13px;
}
#index-body .init-1 .container .i1-b .swiper_i1b .swiper-slide .i1b-box .i1b-p2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000;
  line-height: 1.5;
}
#index-body .init-2 .i2-top {
  padding-top: calc(var(--px120) - 7px);
  padding-bottom: calc(7.8vw + 8px);
  background: url(/yx-hydraulics/2026/06/25/about1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#index-body .init-2 .i2-top .i2-bg {
  position: absolute;
  bottom: -13px;
  right: 15px;
}
#index-body .init-2 .i2-top .i2-play {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  z-index: 4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-2 .i2-top .i2-play:hover {
  transform: translate(-50%, 50%) scale(1.04);
}
#index-body .init-2 .i2-top .i2-play .i2c1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  opacity: 0.4;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: inner-circle-pulse 3s infinite;
}
#index-body .init-2 .i2-top .i2-play .i2c2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  opacity: 0.1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: inner-circle-pulse1 3s infinite;
}
#index-body .init-2 .i2-top .i2-play .i2pb {
  width: 93px;
  height: 93px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-2 .i2-top .container {
  display: flex;
  align-items: center;
}
#index-body .init-2 .i2-top .container .i2t-l {
  width: 50%;
}
#index-body .init-2 .i2-top .container .i2t-r {
  width: 37%;
  color: #fff;
}
#index-body .init-2 .i2-top .container .i2t-r .i2t-h1 {
  font-weight: bold;
  font-size: var(--ft48);
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-2 .i2-top .container .i2t-r .i2t-h2 {
  margin-top: 14px;
  font-weight: bold;
  font-size: calc(1.1415vw + 14px);
  color: #000000;
  line-height: 1.3;
  margin-bottom: var(--ft26);
}
#index-body .init-2 .i2-top .container .i2t-r .i2t-p {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.5;
}
#index-body .init-2 .i2-top .container .i2t-r .ds-btn {
  padding: var(--ft24) var(--ft40);
}
#index-body .init-2 .i2-top .container .i2-num {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
}
#index-body .init-2 .i2-top .container .i2-num li {
  width: 45%;
}
#index-body .init-2 .i2-top .container .i2-num .i-1-4-1,
#index-body .init-2 .i2-top .container .i2-num .i-1-4-2 {
  margin-bottom: var(--ft32);
}
#index-body .init-2 .i2-top .container .i2-num p {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(0.625vw + 14px);
  line-height: 1;
  margin-bottom: var(--ft16);
}
#index-body .init-2 .i2-top .container .i2-num p em {
  font-size: calc(3.0725vw + 14px);
}
#index-body .init-2 .i2-top .container .i2-num div {
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#index-body .init-2 .i2-bottom {
  position: relative;
  z-index: 2;
  padding-top: calc(2.6555vw + 14px);
  padding-bottom: var(--ft62);
  background: var(--color2);
}
#index-body .init-2 .i2-bottom .container {
  display: flex;
  align-items: center;
}
#index-body .init-2 .i2-bottom .container .i2b-l {
  max-width: 750px;
}
#index-body .init-2 .i2-bottom .container .i2b-l .i2b-p1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--ft48);
  color: #FFFFFF;
  margin-bottom: var(--ft16);
}
#index-body .init-2 .i2-bottom .container .i2b-l .i2b-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.75);
}
#index-body .init-2 .i2-bottom .container .i2b-r {
  display: flex;
  margin-left: calc(var(--px170) - 13px);
}
#index-body .init-2 .i2-bottom .container .i2b-r .i2rc {
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-3 {
  padding-top: calc(5.75vw + 16px);
  padding-bottom: var(--px140);
  padding-left: 10.42%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#index-body .init-3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9%;
  width: 281px;
  height: 122px;
  background: #F1F1F1;
}
#index-body .init-3 .i3-l {
  position: relative;
  z-index: 2;
  padding-top: calc(2.0835vw + 14px);
}
#index-body .init-3 .i3-l .yx_h span {
  left: 3px;
}
#index-body .init-3 .i3-l .i3l-m {
  margin-top: var(--ft24);
}
#index-body .init-3 .i3-l .i3l-m .i3l-c {
  padding: var(--ft18);
  max-width: 683px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-bottom: var(--ft18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .i3-l .i3l-m .i3l-c.active {
  background: #BA0408;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
}
#index-body .init-3 .i3-l .i3l-m .i3l-c.active .i3l-p {
  color: #FFFFFF;
}
#index-body .init-3 .i3-l .i3l-m .i3l-c.active .i3l-p1 {
  color: #FFFFFF;
}
#index-body .init-3 .i3-l .i3l-m .i3l-c:last-child {
  margin-bottom: 0;
}
#index-body .init-3 .i3-l .i3l-m .i3l-c .i3l-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft20);
  color: #000000;
  margin-bottom: 8px;
}
#index-body .init-3 .i3-l .i3l-m .i3l-c .i3l-p1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.6;
  opacity: 0.6;
}
#index-body .init-3 .i3-r {
  position: relative;
}
#index-body .init-3 .i3-r::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  width: 155px;
  height: 94px;
  background: #EAEAEA;
}
#index-body .init-3 .i3-r .i3r-bg {
  position: absolute;
  right: calc(2.2385vw + 14px);
  top: var(--ft40);
}
#index-body .init-4 .yx_h {
  margin-bottom: calc(2.0835vw + 14px);
}
#index-body .init-4 .yx_h span {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#index-body .init-4 .ds_h {
  margin-bottom: var(--ft24);
}
#index-body .init-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-4 .de6-p1 {
  margin-bottom: var(--px60);
}
#index-body .init-4 .de6-m {
  position: relative;
}
#index-body .init-4 .de6-m .de6-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#index-body .init-4 .de6-m .de6-box .de6b {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  position: relative;
  padding: calc(6.77vw + 18px) 11px var(--ft26);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#index-body .init-4 .de6-m .de6-box .de6b:hover {
  background: rgba(0, 0, 0, 0.3);
}
#index-body .init-4 .de6-m .de6-box .de6b:hover .de6b-mm .de6b-p2 {
  height: calc(14.32vw + 125px);
}
#index-body .init-4 .de6-m .de6-box .de6b:hover .de6bg {
  opacity: 1;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6b-p1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: var(--px140);
  line-height: 1.3;
  opacity: 0;
  padding-bottom: var(--px100);
  padding-left: var(--ft32);
}
#index-body .init-4 .de6-m .de6-box .de6b .de6bg .case2-p1 {
  font-weight: 400;
  font-size: var(--ft40);
  color: #FFFFFF;
  text-transform: uppercase;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6bg .case2-p2 {
  width: fit-content;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  position: relative;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6bg .case2-p2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6bg .de6bg-p1 {
  margin-bottom: calc(var(--px50) - 8px);
}
#index-body .init-4 .de6-m .de6-box .de6b .de6-btn {
  width: 191px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: var(--ft18);
  text-transform: uppercase;
  align-items: center;
  color: #FFFFFF;
  justify-content: space-between;
  padding-bottom: 6px;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6-btn img {
  width: 40px;
  height: 7px;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6b-mm .de6b-p0 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1;
}
#index-body .init-4 .de6-m .de6-box .de6b .de6b-mm .de6b-p1 {
  font-weight: 600;
  font-size: var(--ft30);
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: var(--ft24);
  margin-bottom: var(--ft36);
}
#index-body .init-4 .de6-m .de6-box .de6b .de6b-mm .de6b-p2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.6;
  opacity: 0.7;
  height: 0;
  overflow: hidden;
}
#index-body .init-4 .de6-m .de6-box .de6b:last-child {
  border-right: none;
}
#index-body .init-4 .image-tile {
  width: 100%;
  height: 756px;
  /* 根据需要调整高度 */
  /* 使背景图的宽高都是容器的2倍 */
  overflow: hidden;
  position: relative;
}
#index-body .init-4 .img5,
#index-body .init-4 .img2,
#index-body .init-4 .img4,
#index-body .init-4 .img3 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  transform: scaleX(90deg);
  width: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
}
#index-body .init-5 {
  overflow: hidden;
  padding-top: var(--px145);
  padding-bottom: var(--px120);
}
#index-body .init-5 .container .yx_h {
  text-align: center;
}
#index-body .init-5 .container .yx_h span {
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-5 .container .swiper-i5 {
  margin-top: calc(2.3955vw + 10px);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide {
  opacity: 0;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i5-box .i5-v {
  color: var(--color);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i5-box .i5-f {
  background: var(--color2);
  color: #fff;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide.my-slide-visible {
  opacity: 1;
  background: #EAEAEA;
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i5-box {
  padding: var(--ft34) calc(1.1465vw + 13px) var(--ft26);
  position: relative;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i5-box .i5-f {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  height: 30px;
  background: #F1F1F1;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: 30px;
  left: calc(1.1465vw + 13px);
  top: 0;
  transform: translateY(-50%);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i5-box .i5-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  margin-bottom: var(--ft50);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i5-box .i5-v {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: var(--ft16);
  color: #000000;
  text-transform: uppercase;
}
#index-body .init-5 .container .swiper5-banner-pagination {
  margin-top: calc(2.2385vw + 14px);
  margin-bottom: calc(0.729vw + 14px);
  display: flex;
  justify-content: center;
}
#index-body .init-5 .container .swiper5-banner-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #D8D8D8;
  border-radius: 50%;
}
#index-body .init-5 .container .swiper5-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2);
}
#index-body .init-5 .container .yx_btn {
  margin: 0 auto;
}
#index-body .init-6 {
  padding: var(--ft50) 0;
  background: url(../images/i6-2.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-6 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-6 .container .i6-l {
  font-weight: bold;
  font-size: var(--ft40);
  color: #FFFEFE;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-6 .container form ul {
  display: flex;
}
#index-body .init-6 .container form ul input {
  width: 100%;
  border: none;
  height: 54px;
  background: #FFFFFF;
  padding: 0 12px;
}
#index-body .init-6 .container form ul .li1 {
  width: 24%;
  margin-right: 11px;
}
#index-body .init-6 .container form ul .li {
  width: 47%;
  margin-right: 11px;
}
#index-body .init-6 .container form ul .submit1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 54px;
  background-color: #000;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 calc(2.0835vw + 12px);
}
#index-body .init-6 .container form ul .submit1:hover {
  background-color: var(--color);
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes inner-circle-pulse1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@keyframes inner-circle-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/fbg.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
#footer .ftop {
  padding-top: var(--px60);
  padding-bottom: var(--px90);
}
#footer .ftop .container {
  display: flex;
  justify-content: space-between;
}
#footer .ftop .container .ft-c .ft-h {
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  text-transform: uppercase;
}
#footer .ftop .container .ft-c .ft-line {
  margin-top: var(--ft18);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  width: calc(8.752vw + 24px);
  margin-bottom: var(--ft20);
}
#footer .ftop .container .ft-c .ft-line1 {
  margin-top: var(--ft18);
  margin-bottom: var(--ft20);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(26.56vw + 154px);
}
#footer .ftop .container .ft-c .ft-li1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-bottom: var(--ft16);
}
#footer .ftop .container .ft-c .ft-li {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: var(--ft16);
}
#footer .ff-l {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#index-body .init-3 .i3-l {
  margin-right: calc(7.759vw + 26px);
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-4 .de6-m .de6-box .de6b:hover .de6b-mm .de6b-p2 {
    height: calc(14.32vw + 60px);
  }
  .container {
    width: 1200px;
  }
}
#index-body .init-5 .container .yx_h span {
  width: 100%;
}
@media (max-width: 1250px) {
  .ft-c1 {
    display: none;
  }
  #index-body .init-6 .container .i6-l {
    margin-bottom: var(--ft36);
  }
  #index-body .init-6 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .de6-m .de6-box .de6b .de6-btn {
    width: 100%;
  }
  #index-body .init-3 .i3-r::before {
    display: none;
  }
  #index-body .init-3 .i3-r .i3r-bg {
    right: unset;
    left: 10px;
  }
  #index-body .init-3 .i3-l .i3l-m .i3l-c {
    max-width: 100%;
  }
  #index-body .init-3 .i3-l {
    padding-top: calc(3.8vw + 20px);
    margin-right: 0;
  }
  #index-body .init-3 {
    padding-left: 10.42%;
    padding-right: 10.42%;
    flex-wrap: wrap-reverse;
  }
  #index-body .init-2 .i2-top .container .i2t-r {
    width: 60%;
  }
  #index-body .init-1 .container .swiper_i1t .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .swiper_i1t .swiper-slide .i1t-r .i1t-p {
    max-width: 100%;
  }
  #index-body .init-1 .container .swiper_i1t .swiper-slide .i1t-r {
    width: 100%;
  }
  .container {
    width: 970px;
  }
}
#index-body .init-1,
#index-body .init-2,
#index-body .init-3,
#index-body .init-5,
#index-body .init-6,
#index-body .init-7,
#index-body .init-8,
#index-body .init-9 {
  overflow: hidden;
}
@media (max-width: 1000px) {
  #index-body .init-6 .container form ul .li1 {
    width: 100%;
    margin-bottom: 11px;
  }
  #index-body .init-6 .container form ul .li {
    width: 100%;
    margin-bottom: 11px;
  }
  #index-body .init-6 .container form ul {
    flex-wrap: wrap;
  }
  .de6b-mm,
  #index-body .init-4 .de6-m .de6-box .de6b .de6-btn {
    position: relative;
    z-index: 3;
  }
  #index-body .init-4 .de6-m .de6-box .de6b {
    position: relative;
  }
  #index-body .init-4 .de6-m .de6-box .de6b::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
  }
  #index-body .init-4 .de6-m .de6-box .de6b:hover {
    background: url(../images/de5-3.jpg) no-repeat center;
    background-size: cover;
  }
  #index-body .init-4 .de6-m .de6-box .de6b {
    background: url(../images/de5-3.jpg) no-repeat center;
    background-size: cover;
  }
  #index-body .init-4 .de6-m .de6-box .de6b:hover .de6b-mm .de6b-p2,
  #index-body .init-4 .de6-m .de6-box .de6b .de6b-mm .de6b-p2 {
    padding-bottom: 20px;
    height: auto;
  }
  #index-body .init-4 img {
    height: 1300px;
  }
  #index-body .init-4 .de6-m .de6-box {
    grid-template-columns: 1fr;
  }
  #index-body .init-2 .i2-top .container .i2t-r {
    width: 100%;
  }
  #index-body .init-2 .i2-top {
    padding-bottom: 90px !important;
  }
  #index-body .init-2 .i2-bottom {
    padding-top: 90px !important;
  }
  #index-body .init-2 .i2-bottom .container .i2b-r {
    margin-left: 0;
    margin-top: var(--ft36);
  }
  #index-body .init-2 .i2-bottom .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-t .i1t-btn {
    display: none;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .container .yx_h span {
    width: 100%;
  }
  #index-body .init-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-2 .i2-bottom .container .i2b-r .i2rc {
    margin-bottom: 11px;
  }
  #index-body .init-2 .i2-bottom .container .i2b-r {
    flex-wrap: wrap;
  }
  #banner .swiper_banner .swiper-slide img {
    height: 300px;
    object-fit: cover;
  }
  #banner .swiper_banner .swiper-slide .banner_text .banner_text2 {
    margin-top: 5px;
    margin-bottom: 9px;
  }
  .yx_btn {
    height: 30px;
  }
  .container {
    width: 100%;
  }
}
.page-header02{
  display: none;
}
.page-header02 .logo img{
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {

  .page-header02{
  display: flex;
  position: fixed;
  width: 100%;
}
}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top:60px !important;
    }
}
.contact-page .contact-1 {
  padding: 80px 0 110px;
}
.contact-page .contact-1 .left {
     width: 52%;
}
.contact-page .contact-1 .left span.tag {
  font-weight: 500;
  font-size: calc(0.525vw + 14px) !important;
  color: #af2024;
  display: block;
  line-height: 1.2;
}
.contact-page .contact-1 .left h2 {
  font-size: 40px;
  color: #191919;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 20px;
      text-transform: uppercase;
   
}
.contact-page .contact-1 .left h2:after {
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    background: #af2024;
    margin-top: 10px;
    
}


.contact-page .contact-1 .left .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
     
}
.contact-page .contact-1 .left .share {
  margin-top: 20px;
}
.contact-page .contact-1 .left .share ul li{
  margin-bottom: 10px;
  width: 50%;
  position: relative;
}
.contact-page .contact-1 .left .share ul li:last-child{
  margin-bottom: 0;
}
.contact-page .contact-1 .left .share ul li i{
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: 16px;
  color: black;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .left .share ul li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.contact-page .contact-1 .left .share ul li .wechat{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  display: none;
}
.contact-page .contact-1 .left .share ul li:hover .wechat{
  display: block;
}
.contact-page .contact-1 .left .share ul li a {
  display: block;
}
.contact-page .contact-1 .left .share ul li:hover i {
  color: white;
  border-color: #af2024;
  background: #af2024;
}
.contact-page .contact-1 .right {
    width: 48%;
    padding-right: 8%;
}
.contact-page .contact-1 .right .form ul {
  margin: -15px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 15px;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  width: 100%;
  line-height: 28px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #ababab;
  display: block;
  font-size: calc(0.2085vw + 14px) !important;
  color: #ababab;
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #666;
}
.contact-page .contact-1 .right .form ul li textarea {
  height: 170px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"] {
  font-weight: 500;
  font-size: 20px;
  color: white;
  background: #af2024;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .form ul li input[type="submit"]:hover {
  opacity: .7;
}
.contact-page .contact-2 {
    padding-top: calc(2.0925vw + 20px);
  padding-bottom: calc(2.0925vw + 20px);
  background: #f7f5f5;
}
.contact-page .contact-2 .left {
  padding-right: 2%;
  vertical-align: middle;
}
.contact-page .contact-2 .left span.tag {
  font-size: 132px;
 
  -webkit-text-stroke: 1px #e7e7e7;
  text-transform: uppercase;
  line-height: .8;
  color: transparent;
  display: block;
  margin-bottom: -47px;
}
.contact-page .contact-2 .left h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
text-transform: uppercase;
  color: #af2024;
}
.contact-page .contact-2 .left h4 {
  font-weight: bold;
  font-size: 30px;
  color: #191f26;
  text-transform: uppercase;
  margin: 25px 0 20px;
  line-height: 1;
}
.contact-page .contact-2 .left .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #484848;

  margin-top: 25px;
}
.contact-page .contact-2 .left .list {
  margin-top: calc(1.3555vw + 14px);
  padding: 30px 0px;

}
.contact-page .contact-2 .left .list ul {
  
  margin: -10px -15px;
}
.contact-page .contact-2 .left .list ul li {
  padding: 10px 15px;
}
.contact-page .contact-2 .left .list ul li img{width: 80%;}
.contact-page .contact-2 .left .list ul li .box2 {
  display: inline-block;
  position: relative;
  padding-left: 58px;
  width: 100%;
}
.contact-page .contact-2 .left .list ul li .box2 i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-2 .left .list ul li .box2 h6 {
  font-size: calc(0.2085vw + 14px) !important;
 
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin: 5px 0;
}
.contact-page .contact-2 .left .list ul li .box2 p {
  font-weight: 500;
  font-size: 16px;
 
 margin-top: 10px;
}
.contact-page .contact-2 .left .list ul li:nth-child(odd) {
  width: 100%;
  margin-top: 10px;
}
.contact-page .contact-2 .left .list ul li:nth-child(even) {
  width: 100%;
  margin-top: 10px;
}
.contact-page .contact-2 .right {
  vertical-align: middle;
}
.contact-page .map .amap-copyright,
.contact-page .map .amap-logo {
  display: none !important;
}
@media (max-width: 1700px) {
    .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .contact-page .contact-1 {
    padding: calc(3.1215vw + 10px) 0;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 40px;
  }
  .contact-page .contact-1 .left .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 10px;
    font-size: 16px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-2 .left span.tag {
    font-size: 70px;
  }
  .contact-page .contact-2 .left h2 {
    font-size: 40px;
  }
  .contact-page .contact-2 .left h4 {
    font-size: calc(0.525vw + 14px) !important;
  }
  .contact-page .contact-2 .left .list ul li .box2 p {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .form ul li input[type="submit"] {
    font-size: calc(0.2085vw + 14px) !important;
  }
}
@media (max-width: 1500px) {
    .contact-page .contact-2 {
    padding-bottom: calc(2.0925vw + 20px);
  }
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .left h2 {
    font-size: 32px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-page .contact-1 .right .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-2 .left .list ul li {
    width: 100% !important;
    padding: 5px;
  }
  .contact-page .contact-2 .left .list ul {
    margin: -5px;
  }
  .contact-page .contact-2 .left .list ul li .box2 {
    padding-left: 50px;
  }
  .contact-page .contact-2 .left .list ul li .box2 i {
    width: 40px;
  }
  .contact-page .contact-2 .left .list ul li .box2 p {
    margin-top: 0;
  }
  .contact-page .contact-2 .left .list ul li .box2 h6 {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
    .contact-page .contact-1 .left .share ul li span{
    display: block;
  }
}
@media (max-width: 1000px) {
   .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left .share {
    margin-top: 10px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: calc(.729vw + 14px) !important;
    margin: 10px 0;
  }
  .contact-page .contact-2 .left span.tag {
    font-size: 50px;
  }
  .contact-page .contact-2 .left h2 {
    font-size: 32px;
  }
  .contact-page .contact-2 .left h4 {
    margin: 10px 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
  }
  .contact-page .contact-2 .left .list {
    margin-top: 20px;
  }
  .contact-page .contact-2 .left .text {
    max-width: none;
  }
  .contact-page .contact-1 .left .share ul li .wechat{
    left: 25%;
    right: 0;
    top: 0;
  }
}
@media (max-width: 700px) {
    .contact-page .contact-1 {
    padding: calc(1.3555vw + 14px) 0;
  }
  .contact-page .contact-1 .left h2 {
    font-size: calc(0.525vw + 14px) !important;
  }
    .contact-page .contact-1{
    padding: 0 0 20px 0;
  }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left .share ul li{
    width: 100%;
  }
}
.contact-page {
  padding: 0;
}
.contact-page .contact-4 .box ul li {
    padding: 15px;
}
@media (max-width: 1000px) {
  .contact-page .contact-4 .box ul li {
        width: 20%;
    }
}
@media (max-width: 700px) {
  .contact-page .contact-4 .box ul li {
        padding: 5px;
    }
    .contact-page .contact-4 .box ul {
        margin: -5px;
    }
    .contact-page .contact-4 .box ul li {
        width: 33.333%;
    }
}
@media (max-width: 1440px) {
   .contact-page .contact-2 .left h2
 {font-size: calc(0.525vw + 14px) !important; font-weight: bold;}
 .contact-page .contact-1 .left h2{font-size: calc(.729vw + 14px) !important;}
.contact-page .contact-2 .left h2{font-size: calc(.729vw + 14px) !important;}
}
.inner-banner {
  padding: 40px 0 30px;
  color: white;
  background: url("../images/inner-banner.jpg") center center no-repeat;
  background-size: cover;
}

.inner-banner .box h1 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 2;
}
.inner-banner .box h2 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 2;
}
.inner-banner .box .mbx {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 2;
}
.inner-banner .box .mbx a:hover {
  text-decoration: underline;
}
.newdet-page{
  padding-bottom: calc(3.0225vw + 12px);
}
.newdet-page h1 {
    font-size: 26px;
    line-height: 50px;
    color: black;
    font-weight: 500;
    /*text-transform: capitalize;*/
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 28px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.newdet-page .share {
    padding-top: 20px;
    margin-bottom: 10px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #af2024;
}
.news-page .news-1 h3 {
    font-size: 32px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.news-page .news-1 h3 small {
    display: block;
    font-size: 16px;
    opacity: .45;
    line-height: 30px;
    font-weight: normal;
    text-transform: none;
}
.news-page .news-1 .nav-list {
    padding-top: 30px;
}
.news-page .news-1 .nav-list ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.news-page .news-1 .nav-list ul li a {
    line-height: 40px;
    height: 50px;
    font-size: 20px;
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    padding: 5px 40px;
}
.news-page .news-1 .nav-list ul li:hover a,
.news-page .news-1 .nav-list ul li.active a {
    color: white;
    background: #af2024;
}
.news-page .news-2 {
    padding: 60px 0 60px;
}
.news-page .news-2 .top .img {
    width: 30%;
    vertical-align: middle;
}
.news-page .news-2 .top .img a {
    display: block;
}
.news-page .news-2 .top .img a img {
    width: 100%;
}
.news-page .news-2 .top .text {
    width: 70%;
    vertical-align: middle;
    padding-left: 50px;
    max-width: 820px;
}
.news-page .news-2 .top .text h3 {
    font-size: calc(0.525vw + 14px) !important;
    color: black;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text h3:hover {
    color: #af2024;
}
.news-page .news-2 .top .text p {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    margin: 20px 0 30px;
}
.news-page .news-2 .top .text a.more {
    display: inline-block;
    font-size: calc(0.2085vw + 14px) !important;
    color: #129dd7;
    border-bottom: 1px solid #129dd7;
    line-height: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text a.more:hover {
    border-color: black;
}
.news-page .news-2 .bottom {
    padding: 80px 0 60px;
}
.news-page .news-2 .bottom ul {
    margin: -13px;
}
.news-page .news-2 .bottom ul li {
    padding: 13px;
}
.news-page .news-2 .bottom ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.news-page .news-2 .bottom ul li .box2 a.img-box {
    display: block;
}
.news-page .news-2 .bottom ul li .box2 a.img-box img {
    width: 100%;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    border: 1px solid black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
    fill: inherit !important;
}
.news-page .news-2 .bottom ul li .box2 .content {
    display: block;
    padding: 35px 20px;
}
.news-page .news-2 .bottom ul li .box2 .content h3 {
    display: block;
    font-size: 19px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*max-height: 40px;*/
    font-weight: 600;
    padding: 0;
    text-align: left;
    text-transform: none;
    /*height: 4.8em;*/
}
.news-page .news-2 .bottom ul li .box2 .content p {
    display: block;
    font-size: 16px;
    color: #979797;
    line-height: 2;
    /*height: 80px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px 0;
}
.news-page .news-2 .bottom ul li .box2 .content time {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
}
.news-page .news-2 .bottom ul li .box2 .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #af2024;
    color: white;
    padding: 20px 30px;
    text-align: center;
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-page .news-2 .bottom ul li .box2 .box3 i {
    font-size: 16px;
    text-transform: uppercase;
}
.news-page .news-2 .bottom ul li .box2 .box3 h4 {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    max-height: 12.8em;
}
.news-page .news-2 .bottom ul li .box2 .box3 p {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 105px;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    background: white;
    font-size: 14px;
    color: #af2024;
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
    background: #222;
    color: white;
}
.news-page .news-2 .bottom ul li .box2 .box3 time {
    color: white;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-2 .bottom ul li .box2:hover .box3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 1500px) {
    .news-page .news-2 {
        padding: calc(1.88vw + 14px) 0;
    }
    .news-page .news-2 .bottom {
        padding: calc(1.3555vw + 14px) 0;
    }
}
@media screen and (max-width: 1270px) {
    .news-page .news-2 .top .text {
        padding-left: 25px;
    }
    .news-page .news-2 .top .text p {
        margin: 15px 0;
    }
    .news-page .news-1 .nav-list ul li {
        line-height: 34px;
        height: 34px;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .news-2 .top .text h3 {
        font-size: 20px;
    }
    .news-page .news-1 .nav-list ul li a {
        padding: 0 20px;
    }
    .news-page .news-1 h3 {
        font-size: calc(.729vw + 14px) !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .news-2 .top .text {
        width: 50%;
    }
    .news-page .news-2 .top .img {
        width: 50%;
    }
    .news-page .news-2 .top .text p {
        font-size: 14px;
    }
    .news-page .news-2 .top .text h3 {
        font-size: calc(0.2085vw + 14px) !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news-page .news-1 .nav-list ul li {
        font-size: 15px;
    }
    .news-page .news-1 .nav-list {

    }
    .news-page .news-2 {
        padding:calc(1.0385vw + 10px) 0;
    }
    .news-page .news-1 h3 {
        font-size: calc(0.525vw + 14px) !important;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-2 .top .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .news-page .news-2 .top .img {
        width: 100%;
    }
}
@media (max-width: 500px) {
      .newdet-page h1{
        font-size: 22px;
        line-height: 40px;
    }
}
@media (max-width: 700px) {
    .news-page .news-1 .nav-list ul li {
    height: auto;line-height: normal;
    margin: 2px 0;
  }
  .news-page .news-1 .nav-list ul li a {
    font-size: 14px;
    height: 40px;
  }
}
.m-link {
    margin-top: calc(1.3555vw + 14px);
}
.m-link a{
    display: block;
    margin-top: 5px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    transition: .5s;
}
.m-link a:hover{
  color: #af2024;
}

.m-page {
    text-align: center;
    margin: 20px 0;
}
.m-page a,.m-page span {
    display: inline-block;
    margin: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    transition: .5s;
}
.m-page a:hover,
.m-page span.current {
    color: white;
    background: #af2024;
}
.about-page .about-1 {
    padding: 0 100px;
    /*background: #f9f9f9;*/
}
.about-page .about-1 h4 {
    text-align: left;
    font-size: 20px;
    color: #090909;
}
.about-page .about-1 .box {
    padding-top: calc(2.0925vw + 20px);padding-bottom: calc(2.0925vw + 20px);
}
.about-page .about-1 .box .left {
    vertical-align: middle;
    padding-right: 30px;
    position: relative;
}
.about-page .about-1 .box .left .play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    cursor: hand;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.about-page .about-1 .box .left .box2 {
    position: absolute;
    bottom: 15px;
    left: 0;
}
.about-page .about-1 .box .left .box2 h3 {
    display: inline-block;
    font-size: 40px;
    color: white;
    padding: 0 60px 0 15px;
    background: rgba(0, 0, 0, 0.66);
    line-height: 50px;
    height: 50px;
}
.about-page .about-1 .box .left .box2 p {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    font-size: 25px;
    color: white;
    background: rgba(0, 0, 0, 0.66);
    margin-top: 5px;
}
.about-page .about-1 .box .right {
    vertical-align: middle;
    padding-left: 30px;
}
.about-page .about-1 .box .right .content {
    
    font-size: 16px;
    line-height: 1.5;
    
}
.about-page .about-1 .box .right .content p {
    font-size: calc(0.2085vw + 14px) !important;
    padding-bottom: 30px;
    line-height: 1.8;
  
}
.about-page .about-1 .box .right .content p:last-child {
    padding-bottom: 0;
}

.about-page .about-2 h2 {
    text-align: center;
}
.about-page .about-2 .box {
    /*padding-top: calc(2.0925vw + 20px);*/
}
.about-page .about-2 .box .content {
    font-size: 16px;
    line-height: 1.5;
    
}
.about-page .about-2 .box .content p {
    padding-bottom: 45px;
}
.about-page .about-2 .box .content p:last-child {
    padding-bottom: 0;
}
.about-page .about-2 .box .content img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  object-fit: cover;
}

.about-page .about-2 .box .content .play_cont_c{
  padding: 210px 0;
  position: relative;
}


.about-page .about-2 .box .left {
    padding-right: 15px;
}
.about-page .about-2 .box .right {
    padding-left: 15px;
}
.about-page .about-3 {
    padding-top: calc(4.479vw + 14px) !important;
    text-align: center;
    background: #efefef;
    padding-bottom: calc(4.479vw + 14px) !important;

}
.about-page .about-3 h2 {
    text-transform: capitalize;
}
.about-page .about-3 .box {
    padding-top: 95px;
}
.about-page .about-3 .box ul li {
    padding: 0 15px;
}
.about-page .about-3 .box ul li .text {
    max-width: 300px;
    position: relative;
    z-index: 1;
    text-align: left;
    display: inline-block;
}
.about-page .about-3 .box ul li .text:after {
    content: '';
    width: 175px;
    height: 175px;
    border-radius: 100%;
    background: #ebeeed;
    position: absolute;
    top: -20px;
    left: -25%;
    z-index: -1;
}
.about-page .about-3 .box ul li:nth-child(1) .text:after {
    background: #af2024;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%,#fff), color-stop(100%,#e1e8be)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%); /* firefox */
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%); /* chrome */
    background: -o-linear-gradient(bottom, #af2024 0%,#fff 100%); /* opera */
    background: -ms-linear-gradient(bottom, #fff 0%,#fff 100%); /* ie */
    background: linear-gradient(to bottom, #fff,#fff); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#af2024', endColorstr='#e1e8be',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2024', endColorstr='#e1e8be',GradientType=0 ); /* 兼容IE5~IE9 */
}
.about-page .about-3 .box ul li:nth-child(2) .text:after {
    background: #af2024;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%,#fff), color-stop(100%,#b7cc8e)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%); /* firefox */
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%); /* chrome */
    background: -o-linear-gradient(bottom, #fff 0%,#fff 100%); /* opera */
    background: -ms-linear-gradient(bottom, #fff 0%,#fff 100%); /* ie */
    background: linear-gradient(to bottom, #fff,#fff); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#af2024', endColorstr='#b7cc8e',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2024', endColorstr='#b7cc8e',GradientType=0 ); /* 兼容IE5~IE9 */
}
.about-page .about-3 .box ul li:nth-child(3) .text:after {
    background: #af2024;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%,#af2024), color-stop(100%,#9abf8e)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%); /* firefox */
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%); /* chrome */
    background: -o-linear-gradient(bottom, #fff 0%,#fff 100%); /* opera */
    background: -ms-linear-gradient(bottom, #fff 0%,#fff 100%); /* ie */
    background: linear-gradient(to bottom, #fff,#fff); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#af2024', endColorstr='#9abf8e',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2024', endColorstr='#9abf8e',GradientType=0 ); /* 兼容IE5~IE9 */
}
.about-page .about-3 .box ul li .text:after {
    background: #af2024;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%,#af2024), color-stop(100%,#9abf8e)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%); /* firefox */
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%); /* chrome */
    background: -o-linear-gradient(bottom, #fff 0%,#fff 100%); /* opera */
    background: -ms-linear-gradient(bottom, #fff 0%,#fff 100%); /* ie */
    background: linear-gradient(to bottom, #fff,#fff); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#af2024', endColorstr='#9abf8e',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2024', endColorstr='#9abf8e',GradientType=0 ); /* 兼容IE5~IE9 */
}
.about-page .about-3 .box ul li .text h3 {
    font-size: calc(.729vw + 14px) !important;
    line-height: 38px;
    color: #af2024;
    font-weight: 600;
}
.about-page .about-3 .box ul li .text p {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 25px;
}
.about-page .about-4 {
    padding: 100px 0 0px;
    text-align: center;
}
.about-page .about-4 h2 small {

    margin: 0 auto;
    margin-top: 20px;
    max-width: 1570px;
}

.about-page .about-4 .box {
    padding: 50px 0 20px;
    overflow: hidden;
}
.about-page .about-4 .box ul,.network-page .network-2 .box ul,.network-page .network-2 .box ul {
    margin: -15px;
}
.about-page .about-4 .box ul li,.network-page .network-2 .box ul li,.contact-page .contact-4 .box ul li {
    padding: 15px;
}
.about-page .about-4 .box ul li:nth-child(7)~li,
.network-page .network-2 .box ul li:nth-child(7)~li {
    display: none;
}
@media (max-width: 1600px) {
   .about-page .about-1 .box .right .content p {
        font-size: 22px;
        line-height: 30px;
    }
    .about-page .about-1 .box .left .box2 h3 {
        font-size: 34px;
    }
    .about-page .about-1 .box .left .box2 p {
        font-size: 22px;
    }
    .about-page .about-3 .box ul li .text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-page .about-1 .box .right .content p {
        font-size: calc(0.2085vw + 14px) !important;
        line-height: 1.7;
    }
    .about-page .about-1 {
        padding: calc(1.88vw + 14px) 0;
    }
    .about-page .about-2 {
        padding: calc(3.1215vw + 10px) 0;
    }
    .about-page .about-2 .box {
        padding-top: 30px;
    }
    .about-page .about-2 .box .content p {
        padding-bottom: 15px;
    }
    .about-page .about-3 .box ul li .text h3 {
        font-size: 26px;
        line-height: 1.4;
    }
    .about-page .about-3 .box ul li .text p {
        font-size: calc(0.2085vw + 14px) !important;
        line-height: 1.6;
    }
    .about-page .about-4 h2 small {
        margin-top: 20px;
    }
}
@media (max-width: 1250px) {
    .about-page .about-1 .box .left {
        padding-right: 0;
    }
    .about-page .about-1 .box .right .content p {
        font-size: calc(0.2085vw + 14px) !important;
    }
    .about-page .about-2 .box .content {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
      .about-page .about-4 .box ul li{
        width: 20%;
    }
      .about-page .about-2 .box .content .play_cont_c{
      padding: 100px 0;
    }
}
@media (max-width: 700px) {
   .about-page .about-3 .box ul li .text p {
        margin-top: 10px;
    }
    .about-page .about-3 .box ul li .text h3 {
        font-size: calc(0.2085vw + 14px) !important;
        line-height: 24px;
    }
    .about-page .about-3 .box ul li .text:after {
        width: 100px;
        height: 100px;
        left: 20%;
    }
    .about-page .about-3 .box ul li {
        margin: 20px 0;
    }
    .about-page .about-4 {
        padding: calc(1.3555vw + 14px) 0;
    }
    .about-page .about-3 .box ul li {
        width: 33.333%;
    }
    .about-page .about-3 .box ul li .text p {
        font-size: 12px;
        line-height: 20px;
    }
    .about-page .about-3 .box ul li .text:after {
        left: -10%;
    }
    .about-page .about-4 .box ul li, .network-page .network-2 .box ul li, .contact-page .contact-4 .box ul li {
        padding: 5px;
    }
    .about-page .about-4 .box ul, .network-page .network-2 .box ul, .contact-page .contact-4 .box ul {
        margin: -5px;
    }
     .about-page .about-4 .box ul li, .network-page .network-2 .box ul li, .contact-page .contact-4 .box ul li {
        width: 33.333%;
    }
}
@media (max-width: 500px) {
    .about-page .about-3 .box ul li,.about-page .about-3 .box ul li .text {
        width: 100%;
    }
}
.about-page h2.title,.about-page h1.title {
    font-size: 40px;
        color: #312e2e;
  
    
    font-weight: bold;
   text-transform: uppercase;
   
}
.about-page .about-4 h2.title {text-align: left;}

.about-page small {
  display: block;
    max-width: 1070px;
    margin: 0 auto;
    font-size: 16px;
    color: #4e4243;
    line-height:1.5;
    font-weight: 500;
    text-transform: none;
    margin-top: 24px;
}
@media (max-width: 700px) {
  .about-page .about-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page h2.title,.about-page h1.title,.about2-page .about-5 h2 {
    font-size: calc(0.525vw + 14px) !important;
  }
  .about-page .about-1 .box {
    padding-top: 0;
  }
  .about-page .about-1 .box .right .content {
    font-size: 14px;
  }
  .about-page .about-3 .box {
    padding-top: 20px;
  }
  .about-page .about-3 {
    padding: calc(1.3555vw + 14px) 0;
  }
}
@media (max-width: 1440px) {
  .about-page h1.title{font-size: calc(.729vw + 14px) !important;}
.about-page .about-2 .box .content p{font-size: 16px;}
.about-page h2.title, .about-page h1.title{font-size: calc(.729vw + 14px) !important;}
.about-page h2.title small, .about-page h1.title small{font-weight: normal;
  font-size: 16px;}
}

@media (max-width: 700px) {  .about-page .about-2{
    display: none;
  }}
  .factory-page .navList {
    margin-top: 80px;
}
.factory-page .navList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.factory-page .navList ul li {
    font-weight: 300;
   
    font-size: calc(0.525vw + 14px) !important;
    color: #373330;
    width: auto;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}
.factory-page .navList ul li a {
    display: block;
    padding: 0 30px;
    position: relative;
    font-size: 20px;
}
.factory-page .navList ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    top: 110%;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.factory-page .navList ul li a:hover:after, .factory-page .navList ul li a.active:after {
    width: 100%;
}

.factory-page .imgList {
    padding: calc(2.0925vw + 20px) 0;
}
.factory-page .imgList .list ul {
    margin: -10px;
}
.factory-page .imgList .list ul li {
    padding: 10px;
}
.factory-page .imgList .list ul li a {
    display: block;
    position: relative;
}
.factory-page .imgList .list ul li a h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
    display: block;
    width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.factory-page .factory-part {
  padding: calc(1.88vw + 14px) 0;
}
.factory-page .factory-part .tit {
  text-align: center;
}
.factory-page .factory-part .tit h2 {
  color: #2a2a2a;
  font-size: 44px;
  font-weight: bold;
}
.factory-page .factory-part .tit p {
  color: #666;
  font-size: 16px;
}
.factory-page .factory-part .factory-part-list {
  margin-top: 20px;
}
.factory-page .factory-part .factory-part-list ul li {
  padding: 0 2px;
  margin-top: 5px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text h2 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: calc(0.2085vw + 14px) !important;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text p {
  color: #666;
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 1500px) {
    .factory-page .navList {
    margin-top: calc(1.88vw + 14px);
  }
}
@media (max-width: 1000px) {
    .factory-page .navList {
    display: none;
  }
}
@media (max-width: 500px) {
      .factory-page .imgList{
      padding:calc(1.0385vw + 10px) 0;
    }
}

.culture-page .stroke {
    position: relative;
    z-index: 1;
}
.culture-page .stroke:after {
    content: attr(data-text);
    text-stroke: 1px rgb(160 160 160 / .55);
    -webkit-text-stroke: 1px rgb(160 160 160 / .55);
    text-transform: capitalize;
    position: absolute;
    color: transparent;
    font-size: 135px;
    line-height: 1;
    z-index: -1;
}
.culture-page .culture-1 {
    padding: 0px 0 60px;
}
.culture-page .culture-1 h2 {
    display: inline-block;
    width: 70%;
    font-size: 60px;
    color: #040404;
    line-height: 1;
}
.culture-page .culture-1 h2 em {
    color: #e60012;
    text-transform: uppercase;
}
.culture-page .culture-1 h2 small {
    display: block;
    font-size: calc(.729vw + 14px) !important;
    color: #121212;
    line-height: 56px;
    padding: 10px 0;
    border-bottom: 1px solid #868686;
}
.culture-page .culture-1 h3.stroke {
    float: right;
    font-size: 40px;
    color: #212121;
    max-width: 30%;
    text-align: right;
    margin-top: calc(3.0225vw + 12px);
    line-height: 90px;
}
.culture-page .culture-1 h3.stroke:after {
    position: absolute;
    bottom: 50%;
    right: 0;
}
.culture-page .culture-1 .box {
    margin-top: 0px !important;
   
}
.culture-page .culture-1 .box .left {
    height: 100%;
    width: 55%;
    background-size: cover;
}
.culture-page .culture-1 .box .right {
    width: 100%;
    height: 100%;
}
.culture-page .culture-1 .box .right .top {
    

    color:#000;
    padding: 1% 1%;
}
.culture-page .culture-1 .box .right .top .content {
    padding-right: 240px;
    position: relative;
}
.culture-page .culture-1 .box .right .top h4 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
}
.culture-page .culture-1 .box .right .top h4 small {
    display: block;
    font-size: calc(.729vw + 14px) !important;
    line-height: 1;
    margin-top: 10px;
    white-space: nowrap;
}
.culture-page .culture-1 .box .right .top h4 small:after {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    display: inline-block;
    margin-left: 10px;
}
.culture-page .culture-1 .box .right .top .content h3 {
    font-size: 112px;
    text-transform: uppercase;
    position: absolute;
   
    right: 0;
    top: 0;
    margin-top: 0;
    line-height: .8;
}
.culture-page .culture-1 .box .right .bottom {
  
   
    padding: 1% 1%;
   
}
.culture-page .culture-1 .box .right .bottom h4 {
    font-size: 38px;
    line-height: 70px;
}
.culture-page .culture-1 .box .right .bottom .text {
    font-size: calc(0.2085vw + 14px) !important;
    
    line-height: 30px;
    margin-top: 25px;
}
.culture-page .culture-1 .box .right .bottom .text p {
    padding-top: 10px;
}
.culture-page .culture-1 .box .right .bottom .text p:first-child {
    padding-top: 0;
}
.culture-page .culture-2 {
    position: relative;
    padding-bottom: calc(3.0225vw + 12px);
}
/*.culture-page .culture-2:after {
    content: '';
    width: 100%;
    height: 55%;
    z-index: -1;
    position: absolute;
    bottom: 0;
}*/
.culture-page .culture-2 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #be1d23;
    line-height: 90px;
    overflow: hidden;
  
    text-transform:uppercase;
}
.culture-page .culture-2 .box{
  padding: 0 1%;
}
.culture-page .culture-2 .box .text{
  vertical-align: middle;
  width: 64%;
}
.culture-page .culture-2 .box .text p{
  font-size: calc(0.2085vw + 14px) !important;
  line-height: 1.5;
  
}
.culture-page .culture-2 .box .img{
  vertical-align: middle;
  width: 36%;
  text-align: center;
}
.culture-page .culture-2 .box .img img{
  display: inline-block;
  vertical-align: middle;
  margin-top: calc(1.88vw + 14px);
}
/*.culture-page .culture-2 h2:after {
    left: 0;
    bottom: 6%;
    background: white;
    padding-right: 20px;
}
.culture-page .culture-2 h2:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #cd0010;
    position: absolute;
    bottom: 22%;
    left: 0;
    z-index: -2;
}*/
.culture-page .culture-2 .list {
    margin-top: 75px;
    padding: 0 5%;
}
.culture-page .culture-2 .list ul li {
    padding: 0 50px;
    text-align: center;
}
.culture-page .culture-2 .list ul li i {
    display: block;
    margin-bottom: -100px;
}
.culture-page .culture-2 .list ul li h3 {
    font-size: 240px;
    color: #e60012;
    text-transform: uppercase;
    line-height: .6;
}
.culture-page .culture-2 .list ul li h3 small {
    display: block;
    font-size: 110px;
    color: #bdbdbd;
    line-height: .5;
    margin-top: 20px;
}
.culture-page .culture-2 .list ul li h4 {
    font-size: 32px;
    color: #040404;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.culture-page .culture-2 .list ul li p {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
}
.culture-page .culture-3 {
    padding-top: 0px;
}
.culture-page .culture-3 h2{    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;}

.culture-page .culture-3 h4{font-size: 26px;}
  .culture-page .culture-3 .content{font-size: calc(0.2085vw + 14px) !important; }
.culture-page .culture-3:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #e60012;
    margin: 0 auto 55px;
}
.culture-page .culture-3 .box {
    position: relative;
}
.culture-page .culture-3 .box:after {
    content: '';
    background: #e60012;
    width: 2px;
    height: 70%;
    left: 47%;
    bottom: 0;
    position: absolute;
}
.culture-page .culture-3 .left {
    vertical-align: middle;
}
.culture-page .culture-3 .left h2,
.culture-page .culture-4 .left h2 {
    font-size: 40px;
    color:#be1d23;
    line-height: 1;
    margin-left: 30px;
  font-weight: bold;  
        text-transform: uppercase;
}
.culture-page .culture-3 .left h4,
.culture-page .culture-4 .left h4 {
    font-size: calc(0.2085vw + 14px) !important;
    line-height: 1.5;
    color: #212121;
    margin: 10px 0;
    margin-left: 30px;
    max-width: 506px;
}
.culture-page .culture-3 .left .content {
    padding: 25px 30px 40px;
 
    width: 90%;
    
    font-size: 16px;
    color: #212121;
    line-height: 32px;
    z-index: 1;
    position: relative;
}
.culture-page .culture-3 .right {
    vertical-align: middle;
}
.culture-page .culture-3 .right a {
    display: block;
}
.culture-page .culture-4 {
    padding-top: calc(4.479vw + 14px) !important;
    padding-bottom: calc(4.479vw + 14px) !important;
}
.culture-page .culture-4 .left {
    width: 55%;
    padding-right: 5%;
}
.culture-page .culture-4 .left:after {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    background: #e60012;
    margin-top: 30px;
}
.culture-page .culture-4 .left h2 {
    margin-left: 0;
}
.culture-page .culture-4 .left h4 {
    max-width: none;
    margin-left: 0;
}
.culture-page .culture-4 .right {
    width: 45%;
}
.culture-page .culture-4 .right .content {
    font-size: calc(0.2085vw + 14px) !important;
    color: #212121;
    line-height: 1.5;
 
}
.culture-page .culture-4 .top {
    padding: 0 20px;
}
.culture-page .culture-4 .bottom {
    margin-top: calc(3.0225vw + 12px);
    text-align: center;
}
.culture-page .culture-5 {
    padding: 90px 0;
    text-align: center;
}
.culture-page .culture-5 h2 {
    display: block;
    line-height: 1;
    font-size: 65px;
    color: #141414;
}
.culture-page .culture-5 .nav-list {
    margin: 50px 0 60px;
}
.culture-page .culture-5 .nav-list ul {
    margin: -7px;
}
.culture-page .culture-5 .nav-list ul li {
    padding: 7px;
}
.culture-page .culture-5 .nav-list ul li a {
    display: block;
    padding: 50px 15px 40px;
    text-align: center;
    font-size: 54px;
    color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #333333;
  line-height: 1;
  text-transform: capitalize;
}
.culture-page .culture-5 .nav-list ul li a:after {
    content: '';
    display: block;
    height: 2px;
    width: 30%;
    background: #e60012;
    margin: 15px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.culture-page .culture-5 .nav-list ul li a:hover,
.culture-page .culture-5 .nav-list ul li.active a {
    background: #e60012;
}
.culture-page .culture-5 .nav-list ul li a:hover:after,
.culture-page .culture-5 .nav-list ul li.active a:after {
    background: white;
}
.culture-page .culture-5 .slideBox {
    font-size: calc(0.2085vw + 14px) !important;
    color: #212121;
    line-height: 1.8;
    text-align: center;
}
.culture-page .culture-6 {
    padding: 150px 0 130px;
    background: #f7f7f7;
    text-align: center;
}
.culture-page .culture-6 h2 {
    font-size: 65px;
    color: #e60012;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
}
.culture-page .culture-6 h2:before {
    content: '';
    width: 130px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 0;
    background: #e60012;
}
.culture-page .culture-6 h2:after {
    left: 50%;
    bottom: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.culture-page .culture-6 h3 {
    display: block;
    margin: 40px 0 50px;
    text-align: center;
    font-size: 50px;
    color: #292828;
    line-height: 1;
}
.culture-page .culture-6 .list li a.img-box{
    display: block;
}
.culture-page .culture-6 .list li h5 {
    display: block;
    margin-top: 25px;
    font-size: 30px;
    color: #161616;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 1250px){
    .culture-page .stroke:after {
        font-size: 90px;
    }
    .culture-page .culture-2 .list ul li h3 {
        font-size: 120px;
    }
    .culture-page .culture-2 .list ul li h4 {
        font-size: calc(0.525vw + 14px) !important;
    }
    .culture-page .culture-3 .left h2, .culture-page .culture-4 .left h2,.culture-page .culture-5 h2,.culture-page .culture-6 h2 {
        font-size: 36px;
    }
    .culture-page .culture-3 .left h4, .culture-page .culture-4 .left h4,.culture-page .culture-5 .nav-list ul li a,.culture-page .culture-6 h3 {
        font-size: calc(0.525vw + 14px) !important;
    }
    .culture-page .culture-6 .list li h5 {
        font-size: 20px;

    }
}
@media screen and (max-width: 1000px){
    .culture-page .culture-1 h2 small {
        font-size: 20px;
    }
    .culture-page .culture-1 h3.stroke {
        display: none;
    }
    .culture-page .culture-1 .box {
        margin-top: 30px;
        height: auto;
    }
    .culture-page .culture-1 .box .left {
        width: 100%;
        height: 240px;
    }
    .culture-page .culture-1 .box .right {
        width: 100%;
        padding: calc(1.0385vw + 10px) calc(0.315vw + 9px);
    }
    .culture-page .culture-1 .box .right .top h4 {
        font-size: calc(0.525vw + 14px) !important;
    }
    .culture-page .culture-1 .box .right .top .content h3 {
        display: none;
    }
    .culture-page .culture-1 .box .right .top .content {
        padding-right: 0;
    }
    .culture-page .culture-2,.culture-page .culture-3:before {
        display: none;
    }
    .culture-page .culture-3 .left {
        width: 100%;
    }
    .culture-page .culture-3 .right {
        width: 100%;
        padding-left: 0;
    }
    .culture-page .culture-3 .left .content {
        width: 100%;
        padding: 15px;
        margin: 0 !important;
    }
    .culture-page .culture-4 .left {
        padding-right: 0;
        width: 100%;
    }
    .culture-page .culture-4 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .culture-page .culture-5 .nav-list ul li {
        width: 50%;
    }
    .culture-page .culture-5 .nav-list ul li a {
        padding: calc(1.0385vw + 10px) calc(0.315vw + 9px);
    }
    .culture-page .culture-6 .list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .culture-page .culture-6 {
        padding: 80px 0 40px;
    }
    .culture-page .culture-1 {
        padding: calc(2.0925vw + 20px) 0;
    }
    .culture-page .culture-1 .box .right .bottom h4 {
        font-size: calc(.729vw + 14px) !important;
    }
    .culture-page .stroke:after {
        font-size: 70px;
    }
}
.inner-banner{
  margin-top: 89px;
}
.inner-page{
  padding: var(--px110) 0;
}
.about2-page .i-history {
    padding-bottom:50px;
}
.about2-page .i-history h2.h2 {
    font-size:40px;
    text-align:center;
    font-weight:700;
    margin-bottom:10px;
    color:#d29b57;
}
.about2-page .i-history p.p {
    padding:0 20%;
    text-align:center
}
.about2-page .i-history .history-list {
    margin-top:50px;
    position:relative
}
.about2-page .i-history .history-list:after {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#ddd;
    left:50%;
    top:0
}
.about2-page .i-history .history-list .list p {
    font-weight:400;
    color:#504a44;
    font-size:16px;
    line-height:30px
}
.about2-page .i-history .history-list .list .i-text {
    float:left;
    width:49%;
    cursor:pointer;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
    position:relative
}
.about2-page .i-history .history-list .list .i-text:after {
    content:'';
    position:absolute;
    width:9px;
    height:15px;
    background:url(/template/en/images/r_03.jpg) no-repeat center;
    right:-9px;
    top:50px;
    z-index:8
}
.about2-page .i-history .history-list .list .i-text .text1 {
    border:1px solid #ededed;
    padding:30px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    text-align:right;
    width:92%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
    width:75%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(2) {
    width:25%;
    padding-left:10px
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
    font-size:20px;
    font-weight:700;
    margin-bottom:10px
}
.about2-page .i-history .history-list .list .i-text:hover .text1 {
    background:#eee
}
.about2-page .i-history .history-list .list .i-year {
    float:right;
    width:50%
}
.about2-page .i-history .history-list .list .i-year .year1 {
    padding:38px 30px 0 8%
}
.about2-page .i-history .history-list .list .i-year .year1 h3 {
    font-size:36px;
    font-weight:700;
    line-height: 1;
    color: #af2024;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
    float:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
    background:url(/template/en/images/l_03.jpg) no-repeat center;
    right:auto;
    left:-8px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
    float:right;
    text-align:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(1) {
    float:right;
    padding:0 0 0 10px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(2) {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3, .about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
    text-align:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding:32px 8% 0 30px
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .img img {
  padding: 5px;
}
@media (max-width: 1000px) {
   .about2-page .i-history .history-list .list .i-text {
        width: 70%;
        float: right;
    }
    .about2-page .i-history .history-list .list .i-year {
        width: 30%;
        float: left;
        text-align: right;
    }
    .about2-page .i-history .history-list:after {
        left: 30%;
    }
    .about2-page .i-history .history-list .list .i-text:after {
        background-image: url('../images/l_03.jpg');
        right: auto;
        left: -8px;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
        display: none;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
        width: 100%;
    }
    .about2-page .i-history .history-list .list .i-text {
        text-align: right;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        margin-left: auto;
        text-align: left;
    }
      .about2-page .i-history .history-list .list p {
        font-size: 12px;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        padding: 10px;
    }
    .about2-page .i-history .history-list .list .i-year .year1 h3 {
        font-size: 20px;
    }
}
@media (max-width: 700px) {
   .about2-page .i-history .history-list .list .i-year .year1,
  .about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding-left: 5%;
    padding-right: 20px;
    padding-top: 25px;
  }
  .about2-page .i-history .history-list .list .i-text:after {
    top: 30px;
  }
  .about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
    width: 100% !important;
    padding-left: 5% !important;
    text-align: left;
  }
}
.init-history {
  padding: 80px 0;
  background: url(../images/his-bg.jpg) no-repeat top center;
}
.aw-history{
	padding: 20px 0 0;
	background: url(../images/aa04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}
.aw-history .title{
	text-align: center;
	width: 100%;
	margin-bottom:50px;
}
.aw-history .title h2{
	font-size: 40px;
	color: #333333;
	line-height: 67px;
	font-weight: bold;
}
.aw-history .title span{
	font-size: calc(0.525vw + 14px) !important;
	color: #000;
	padding-left: 52px;
	background: url(../images/pro05.png) no-repeat left center;
	line-height: 32px;
	display: inline-block;
}
.pc-history{
	width: 100%;
	height: 548px;
	overflow: hidden;
	background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns{
	width: 107px;
	height: 107px;
	position: absolute;
	top: 42%;
	margin-top: 3px;
	transition:background 0.3s;
	z-index: 2;
}
.pc-history .btns.prev{
	background: url(../images/aa06.png) no-repeat center;
	left: 0;
}
/*.pc-history .btns.prev:hover{
	background: url(../images/aa06_h.png) no-repeat center;
}*/
.pc-history .btns.next{
	background: url(../images/aa07.png) no-repeat center;
	right: 0;
}
/*.pc-history .btns.next:hover{
	background: url(../images/aa07_h.png) no-repeat center;
}*/
.pc-history .box{
	width: 1065px;
	margin: 0 auto;
	height: 100%;
}
.pc-history .box ul{
	position: relative;
}
.pc-history .box li{
	width:244px;
	float: left;
	position: relative;
	margin-left: -83px;
}
.pc-history .box li.even{
	margin-bottom: 30px;
	padding-bottom: calc(4.479vw + 14px) !important;
	background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd{
	margin-top: 270px;
	padding-top: calc(4.479vw + 14px) !important;
	background: url(../images/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child{
	margin-left: 0;
}
.pc-history .box ul{
	float: left;
}
.pc-history .box h2{
	font-size: 20px;
	color: #404040;
	font-weight: 500;
	line-height: 34px;
}
.pc-history .box p{
	font-size: 16px;
	color: #666666;
	line-height: 20px;

  height: 124px;
    overflow-y: auto;
}
.pc-history .box li:first-child{
  margin-top: 20px !important;
}
@media screen and (max-width: 1200px) {
  .pc-history .box p {
    margin: 0;
  }
  .inner-page .neirong1{
    display: none!important;
  }
}
#index-body .advantage {
  padding: 6rem 0 7.75rem;
}
#index-body .advantage .header {
  text-align: center;
}
#index-body .advantage .header span.sp::before {
  content: '';
  width: 21px;
  height: 2px;
  background-color: #af2024;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
#index-body .advantage .content {
  margin-top: 2rem;
}
#index-body .advantage .content ul {
  margin-right: -4.6rem;
}
#index-body .advantage .content ul li {
  padding-right: 2rem;
}
#index-body .advantage .content ul li .img {
  background: #eee;
  border: solid 2px transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
#index-body .advantage .content ul li .img img {
  width: 100%;
}
#index-body .advantage .content ul li .text {
  padding-top: 1.3rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content ul li .text h3 {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
   text-align: left;
}
#index-body .advantage .content ul li .text p {
  font-size: 14px;

  line-height: 2;
  text-align: left;
 
}
#index-body .advantage .content ul li:hover .img {
  border-color: #af2024;
}
#index-body .advantage .content ul li:hover .text {
  color: #af2024;
}
.application-page .container .tips {
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #da251c;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: calc(1.88vw + 14px);
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
@media (max-width: 500px) {
    .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
}
.product-page .cat_title {
  color: #da251c;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 2;
}
.product-page .cat_des{
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .product-list {
  margin: 0 -10px;
}
.product-page .product-list li {
  margin-top: calc(1.3555vw + 14px);
  padding: 0 10px;
}
.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-list li .box .img {
  display: block;
  border: 1px solid #dbdbdb;
}
.product-page .product-list li .box .img img {
  width: 100%;
}
.product-page .product-list li .box .title {
  font-weight: normal;
  margin-top: 16px;
  display: block;
  line-height: 1.4;
}
.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  left: 0;
  background-color: rgba(218, 37, 28, 0.8);
  padding: 15px;
  color: #fff;
}
.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.product-page .product-list li .box .des .text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  line-height: 2;
}
.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  color: #da251c;
  padding: 2px 20px;
}
.product-page .product-list li .box .des .more:hover {
  color: #fff;
}
.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}
@media (max-width: 1000px) {
    .product-page .product-list li {
    text-align: center;
  }
}
@media (max-width: 500px) {
    .product-page .product-list {
    margin: 0;
  }
  .product-page .product-list li {
    padding: 0;
  }
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: capitalize;
  font-weight: normal;
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: #da251c;
  line-height: 2;
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
  line-height: 2;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: #da251c;
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: calc(1.88vw + 14px);
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}

@media (max-width: 1000px) {
  .sidebar-box{
    padding: calc(2.0925vw + 20px) 0;
  }
}
@media (max-width: 1250px) {
    .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: #da251c;
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: #da251c;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.sca_ani {
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  -o-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}
@-webkit-keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes sca_ani {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sca_ani {
  0% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.prodet-page .wpulike.wpulike-default{
  display: inline-block;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: #da251c;
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img .slick1 {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img .slick1 li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img .slick1 li a img {
  width: 100%;
}
.prodet-page .init-1 .container .small_img {
  margin-top: calc(1.3555vw + 14px);
}
.prodet-page .init-1 .container .small_img .slick1 {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .small_img .slick1 li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .small_img .slick1 li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .small_img .slick1 li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .small_img .slick1 li .box:hover,
.prodet-page .init-1 .container .small_img .slick1 li .box.active {
  border: #da251c 1px solid;
}
.prodet-page .init-1 .container .right .title {
  font-weight: normal;
  color: #393939;
  line-height: 2;
  text-transform: capitalize;
  font-size: calc(.729vw + 14px) !important;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 10px;
  color: #393939;
  line-height: 2;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .des img.wscnph{
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: 600;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .more span{
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 {
  margin-top: calc(1.88vw + 14px);
}
.prodet-page .init-2 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-3 {
  margin-top: calc(1.88vw + 14px);
}
.prodet-page .init-3 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: #da251c;
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: calc(1.3555vw + 14px);
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td{
  min-width: 120px;
}
.prodet-page .init-4 {
  background-color: #f5f5f5;
}
.prodet-page .init-4 .container {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 2;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: #da251c;
}
.prodet-page .init-5 .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: calc(1.3555vw + 14px);
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
}
@media (max-width: 500px) {
   .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .small_img .slick1 {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .small_img .slick1 li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
}
.customer-page {
  padding-top: calc(4.479vw + 14px) !important;
}

.customer-page .customer-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.customer-page .customer-1 .list ul li {
  padding: 20px;
}

.customer-page .customer-1 .list .mml-text {
  height: 100%;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-page .customer-1 .list i {
  display: block;
  height: 70px;
}

.customer-page .customer-1 .list p {
  line-height: 2;
}

.customer-page .customer-2 {
  padding: 100px 0;
}

.customer-page .customer-2 .box {
  margin: -15px;
}

.customer-page .customer-2 .box .left {
  padding: 15px;
}

.customer-page .customer-2 .box .right {
  padding: 15px;
}

.customer-page .customer-2 .tabs {
  border-bottom: 1px solid #f2f2f2;
}

.customer-page .customer-2 .tabs 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;
}

.customer-page .customer-2 .tabs ul li {
  padding: 15px 0;
  position: relative;
  width: auto;
}

.customer-page .customer-2 .tabs ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 3px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.customer-page .customer-2 .tabs ul li.active::after {
  opacity: 1;
}

.customer-page .customer-2 .tabs ul li a {
  font-style: italic;
}

.customer-page .customer-2 .content .text {
  color: #a0a0a0;
}

.customer-page .customer-3 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.customer-page .customer-3 hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}

.customer-page .customer-3 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}

.customer-page .customer-3 .list .slick-arrow.slick-prev {
  left: -40px;
}

.customer-page .customer-3 .list .slick-arrow.slick-next {
  right: -40px;
}

.customer-page .customer-3 .list ul {
  margin: -40px;
}

.customer-page .customer-3 .list ul li {
  padding: 40px;
}

.customer-page .customer-3 .list img {
  display: inline-block;
}

.customer-page .customer-4 {
  padding: 100px 0;
}

.customer-page .customer-4 .list ul {
  margin: -15px;
}

.customer-page .customer-4 .list ul li {
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .customer-page .customer-3 .list ul {
    margin: -15px;
  }

  .customer-page .customer-3 .list ul li {
    padding: 15px;
  }

  .customer-page .customer-3 .list .slick-arrow.slick-prev {
    left: 0;
  }

  .customer-page .customer-3 .list .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .customer-page .customer-1 .list ul {
    display: block;
    margin: -10px;
  }

  .customer-page .customer-1 .list ul li {
    padding: 10px;
  }

  .customer-page .customer-1 .list .mml-text {
    padding: calc(1.0385vw + 10px) calc(0.315vw + 9px);
  }

  .customer-page .customer-2 .box .left {
    width: 100%;
  }

  .customer-page .customer-2 .box .right {
    width: 100%;
    text-align: center;
  }

  .customer-page {
    padding-top: calc(2.0925vw + 20px);
  }

  .customer-page .customer-2 {
    padding: calc(2.0925vw + 20px) 0;
  }

  .customer-page .customer-3 {
    padding: calc(2.0925vw + 20px) 0;
  }

  .customer-page .customer-4 {
    padding: calc(2.0925vw + 20px) 0;
  }
}

@media screen and (max-width: 700px) {
  .customer-page .customer-2 .tabs ul {
    display: block;
  }

  .customer-page .customer-2 .tabs ul li {
    margin-right: 30px;
  }
}
.faq-page {
  padding: 90px 0;
}

.faq-page .box ul li {
  border: 1px solid #dfe1e6;
  border-radius: 5px;
  padding: 20px 90px;
  background-image: url("../images/icon-lt.png");
  background-position: top 35px left 40px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.faq-page .box ul li::after {
  content: "\f107";
  font-size: 30px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.faq-page .box ul li+li {
  margin-top: 10px;
}

.faq-page .box ul li.active {
  background-image: url("../images/icon-lt2.png");
}

.faq-page .box ul li.active::after {
  content: "\f106";
}

@media screen and (max-width: 1000px) {
  .faq-page {
    padding: calc(2.0925vw + 20px) 0;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .box ul li {
    padding: 20px;
    background-image: none !important;
  }

  .faq-page .box ul li::after {
    right: 15px;
  }
}
.global-page .init-4 .container .tips {
  font-weight: bold;
  text-align: center;
}
.global-page .init-4 .container form {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global-page .init-4 .container form input,
.global-page .init-4 .container form textarea {
  padding: 22px;
  width: 33.1%;
  background-color: #f3f3f3;
  border: none;
  margin-top: 10px;
}
.global-page .init-4 .container form .area,
.global-page .init-4 .container form .project {
  width: 49.8%;
}
.global-page .init-4 .container form .content {
  width: 100%;
}
.global-page .init-4 .container form .btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.global-page .init-4 .container form .btn:hover {
  background-color: var(--color);
  color: #FFF;
}
@media (max-width: 700px) {
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    width: 100%;
  }
  .global-page .init-4 .container form .area,
  .global-page .init-4 .container form .project {
    width: 100%;
  }
}
@media (max-width: 500px) {
    .global-page .init-4 .container form {
    margin-top: 10px;
  }
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    padding: 10px;
  }
  .global-page .init-4 .container form .btn {
    font-size: calc(0.2085vw + 14px) !important;
    padding: 10px;
  }
}
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }
        .font-36{
          font-size: var(--ft36) !important;
        }
        .font-20{
          font-size: var(--ft20) !important;
        }
.tit1.font-45,
.tips.font-50,
.seoPublic .title,
.tips.font-48,
.about-page h2.title, .about-page h1.title,
.culture-page .culture-1 .box .right .top h4,
.culture-page .culture-3 h2,
.contact-page .contact-1 .left h2 {
  font-weight: bold !important;
font-size: var(--ft48) !important;
color: #000000;
text-transform: uppercase !important;
}
.culture-page .culture-2 h2,
.culture-page .culture-3 .left h2, .culture-page .culture-4 .left h2,
.application-page .container .tips,
.contact-page .contact-2 .left h2{
    font-weight: bold !important;
    font-size: var(--ft48) !important;
}
@media (max-width: 1450px) {
  .global-page .init-4 .container form input, .global-page .init-4 .container form textarea{
    width: 49.8%;
  }
}
@media (max-width: 1250px) {
    .global-page .init-4 .container form input, .global-page .init-4 .container form textarea{
    width: 100%;
  }
  .global-page .init-4 .container form .area, .global-page .init-4 .container form .project {
    width: 100%;
}
}
@media (max-width: 700px) {
  .culture-page .culture-4 .top{
    padding: 0;
  }
}
.inner-page.culture-page{
  padding: 3.1215vw 0;
}
@media (max-width: 400px) {
      #index-body .init-2 .i2-bottom .container .i2b-r .i2rc {
        margin-right: 0;
        width: 100%;
    }
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sidebar-box .sidebar-right .right{
    margin-top: 25px;
  }
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .category {
    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;
    margin-bottom: 15px;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content h2{
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content h3{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content h4{
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content h5{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page1 .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
@media screen and (max-width: 768px) {
    .newdet-page1 .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 20px;
   }
   .newdet-page1 .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
}
.newdet-page1 .application-img {
  margin: 50px 0;
}
.newdet-page1 .application-img ul{
  margin: -10px;
}
.newdet-page1 .application-img ul li{
  padding: 10px;
}
.newdet-page1 .app-related-pro{
  padding: 50px 0;
}
.newdet-page1 .app-related-pro ul{
  margin: -10px;
}
.newdet-page1 .app-related-pro ul li{
  padding: 10px;
}
.newdet-page1 .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.rfdcvghjk{
  vertical-align: middle;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:500px!important;
  display:inline-block;
}
.seoPublic .text a{
  color:#666!important;
}

.about-page .ab-1 {
  margin-top: 121px;
  position: relative;
}
.about-page .ab-1 .ab-1-text {
  padding: 0px 78px 0 0;
}
.about-page .ab-1 .ab-1-text .title {
  position: relative;
}

.about-page .ab-1 .ab-1-text h3 {
    font-weight: bold !important;
    font-size: var(--ft48) !important;
    color: #000000;
    text-transform: uppercase !important;
}
.about-page .ab-1 .ab-1-text p {
font-size: 16px;
    line-height: 1.5;


  margin-top: 39px;
}
@media (max-width: 1100px) {
    .about-page .ab-1 .ab-1-text p{
    font-size: 14px;
  }


}
@media (max-width: 1000px) {
   .about-page .ab-1::after{
    display: none;
  }
  .about-page .about-page-info2::after{
    display: none;
  }
  .about-page .ab-1 .wid-50{
    width: 100%;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title{
    padding-left: 0;
  }
  .about-page .ab-1 .ab-1-text {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
    .about-page .ab-1 .ab-1-text h3{
    margin-left: 35%;
    font-size: 25px;
  }
  .about-page .ab-1{
    margin-top: 21px;
  }
  .about-page .ab-1 .ab-1-text{
    padding: 0;
  }

}

.about-page .about-page-info1{
  position: relative;
}
.about-page .about-page-info1::after{
  content: 'ABOUT';
  position: absolute;
  top: -44%;
  left: 0;
  font-size: 13.75rem;
  font-family: 'Syne-ExtraBold';
  color: rgba(181,220,253,0.22);
  z-index: -1;
}
.about-page .about-page-info .about-page-info-img {
  position: relative;
}
.about-page .about-page-info .about-page-info-img .bf-icon {
    width: 100%;
    height: 100%;
}
.about-page .about-page-info .about-page-info-img .bf-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title {
  padding-left: 65px;
  font-size: 36px;
  font-weight:700;
  color: #333333;
  position: relative;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title h3 {
font-weight: bold !important;
    font-size: var(--ft48) !important;
    color: #000000;
    text-transform: uppercase !important;
}
/*.about-page .about-page-info .about-page-info-text .about-page-info-title::before {
  content: '';
  width: 134px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
}*/
.about-page .about-page-info .about-page-info-text .about-page-info-desc {
  padding: 0 30px 0 64px;

  font-size: 16px;
  color: #000;
  line-height: 1.5;
  max-height: 520px;
  overflow-y: auto;
  margin-top: 20px;
}
.about-page .about-page-info2 {
 padding-bottom: var(--px100);
  position: relative;
}
/*.about-page .about-page-info2::after{
  content: 'PRODUCTS';
  position: absolute;
  bottom: -50%;
  left: -5%;
  font-size: 13.3rem;
  color: rgba(181,220,253,0.22);
  z-index: -1;
  font-weight:700;
}*/
@media screen and (max-width: 1700px) {
  .about-page .about-page-info1::after {
    top: -37%;
    font-size: 9.75rem;
  }
  .about-page .about-page-info2::after {
    font-size: 9.3rem;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-page-info .about-page-info-text .about-page-info-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1250px) {
    .about-page .about-page-info1::after {
    top: -39%;
    font-size: 7.75rem;
  }
  .about-page .about-page-info2::after {
    font-size: 8.3rem;
  }
}
@media (max-width: 1100px) {
    .about-page .about-page-info .about-page-info-img .bf-icon {
    top: 40%;
    left: 0;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0 0 0 64px;
    font-size: 14px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    width: 100px;
  }
}
@media (max-width: 1000px) {
   .about-page .about-page-info1::after{
    display: none;
  }

  .about-page .about-page-info2::after{
    display: none;
  }

  .about-page .about-page-info .about-page-info-img,
  .about-page .about-page-info .about-page-info-text{
    width: 100%;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title{
    padding-left: 0;
  }

  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before {
    left: 0;
  }
  .about-page .about-page-info .about-page-info-text{
    margin-top: 60px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    max-height: unset;
    overflow-y: unset;
  }
}
@media (max-width: 700px) {
    .about-page .about-page-info .about-page-info-text .about-page-info-title {
    padding: 27px 0 0 62px;
    font-size: 25px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    left: 0;
    top: 45px;
  }
   .about-page .about-page-info2{
    margin-top: 20px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0;
  }
}
@media (max-width: 1800px) {
  #banner .swiper_banner .swiper-slide .banner_text{
    max-width: 800px;
  }

}
@media (max-width: 1600px) {
    #banner .swiper_banner .swiper-slide .banner_text{
    max-width: 600px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper_banner .swiper-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
  }
}
@media (max-width: 700px) {
  #banner .swiper_banner .swiper-slide .banner_text {
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: calc(8.752vw + 5px);
    padding: 0 15px;
}
}
@media (max-width: 1000px) {
  #index-body .init-2 .i2-top{
    position: relative
  }
  #index-body .init-2 .i2-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
  }
}