@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Mukta-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Mukta-Light.otf') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Mukta-ExtraLight.otf');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Mukta-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Mukta-Regular.otf');
  font-weight: 400;
  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: #0f3f9b;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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 .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#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: 20px 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 44.29%;
}
#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;

  align-items: center;
  text-align: left;

  justify-content: flex-start;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft32);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 14px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft16);
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: 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;
  width: 44.29%;
}
#header > .nav > .menu .menu-box .right .ht3 {
  width: 22px;
  height: 16px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right form {
  margin-left: auto;
  width: calc(9.38vw + 119px);
  position: relative;
}
#header > .nav > .menu .menu-box .right form input[type="text"] {
  width: 100%;
  border: none;
  padding-left: 20px;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-weight: 200;
  padding-bottom: 4px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
}
#header > .nav > .menu .menu-box .right form input[type="text"]::placeholder {
  color: #FFFFFF;
}
#header > .nav > .menu .menu-box .right form input[type="submit"] {
  position: absolute;
  width: 15px;
  height: 16px;
  border: none;
  background: url("../images/ht1.png") no-repeat center;
  background-size: cover;
  bottom: 6px;
  left: 0;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft24);
  margin-right: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 49px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 calc(1.46vw + 13px);
  height: 49px;
  border-radius: 25px;
  border: 1px solid #000000;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: calc(1.46vw + 14px);
  margin-right: var(--ft24);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  perspective: 900px;
  transform-style: preserve-3d;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 7px;
  margin-right: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .c_q {
  transform-style: preserve-3d;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  position: relative;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .c_q .cq2 {
  width: 12px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .c_q .cq1 {
  width: 22px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.active1 > .nav {
  background-color: rgba(0, 0, 0, 0.8);
}
@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: 1730px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  overflow: hidden;
  position: relative;
}
#banner .swiper-btns {
  position: absolute;
  z-index: 4;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: calc(5.519vw + 9px);
}
#banner .swiper-btns .swiper-l {
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
  position: relative;
}
#banner .swiper-btns .swiper-l .swiper-bar {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 22%;
  height: 3px;
  background: #0F3F9B;
}
#banner .swiper-btns .swiper-navs {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
#banner .swiper-btns .swiper-navs .swiper-n {
  padding-top: var(--ft24);
  cursor: pointer;
}
#banner .swiper-btns .swiper-navs .swiper-n4 {
  padding-right: calc(1.77vw + 4px);
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .bw {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 4;
  bottom: 0;
  padding-bottom: calc(5.519vw + 4px);
}
#banner .swiper_banner .swiper-banner-pagination {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  padding-top: calc(0.415vw + 14px);
  display: flex;
  justify-content: space-between;
  padding-right: var(--ft38);
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  text-align: center;
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color);
  left: 0;
  top: -23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  clip-path: inset(0% 50% 0% 50%);
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active::after {
  clip-path: inset(0% 0% 0% 0%);
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner-text {
  max-width: 1040px;
  position: absolute;
  left: 5.83%;
  top: 48.3%;
  transform: translateY(-50%);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: 200;
  font-size: calc(2.6555vw + 13px);
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: var(--ft20);
}
.cz_btn {
  height: 59px;
  background: #0F3F9B;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 300;
  font-size: var(--ft16);
  color: #FFFFFF;
  padding-left: calc(0.575vw + 14px);
  padding-right: var(--ft30);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cz_btn img {
  margin-left: calc(0.415vw + 14px);
}
.cz_btn:hover {
  background: #000;
}
.cz_tap {
  font-weight: 200;
  font-size: var(--ft20);
  color: #0F3F9B;
  line-height: 1.1;
}
.cz_h {
  font-weight: 200;
  font-size: calc(1.51vw + 14px);
  color: #000000;
  line-height: 1.21;
}
.mb28 {
  margin-bottom: calc(0.729vw + 14px) !important;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding-top: calc(9.9vw + 10px);
  padding-bottom: calc(7.759vw + 7px);
}
#index-body .init-1 .container .i1-m {
  padding: 0 6.51vw;
}
#index-body .init-1 .container .i1-m .i1-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-1 .container .i1-m .i1-t .i1t-r {
  padding-bottom: 10px;
}
#index-body .init-1 .container .i1-m .i1-b {
  display: flex;
  margin-top: calc(3.959vw + 14px);
  justify-content: space-between;
}
#index-body .init-1 .container .i1-m .i1-b .i1b-l {
  font-weight: bold;
  font-size: calc(1.62vw + 14px);
  color: #0F3F9B;
  line-height: 1;
}
#index-body .init-1 .container .i1-m .i1-b .i1b-r {
  width: 66%;
  font-weight: 500;
  font-size: var(--ft20);
  color: #565656;
  line-height: 1.51;
}
#index-body .init-2 {
  padding-top: var(--px90);
  padding-bottom: calc(2.6067vw + 16px);
  background: url(../images/i2-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-2 .i2-m {
  padding: 0 6.51vw;
}
#index-body .init-2 .i2-m ul {
  display: flex;
  justify-content: space-between;
  padding-right: var(--ft34);
}
#index-body .init-2 .i2-m ul li p {
  text-align: center;
  font-weight: bold;
  font-size: var(--ft60);
  margin-bottom: var(--ft16);
  color: #FFFFFF;
  line-height: 1;
}
#index-body .init-2 .i2-m ul li p sub {
  font-weight: 300;
  font-size: var(--ft26);
  color: #FFFFFF;
  vertical-align: baseline;
}
#index-body .init-2 .i2-m ul li div {
  text-align: center;
  font-weight: 300;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#index-body .init-3 {
  padding-top: calc(7.8vw + 17px);
  position: relative;
}
#index-body .init-3 .i3-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .container .i3-m {
  padding: 0 6.51vw;
}
#index-body .init-3 .container .i3-m .i3-h {
  font-weight: 200;
  font-size: calc(1.62vw + 14px);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: calc(6.37vw + 12px);
}
#index-body .init-3 .container .i3-m .i3-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  padding-bottom: 16px;
}
#index-body .init-3 .container .i3-m .i3-nav .i3-nc {
  line-height: 1.1;
  font-weight: 200;
  font-size: var(--ft24);
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
}
#index-body .init-3 .container .i3-m .i3-nav .i3-nc::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: -16px;
}
#index-body .init-3 .container .i3-m .i3-nav .i3-nc.active::after,
#index-body .init-3 .container .i3-m .i3-nav .i3-nc:hover::after {
  opacity: 1;
}
#index-body .init-3 .container .i3-m .swiper-i3 {
  margin-top: calc(1.77vw + 13px);
  overflow: hidden;
}
#index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide {
  display: flex;
  align-items: center;
}
#index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-l {
  width: 50.76%;
}
#index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-r {
  padding-left: calc(3.4405vw + 13px);
  padding-right: var(--ft20);
  width: 49.24%;
}
#index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-r .i3r-h {
  font-weight: 500;
  font-size: var(--ft40);
  color: #FFFFFF;
  line-height: 1.1;
}
#index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-r .i3r-p {
  margin-top: var(--ft48);
  font-weight: 300;
  font-size: var(--ft20);
  color: #FFFFFF;
  line-height: 1.51;
  margin-bottom: calc(2.0835vw + 13px);
}
#index-body .init-3 .container .i3-m .i3-n {
  padding-bottom: calc(6.77vw + 20px);
}
#index-body .init-3 .container .i3-m .i3-n .i3n-h {
  font-weight: 200;
  font-size: calc(1.62vw + 14px);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: calc(1.56vw + 14px);
  margin-top: calc(5.75vw + 12px);
}
#index-body .init-3 .container .i3-m .i3-n .swiper_i4 {
  overflow: hidden;
  margin-right: calc(-9.38vw - 15px);
}
#index-body .init-3 .container .i3-m .i3-n .swiper_i4 .swiper-slide .img-box {
  background: #F3F3F3;
  padding: var(--ft32) calc(0.8345vw + 13px);
}
#index-body .init-3 .container .i3-m .i3-n .swiper_i4 .swiper-slide .si4-p {
  margin-top: var(--ft20);
  font-weight: 500;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1.1;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-m .i3-n .swiper_i4 .swiper-slide:hover .si4-p{
  color: var(--color);
}

#index-body .init-3 .container .i3-m .i3-n .sw4-bar {
  margin-top: calc(3.0225vw + 14px);
  height: 2px;
  background: #C5C5C5;
}
#index-body .init-3 .container .i3-m .i3-n .sw4-bar .sw4-process {
  height: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #0F3F9B;
  width: 30%;
  transform: translateY(-2px);
}
#index-body .init-4 .container .i1-m {
  padding: 0 6.51vw;
}
#index-body .init-4 .container .i1-m .i1-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-4 .container .i1-m .i1-t .i1t-r {
  padding-bottom: 10px;
}
#index-body .init-4 .container .i1-m .i1-b {
  display: flex;
  margin-top: calc(3.0225vw + 10px);
  justify-content: space-between;
}
#index-body .init-4 .container .i1-m .i1-b .i1b-l {
  font-weight: bold;
  font-size: calc(1.62vw + 14px);
  color: #0F3F9B;
  line-height: 1;
}
#index-body .init-4 .container .i1-m .i1-b .i1b-r {
  width: 55%;
  font-weight: 500;
  font-size: var(--ft20);
  color: #565656;
  line-height: 1.51;
}
#index-body .init-4 .container .i1-m .sw_i5 {
  padding-bottom: calc(5.21vw + 19px);
  margin-top: calc(3.959vw + 14px);
  position: relative;
}
#index-body .init-4 .container .i1-m .sw_i5 i {
  position: absolute;
  top: 27%;
  width: 40px;
  height: 40px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft24);
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-4 .container .i1-m .sw_i5 i:hover {
  background: #0F3F9B;
  color: #fff;
}
#index-body .init-4 .container .i1-m .sw_i5 .sw5_l {
  left: -68px;
}
#index-body .init-4 .container .i1-m .sw_i5 .sw5_r {
  right: -68px;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 {
  overflow: hidden;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide:hover .img-box .sw5-bg {
  opacity: 1;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide:hover .sw5-h {
  opacity: 0;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide .img-box {
  position: relative;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide .img-box .sw5-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(20, 76, 137, 0.34);
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide .img-box .sw5-bg .sw5-p {
  font-weight: 500;
  font-size: var(--ft24);
  color: #FFFFFF;
}
#index-body .init-4 .container .i1-m .sw_i5 .swiper_i5 .swiper-slide .sw5-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: calc(0.2585vw + 14px);
  line-height: 1.1;
  font-weight: 500;
  font-size: var(--ft24);
  color: #144C89;
}
#index-body .init-5 {
  padding-bottom: calc(7.8vw + 3px);
}
#index-body .init-5 .container .i5-m {
  padding: 0 6.51vw;
  display: flex;
  justify-content: space-between;
}
#index-body .init-5 .container .i5-m .i5-l {
  overflow: hidden;
  width: 33.1%;
  padding-top: calc(4.65vw + 15px);
  padding-bottom: 150px;
  padding-left: calc(1.0385vw + 14px);
  padding-right: calc(1.0385vw + 14px);
  background: linear-gradient(0deg, #0E4E9F 0%, #558DD3 100%);
  position: relative;
}
#index-body .init-5 .container .i5-m .i5-l .i5l-bg {
  position: absolute;
  right: -27px;
  bottom: -31px;
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p1 {
  font-weight: 300;
  font-size: calc(0.1555vw + 14px);
  color: #FFFFFF;
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p2 {
  font-weight: 300;
  font-size: calc(0.465vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  margin-top: var(--ft26);
  margin-bottom: calc(3.0225vw + 11px);
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p3 {
  font-weight: 300;
  font-size: calc(0.265vw + 14px);
  color: #EBEBEB;
  display: flex;
  align-items: center;
  width: fit-content;
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p3:hover img {
  transform: translateX(8px);
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p3 img {
  margin-left: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .i5-m .i5-r {
  width: 64.76%;
  position: relative;
}
#index-body .init-5 .container .i5-m .i5-r .swiper-i9-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  padding-bottom: var(--ft26);
  justify-content: center;
}
#index-body .init-5 .container .i5-m .i5-r .swiper-i9-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 23px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  opacity: 0.2;
}
#index-body .init-5 .container .i5-m .i5-r .swiper-i9-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 {
  overflow: hidden;
  height: 100%;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide {
  position: relative;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: calc(4.65vw + 17px) 15px 0;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box .sw9-h {
  font-weight: 300;
  font-size: calc(0.9885vw + 14px);
  line-height: 1.1;
  color: #FFFFFF;
  margin-top: var(--ft26);
  margin-bottom: calc(3.0725vw + 14px);
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box .sw9-tap {
  font-weight: 300;
  font-size: calc(0.1585vw + 14px);
  line-height: 1.1;
  color: #FFFFFF;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box .sw9-btn {
  display: flex;
  justify-content: center;
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box .sw9-btn .cz_btn {
  background: rgba(255, 255, 255, 0.26);
}
#index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide .sw9_box .sw9-btn .cz_btn:hover {
  background: rgba(20, 76, 137, 0.26);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #edf1f7;
}
#footer .ftt {
  padding-top: calc(2.0835vw + 14px);
  padding-bottom: calc(2.4955vw + 14px);
}
#footer .ftt .container .ftt-m {
  display: flex;
  justify-content: space-between;
}
#footer .ftt .container .ftt-m .ftt-c .fc-h1 {
  margin-top: calc(1.46vw + 14px);
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft16);
}
#footer .ftt .container .ftt-m .ftt-c .fc-h2 {
  font-weight: 300;
  font-size: var(--ft16);
  color: #27344E;
  line-height: 1.67;
  max-width: 405px;
}
#footer .ftt .container .ftt-m .ftt-c .fc-h3 {
  margin-top: calc(3.0225vw + 12px);
  display: flex;
}
#footer .ftt .container .ftt-m .ftt-c .fc-h3 a {
  margin-right: 13px;
}
#footer .ftt .container .ftt-m .ftt-c .fc-h3 i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--ft20);
  width: 40px;
  height: 40px;
  background: #C2CBD5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .ftt .container .ftt-m .ftt-c .fc-h3 i:hover {
  background: var(--color);
  color: #FFFFFF;
}
#footer .ftt .container .ftt-m .ftt-c .ftt-h {
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #000000;
  line-height: 1;
  padding-top: calc(0.415vw + 15px);
  margin-bottom: var(--ft26);
}
#footer .ftt .container .ftt-m .ftt-c .ftt-li {
  font-weight: 300;
  font-size: var(--ft16);
  color: #002452;
  line-height: 1.2;
  margin-bottom: var(--ft26);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ftt .container .ftt-m .ftt-c .ftt-li span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#footer .ftt .container .ftt-m .ftt-c .ftt-li span::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
}
#footer .ftt .container .ftt-m .ftt-c .ftt-li span:hover::after {
  width: 100%;
}
#footer .ftt .container .ftt-m .ftt-k {
  width: 24.35%;
  padding-left: calc(3.959vw + 14px);
  padding-right: var(--ft40);
  position: relative;
}
#footer .ftt .container .ftt-m .ftt-k::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(0.315vw + 14px);
  width: 1px;
  height: 96%;
  background: rgba(0, 74, 142, 0.28);
}
#footer .ftt .container .ftt-m .ftt-k .fk-h {
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #000000;
  line-height: 1;
  padding-top: calc(0.415vw + 15px);
  margin-bottom: var(--ft26);
}
#footer .ftt .container .ftt-m .ftt-k .fk_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  height: 41px;
  background: #0E4E9F;
  border-radius: 5px;
  padding: 0 calc(0.729vw + 14px);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  width: fit-content;
  align-items: center;
  margin-top: var(--ft34);
}
#footer .ftt .container .ftt-m .ftt-k .fk_btn:hover {
  background: #000;
  color: #FFFFFF;
}
#footer .ftt .container .ftt-m .ftt-k .fk-m .fk1 {
  font-weight: 500;
  font-size: var(--ft16);
  color: #002452;
  line-height: 1.5;
  margin-bottom: 6px;
}
#footer .ftt .container .ftt-m .ftt-k .fk-m .fk2 {
  font-weight: 300;
  font-size: 14px;
  color: #404554;
  margin-bottom: var(--ft20);
}
#footer .fline {
  height: 1px;
  background: rgba(9, 65, 178, 0.14);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 30;
  overflow: hidden;
  color: rgba(0, 32, 73, 0.82);
}
#footer .copyright .container {
  padding-top: var(--ft36);
  padding-bottom: var(--ft32);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(0, 32, 73, 0.82);
  vertical-align: bottom;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: rgba(0, 32, 73, 0.82);
}
.h-popUp.active {
  top: 0;
}
.h-popUp {
  width: 100vw;
  height: 100vh;
  background-color: #191919;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-popUp::before {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  left: 5%;
  content: "";
  display: block;
}
.h-popUp::after {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  right: 5%;
  content: "";
  display: block;
}
.h-popUp .h-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 120px;
  top: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  z-index: 10;
}
.h-popUp .h-container {
  width: 1370px;
  position: relative;
  padding: 0 15px;
}
.h-popUp .h-container span:nth-child(1) {
  left: 0%;
}
.h-popUp .h-container span:nth-child(2) {
  left: 14.28571429%;
}
.h-popUp .h-container span:nth-child(3) {
  left: 28.57142857%;
}
.h-popUp .h-container span:nth-child(4) {
  left: 42.85714286%;
}
.h-popUp .h-container span:nth-child(5) {
  left: 57.14285714%;
}
.h-popUp .h-container span:nth-child(6) {
  left: 71.42857143%;
}
.h-popUp .h-container span:nth-child(7) {
  left: 85.71428571%;
}
.h-popUp .h-container span:nth-child(8) {
  left: 100%;
}
.h-popUp .h-container span.line {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
}
.h-popUp .h-container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.h-popUp .h-container .top .left {
  max-width: 1000px;
}
.h-popUp .h-container .top .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 130px;
}
.h-popUp .h-container .top .left ul li {
  color: white;
  max-width: 230px;
  margin-right: 50px;
}
.h-popUp .h-container .top .left ul li:last-child {
  margin-right: 0;
}
.h-popUp .h-container .top .left ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.h-popUp .h-container .top .left ul li .tit h4 {
  font-size: 28px;
  font-family: var(--font);
  margin-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.h-popUp .h-container .top .left ul li span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-family: 'Montserrat-Light';
}
.h-popUp .h-container .top .left ul li span:last-child {
  margin-bottom: 0;
}
.h-popUp .h-container .top .right ul li {
  margin-bottom: 13px;
}
.h-popUp .h-container .top .right ul li:last-child {
  margin-bottom: 0;
}
.h-popUp .h-container .top .right ul li a {
  color: white;
  font-size: 36px;
  font-family: 'Montserrat-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-popUp .h-container .top .right ul li a:hover {
  color: var(--color);
}
.h-popUp .h-container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 45px;
  border-top: 1px solid #292929;
  position: relative;
  z-index: 12;
}
.h-popUp .h-container .bottom h3 {
  font-size: 28px;
  font-family: 'Montserrat-Medium';
  margin-left: 15px;
  color: white;
}
.h-popUp .h-container .bottom .line {
  width: 110px;
  height: 1px;
  background-color: #fff;
  margin: 0 65px;
}
.h-popUp .h-container .bottom p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1800px) {
  #index-body .init-5 .container .i5-m .i5-l {
    padding-bottom: 200px;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p1,
#index-body .init-5 .container .i5-m .i5-l .i5l-p2,
#index-body .init-5 .container .i5-m .i5-l .i5l-p3 {
  position: relative;
  z-index: 4;
}
#index-body .init-3 .container .i3-m .i3-nav .i3-nc {
  text-align: center;
}
@media screen and (max-width: 1450px) {
  #footer .ftt .container .ftt-m .ftt-k {
    padding-right: 0;
  }
  #index-body .init-3 .container .i3-m .i3-nav .i3-nc {
    font-size: var(--ft18);
  }
  #banner .swiper_banner .swiper-banner-pagination {
    padding-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .h-popUp .h-container {
    width: 1200px;
  }
  .h-popUp .h-container .top .right ul li a {
    font-size: 30px;
  }
  .h-popUp::before,
  .h-popUp::after {
    display: none;
  }
}
@media (max-width: 1250px) {
  #footer .ftt .container .ftt-m .ftt-k {
    width: 52%;
  }
  .d1250 {
    display: none;
  }
  #index-body .init-5 .container .i5-m .i5-l {
    padding-bottom: 153px;
  }
  #index-body .init-3 .i3-bg {
    height: 70%;
  }
  #index-body .init-1 .container .i1-m,
  #index-body .init-2 .i2-m,
  #index-body .init-2 .i2-m ul,
  #index-body .init-3 .container .i3-m,
  #index-body .init-4 .container .i1-m,
  #index-body .init-5 .container .i5-m {
    padding: 0;
  }
  .h-popUp {
    display: none;
  }
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1200px) {
  .h-popUp .h-container .top .right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .h-popUp .h-container .top .right {
    margin-top: 60px;
  }
  .h-popUp .h-container .top .right ul li {
    margin: 20px 30px 20px 0;
  }
  .h-popUp .h-container .top .right ul li a {
    font-size: 24px;
  }
  .h-popUp .h-container .top .left {
    max-width: 100%;
  }
  .h-popUp .h-container .top .left ul {
    margin-top: 55px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-5 .container .i5-m .i5-l {
    padding-bottom: 120px;
  }
  #index-body .init-4 .container .i1-m .i1-b .i1b-r {
    width: 100%;
  }
  #index-body .init-4 .container .i1-m .i1-b {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m .i3-n .swiper_i4 {
    margin-right: 0;
  }
  #index-body .init-3 .container .i3-m .i3-nav .i3-nc::after {
    bottom: -9px;
  }
  #index-body .init-3 .container .i3-m .i3-nav .i3-nc {
    width: 50%;
    margin-bottom: 17px;
  }
  #index-body .init-3 .container .i3-m .i3-nav {
    flex-wrap: wrap;
  }
  .cz_btn {
    height: 38px;
  }
  #banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  #banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet::after {
    top: 0;
    background: rgba(255, 255, 255, 0.34);
    clip-path: inset(0 0 0 0);
  }
  #banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active::after {
    background: var(--color);
  }
  #banner .swiper_banner .swiper-banner-pagination {
    padding: 0;
    border: none;
  }
  #banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
    font-size: 0;
    width: 25%;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #footer .ftt .container .ftt-m .ftt-k::before {
    display: none;
  }
  #footer .ftt .container .ftt-m .ftt-k {
    width: 100%;
    padding: 0;
  }
  #footer .ftt .container .ftt-m .ftt-c {
    width: 100%;
  }
  #footer .ftt .container .ftt-m {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m ul {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m ul li {
    width: 50%;
    margin-top: 14px;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 340px;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 100%;
  }
}
#index-body .init-5 .container .i5-m .i5-l .i5l-bg {
  width: calc(12.5vw + 73px);
}
#index-body {
  overflow: hidden;
}
@media (max-width: 500px) {
  #index-body .init-5 .container .i5-m .i5-r .swiper_i9 .swiper-slide > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  #index-body .init-5 .container .i5-m .i5-l .i5l-bg {
    width: auto;
    height: 163px;
  }
  #index-body .init-5 .container .i5-m .i5-l {
    width: 100%;
    margin-bottom: 14px;
  }
  #index-body .init-5 .container .i5-m .i5-r {
    width: 100%;
  }
  #index-body .init-5 .container .i5-m {
    flex-wrap: wrap;
  }
  #index-body .init-3 .i3-bg {
    height: 80%;
  }
  #index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-l {
    width: 100%;
  }
  #index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide .i3-r {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  #index-body .init-3 .container .i3-m .swiper-i3 .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m .i3-nav .i3-nc {
    width: 100%;
  }
  #index-body .init-1 .container .i1-m .i1-b .i1b-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-m .i1-b .i1b-r {
    width: 100%;
  }
  #index-body .init-4 .container .i1-m .i1-t {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-m .i1-b {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i1-m .i1-t .i1t-r {
    padding: 0;
    margin-top: 14px;
  }
  .cz_h br {
    display: none;
  }
  #index-body .init-1 .container .i1-m .i1-t .i1t-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-m .i1-t .i1t-r {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  #index-body .init-1 .container .i1-m .i1-t {
    flex-wrap: wrap;
  }
}
/*////////////////////////////////////////*/
.wc {
  color: #FFFFFF;
}
.inner-wen-banner {
  
font-family: var(--font);
}

.news-page-top ul li.active {
    background: var(--color);
    color: #fff;
}
.news-page-top ul li {
    border-radius: 45px;
    background: #eaeef7;
}

.news-page-top {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.news-page-top:after {
    content: "";
    background: #000;
    height: 1px;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.txt-tran {
    text-transform: capitalize;
}

.news-page01 .new-top ul li .right h3 {
    line-height: 1.3;
}








/* sus */
.sus-1 {
  background-color: #f8f8f8;
}
.sus-1 .box {

}
.sus-1 .left .top {
  margin: auto 0;
}
.sus-1 .right .video {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sus-1 .right .video video {
  transform-origin: right center;
  transition: transform .5s ease;
}


@media (min-width:1001px) {
  .sus-1 .right .video video:hover {
    transform: scale(2);
  }
}

.sus-2 {
  background-color: #FFFFFF;
}

.sus-2 .left .list {
  background-color: #f8f8f8;
}
.sus-2 .left .list li {
  color: var(--color);
  line-height: 2;
}
.sus-4 {
  background-color: #EEEEEE;
}
.sus-4 .list {
  max-width: 1725px;
  margin-left: auto;
  padding-left: 15px;
}
.sus-4 .list .slick-list {
  padding-right: 10%;
}
.sus-4 .list li .box {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.sus-4 .list li .box .name a {
  color: var(--color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.sus-4 .list li .box:hover {
  background-color: #D0D0D0;
}
.sus-4 .list li .box:hover .name a {
  background-size: 100% 1px;
}
.sus-4 .list .next {
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
}
.sus-4 .list .next > div {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.sus-4 .progress {
  height: 6px;
  background-color: #D0D0D0;
  border-radius: 3px;
}
.sus-4 .progress em {
  height: 100%;
  background-color: #000000;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.sus-5 {
  background-color: #FFFFFF;
}
.sus-5 li .box {
  height: 100%;
  background-color: #f8f8f8;
}
.sus-5 li .box .btns {
  color: var(--color);
}
@media (max-width: 1000px) {
  .sus-1 .box {
    min-height: auto;
    padding: 0 5%;
  }
  .sus-1 .right .bg {
    display: none;
  }
  .sus-1 .right .video {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

.newdet-page-01 .news_contents p {
    line-height: 1.8;
    margin-bottom: 20px;
}
.newdet-page-01 .news_contents img.wscnph.wid-100 {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.cus.active .logo {
    filter: grayscale(100%) brightness(1000%);
}

.cus.active .menu-box ul.menu > li {
    color: #fff !important;
}
.inner-wen-banner .top,
.inner-wen-banner .bottom {
    font-family: Arial;
}

.sus-3-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sus-3-1 .box {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(6px);
    color: #fff;
}

/*sus-7*/



.sus-7 {
  background-color: #fbfbfb;
}
.sus-7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sus-7 .box .left {
  vertical-align: middle;
}
.sus-7 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;
}
.sus-7 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
.sus-7 .box .left .box2 .content {
  padding: 65px 4% 60px;

}
.sus-7 .box .left .box2 .content span.h3 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
}
.sus-7 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
.sus-7 .box .left .box2 .content .list {
  font-size: 17px;
}
.sus-7 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
.sus-7 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
.sus-7 .box .right {
  vertical-align: middle;
  padding: 70px 0 70px;
}
.sus-7 .box .right .box2 {
  max-width: 760px;
  padding-left: 8%;
}
.sus-7 .box .right .box2 .text {
  margin-top: 1.3em;

}
.sus-7 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}
.sus-7 .box .right .box2 .list ul li {
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
     padding: 10px 3%;
}

.sus-7 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.sus-7 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
.sus-7 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.sus-7 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sus-7 .box .right .box2 .list ul li .content span.h6 {

  font-weight: bold;
  color: black;
  line-height: 2;
  display: block;
}
.sus-7 .box .right .box2 .list ul li .content .text {

  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.sus-7 .box .right .box2 .list ul li:hover:before {
  opacity: 1;

}
.sus-7 .box .right .box2 .list ul li:hover i {

  background-color: #0A5CA4;
}
.sus-7 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1600px) {
.sus-7 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  .sus-7 .box .right {
    padding: 80px 0 60px;
  }
  .sus-7 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  .sus-7 .box .right .box2 .list {
    font-size: 20px;
  }
  .sus-7 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  .sus-7 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}

@media screen and (max-width: 1450px) {
  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  .sus-7 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
  .sus-7 .box .right .box2 .list {
    font-size: 18px;
  }
}


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

.sus-7 .box {
    display: block;
  }
  .sus-7 .box .left {
    width: 100%;
  }
  .sus-7 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  .sus-7 .box .right .box2 {
    padding: 0;
  }
  .sus-7 .box .left .box2 .content {
    padding: 30px 15px;
  }
  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  .sus-7 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }
  }


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

  .sus-7 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  .sus-7 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
  .sus-7 .box .left .box2 {
    display: block;
  }
  }
  .sus-7 .box .right .box2 .text p {
    font-size: 15px;
    line-height: 1.8;
}
.sus-7 .box .right .box2 span.h2 {
    text-transform: capitalize;
    font-weight: bold;
        font-size: 24px;
}





/* 关于我们 */
.about-page .about-1 {
  max-height: 50vh;
}


.about-1.o-hide .ui.container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.about-1.o-hide {
    position: relative;
}

.about-2 .box .left ul li span.h6 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;

}
.about-2 .box .left ul li span.h6:after {
    content: '';
    width: 40px;
    height: 5px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-2 .box .left ul li .text {
	    text-transform: capitalize;
}
.tect {
    position: absolute;
    z-index: 1;
     top: 30%;
    color: #fff;
}

.tect a.more {
    border: 2px solid #fff;
    margin: 0 10px;
}


.about-page .about-3 {
  max-height: 100vh;
}


.about-page .about-3 .play {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.about-page .about-3 .play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}


.about-page .about-4 .list li {
  border-bottom: 1px solid #eee;
}
.about-page .about-5 li {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-page .about-5 li .mask {

}

@media screen and (max-width: 1000px) {
  .about-2 .left ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

	.about-page .about-5 li .tect {
		position:static;
		color:block;
		background-color:black;
	}
	.about-page .about-5 li {
		flex-direction:column;
		position:static;
	}
	.about-page .about-5 li > img {
		transform:unset !important;
	}
}

@media screen and (max-width: 700px) {
  .about-2 .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-2 .left ul li {
    width: 48%;
  }

  .about-page .about-5 li .tect {
		width:100%;
		padding:15px;
	}
	.about-page .about-5 li > img {
		height:280px;
	}
	.about-page .about-5 li .tect .more {
		margin-bottom:.5em;
	}
}





@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#index-body .init-1 .play {
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    background-color: #f8f9ff;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 0.8em;
    cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .play svg {
  fill: black;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-1 .play svg path {
  fill: transparent;
}
#index-body .init-1 .play i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: #626365;
  color: white;
}

@media screen and (max-width: 500px) {
  #index-body .init-1 .play {
    font-size: 10px;
    letter-spacing: .55em;
  }
  #index-body .init-1 .text {
    padding-right: 0;
  }
}



.app-3 .arrow {
  cursor: pointer;
}

.app-3 .left .bottom {
 width: 54%;
    left: 73%;
  bottom: 0;
}

.app-3 .left .bottom .ll {
  background-color: rgba(26,178,175,.8);
  color: #FFFFFF;
}

.app-4 .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--color);
  padding: 10px 0;
}

.app-3 .left .bottom .rr * {
  height: 100%;
}

.app-3 .left .bottom .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-3 .left .bottom .rr .slick-slide {
  transform: translateX(-100%);
}

.inner.border .xian {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.inner.border .xian:after {
    content: "";
    background: #000;
    height: 1px;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.about-2 .box .left ul li {
    color: var(--color);
}

.about-6 {
    background: #f5f5f5;
}





.element .text span.meta {
    font-size: 14px;
}
.element .text h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.element .text .right {
    font-size: 17px;
}

.element .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.element .text {
    position: relative;
    z-index: 9;
text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
        transition: all .5s ease;
}
.element {

    position: relative;
    overflow: hidden
}


.element .text .left {
    color: #fff;
}
.application-4 ul li .box:hover .text .left {
    color: #000;
        opacity: 0;
}
.application-4 ul li .box .text .left{
  transition: all .3s ease;
}
.application-4 ul li .box.has-vid::after {
  display: none;
}

.application-4 ul li .box.has-vid:hover .img {
  opacity: 0;
}

.application-4 ul {
  margin: -10px;
}

.application-4 ul li {
    padding: 10px;
}
.application-4 ul li .box {
    position: relative;
    overflow: hidden;
}
.application-4 ul li .box:after {
   content: '';
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
        transform: rotate(0deg) translateY(-100%);
}
.application-4 ul li .box:hover:after {
   background: #E8E8E8;
    transform: rotate(-12deg);
    transition: all 0.5s ease-out;
}
.application-4 ul li .box:hover{
   color: #000;
}
.application-4 ul li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.application-4 li.element:hover {
    color: #fff;
}
.application-4 {
    padding: var(--px100) 0;
}

.application-4 li.element {
    color: #fff;
}




#costom-fixed-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s ease;
}

#costom-fixed-body.active {
  transform: translateX(0);
  opacity: 1;
}

.costom-fixed-box {
  width: 100%;
  background-color: #ffffff;
}
.costom-fixed-left {
  background-color: #f5f5f5;
  position: sticky;
    top: 0;
  height: 100vh;
}

.costom-fixed-close {
  left: calc(100% - 1.5em);
  top: 10%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: var(--color);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}


.costom-fixed-content em {
  color: var(--color);
  padding-left: 1em;
  position: relative;
  font-size: 24px;
  font-style: normal!important;
}

.costom-fixed-content em::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: .4em;
  height: .4em;
  background-color: currentColor;
}

@media (max-width:1000px) {
  .costom-fixed-left {
    position: relative;
    height: auto;
  }

  .costom-fixed-close {
    left: auto;
    right: 0;
    top: 0;
  }

  .costom-fixed-right > div {
    padding: 0 5%;
  }
}

.app-2 {
    position: relative;
}

.app-2:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
}

.app-2 .container {
    z-index: 9;
}
.weiyi {
    position: relative;
    z-index: 9;
}

.app-8 {
  /*padding: calc(4.479vw + 14px) 0;*/
  background-color: #f8f7f7;
}
.app-8 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.app-8 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.app-8 .right {
  margin: 0 auto;
  width: 30%;
}
.app-8 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}
.app-8 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.app-8 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}
.app-8 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}

.app-8 .flex .left {
    width: 65%;
    padding-right: 140px;
}
.app-8 .flex .right {
    width: 35%;
}
.app-8 .left span.h2{
  line-height: 1.5;
}
.app-8 .flex .right p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
        cursor: pointer;
            padding: 10px;
                line-height: 2;
                max-width: 100%;
}
.app-8 .options .right .info p.active{
  background: var(--color);
  color: #fff;
}

.app-8 .left .text {
      min-height: 280px;
}


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


  .app-8 .flex .left {
    width: 100%;
    padding-right: 0;
  }
  .app-8 .flex .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .app-8 .flex {
    flex-wrap: wrap;
  }
  .app-8 .left .text {
    min-height: auto;
  }
  .app-8 .right .info {
    padding: 5%;
  }
    }





.contact-page .contact-1 .share {
  line-height: 1;
}
.contact-page .contact-1 .box2 {
  background-color: white;
}
.contact-page .contact-1 .box2 .text {
  color: #858585;
}
.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}
.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}
.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
      background: var(--color);
    color: #fff;
}
.contact-page .contact-2 {
  background-color: #fcfcfc;
}
.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}
.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}
.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}
.contact-page .contact-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #efefef;
  background-color: white;
  margin-left: auto;
  position: relative;
  left: 4%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 li {
  padding: 8% 4% 0px;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .txt-right.wid-100{
  margin-top: 30px !important;
}
.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}
.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.contact-page iframe {
  border: none;
}




.inner-page .sideBarBox .sideBarTop form, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form {
  width: 100%;
  max-width: 100%;
  height: 2.25em;
  background-color: #f2f1ec;
  border-radius: 0.25em;
}
.inner-page .sideBarBox .sideBarTop form input, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.2em;
}
.inner-page .sideBarBox .sideBarTop form button, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form button {
  border: none;
  background-color: transparent;
  width: 3em;
}
.inner-page .sideBarBox .sideBarTop h1 {
  line-height: 1;
}
.inner-page .sideBarBox .sideBarBottom {
  border-top: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight {
  border-left: 1px solid #f5f5f5;
  position: sticky;
    top: 120px;

}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav {
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav i.active {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a i.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > ul {
  display: block;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav span.h6 {
  color: var(--color);
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

/*.product-page .product-box {
  height: 26.04166667vw;
  padding: 2% 5%;
}*/
.product-page .product-box .content {
  padding: 2% 4%;
  border-left: 10px solid #046353;
  background-color: rgba(4, 99, 83, 0.2);
  color: white;
  max-width: 75%;
}
.product-page .product-box .content span.h6 {
  line-height: 1.2;
}
.product-page .product-box .content .text {
  line-height: 1.47058824;
      max-height: 80px;
    overflow: overlay;
}

.prodet-page .prodet-1 .right {
  padding: 1% 0 5%;
}
.prodet-page .prodet-1 .right .small {
  margin: auto 0;
}
.prodet-page .prodet-1 .right .small a {
	pointer-events: none;
}
.prodet-page .prodet-1 .right .small img {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .small .slick-current img {
  opacity: 1;
}
.prodet-page .prodet-1 .right .m-link {
  color: #5c5c5c;
}
.prodet-page .prodet-2 {
  color: white;
  z-index: 1;
}
.prodet-page .prodet-2 .mask {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -25%;
  z-index: -1;
}
.prodet-page .prodet-2 .mask i {
  background-color: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100%;
}
.prodet-page .prodet-2 .table {
  padding: 3.5%;
  background-color: white;
  color: black;
}
.prodet-page .prodet-2 .table table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.prodet-page .prodet-2 .table table td {
  border: none;
  padding: .9em 2em;
}
.prodet-page .prodet-2 .table table td:first-child {
  width: 30% !important;
}
.prodet-page .prodet-2 .table table td:last-child {
  width: 70% !important;
}
.prodet-page .prodet-3 .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-3 .text p:before {
  content: '';
  width: 0.41176471em;
  height: 0.41176471em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .7em;
  margin-right: 1.41176471em;
}
.prodet-page .prodet-4 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-4 .list .box {
  background-color: white;
  padding: 5%;
}
.prodet-page .prodet-4 .list .box a.link {
  color: var(--color);
}
.prodet-page .prodet-4 .list .box a.link i {
  font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarBottom .sideBarRight {
    display: none;
  }
}



.shaixuan .cp {
    border: 1px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    position: relative;
}
.shaixuan .cp ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  padding: 10px;
  display: none;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 1px;
      z-index: 9;
}
.shaixuan .cp:hover> ul {
  display: block;
}
.shaixuan .cp ul li a {
  padding: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.shaixuan .cp ul li a:hover {
  border-color: var(--color);
}
.pack-page .pack-1 .ret {
  position: relative;
}



.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle{
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent{
    display: none;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p{
  display: inline;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i{
  position: absolute;
  right: 20px;
  top: .5em;
}

@media (max-width:1000px) {
  .prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i {
    right: 10px;
  }
}




/* new-header */

#header .nav .menu-menu-container>.menu>.menu-item.menu-about {
    position: unset !important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    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);
    transform-origin: top;
    opacity: 0;
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about:hover .menu-content {
    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-container>.menu>.menu-item.menu-about .menu-content .container {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one {
    width: 40%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutTitle {

    color: #111;

    margin-bottom: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore {
    font-size: 14px;
    line-height: initial
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two {
    width: 30%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link {
    margin-top: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link:first-child {
    margin-top: 0
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:hover:before {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three {
    width: 30%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three img {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset!important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content {
    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);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-content {
    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-container>.menu>.menu-item.menu-product .menu-content .left {
    /*width: 70%;
     border-right: 1px solid #ccc;*/
    position: relative;
   
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product {
    font-size: 14px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title {
    font-weight: 700;

    margin-bottom: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-img {
      width: 100%;
    object-fit: cover;
    height: 235px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul {
    font-size: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li {
    margin-top: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
    color: var(--color);
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li {

}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .container {
    background: #fff;
    padding: 40px 30px
}

#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}
.t_1 {
  transition: .5s;
}


#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .news-one {
    width: 70%;
}
.sus-5 .left ul li .box{
transition: all .6s ease;
    overflow: hidden;
}
.sus-5 .left ul li:hover .box {
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
}

.sus-5 .left ul li:hover .box img {
    filter: drop-shadow(0 100px #fff);
    position: relative;
    top: -100px;
}



.dobule-img img {
  grid-column: 1;
  grid-row: 1;
}

.dobule-img:hover img:last-of-type {
  opacity: 1;
}


.guanlian ul li .box {
    background: #f8f8f8;
    padding: 15px;
}

.pro-img video {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.pro-img .content.pos {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






/* video */
.hero {
  background-color: #FFFFFF;
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    justify-content: center;
    justify-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.hero h2 em {
  font-size: 1.2em;
}

.hero {
    min-height: 100dvh;
}

.hero .wrapper,
.hero__attachment {
    grid-column: 1;
    grid-row: 1;
    transition: 1s ease-in-out;
    transition-delay: .5s;
}

.hero__attachment {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
}

.hero__attachment video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrapper {
    transform: translateY(0);
}

.hero.ready .hero .wrapper,
.hero.ready .hero__attachment {
    transition: none;
    transition-delay: 0s;
}

.home-3 .box video {
    max-height: 653px;
    width: 100%;
    object-fit: cover;
}


.fixed-video {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.su-01 {
  background-color: #FFFFFF;
}


.about-page .about-5 li .mask > div {
  grid-column: 1;
  grid-row: 1;
  transition: opacity .5s ease;
}

.about-page .about-5 li:hover .vid {
 opacity: 1;
}

.about-page .about-5 li .mask > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-5 li:hover .mask.grid:after {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
}
 .inner-page .sideBarBox .sideBarBottom .sideBarRight form{
  flex-wrap: nowrap
}
.page-header02{
  position: fixed;
  width: 100%;
}
@media screen  and (max-width: 1250px){
      #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
  .inner.border{
    display: none;
  }
  .product-page{
    padding-top: var(--px100);
  }
  .inner-wen-banner{
    display: none;
  }
}
.seoPublic .Auxil-news .list ul li a.img-box{
  height: auto;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slickBtn {
  gap: 6px;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  border-radius: 0;
  background-color: #7a7a7a;
  color: white;
  margin: 0 !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn div i {
  font-size: 1.5em;
}
.slickBtn div:hover {
  background-color: var(--color);
}
.baseBtn {
  line-height: 2.1875;
  border: 1px solid currentcolor;
  border-radius: 37px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.color {
  color: var(--color);
}
.baseBtn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
}

#index-body .init-c-1 .play {
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    background-color: #f8f9ff;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 0.8em;
    cursor: pointer;
  cursor: hand;
}
#index-body .init-c-1 .play svg {
  fill: black;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-c-1 .play svg path {
  fill: transparent;
}
#index-body .init-c-1 .play i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: #626365;
  color: white;
}
@media screen and (max-width: 1000px) {
  #index-body .init-c-1 .right{
    margin-bottom: var(--ft20);
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-c-1 .play {
    font-size: 10px;
    letter-spacing: .55em;
  }
  #index-body .init-c-1 .text {
    padding-right: 0;
  }
}
.font-24{
  font-size: var(--ft24) !important;
}
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }
        .mt-60{
          margin-top: var(--ft60) !important;
        }
        .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);
}
.support-page .support-1 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}
.support-page .support-1 .list li:hover {
  top: -10px;
}
.support-page .support-2 .left {
  direction: rtl;
}
.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-2 .right .content {
  padding-left: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}
.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-2 .right .content .list {
  margin-top: auto;
  font-weight: 500;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(330deg, var(--color), #1147ae);
  background-image: -moz-linear-gradient(330deg, var(--color), #1147ae);
  background-image: linear-gradient(120deg, var(--color), #1147ae);
  color: white;
}
.support-page .support-2 .right .content .list .text {
  color: #333;
}
.support-page .support-4 .content {
  margin-left: auto;
  padding-left: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}
.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-4 .content .check {
  font-weight: normal;
}
.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}
.support-page .support-5 .right {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen  and (max-width: 1000px){
    .support-page .support-2 .right .content {
    padding: 5% !important;
    padding-right: 0 !important;
    height: auto;
  }
  .support-page .support-4 .content {
    width: 100%;
  }
}
@media screen  and (max-width: 500px){
    .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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;
  }
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}
.download-page .nav li:last-child {
  border-bottom: none;
}
.download-page .nav a {
  padding: 1.5em 0;
}
.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}
.download-page .nav a.active {
  color: var(--color);
}
.download-page .nav a.active i:before {
  opacity: 1;
}
.download-page .right .border {
  padding: 1em;
}
.download-page form {
  padding-bottom: 1%;
}
.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.download-page form button i {
  font-size: 1.5em;
}
.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 img {
  max-width: 40%;
}
.download-page .list li .link em {
  color: var(--color2);
}
.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
@media screen  and (max-width: 1000px){
    .download-page .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .list li i.font-70 {
    display: none;
  }
}
.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, var(--color) 48%, #1147ae 58%);
  background-image: -moz-linear-gradient(130deg, var(--color) 48%, #1147ae 58%);
  background-image: linear-gradient(320deg, var(--color) 48%, #1147ae 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%;
  }
}
.init-c-1.pre.pt-100.pb-100 .box,
.init-c-1.pre.pt-100.pb-100 .text{
  padding-left: 12vw;
  padding-right: 12vw; 
}
.img-yy.img-yy1{
  margin-top: var(--ft40);
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ft50);
}
@media screen  and (max-width: 1000px){
  .init-c-1.pre.pt-100.pb-100 .box, .init-c-1.pre.pt-100.pb-100 .text{
    padding-left: 0;
    padding-right: 0;
  }
}
.des.des_sp{
height: 97px;
overflow-y: auto;
}
.fancybox-content{
  background: #fff !important;
}
@media screen  and (max-width: 1200px){}
@media screen  and (max-width: 1200px){}
@media screen  and (max-width: 1200px){}
@media screen  and (max-width: 1200px){}