@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Regular.woff2') format('woff2'), url('../fonts/LexendDeca-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #01366a;
}
: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);
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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: 24px;
}
.right_nav_list ul li .text img{
  width: 24px;
  height: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #333;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Lexend Deca';
  font-weight: 400;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: auto !important;
  height: auto !important;*/
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #333;
  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;
}
#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 {
  padding: 26px 15px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(4.479vw + 13px);
}
#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.65vw + 6px);
  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.active > a {
  color: #fff;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  font-weight: bold;
  color: #fff;
}
#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;
  font-size: var(--ft18);
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -35px;
  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: scaleY(0);
  transform-origin: top;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #333;
  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: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #333;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  cursor: pointer;
  transform: translateY(-26px);
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 42px;
  height: 82px;
  background: #01366A;
  border-radius: 0px 0px 20px 20px;
}
#header > .nav > .menu .menu-box .right .pp_btn img {
  width: 24px;
  height: 23px;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #333;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: 70px;
  margin-left: var(--ft30);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft16);
  color: #999999;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > span {
  margin-left: 5px;
  margin-right: var(--ft20);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #333;
  color: #333;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 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: #333;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #333;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #333;
}
#header.active > .nav {
  background-color: rgba(0, 0, 0, 0.9);
}
#header.active1 > .nav{
  background-color: rgba(0, 0, 0, 0.9);  
}
@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: 1731px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  background: url(../images/bbb1.jpg) no-repeat center;
  background-size:cover; 
}
#banner .ba_bg {
  position: absolute;
  bottom: calc(-0.8345vw - 14px);
  right: 0;
  width: 54.95%;
  z-index: 4;
}
#banner .swiper_banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  padding-left: 5.625vw;
  display: flex;
  justify-content: start;
  bottom: calc(5.519vw + 19px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  width: 38px;
  height: 38px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet:after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  width: 11px;
  height: 11px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #333;
  opacity: 0.4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: url(../images/ba4.png) no-repeat center;
  background-size: 98%;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #FFFFFF !important;
  border-radius: 50%;
  border: 1px solid #333;
  opacity: 1;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
  opacity: 1 !important;
}
#banner .swiper_banner .swiper-slide{
  clip-path: inset(0 100% 0 0);
    -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
#banner .swiper_banner .swiper-slide-active{
    clip-path: inset(0 0 0 0);
}
#banner .swiper_banner .swiper-slide .banner-text {
  max-width: 40%;
  position: absolute;
  left: 5.625vw;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.41;
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
  opacity: 0.6;
  margin-top: var(--ft36);
  margin-bottom: var(--ft60);
}
#banner .swiper_banner .swiper-slide .banner-text .bt3 {
  display: flex;
  align-items: center;
}
#banner .swiper_banner .swiper-slide .banner-text .bt3 .bt31 {
  margin-left: var(--ft46);
  position: relative;
  width: 115px;
  height: 115px;
  background: #01366A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .swiper_banner .swiper-slide .banner-text .bt3 .bt31 .bt312 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: roatec 12s linear infinite;
}
.bl_btn {
  width: fit-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 45px;
  background: #01366A;
  border-radius: 0px;
  padding: 0 var(--ft50);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 position: relative;
 overflow: hidden;
}
.bl_btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  clip-path: inset( 0 100% 0 0) ;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_btn  span{
    position: relative;
    z-index: 3
  }
.bl_btn:hover {
  /*background: #333;*/
}
.bl_btn:hover::after{
  clip-path: inset( 0 0 0 0) ;
}
@keyframes left1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes roatec {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bl_tap {
  padding: 0 var(--ft20);
  height: 31px;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  border: 1px solid #9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: var(--ft16);
  color: #999;
}
.bl-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #333333;
  line-height: 1.1;
}
.bl_tap1 {
  padding: 0 var(--ft20);
  height: 31px;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: var(--ft16);
  color: rgba(255, 255, 255, 0.4);
}
.bl-h1 {
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.1;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 .i1-1 {
  position: relative;
  padding-top: calc(9.9vw + 20px);
  padding-bottom: calc(6.5vw + 20px);
  background: url(../images/i1-bg1.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-1 .i1-1 .i11_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60.31%;
}
#index-body .init-1 .i1-1 .i13_bg{
   position: absolute;
  bottom: 0;
  left: 0;
  width: 47.45%;
}

#index-body .init-1 .i1-1 .i11-r {
  position: relative;
  z-index: 2;
  width: 55.94%;
  padding-right: 5.47vw;
}
#index-body .init-1 .i1-1 .i11-r .bl_btn {
  margin-left: auto;
  margin-top: calc(3.0225vw + 12px);
}
#index-body .init-1 .i1-1 .i11-r .i1r-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #333333;
  line-height: 1.1;
  text-align: right;
}
#index-body .init-1 .i1-1 .i11-r .i1r-p {
  margin-top: var(--ft16);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  text-align: right;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav {
  display: flex;
  justify-content: end;
  margin-top: var(--ft38);
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 0 var(--ft30) 6px;
  font-size: var(--ft20);
  color: #999999;
  border-bottom: 3px solid #d7d7d7;
  cursor: pointer;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c.active {
  border-bottom: 3px solid #01366A;
  font-weight: bold;
  color: #00366A;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c.active .i1-p2 {
  opacity: 0;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img {
  margin-right: var(--ft16);
  position: relative;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img .i1-p1 {
  position: relative;
}
#index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img .i1-p2 {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n {
  margin-top: calc(0.729vw + 14px);
  height: 130px;
  overflow-y: auto;
  padding-right: 15px;
}
#index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li {
  justify-content: end;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  margin-bottom: 9px;
  text-align: right;
  padding-left: 14vw;
}
#index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: #00366A;
  border-radius: 50%;
  margin-left: 8px;
}
#index-body .init-1 .i1-2 {
  padding-top: calc(8.752vw + 11px);
  padding-bottom: calc(7.759vw + 14px);
  background: url(../images/i1-bg2.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  position: relative;
}
#index-body .init-1 .i1-2 .i11_bg {
  position: absolute;
  top: calc(6.25vw + 15px);
  right: 5.47vw;
  width: 43.23%;
}
#index-body .init-1 .i1-2 .i12-l {
  position: relative;
  z-index: 3;
  width: 46.81%;
  padding-left: 5.47vw;
}
#index-body .init-1 .i1-2 .i12-l .i12l-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
}
#index-body .init-1 .i1-2 .i12-l .i12l-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.9;
  line-height: 1.56;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav {
  display: flex;
  margin-top: var(--ft38);
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c {
  opacity: 0.4;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 0 var(--ft30) 6px;
  font-size: var(--ft20);
  color: #fff;
  border-bottom: 3px solid #d7d7d7;
  cursor: pointer;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c.active {
  border-bottom: 3px solid #fff;
  font-weight: bold;
  opacity: 1;
  color: #fff;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c.active .i1-p2 {
  opacity: 0;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img {
  margin-right: var(--ft16);
  position: relative;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img .i1-p1 {
  position: relative;
}
#index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img .i1-p2 {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n {
  margin-top: var(--ft38);
  height: 130px;
  overflow-y: auto;
  padding-left: 15px;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li {
  max-width: 785px;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li .i1rn-li1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li .i1rn-li1 span {
  margin-right: 11px;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li .i1rn-li2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.56;
  opacity: 0.6;
  padding-left: 23px;
}
#index-body .init-1 .i1-2 .i12-l .bl_btn {
  margin-top: var(--ft50);
  background: #fff;
  color: var(--color);
}
#index-body .init-1 .i1-2 .i12-l .bl_btn:hover {
  background: #333;
  color: #fff;
}
#index-body .init-2 {
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
#index-body .init-2 .container .swiper-i2 {
  overflow: hidden;
  padding-top: var(--px90);
  padding-bottom: var(--px80);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover {
  transform: translateY(calc(-0.315vw - 14px));
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-img {
  border: 2px solid var(--color);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-text .i2-h {
  margin-top: -49px;
  opacity: 0;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-text .i2-p {
  height: max-content;
  padding-top: 19px;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-img {
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #c6c6c6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text {
  height: 77px;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft36);
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-h {
  -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: #333333;
  opacity: 0.4;
  text-align: center;
}
#index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-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(--ft16);
  color: #666666;
  text-align: center;
  opacity: 0.99;
  height: 0;
  overflow: hidden;
}
#index-body .init-3 {
  padding-top: calc(7.8vw + 24px);
  padding-bottom: calc(7.8vw + 28px);
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-3 .container {
  display: flex;
  position: relative;
}
#index-body .init-3 .container .i3p_bg2 {
  position: absolute;
  left: 15px;
  bottom: calc(-2.6555vw - 14px);
}
#index-body .init-3 .container .i3-r {
  position: relative;
  z-index: 2;
  width: 50.2%;
}
#index-body .init-3 .container .i3-r .i3r-img  img {
  border-radius: var(--ft16);
}
#index-body .init-3 .container .i3-l {
  position: relative;
  z-index: 2;
  padding-right: var(--ft40);
  width: 49.8%;
}
#index-body .init-3 .container .i3-l .i3l-tap {
  padding: 0 var(--ft20);
  height: 31px;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: var(--ft16);
  color: rgba(255, 255, 255, 0.4);
}
#index-body .init-3 .container .i3-l .i3l-h {
  margin-top: 9px;
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: var(--ft30);
}
#index-body .init-3 .container .i3-l ul {
  display: flex;
  justify-content: space-between;
  padding-right: calc(2.6555vw + 14px);
  margin-top: var(--ft40);
  margin-bottom: var(--ft44);
}
#index-body .init-3 .container .i3-l ul div {
  font-weight: 400;
  font-size: var(--ft16);
  color: #666666;
}
#index-body .init-3 .container .i3-l ul p {
  font-weight: 600;
  font-size: var(--ft48);
  color: #00366A;
  line-height: 1.1;
}
#index-body .init-3 .container .i3-l ul p sub {
  vertical-align: baseline;
  font-weight: bold;
  font-size: var(--ft18);
  color: #00366A;
  line-height: 1.1;
}
#index-body .init-3 .container .i3-l .i3l-p {
  font-weight: 400;
  font-size: var(--ft20);
  color: #F7F6F6;
  line-height: 1.7;
  opacity: 0.6;
}
#index-body .init-3 .container .i3-r {
  position: relative;
}
#index-body .init-3 .container .i3-r .i3p_bg2 {
  position: absolute;
  z-index: 1;
  width: auto;
  right: calc(1.2465vw + 14px);
  bottom: calc(-2.6555vw - 14px);
}
#index-body .init-3 .container .i3-r .i3-play {
  cursor: pointer;
  position: absolute;
  width: 95px;
  height: 95px;
  background: #00366A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(-0.729vw - 14px);
  right: calc(2.0835vw + 12px);
  z-index: 4;
}
#index-body .init-3 .container .i3-r .i3-play .i3p-ing {
  position: relative;
  z-index: 2;
}
#index-body .init-3 .container .i3-r .i3-play .i3p_bg {
  width: 160px;
  max-width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: roatec 12s linear infinite;
  z-index: 3;
}
#index-body .init-4 {
  padding-top: calc(4.059vw + 16px);
  padding-bottom: var(--px110);
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
#index-body .init-4 .i4-t {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#index-body .init-4 .i4-t .bl_tap {
  border: 1px solid #999999;
  color: #999999;
  margin-bottom: var(--ft20);
}
#index-body .init-4 .swiper-i4 {
  margin-top: calc(3.0725vw + 14px);
  margin-right: -5.73vw;
  overflow: hidden;
}
#index-body .init-4 .swiper-i4 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .swiper-i4 .swiper-slide:hover .i4-img {
  border: 2px solid var(--color);

}
#index-body .init-4 .swiper-i4 .swiper-slide:hover .i4-img .i42_bg {
  opacity: 1;
}
#index-body .init-4 .swiper-i4 .swiper-slide:hover .i4-img .i42_img {
    opacity: 0;
}
#index-body .init-4 .swiper-i4 .swiper-slide:hover .i4-p {
  font-weight: bold;
  color: var(--color);
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
  overflow: hidden !important;
    position: relative;
        padding: 0;
            /*background: #fff;*/
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-img .i42_img{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-img .i42_bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-img img{
  background: #fff;
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-p {
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft24);
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-p .i4p1 {
  font-size: var(--ft20);
  text-align: center;
}
#index-body .init-4 .swiper-i4 .swiper-slide .i4-p .i4p2 {
  font-size: var(--ft20);
  text-align: center;
}
#index-body .init-5 {
  padding-top: calc(4.1667vw + 18px);
  padding-bottom: calc(5.75vw + 19px);
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .container .bl_tap1 {
  margin: 0 auto;
}
#index-body .init-5 .container .bl-h1 {
  margin-top: var(--ft26);
  margin-bottom: 15px;
}
#index-body .init-5 .container .i5-p {
  font-weight: 400;
  font-size: var(--ft16);
  color: #F7F6F6;
}
#index-body .init-5 .container .swiper-i5 {
  padding-top: var(--px60);
  overflow: hidden;
  margin-top: calc(2.6555vw + 14px);
}
.bl_a1_page #index-body .init-5 .container .swiper-i5{
    margin-top: 0;
      padding-top: var(--px90);
}
.bl_a1_page{
  position: relative;
}
.bl_a1_page .banner_a1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide {
  position: relative;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm,
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm {
  transform: translateY(5%);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm_jj,
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm_jj{
  padding-bottom: calc(4.65vw + 14px);
}

#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm {
  /*height: 140%;*/
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*transform: translateY(100%);*/
  transform: translateY(40.5%);
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  width: 100%;
  /*height: 117%;*/
  /*padding: var(--ft60) var(--ft30) var(--ft50);*/
}
.i6-tm_jj{
  padding: var(--ft30) var(--ft30) var(--ft50);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm{
  background: #fff;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm,
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm{
  background: var(--color);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm .i6m-h,
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm .i6m-h{
  color: #fff;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm .i6m-h{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: wrap;
    height: 78px;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: rgba(51, 51, 51, 1);
  line-height: 1.6;
  /*height: 78px;*/
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-img{
  opacity: 0;
}
.bl_a1_page #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-img{
  opacity: 1;
}
.bl_a1_page #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-img>img{
  width: 100%;
  object-fit: cover;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-p {
  margin-top: var(--ft18);
  margin-bottom: 0;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.5;
  opacity: 0.6;
  height: 160px;
  overflow-y: auto;
  opacity: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm .i6m-p,
#index-body .init-5 .container .swiper-i5 .swiper-slide.active .i6-tm .i6m-p {
  opacity: 1;
  margin-bottom: var(--ft38);
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m_bg {
  position: absolute;
  right: 0;
  bottom: 5%;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: fit-content;
  height: 31px;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding-left: 7px;
  padding-right: var(--ft18);
  font-weight: 500;
  font-size: var(--ft16);
  color: #333333;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6-btn:hover {
  background: #00366A;
  color: #FFFFFF;
  border: 1px solid #fff;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6-btn div {
  margin-right: 9px;
  width: 24px;
  height: 24px;
  background: #00366A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-img {
  background: #fff;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-box {
  padding: var(--ft30) var(--ft32) var(--ft24);
  background: #fff;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-box .i6-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  line-height: 1.2;
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box{
background: #221815;
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box.i6-box1{
  display: none;
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box .i6-h{
  color: #fff;
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box .i6-p2{
    color: #fff;
    opacity: 0.8;
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box{
  background: #221815;
}

#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box .i6-h{
  /*min-height: 58px;*/
}
#index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box{
  min-height: 160px;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-box .i6-p2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.1;
}
#index-body .init-6 {
  padding-top: calc(3.4405vw + 17px);
  padding-bottom: var(--px80);
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-l {
  padding-right: var(--px120);
  width: 53.26%;
}
#index-body .init-6 .container .i6-l .i6-h {
  font-weight: bold;
  font-size: var(--ft34);
  color: #333333;
  line-height: 1.32;
  margin-bottom: var(--ft44);
}
#index-body .init-6 .container .i6-l .i6lm-c {
  padding: var(--ft34) var(--ft30) var(--ft26) 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
#index-body .init-6 .container .i6-l .i6lm-c.active {
  background: var(--color);
}
#index-body .init-6 .container .i6-l .i6lm-c.active .i6lm_h{
  margin-top: -40px;
  opacity: 0;
}
#index-body .init-6 .container .i6-l .i6lm-c.active .i6lm_h {
  color: #fff;
}
#index-body .init-6 .container .i6-l .i6lm-c.active .i6lm_h::before {
  opacity: 0;
}
#index-body .init-6 .container .i6-l .i6lm-c.active .i6lm_h::after {
  background: #fff;
}
#index-body .init-6 .container .i6-l .i6lm-c.active .i6lm_p {
  height: 114px;
}
#index-body .init-6 .container .i6-l .i6lm-c .i6lm_h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  position: relative;
}
#index-body .init-6 .container .i6-l .i6lm-c .i6lm_h::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 100;
  content: '+';
  font-size: var(--ft26);
  color: #c3c3c3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-6 .container .i6-l .i6lm-c .i6lm_h::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00366A;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
}
#index-body .init-6 .container .i6-l .i6lm-c .i6lm_p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 13px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.5;
  opacity: 0.6;
  height: 0px;
  overflow-y: auto;
  padding-right: 10px;
}
#index-body .init-6 .container .i6-r {
  width: 46.74%;
}
#index-body .init-7 {
  padding-top: var(--px110);
  padding-bottom: var(--px140);
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-7 .container .i7-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-7 .container .i7-t .i7-l .bl_tap1 {
  margin-bottom: var(--ft18);
}
#index-body .init-7 .container .i7-t .i7-r {
  text-align: right;
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.56;
  opacity: 0.6;
}
 .swiper-i7 {
  padding-top: calc(5.21vw + 26px);
  overflow: hidden;
  margin-right: -5.73vw;
}
 .swiper-i7 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
 .swiper-i7 .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .swiper-i7 .swiper-slide:hover {
  transform: translateY(calc(-0.415vw - 14px));
}
 .swiper-i7 .swiper-slide:hover .i7-num {
  color: var(--color);
}
 .swiper-i7 .swiper-slide:hover .i7-h {
  opacity: 0;
}
 .swiper-i7 .swiper-slide:hover .i7-bg {
  opacity: 1;
}
.why-page.swiper-i7 .swiper-slide .i7-bg{
  /*position: relative;*/
    padding: calc(4.059vw + 11px) var(--ft40) calc(4.059vw + 11px) var(--ft40);
}
.why-page.swiper-i7 .swiper-slide .i7-bg  .i79{
  position: absolute;
  top: var(--ft40);
 
  right: var(--ft40);
}
.i7-ooo{
  height:100%;
  overflow-y: auto;
  padding-right: 10px
}
.inner-page.why-page.swiper-i7 .swiper-slide .i7-bg .i7-bp{
  height: auto;
  overflow: unset;
}
.inner-page.why-page.swiper-i7 .swiper-slide .i7-bg .i7-bh{
padding-right: 0px;
}
 .swiper-i7 .swiper-slide .i7-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  padding: calc(4.059vw + 11px) var(--ft40) var(--ft36);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 54, 106, 0.9);
}
 .swiper-i7 .swiper-slide .i7-bg .i7-bh {
  font-weight: bold;
  font-size: var(--ft20);
  color: #FFFFFF;
  padding-right: var(--px70);
  position: relative;
}
 .swiper-i7 .swiper-slide .i7-bg .i7-bh .i79 {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
 .swiper-i7 .swiper-slide .i7-bg .i7-bp {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 14px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.67;
  opacity: 0.6;
  height: 320px;
  overflow-y: auto;
}
 .swiper-i7 .swiper-slide .i7-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding:var(--ft40) 30px var(--ft40) var(--ft30);
  position: absolute;
  left: 0;
  bottom: var(--ft46);
  width: 100%;
  background: rgba(255, 255, 255, 0.79);
  font-weight: bold;
  font-size: var(--ft24);
  line-height: 1.2;
  color: #333333;
}
 .swiper-i7 .swiper-slide .i7-h img{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  filter: brightness(0) ;
}

 .swiper-i7 .swiper-slide .i7-num {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 4;
  transform: translateY(-50%);
  left: calc(1.46vw + 14px);
  top: 0;
  position: absolute;
  font-weight: bold;
  font-size: calc(4.65vw + 14px);
  color: #FFFFFF;
}
#index-body .init-8 {
  padding-top: calc(6.77vw + 24px);
  padding-bottom: var(--px130);
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
#index-body .init-8 .bl_tap {
  margin: 0 auto var(--ft20);
}
#index-body .init-8 .swiper-i8 {
  padding-top: calc(3.65vw + 25px);
  overflow: hidden;
}
#index-body .init-8 .swiper-i8 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active {
  transform: translateY(calc(-0.625vw - 14px));
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8t-v img,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8t-v img {
  filter: brightness(0) invert(1);
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8-t,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8-t {
  background: var(--color);
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8t-v > div,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8t-v > div {
  color: #fff !important;
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8v-r,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8v-r {
  opacity: 1 !important;
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8t-l,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8t-l {
  background: #fff !important;
  opacity: 0.2 !important;
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8t-h,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8t-h {
  color: #fff !important;
}
#index-body .init-8 .swiper-i8 .swiper-slide:hover .i8t-p,
#index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active .i8t-p {
  color: #fff !important;
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #e3e3e3;
  padding: var(--ft38) var(--ft30) var(--ft20) var(--ft38);
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .mt44 {
  margin-top: var(--ft44);
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v {
  padding-top: var(--ft18);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v .ml32 {
  margin-left: var(--ft32);
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v > div {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  opacity: 0.6;
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  line-height: 1.2;
  margin-bottom: var(--ft24);
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-l {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 1px;
  background: #999999;
  opacity: 0.2;
}
#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft36);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  opacity: 0.7;
}
#footer {
  position: relative;
  z-index: 8;
  overflow: hidden;
  padding-top: calc(4.65vw + 17px);
  -o-background-size: cover;
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
}
#footer .fft {
  padding-bottom: var(--ft16);
}
#footer .fft .container {
  display: flex;
}
#footer .fft .container .ftt-l {
  width: 39.39%;
}
#footer .fft .container .ftt-l .fl-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #1C449B;
  line-height: 1.1;
}
#footer .fft .container .ftt-l .fl-h1 {
  margin-top: var(--ft30);
  font-weight: bold;
  font-size: var(--ft46);
  color: #fff;
  line-height: 1.1;
}
#footer .fft .container .ftt-l .fl-m {
  margin-top: calc(3.1805vw + 14px);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#footer .fft .container .ftt-l .fl-m .fl-li {
  margin-bottom: var(--ft18);
  max-width: 447px;
  display: flex;
  align-items: start;
}
#footer .fft .container .ftt-l .fl-m .fl-li img {
  margin-top: 5px;
  margin-right: var(--ft16);
}
#footer .fft .container .ftt-r {
  width: 60.61%;
}
#footer .fft .container .ftt-r .fr-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.1;
}
#footer .fft .container .ftt-r form {
  margin-top: var(--ft48);
  width: 100%;
  display: grid;
  grid-template-columns: 246fr 260fr 338fr 126fr;
  gap: var(--ft20);
}
#footer .fft .container .ftt-r form .hl_all {
  height: 45px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .fft .container .ftt-r form input {
  border: none;
  height: 45px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #CBCBCB;
  padding: 0 10px;
}
#footer .fft .container .ftt-r form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #CBCBCB;
}
#footer .fft .container .ftt-r .frm {
  margin-top: calc(2.3955vw + 10px);
  display: flex;
  justify-content: space-between;
}
#footer .fft .container .ftt-r .frm .frmc-s {
  display: flex;
  align-items: end;
}
#footer .fft .container .ftt-r .frm .frmc-s li {
  margin-left: 14px;
}
#footer .fft .container .ftt-r .frm .frmc-s a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft20);
  color: #fff;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fft .container .ftt-r .frm .frmc-s a:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .fft .container .ftt-r .frm .frmc-s #ewm {
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .fft .container .ftt-r .frm .frmc-s #ewm img,
#footer .fft .container .ftt-r .frm .frmc-s #ewm svg,
#footer .fft .container .ftt-r .frm .frmc-s #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .fft .container .ftt-r .frm .frmc-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: var(--ft50);
}
#footer .fft .container .ftt-r .frm .frmc-li {
  margin-bottom: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.3;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fft .container .ftt-r .frm .frmc-li:hover {
  opacity: 1;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  /*padding-right: 26.42vw;
  padding-left: 7.29vw;*/
}
#footer .copyright .ffbg {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .copyright .f-line {
  height: 1px ;
  background: rgba(231, 231, 231, 0.1);
}
#footer .copyright .container {
  /*padding: 0;*/
  /*width: 100%;*/
  /*padding-top: var(--ft16);
  padding-bottom: var(--ft24);*/
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: bottom;
}
#footer .fblll{
  display: flex
}
#footer .fbrrr{
  margin-right: -5.2vw;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 79%;
  justify-content: space-between;
  position: relative;

  color: #ffffff;
  padding-top: var(--ft30);
  padding-bottom: 4px;
  position: relative
}
#footer .copyright .container .left::before{
    top: var(--ft24);
  content: '';
  position: absolute;
   height: 1px ;
  background: rgba(231, 231, 231, 0.1);
  width: 98%;
  left: 0;
  /*top: 0;*/
}
@keyframes roate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#banner .sPage {
  position: absolute;
  bottom: var(--px120);
  left: 5.625vw;
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#banner .sPage .swiper-pagination-bullet .cir {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -40%);
  -moz-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  -o-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
#banner .sPage .swiper-pagination-bullet circle {
  stroke-dashoffset: 100px;
}
#banner .sPage .swiper-pagination-bullet-active .cir {
  background-color: #fff;
  width: 11px;
  height: 11px;
}
#banner .sPage .swiper-pagination-bullet-active circle {
  -webkit-animation: rotate1 6000ms linear both;
  -moz-animation: rotate1 6000ms linear both;
  -o-animation: rotate1 6000ms linear both;
  animation: rotate1 6000ms linear both;
}
@-webkit-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft26);
  }
  #footer .fft .container .ftt-l {
    padding-right: var(--ft30);
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    z-index: 3;
  }
  #banner .swiper_banner .swiper-slide::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none !important;
  }
}
#footer .fft .container .ftt-r form .hl_all {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fft .container .ftt-r form .hl_all:hover {
  background: var(--color);
}
@media (max-width: 1250px) {
  #footer .copyright .ffbg {
    width: 25%;
  }
  #footer .fft .container {
    flex-wrap: wrap;
  }
  #footer .fft .container > div {
    width: 100% !important;
  }
  #index-body .init-4 .swiper-i4,
   .swiper-i7 {
    margin-right: 0;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2 {
    opacity: 1;
  }
  #banner .sPage {
    bottom: var(--ft20);
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #footer .fft .container .ftt-r form {
    grid-template-columns: 1fr;
  }
  .frm-c1000 {
    display: none;
  }
   .swiper-i7 .swiper-slide .i7-bg .i7-bp {
    height: 180px;
  }
  #index-body .init-7 .container .i7-t {
    flex-wrap: wrap;
  }
  #index-body .init-7 .container .i7-t .i7-r {
    text-align: left;
    margin-top: var(--ft20);
  }
  #index-body .init-7 .container .i7-t .i7-r br {
    display: none;
  }
  #index-body .init-6 .container .i6-l {
    padding: 0;
    margin-bottom: var(--ft32);
  }
  #index-body .init-6 .container {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container > div {
    width: 100% !important;
  }
  #index-body .init-3 .container .i3-r .i3-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
  }
  #index-body .init-3 .container .i3-l {
    padding: 0;
    margin-bottom: var(--ft32);
  }
  #index-body .init-3 .container {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container > div {
    width: 100% !important;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2 br {
    display: none;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt1 {
    font-size: var(--ft30);
  }
  #banner .ba_bg {
    display: none;
  }
  #banner .sPage {
    display: none;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 600px) {
   .swiper-i7 .swiper-slide .i7-bg .i7-bp {
    height: 220px;
  }
}
@media (max-width: 700px) {
  #index-body .init-3 .container .i3-r .i3-play {
    zoom: 0.7;
  }
  #index-body .init-1 .i1-2 {
    flex-wrap: wrap;
  }
  #index-body .init-1 .i1-1 {
    padding-top: 0;
  }
  #index-body .init-1 .i1-1 .i11_bg {
    width: 100%;
  }
  #index-body .init-1 .i1-1 {
    flex-wrap: wrap;
  }
  #index-body .init-1 .i1-1 .i11_bg,
  #index-body .init-1 .i1-2 .i11_bg {
    position: static;
    width: 100%;
  }
  #index-body .init-1 .i1-1 .i11-r,
  #index-body .init-1 .i1-2 .i12-l {
    width: 100%;
    padding: 0;
    padding: 0 15px;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .container .swiper-i5 {
    padding-top: 40px;
  }
  #index-body .init-3 .container .i3-l ul {
    display: block;
  }
  #index-body .init-3 .container .i3-l ul li p {
    text-align: left;
  }
  #index-body .init-3 .container .i3-l ul li div {
    text-align: left;
  }
  #index-body .init-3 .container .i3-l .i3l-tap {
    height: auto;
  }
}
.page-header02 {
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
  #menuFull ~ #banner,
  #menuFull ~ #indexMobileBanner,
  #menuFull ~ #innerMobileBanner,
  #menuFull ~ .inner-banner,
  .mobile-menu-wrap01 ~ #banner,
  .mobile-menu-wrap01 ~ #indexMobileBanner,
  .mobile-menu-wrap01 ~ #innerMobileBanner,
  .mobile-menu-wrap01 ~ .inner-banner {
    margin-top: 60px !important;
  }
}
.inner-banner {
  /*height: 356px;*/
  /*background: url(../images/inner-banner.jpg) no-repeat center;*/
  background-size: cover;
  padding-top: 111px;
    position: relative;
}
.inner-banner .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
.inner-banner::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background:  #d6d6d6;
}
.inner-banner .mbx {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666;
}
.inner-banner .inner-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.1;
  margin-top: 16px;
  display: none;
}
.inner-banner .inner_r{
  display: none;
}
.inner-banner .ir-m {
  width: 126px;
  height: 126px;
  position: relative;
}
.inner-banner .ir-m > img {
  animation: roate1 12s linear infinite;
}
.inner-banner .ir-m .irm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_support_page .about-2 {
  padding: 6% 0;
}
.bl_support_page .about-2 .left {
  width: 53.8%;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  padding-right: 5vw;
}
.bl_support_page .about-2 .left span {
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.bl_support_page .about-2 .left span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}
.bl_support_page .about-2 .left .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
}
.bl_support_page .about-2 .left .title em {
  display: block;
}
.bl_support_page .about-2 .right {
  width: 46.2%;
  padding-left: 101px;
  position: relative;
}
.bl_support_page .about-2 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.bl_support_page .about-2 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.bl_support_page .about-2 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.bl_support_page .about-2 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f9f9f9;
  left: 22px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bl_support_page .about-2 .right .tag ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #666666;
  color: #fff;
  position: relative;
  text-align: center;
  border: 1px solid #666666;
  z-index: 2;
  font-size: var(--ft20);
  font-weight: 500;
}
.bl_support_page .about-2 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  background: var(--color);
  top: 0;
}
.bl_support_page .about-2 .right .tag ul li.current a {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.bl_support_page .about-2 .right .content ul .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_support_page .about-2 .right .content ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_support_page .about-2 .right .content ul li.active .tm {
  background: var(--color);
}
.bl_support_page .about-2 .right .content ul li.active .tm .tm-h {
  color: #FFFFFF;
  opacity: 1;
}
.bl_support_page .about-2 .right .content ul li.active .tm .tl-p1 {
  color: #fff;
}
.bl_support_page .about-2 .right .content ul li.active .tm .tm-li span {
  background: #fff;
}
.bl_support_page .about-2 .right .content ul li.active .tm .tm-li span img {
  filter: none;
}
.bl_support_page .about-2 .right .content ul li.active .tm .tm-li .tl-p {
  color: #fff;
}
.bl_support_page .about-2 .right .content ul li.active .tm .tm-li .tl-h {
  opacity: 1;
  color: #fff;
}
.bl_support_page .about-2 .right .content ul li .tm {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(51, 51, 51, 0.08);
  padding: var(--ft40);
  position: relative;
}
.bl_support_page .about-2 .right .content ul li .tm .s2_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  line-height: 1.1;
  opacity: 0.6;
  margin-bottom: var(--ft16);
}
.bl_support_page .about-2 .right .content ul li .tm .tl-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(--ft18);
  color: #666666;
  line-height: 1.56;
  opacity: 0.6;
  margin-bottom: 10px;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-li {
  display: flex;
  margin-bottom: 10px;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-li .tl-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: #666666;
  line-height: 1.56;
  opacity: 0.6;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-li .tl-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  opacity: 0.6;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-li span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 8px;
  width: 14px;
  height: 14px;
  background: #666666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 14px;
  margin-right: 10px;
}
.bl_support_page .about-2 .right .content ul li .tm .tm-li span img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.bl_support_page .about-2 .right .content ul li {
  margin-bottom: 60px;
}
.bl_support_page .about-2 .right .content ul li .tit {
  line-height: 1;
  color: #030303;
  font-weight: 700;
}
.bl_support_page .about-2 .right .content ul li .con {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.bl_support_page .about-2 .right .content ul li:last-child {
  margin-bottom: 0;
}
.bl_support_page .about-2 .right .content ul li.active {
  background: #dadde9;
}
.bl_support_page .bl-h {
  margin-top: var(--ft18);
}
.bl_support_page .a2-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  line-height: 1.56;
  opacity: 0.6;
  margin-top: calc(3.0225vw + 10px);
  margin-bottom: calc(2.0835vw + 14px);
}
.bl_support_page .bl_btn {
  padding: 0 var(--ft24);
}
@media screen and (max-width: 1000px) {
  .bl_support_page .about-2 .right {
    padding-left: 101px !important;
  }
  .bl_support_page .about-2 .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .bl_support_page .about-2 .right .tag {
    display: none;
  }
  .bl_support_page .about-2 .right {
    padding-left: 0 !important;
  }
}
.bl_ma_page .m1 {
  background: url(../images/i2-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: calc(3.65vw + 17px);
  padding-bottom: var(--ft44);
}
.bl_ma_page .m1 .container {
  display: flex;
  justify-content: space-between;
}
.bl_ma_page .m1 .container .m1-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
}
.bl_ma_page .m1 .container .bl-h {
  margin-top: var(--ft16);
  margin-bottom: var(--ft34);
}
.bl_ma_page .m1 .container .m1-l {
  width: 53%;
}
.bl_ma_page .m1 .container .m1-r {
  padding-top: calc(2.1885vw + 14px);
}
.bl_ma_page .m2 {
  padding-top: var(--px90);
  padding-bottom: var(--px120);
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_ma_page .m2 .container .bl_tap1 {
  margin: 0 auto var(--ft24);
}
.bl_ma_page .m2 .container .m2-m {
  display: flex;
  margin-top: calc(2.6555vw + 14px);
}
.bl_ma_page .m2 .container .m2-m > div {
  width: 50%;
}
.bl_ma_page .m2 .container .m2-m .m2-l {
  padding-right: calc(2.6555vw + 14px);
  position: relative;
  height: fit-content;
}
.bl_ma_page .m2 .container .m2-m .m2-l>img{
  max-height: 650px;
  width: 100%;
  object-fit: cover;
}
.bl_ma_page .m2 .container .m2-m .m2bg {
position: absolute;
top: 0;
left: 0
}
.bl_ma_page .m2 .container .m2-m .m2-l .m2l-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-9%, 50%);
  width: 48.18vw;
  max-width: 48.18vw;
}
.bl_ma_page .m2 .container .m2-m .m2-r {
  padding-left: calc(2.1885vw + 14px);
  /*margin-top: calc(-0.525vw - 14px);*/
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n {
  cursor: pointer;
  width: 100%;
  padding: calc(0.415vw + 14px) var(--ft30);
  border-bottom: 1px solid rgba(253, 253, 255, 0.1);
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n.active {
  background: var(--color);
  border-bottom: 1px solid var(--color);
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n.active .m2-t img {
  opacity: 0;
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n.active .m2-t .m2t-h {
  opacity: 1;
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n .m2-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n .m2-t img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n .m2-t .m2t-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.1;
  opacity: 0.4;
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n .m2-p {
  display: none;
  padding-top: 14px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.56;
  opacity: 0.6;
}
.m2bg99{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_ma_page .m2 .container .m2-m .m2bg{
  clip-path: inset(100% 0 0 0);
}
.bl_ma_page .m2 .container .m2-m .m2-r .m2-n:first-child .m2-p{
display: block;
}
.bl_ma_page .m3 {
  padding-top: var(--px100);
  padding-bottom: var(--px140);
  background: url(../images/i2-bg.jpg) no-repeat center;
}
.bl_ma_page .m3 .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_ma_page .m3 .m3-m {
  margin-top: var(--ft60);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ft60);
}
.bl_ma_page .m3 .m3-m .m3-c:hover .img .m3c-tpa {
  background: #fff;
  color: var(--color);
}
.bl_ma_page .m3 .m3-m .m3-c:hover .m3c-p {
  background: var(--color);
  color: #fff;
}
.bl_ma_page .m3 .m3-m .m3-c .m3c-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: var(--ft62) var(--ft62) var(--ft34);
  background: #fff;
  text-align: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  line-height: 1.67;
}
.bl_ma_page .m3 .m3-m .m3-c .m3c-p .m3c-p1 {
  height: 60px;
  overflow-y: auto;
  padding-right: 10px;
}
.bl_ma_page .m3 .m3-m .m3-c .img {
  position: relative;
}
.bl_ma_page .m3 .m3-m .m3-c .img .m3c-tpa {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 69px;
  height: 69px;
  background: #00366A;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.bl_ma_page .m4 {
  padding-top: var(--px145);
  padding-bottom: calc(5.75vw + 17px);
  background: var(--color);
}
.bl_ma_page .m4 .bl_tap1 {
  margin: 0 auto var(--ft24);
}
.bl_ma_page .m4 .m4-m {
  margin-top: calc(2.0835vw + 14px);
}
.bl_ma_page .m4 .m4-m .m4-n {
  display: grid;
  grid-template-columns: 515fr 530fr 657fr;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c1,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c2,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c3 {
  padding-top: var(--ft44);
  padding-bottom: var(--ft36);
  background: #FDFDFF;
  font-weight: bold;
  font-size: var(--ft24);
  color: #003568;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c100 {
  padding-left: var(--px100);
  padding-right: var(--ft40);
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c50 {
  padding-left: var(--ft50);
  padding-right: var(--ft40);
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c77 {
  padding-left: calc(3.1805vw + 14px);
  padding-right: var(--ft40);
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c22,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c33,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c2,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c3 {
  border-left: 2px solid #e3e4e5;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-80 {
  padding-left: var(--px80);
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-174 {
  padding-left: 9.06vw;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-165 {
  padding-left: 8.6vw;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-200 {
  padding-left: 10.42vw;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c11,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c22,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c33 {
  font-weight: 400;
  font-size: var(--ft24);
  color: #333333;
  height: 146px;
  background: #fff;
  display: flex;
  align-items: center;
}
.bl_ma_page .m4 .m4-m .m4-n .m4n-c11.m4n-cg,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c22.m4n-cg,
.bl_ma_page .m4 .m4-m .m4-n .m4n-c33.m4n-cg {
  background: #f1f2f3;
}
.bl_ma_page .m5 {
  padding-top: var(--px110);
  padding-bottom: var(--px110);
  background: url(../images/i2-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_ma_page .m5 .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_ma_page .m5 .swiper-m5 {
  margin-top: var(--ft50);
  overflow: hidden;
  position: relative;
}

.bl_ma_page .m5 .swiper-m5 .swiper-slide:hover img {
  transform: scale(1.1);
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide:hover .img{
  transform: none;
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide .img{
  position: relative;
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide .img .bg1{
  position: relative;
  z-index: 1;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide .img .bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide:hover .img .bg1{
  opacity: 0;
}
#index-body .bl_ma_page .m5 .swiper-m5 .swiper-slide:hover .img .bg2{
  opacity: 1;
}
.bl_ma_page .m5 .swiper-m5 .swiper-slide:hover .m5-p {
  color: var(--color);
}
.bl_ma_page .m5 .swiper-m5 .swiper-slide .img {
  overflow: hidden;
}
.bl_ma_page .m5 .swiper-m5 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
      background: #fff;
}
.bl_ma_page .m5 .swiper-m5 .swiper-slide .m5-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft16);
  font-weight: 500;
  font-size: var(--ft24);
  color: #333333;
}
@media (max-width: 1250px) {
  .bl_ma_page .m2 .container .m2-m .m2-l .m2l-bg {
    transform: none;
  }
  .bl_ma_page .m2 .container .m2-m .m2-l {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .bl_ma_page .m2 .container .m2-m .m2-l {
    margin-bottom: var(--ft40);
  }
  .bl_ma_page .m2 .container .m2-m .m2-r {
    margin-top: 0;
  }
  .bl_ma_page .m2 .container .m2-m {
    flex-wrap: wrap;
  }
  .bl_ma_page .m2 .container .m2-m > div {
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  .bl_ma_page .m3 .m3-m .m3-c .m3c-p .m3c-p1{
    font-size: 14px;
  }
  .bl_ma_page .m3 .m3-m .m3-c .img .m3c-tpa{
    zoom: 0.5;
  }
  .bl_ma_page .m3 .m3-m .m3-c .m3c-p{
    padding: 20px 15px 15px;
  }
  .m4m {
    overflow-x: auto;
  }
  .bl_ma_page .m4 .m4-m {
    width: 1000px;
  }
  .bl_ma_page .m3 .m3-m .m3-c .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bl_ma_page .m3 .m3-m {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .bl_ma_page .m1 .container {
    flex-wrap: wrap;
  }
  .bl_ma_page .m1 .container > div {
    width: 100% !important;
  }
}
@media (max-width: 700px) {
  .bl_ma_page .m3 .m3-m .m3-c .m3c-p {
    padding-top: 20px;
  }
}
.bl_a1_page .a1 {
  /*padding-top: var(--px60);*/
  padding-bottom: var(--px130);
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
.bl_a1_page .a1 .a1m {
  padding-top: var(--ft62);
  padding-bottom: var(--px130);
  /*background: rgb(255,255,255,0.4);*/
  /*padding-left: calc(2.1885vw + 14px);
  padding-right: calc(2.1885vw + 14px);*/
}
.bl_a1_page .a1 .a1m .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_a1_page .a1 .a1m .a1-p1 {
  font-weight: bold;
  font-size: var(--ft18);
  color: #01366A;
  margin-top: var(--ft60);
  margin-bottom: var(--ft18);
}
.bl_a1_page .a1 .a1m .a1-p2 {
  color: #666666;
  font-size: var(--ft18);
  font-weight: 400;
}
.bl_a1_page .a1 .a1m .a1-m {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  background: var(--color);
  align-items: center;
}
.bl_a1_page .a1 .a1m .a1-m .a1-n {
  font-weight: bold;
  font-size: var(--ft24);
  line-height: 1.1;
  color: #333333;
  padding-top: var(--ft34);
  padding-bottom: var(--ft34);
}
.bl_a1_page .a1 .a1m .a1-m .a1-n98 .cbb1r{
  font-weight: bold;
font-size: var(--ft32);
color: #FFFFFF;
line-height: 1.2;
margin-bottom: var(--ft16) ;
}
.bl_a1_page .a1 .a1m .a1-m .a1-n98 .cbb2r{
  font-weight: 400;
font-size: var(--ft20);
color: #FFFFFF;
line-height: 1.5;
opacity: 0.6;
}
.bl_a1_page .a1 .a1m .a1-m .a1-n98 {
  padding-left: 5.1vw;
  width: 60%;
}
.bl_a1_page .a1 .a1m .a1-m .a1-n165 {
  padding-right: calc(4.1667vw + 10px);
  /*border-left: 2px solid rgba(102, 102, 102, 0.06);*/
}
.bl_a1_page .a1 .a1m .a1-c .a1-b {
  /*display: none;*/
  color: #333;
  line-height: 1.8;
  padding-left: var(--px80);
  padding-right: var(--px80);
  padding-top: var(--ft32);
  padding-bottom: var(--ft60);
}
.bl_a1_page .a1 .a1m .a1-c .a1-b .fwb{
  color: #333;
  line-height: 1.2;
}
.fvwe{
  color: #999;
  margin-top: var(--ft62);
}
.fvwe a{
  color: var(--color);
}
.a1-b1{
  padding-bottom: 10px !important;
}
 .a1-b table tbody tr:nth-child(even){
   background: transparent;
 }
.bl_a1_page .a1 .a1m .a1-c .a1-v {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active {
  padding-left: var(--ft40);
  padding-right: var(--ft40);
  background: transparent;
  border-bottom: 1px solid rgba(202, 202, 202, 1);
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t {
  border-bottom: 2px solid rgba(240, 240, 240, 0.1);
  color: #fff;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t .a1-n98 {
  padding-left: var(--ft50);
  font-weight: bold;
font-size: calc(0.625vw + 14px);
color: #01366A;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t .a1-n165 {
  border: none;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t .a1-t2 span {
  background: rgba(102, 102, 102, 1);
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t .a1-t2 span::after {
  background: rgba(102, 102, 102, 1);
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn_hj{
  height: 45px;
background: #FFFFFF;
border-radius: 0px;
font-weight: 400;
font-size: 18px;
color: #01366A;
padding: 0 var(--ft24);
display: flex;
justify-content: center;
align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
width: fit-content;
}
.btn_hj:hover{
  background: #000;
  color: #fff;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t {
  display: grid;
  grid-template-columns: 850fr 740fr;
  font-weight: 400;
  font-size: var(--ft24);
  color: #666666;
  border-bottom: 2px solid rgba(102, 102, 102, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-tt {
  padding-top: var(--ft34);
  padding-bottom: var(--ft34);
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-t2 {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-t2 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.4vw;
  width: 24px;
  height: 1px;
  background: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-t2 span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 1px;
  background: #666666;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-n98 {
  padding-left: 5.1vw;
}
.bl_a1_page .a1 .a1m .a1-c .a1-v .a1-t .a1-n165 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 8.6vw;
  border-left: 2px solid rgba(102, 102, 102, 0.06);
}
.bl_a1_page .a1 .a1m .a1-c .a1-v.active .a1-t .a1-t2 span {
  right: 2.3vw;
}
@media (max-width: 1250px) {
  .bl_a1_page .a1-c,
  .bl_a1_page .a1-m {
    width: 1000px;
  }
  .bl_a1_page .a1-cv,
  .bl_a1_page .a1-mm {
    overflow-x: auto;
  }
}
.bl_a2_page .a1 {
  padding-top: var(--ft60);
  /*padding-bottom: var(--px120);*/
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
.a1-w ul {
  /*margin-top: var(--px80);*/
  display: flex;
  justify-content: space-between;
}
.a1-w ul li div {
  font-weight: 400;
  font-size: var(--ft20);
  color: #fff;
}
.a1-w ul li p {
  font-weight: 600;
  font-size: calc(3.0225vw + 13px);
  color: #fff;
  line-height: 1.1;
}
.a1-w ul li p sub {
  font-weight: bold;
  font-size: calc(0.729vw + 13px);
  color: #fff;
  vertical-align: baseline;
}
.bl_a2_page .a1 .container .a1-m {
display: block !important;
}
.a1hhh{

}
.bl_a2_page .a1 .container .a1-l {
  height: fit-content;
  width: 100% !important;
}
.bl_a2_page .a1 .container .a1-l .a1-h1 {
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.1;
  margin-top: var(--ft26);
  transform: translateX(30px);
}
.bl_a2_page .a1 .container .a1-l .a1-h2 {
  font-weight: 400;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.1;
  margin-top: var(--ft20);
  margin-bottom: var(--ft24);
  position: relative;
  padding-left: calc(6.25vw + 6px);
  transform: translateX(70px);
}
.bl_a2_page .a1 .container .a1-l .a1-h3 {
  font-weight: 400;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.1;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: calc(6.25vw + 6px);
  transform: translateX(-30px);
}
.bl_a2_page .a1 .container .a1-l .a1-h3 .play {
  position: relative;
  margin: 10px 20px 0 40px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_a2_page .a1 .container .a1-l .a1-h3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
  background: url(../images/about_2.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
.bl_a2_page .a1 .container .a1-l .a1-h3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.bl_a2_page .a1 .container .a1-l .a1-h3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.bl_a2_page .a1 .container .a1-r {
  width: 100% !important;
}
.bl_a2_page .a1 .container .a1-r .a1r-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  /*max-height: 365px;*/
  overflow-y: auto;
      padding-right: 10px;
      margin-top: var(--ft38);
}
.aapppp{
  margin-top: var(--ft60);
  position: relative;
}
.aapppp .i3-play {
  cursor: pointer;
  position: absolute;
  width: 95px;
  height: 95px;
  background: #00366A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
  z-index: 4;
}
.aapppp .i3-play .i3p-ing {
  position: relative;
  z-index: 2;
}
.aapppp .i3-play .i3p_bg {
  width: 160px;
  max-width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: roatec 12s linear infinite;
  z-index: 3;
}
.aapppp > img{

  width: 100%;
  object-fit: cover;
}
.bl_a2_page .about-1 .list {
  position: relative;
}
.bl_a2_page .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 90s linear infinite;
  -moz-animation: lz 90s linear infinite;
  animation: lz 90s linear infinite;
}
.bl_a2_page .about-1 .list span.h1 em {
  margin-right: 0.5em;
}
.bl_a2_page .about-1 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.bl_a2_page .about-1 .list .slick-list {
  overflow: unset;
}
.bl_a2_page .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bl_a2_page .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bl_a2_page .about-1 .list .slick-list .slick-current ~ div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
.bl_a2_page .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}
.bl_a2_page .bl_support1_page {
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_a2_page .bl_support1_page .bl-h1 {
  margin-top: var(--ft20);
  margin-bottom: var(--ft40);
}
.bl_a2_page .bl_support1_page .about-2 .right .tag ul li span {
  background: rgba(255, 255, 255, 0.1);
  left: 5px;
}
.bl_a2_page .bl_support1_page .about-2 .right .tag ul li a {
  width: 11px;
  height: 11px;
  border-radius: 6px;
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li {
  background: none;
  box-shadow: none;
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li .tm {
  background: none;
  box-shadow: none;
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li .tm .s2_bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li.active {
  background: var(--color);
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li.active .tm .s2_bg {
  opacity: 1;
}
.bl_a2_page .bl_support1_page .about-2 .right .content ul li.active .a2-h2,
.bl_a2_page .bl_support1_page .about-2 .right .content ul li.active .a2-h3 {
  opacity: 1;
}
.bl_a2_page .bl_support1_page .a2-h1 {
  font-weight: 500;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 15px;
}
.bl_a2_page .bl_support1_page .a2-h2 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  opacity: 0.6;
  line-height: 1.1;
}
.bl_a2_page .bl_support1_page .a2-h3 {
  font-weight: 400;
  font-size: var(--ft24);
  color: #FFFFFF;
  opacity: 0.6;
}
.bl_a2_page .a3 {
  padding-top: calc(6.77vw + 20px);
  padding-bottom: calc(6.77vw + 27px);
  background: url(../images/i2-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_a2_page .a3 .container .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_a2_page .a3 .container .a3-m {
  margin-top: calc(2.0835vw + 14px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  padding:  0 16vw;
}
.bl_a2_page .a3 .container .a3-m .a3-c {
  position: relative;

}
.a3c-bg1{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  padding: var(--ft60) var(--ft34);
  line-height: 1.1;
 
}
.a3c-bg1-p1{
  /*font-size: var(--ft38);*/
  font-size: var(--ft24);
  color: #10345f;
  text-transform: uppercase;
  font-weight: 100;
}
.a3c-bg1-p2{
    font-weight: 100;
  /*font-size: calc(0.415vw + 14px);*/
  font-size: calc(0.2vw + 14px);
  color: #10345f;
  text-transform: uppercase;
}
.a3c-bg1-p3{
      font-weight: 100;
  /*font-size: calc(0.15625vw + 14px);*/
  font-size: calc(0.1vw + 14px);
  color: #10345f;
  text-transform: uppercase;
      line-height: 1.4;
}
.a3c-bg1-p4{
      font-weight: 100;
  /*font-size: var(--ft30);*/
  font-size: var(--ft20);
  color: #10345f;
  text-transform: uppercase;
}
.a3c-bg1-p5{
      font-weight: 100;
  /*font-size: var(--ft46);*/
  font-size: var(--ft36);
  color: #10345f;
  text-transform: uppercase;
}
.a3-c .img{
  position: relative;
}
.a3c-bg2{
  position: absolute;
  left: 0;
  bottom:0;
  text-align: right;
    width: 100%;
  padding: var(--ft60) var(--ft34);
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}
.a3c-bg2-p1{
  font-weight: 100;
  /*font-size: var(--ft30);*/
  font-size: var(--ft24);
}
.a3c-bg2-p2{
  font-weight: 100;
  /*font-size: var(--ft46);*/
  font-size: var(--ft36);
}
.a3c-bg2-p3{
  font-weight: 100;
  /*font-size: var(--ft30);*/
  font-size: var(--ft24);
}
.bl_a2_page .a3 .container .a3-m .a3-c .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_a2_page .a3 .container .a3-m .a3-c .a3-t {
  background: #fff;
  padding: var(--ft34) var(--ft44);
}
.a3-t1{
  margin-top: var(--ft20);
  background: #221815;
   font-weight: 600;
  font-size: var(--ft24);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.bl_a2_page .a3 .container .a3-m .a3-c .a3-t .a3-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  margin-bottom: 14px;
}
.bl_a2_page .a3 .container .a3-m .a3-c .a3-t .a3-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  min-height: 56px;
}
.bl_a2_page .a4 {
  padding-top: calc(6.77vw + 20px);
  padding-bottom: calc(6.77vw + 20px);
  /*padding-bottom: var(--px100);*/
  background: url(../images/i3-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_a2_page .a4 img {
  /*margin-left: var(--px120);*/
  display: block;
  width: 65vw;
  margin:  0 auto;
}
.bl_a2_page .a5 {
  padding-top: var(--px100);
  padding-bottom: var(--px100);
  background: url(../images/i2-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_a2_page .a5 .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_a2_page .a5 .swiper-a5 {
  overflow: hidden;
  margin-top: var(--ft44);
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@media (max-width: 1450px) {
  .bl_a2_page .a4 img {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .bl_a2_page .a1 .container .a1-r {
    width: 54.98%;
  }
}
@media (max-width: 1000px) {
  .a1-w ul {
    flex-wrap: wrap;
  }
  .a1-w ul li {
    width: 50%;
  }
  .a1-w ul li p {
    text-align: left;
  }
  .a1-w ul li div {
    text-align: left;
  }
  .bl_a2_page .a1 .container .a1-m {
    flex-wrap: wrap;
  }
  .bl_a2_page .a1 .container .a1-m > div {
    width: 100% !important;
  }
  .bl_a2_page .a1 .container .a1-m .a1-r {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .bl_a2_page .a1 .container .a1-l .a1-h1,
  .bl_a2_page .a1 .container .a1-l .a1-h2,
  .bl_a2_page .a1 .container .a1-l .a1-h3 {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .bl_a2_page .a3 .container .a3-m {
    grid-template-columns: 1fr;
  }
}
.bl_a3_page .a31-1 {
  padding-top: var(--px120);
  padding-bottom: var(--px130);
  /*background: url(../images/i2-bg.jpg) no-repeat center;*/
  background-size: cover;
}
.bl_a3_page .a31-1 .bl_tap {
  margin: 0 auto var(--ft20);
}
.bl_a3_page .a31-1 .bl-h {
  margin-bottom: calc(1.3vw + 17px);
}
.bl_a3_page .a31-1 .a31-k2 {
  margin-top: calc(3.21vw + 37px);
}
.bl_a3_page .a31-1 .a31-k {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--ft60);
}
.bl_a3_page .a31-1 .a31-k .a31-o {
  flex: 1;
  position: relative;
}
.bl_a3_page .a31-1 .a31-k .a31-o .img>img{
  height: 189px;
  object-fit: cover;
}

.bl_a3_page .a31-1 .a31-k .a31-o .a31-bg {
  width: 709px;
  /*opacity: 0;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  clip-path: inset(0 100% 0 0);
}
 .a31-bg-text {
   margin-top: var(--ft20);
  /*width: 55.64%;
  position: absolute;
  top: 38px;
  right: 27px;*/
}
 .a31-bg-text .a31-t1 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #00366A;
  padding-left: 13px;
}
 .a31-bg-text .a31-t2 {
  width: 80%;
  height: 2px;
  background: #00366A;
  margin-top: var(--ft26);
  margin-bottom: var(--ft16);
  opacity: 0.6;
}
 .a31-bg-text .a31-t3 .a31-li {
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
}
 .a31-bg-text .a31-t3 .a31-li span {
  width: 5px;
  height: 5px;
  background: #00366A;
  border-radius: 50%;
  margin-right: var(--ft24);
  margin-top: 10px;
}
.bl_a3_page .a31-1 .a31-k .a31-o .a31-bg .a31-bg-img {
  position: absolute;
  left: -33px;
  top: -18px;
}
.a31-t3{
  width: 80%;
}
/*.bl_a3_page .a31-1 .a31-k .a31-o .a31-bg .a31-bg-img*/
.bl_a3_page .a31-1 .a31-k .a31-o .a31-bg .a31-bg-img .pic {
  position: absolute;
top: 46%;
    left: 49%;
  transform: translate(-50%, -50%);
  zoom: 0.87;
  width: 189px;
  object-fit: cover;
}
.bl_a3_page .a31-1 .a31-k .a31-o.active {
  /*flex: 0 0 709px;*/
}
.bl_a3_page .a31-1 .a31-k .a31-o.active .a31-bg {
  /*opacity: 1;*/
  clip-path: inset(0 0 0 0);
}
.bl_a3_page .a31-1 .a31-k .a31-o.active .img,
.bl_a3_page .a31-1 .a31-k .a31-o.active .a31-p {
  opacity: 1;
}
.bl_a3_page .a31-1 .a31-k .a31-o.active1 {
  margin-top: calc(4.479vw + 14px);
  flex: 0 0 709px !important;
}
.bl_a3_page .a31-1 .a31-k .a31-o.active1 .a31-bg {
  opacity: 1 !important;
}
.bl_a3_page .a31-1 .a31-k .a31-o.active1 .img,
.bl_a3_page .a31-1 .a31-k .a31-o.active1 .a31-p {
  /*opacity: 0 !important;*/
}
.bl_a3_page .a31-1 .a31-k .a31-o .a31-p {
  font-weight: bold;
  font-size: var(--ft24);
  color: #00366A;
  text-align: center;
  line-height: 1.1;
  margin-top: var(--ft24);
  min-height: 80px;
}
.bl_a3_page .a31-2 {
  padding-top: var(--px110);
  padding-bottom: calc(7.8vw + 20px);
  background: url(../images/a3m2.jpg) no-repeat center;
  background-size: cover;
}
.bl_a3_page .a31-2 .bl-h1 {
  margin-top: var(--ft20);
  margin-bottom: var(--ft30);
}
.bl_a3_page .a31-2 .a312p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.6;
  opacity: 0.6;
}
.bl_a3_page .a31-2 .swm {
  overflow: hidden;
  margin-top: var(--px70);
}
.bl_a3_page .a31-2 .marquee2 {
  transform: rotate(180deg);
  margin-top: var(--ft28);
}
.bl_a3_page .a31-2 .marquee__track {
  padding: var(--ft20) 0;
}
.bl_a3_page .a31-2 .marquee2 .slide {
  transform: rotate(180deg);
}
.bl_a3_page .a31-2 .marquee {
  width: 100%;
  box-sizing: border-box;
}
.bl_a3_page .a31-2 .marquee__track {
  display: flex;
  gap: 0px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.bl_a3_page .a31-2 .slide {
  flex: 0 0 20%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* 默认 slidesPerView=4 */
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f4f4f4;*/
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  /*width: 242px;
  height: 242px;*/
  position: relative;
  z-index: 1;
  /*padding: var(--ft20) var(--ft40);*/
  /*background: #f4eada;*/
  /*border-radius: var(--ft20);*/
  opacity: 0.7;
}
.bl_a3_page .a31-2 .slide:hover {
  box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.32);
  opacity: 1;
}
@media (max-width: 1499px) {
  .bl_a3_page .a31-2 .slide {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 1249px) {
  .bl_a3_page .a31-2 .slide {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 499px) {
  .bl_a3_page .a31-2 .slide {
    flex: 0 0 33.33%;
  }
}
.bl_a3_page .a31-3 {
  padding-top: calc(4.65vw + 17px);
  padding-bottom: var(--px100);
  background: url(../images/i2-bg.jpg) no-repeat center;
  background-size: cover;
}
.bl_a3_page .a31-3 .container {
  display: flex;
}
.bl_a3_page .a31-3 .container .a33-r {
  padding-top: var(--ft62);
  height: fit-content;
  position: relative;
}
.bl_a3_page .a31-3 .container .a33-r .a33-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.bl_a3_page .a31-3 .container .a33-l {
  padding-right: calc(2.6555vw + 14px);
}
.bl_a3_page .a31-3 .container .a33-l .bl_tap {
  margin-bottom: var(--ft20);
}
.bl_a3_page .a31-3 .container > div {
  width: 50%;
}
.bl_a3_page .a31-3 .container > div .bl-h {
  margin-bottom: calc(3.1215vw + 10px);
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n {
  cursor: pointer;
  width: 100%;
  padding: var(--ft32) var(--ft18);
  border-bottom: 1px solid #dddddd;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n.active {
  background: var(--color);
  border-bottom: 1px solid var(--color);
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n.active .m2-t span {
  opacity: 0;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n.active .m2-t .m2t-h {
  opacity: 1;
  color: #fff;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n.active .m2-t .m2t-h b {
  background: #ffffff;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t span {
  font-size: var(--ft24);
  color: #c3c3c3;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t .m2t-h {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  line-height: 1.1;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t .m2t-h b {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #00366A;
  border-radius: 50%;
  margin-right: 8px;
}
.bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-p {
  display: none;
  padding-top: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.56;
  opacity: 0.6;
}
.bl_a3_page .swiper5 {
  margin: 0 auto;
  width: 650px;
  overflow: hidden;
}
.bl_a3_page .swiper5 {
  width: 650px;
  overflow: hidden;
  padding: 100px 0;
}
.bl_a3_page .swiper5 .swiper-wrapper {
  perspective: 1000px;
}
.bl_a3_page .swiper5 .swiper-slide {
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1) translateZ(0px);
}
.bl_a3_page .swiper5 .swiper-slide-active {
  opacity: 1;
  transform: scale(1.5) translateZ(0);
  z-index: 2;
}
.bl_a3_page .swiper5 .swiper-slide-prev,
.bl_a3_page .swiper5 .swiper-slide-next {
  opacity: 1;
  transform: scale(1.2) translateZ(0px);
}
.bl_a3_page .swiper5 .swiper-slide img {
  transition: all 0.5s ease;
}
@keyframes q3b-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bl_a3_page .a31-4 {
  padding-top: calc(8.752vw + 14px);
  padding-bottom: calc(9.38vw + 20px);
  background: url(../images/q1-9.jpg) no-repeat center;
  background-size: cover;
}
.a44-m {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--ft60);
  align-items: center;
}
.a44-m:last-child {
  margin-bottom: 0;
}
.a44-m:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.a44-m > div {
  width: 47.1%;
}
.a44-m .a44-l{
  /*flex: 1;*/
  padding-right: var(--ft30);
}
.a44-m > div .bl-h1 {
  margin-top: var(--ft20);
  margin-bottom: var(--ft34);
}
.a44-m .a44-au {
  height: 330px;
  overflow-y: auto;
}
.a44-m .a44-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.1;
}
.a44-m .a44-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  /*line-height: 1.78;*/
  opacity: 0.6;
}
.a44-m .a44-l{
  /*height: 440px;*/
  /*overflow-y: auto;*/
}
.a44-m .a44-li {
  font-weight: 400;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.6);
  /*line-height: 1.78;*/
  display: flex;
  align-items: flex-start;
}
.a44-m .a44-li img {
  width: 14px;
  object-fit: contain;
  flex: 0 0 14px;
  margin-right: 6px;
  margin-top: 7px;
}
.prodet-page .a44-m .bl-h1{
  color: #333;
  font-size: var(--ft24);
}
.prodet-page .a44-m .a44-r br{
  display: none;
}
.prodet-page .a44-m .a44-l{
  height: auto;
  overflow-y: unset;
}
.prodet-page .a44-m:first-of-type{
  margin-top: var(--ft50);
} 
.prodet-1 .font-32.font-bold.block{
  font-size: var(--ft46);
}
.prodet-page .a44-m .a44-r img{
  width: 100%;
}
.prodet-page .a44-m .a44-p,
.prodet-page .a44-m .a44-h,.prodet-page .a44-m .a44-li{
    color: #333;
}
.prodet-page .a44-m .a44-p img{
  margin-top: 6px;
}
.bl_a3_page .a31-5 {
  padding-top: var(--px130);
  padding-bottom: var(--px90);
  background: url(../images/qi-8.jpg) no-repeat center;
}
.bl_a3_page .a31-5 .a55-bm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.21vw;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c {
  overflow: hidden;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c:hover .a5-tn .a5-tn1 {
  transform: translateY(0);
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c:hover  .a5-tn .a5-tn1 .at-p {
  opacity: 1;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn1{
  /*display: none;*/
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
/*height: 101px;*/
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn {
  background: #fff;
  /*padding: var(--ft50) var(--ft30) var(--ft60);*/
  position: relative;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2{
height: 294px;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
  height: 440px;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt,
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2{
  padding: var(--ft50) var(--ft30) var(--ft60);
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .bl-h,
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .bl-h1 {
  margin-top: var(--ft20);
  margin-bottom: var(--ft18);
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p {
  display: flex;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p img {
  width: 14px;
  object-fit: contain;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 9px;
  margin-right: 8px;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.78;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*height: 140%;*/
  background: #fff;
  transform: translateY(17%);
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
  color: #333333;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1{
  border: 1px solid #AFB1B4;
  color: #666666;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c:hover .a5-tn .a5-tn1 .bl_tap1{
border: 1px solid #FFFFFF;
color: #fff;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c:hover .a5-tttt .bl-h1{
  color: #fff;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c:hover .a5-tn .a5-tn1{
    background: var(--color);
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_a3_page .a31-5 .mb130 {
  margin-bottom: calc(5.75vw + 20px);
}
.bl_a3_page .a31-5 .mb220 {
  margin-bottom: calc(9.9vw + 27px);
}
.bl_a3_page .a31-5 .a55-m {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.bl_a3_page .a31-5 .a55-m .bg-e1 {
  position: absolute;
  width: 51.25vw;
  height: auto;
  object-fit: contain;
  left: calc(-3.959vw - 14px);
  bottom: calc(-3.4405vw - 14px);
}
.bl_a3_page .a31-5 .a55-m .bg-e2 {
  position: absolute;
  right: calc(-2.1885vw - 14px);
  bottom: calc(-1.2465vw - 14px);
}
.bl_a3_page .a31-5 .a55-m .a55-l {
  position: relative;
  height: 1px;
  width: 50%;
}
.bl_a3_page .a31-5 .a55-m .bl-h {
  margin-top: var(--ft20);
  margin-bottom: var(--ft32);
}
.bl_a3_page .a31-5 .a55-m .w47 {
  width: 47.06%;
}
.bl_a3_page .a31-5 .a55-m .w42 {
  width: 42.35%;
}
.bl_a3_page .a31-5 .a55-m .a55-h1 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #333333;
  line-height: 1.1;
  margin-bottom: 10px;
}
.bl_a3_page .a31-5 .a55-m .a55-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.6;
}
.bl_a3_page .a31-5 .a55-m .a55-yi {
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.78;
}
.bl_a3_page .a31-5 .a55-m .a55-yi img {
  width: 14px;
  object-fit: contain;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 9px;
  margin-right: 8px;
}
.bl_a3_page .a31-5 .a55-m .bg-e2 {
  width: 44.64vw;
}
@media screen and (max-width: 1450px) {
  .bl_a3_page .a31-5 .bl_tap,
  .bl_a3_page .a31-5 .bl_tap1 {
    padding: 10px;
    height: auto;
  }
  .bl_a3_page .swiper5 {
    width: 530px;
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.8;*/
  }
}
@media screen and (max-width: 1250px) {
  .bl_a3_page .a31-3 .container {
    flex-wrap: wrap;
  }
  .bl_a3_page .a31-3 .container > div {
    width: 100% !important;
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.6;*/
  }
  .bl_a3_page .swiper5 {
    width: 970px;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
.bl_a3_page .a31-5 {
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .a31-t3 ul{
    padding-left: 20px !important;
  }
  .bl_a3_page .a31-5 .a55-bm {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .bl_a3_page .a31-5 {
    padding-top: 0;
  }
  .bl_a3_page .a31-5 .a55-m .bg-e2,
  .bl_a3_page .a31-5 .a55-m .bg-e1 {
    position: static;
    width: 100%;
  }
  .bl_a3_page .a31-5 .a55-m .a55-l,
  .bl_a3_page .a31-5 .a55-m .w42,
  .bl_a3_page .a31-5 .a55-m .w47 {
    width: 100% !important;
  }
  .bl_a3_page .a31-5 .a55-m {
    display: block;
  }
  .a44-m {
    flex-wrap: wrap;
  }
  .a44-m > div {
    width: 100% !important;
    margin-top: var(--ft34);
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    zoom: 1;
  }
  .bl_a3_page .a31-1 .a31-k {
    display: block;
  }
  .bl_a3_page .swiper5 {
    width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.9;*/
  }
}
@media screen and (max-width: 700px) {
   .a31-bg-text .a31-t3 .a31-li {
    font-size: 18px;
  }
   .a31-bg-text .a31-t1 {
    font-size: 24px;
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.7;*/
  }
}
@media screen and (max-width: 700px) {
  .bl_a3_page .swiper5 {
    width: 95vw;
  }
}
@media screen and (max-width: 500px) {
  .bl_tap {
    height: auto;
    padding: var(--ft26) !important;
  }
   .a31-bg-text .a31-t3 .a31-li {
    font-size: 28px;
  }
   .a31-bg-text .a31-t1 {
    font-size:var(--ft30);
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.55;*/
  }
}
@media screen and (max-width: 400px) {
   .a31-bg-text .a31-t3 .a31-li {
    font-size: 28px;
  }
   .a31-bg-text .a31-t1 {
    font-size:var(--ft30);
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.5;*/
  }
}
@media screen and (max-width: 360px) {
   .a31-bg-text .a31-t3 .a31-li {
    font-size: 28px;
  }
   .a31-bg-text .a31-t1 {
    font-size: var(--ft30);
  }
  .bl_a3_page .a31-1 .a31-k .a31-o {
    /*zoom: 0.4;*/
  }
}
.line_ba{
  position: relative;

}
.line_ba p{
  position: relative;
  z-index: 3;
}
.line_ba span{
  position: absolute;
  width: 76.5%;
height: 12px;
background: #01366A;
bottom: 8px;
left: 0;
}
/*///////////////////////////*/
.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .left{
    position: sticky;
    top: 120px;
    height: fit-content;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}
@media screen and (max-width: 1000px) {
    .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
}
.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: -moz-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: linear-gradient(320deg, #0c1937 48%, #0c286c 58%);
  color: white;
}
.why-page .why-1 .list span.h6 {
  line-height: 1;
}
.why-page .why-2 {
  background-color: #f5f5f7;
}
.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}
.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}
.why-page .why-3 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
    .why-page .why-1 .list {
    padding: 5%;
  }
  .why-page .why-1 .list ul li {
    width: 100%;
  }
}
.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product2-page .container .product_left .search_cont {
    position: relative;
}
.product2-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #333;
    line-height: 1;
}
.product2-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product2-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #d6d6d6;
    padding: 40px;
}
.product2-page .container .product_left .item .tips {
    font-weight: bold;
}
.product2-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product2-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #e5e5e5;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
    overflow: hidden;
}
.product2-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
    z-index: 3;
}
.product2-page .container .product_left .item .nav_cont li a span,
 .product_left .item .nav_cont li a span{
      z-index: 3;
      position: relative;
}
.product2-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product2-page .container .product_left .item .nav_cont li a::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  clip-path: inset( 0 100% 0 0);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product2-page .container .product_left .item .nav_cont li a:hover,
.product2-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    /*background-color: var(--color);*/
}
.product2-page .container .product_left .item .nav_cont li a:hover::after,
.product2-page .container .product_left .item .nav_cont li a.active::after {
  clip-path: inset(0 0 0 0);
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product2-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product2-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
        background: #e5e5e5;
}
.product2-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product2-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product2-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product2-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product2-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product2-page .container .product_right .cat_name {
    font-weight: bold;
}
.product2-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product2-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product2-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product2-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product2-page .container .product_right .content ul li .box a {
    display: block;
    position: relative;
}
.product2-page .container .product_right .content ul li .box a .img-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 4;
  top: 0;
  left: 0;
}
 a .img-img{
       -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
 }
.product2-page .container .product_right .content ul li .box:hover   a .img-bg{
  opacity: 1;
}
.product2-page .container .product_right .content ul li .box:hover   a .img-img{
  opacity: 0;
}
.product2-page .container .product_right .content ul li .box a img {
    width: 100%;
    display: block;
}
.product2-page .container .product_right .content ul li .box .img img {
    width: 100%;
    background: #fff;
        border: 1px solid #dcdcdc;
}
.product2-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    /*background: #fff;*/
    padding: 15px 15px 20px;
}
.product2-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product2-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product2-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #333;
    margin-top: 4px;
}
.product2-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product2-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}

@media screen and (max-width: 1250px) {
  .product2-page .container .product_right {
    width: 100%;
    padding-left: 0;
  }
  .product2-page .container .product_left {
    display: none;
  }
}
h1.hhhh {
    display: inline;
}
p.fpp {
    width: 1252px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text.font-14.mt-10.mb-30.text-hide-3 {
    line-height: 2;
}
span.h6.font-17.font-bold.text-hide-2.hover-text.text-hide-2 {
    line-height: 1.7!Important;
}
.text.font-14.mt-30.mb-20 {
    line-height: 2;
}
span.h2.font-80.font-bold.block {
    font-size: 70px;
}
h1.h2.font-80.font-bold.block {
    font-size: 60px;
}
.cat_des.font-18.wow.fadeInUp.Auxil-catdes {
    line-height: 1.6;
}
.cat_des.font-18.wow.fadeInUp.Auxil-catdes {
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 0;

}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media screen and (max-width: 1000px) {
   .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
.news-page .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
  color: #666;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
    .faq-page span.h6 i {
    zoom: .7;
  }
}
.contact-page {
  padding-top: 6%;
  background: #f6f6f6;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #333;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@media screen and (max-width: 1230px) {
    .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
   .contact-page .contact-1 .header .i-title{
    width: 100%;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
   .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 5px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
.news_f>a{
  width: 40%;
}
.news_f>li{
  width: 60%;
  padding-left: var(--ft40)
}
.i1r-m1 .i1r-n,
.i1r-m2 .i1r-n,
.i1r-m3 .i1r-n {
display: none
}
.i1r-m1 .i1r-n:first-child,
.i1r-m2 .i1r-n:first-child,
.i1r-m3 .i1r-n:last-child{
  display: block;
}
.fwb{
font-weight: bold !important;
}
.fwb20{
  font-size: var(--ft20) !important; 
  margin-top:  var(--ft20) !important; 
}
.fw400{
font-weight: 400 !important;
}
.c666{
  line-height: 1.8;
  color: #666;

}
@media screen and (max-width: 1000px) {
  .casedet-page .left{
    position: static;
    top: 120px;
    height: fit-content;
}
}
body{
  background: url(../images/i2-bg.jpg) repeat center;
    background-size: cover;
}
#index-body .init-899{
  padding-top: 0;
  padding-bottom: 0;
}
.seoPublic>div:nth-child(odd){
  background: transparent;
}
.inner_l{
  width: 100%;
  color: #666;
}
.nav_cont_why{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--ft60);
}
.nav_cont_why li{
  border: 1px solid #fff;
    border-radius: 10px;

    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--ft24);

}
.nav_cont_why li a{
      padding: var(--ft24) var(--ft40);
}
.nav_cont_why li.active{
  background: var(--color);
  color: #fff;
   border: 1px solid var(--color);
}
.nav_cont_why li:first-child{
  margin-right: var(--ft60);
}
table tbody td span{
  font-family: 'Lexend Deca' !important;

}
table tbody td b span{
  font-weight: 800 !important;
}
.prodet-page table{
  margin-top: 10px;
  margin-bottom: 10px;
}
.inner-page.why-page.swiper-i7{
  margin-right: 0;
}
.inner-page.why-page.swiper-i7 .swiper-slide .i7-bg .i7-bp{
  height: 190px;
}
#index-body .init-2.init-2-0{
  background: url(/blkldkjfz/2026/05/12/flvjlhzn1778571021.png) no-repeat center;
    background-size: cover;
}
#index-body .init-2.init-2-0 .container .swiper-i2 .swiper-slide .i2-text .i2-h{
color: #fff;
}
.prodet-2 p{
margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .bl_ma_page .m4{
 display: none !important;
}
}
@media screen and (max-width: 700px) {
  #banner .swiper_banner .swiper-slide .banner-text .bt2,
  #banner .swiper_banner .swiper-slide .banner-text .bt3 .bt31{
    display: none;
  }
  #banner .swiper_banner .swiper-slide>img{
    height: 100% !important;
    width: 100%;
  }
  .bl_btn{
    height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-3 .container .i3-l .i3l-tap,
  .bl_tap{
    border-radius: 30px;
  }
    
}
@media screen and (max-width: 500px) {
    .bl_tap {
        height: auto;
        padding: 7px var(--ft26) !important;
    }
}
@media screen and (max-width: 1000px) {
  .news-page .list2 .flex.news_f {
    flex-wrap: wrap;
  }
  .news-page .list2 .flex.news_f>a{
    padding: 0;
    width: 100%

  }
   .news-page .list2 .flex.news_f>li{
    padding: 0;
    width: 100%;
    margin-top: var(--ft40);
  }
}
@media screen and (max-width: 1000px) {
  .bl_a3_page .a31-1 .a31-k .a31-o .a31-bg{
    clip-path: inset(0 0 0 0) !important;
  }
}
.init-8.init-900 {
  padding-bottom: var(--px100) !important;
  padding-top: 0 !important;
}
.prodet-page .prodet-1 .left .big{
  background: #fff;
}
.prodet-page .prodet-1 .left .small li a{
    background: #fff;
    display: block;
}
.rth500{
  height: 485px;
}
.popp_0{
  font-size: var(--ft46);
  font-weight: 600;
  margin-bottom: var(--ft30);
}
.prodet-page .a44-m .bl_btn{
  margin-top: calc(4.059vw + 14px);
}
@media screen and (max-width: 1000px) {
  #banner .swiper_banner .swiper-slide .banner-text .bt2{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c,
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c{
    padding: 0 4px 6px;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li span,
  #index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li .i1rn-li1 span{
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt1{
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img,
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img{
    margin-right: 5px;
  }
}
.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper{
    padding:var(--ft60) 0;
    margin: 0 150px;
}
.about-page .about-2 .mk-tt{ 
    color: #fff;
}
.about-page .about-2 .swiper .h6{
    line-height: 2;
    color: #fff;
}
.about-page .about-2 .swiper .text{
    line-height: 2;
    padding-right: 40px;
    color: #fff;height: 180px;
    overflow-y: auto;
}
.zdy-switch>div {
    position: static;
    width: 50px;
    height: 50px;
    background-color: rgba(237, 237, 237, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
}
.zdy-switch>div::after {
    font-size: 16px;
    color: #b2b2b2;
    transition: all 0.5s;
}
.zdy-switch>div:hover {
    background-color: var(--color);
}
.zdy-switch>div:hover::after {
    color: #fff;
}  
.about-page .about-2 .swiper .swiper-wrapper{
    align-items: flex-end;
}
.about-page .about-2 .swiper .swiper-slide .box{
    position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line{
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 100%;
    margin: 10px 0 20px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
    width: 100%
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
    left: 3px;
    background-color: var(--color)
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
    opacity: .5
}
.about-page .about-2 .zdy-switch>div{
    position: absolute;
    margin-top: -86px;
    background-color: #fff;
}
.about-page .about-2 .zdy-switch>div:hover{
    background-color: var(--color);
}
@media screen and (max-width: 1250px) {
      .about-page .about-2 .swiper .swiper-slide::after{
        height: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-2 .swiper {
        padding: 30px 0;margin: 0 66px;
    }
    .about-page .about-2 .swiper .swiper-slide .box {
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
      .about-page .about-2 .swiper {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1250px) {
  .bl_a3_page .a31-1 .a31-k {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ft20);
}
}
@media screen and (max-width: 700px) {
  .bl_a3_page .a31-1 .a31-k {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ft20);
}
}
@media screen and (max-width: 500px) {
  .bl_a3_page .a31-1 .a31-k {
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap: 15px;
}
.a31-t3,
.a31-bg-text .a31-t2{
  width: 100%;

}
}
.bl_a3_page .a31-1 .a31-k .a31-o.active1 .img,
.bl_a3_page .a31-1 .a31-k .a31-o .img{
display: flex;
justify-content: center;
padding-top: var(--ft30); 
}
.a31-bg-text .a31-t1{
  text-align: center;
}
.a31-t3,
.a31-bg-text .a31-t2{
  width: 100%;

}
.list-cc{
  display: flex;
  justify-content: space-between;
}
.list-cc >div{
  width: 45%;
}
.list-cc-li{
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(2.0835vw + 12px);
}
.listy1{
font-weight: bold;
font-size: var(--ft24);
color: #01366A;
}
.listy2{
font-weight: 400;
font-size: var(--ft20);
color: #666666;
}
.listy{
  margin-left: calc(0.415vw + 14px);
}
.listy3{
  display: flex;
  align-items: flex-start;
  margin-top:var(--ft18) ;
}
.listy3 img{
  margin-top: 8px;
}
.listy3 >div{
  width: 93%;
  margin-left: 8px;
  font-weight: 400;
font-size: var(--ft20);
color: #666666;
}
@media screen and (max-width: 1000px) {
  .list-cc{
    flex-wrap: wrap;
  }
  .list-cc>div{
    width: 100%;
  }
}
.bl_a1_page .bl_a3_page .a31-5 .a55-m .a55-l{
  height: auto;
}
.bl_a1_page .a1{
  padding-bottom: 0;
}
.bl_a1_page .bl_a3_page .a31-5 .a55-m .a55-yi{
  margin-bottom: 8px;
}
.a55-h12{
font-weight: bold;
font-size: var(--ft24);
color: #01366A;
margin-bottom: 11px;
}
.a55-yi1{
  margin-bottom: 11px;
  padding-left: var(--ft20);
font-weight: 400;
font-size: var(--ft18);
color: #666666;
line-height: 1.7;
}
.a55-l22223{
  display: flex;
  justify-content: flex-end;
}
.bl_a1_page .bl_a3_page .a31-5 .a55-m {
  align-content: center;
}
.bl_a1_page .bl_a3_page .a31-5 .a55-m .w47{
padding-top: var(--ft30);
}
.bl_a1_page  #index-body .init-5{
background: transparent;
}
.bl_a1_page #index-body .init-5{
  padding-bottom: 0;
}
.swiper-i61 {
  overflow: hidden;
  padding-top: calc(2.1885vw + 14px);
  padding-bottom: calc(1.56vw + 14px);
}
.swiper-i62 {
  overflow: hidden;
  position: relative;
}
.swi62 {
  position: relative;
  padding-bottom: 50px;
}
.swi62 .i62-bg1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: auto;
  max-width: 825px;
}
#index-body .init-6 .container .i6-r{
  /*background: #fff;
  padding: 0 var(--ft50);*/
}
#index-body .init-6 .container .i6-r .swiper-i61 img{
  /*filter: brightness(0);*/
} 
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide {
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide .i6-box .i6-p2{
  font-size: 18px;
  line-height: 1.8;
  height: 63px;
  overflow: hidden;
}
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide:hover .i6-box{
background: var(--color);
}
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide:hover{
  transform: translateY(-30px);
}
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide:hover .i6-h,
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide:hover .i6-p2{
  color: #fff;
}
#index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide:hover .i6-box1  .i6-p2{
  height: fit-content;

}
 .i6-h, .i6-p2,
 .i6-box{
     -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
 }
 .i6-box1{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
 }
  .i6-box1 .i6-p2{
      /*height: fit-content !important;*/
  }
  #header.active1{
    background: #000 !important;
  }
  .i1r-n.i1r-n66 .i1rn-li.fwb{
    color: #333;
  }
  .i1r-n.i1r-n66 .i1rn-li{
    color: #666;
  }
  /*////////////////////////*/
  .bl_pro_s-page .ps-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.2;
}
.bl_pro_s-page .ps-h span {
  font-size: var(--ft24);
  font-weight: 400;
}
.bl_pro_s-page .ps-1 {
  padding-top: var(--px40);
  padding-bottom: var(--px60);
}
.bl_pro_s-page .ps-1 .ps1-m {
  display: flex;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-l {
  width: 30%;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-l .swiper-isbig {
  overflow: hidden;
  background: #fff;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-l .swiper-issmall .swiper-slide{
   background: #fff;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-l .swiper-issmall {
  margin-top: 8px;
  overflow: hidden;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r {
  width: 70%;
  padding-left: var(--ft48);
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1r-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #333333;
  line-height: 1.1;
  margin-bottom: var(--ft16);
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1r-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1r-p p {
  margin-bottom: 8px;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv {
  display: flex;
  justify-content: space-between;
  margin-top: var(--ft46);
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv .ps1rv_l .Auxil-through a {
  font-weight: 400;
  font-size: var(--ft16);
  color: #323334;
}
.bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv .ps1rv_l .Auxil-through a:hover {
  color: var(--color);
}
.bl_pro_s-page .ps2-t {
  background: #fff;
  display: flex;
}
.bl_pro_s-page .ps2-t .ps2tc {
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  padding: var(--ft34) var(--ft32);
  display: flex;
  align-items: center;
  border-radius: 0 0 30px 0;
  cursor: pointer;
}
.bl_pro_s-page .ps2-t .ps2tc.active {
  background: var(--color);
  color: #fff;
}
.bl_pro_s-page .ps2-t .ps2tc.active span {
  background: #fff;
}
.bl_pro_s-page .ps2-t .ps2tc span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  margin-right: 12px;
}
.bl_pro_s-page .ps2-b {
  padding-top: var(--px20);
  padding-bottom: var(--px20);
}
.bl_pro_s-page .ps2-b .ps2-bc {
  display: none;
}
.bl_pro_s-page .ps2-b .ps2-bc:first-child {
  display: block;
}
.ps2-bm {
  display: flex;
}
.ps2-bm > div {
  /*width: 50%;*/
}
@media (max-width: 1450px) {
  .ps2-bm > div{
    width: 50%;
  }
}
.ps2-bm .ps2-bm_r {
  display: flex;
  justify-content: end;
}
.ps2-bm .ps2-bm_l{
  flex: 1;
}
.ps2-bm .ps2-bm_l .ps2-bm_l_h {
  padding-top: var(--ft26);
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.2;
  /*padding-right: 6.9vw;*/
}
.ps2-bm .ps2-bm_l .ps2-bm_l_p {
  margin-top: var(--ft26);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 1.67;
  margin-bottom: var(--ft20);
}
.bl_pro_s-page .ps-3 {
  padding-top: var(--px120);
  padding-bottom: var(--px60);
  background: #143569;
}
.bl_pro_s-page .ps-3 .ps3-m .img {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
.bl_pro_s-page .ps-3 .ps3-m .ps3m-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #FFFFFF;
  line-height: 1.2;
}
.bl_pro_s-page .ps-3 .ps3-m .ps3m-p1 {
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
  margin-top: var(--ft44);
  margin-bottom: var(--ft34);
}
.bl_pro_s-page .ps-3 .ps3-m .ps3m-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
  opacity: 0.6;
}
.bl_pro_s-page .ps-4 {
  padding-top: var(--px100);
  padding-bottom: var(--px100);
}
.ps4-m .ps4-m-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.2;
}
.ps4-m .ps4-m-p {
  font-weight: 400;
  font-size: var(--ft24);
  color: #666666;
}
.ps4-m .ps4-m-p-img {
  display: flex;
  justify-content: space-between;
  margin-top: var(--ft36);
}
.ps4-m .ps4-m-p-img img {
  width: 49.8%;
}
.bl_pro_s-page .ps-5 {
  /*padding-bottom: var(--px100);*/
  margin-bottom: var(--px100);
}
 .ps5-m {
  display: flex;
  align-items: center;
}
 .ps5-m > div {
  /*width: 50%;*/
}
@media screen and (max-width: 1600px) { .ps5-m > div {
  width: 50%;
}

}

.ps5m-r{
  flex: 1;
}
 .ps5-m .ps5m-r .ps5m-r-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.2;
}
 .ps5-m .ps5m-r .ps5m-r-p {
  margin-top: var(--ft36);
  margin-bottom: var(--ft46);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-6 {
  background: linear-gradient(0deg, #FFFFFF 0%, #E2E2E2 52%);
  box-shadow: 28px 10px 27px 11px rgba(142, 142, 142, 0.09);
  border-radius: var(--px120);
  padding-top: var(--ft44);
  padding-bottom: calc(5.75vw + 17px);
}
.bl_pro_s-page .ps-6 .ps6m .ps6mc {
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mc > div {
  width: 50%;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mc .ps6mr {
  display: flex;
  justify-content: end;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mc .ps6ml .ps6h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #01366A;
  line-height: 1.2;
  padding-right: var(--px140);
  margin-bottom: var(--ft50);
}
.bl_pro_s-page .ps-6 .ps6m .ps6mc .ps6ml .ps6p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mv {
  margin-top: calc(3.0225vw + 14px);
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mv > div {
  width: 50%;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mv .ps6mvr {
  padding-left: var(--ft24);
}
.bl_pro_s-page .ps-6 .ps6m .ps6mv .ps6mvr .ps6mvr-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-6 .ps6m .ps6mv .ps6mvr .ps6mvr-p {
  margin: 0 auto var(--ft44);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 726px;
  padding: 9px;
  background: #143569;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.bl_pro_s-page .ps-7 {
  padding-top: calc(5.21vw + 17px);
  padding-bottom: calc(5.75vw + 17px);
}
.bl_pro_s-page .ps-7 .ps7m .ps7t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tl {
  /*width: 30%;*/
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr {
  /*width: 66%;*/
  flex: 1;
  padding-left: 1.4vw;
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr .ps7tr-p {
  margin-top: var(--ft38);
  margin-bottom: var(--ft40);
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  line-height: 1.67;
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr .ps-h{
  margin-bottom: var(--ft20)
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr .ps7tr-dp {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  /*margin-bottom: var(--ft20);*/
  display: flex;
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr .ps7tr-dp:last-child {
  margin-bottom: 0;
}
.bl_pro_s-page .ps-7 .ps7m .ps7t .ps7tr .ps7tr-dp span {
  width: 8px;
  margin-top: 11px;
  height: 8px;
  background: #00366A;
  border-radius: 50%;
  flex: 0 0 8px;
  margin-right: 9px;
}
.bl_pro_s-page .ps-7 .ps7m .ps7b {
  margin-top: var(--px110);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.bl_pro_s-page .ps-7 .ps7m .ps7b .ps7bl {
  width: 38%;
}
.bl_pro_s-page .ps-7 .ps7m .ps7b .ps7bl .ps7bl-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  padding-right: 12px;
  margin-top: var(--ft48);
}
.bl_pro_s-page .ps-7 .ps7m .ps7b .ps7br {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.bl_pro_s-page .ps-8 .ps8m .ps8t {
  display: flex;
  justify-content: space-between;
}
.bl_pro_s-page .ps-8 .ps8m .ps8m-p {
  margin-top: var(--ft34);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-9 {
  padding-top: var(--px60);
  padding-bottom: var(--px60);
}
.bl_pro_s-page .ps-9 .ps9m .ps9h1 {
  width: 86%;
}
.bl_pro_s-page .ps-9 .ps9m .ps9-table {
  margin-top: var(--ft20);
  margin-bottom: calc(3.0225vw + 10px);
}
.bl_pro_s-page .ps-9 .ps9m .ps9v {
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-9 .ps9m .ps9v > div {
  width: 50%;
}
.bl_pro_s-page .ps-9 .ps9m .ps9v .ps-h {
  margin-top: var(--ft32);
  margin-bottom: var(--ft38);
}
.bl_pro_s-page .ps-9 .ps9m .ps9v .ps9-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  width: 95%;
}
.bl_pro_s-page .ps-9 .ps9m .ps9v .ps9vr {
  display: flex;
  justify-content: end;
}
.bl_pro_s-page .ps-10 {
  background: linear-gradient(0deg, #FFFFFF 0%, #E2E2E2 52%);
  box-shadow: 28px 10px 27px 11px rgba(142, 142, 142, 0.09);
  border-radius: var(--px120);
  padding-top: calc(3.0725vw + 14px);
  padding-bottom: var(--ft50);
}
.bl_pro_s-page .ps-10 .ps10m-p1 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #999999;
  margin-bottom: var(--ft32);
}
.bl_pro_s-page .ps-10 .ps-h {
  margin-top: var(--ft30);
  margin-bottom: 10px;
}
.bl_pro_s-page .ps-10 .ps10m-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-10 .ps10m-p2 p {
  margin-bottom: var(--ft20);
}
.bl_pro_s-page .ps-10 .ps10mt {
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-10 .ps10mt > div {
  width: 50%;
}
.bl_pro_s-page .ps-11 {
  padding-top: calc(5.75vw + 19px);
  padding-bottom: calc(3.959vw + 12px);
}
.bl_pro_s-page .ps-11 .ps11m {
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-11 .ps11m > div {
  width: 50%;
}
.bl_pro_s-page .ps-11 .ps11m .ps-h {
  margin-top: var(--ft24);
  margin-bottom: var(--ft32);
  width: 89%;
}
.bl_pro_s-page .ps-11 .ps11m .ps11mp {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
.bl_pro_s-page .ps-12 {
  padding-top: calc(5.75vw + 18px);
  padding-bottom: var(--px120);
  background: #143569;
}
.bl_pro_s-page .ps-12 .ps12m {
  display: flex;
  align-items: center;
}
.bl_pro_s-page .ps-12 .ps12m > div {
  width: 50%;
}
.bl_pro_s-page .ps-12 .ps12m .ps12mr {
  display: flex;
  justify-content: end;
}
.bl_pro_s-page .ps-12 .ps12m .ps-h {
  color: #f7f7f7;
  margin-bottom: var(--ft46);
}
.bl_pro_s-page .ps-12 .ps12m .ps12mp {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.79);
  line-height: 1.67;
  margin-bottom: 14px;
}
.bl_pro_s-page .ps-12 .ps12m .ps12mp .ps12mp-p {
  width: 89%;
}
.bl_pro_s-page .ps-12 .ps12m .ps12mp .ps12mp-icon {
  flex: 0 0 27px;
  display: flex;
  justify-content: start;
  margin-right: 14px;
  margin-top: 5px;
}
.bl_pro_s-page .ps-12 .ps12m .ps12mp .ps12mp-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}
 .ps5-m .ps5m-l {
  padding-right: var(--ft40);
}
.ps10mt:nth-of-type(1) .ps10mtl {
  padding-right: var(--ft30);
}
.ps10mt:nth-of-type(2) .ps10mtl {
  padding-left: var(--ft30);
}
@media screen and (max-width: 1800px) {
  .bl_pro_s-page .ps-8 .ps8m .ps8t > img {
    width: 49%;
  }
}
.ps11ml {
  padding-right: var(--ft30);
}
@media screen and (max-width: 1000px) {
  .bl_pro_s-page .ps-10 .ps10mt:nth-of-type(2) {
    flex-wrap: wrap-reverse;
  }
  .bl_pro_s-page .ps-10 .ps10mt {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-10 .ps10mt > div {
    width: 100%;
    padding: 0 !important;
    margin-bottom: var(--ft44);
  }
  .bl_pro_s-page .ps-7 .ps7m .ps7b .ps7br {
    margin-top: var(--ft40);
  }
  .bl_pro_s-page .ps-6 .ps6m .ps6mv .ps6mvr .ps6mvr-p {
    border-radius: 90px;
  }
  .bl_pro_s-page .ps-6 .ps6m .ps6mv .ps6mvr {
    padding: 0;
    margin-top: var(--ft46);
  }
  .bl_pro_s-page .ps-6 .ps6m .ps6mc .ps6ml .ps6h {
    padding: 0;
  }
  .bl_pro_s-page .ps-6 .ps6m .ps6mc,
  .bl_pro_s-page .ps-6 .ps6m .ps6mv,
  .bl_pro_s-page .ps-7 .ps7m .ps7t,
  .bl_pro_s-page .ps-7 .ps7m .ps7b,
  .bl_pro_s-page .ps-12 .ps12m {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-6 .ps6m .ps6mc > div,
  .bl_pro_s-page .ps-6 .ps6m .ps6mv > div,
  .bl_pro_s-page .ps-7 .ps7m .ps7t > div,
  .bl_pro_s-page .ps-7 .ps7m .ps7b > div,
  .bl_pro_s-page .ps-12 .ps12m > div {
    width: 100% !important;
  }
  .ps4-m .ps4-m-p-img {
    flex-wrap: wrap;
  }
  .ps4-m .ps4-m-p-img > img {
    width: 100%;
  }
  .ps2-bm .ps2-bm_r {
    justify-content: start;
    margin-top: var(--ft36);
  }
  .ps2-bm {
    flex-wrap: wrap;
  }
  .ps2-bm > div {
    width: 100%;
  }
  .swiper-isbig img {
    width: 100% !important;
  }
  .bl_pro_s-page .ps-1 .ps1-m {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-1 .ps1-m > div {
    width: 100% !important;
  }
  .bl_pro_s-page .ps-1 .ps1-m .ps1-r {
    padding: 0;
    margin-top: var(--ft38);
  }
}
@media screen and (max-width: 1450px) {
  .ps2-bm .ps2-bm_r img {
    object-fit: contain;
  }
}
@media screen and (max-width: 700px) {
  .bl_tap {
    border-radius: 90px;
  }
  .ps11mr {
    margin-top: var(--ft36);
  }
  .bl_pro_s-page .ps-9 .ps9m .ps9h1 {
    width: 100%;
  }
  .ps9vl .bl_tap {
    border-radius: 90px;
  }
  .bl_pro_s-page .ps-9 .ps9m .ps9v,
  .bl_pro_s-page .ps-11 .ps11m {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-9 .ps9m .ps9v > div,
  .bl_pro_s-page .ps-11 .ps11m > div {
    width: 100% !important;
  }
  .bl_pro_s-page .ps-8 .ps8m .ps8t {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-8 .ps8m .ps8t > img {
    width: 100%;
  }
   .ps5-m .ps5m-l {
    padding: 0;
    margin-bottom: var(--ft38);
  }
   .ps5-m {
    flex-wrap: wrap;
  }
   .ps5-m > div {
    width: 100% !important;
  }
  .bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv {
    flex-wrap: wrap;
  }
  .bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv > div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bl_pro_s-page .ps2-t .ps2tc span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
    margin-right: 6px;
  }
}
/*///////////////////////////////////////*/
.bl_a1_page .ac-1 {
  padding-top: var(--px60);
  padding-bottom: var(--px60);
}
.bl_a1_page .ac-1 .bl_tap {
  margin: 0 auto;
}
.bl_a1_page .ac-1 .bl-h {
  margin-top: var(--ft20);
  margin-bottom: var(--ft20);
}
.bl_a1_page .ac-1 .ac1-p {
  max-width: 772px;
  margin: 0 auto;
  font-size: calc(0.415vw + 13px);
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.6);
  /*opacity: 0.6 !;*/
}
.bl_a1_page .ac-1 .ac1m {
  display: flex;
  justify-content: space-between;
  margin-top: calc(1.8805vw + 14px);
}
.bl_a1_page .ac-1 .ac1m .ac1mb {
  width: 48.3%;
}
.bl_a1_page .ac-1 .ac1m .ac1mc {
  padding: calc(2.6555vw + 14px) var(--ft44) 0 var(--ft30);
  background: linear-gradient(180deg, rgba(225, 225, 225, 0.33) 67%, rgba(255, 255, 255, 0.01) 99%, rgba(241, 242, 241, 0) 100%);
  position: relative;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .acimch {
  font-weight: bold;
  /*font-size: var(--ft44);*/
  font-size: var(--ft34);
  color: #333333;
  line-height: 1.14;
  padding-right: var(--px100);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .acimcth {
  margin-top: var(--ft50);
  display: grid;
  grid-template-columns: 182fr 257fr 309fr;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv {
  border-left: 1px solid rgba(102, 102, 102, 0.14);
  padding-top: 11px;
  padding-bottom: 13px;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
    padding-left: 15px;
  background: #01366a;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .ac1mc-bg {
  margin-top: 8px;
  display: block;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct {
  /*height: 350px;*/
  /*overflow: hidden;*/
    transition-timing-function: linear;
}

.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide {
    backface-visibility: hidden;
  transform: translateZ(0);
  display: grid;
  height: 50px;
  grid-template-columns: 182fr 257fr 309fr;
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide:hover {
  border: 1px solid var(--color);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide:hover .acimcthv {
  border-left: 1px solid rgba(20, 53, 105, 0.4);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide:hover .acimcthv:first-child {
  border-left: none;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv {
  border-left: 1px solid rgba(102, 102, 102, 0.14);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft16);
  /*color: calc(0.355vw + 14px);*/
  color: #666;
  padding-left: 15px;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv:first-child {
  border-left: none;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 {
  /*height: 450px;*/
  overflow: hidden;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide {
  display: grid;
  height: 50px;
  grid-template-columns: 182fr 257fr 309fr;
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide:hover {
  border: 1px solid var(--color);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide:hover .acimcthv {
  border-left: 1px solid rgba(20, 53, 105, 0.4);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide:hover .acimcthv:first-child {
  border-left: none;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv {
  border-left: 1px solid rgba(102, 102, 102, 0.14);
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft16);
  /*color: calc(0.355vw + 14px);*/
  color: #666;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv:first-child {
  border-left: none;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .ac1mc-box .ac1mc-box-h {
  font-weight: bold;
  font-size: var(--ft32);
  color: #333333;
  line-height: 1;
  margin-bottom: var(--ft38);
}
.bl_a1_page .ac-1 .ac1m .ac1mc .ac1mc-box .ac1mc-box-p {
  display: flex;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.78;
}
.bl_a1_page .ac-1 .ac1m .ac1mc .ac1mc-box .ac1mc-box-p img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 9px;
  margin-right: 8px;
}
.bl_a1_page .ac-2 {
  padding-top: calc(3.959vw + 10px);
  padding-bottom: calc(6.25vw + 19px);
  background: url(../images/yy-t9.jpg) no-repeat center;
  background-size: cover;
}
.bl_a1_page .ac-2 .ac2m {
  display: flex;
}
.bl_a1_page .ac-2 .ac2m > div {
  width: 50%;
}
.bl_a1_page .ac-2 .ac2m .ac2mr {
  display: flex;
  justify-content: end;
}
.bl_a1_page .ac-2 .ac2m .ac2mr img {
  object-fit: contain;
}
.bl_a1_page .ac-2 .ac2m .bl_tap1 {
  opacity: 0.6;
  color: #fff;
}
.bl_a1_page .ac-2 .ac2m .ac2ml {
  padding-top: var(--ft32);
}
.bl_a1_page .ac-2 .ac2m .bl-h1 {
  margin-top: var(--ft26);
  margin-bottom: var(--ft26);
}
.bl_a1_page .ac-2 .ac2m .ac2mlc {
  margin-bottom: var(--ft24);
}
.bl_a1_page .ac-2 .ac2m .ac2mlc:last-child {
  margin-bottom: 0;
}
.bl_a1_page .ac-2 .ac2m .ac2mlc .ac2mlc-h {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.333;
  margin-bottom: 11px;
}
.bl_a1_page .ac-2 .ac2m .ac2mlc .ac2mlc-p {
  width: 95%;
  padding-left: var(--ft20);
  font-weight: 400;
  font-size: calc(0.2065vw + 14px);
  color: #FFFFFF;
  line-height: 1.78;
  opacity: 0.6;
}
@media screen and (max-width: 1800px) {
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv {
    font-size: var(--ft18);
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv {
    font-size: var(--ft18);
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv {
    font-size: var(--ft18);
  }
}
@media screen and (max-width: 1450px) {
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv {
    font-size: var(--ft16);
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv {
    font-size: var(--ft16);
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv {
    font-size: var(--ft16);
  }
}
@media screen and (max-width: 1250px) {
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimch {
    padding-right: 0;
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv {
    font-size: 14px;
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv {
    font-size: 14px;
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_a1_page .ac-1 .ac1m {
    flex-wrap: wrap;
  }
  .bl_a1_page .ac-1 .ac1m > div {
    width: 100% !important;
    margin-bottom: var(--ft38);
  }
}
@media screen and (max-width: 500px) {
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide .acimcthv,
  .bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide .acimcthv{
    padding: 8px;
  }
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct .swiper-slide,
.bl_a1_page .ac-1 .ac1m .ac1mc .swiper-acimct1 .swiper-slide{
  height: auto;
}
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv{
    padding-left: 8px;
    padding-right: 8px;
  }
  .bl_a1_page .ac-1 .ac1m .ac1mc .acimcth .acimcthv{
    font-size: 12px;
    line-height: 1.4;
  }
  .acimcbb {
    overflow-x: auto;
  }
  .acimcbb .acimcth,
  .acimcbb .swiper-acimct,
  .acimcbb .swiper-acimct1 {
    /*width: 600px;*/
  }
}
@media screen and (max-width: 1000px) {
  .bl_a1_page .ac-2 .ac2m {
    flex-wrap: wrap;
  }
  .bl_a1_page .ac-2 .ac2m > div {
    width: 100% !important;
    margin-bottom: var(--ft38);
  }
}
.bl_a1_page #index-body .init-5 .container .i5-p{
  font-weight: 500;
font-size: var(--ft32);
color: rgba(102, 102, 102, 1);
margin-top: var(--ft20);
}
table tbody tr:nth-child(even){
  background: transparent;
}
.bl_pro_s-page .ps-9 .ps9m .ps9h1:last-child{
  width: 100%;
  margin-top: var(--ft40)
}
.bl_pro_s-page .ps-5 table tbody{
  max-width: none !important;
  min-width:  100% !important;
  white-space: wrap !important;
}
.maincl{
  color: var(--color) !important;
}
.bl_a2_page .container{
  position: relative;
}
.bl_a2_page .container .a1-bg{
  position: absolute;
  top: 0;
  left: 0;
}
.a1-wmm{
  background: rgba(20, 53, 105, 1);
  padding-top: calc(3.2405vw + 14px);
  padding-bottom: calc(3.0225vw + 12px);
  margin-top: calc(2.2385vw + 14px);
}
/*animation: lz 90s linear infinite;*/
.bl_a1_pp {
  overflow: hidden;
  padding-top: calc(3.0225vw + 14px);
  padding-bottom: calc(4.65vw + 20px);
}
.bl_a1_pp .cas-1 {
  position: relative;
  z-index: 2;
}
.bl_a1_pp .cas-1.cas-2 {
  margin-top: var(--ft50);
}
.bl_a1_pp .cas-1.cas-2 .container {
  align-items: start;
}
.bl_a1_pp .cas-1.cas-2 .container .cas1-l {
  padding-top: var(--ft30);
  padding-left: var(--ft50);
  padding-right: 0;
}
.bl_a1_pp .cas-1 .container {
  display: flex;
  align-items: center;
}
.bl_a1_pp .cas-1 .container .cas1-r {
  width: 43.6%;
}
.bl_a1_pp .cas-1 .container .cas1-l {
  padding-right: var(--ft60);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  width: 56.4%;
}
.bl_a1_pp .cas-1 .container .cas1-l p {
  margin-bottom: var(--ft18);
}
.bl_a1_pp .cas-1 .container .cas1-l p:last-child {
  margin-bottom: 0;
}
.bl_a1_pp .cas-3 {
  margin-top: calc(-4.11vw - 4px);
  text-transform: uppercase;
  background: #143569;
  padding-top: var(--ft18);
  padding-bottom: var(--ft18);
}
.bl_a1_pp .cas-3 .cas-3-s {
  font-weight: bold;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  white-space: nowrap;
  animation: lz6 20s linear infinite;
}
.cas-66 {
  overflow: hidden;
  padding-bottom: calc(7.8vw + 20px);
}
.cas-66 .container {
  display: flex;
  align-items: center;
}
.cas-66 .container .cas66-l {
  width: 56.4%;
  padding-right: var(--ft46);
}
.cas-66 .container .cas66-l .cas66l1 {
  font-family: LexendDeca;
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  margin-bottom: var(--ft50);
}
@-webkit-keyframes lz6 {
  from {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}
@-moz-keyframes lz6 {
  from {
    -moz-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    -moz-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}
@keyframes lz6 {
  from {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}
@media screen and (max-width: 1800px) {
  .bl_a1_pp .cas-1 .container .cas1-l {
    height: 300px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1450px) {
  .bl_a1_pp .cas-1 .container .cas1-l {
    height: 240px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1250px) {
  .bl_a1_pp .cas-1.cas-2 .container {
    flex-wrap: wrap-reverse;
  }
  .bl_a1_pp .cas-1 .container .cas1-l {
    padding: 0 !important;
    margin-bottom: var(--ft38);
  }
  .bl_a1_pp .cas-1 .container .cas1-l {
    height: auto;
    overflow-y: unset;
  }
  .bl_a1_pp .cas-3 {
    margin-top: var(--ft50);
  }
  .bl_a1_pp .cas-1 .container {
    flex-wrap: wrap;
  }
  .bl_a1_pp .cas-1 .container > div {
    width: 100% !important;
  }
}
@media screen and (max-width: 1250px) {
  .bl_a1_pp .cas-3 .cas-3-s {
    font-size: calc(2.6067vw + 20px);
  }
}
@media screen and (max-width: 1000px) {
  .cas-66 .container {
    flex-wrap: wrap;
  }
  .cas-66 .container > div {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: var(--ft38);
  }
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 0;
}
.about-page .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      opacity: 0.4;
    font-weight: 100;
}
.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #fff;
}
.about-page .about-3 .list .text {
  margin-bottom: auto;
  color: #fff;
}
.about-page .about-3 .list .text >div{
    color: #fff !important;
}
.about-page .about-3 .list .slick-current span.h2 {
  color: #fff;
      opacity: 1;
    font-weight: 500;
}
.about-page .about-3  ol li{
  padding: 0 !important;
}
.about-page .about-3 ol{
  padding: 0 !important;
}
.about-page .about-3 .list .text{
  height: 140px;
  overflow-y: auto;
}
.about-page .about-3{
 
}
#index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
  margin-bottom: 14px;
}
#index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li.fwb{
  margin-bottom: 2px;
}
#index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n .i1rn-li .i1rn-li2{
   margin-top: 2px;
     margin-bottom: 14px;
}

@media screen and (max-width: 1000px) {
  #footer .fbrrr{
    margin-right: 0;
  }
  #footer .copyright .container{
    flex-wrap: wrap;
  }
   #footer .copyright .container>div{
     width: 100% !important;
   }
}
.bl_a2_page .a1{
position: relative;
}
.bl_a2_page .a1 .a11-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}
.bl_a2_page .a1 .container .a1-r .a1r-p{
  margin-top: 47.4vw;
}
.bl_tap_99{
  margin: 0 auto var(--ft26);
  background: var(--color);
  color: #fff;
  border:1px solid  var(--color); 
}
@media screen and (max-width: 500px) {
  .bl_a2_page .a1 .a11-bg{
    top: 100px;
  }
}
.ps-1 img,.ps-2 img,.ps-3 img,.ps-4 img,.ps-5 img,.ps-6 img,.ps-7 img,.ps-8 img,.ps-9 img{
 object-fit: contain  !important;
}
.left-img{
  flex-direction: column-reverse !important;
}
.ps2-bm_l{
  padding-right: var(--ft32);
}
.ps2-bm-l-img{

}
.ps2-bm{
  align-items: center;
}
.ps2-bm-l-img .ps2-bm_r{
  justify-content: flex-start;
  padding-right: 1.42vw;
}
.null-hide{
  display: none !important;
}
.wscnph{
  margin-right: 8px;
}
.ps-3 .ps4-m .ps4-m-h{
  color: #fff;
}
.ps-3 .ps4-m .ps4-m-p{
    color: #fff;
}
.white1>div{
  color: #fff !important;
  opacity: 0.6;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
#index-body .bl_ma_page .m5{
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.ps-1 ul,
.ps-1 li{
     list-style-type: disc; 
    /*vertical-align: middle;*/
}
.ps-1 ul{
  padding-left: 40px;
  margin-bottom: var(--ft18);
}
.ps-1 table tbody td,.ps-1 table tbody th{
  width: 50% !important;

}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c{
        padding: 0 10px 6px;
  }
}

.show-700{
  display: none;
}
.bl_a2_page .a4 img.show-700{
  display: none !important;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .bl_a2_page .a4 img.show-700{
  display: block !important;
}
  .line_ba span{
    width: 33%;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2{
    display: block;
  }
  #banner .swiper_banner .swiper-slide .banner-text{
    top: var(--ft30);
    transform: none;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .show-700{
  display: block !important;
}
  .hide-700{
  display: none !important;
}
.bl_a2_page .a4 img.hide-700{
  display: none !important;
}
}

@media screen and (max-width: 500px) {
  #banner .swiper_banner .swiper-slide .banner-text .bt3{
    margin-top: var(--ft20)
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt1{
    font-size: var(--ft40);
  }
  #banner .swiper_banner .swiper-slide{
    /*padding-top: 50px*/
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2{
    display: none;
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .i1-2{
    padding-top: 0;
  }
 #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c,
 #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c{
   padding: 0 10px 6px 0px;
 }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li span{
    margin-left: 0;
    margin-right: 8px;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
    
  }
  #index-body .init-1 .i1-1 .i11-r .bl_btn{
    margin-left: unset;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
    padding-left: 0;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
    justify-content: start;
    flex-direction: row-reverse;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-h,
  #index-body .init-1 .i1-1 .i11-r .i1r-p {
    text-align: left;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-nav{
    justify-content: flex-start;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-nav,
  #index-body .init-1 .i1-2 .i12-l .i1r-nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
   #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img,
   #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img{
     margin-right: 15px;
  }
  #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img, #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img{
        margin-right: 6px;
    }
  #index-body .init-4 .i4-t{
    flex-wrap: wrap;

  }
  #index-body .init-4 .i4-t>div{
    width: 100%;
  }
   #index-body .init-4 .i4-t .i4-r{
    margin-top: 14px;
  }
   #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c,
   #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c{
   padding: 0 10px 6px 0;
 }
    /*#index-body .init-1 .i1-1 .i11-r .i1r-nav,
  #index-body .init-1 .i1-2 .i12-l .i1r-nav{
    display: grid;
    grid-template-columns: 1fr;
  }*/
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img .i1-p2,
  #index-body .init-1 .i1-1 .i11-r .i1r-nav .i1r-c .i1r-img .i1-p1,
 #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img .i1-p1,
 #index-body .init-1 .i1-2 .i12-l .i1r-nav .i1r-c .i1r-img .i1-p2{
    zoom: 0.65;
  }
}
.page-header02 .menu-btn{
  background: transparent;
  color: #fff;
  font-size: 30px;
  padding: 0;
}
@media screen and (max-width: 700px){
  #index-body .init-8 .swiper-i8 .swiper-slide:hover, #index-body .init-8 .swiper-i8 .swiper-slide.swiper-slide-active {
    transform: none !important;
}
  .product2-page{
    padding-top: 0;
  }
  .product2-page .container .product_right .cat_name{
    margin-bottom: var(--ft40)
  }
  .product2-page .container .product_right .content ul{
    margin: 0;
  }
  .product2-page .container .product_right .content ul li{
    padding: 0;
    margin-top: 0;
  }
  #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v{
    flex-wrap: wrap; 
  }
  #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v>div{
    margin-bottom: 10px;
  }
  #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .swiper-i7 .swiper-slide .i7-h{

    font-size: 14px;
    opacity: 1 !important;
  }
  .swiper-i7 .swiper-slide .i7-h div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .swiper-i7 .swiper-slide .i7-num{
    color: #fff !important;
  }
  .swiper-i7 .swiper-slide .i7-bg{
    opacity: 0 !important;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m_bg{
    bottom: 0;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-p{
    font-size: 14px;
    height: 128px;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-h {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    white-space: wrap !important;

}
 #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm{
   background: var(--color) !important;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-h{
 height: auto !important;
 color: #fff !important;
  }
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-p {
    opacity: 1 !important;
    margin-bottom: var(--ft38) !important;
}
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-h{
    height: auto;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide:hover .i6-tm_jj, #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm_jj{
    padding-bottom: 0 !important;
  }
  #index-body .init-5 .container .swiper-i5-index .swiper-slide .i6-img{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   height: 205px;
   object-fit: cover;
  }
  #index-body .init-5 .container .swiper-i5-index .swiper-slide.swiper-slide-active .i6-img{
  opacity: 0;
  height: 0px;

  }
  #index-body .init-5 .container .swiper-i5-index .swiper-slide .i6-tm_jj{
    /*display: none;*/
    height: 0;
    overflow: hidden;
      padding: 0 !important;
  }
   .i6-tm_jj{
       -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   }
  #index-body .init-5 .container .swiper-i5-index .swiper-slide.swiper-slide-active .i6-tm_jj{
    /*display: block;*/
    height: 288px;
    padding: var(--ft30) var(--ft30)  !important;
    padding-bottom: var(--ft30) !important;
  }
  #index-body .init-5 .container .swiper-i5-index .swiper-slide{
    min-height: 290px;
    display: flex;
    align-items: end;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm{
    position: relative !important;
    transform: none !important;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-img,
  #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-box{
    display: none;
  }
  #index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text{
    height: 42px;
  }
  #index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-h{
    font-size: 14px
  }
  #index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-p{
    font-size: 14px
  }
  #index-body .init-3 .container .i3-l .i3l-tap,
  .bl_tap{
    font-size: 12px !important;
  }
}
.show-500{
  display: none;

}
@media screen and (max-width: 500px){
  .bl_a1_page #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-box .i6-h{
    font-size: 15px;
    line-height: 1.4
  }
  .bl_a1_page #index-body .init-5 .container .swiper-i5.swiper-i52 .swiper-slide .i6-box .i6-p2{
 font-size: 14px;
 line-height: 1.5;
  }
  .swm5-btn{
    zoom: 0.7;
  }
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6-btn{
    position: relative;
    z-index: 5;
  }
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-h{
  font-size: 14px;
}
#index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6m-p{
    font-size: 12px;
}
}
@media screen and (max-width: 400px){
  #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-tm .i6-btn{
    zoom: 0.7;
  }
}
@media screen and (max-width: 1250px){
  .bl_ma_page .m2 .container .m2-m .m2-r{
    padding-left: 0;
  }
}
@media screen and (max-width: 500px){
  .product2-page .grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
      #index-body .init-3 .container .i3-l .i3l-tap,.bl_tap,.bl_tap1,.bl_a3_page .a31-5 .bl_tap, .bl_a3_page .a31-5 .bl_tap1 {
        height: auto;
        padding: 5px var(--ft20) !important;
        font-size: 12px !important;
    }
  #index-body .init-3 .container .i3-r .i3-play{
    zoom: 0.5;
  }
      #index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-h {
        /*font-size: 12px;*/
    }
  .show-500{
    display: block;
  }
  .hide-500{
    display: none;
  }

  #index-body .init-3 .container .i3-l ul{
    display: flex;
    /*flex-direction: row-reverse;*/
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-l ul li{
    margin-bottom: 10px;
    width: 50%;
  }
  #index-body .init-3 .container .i3-l ul li:last-child{
    width: 100%;
  }
}
.swm5-btn{
/*position: absolute;*/
width: 45px;
height: 45px;
cursor: pointer;
border-radius: 100%;
z-index: 4;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
color: var(--color);
font-size: var(--ft26) !important;
/*top: 27%;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swm5-btn:hover{
  background: var(--color);
  color: #fff;
}
.swm5-btn-l{
  left: 0;
}
.swm5-btn-r{
  right: 0;
}
.swiper-i8-pagination{
  display: flex;
  justify-content: center;
}
.swiper-i8-pagination .swiper-pagination-bullet-active{
  background: var(--color) !important;
}
.gobv{
  display: none;
}
@media screen and (max-width: 1250px){
  .ps-1 table tbody td, .ps-1 table tbody th{
    white-space: normal;
  }
  .bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1r-p table tbody{
    min-width: unset;
  }
}
@media screen and (max-width: 1000px){
  .a1-w ul li{
    margin-bottom: 15px;
  }
  .ps5m-r-h{
    margin-top: 13px;
  }
  .ps9m:not(.ps9m66) table tbody{
    min-width: 100%;
  }
  .ps9m :not(.ps9m66) table tbody td, .ps9m:not(.ps9m66) table tbody th{
    white-space: normal;
    width: 50% !important;
  }
  .ps5-m{
    flex-wrap: wrap;
  }
  .ps5-m > div{
    width: 100%;
  }
  .ps2-bm-top-line{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: calc(6.25vw + 20px);
    margin-top: calc(6.25vw + 20px);
  }
}
@media screen and (max-width: 1000px){
  .bl_a2_page .a3 .container .a3-m{
    padding: 0;
  }
}
@media screen and (max-width: 500px){
  .a3c-bg2-p1{
    font-size: 10px;
  }
  .a3c-bg2-p2{
    font-size: 12px;
  }
  .a3c-bg2-p3{
    font-size: 10px;
  }
  .a3-t1{
    padding: 5px;
  }
  .a3c-bg1,
  .a3c-bg2{
    padding: 6px;
  }
  .a3-t1{
    font-size: 10px;
  }
  .a3c-bg1-p1{
    font-size: 10px;
  }
  .a3c-bg1-p2{
    font-size: 10px;
  }
  .a3c-bg1-p3{
      font-size: 10px;
  }
  .a3c-bg1-p4{
    font-size: 10px;
  }
  .a3c-bg1-p5{
    font-size: 12px;
  }
  .a1-w ul li div{
    font-size: 14px;
  }
  .bl_a2_page .a3 .container .a3-m {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}
@media screen and (max-width: 700px){
  .bl_a3_page .swiper5 {

    overflow: hidden;
    padding: 58px 0;
}
  .a31-bg-text .a31-t1{
    font-size: var(--ft20);
  }
  .bl_a3_page .a31-1 .bl-h br{
    display: none;
  }
  .bl_a3_page .a31-1 .a31-k .a31-o .img>img{
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .bl_a3_page .a31-1 .a31-k .a31-o.active1 {
  margin-top: 0;

}
  .bl_a2_page .a1 .container .a1-r .a1r-p{
    margin-top: 0;
  }
 .bl_pro_s-page .ps-1 .ps1-m .ps1-r .ps1rv .ps1rv_r{
    margin-top: 10px;
  }
}
.ps5m-r-p.flex{
  flex-wrap: nowrap;
  align-items: start;
}
.ps5m-r-p.flex p{
  width: 94%
}
@media screen and (max-width: 500px){
  .bl_a3_page .swiper5 {
        overflow: hidden;
        padding: 58px 0 43px;
    }
  .bl_a3_page .a31-3 .container .a33-r{
    padding-top: 0;
  }
  .a31-t3{
 font-size: 12px;
  }
  .a31-bg-text .a31-t1{
    font-size: 14px;
  }}
  @media screen and (max-width: 500px){
    .bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t .m2t-h b{
      zoom: 0.6;
    }
    .bl-h1,.a44-m .a44-h,.bl-h,
    .bl_a3_page .a31-3 .container > div .m2-r .m2-n .m2-t .m2t-h,
    #index-body .init-1 .i1-1 .i11-r .i1r-h,
    #index-body .init-3 .container .i3-l .i3l-h,
    #index-body .init-1 .i1-2 .i12-l .i12l-h,
    .ps2-bm .ps2-bm_l .ps2-bm_l_h,
    .bl_pro_s-page .ps-3 .ps3-m .ps3m-h,
    .ps5-m .ps5m-r .ps5m-r-h,
    .bl_pro_s-page .ps-h{
      line-height: 1.4 !important;
    }
    .a31-bg-text .a31-t1{
      padding: 0;
    }
   /*.a31-o2 .a31-bg-text .a31-t1,.a31-o3 .a31-bg-text .a31-t1{
       height: 36px;
    }*/
      .a31-bg-text .a31-t1,
      .a31-t3{
       
    font-size: 10px !important;
  }
  }
    @media screen and (max-width: 1000px){
    .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1{
      border-radius: 50px;
    }
  }
    @media screen and (max-width: 500px){
    .bl_a3_page .a31-5 .bl_tap, .bl_a3_page .a31-5 .bl_tap1,.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1{
        height: auto;
        padding: 5px var(--ft20) !important;
        font-size: 12px !important;
    }
  }
  .a5-tttt{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }
      @media screen and (max-width: 1450px){
        .bl_a3_page .a31-5 .mb220{
          margin-bottom: var(--px100)
        }
        .bl_a3_page .a31-5 .a55-bm .a55bm-c:hover  .a5-tttt{
          height: 400px;
        }
        .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
          height: 300px;
        }
    .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
      font-size: var(--ft32);
    }
  }
  .bl_a3_page .a31-5 .a55-bm .a55bm-c>.img{
    opacity: 0;
  }
        @media screen and (max-width: 1250px){
             .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
          height: 256px;
        }
          .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p{
            font-size: var(--ft16);
          }
    .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
      font-size: var(--ft24);
    }
  }
    @media screen and (max-width: 1000px){
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
        font-size: 14px;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
        font-size: 14px;
        line-height: 1.4;
        /*height: 40px;*/
      }
      .atpm{
        height: 120px;
        overflow-y: auto; 
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p img{
        margin-top: 6px;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
        padding: 25px 20px;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c:hover .a5-tttt {
        height: auto;
    }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
        height: auto;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
        opacity: 1;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1 {
    color: #fff !important;
}
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 {
    background: var(--color) !important;
}
.bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1 {
    border: 1px solid #FFFFFF !important;
    color: #fff !important;
}
    .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1{
      transform: none;
    }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2{
        height: auto;
        padding: 0;
      }
      .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1{
        position: static;
      }
    .bl_a3_page .a31-5 .a55-bm .a55bm-c>.img{
      display: none;
    }
     .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2>.bl_tap,
     .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2>.bl-h,
     .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn2>.at-p{
       display: none;
     }
  }
      @media screen and (max-width: 1000px){
        .why-page .grid-4{
          gap: 15px;;
        }
        .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt {
          min-height: 270px;
        }
            .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt {
        padding: 20px 15px;
    }
    .bl_a3_page .a31-5 .bl_tap, .bl_a3_page .a31-5 .bl_tap1, .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1 {
        height: auto;
        padding: 5px var(--ft20) !important;
        font-size: 12px !important;
    }

  }
  @media screen and (max-width: 700px){
    .honor-page .list li span.h6{
      display: none;
    }
    .factory-page.honor-page .grid-4{
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
     }
    .honor-page .grid-4{
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
     }
    .why-page .swiper-i7 .swiper-slide:hover{
      transform: none;
    }
     .why-page .grid-4{
    grid-template-columns: repeat(2, 1fr);
     }
  }
   @media screen and (max-width:480px){
       .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt {
          min-height: 300px;
        }
   }
   @media screen and (max-width:700px) {
     .bl_a1_page #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-img,.bl_a1_page #index-body .init-5 .container .swiper-i5 .swiper-slide>.i6-box{
       display: block;
     }
     .bl_ma_page .m3{
       padding-bottom: 0;
     }
   }
   @media screen and (max-width:420px) {
     .nav_cont_why li a{
       padding: 5px 10px;
     }
   }
     @media screen and (max-width:360px) {
     .nav_cont_why li a{
       padding: 5px 10px;
       font-size: 12px;
     }
   }
   #innerMobileBanner .banner2 .mbx .cont{
     box-shadow: none;
   }
   #innerMobileBanner .banner2 .mbx{
     margin-top: 0;
   }
   #innerMobileBanner .banner2{
     padding-top: var(--ft40);
   }
   #innerMobileBanner .banner2 .text{
     display: none;
   }
   .swiper-i52,
   swiper-i51{
     position: relative;
   }
   .swmi52-btn{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 4;
   }
    .swm551-btn{
     position: absolute;
     top: 80%;
     transform: translateY(-50%);
     z-index: 4;
   }
   .swmi52-btn-l,
   .swm551-btn-l{
     left: 0px;
   }
    .swmi52-btn-r,
    .swm551-btn-r{
      right: 0px;
    }
    .swmi52-btn,.swm551-btn{
      display: none;
    }
    @media screen and (max-width:700px)  {
      .newdet-1{
        padding-bottom: 0;
      }
      .bl_a1_page #index-body .init-5 .container .swiper-i5{
        margin-top: var(--px90);
        padding-top: 0;
      }
      .swmi52-btn,.swm551-btn{
        display: flex;
      }
      .swiper-i52{
        overflow: unset !important;
      }
    }
     @media screen and (max-width:500px)  {
      #index-body .init-5 .container .swiper-i5{
        padding-top: 10px;
      }
    }
      @media screen and (max-width:1250px) {
        #index-body .init-5 .container .swiper-i5 .swiper-slide .i6-box .i6-p2{
          font-size: 14px;
        }
      #index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box .i6-h{
        font-size: var(--ft18);
      }
      }
     @media screen and (max-width:1000px) {
        #index-body .init-5.init-5-8 .container .swiper-i5 .swiper-slide .i6-box{
          min-height: 182px;
        }
      }
     .swmi53-btn,.swm58-btn{
        display: none;
      }
       @media screen and (max-width:700px) {
         .bl_a1_page #index-body .init-5 .container .swiper-i53 .swiper-slide>.i6-img{
           height: 145px;
           object-fit: cover;
             -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
         }
         .bl_a1_page #index-body .init-5 .container .swiper-i53 .swiper-slide.swiper-slide-active>.i6-img{
           /*height: 0;
           opacity: 0;*/
         }
         #index-body .init-5.init-5-8 .container .swiper-i53 .swiper-slide.swiper-slide-active .i6-box{
           height: 142px;
           min-height: 142px;
           padding: 20px 15px;
         }
         #index-body .init-5.init-5-8 .container .swiper-i53 .swiper-slide .i6-box{
             -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
           min-height: 0;
           height: 0 ;
           overflow: hidden;
           padding: 0;
         }
         .swmi53-btn{
           display: flex;
           position: absolute;
           top: 67%;
           z-index: 5;
         }
         .swiper-i53{
           position: relative;
           overflow: unset
         }
         .swmi53-btn-l{
           left: 0;

         }
          .swmi53-btn-r{
           right: 0;
           
         }
        .swiper-i53 .swiper-slide{
          height: 287px;
          display: flex;
          justify-content: flex-end;
          flex-direction: column;
        }
        .swma5-btn{
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 4;
        }
        .swma5-btn-l{
          left: 0;
        }
        .swma5-btn-r{
          right: 0;
        }
        .swiper-man1{
          position: relative;
          overflow: hidden;
        }
        .swm58-btn{
          display: flex;
          position: absolute;
          top: 42%;
          transform: translateY(-50%);
          z-index: 4;
        }
        .swm5-btn-l{
          left: 0;

        }
        .swm5-btn-r{
          right: 0;
        }
        .swiper-m58{
          position: relative;
        }
      }
     @media screen and (max-width:500px) {
       .bl_ma_page .m3 .m3-m .m3-c .m3c-p .m3c-p1{
         font-size: 12px;
         line-height: 1.4;
       }
       .bl_ma_page .m3 .m3-m .m3-c .m3c-p{
         padding: 20 8px 20px;
       }
        #index-body .init-5.init-5-8 .container .swiper-i53 .swiper-slide.swiper-slide-active .i6-box{
          padding: 13px 8px;
          font-size: 12px;
        }
        .bl_a1_page #index-body .init-5 .container .swiper-i5.swiper-i53 .swiper-slide .i6-box .i6-h{
          font-size: 13px;
        }
      }
       @media screen and (max-width:420px) {
         .swmi53-btn{
           top: 50%;
           transform: translateY(-50%);
         }
         #index-body .init-5.init-5-8 .container .swiper-i53 .swiper-slide .i6-box{
           display: flex;
           flex-direction: column;
           justify-content: center;
         }
           #index-body .init-5.init-5-8 .container .swiper-i53 .swiper-slide.swiper-slide-active .i6-box{
           height: 145px;
           min-height: 145px;
             padding: 13px 8px;
         }
 .swiper-i53 .swiper-slide{
          height: 297px;
          display: flex;
          justify-content: flex-end;
          flex-direction: column;
        }
       }
         @media screen and (max-width:700px){
           #index-body .init-5 .container .swiper-i5.swiper-i53 .swiper-slide .i6-box .i6-p2{
             margin-top: 16px;
           }
           
           .news-page.product2-page{
             padding-top: var(--px100) !important;
           }
           .product2-page .container .product_right .content ul li .box .cont{
             padding:  8px 8px 10px
           }
           .product2-page .container .product_right .content ul li .box .cont .des{
             margin-top: 4px;
           }
           #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-l.mt44{
             display: none;
           }
                     #index-body .init-8 .swiper-i8 .swiper-slide .i8-t {


    padding: var(--ft20) 8px var(--ft20) ;
}
           #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-p{
             display: none;
           }
           #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n{
             height: 61px;
           }
           #index-body .init-1 .i1-2 .i12-l .i1r-m .i1r-n{
             height: 72px;
           }
         #index-body .init-1 .i1-1 .i11-r .i1r-m .i1r-n .i1rn-li{
           margin-bottom: 8px;
         }
       }
        @media screen and (max-width:500px){
          .m-page a, .m-page span{
            zoom: 0.7;
          }
          .product2-page .container .product_right .content ul li .box .cont .des{
            font-size: 12px;
            line-height: 1.4;
          }
          #index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-h{
            font-size: 14px;
          }
          
          #index-body .init-8 .swiper-i8 .swiper-slide .i8-t {


    padding: var(--ft20) 8px var(--ft20) ;
}
      #index-body .init-8 .i8v-r,#index-body .init-8 .swiper-i8 .swiper-slide .i8-t .i8t-v{
         font-size: 12px !important;
       }
         #index-body .init-2 .container .swiper-i2 .swiper-slide .i2-text .i2-p{
           font-size: 12px;
           line-height: 1.3;
         }
         
       }
       form.flex.mobileForm{
         flex-wrap: nowrap;
       }
       #menuFull .menu-item {
    padding: 0px;
    border-radius: 16px;
    background: transparent !important;
    color: black;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#menuFull #menu-menu-1>.menu-item:hover>a,#menuFull  #menu-menu-1>.menu-item.active>a{
background: var(--color);
color: #fff;
}
 #menuFull #menu-menu-1>.menu-item ul li.active>a{
   color: var(--color);
 }
#menuFull .menu-item .chev.active,
#menuFull .menu-item.active .chev{
  transform: rotate(90deg)
}
#menuFull .menu-item.active .chev.active{
   transform: rotate(0deg)
}
#menuFull .menu-item li{
  /*padding: 0 15px;*/
}
#menuFull .menu-item .chev{
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
 align-items: center;
  
}
       #menuFull .menu-item>a{
         display: block;
   padding: 20px;
   height: 67px;
    border-radius: 0;
    background: #e7e7e7;
    color: black;
    font-size: 18px;
   
    cursor: pointer;
    position: relative;
    text-align: left;
       }
       #menuFull .menu-item.active .sub-menu{
         display: block;
       }
       #menuFull .menu-item .sub-menu a{
         /*margin-top: 12px;*/
           height: auto;
              text-align: left;
              position: relative;
              border-radius: 0;
       }
       #menuFull .menu-item .sub-menu a{
         padding: 20px 35px 20px 45px
       }
       #menuFull .menu-item .sub-menu a::after{
         content: '';
         position: absolute;
         width: 8px;
         height: 8px;
         border-radius:100%;
         background: var(--color);
         top: 30px;
         /*transform: translateY(-50%);*/
         left: 27px;
       }
       /*#menuFull .menu-item .sub-menu a::after*/
     #menuFull   #menu-menu-1>.menu-item{
         border-radius: 16px;
         overflow: hidden;
       }
       #menuFull .menu-item ul{
          /*border-radius: 16px;*/
          overflow: hidden;
       }
       #menuFull .menu-item ul li.active  a::after{
         /*background: #fff;*/
       }
       #menuFull .menu-item li a{
         border-bottom:1px solid #fff; 
         padding: 0 15px;
       }
        #menuFull .menu-item li:last-child{
          border-bottom:none; 
        }
       .swiper-hh .swiper-slide{
         cursor: pointer;
       }
         .bl_a1_page #index-body .init-5 .container .swiper-i53 .swiper-slide>.i6-img {
           -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
       }
       @media screen and (max-width:400px){
         .swiper-i53 .swiper-slide{
           height: 153px;
         }
         .bl_a1_page #index-body .init-5 .container .swiper-i53 .swiper-slide.swiper-slide-active>.i6-img{
           height: 0;
           opacity: 0;
           overflow: hidden;
         }
       }
        @media screen and (max-width:1250px) {
   #innerMobileBanner .banner2 {
        background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
        background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,0.05));
        background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
    }
       }
            @media screen and (max-width:1000px) {
              #footer{
                padding-bottom: 80px;
              }
         #footer .fft .container .ftt-r form .hl_all{
           background: transparent !important;
           justify-content: flex-start;
           margin-bottom: 14px;
         }
       }
         @media screen and (max-width:700px) {
           .bl_a3_page .a31-3 .container .a33-l .bl_tap{
              margin-bottom: 6px !important;
           }
           .bl_a3_page .a31-2 .bl-h1{
             margin-top: 6px !important;
           }
           .bl_a2_page .a3 .container .bl_tap,
           .bl_a2_page .a5 .bl_tap,
           .bl_tap_99,
           .bl_a3_page .a31-1 .bl_tap{
    margin: 0 auto 6px !important;
}
             .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1,
             .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
               line-height: 1.4!important
          }
         #innerMobileBanner .banner2 .mbx .cont{
           padding: 0;
           font-size: 12px;
         }
       }
        @media screen and (max-width:500px)  {
          .atpm{
            height: 70px;
          }
          .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1{
            margin-top: 8px;
            margin-bottom: 8px;
          }
              .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt {
        min-height: 179px;
    }
          .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .at-p img{
            zoom: 0.6;
          }
         .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1,
         .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
           font-size: 12px;
         }
         .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt{
           padding: 15px 8px; 
         }
       }
        @media screen and (max-width:450px) {
          .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1, .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
            font-size: 10px;
          }
         .bl_a3_page .a31-5 .bl_tap1, .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1{
           zoom: 0.7;
         }
       }
         @media screen and (max-width:350px) {
          .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt .bl-h1, .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .at-p{
            font-size: 8px;
          }
         .bl_a3_page .a31-5 .bl_tap1, .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tn .a5-tn1 .bl_tap1{
           zoom: 0.5;
         }
             .bl_a3_page .a31-5 .a55-bm .a55bm-c .a5-tttt {
        min-height: 160px;
    }
       }
       #wap-bottom .flex{
         flex-wrap: nowrap;
       }
       #wap-bottom a{
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: flex-end;
       }
      #wap-bottom  .center a{
        padding-top: 10px;
        justify-content: flex-start;
      }
       #wap-bottom a p{
         height: 22px;
         display: flex;
         align-items: flex-end;
         margin-bottom: 5px;
       }
       .ps2-bm_l_p89{
         display: flex;
         flex-wrap: wrap;
       }
       .ps2-bm_l_p89>p{
         width: 50%;
       }
       @media screen and (max-width:700px) {
 .ps2-bm_l_p89>p{
         width: 100%;
       }
       }
        @media screen and (max-width:1800px){
         #index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-text .i2-p {
  height: max-content;
  padding-top: 29px;
}
       }
               @media screen and (max-width:700px){
                 .swiper-i2 .swiper-slide:hover .i2-text .i2-h {
    margin-top: -21px;
    opacity: 0;
}
         #index-body .init-2 .container .swiper-i2 .swiper-slide:hover .i2-text .i2-p {
  height: max-content;
  padding-top: 28px;
}
       }