@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --base-color:rgba(37, 52, 127, 1);
  --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);
  --colorbg: linear-gradient(90deg,#123994 0%, #25347F 100%);
  --color: #123994;
}
: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(--colorbg);
  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: 500;
  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;
box-shadow: rgba(0, 21, 41, 0.08) 0px 1px 4px;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}
#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 {
  padding: 18px 0 19px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(2.6555vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: var(--ft18);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: #243580;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: capitalize;
  color: #141414;
  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: 6px;
  height: 6px;
  background: #24347D;
  border-radius: 50%;
  bottom: 13px;
  left: -15px;
  background-color: #24347d;
  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;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: calc(1.2465vw + 13px);
  margin-right: calc(1.77vw + 14px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1650px;
  padding: 0 15px;
}
#banner {
  overflow: hidden;
  margin-top: 99px;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner_text {
  position: absolute;
  bottom: 7.8vw;
  left: 7.8%;
  width: 40%;
}
#banner .swiper_banner .swiper-slide .banner_text .banner_p1 {
  font-weight: bold;
  font-size: var(--ft60);
  color: #FFFFFF;
  line-height: 1.3;
}
#banner .swiper_banner .swiper-slide .banner_text .banner_p2 {
  margin-top: var(--ft30);
  margin-bottom: calc(4.479vw + 10px);
  max-width: 683px;
  font-weight: 500;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
}
#banner .swiper_banner .swiper-slide .banner_text .jc_btn {
  background: #fff;
}
#banner .swiper_banner .swiper-slide .banner_text .jc_btn span {
  color: #141414;
}
#banner .swiper_banner .swiper-slide .banner_text .jc_btn span::after {
  background: var(--colorbg);
  color: #fff;
}
#banner .swiper_banner .swiper-slide .banner_text .jc_btn span::before {
  background: var(--colorbg);
  color: #fff;
}
.jc_btn {
  padding: 0 18px 0 7px;
  height: 50px;
  width: fit-content;
  background: var(--colorbg);
  display: flex !important;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  opacity: 1 !important;
}
.jc_btn span{
    opacity: 1 !important;
}
.jc_btn:hover span::after {
  opacity: 1;
}
.jc_btn:hover span::before {
  opacity: 0;
}
.jc_btn:hover span {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}
.jc_btn span {
  font-size: var(--ft16);
  font-weight: 500;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.jc_btn span::before {
  content: "+";
  display: block;
  width: 37px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  color: var(--color);
  margin-right: 10px;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jc_btn span::after {
  content: "+";
  display: block;
  width: 37px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  color: var(--color);
  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;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jc-tap {
  font-weight: 500;
  font-size: var(--ft20);
  color: #666666;
}
.jc-tap span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #24347D;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}
.jc-h {
  margin-top: 10px;
  font-weight: bold;
  font-size: var(--ft50);
  color: #141414;
  line-height: 1.2;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-3 {
  /*overflow: hidden;*/
  background-size: cover;
  padding-top: calc(4.65vw + 15px);
  padding-bottom: var(--px110);
  position: relative;
  z-index: 2;
}
#index-body .jc1-1 {
  overflow: hidden;
  padding-top: var(--px100);
  padding-bottom: calc(5.519vw + 16px);
  background: #f7f7f7;
}
#index-body .jc1-1 .container .swiper_j1 {
  margin-top: var(--ft62);
  overflow: hidden;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  position: relative;
}
.io9_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 var(--ft60);
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide:hover .j1-bg {
  clip-path: inset(0 0 0 0);
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zz-z2.png) no-repeat center;
  background-size: cover;
  padding: calc(1.2465vw + 14px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .j1b-p1 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .j1b-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
  opacity: 0.9;
  margin-top: 14px;
  margin-bottom: calc(2.0835vw + 14px);
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .jc_btn {
  background: #fff;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .jc_btn span {
  color: #141414;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .jc_btn span::after {
  background: var(--colorbg);
  color: #fff;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-bg .jc_btn span::before {
  background: var(--colorbg);
  color: #fff;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-img {
  /*padding-top: calc(3.4405vw + 14px);
  padding-bottom: calc(3.0225vw + 12px);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-img:hover img {
  /*transform: scale(1.1);*/
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc1-1 .container .swiper_j1 .swiper-slide .j1-p {
  font-weight: bold;
  font-size: var(--ft24);
  color: #666666;
  text-align: center;
  padding-bottom: calc(2.1885vw + 13px);
}
#index-body .jc1-1 .container .jc1-sc {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: var(--ft36);
}
#index-body .jc1-1 .container .jc1-sc .jc1_l {
  width: 90.37%;
  height: 2px;
  background: #cccccc;
  position: relative;
}
#index-body .jc1-1 .container .jc1-sc .jc1_l .jc1-pro {
  height: 3px;
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
  border-radius: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc1-1 .container .jc1-sc .jc1_l .jc1l-p {
  display: flex;
}
#index-body .jc1-1 .container .jc1-sc .jc1_l .jc1l-p span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  margin-top: -1px;
  border-radius: 2px;
  height: 3px;
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
  margin: 0;
  flex: 1;
}
#index-body .jc1-1 .container .jc1-sc .jc1_l .jc1l-p .swiper-pagination-bullet-active {
  opacity: 1;
}
#index-body .jc1-1 .container .jc1-sc .jc1_r {
  display: flex;
  align-items: center;
}
#index-body .jc1-1 .container .jc1-sc .jc1_r i {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft16);
  color: #fff;
  position: relative;
}
#index-body .jc1-1 .container .jc1-sc .jc1_r i::before {
  position: relative;
  z-index: 3;
}
#index-body .jc1-1 .container .jc1-sc .jc1_r i::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #000;
  clip-path: inset(0 0 0 100%);
}
#index-body .jc1-1 .container .jc1-sc .jc1_r i:hover::after {
  clip-path: inset(0 0 0 0);
}
#index-body .jc1-1 .container .jc1-sc .jc1_r .jc1_r_l {
  margin-right: calc(0.2085vw + 13px);
}
#index-body .jc1-2 {
  overflow: hidden;
}
#index-body .jc1-2 .swiper_j2 {
  position: relative;
}
#index-body .jc1-2 .swiper_j2 .j2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  padding-top: calc(11.45vw + 7px);
}
#index-body .jc1-2 .swiper_j2 .j2-bg .jc-tap {
  color: #fff;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .jc-tap span {
  background: #fff;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .jc-h {
  color: #fff;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container {
  height: 100%;
  position: relative;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: calc(2.6067vw + 16px);
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c {
  padding: var(--ft20) 13px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c.active .j2-k img {
  opacity: 1;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c.active .j2-k::after {
  transform: scale(12);
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c.active .j2-k1 {
  opacity: 1;
  font-size: var(--ft20);
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c .j2-k {
  position: relative;
  z-index: 0;
  width: 61px;
  height: 61px;
  flex: 0 0 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--ft16);
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c .j2-k img {
  position: relative;
  z-index: 2;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c .j2-k::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 61px;
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
  border-radius: 10px;
}
#index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c .j2-k1 {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 34px;
  opacity: 0.3;
  max-width: 208px;
}
#index-body .jc_99 {
  overflow: hidden;
  height: var(--px170);
  width: 100%;
  background: #fff;
}
#index-body .jc_3 {
  overflow: hidden;
  padding-top: calc(4.1667vw + 16px);
  padding-bottom: calc(4.65vw + 13px);
  background: #f7f7f7;
}
#index-body .jc_3 .container {
  display: flex;
  align-items: center;
}
#index-body .jc_3 .container > div {
  width: 50%;
}
#index-body .jc_3 .container .j3-r {
  padding-left: calc(2.0835vw + 14px);
}
#index-body .jc_3 .container .j3-r .j3-p {
  margin-top: var(--ft26);
  font-weight: 500;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
}
#index-body .jc_3 .container .j3-r .j3-m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ft20);
  margin-top: calc(2.6555vw + 14px);
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  padding: calc(0.729vw + 14px) var(--ft20) var(--ft20) var(--ft30);
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v:hover::after {
  opacity: 1;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v1:hover .j3-vt img {
  filter: brightness(0) invert(1);
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v:hover .j3-vt span {
  color: #fff;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v:hover .j3-vb {
  color: #fff;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v::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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #24347C 0%,#123994 100%);
  border-radius: 10px;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v .j3-vt {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--ft20);
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v .j3-vt img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v .j3-vt span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#index-body .jc_3 .container .j3-r .j3-m .j3-v .j3-vb {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--ft18);
  color: #141414;
}
#index-body .jc_4 {
  overflow: hidden;
  padding-top: var(--px110);
  padding-bottom: calc(4.65vw + 16px);
}
#index-body .jc_4 .swiper_j4 {
  overflow: hidden;
  margin-top: calc(3.65vw + 18px);
}
#index-body .jc_4 .swiper_j4 .swiper-slide {
  background: #F7F7F7;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  padding: calc(1.1465vw + 14px) calc(1.0385vw + 13px);
  position: relative;
}
#index-body .jc_4 .swiper_j4 .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #24347C 0%,#123994 100%);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover::after {
  opacity: 1;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover .j4m-t img {
  filter: brightness(0) invert(1) !important;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover .j4m-t .j4m-t-r span {
  color: var(--color) !important;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover .j4m-t .j4m-t-r > div::after {
  opacity: 0;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover .j4m-b .j4m-p1 {
  color: #fff !important;
}
#index-body .jc_4 .swiper_j4 .swiper-slide:hover .j4m-b .j4m-p2 {
  color: #fff !important;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m {
  position: relative;
  z-index: 3;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-l {
  height: 1px;
  background: #e5e5e5;
  margin-top: calc(0.729vw + 14px);
  margin-bottom: var(--ft32);
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-l img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-b .j4m-p1 {
  font-weight: 600;
  font-size: calc(0.415vw + 14px);
  color: #141414;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-b .j4m-p2 {
  margin-top: var(--ft16);
  font-weight: 500;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.56;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t {
  display: flex;
  justify-content: space-between;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t .j4m-t-l img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t .j4m-t-r {
  display: flex;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t .j4m-t-r div {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 27px;
  background: #FFFFFF;
  border-radius: 6px;
  line-height: 27px;
  position: relative;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t .j4m-t-r div::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #24347C 0%,#123994 100%);
  border-radius: 6px;
}
#index-body .jc_4 .swiper_j4 .swiper-slide .j4_m .j4m-t .j4m-t-r div span {
  position: relative;
  z-index: 3;
}
@keyframes about-line1 {
  0% {
    top: 0;
  }
  50% {
    top: calc(50% - 70px);
  }
  100% {
    top: 0;
  }
}
@keyframes about-line2 {
  0% {
    top: 50%;
  }
  50% {
    top: calc(100% - 70px);
  }
  100% {
    top: 50%;
  }
}
.filterTag {
  height: 51px;
  padding-left: 16.42%;
  padding-right: 17.16%;
  margin-top: var(--ft50);
}
.filterTag input {
  height: 100%;
  background: #F2F2F2;
  border-radius: 10px 0 0 10px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-right: none;
  padding: 0 1.2em;
  width: 100%;
}
.filterTag input[type="submit"] {
  width: 4.44444444em;
  padding: 0;
  background-image: url("../images/icon-search2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filterTag a {
  width: 72px;
  height: 51px;
  background: linear-gradient(270deg, #24347C 0%, #123994 100%);
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(0.575vw + 14px);
}
.filterTag a img {
  width: 18px;
  height: 20px;
  flex: 0 0 18px;
  object-fit: contain;
}
.filterTag a[type="submit"] {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.filterTag a[type="submit"]:hover {
  background-color: black;
}
.filterTag .drop {
  width: 100%;
  position: relative;
}
.filterTag .drop input + i {
  background: #F2F2F2;
  border-radius: 0px 10px 10px 0px;
  border-top: 1px solid #E6E6E6;
  border-left: none;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.filterTag .drop input + i.active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filterTag .drop ul {
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 1em;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 0.9em;
  display: none;
  z-index: 2;
  max-height: 350px;
  overflow: auto;
}
.filterTag .drop ul li {
  border-bottom: 1px #eee dashed;
  padding: 0.5em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.filterTag .drop ul li em {
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.filterTag .drop ul li:hover {
  background-color: var(--color);
  color: white;
}
.filterTag .drop ul li:hover em {
  color: white;
}
@media screen and (max-width: 1000px) {
  .filterTag {
    height: auto;
  }
  .filterTag > * {
    height: 42px;
  }
  .filterTag input[type="submit"] {
    width: 3em;
  }
  .filterTag .drop input + i {
    width: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filterTag .drop input + i img {
    max-width: 10px;
  }
  .filterTag .search button {
    display: none;
  }
}
#index-body .init-2 .about-con {
  background-color: #fff;
  padding-top: var(--px110);
  padding-bottom: var(--ft40);
}
#index-body .init-2 .i2-p {
  font-weight: 500;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
  margin-top: var(--ft20);
}
#index-body .init-2 .about-con .left {
  width: 43%;
}
#index-body .init-2 .jc_btn {
  margin-top: var(--ft38);
}
#index-body .init-2 .about-con .left h1 {
  line-height: 1.7;
}
#index-body .init-2 .about-con .right {
  width: 50%;
  padding-left: var(--ft18);
}
#index-body .init-2 .about-con .right .datashow h4 {
  line-height: 1;
}
#index-body .init-2 .about-con .right .datashow h4 span {
  font-weight: bold;
  font-size: var(--ft20);
  color: #141414;
}
#index-body .init-2 .about-con .right .datashow p {
  font-weight: 500;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.67;
}
#index-body .init-2 .about-con .right .datashow h4 em {
  font-weight: bold;
  font-size: var(--ft48);
  color: #141414;
}
#index-body .init-2 .about-con .right .datashow ul {
  border-left: 2px solid #e6e6e6;
  padding-left: 60px;
  padding-top: 50px;
  position: relative;
  max-width: 39%;
}
#index-body .init-2 .about-con .right .datashow ul::before {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: var(--color);
  position: absolute;
  border-radius: 1px;
  top: 0;
  left: -2px;
  animation: about-line1 8s linear infinite;
}
#index-body .init-2 .about-con .right .datashow ul::after {
  content: "";
  display: block;
  width: 3px;
  height: 70px;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: -2px;
  animation: about-line2 8s linear infinite;
}
#index-body .init-2 .about-con .right .datashow ul li {
  padding: calc(1.88vw + 14px) 0;
}
#index-body .init-2 .about-con .right .datashow ul.list1 li {
  transform: translateY(-18%);
}
#index-body .init-2 .about-con .right .datashow ul.list2::before {
  top: 0;
  animation-delay: 2s;
}
#index-body .init-2 .about-con .right .datashow ul.list2::after {
  top: 50%;
  animation-delay: 2s;
}
#index-body .init-2 .about-img {
  position: relative;
}
#index-body .init-2 .about-img::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #fff;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .init-2 .about-img .clip_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  height: 650px;
  /*top: 0;*/
  overflow: hidden;
  /*margin-top: -80px;*/
}
#index-body .init-2 .about-img .img {
  width: 100%;
  height: 100%;
  /*position: sticky;*/
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .about-img .img .i2-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#index-body .init-2 .about-img .img .i2-play .i2-bg1 {
  width: 99px;
  height: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*transform: translate(-50%, -50%) !important;*/
}
#index-body .init-2 .about-img .img .i2-play .i2-play-box {
  width: 61px;
  height: 61px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-2 .about-img .img .i2-play .i2-play-box img {
  width: 13px;
  height: 15px;
}
#index-body .init-2 .about-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .about-con {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .about-con .right .datashow ul {
    padding-left: 30px;
  }
  #index-body .init-2 .about-con {
    padding-bottom: calc(2.3955vw + 14px);
  }
  #index-body .init-2 .about-img .clip_wrap {
    height: 560px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .jc_3 .container .j3-r {
    padding: 0;
    margin-top: var(--ft30);
  }
  #index-body .jc_3 .container {
    flex-wrap: wrap;
  }
  #index-body .jc_3 .container > div {
    width: 100%;
  }
  #index-body .init-2 .about-con .left {
    width: 49%;
  }
  #index-body .init-2 .about-con .right .datashow ul {
    max-width: 50%;
  }
  #index-body .init-2 .about-con .right {
    width: 50%;
    padding-left: 1%;
  }
  #index-body .init-2 .about-con {
    padding-bottom: 40px;
  }
  #index-body .init-2 .about-img .clip_wrap {
    height: 460px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .jc_3 .container .j3-r .j3-m {
    grid-template-columns: 1fr;
  }
  #index-body .init-2 .about-con .left {
    width: 100%;
  }
  #index-body .init-2 .about-con .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-2 .about-img {
    height: auto;
  }
  #index-body .init-2 .about-img .clip_wrap {
    height: auto;
    margin-top: 0;
  }
  #index-body .init-2 .about-img .img>img {
    transform: translateZ(0px) scale(1) !important;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-2 .about-con .right .datashow {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #index-body .init-2 .about-con .right .datashow ul {
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    border-left: 0;
  }
  #index-body .init-2 .about-con .right .datashow ul::before,
  #index-body .init-2 .about-con .right .datashow ul::after {
    display: none;
  }
  #index-body .init-2 .about-con .right .datashow ul.list1 li {
    transform: translateY(0);
  }
  #index-body .init-2 .about-con .right .datashow ul li {
    padding: 40px 0 0;
  }
  #index-body .init-2 .about-con .right .datashow ul li:nth-child(1) {
    padding: 0;
  }
  #index-body .init-2 .about-con .right .datashow h4 {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  #index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c {
    padding: 7px 10px;
    margin-bottom: 6px;
  }
}
#footer {
  background: linear-gradient(270deg, #24347C 0%,#123994 100%);
}
#footer .ff-ll {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .f-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: var(--ft50);
  padding-bottom: var(--ft36);
}
#footer .f-top .ft-l {
  font-weight: bold;
  font-size: var(--ft26);
  color: #FFFFFF;
  line-height: 1.1;
}
#footer .f-top .ft-r {
  display: flex;
}
#footer .f-top .ft-r .ftr-c {
  position: relative;
  margin-right: 6.5vw;
  font-weight: 500;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-top .ft-r .ftr-c::before {
  position: absolute;
  content: '';
  top: 50%;
  left: calc(-0.2085vw - 14px);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#footer .f-top .ft-r .ftr-c:last-child {
  margin-right: 0;
}
#footer .f-top .ft-r .ftr-c:hover {
  color: #fff;
}
#footer .f-top .ft-r .ftr-c:hover::before {
  opacity: 1;
}
#footer {
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#footer .tit {
  font-size: var(--ft26) !important;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 var(--ft40) !important;
}
#footer ul li {
  font-size: var(--ft18) !important;
  line-height: 1.8;
  margin-bottom: var(--ft26);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}
#footer ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-0.2085vw - 14px);
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#footer ul li a:hover {
  color: #fff;
  transform: translate(var(--ft18));
}
#footer ul li a:hover::after {
  opacity: 1;
}
#footer ul li i {
  width: 20px;
  margin-top: 6px;
}
#footer ul li span {
  padding-left: 20px;
  width: 92%;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-content {
  z-index: 1;
  padding-bottom: calc(2.0835vw + 12px);
}
#footer .f-content .f-form {
  width: 40.74%;
}
#footer .f-content .f-form .form {
  width: 83.5234%;
}
#footer .f-content .f-form .form .title {
  line-height: 1.1;
  font-size: var(--ft40) !important;
  font-weight: bold !important;
}
#footer .f-content .f-form .form form {
  width: 79.72%;
  position: relative;
}
#footer .f-content .f-form .form form input,
#footer .f-content .f-form .form form textarea {
  width: 100%;
  height: 66px;
  background-color: #172564;
  border-radius: 10px;
  border: solid 1px #2f48c6;
  font-size: 14px;
  padding: 0 15px;
}
#footer .f-content .f-form .form form input::-webkit-input-placeholder,
#footer .f-content .f-form .form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input:-moz-placeholder,
#footer .f-content .f-form .form form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input::-moz-placeholder,
#footer .f-content .f-form .form form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input:-ms-input-placeholder,
#footer .f-content .f-form .form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input::placeholder,
#footer .f-content .f-form .form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form textarea {
  height: 116px;
  padding: 8px 50px 46px 15px;
}
#footer .f-content .f-form .form form button {
  border: 0;
  position: absolute;
  right: 19px;
  bottom: 13px;
  background: transparent;
}
#footer .f-content .f-form .form ul li {
  margin-bottom: var(--ft18);
}
#footer .f-content .f-form .form ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form .f-logo {
  width: 16.4766%;
}
#footer .f-content .f-contact {
  width: 27.07%;
}
#footer .f-content .f-contact .tit {
  margin-bottom: var(--ft44);
}
.fj6 {
  margin-top: 9px !important;
}
.fj5 {
  flex: 0 0 16px;
}
.fj4 {
  width: 16px;
  height: 21px;
}
#footer .f-content .f-contact ul li i {
  margin-top: 6px;
  margin-right: 12px;
}
#footer .f-content .f-contact ul li {
  margin-bottom: var(--ft20);
  display: flex;
  align-items: start;
}
#footer .f-content .f-contact ul li div {
  opacity: 0.6;
}
#footer .f-content .f-contact ul li img {
  object-fit: contain !important;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact .code #ewm {
  width: 100px;
  border-radius: 10px;
  border: 6px solid #fff;
}
#footer .f-content .f-contact .code img {
  width: 100%;
  border-radius: 10px;
}
#footer .f-content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 37.4%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.7);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.7);
}
#footer .f-copy .share a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .share a:nth-child(even) {
  font-size: 24px;
}
#footer .f-copy .share a:hover {
  background: #fff;
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-copy .share a:hover i {
  background: linear-gradient(90deg, #3A56E9, #25357F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 1250px) {
  #footer .f-top {
    display: none !important;
  }
}
@media screen and (max-width: 1450px) {
  #footer .f-content {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  #footer ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .f-content::after {
    display: none;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-form {
    width: 60%;
  }
  #footer .f-content .f-form .form form {
    width: 100%;
  }
  #footer .f-content .f-form .f-logo {
    display: none;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form .form {
    width: 100%;
  }
  #footer .f-content .f-contact {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-copy .share {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer ul li {
    font-size: 16px;
  }
  #footer .f-content .f-contact .code {
    display: none;
  }
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft32);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
}
@media (max-width: 1250px) {

  #index-body .jc1-2 .swiper_j2 .j2-bg {
    padding-top: var(--ft32);
  }
  #index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav .j2-c .j2-k1 {
    font-size: var(--ft20);
  }
  #index-body .jc1-2 .swiper_j2 .j2-bg .container .j2-nav {
    flex-wrap: wrap;
    margin-top: var(--ft30);
    position: static;
  }
  #banner .swiper_banner .swiper-slide .banner_text .banner_p1 {
    font-weight: bold;
    font-size: var(--ft38);
    color: #FFFFFF;
    line-height: 1.2;
  }
  #banner .swiper_banner .swiper-slide .banner_text {
    position: absolute;
    bottom: var(--ft30);
    left: 1.8%;
    width: 57%;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .jc1-2 .swiper_j2 .swiper-slide > img {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #banner .swiper_banner .swiper-slide .banner_text {
    width: 90%;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 300px;
    object-fit: cover;
  }
  #banner .swiper_banner .swiper-slide .banner_text .banner_p2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .container {
    width: 100%;
  }
}
/*、、、、、、、、、、、、、、、、、、*/
.oem-page .oem-1 .mk-tt {
    line-height: 1.5;
}

.oem-page .oem-1 .mk-desc {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.oem-page .oem-1 .zs-list {
    position: relative;
}

.oem-page .oem-1 .zs-list .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.oem-page .oem-1 .zs-list .imgbox img {
    min-height: 300px;
    object-fit: cover;
}

.oem-page .oem-1 .zs-list ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 0;
    width: 100%;
    background-color: rgba(0, 3, 24, 0.7);
    border-radius: 0 0 20px 20px;
}

.oem-page .oem-1 .zs-list ul li {
    padding: 0 75px;
}

.oem-page .oem-2 .strength-list ul li {
    margin-top: 70px;
}

.oem-page .oem-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.oem-page .oem-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox {
    background-color: #f4f5f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    margin-left: -40px;
    padding: 90px 6%;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.2;
    color: #333333;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    max-height: 180px;
    overflow-y: auto;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
}

.oem-page .oem-3 .laboratory-list ul li .box .img-box {
    border-radius: 10px;
    overflow: hidden;
}
.oem-3 button,.oem-5 button{
  display: none !important;
}
.oem-page .oem-4 .mk-desc {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.oem-page .oem-4 .partner-list ul {
    margin: 0 8%;
    position: relative;
    height: 455px;
}

.oem-page .oem-4 .partner-list ul li {
    position: absolute;
    left: 0;
    top: 0;
    animation: fd1 4s linear infinite;
}

.oem-page .oem-4 .partner-list ul li .box {
    border-radius: 50%;
    width: 245px;
    height: 245px;
    background-color: rgba(58, 58, 58, 0.68);
    border: solid 1px rgba(255, 255, 255, 0.932);
}

.oem-page .oem-4 .partner-list ul li.num0 {
    zoom: 0.98;
    left: 0;
    top: 8%;
}

.oem-page .oem-4 .partner-list ul li.num1 {
    zoom: 0.48;
    left: 22%;
    top: 5%;
}

.oem-page .oem-4 .partner-list ul li.num2 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 18%;
    top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num3 {
    left: 31%;
    top: 20%;
}

.oem-page .oem-4 .partner-list ul li.num4 {
    zoom: 0.48;
    left: 49%;
    top: 0%;
}

.oem-page .oem-4 .partner-list ul li.num5 {
    left: 56%;
    animation: fd2 4s linear infinite;
    top: 21%;
}

.oem-page .oem-4 .partner-list ul li.num6 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 77%;
    top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num7 {
    left: auto;
    right: 0;
    top: 0%;
}

.oem-page .oem-5 .list ul li .box {
    background-color: #f4f5f9;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box .tt {
    transition: all 0.5s;line-height: 1.2;
    min-height: 48px;
}

.oem-page .oem-5 .list ul li .box img {
    transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box:hover {
    background-color: var(--color);
}

.oem-page .oem-5 .list ul li .box:hover .tt {
    color: #fff;
}

.oem-page .oem-5 .list ul li .box:hover img {
    filter: brightness(0) invert(1);
}

.oem-page .oem-6 .con {
    border-radius: 10px;
    height: 400px;
    padding: 0 20px;
    text-align: center;
}

.btn-go02 {
    justify-content: center;
    min-width: 176px;
}

.btn-go02::before {
    display: none;
}

.btn-go02:hover {
    background-color: #fff;
}

@keyframes fd1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fd2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1700px) {
    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 50px 6%;
    }
}

@media (max-width: 1450px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 0 50px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 6%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 50px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.8;
    }
}

@media (max-width: 1250px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 10px 20px;
    }

    .oem-page .oem-1 .zs-list ul {
        padding: 10px 0px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 2% 20px 7%;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        padding: 20px 7% 20px 2%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 40px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.6;
    }
}

@media (max-width: 1000px) {
    .oem-page .oem-2 .strength-list ul li {
        margin-top: 30px;
    }

    .oem-page .oem-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }

    .oem-page .oem-4 .partner-list ul {
        margin: 0 0%;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.45;
    }
}

@media (max-width: 700px) {
    .oem-page .oem-4 .partner-list {
        overflow-x: auto;
    }

    .oem-page .oem-4 .partner-list ul {
        width: 1600px;
    }

    .oem-page .oem-4 .partner-list::-webkit-scrollbar {
        height: 3px;
    }
}
.inner-banner {
  height: 250px;
width: 100%;
  margin: 99px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(11, 105, 170, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  background: url("../images/banner.png") no-repeat;
  background-size: cover;
  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;
  position: relative;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(45, 50, 121, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: rgba(39, 68, 151, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  line-height: 1;
  font-family: var(--font);
  margin-bottom: 10px;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}

.tt-ico.white {
    filter: brightness(0) invert(1);
}

.mk-desc {
    color: #666666;
    line-height: 1.8;
    font-size: 16px;
}

.mk-desc.white {
    color: #fff;
}

.mk-tt {
    line-height: 1.2;
    color: #141414;
}

.mk-tt.white {
    color: #fff;
}
.page-header02{
  position: fixed;
  width: 100%;

}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 700px) {

  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}

.contact-page .contact-1 .left .text span {
  color: black;
}

.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}

.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}

.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .2em;
  opacity: .8;
}

.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}

.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right input[type="submit"]{
    width: 196px;
    background-color: var(--color);
}
.contact-page .contact-1 .right input[type="submit"]:hover{
    background-color: #000;color: #fff;
}
.contact-page .contact-1 .right textarea {
  height: 110px;
}

.contact-page .contact-1 .right select {
  padding: 1em;
}

.contact-page .contact-1 .right button {
  width: auto;
  border: none;
}

.contact-page iframe {
  border: none;
  display: block;
}
@media screen and (max-width: 1250px) {

  .contact-page iframe {
    height: 400px;
  }
}
@media screen and (max-width: 1000px){
    .contact-page .contact-1 .left {
    position: static;
  }
}
.news-page .news-1 .box {
    padding: 3% 5%;
    background-color: var(--color);
    color: white;
}

.news-page .news-1 .box form {
    height: 3.75em;
    border: 1px solid white;
}

.news-page .news-1 .box form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.8em;
}

.news-page .news-1 .box form input::-webkit-input-placeholder {
    color: white;
}

.news-page .news-1 .box form input:-moz-placeholder {
    color: white;
}

.news-page .news-1 .box form input::-moz-placeholder {
    color: white;
}

.news-page .news-1 .box form input:-ms-input-placeholder {
    color: white;
}

.news-page .news-1 .box form input::placeholder {
    color: white;
}

.news-page .news-1 .box form button {
    width: 5.625em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
}

.news-page .news-1 .box form button i {
    font-size: 2em;
}

.news-page .news-2 ul {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.news-page .news-2 ul li {
    padding: 6% 10%;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}

.news-page .news-2 ul li:hover {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    z-index: 1;
    position: relative;
    color: #fff;
}
.news-page .news-2 ul li:hover::after{
  opacity: 1;
}
.news-page .news-2 ul li::after{
      -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background:  linear-gradient(90deg,#123994 0%, #25347F 100%);
}

.news-page .news-2 ul li>time,
.news-page .news-2 ul li>span,
.news-page .news-2 ul li>div,
.news-page .news-2 ul li>a{
  position: relative;
  z-index: 3;
}
.news-page .news-2 ul li .h6{
    text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}


@media screen and (max-width: 1000px) {
      .news-page .news-1 .box i img {
        max-height: 40px;
    }
        .news-page .news-2 ul li {
        padding: 5%;
    }
}
/*=========== news-page end===========*/

.newdet-page h1 {
  line-height: 1.4;
}

.newdet-page .text {
  color: #666;
  line-height: 2;
}
.newdet-page .text h2 {
  font-size: 20px;
  line-height: 1.6;
  color: #83b444;
  font-weight: 600;
}
.newdet-page .text h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 600;
}
.newdet-page .text ol li,.newdet-page .text ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}
.newdet-page .text strong {
  color: black;
}

/*.newdet-page .text p {
  margin-top: 1.5em;
}*/

.newdet-page .text p:first-child {
  margin-top: 0;
}

.newdet-page .m-link a {
  height: 2em;
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}

.newdet-page .m-link a:hover {
  background-color: black;
}

.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form input::-webkit-input-placeholder,
.newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}

.newdet-page .form input:-moz-placeholder,
.newdet-page .form textarea:-moz-placeholder {
  color: black;
}

.newdet-page .form input::-moz-placeholder,
.newdet-page .form textarea::-moz-placeholder {
  color: black;
}

.newdet-page .form input:-ms-input-placeholder,
.newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}

.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}

.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}

.newdet-page .form textarea {
  height: 230px;
}

.newdet-page .form input[type="submit"] {
  padding: .45em 2em;
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
  background-color: var(--color);
  color: #fff;
  transition: all 0.5s;
}
.newdet-page .form input[type="submit"]:hover{
    background-color: #000;
}

.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}

.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}

.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}

.inner-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}

.inner-page .sidebarLeft .info {
  background-color: var(--color);
  padding: 15% 10%;
  border-radius: 10px;
}
.inner-page .sidebarLeft .info .text{
    color: #fff;
}
.inner-page .sidebarLeft .info .share a i{
    color: #fff;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.inner-page .sidebarLeft .nav>ul>li{

}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}

.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sidebarLeft .nav ul li i {
    position: absolute;
    top: 21px;
    right: 14px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.inner-page .sidebarLeft .nav ul li ul{
    padding-left: 10px;
}
.inner-page .sidebarLeft .nav ul li li{
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.inner-page .sidebarLeft .nav ul li li li{
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .newdet-page h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.4;
  }
    .inner-page .sidebarLeft {
    display: none;
  }
}
.custom3-page  {
     /*background-color: #faf9f9;*/
     margin-top: calc(4.479vw + 14px);
}
.custom3-page .custom-1 {
    padding: calc(3.65vw + 20px) 0;
    background: #ffffff;
}
.custom3-page .custom-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 95px;
}
.custom3-page .custom-1 .top .h3 {
    width: 50%;
    padding-left: 35px;
    line-height: 1.2;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-1 .top p {
    width: 70%;
    padding-left: 20px;
    line-height: 2;
    color: #666;
    font-weight: 400;
}
.custom3-page .custom-1 .btm ul.list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.custom3-page .custom-1 .btm ul.list2 li.item {
    margin: 0 10px;
    width: 15%;
    height: 180px;
    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;
    /*border: 1px solid #000;*/
    border-radius: 5%;
    background-color: #f7f7f7;
    flex-direction: column;
    text-align: center;
}
.custom3-page .custom-1 .btm ul.list2 li.item img {

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 15px;
}
.custom3-page .custom-1 .btm ul.list2 li.item:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.custom3-page .custom-2 {
    /*padding:110px 0 10px;*/
    /*background: #f7f7f7;*/

}
.custom3-page .custom-2 .ui.container>.top:nth-of-type(odd) .left{
  padding-right: 0;
  padding-left: 65px;
}
.custom3-page .custom-2 .ui.container>.top:nth-of-type(odd){
flex-direction: row-reverse;
}
.custom3-page .custom-2 .ui.container .top {
  margin-bottom: calc(1.88vw + 14px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom3-page .custom-2 .ui.container .top .left {
    padding-right: 65px;
}
.custom3-page .custom-2 .ui.container .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-2 .ui.container .top .left p {
    line-height: 2;
    margin-top: 35px;
    font-weight: 400;
    color: #666;
}
.custom3-page .custom-2 .ui.container .bottom {
  border-radius: 56px;
    margin: 100px 0;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
    /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
    padding: 80px 80px 115px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 80px;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
    font-size: 30px;
    color: var(--color);
    
}
.custom3-page .custom-2 .ui.container .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
    font-weight: 400;
    color: #666;

}
.custom3-page .custom-2 .ui.container .bottom .right {
    /*padding-right: 80px;*/
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.custom3-page .custom-3 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.custom3-page .custom-3 .ui.container {
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox {
    margin-top: 55px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li {
    padding: 0 15px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
    background: #f7f7f7;
    border-radius: 5px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
    padding: 25px;
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
    line-height: 1.8;
    font-weight: 400;
    margin-top: 15px;
    max-height: 116px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
  .hide-1000{
    display: none !important;
  }
    .font-30 {
        font-size: 18px;
        line-height: 32px;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
    }
    .custom3-page .custom-2 .ui.container .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .hide-700{
    display: none !important;
  }
    .font-40 {
        font-size: 28px;
    }
    .custom3-page .custom-1 .top .h3 {
        width: 100%;
    }
    .custom3-page .custom-1 .top p {
        width: 100%;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 100px;
        height: 100px;
    }
    .custom3-page .custom-2 .ui.container .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom3-page .custom-2 .ui.container>.top:nth-of-type(odd) .left{
        padding-right: 0px;
        padding-left: 0;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .top .left {
        padding-right: 0px;
        padding-left: 0;
        width: 100%;
        margin-bottom: var(--ft40);
    }
    .custom3-page .custom-2 .ui.container .top .right {
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .custom3-page .custom-2 .ui.container .bottom{
    margin-top: 50px;
  }
  .custom3-page .custom-2{
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
    .custom3-page .custom-1 .btm ul.list2 li.item{
    width: 30%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
      .custom3-page .custom-1 .btm ul.list2 li.item{
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
   .custom3-page .custom-1 .btm ul.list2 li.item{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding: 20px 10px;
  }
}
#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-l {
  width: 23.1%;
  background: var(--color);
  border-radius: 40px;
}
#index-body .init-6 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}
#index-body .init-6 .container .i6-l .f-put1 {
  background: var(--color);
  border-radius: 10px;
  border: 1px solid #3b4da1;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .f-put2 {
  height: 88px;
}
#index-body .init-6 .container .i6-l button {
  width: 172px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
}
#index-body .init-6 .container .i6-r {
  width: 77.9%;
}
#index-body .init-6 .container .i6-r .i6-r-t {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-6 .container .i6-r .i6-r-b {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-l {
  left: -73px;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-r {
  right: 0;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap {
  display: flex;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-family: Poppins;
  font-weight: 600;
  color: #141414;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-family: Poppins;
  font-weight: 400;
  color: #666666;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #C8DCE8;
  border-radius: 50%;
  top: 37%;
  right: 0;
  z-index: 5;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
@media screen and (max-width: 1800px) {
    #index-body .init-6 .container .i6-r .i6-r-b .swiper6::before{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
    #index-body .init-6 .container .i6-r .i6-r-b .s6-r{
    right: -73px;
  }
  #index-body .init-6 .container .i6-r .i6-r-b{
    padding-right: 0;
  }
  #index-body .init-6 .container{
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .i6-l,#index-body .init-6 .container .i6-r{
    padding: 0;
    width: 100%;
  }
  #index-body .init-6 .container .i6-r{
    margin-top: 20px;
  }
  #index-body .init-6 .container .i6-l{
    padding: 20px;
  }
}
#footer .foot .container .f-t .ft-c form .all-btn-hw,.all-btn-hw {
  width: 172px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw::after,.all-btn-hw::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw:hover,.all-btn-hw:hover {
  background: transparent;
  color: #fff;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw:hover::after,.all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw span,.all-btn-hw span {
  position: relative;
  z-index: 2;
}
.all-h {
  font-weight: bold;
  color: var(--color);
}
.all-tap {
  font-weight: 400;
  color: #666666;
}
.all-btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  background: var(--color);
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.all-btn-more img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-btn-more:hover img {
  transform: rotate(45deg);
}
.sa-nav .container{
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}
.swiper_sa{
  overflow: hidden;
}
.sa-nav .container .sa-c{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}
.sa-nav .container .sa-c:hover,.sa-nav .container .sa-c.active{
  background: var(--color);
  color: #fff;
}
.sa-nav .container .sa-c:hover img,.sa-nav .container .sa-c.active img{
  filter: brightness(0) invert(1);
}
.sa-nav .container .sa-c img{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}
.sa-nav .container .sa-c{
  text-align: center;
  color: rgba(102, 102, 102, 1);
}
.sa-nav{
  padding: var(--px60) 0;
  background: #f7f7f7;
}
@media screen and (max-width: 1000px) {
    .sa-nav .container .sa-c{
    width: 33.333%
  }
}
@media screen and (max-width: 500px) {
      .sa-nav .container .sa-c{
    width: 50%
  }
}
.cus-page {
  /*padding: 6% 0;*/
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  padding-top: 6%;
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
  font-weight: 400;
  text-align: center;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
  height: 150px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: var(--color);
}
.cus-page .cus-2 .content .item:hover  .tit{
  border-bottom: 1px solid rgba(225, 229 ,229 ,0.3);
}
.cus-page .cus-2 .content .item:hover .tit,
.cus-page .cus-2 .content .item:hover .con .des{
  color: #fff;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 18px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding: 6% 0;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;

}
.cus-page .cus-4 .content .right .i-title
{
  padding: 0 50px;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
    padding-top: var(--px60);
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-bottom: 2%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .header .con {
  line-height: 1.6;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}
.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1440px) {
   .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}
@media screen and (max-width: 1230px) {
   .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
   .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
   .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
        font-size: 30px;
    }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
   .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
.flex_row {
  -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;
}

.flex_row_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_column {
  -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;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 234px;
  height: 66px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 66px;
  text-align: center;
}
.more::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.more:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}



.i-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color);
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-1 {
  padding: 5rem 0 4rem;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  border-radius: 15px;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:  rgba(36, 52, 125, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
   .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
    .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
    .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
#index-body .form {
  background-color: f7f7f7;
}
#index-body .form .cont {
  color: #666666;
}
#index-body .form li input {
  width: 100%;
  height: 47px;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  padding: 0 20px;
}
#index-body .form .i1 {
  width: 22%;
}
#index-body .form .i2 {
  width: 40%;
}
#index-body .form .more {
  border: none;
}
strong {
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
    #index-body .form .i1 {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
    #index-body .form .i1 {
    width: 48%;
    margin-bottom: 20px;
  }
  #index-body .form .i2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.more1 {
  border: none;
  height: 46px;
  background-color: var(--color);
  border-radius: 23px;
  line-height: 46px;
  width: 172px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more1::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/jt.png) no-repeat center center / 100%;
  margin-left: 10px;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more1.m2 {
  background: #fff;
  color: var(--color);
}
.more1.m2::after {
  background-image: url(../images/jt2.png);
}
.more1:hover::after {
  width: 16px;
}
.about-page .about-1 {
  padding: 5rem 0;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 45%;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
.about-page .about-1 .img .play::before,
.about-page .about-1 .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .text {
  vertical-align: middle;
  padding-left: 3rem;
}
.about-page .about-1 .text h3 {
  font-size: calc(.729vw + 14px);
  color: var(--color);
  font-weight: bold;
  line-height: 1.4;
  
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  color: #242424;
  margin-top: 1.75rem;
  /*height: 350px;
  overflow-y: auto*/
}
.about-page .about-2 {
  background-color: f7f7f7;
  padding: calc(7.8vw + 10px) 0 var(--px120);
}
.about-page .about-2 .left {
  vertical-align: middle;
  width: 34%;
  padding-right: 5.65rem;
}
.about-page .about-2 .left p {
  font-size: 16px;
  line-height: 2;
  
  color: #666 ;
  margin-top: 2.4rem;
}
.about-page .about-2 .left .arrow {
  margin-top: 2.45rem;
}
.about-page .about-2 .left .arrow .al,
.about-page .about-2 .left .arrow .ar {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #080808;
  text-align: center;
  line-height: 51px;
  cursor: pointer;
}
.about-page .about-2 .left .arrow .al img,
.about-page .about-2 .left .arrow .ar img {
  vertical-align: middle;
}
.about-page .about-2 .left .arrow .ar {
  background-color: var(--color);
  margin-left: -3px;
}
.about-page .about-2 .right {
  vertical-align: middle;
  width: 66%;
}
.about-page .about-2 .right ul {
  margin-right: -3rem;
}
.about-page .about-2 .right ul li {
  padding-right: 3rem;
}
.about-page .about-2 .right ul li img {
  width: 100%;
}
.about-page .about-3 .box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 4.5rem 8rem 4.5rem;
  margin-top: 10%;
}
.about-page .about-3 .box .header {
  text-align: center;
}
.about-page .about-3 .box .header h2.title {
  color: #141414;
}
.about-page .about-3 .box .header p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin: 1rem auto 0;
  width: 80%;
}
.about-page .about-3 .box .content {
  margin-top: 4rem;
}
.about-page .about-3 .box .content ul {
  margin-right: -2.3rem;
}
.about-page .about-3 .box .content ul li {
  padding-right: 2.3rem;
}
.about-page .about-3 .box .content ul li .img img {
  width: 100%;
}
.about-page .about-3 .box .content ul li .text {
  padding: 1.95rem 1.9rem 0 0;
}
.about-page .about-3 .box .content ul li .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 24px;
  color: #191919;
  line-height: 1.4;
}
.about-page .about-3 .box .content ul li .text p {
  font-size: 16px;
  line-height: 2;
  
  color: rgba(25, 25, 25, 0.77);
  margin-top: 1rem;
}
.about-page .about-3 .box .content ul li:hover .text h4 {
  color: var(--color);
}
.about-page .about-4 {
  padding: 5rem 0;
}
.about-page .about-4 h2.title {
  text-align: center;
}
.about-page .about-4 .content {
  margin-top: 3rem;
  padding: 0 4.4rem;
}
.about-page .about-4 .content ul {
  margin-right: -1.75rem;
}
.about-page .about-4 .content ul li {
  padding-right: 1.75rem;
}
.about-page .about-4 .content ul li img {
  width: 100%;
}
.about-page .about-4 .content ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul .slick-prev {
  background: url("../images/about4-left.png") no-repeat center center;
  left: -4.1rem;
}
.about-page .about-4 .content ul .slick-next {
  background: url("../images/about4-right.png") no-repeat center center;
  right: -2.6rem;
}
.about-page #index-body .about {
  background: url(/jcn-online/2026/05/19/aboutbg.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  /*background-size: cover;*/
  color: #fff;
  padding: 6.35rem 0;
   position: relative;
background-attachment: fixed;

}
.about-page #index-body .about .data ul li {
  border-right: 1px solid #757a7c;
}
.about-page #index-body .about .data ul li img {
  filter: grayscale(100%) brightness(900%);
}
.about-page #index-body .about .data ul li .text {
  color: #fff;
}
.about-page #index-body .about .data ul li:last-child {
  border-right: 0;
}
.about-page #index-body .about .data ul li:hover img {
  filter: none;
}
.about-page .about-6 {
  padding: 5rem 0;
}
.about-page .about-6 h2.title {
  color: #222;
  text-align: center;
}
.about-page .about-6 .content {
  margin-top: 2.7rem;
  padding: 0 4.4rem;
}
.about-page .about-6 .content ul {
  margin-right: -1rem;
}
.about-page .about-6 .content ul li {
  padding-right: 1rem;
}
.about-page .about-6 .content ul li img {
  width: 100%;
}
.about-page .about-6 .content ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .content ul .slick-prev {
  background: url("../images/about4-left.png") no-repeat center center;
  left: -4.1rem;
}
.about-page .about-6 .content ul .slick-next {
  background: url("../images/about4-right.png") no-repeat center center;
  right: -2.6rem;
}
@media screen and (max-width: 1700px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .about-page .about-3 .box {
    padding: 5.6rem 4rem 6.2rem;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3 .box {
    padding: 5.6rem 2rem 6.2rem;
  }
  .about-page .about-3 .box .content ul li .text {
    padding: 1.95rem 1rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .text {
    padding-left: 1.5rem;
  }
  .about-page .about-2 .left {
    padding-right: 3rem;
  }
  .about-page .about-3 .box .content ul li .text h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .about-page .about-1 .img {
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .about-page .about-2 .left {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 700px) {
   .about-page .about-1 .img .play {
    top: 42%;
    left: 42%;
  }

  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page .about-3 .box {
    padding: 5.6rem 1rem 6.2rem;
  }
  .about-page h2.title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .about-page .about-3 .box .header p {
    font-size: 14px;
    width: 100%;
  }
  .about-page .about-3 .box .content ul li .text h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .about-3 .box .content ul li .text p {
    font-size: 14px;
  }
  .about-page .about-4 .content {
    padding: 0;
  }
  .about-page .about-6 .content {
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
    .about-page #index-body .about .data ul li{
    width: 48% !important;
    text-align: left
  }
}
#index-body .about .data {
  margin-top: 2.5rem;
  padding: 0 1.4rem;
}
#index-body .about .data ul li {
  height: 80px;
  /*line-height: 146px;*/
  border-right: 1px solid rgba(3, 39, 50, 0.4);
  text-align: center;
  margin: 60px 0;
}
#index-body .about .data ul li img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0);
}
#index-body .about .data ul li .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.45rem;
  color: #2a2829;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: left;
}
#index-body .about .data ul li .text h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .data ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 0.4rem;
}
#index-body .about .data ul li:first-child {
  text-align: left;
  width: 22%;
}
#index-body .about .data ul li:nth-child(2) {
  width: 26.5%;
}
#index-body .about .data ul li:nth-child(3) {
  width: 27%;
}
#index-body .about .data ul li:last-child {
  border-right: 0;
  width: 24.5%;
  padding-left: 2.5%;
}
#index-body .about .data ul li:hover img {
  filter: none;
}
/*#index-body .about .data ul li:hover .text {
  color: var(--color);*/
}
@media screen and (max-width: 1680px) {
  #index-body .about .data ul li:nth-child(2){
    width: 25%
  }
  #index-body .about .data ul li:nth-child(3){
    width: 25%
  }
  #index-body .about .data ul li:last-child{
    width: 28%
  }
}
@media screen and (max-width: 1440px) {
    #index-body .about .data ul li:nth-child(2){
    border: none
  }
  #index-body .about .data ul li:nth-child(2){
    padding-left: 2.5%
  }
}
@media screen and (max-width: 1000px) {
    #index-body .about .data ul li .text{
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0
  }
    #index-body .about .data ul li:nth-child(2){
    padding-left: 4.5%
  }
  #index-body .about .data ul li:last-child{
        padding-left: 4.5%
  }
}
@media screen and (max-width: 500px) {
    #index-body .about .data ul li img{
    zoom: 0.7
  }
}
.cus-c-page .cus1 {
  padding-top: 5rem;
}
.cus-c-page .cus1 .header {
  text-align: center;
}
.cus-c-page .cus1 .header p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 1rem;
  color: #666;
}
.cus-c-page .cus1 .content {
  margin-top: 3.95rem;
}
.cus-c-page .cus1 .content ul {
  margin-right: -4.3rem;
}
.cus-c-page .cus1 .content ul li {
  padding-right: 4.3rem;
  position: relative;
}
.cus-c-page .cus1 .content ul li .box {
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  text-align: center;
  padding: 3rem 2.1rem 2.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: f7f7f7;
}
.cus-c-page .cus1 .content ul li .box .img {
  height: 70px;
}
.cus-c-page .cus1 .content ul li .box .text {
  padding-top: 1.4rem;
}
.cus-c-page .cus1 .content ul li .box .text h3 {
  font-size: 24px;
  
  line-height: 1.4;
}
.cus-c-page .cus1 .content ul li .box .text p {
  font-size: 16px;
  line-height: 30px;
  
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.6rem;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cus-c-page .cus1 .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  color: var(--color);
  
  line-height: 1;
  margin-top: 1.5rem;
  position: relative;
}
.cus-c-page .cus1 .content ul li .box .text .mores::before,
.cus-c-page .cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, opacity .3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cus-c-page .cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cus-c-page .cus1 .content ul li .box .text .mores:hover::before,
.cus-c-page .cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cus-c-page .cus1 .content ul li:hover .box {
  /*border-style: solid;
  border-width: 1px 1px 1px 1px;*/
  /*border-color: #fff;*/
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
  background: var(--color);
}
.cus-c-page .cus1 .content ul li:hover .box {
  color: #fff
}
.cus-c-page .cus1 .content ul li .box .text p{
  transition: .5s
}
.cus-c-page .cus1 .content ul li:hover .box .text p{
  color: #fff
}
.cus-c-page .cus1 .content ul li:hover .box .img{
  filter:brightness(0) invert(100);
}
.cus-c-page .cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 20px;
  height: 34px;
  /*background: url(../images/about4-right.png) no-repeat;*/
}
.cus-c-page .cus1 .content ul li:last-child::after {
  display: none;
}
.cus-c-page .cus2 {
  padding: 5rem 0;

}
.cus-c-page .cus2 .text {
  vertical-align: middle;
  width: 50%;
}
.cus-c-page .cus2 .text .con {
  font-size: 16px;
  line-height: 2;
  color: #2e2e2e;
  margin-top: 2.45rem;
}

.cus-c-page.cus-c-page2 .cus2 .text .con  {
  margin: 2.25em 0 0 auto
}
.cus-c-page.cus-c-page2 h2.title{
  /*text-align: right;*/
  margin: 2.25em 0 0 auto;
   width: 90%;

}
.cus-c-page .cus2 .text .con  {
  width: 90%;
}

.cus-c-page .cus2 .img {
  width: 50%;
  vertical-align: middle;
  border-radius: 10px;
}
.cus-c-page .cus3 {
  background-color: f7f7f7;
  padding: 4.4rem 0;
}
.cus-c-page .cus3 .box {
  /*background-color: f7f7f7;*/
  /*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);*/
  /*border-radius: 7px;*/
  /*padding: 5rem 6.6rem;*/
}
.cus-c-page .cus3 .box .header {
  text-align: center;
}
.cus-c-page .cus3 .box .header p {
  font-size: 16px;
  line-height: 30px;
  color: #010101;
  
  margin-top: 1.4rem;
}
.cus-c-page .cus3 .box .header .tab {
  margin-top: 2.4rem;
}
.cus-c-page .cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-c-page .cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer
}
.cus-c-page .cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-c-page .cus3 .box .header .tab ul li h3 {
  font-size: 16px;
  line-height: 30px;
  
  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-c-page .cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-c-page .cus3 .box .header .tab ul li.active i {
  color: #00853c;
}
.cus-c-page .cus3 .box .header .tab ul li:hover {
  border-color: #00853c;
}
.cus-c-page .cus3 .box .header .tab ul li:hover i {
  color: #00853c;
}
.cus-c-page .cus3 .box .content {
  margin-top: 3rem;
}
.cus-c-page .cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-c-page .cus3 .box .content li .text {
  vertical-align: middle;
  padding: 0 2.55rem;
}
.cus-c-page .cus3 .box .content li .text h3 {
  font-size: 1.8rem;
  color: var(--color);
  line-height: 1.2;
  
}
.cus-c-page .cus3 .box .content li .text .desc {
  font-size: 16px;
  color: #090909;
  line-height: 30px;
  
  margin-top: 1.7rem;
}
.cus-c-page .cus4 {
  padding: 5rem 0;
}
.cus-c-page .cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-c-page .cus4 .left h2.title em {
  display: block;
}
.cus-c-page .cus4 .left p {
  font-size: 16px;
  color: #2e2e2e;
  
  line-height: 1.7;
  margin-top: 2rem;
  width: 80%;
}
.cus-c-page .cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}
.cus-c-page .cus4 .right ul {
  margin-right: -2.75rem;
}
.cus-c-page .cus4 .right ul li {
  padding-right: 2.75rem;
}
.cus-c-page .cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-c-page .cus1 .content ul li .box {
    padding: 3rem 1.1rem 2.75rem;
  }
  .cus-c-page .cus2 .text h2.title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .cus-c-page .cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-c-page .cus2 .text .con p:last-child {
    width: 96%;
  }
  .cus-c-page .cus3 .box {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .cus-c-page .cus3 .box {
    padding: 5rem 1rem;
  }
  .cus-c-page .cus4 .left h2.title {
    font-size: 2rem;
  }
  .cus-c-page .cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-c-page .cus1 .content ul {
    margin-right: 0;
  }
  .cus-c-page .cus1 .content ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .cus-c-page .cus1 .content ul li:last-child {
    padding-bottom: 0;
  }
  .cus-c-page .cus1 .content ul li::after {
    top: 88%;
    right: 50%;
  }
  .cus-c-page .cus2 .text {
    width: 100%;
  }
  .cus-c-page .cus2 .img {
    width: 100%;
    padding-top: 1rem;
  }
  .cus-c-page .cus3 .box .header .tab ul {
    display: block;
  }
  .cus-c-page .cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .cus-c-page .cus3 .box .content li .img {
    width: 100%;
  }
  .cus-c-page .cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-c-page .cus3 .box .content li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-c-page .cus1 .content ul li .box .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .cus-c-page .cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-c-page .cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-c-page .cus2 .text .con {
    font-size: 14px;
  }
  .cus-c-page .cus3 {
    display: none;
  }
  .cus-c-page .cus4 .left {
    width: 100%;
  }
  .cus-c-page .cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-c-page .cus4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
    .cus-c-page .cus2 .text .con{
    width: 100%
  }
  .cus-c-page.cus-c-page2 h2.title{
    text-align: left
  }
}
.inner-page h2.title,.seoPublic .title {
  font-size: var(--ft38);
  color: var(--color);
  font-weight: normal;
  
  line-height: 2;
}
.title {
  /*font-size: var(--ft38);*/
  /*color: #666;*/
  
  line-height: 1.2;
}
.inner-page h2.title,.seoPublic .title em {
  color: var(--color);
}
/*//////////////////////////////////*/

.flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.al-start{
    align-items: flex-start;
}
.jc-center{
    justify-content: center;
}
.jc-start{
    justify-content: flex-start;
}
.jc-end{
    justify-content: flex-end;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}

.product-page {
      padding: calc(4.1667vw + 20px) 0 calc(4.1667vw + 20px) 0;
        min-height: 80vh;
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
    
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: calc(4.1667vw + 13px);
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next{
  margin-left: 20px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menus {
  
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menus > li .menu-a {
  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;
  height: 60px;
  padding: 0 70px 0 27px;
    
  font-size: 18px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background: var(--colorbg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: calc(1.88vw + 14px) 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}
.prodet-page .prodet-right .box i{
  display: none;
}
.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  /*font-family: 'CareLabelSymbolsFont-Regular';*/
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
    
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 2;
 
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px; 
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: calc(4.479vw + 14px) 0 calc(0.8345vw + 14px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: calc(2.3955vw + 14px);
  color: #666;
  font-size: 16px;

}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 28px;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background: url("../images/nav-tag.png") no-repeat;
  left: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  font-size: 16px;
  color: #565656;
  text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}



.recommended-product {
  padding: calc(3.65vw + 20px) 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: calc(2.6067vw + 10px) -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 20px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
   .ui.pro-container{
     width: 1400px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1400px) {
  .ui.pro-container{
     width: 1200px;
   }
  .product-page .pro-box .product-right ul li h4{
    font-size: 18px;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
 
}
@media screen and (max-width: 1200px) {
  .ui.pro-container{
     width: 1000px;
   }
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }
  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: calc(2.3955vw + 14px);
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.pro-container{
     width: 700px;
   }
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
  .inner-banner .mbx h2 {
    font-size: 34px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 32px;
  }
}
@media screen and (max-width:700px) {
  .ui.pro-container{
     width: 500px;
   }
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .ui.pro-container{
    width: 100%;
  }
  .font-45 {
    font-size: 34px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
    .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 20px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}

.i-tag {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700
}



.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 160px;
  padding-right: 45px;
  margin-top: calc(2.3955vw + 14px);
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  /*font-weight: bold;*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  /*font-weight: bold;*/
  font-size: 16px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  margin-top: calc(2.3955vw + 14px);
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
  
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
}


/*part 3 kaishi*/
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes left {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.product-page .pro-box .product-right p {
    font-size: 16px;
    color: #666;
    line-height: 32px;

}

@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 700px) {}
.product-page .box .right h1,.seoPublic .title,.i-title,.hu_h3,span.h2,.custom3-page .custom-2 .ui.container .bottom .left .h4,
.newdet-page .sideBox .sideRight h1{
  font-size: var(--ft30);
  font-weight: bold !important;
}
.font-45{
    font-size: calc(1.620vw + 14px) !important;
        font-weight: bold !important;
}
.inner-page h2.title, .seoPublic .title,
.i-title {
    font-weight: bold !important;
font-size: calc(1.88vw + 14px) !important;
color: #141414;
    line-height: 1.1;
}
.font-38 {
    font-weight: bold !important;
font-size: var(--ft38) !important;
}
.font-36{
    font-weight: bold !important;
font-size: var(--ft36) !important;
}
.font-40{
    font-weight: bold !important;
font-size: var(--ft40) !important;
}
.col.font-20.font-light{
font-size: var(--ft20);
font-weight: 600;
color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box,
.prodet-page .prodet-right .box .left .bigImg,
.recommended-product ul li .img_box,
.seoPublic .Auxil-about .box .left,
.about-page .about-1 .img,
.about-page .about-3 .box .content ul li .img-box,
.about-page .about-2 .right ul li a,
.cus-c-page .cus2 .img{
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-2 .right ul li a{
  display: inline-block;
}
.about-page .about-1 .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: var(--ft30) 0;
    }
}
        .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;
        }
        /*///////////////////////////*/
        .product-2-page {
      padding: 100px 0;
      
}
.product-2-page .pro-2-box .product-right {
  width: -webkit-calc(100% - 410px);
  width: -moz-calc(100% - 410px);
  width: calc(100% - 410px);
  padding-left: 65px;
  margin-left: auto;
  min-height: 400px
}
.product-2-page .pro-2-box .product-right ul {
  margin: 0 -12px;
}
.product-2-page .pro-2-box .product-right ul li {
  padding: 53px;
  margin-bottom: 90px;
  	background-color: #f7f7f7;
	border-radius: 10px;
   align-items: center
}
.product-2-page .pro-2-box .product-right ul li .img-box{
width: 40%;
	border-radius: 10px;
  overflow: hidden;
 
}
.product-2-page .pro-2-box .product-right ul li .rg{
  width: 60%;
  padding-left: 80px;
   letter-spacing: 0
}
.product-2-page .pro-2-box .product-right ul li .rg .det{
  max-height: 300px;
  overflow-y: auto;
  margin: 40px 0 0;
  color: #666666;
  padding-right: 40px;
     /*touch-action: auto;*/
}
.product-2-page .pro-2-box .product-right ul li .rg .pop_btn{
  margin-top: var(--ft40);
}
.product-2-page .pro-2-box .product-right ul li .rg table{
 
}
table tr:nth-child(even){
  background: none
}
table td, table th{
border: solid 1px #c4dacd;
}
table tbody{
  min-width: 100%
}
/*.product-2-page .pro-2-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}*/
/*.product-2-page .pro-2-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}*/
.product-2-page .pro-2-box .product-right .text{
  margin-bottom: 30px;
  /*padding-left: 57px*/
}
.product-2-page .pro-2-box .product-right .text h1{
  font-size: 24px;
  line-height: 44px;
  font-family: var(--font);
  margin-bottom: 10px;
}
.product-2-page .pro-2-box .product-right .text p{
  font-size: 18px;
  line-height: 32px;
}
.pro-2-box{
  display: flex;
  flex-wrap: wrap
}
.pro-2-box .pro-left {
  width: 410px;
  /*position: sticky;
  top: 165px;*/
  height: fit-content;
  /*float: left;*/
}
.pro-2-box .pro-left .menus {
  
  margin-bottom: 50px;
}
.pro-2-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-2-box .pro-left .menus > li.active .menu-a{
  border: none;
}
.pro-2-box .pro-left .menus > li.active{
background: linear-gradient(90deg,#123994 0%, #25347F 100%);
border-radius: 10px;
}
.pro-2-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-2-box .pro-left .menus > li.active .menu-a span,
.pro-2-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-2-box .pro-left .menus > li.active .menu-a span{
  right: unset;
  opacity: 0;
}
.pro-2-box .pro-left .menus > li.active .menu-a a,
.pro-2-box .pro-left .menus > li:hover .menu-a a,
.pro-2-box .pro-left .menus > li.active .menu-a i,
.pro-2-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}

.pro-2-box .pro-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-2-box .pro-left .menus > li .menu-a {
  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;
  height:80px;
  padding: 10px 40px 10px 27px;
  font-family: var(--font);
  font-size: 18px;
  line-height: 32px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-bottom: 0px;
}
.pro-2-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: #00b1ff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-2-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-2-box .pro-left .menus > li .menu-a i.active{
    -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.pro-2-box .pro-left .menus > li .sub-menu {
  /*padding: 20px 0;*/
  border: none;
  /*border-top: none;*/
  margin-top: -3px;
  /*border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;*/
  /*display: none;*/
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-2-box .pro-left .menus > li .sub-menu1{
  background: linear-gradient(90deg,#123994 0%, #25347F 100%);
border-radius: 10px;
padding: 0 calc(0.415vw + 14px) var(--ft40);
display: none;
}
.pro-2-box .pro-left .menus > li .sub-menu2,
.pro-2-box .pro-left .menus > li .sub-menu3,
.pro-2-box .pro-left .menus > li .sub-menu4,
.pro-2-box .pro-left .menus > li .sub-menu5{
display: none;
position: relative;
}
.pro-2-box .pro-left .menus > li .sub-menu1>li>a{
font-size: calc(0.415vw + 14px) !important;
}
.pro-2-box .pro-left .menus > li .sub-menu2>li>a{
font-size: var(--ft18) !important;
}
.pro-2-box .pro-left .menus > li .sub-menu3>li>a{
font-size: var(--ft16) !important;
}
.pro-2-box .pro-left .menus > li .sub-menu4>li>a{
font-size: 14px !important;
}
.pro-2-box .pro-left .menus > li .sub-menu5>li>a{
font-size: 14px !important;
}
.pro-2-box .pro-left .menus > li .sub-menu li {
  padding: 12px 10px;
    font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.pro-2-box .pro-left .menus > li .sub-menu4,
.pro-2-box .pro-left .menus > li .sub-menu2,
.pro-2-box .pro-left .menus > li .sub-menu3{
  margin-top: var(--ft24);
}
.sub-menu2,sub-menu3,.sub-menu4{
  position: relative;

}
.pol{
  position: absolute;
  height: 100%;
padding: var(--ft20) 0;
  left: 0;
  top: 0;
}
.pol1{
    height: 100%;
  width: 1px;
  background: rgba(255,255,255,0.5);
  position: relative
}
.pol2{
  width: 6px;
height: 6px;
background: #F7F7F7;
border-radius: 50%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.pol3{
  width: 6px;
height: 6px;
background: #F7F7F7;
border-radius: 50%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.pro-2-box .pro-left .menus > li .sub-menu li p{
    position: relative;
}
.pro-2-box .pro-left .menus > li .sub-menu li i{
  position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: var(--ft24);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.pro-2-box .pro-left .menus > li .sub-menu li i.active{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);}
.pro-2-box .pro-left .menus > li .sub-menu li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.5s;
  width: 95%;
  display: inline-block;
}
.pro-2-box .pro-left .menus > li .sub-menu li a:hover{
 color: rgba(255, 255, 255, 1);
}
.pro-2-box .pro-left .menus > li .sub-menu li.active a{
  color:rgba(255,255,255,1);
}
.product-2-page .pro-2-box .product-right ul li h4:hover{
  color: rgba(255,255,255,0.5);
}

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

  .product-2-page .pro-2-box .product-right ul li h4{
    font-size: 18px;
  }
  .product-2-page .pro-2-box .product-right ul li .rg{
    padding-left: 30px
  }
  .product-2-page .pro-2-box .product-right ul li{
    padding: 25px
  }
 
}
@media screen and (max-width: 1200px) {

 

}
@media screen and (max-width: 1000px) {
  .product-2-page .pro-2-box .product-right ul li .rg,.product-2-page .pro-2-box .product-right ul li .img-box{
    width: 100%
  }
    .product-2-page .pro-2-box .product-right ul li .rg{
      margin-top: 40px
  }
    .yejiao{
      display: none;

    }
    .product-2-page .pro-2-box .product-right ul li{
      margin-bottom: 40px
    }
  .pro-2-box .pro-left{
    display: none;
  }
  .product-2-page .pro-2-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .product-2-page .pro-2-box .product-right .text{
    padding-left: 0
  }
  
}
@media screen and (max-width:700px) {
  .product-2-page .pro-2-box .product-right .text p{
/*display: none;*/
  }
  .product-2-page .pro-2-box .product-right ul li{
    width: auto;
  }
  
}
@media screen and (max-width: 500px) {
    .product-2-page{
    padding:20px 0 !important;
  }
}
@media screen and (max-width: 500px) {}
@media screen and (max-width: 500px) {}
.product-2-page  .slick-dots{
display: flex;
justify-content: center;
margin: 0 !important;
margin-top: calc(1.3555vw + 14px) !important;
}
.product-2-page  .slick-dots li{
  margin: 0 4px !important;
  width: 10px;
height: 10px;
padding: 0 !important;

}
.product-2-page  .slick-dots li button{
background: rgba(0, 0, 0, .13);
border-radius: 5px;
font-size: 0;
display: block;
  width: 10px;
height: 10px;
border: none;
}
.product-2-page  .slick-dots li.slick-active button{
  background: #354ed0;
}
.product-2-page .img-box>button{
  display: none !important;
}
::-webkit-scrollbar-track {
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    background-color: var(--color)
}
.cmmmmm{
  display: none;
}
.cmmmmm:first-child{
  display: block;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4,
.i6-r-t-l .all-h{
  color: #141414 !important;
  font-size: var(--ft50) !important;
}
.news-2 .jc_btn:hover{
background: #fff;
}
.news-2 .jc_btn:hover span{
  color: var(--color);
}
.news-2 .jc_btn:hover span::before,
.news-2 .jc_btn:hover span::after{
background: var(--color);
color: #fff;
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2{
    background: #1a2e8a;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-2 .about-img .img .i2-play{
    zoom: 0.6;
  }
}
.hide33{
  display: none;
}
@keyframes roate22 {
    0% {
      transform:translate(-50%, -50%)  rotate(0deg);
    }
    100% {
      transform:translate(-50%, -50%)  rotate(360deg);
    }
}
#index-body .init-2 .about-img .img .i2-play> .i2-bg1{
    animation: roate22 12s linear infinite !important;
}
/*.pro-2-box .pro-left .sub-menu:not(li){
  display: none !important;
}*/
@media screen and (max-width: 1250px){
  .pro-2-box .pro-left{
    display: none;
  }
  .product-2-page .pro-2-box .product-right{
    width: 100%;
    padding: 0;
    margin: 0;
  }
}