@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBoldItalic.woff2') format('woff2'), url('../fonts/RanyBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyItalic.woff2') format('woff2'), url('../fonts/RanyItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMediumItalic.woff2') format('woff2'), url('../fonts/RanyMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLight.woff2') format('woff2'), url('../fonts/RanyLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLightItalic.woff2') format('woff2'), url('../fonts/RanyLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  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: 300;
  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-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.inqBtn {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  background-color:  var(--color);
  border-radius: 25px;
  padding: 0 22px;
  cursor: pointer;
}
.baseBtn {
  color: #FFFFFF;
  background-color: var(--color);
  height: 53px;
  border-radius: 27px;
  padding: 0 20px;
  border: 0;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #febd17;
  --fm: 'Rany';
}
: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: 40px;
  right: 40px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #000;
  background: var(--color);
  /*border: 1px solid #fff;*/
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
  color: #fff;
}
.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;
}
#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;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#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: 8px 0 7px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  padding-left: calc(0.415vw + 14px);
  padding-right: var(--ft18);
  margin-left: auto;
  margin-right: 7px;
  display: flex;
  align-items: center;
  height: 58px;
  background: #E9EEEF;
  border-radius: 29px;
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft34);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  /*margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;*/
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--ft16);
  color: #090909;
  font-family: var(--fm);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  width: 152px;
  height: 58px;
  background: #FEBD17;
  border-radius: 29px;
  display: flex;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header > .nav > .menu .menu-box .right > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .search img {
  width: auto;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#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 img {
  width: 24px;
}
#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: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1.8) translate(-50%, -50%);
    -moz-transform: scale(1.8) translate(-50%, -50%);
    -o-transform: scale(1.8) translate(-50%, -50%);
    transform: scale(1.8) translate(-50%, -50%);
    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: 1893px;
  padding: 0 15px;
}
@keyframes bgZoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bgZoom {
  0% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bgZoom {
  0% {
    -moz-transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bgZoom {
  0% {
    -o-transform: scale(1.3);
  }
  100% {
    -o-transform: scale(1);
  }
}
#banner {
  z-index: 5;
  margin-top: 73px;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .sw1_fy {
  z-index: 3;
  position: absolute;
  bottom: var(--px60);
  left: 8.75%;
  font-family: Unbounded;
  font-weight: 400;
  font-size: calc(0.525vw + 14px);
  color: #B7282D;
  font-style: italic;
  display: flex;
  align-items: end;
  line-height: 1;
}
#banner .sw1_fy .sw1_bots {
  display: flex;
  margin-bottom: 6px;
}
#banner .sw1_fy .sw1_bots p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 9px;
  height: 7px;
  background: #B7282D;
  opacity: 0.4;
  margin-right: 6px;
}
#banner .sw1_fy .sw1_bots p.active {
  width: 41px;
  height: 7px;
  background: #B7282D;
  opacity: 1;
}
#banner .sw1_fy .sw1_bots p:last-of-type {
  margin-right: 0;
}
#banner .sw1_fy .sw1_bots p:first-of-type {
  margin-left: 13px;
}
#banner .sw1_btn {
  z-index: 4;
  position: absolute;
  right: calc(var(--px60) - 2px);
  bottom: var(--ft50);
  width: 88px;
  height: 103px;
  background: #FFFFFF;
  border-radius: 0 10px 10px 0px;
  border-left: 1px solid rgba(204, 204, 204, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#banner .sw1_btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: 37px;
  height: 37px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .sw1_btn i:last-of-type {
  border-left: none;
}
#banner .sw1_btn i:hover {
  background: #fff;
  color: var(--color);
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner1-box {
  background: #fff;
  border-radius: 10px 0 0 10px;
  position: absolute;
  width: 349px;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: var(--ft50);
  right: calc(var(--px60) - 2px + 68px);
}
#banner .swiper-slide .banner1-box img{
 width: 116px;
height: 87px;
object-fit: cover;
}
#banner .swiper-slide .banner1-box .b-p2 {
  margin-left: 11px;
  font-weight: 500;
  font-size: var(--ft16);
  color: #000000;
  max-width: 210px;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  bottom: var(--ft50);
  left: var(--ft60);
  max-width: 753px;
  z-index: 3;
}
#banner .banner-text .banner-p1 {
  font-size: calc(1.46vw + 14px);
  color: #FFFFFF;
  font-family: var(--fm);
  font-weight: bold;
  line-height: 1.1;
}
#banner .banner-text .banner-p1 span {
  position: relative;
}
#banner .banner-text .banner-p2 {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(1.0385vw + 14px);
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.25;
}
#banner .banner-text .hl_all {
  margin-top: calc(var(--px50) - 6px);
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: absolute;
  right: var(--px110);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  color: #fff;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-line {
  width: 2px;
  height: 47px;
  background: #FFFFFF;
  opacity: 0.4;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
.tc_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft16);
  color: #FEFEFE;
  line-height: 40px;
  height: 40px;
  background: #FEBD17;
  border-radius: 20px;
  padding: 0 calc(var(--ft38) - 1px);
}
.fda {
  text-transform: uppercase;
}
.tc_all_btn {
  font-weight: 600;
  font-size: var(--ft16);
  color: #575757;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 53px;
  background: rgba(226, 226, 226, 0.72);
  border-radius: 26px;
  padding-left: calc(var(--ft26) + 2px);
  padding-right: calc(var(--ft26) - 1px);
}
.tc_all_btn img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 8px;
}
.tc_all_btn:hover {
  background: var(--color);
  color: #000;
}
.tc_tag {
  font-family: var(--fm);
  font-weight: 500;
  font-size: var(--ft18);
  color: #9E9E9E;
}
.tc_h {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft48);
  color: #000000;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-2 {
  background-size: cover;
  padding-bottom: var(--px130);
}
#index-body .init-2 .container {
  display: flex;
  justify-content: space-between;
}
#index-body .init-2 .container > .div {
  border-radius: var(--ft30);
  overflow: hidden;
  height: 861px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  flex: 1;
}
#index-body .init-2 .container > .div .i2-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: calc(var(--px70) - 6px);
  padding-right: calc(var(--px70) - 6px);
  padding-bottom: calc(var(--px60) - 6px);
}
#index-body .init-2 .container > .div .i2-bg .i2-text {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: var(--ft24);
  padding-right: var(--ft20);
  background: #FFFFFF;
  border-radius: 43px;
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft24);
  color: #0C0C0C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-2 .container > .div .i2-bg .i2-text .i2-p2 {
  margin-left: var(--ft30);
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-2 .container > .div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-2 .container > .div:hover {
  width: 65.59%;
  flex: 0 0 65.59%;
}
#index-body .init-2 .container > .div:hover .i2-bg .i2-text {
  background-color: var(--color);
}
#index-body .init-2 .container > .div:first-child {
  margin-right: var(--ft32);
}
#index-body .init-3 {
  padding-bottom: var(--px130);
}
#index-body .init-3 .container {
  padding-left: var(--ft60);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-3 .container .i3-l {
  max-width: 750px;
}
#index-body .init-3 .container .i3-l .i3-h {
  font-weight: bold;
  font-size: calc(4.059vw + 14px);
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
}
#index-body .init-3 .container .i3-l .i3-p {
  margin-top: var(--px80);
  font-weight: 500;
  font-size: var(--ft24);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}
#index-body .init-3 .container .i3-l .tc_all_btn {
  margin-top: var(--px120);
  padding-left: var(--ft62);
  padding-right: var(--ft60);
  background: var(--color);
  color: #000;
}
#index-body .init-3 .container .i3-l .tc_all_btn img {
  margin-left: var(--ft26);
}
#index-body .init-3 .container .i3-l .tc_all_btn:hover {
  background: #000;
  color: #fff;
}
#index-body .init-3 .container .i3-l .tc_all_btn:hover img {
  filter: brightness(0) invert(1);
}
#index-body .init-4 .container .i4-m {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: var(--px90);
  padding-bottom: var(--px90);
}
#index-body .init-4 .container .i4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform 10s ease-out;
  -moz-transition: transform 10s ease-out;
  -o-transition: transform 10s ease-out;
  transition: transform 10s ease-out;
  -webkit-animation: bgZoom 10s infinite alternate ease-in-out;
  -moz-animation: bgZoom 10s infinite alternate ease-in-out;
  -o-animation: bgZoom 10s infinite alternate ease-in-out;
  animation: bgZoom 10s infinite alternate ease-in-out;
}
#index-body .init-4 .container .i4-box {
  max-width: 515px;
  margin: 0 auto;
  background: transparent;
  position: relative;
  z-index: 3;
  border: 28px solid #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-4 .container .i4-box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#index-body .init-4 .container .i4-box .tran {
  height: 420px;
  width: 100%;
}
#index-body .init-4 .container .i4-box .i4-text {
  padding-top: var(--ft30);
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .i4-box .i4-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft40);
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .i4-box .i4-p2 {
  font-weight: 500;
  font-size: var(--ft16);
  color: #000000;
  padding: 0 var(--ft38);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 {
  padding-top: calc(6.5vw + 19px);
  padding-bottom: calc(6.5vw + 18px);
}
#index-body .init-5 .i5-m .swiper7 {
  overflow: hidden;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide {
  padding: 0 var(--ft60);
  border-right: 1px solid #e1e1e1;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide.swiper-slide-next ~ .swiper-slide {
  border-right: 1px solid rgba(51, 51, 51, 0);
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft20);
  color: #1E1E1E;
  line-height: 1.2;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p3 .i5-p31{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide:hover .i5-p3 .i5-p31{
    color: var(--color);
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide:hover  .i5-p1{
  color: var(--color);
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p2 {
  margin-top: var(--ft26);
  font-weight: 500;
  font-size: 14px;
  color: #454545;
  line-height: 1.4;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--ft40);
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p3 .i5-p32 {
  font-weight: 300;
  font-size: var(--ft16);
  color: #454545;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p3 .i5-p31 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft16);
  color: #181818;
}
#index-body .init-5 .i5-m .swiper7 .swiper-slide .i5-p3 .i5-p31 img {
  margin-left: var(--ft24);
}
.ioi.init-6 {
  padding-bottom: 12px;
}
.ioi.init-6 .container {
  display: flex;
}
.ioi.init-6 .container .i6-l {
  margin-right: 13px;
}
.ioi.init-6 .container .i6-r {
  padding-right: calc(2.3955vw + 10px);
  padding-top: var(--ft50);
  border-radius: var(--ft26);
  padding-left: var(--ft34);
  flex: 1;
  background: var(--color);
}
.ioi.init-6 .container .i6-r .i6-p1 {
  font-family: var(--fm);
  line-height: 1.1;
  font-weight: bold;
  font-size: var(--ft40);
  color: #000000;
}
.ioi.init-6 .container .i6-r form {
  margin-top: var(--ft46);
}
.ioi.init-6 .container .i6-r form input {
  padding-left: var(--ft40);
  border: none;
  height: 67px;
  background: #FFFFFF;
  border-radius: 33px;
  width: 100%;
  font-weight: 500;
  font-size: var(--ft16);
  color: #848484;
}
.ioi.init-6 .container .i6-r form input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #848484;
}
.ioi.init-6 .container .i6-r form .add1 {
  margin-bottom: var(--ft20);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ft20);
}
.ioi.init-6 .container .i6-r form .add3 {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
.ioi.init-6 .container .i6-r form .add3 .add3-l {
  padding-top: var(--px70);
  max-width: 520px;
  font-weight: normal;
  font-size: 14px;
  color: #363636;
  line-height: 20px;
  font-style: italic;
}
.ioi.init-6 .container .i6-r form .add3 .i5-btn {
  padding-top: var(--ft20);
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: var(--ft16);
  color: #2B2B2B;
}
.ioi.init-6 .container .i6-r form .add3 .i5-btn div {
  width: 51px;
  height: 51px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.home-1 {
  padding-top: var(--px100);
  padding-bottom: var(--px130);
  overflow: hidden;
}
.home-1 .container {
  padding-left: var(--ft60);
  padding-right: var(--ft60);
}
.home-1 .line {
  border-bottom: 1px solid #e1e1e1;
}
.home-1 h4 {
  font-size: 18.76px;
  color: #999999;
}
.home-1 .Tag {
  color: #9e9e9e;
}
.home-1 .text {
  color: #7f7f7f;
}
.home-1 .box {
  background-color: #f2f0f0;
  border-radius: 30px;
  height: 100%;
  transition: background-color 0.5s ease;
}
.home-1 .box .num {
  transition: 0.5s ease;
}
.home-1 .box p {
  color: #666666;
  line-height: 1.5;
  min-height: 3em;
  transition: 0.5s ease;
}
.home-1 .box:hover {
  background-color: var(--color);
}
.home-1 .box:hover .num {
  color: #FFFFFF;
}
.home-1 .box:hover p {
  color: #FFFFFF;
}
.home-1 .imgs {
  padding-top: 100%;
  transform: rotate(45deg);
}
.home-1 .imgs p {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 50%);
  pointer-events: none;
}
.home-1 .imgs p i {
  position: relative;
  z-index: 5;
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
}
.home-1 .imgs p::before {
  width: 29px;
  height: 29px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background: rgba(254, 189, 23, 0.18);
  animation: ks2 2s linear infinite;
  z-index: -1;
}
.home-1 .imgs p::after {
  width: 50px;
  height: 50px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background: rgba(254, 189, 23, 0.1);
  animation: ks2 2s linear infinite;
  z-index: -1;
}
.home-1 .imgs p::after {
  animation-delay: 1s;
}
.home-1 .imgs p:nth-of-type(2) {
  bottom: 36%;
}
.home-1 .imgs p:nth-of-type(3) {
  bottom: 100%;
}
.home-1 .imgs > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform-origin: top;
}
.home-1 .imgs > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f4f4f4;
  border-radius: inherit;
  transition: opacity 0.5s ease;
}
.home-1 .imgs > div > div {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.home-1 .imgs > div:hover::after {
  opacity: 0;
}
.home-1 .imgs > div:hover > div {
  opacity: 1;
}
.home-1 .imgs > div:nth-of-type(2) {
  transform: scale(0.8);
}
.home-1 .imgs > div:nth-of-type(2)::after {
  background-color: #e7e7e7;
}
.home-1 .imgs > div:nth-of-type(3) {
  transform: scale(0.64);
}
.home-1 .imgs > div:nth-of-type(3)::after {
  background-color: #dddddd;
}
.home-1 .imgs > div:nth-of-type(4) {
  transform: scale(0.4);
}
.home-1 .imgs > div:nth-of-type(4)::after {
  background-color: #f4f4f4;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2a2c2d;
  margin: 0 var(--ft30) 0;
  border-radius: var(--ft26);
}
#footer .foot {
  padding-top: calc(5.21vw + 17px);
  padding-bottom: var(--px80);
}
#footer .foot .container {
  padding: 0 var(--ft60);
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #fff;
  margin-top: var(--px40);
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
  font-weight: 500;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 480px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
}
#footer .foot .container .f-t .logo #ewm {
  width: 112px;
  height: 112px;
  border: 3px solid #ffffff;
  margin-top: var(--px40);
}
#footer .foot .container .f-t .logo #ewm img,
#footer .foot .container .f-t .logo #ewm canvas {
  width: 106px;
  height: 106px;
}
#footer .foot .container .f-t .logo .share {
  display: flex;
  font-size: 28px;
  color: #fff;
}
#footer .foot .container .f-t .logo .share li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .logo .share li:hover {
  color: var(--main);
}
#footer .foot .container .f-t .ft-c .ft-h {
  color: #ffffff;
  margin-bottom: var(--px40);
  font-weight: 600;
  font-size: var(--ft24);
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul li {
  font-weight: 400;
  color: rgba(163, 163, 163, 0.89);
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--ft18);
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li a {
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: #eeeeee;
}
#footer .foot .container .f-t .ft-c ul li:hover a::before {
  width: 100%;
}
#footer .foot .container .f-t .ft-c ul .finfo a {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c3 {
  width: 322px;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #ffffff;
}
#footer .copyright .container {
  padding-top: var(--px80);
  padding-bottom: 18px;
  padding-left: calc(2.3955vw + 12px);
}
#footer .copyright .container .share {
  display: flex;
  margin-bottom: 10px;
}
#footer .copyright .container .share li {
  margin-right: 10px;
}
#footer .copyright .container .share li i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #fff;
}
#footer .copyright .container .share li i:hover {
  color: var(--color);
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .left .vbb {
  margin-left: var(--px70);
}
@media (max-width: 1800px) {
  .ioi.init-6 .container .i6-l {
    width: 40%;
    border-radius: var(--ft26);
    overflow: hidden;
  }
  .ioi.init-6 .container .i6-r {
    padding-bottom: 20px;
  }
  .ioi.init-6 .container .i6-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #footer .copyright .container .left {
    flex-wrap: wrap;
  }
  .container {
    width: 1200px;
  }
}
@media (max-width: 1450px) {
  .ioi.init-6 .container .i6-r form .add3 .add3-l {
    max-width: 300px;
  }
  #banner .banner-text {
    bottom: unset;
    top: var(--ft50);
  }
  .home-1 .left {
    width: 45%;
  }
  .home-1 .right {
    width: 45%;
  }
}
@media (max-width: 1250px) {
  #banner{
    margin-top: 10px;
  }
  .ioi.init-6 .container .i6-l {
    display: none;
  }
  #index-body .init-3 .container .i3-l .i3-p {
    padding-right: var(--ft20);
  }
  #index-body .init-3 .container .i3-l .i3-h {
    font-size: var(--ft60);
  }
  #index-body .init-3 .container .i3-l {
    max-width: 50%;
  }
  #index-body .init-2 .container {
    flex-wrap: wrap;
  }
  #index-body .init-2 .container > .div {
    width: 100%;
    flex: none;
    height: 66.56vw;
    margin-bottom: 15px;
  }
  #index-body .init-2 .container > .div:hover {
    width: 100%;
    flex: none;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-3 .container .i3-l .tc_all_btn,
  #index-body .init-3 .container .i3-l .i3-p {
    margin-top: var(--ft50);
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .ioi.init-6 .container .i6-r form .add1 {
    grid-template-columns: 1fr;
  }
  .ioi.init-6 .container .i6-r form .add3 .add3-l {
    max-width: 100%;
  }
  .ioi.init-6 .container .i6-r form .add3 {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i4-box .tran {
    height: 29.1vw;
  }
  #index-body .init-4 .container .i4-box {
    border: 10px solid #ffffff;
  }
  #index-body .init-4 .container .i4-box .i4-p2 {
    padding: 0;
  }
  #index-body .init-4 .container .i4-m {
    padding: var(--px90);
  }
  .hide-700 {
    display: none !important;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .container .i3-l .i3-p {
    padding-right: 0;
  }
  #index-body .init-3 .container .i3-l {
    margin-top: var(--ft20);
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  #index-body .init-3 .container {
    flex-direction: column-reverse;
  }
  .hide-500 {
    display: none !important;
  }
}
.mbx {
  width: 100%;
  left: 0;
  top: 146px;
  padding: 9px 0;
}
.mbx i {
  color: var(--color);
}
.inner-banner {
  min-height: 146px;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 40%;
}
.inner-banner .down {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: auto;
  }
}
.about-1 .line {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: rgba(0, 0, 109, 0.35);
}
.about-1 .line em {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color);
}
.about-1 .line::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--color);
}
.about-1 .Tag {
  color: var(--color);
  width: 47%;
  margin-left: 53%;
}
.about-1 .Tit {
  color: var(--color);
}
.about-1 .Tit div {
  font-size: 2em;
  white-space: nowrap;
}
.about-1 .text {
  color: #5d5d5d;
  width: 35%;
  margin-left: 57%;
}
.about-1 .box {
  padding-bottom: 4em;
}
.about-2 {
  color: #FFFFFF;
}
.about-2 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.about-2 .slick-slide {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-2 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
.about-2 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  transform: translateY(-240px);
}
.about-2 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.about-2 .top {
  margin-right: -10%;
}
.about-2 .top li .time {
  color: var(--color);
}
.about-2 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.about-2 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.about-2 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.about-2 .timeline li {
  opacity: .35;
  cursor: pointer;
}
.about-2 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
.about-3 .Tit {
  color: var(--color);
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-4 {
  background-color: var(--color);
  color: #FFFFFF;
}
.about-4 .img {
  position: relative;
  padding: 5%;
}
.about-4 .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/about4-arrow.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: ro 10s linear infinite;
  -moz-animation: ro 10s linear infinite;
  animation: ro 10s linear infinite;
}
.about-4 .img img {
  width: 100%;
  border-radius: 50%;
}
.about-4 .box > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-4 .box > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about-4 .box > div:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.about-4 li {
  min-height: 170px;
}
.about-5 .Tit {
  color: var(--color);
}
.about-5 .list .bg {
  width: 102%;
  left: -1%;
  top: 100%;
  z-index: -1;
}
.about-5 .slickBtn.pos div.prev {
  right: 100%;
}
.about-5 .slickBtn.pos div.next {
  left: 100%;
}
.about-6 {
  color: #FFFFFF;
}
.about-6 .box {
  background-color: rgba(0, 0, 0, 0.36);
  max-width: 870px;
  margin: auto;
}
.about-6 .box a {
  line-height: 40px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  border-radius: 20px;
  padding: 0 30px;
}
.about-7 .Tit {
  color: var(--color);
}
.about-7 .list ul {
  margin: 0 -2.5em;
}
.about-7 .list li {
  padding: 0 1em;
}
.about-7 .list li img {
  border-radius: 19px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.about-7 .list .slick-list {
  overflow: visible;
}
.about-7 .list .slick-current +.slick-active li img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-7 .slickBtn.pos div.prev {
  right: 77%;
}
.about-7 .slickBtn.pos div.next {
  left: 77%;
}
.about-7 .page {
  color: var(--color);
}
@media (max-width: 1250px) {
  .mbx {
    position: static;
    background-color: transparent;
  }
  body>.mbx{
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .inner-banner .down {
    display: none;
  }
  .about-1 .line {
    display: none;
  }
  .about-1 .Tag {
    width: 100%;
    margin-left: 0;
  }
  .about-1 .text {
    width: 100%;
    margin-left: 0;
  }
  .about-2 .top {
    margin-right: 0;
  }
  .about-2 .slick-list {
    padding-top: 90px;
  }
  .about-4 .box > div:nth-of-type(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  .about-4 .box > div:nth-of-type(2) {
    width: 100%;
    text-align: left;
  }
  .about-4 .box > div:nth-of-type(3) {
    width: 100%;
  }
  .about-4 .box > div ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-4 li {
    min-height: auto;
    margin-bottom: 30px;
  }
  .about-5 .slickBtn.pos div.prev {
    right: 85%;
  }
  .about-5 .slickBtn.pos div.next {
    left: 85%;
  }
}
@media (max-width: 700px) {
  .about-4 .box > div ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .about-1 .Tit div {
    font-size: calc(4.059vw + 14px);
  }
  .about-2 .slick-list {
    padding-top: 0;
  }
}
.baseArrow {
  font-size: 30px;
}
.baseArrow div {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.baseArrow div img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseArrow div:hover {
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
  filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
}
.baseArrow div:hover img.def {
  opacity: 0;
}
.baseArrow div:hover img.hov {
  opacity: 1;
}
.baseArrow div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.aspiration__circles {
  margin-bottom: 60px;
}
.aspiration__circles-top-line {
  display: none;
}
.aspiration__circles-top-line img {
  width: 88%;
  margin-left: 10%;
}
.aspiration__circles-cards {
  border-top: 2px solid #dcdce2;
}
.aspiration__circles-card {
  border-bottom: 2px solid #dcdce2;
  padding: 19px 0 18px;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn {
  background-color: transparent;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn:after {
  content: "-";
  color: #dcdce2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aspiration__circles-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aspiration__circles-card-link {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color);
}
.aspiration__circles-card-link br {
  display: none;
}
.aspiration__circles-card-btn {
  background-color: #dcdce2;
  outline: 0;
  -webkit-appearance: none;
  width: 37px;
  height: 37px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid #dcdce2;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.aspiration__circles-card-btn:after {
  content: "+";
  line-height: 1;
  font-size: 21px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.aspiration__circles-card-desc {
  display: none;
  padding-top: 23px;
  max-width: 75%;
}
.aspiration__circles-card-desc p:last-of-type {
  margin-bottom: 0;
}
.aspiration__circles-desc {
  display: none;
}
.aspiration__circles-desc-info h4 {
  color: #2d2d2d;
}
.aspiration__circles-desc-info p {
  color: #5f5f5f;
}
.aspiration__circles-desc-info a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 22px;
  padding: 0 34px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  .aspiration__circles-top-line {
    display: block;
    margin-bottom: 8px;
    font-size: 0;
    line-height: 0;
  }
  .aspiration__circles-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aspiration__circles-cards {
    border-top: none;
    width: 67%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aspiration__circles-card {
    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;
    width: 30%;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dcdce2;
    position: relative;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .aspiration__circles-card:hover {
    background-color: var(--color);
    border-color: var(--color);
  }
  .aspiration__circles-card:hover .aspiration__circles-card-link {
    color: #fff;
  }
  @supports not (aspect-ratio: 1/1) {
    .aspiration__circles-card:before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    .aspiration__circles-card:after {
      display: block;
      content: "";
      clear: both;
    }
  }
  .aspiration__circles-card:nth-of-type(1) {
    z-index: 1;
  }
  .aspiration__circles-card:nth-of-type(2) {
    z-index: 2;
    -webkit-transform: translateX(-17%);
    -moz-transform: translateX(-17%);
    -ms-transform: translateX(-17%);
    transform: translateX(-17%);
  }
  .aspiration__circles-card:nth-of-type(3) {
    z-index: 3;
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
  .aspiration__circles-card:nth-of-type(4) {
    z-index: 3;
    -webkit-transform: translateX(-56%);
    -moz-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
  }
  .aspiration__circles-card-header {
    display: block;
  }
  .aspiration__circles-card-link {
    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;
    height: 100%;
    width: 100%;
    font-size: 24px;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .aspiration__circles-card-link br {
    display: block;
  }
  .aspiration__circles-card-btn {
    display: none;
  }
  .aspiration__circles-card-desc {
    max-width: unset;
  }
  .aspiration__circles-desc {
    display: block;
    width: 29%;
    padding-top: 30px;
  }
}
@media (min-width: 1290px) {
  .aspiration__circles {
    margin-bottom: 30px;
  }
  .aspiration__circles-content {
    min-height: 460px;
  }
  .aspiration__circles-desc {
    width: 25%;
  }
}
.contact-page .container {
  max-width: 1450px;
}
.contact-page .contact-1 .top .tit {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}
.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  opacity: .6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: .3s;
  margin-top: 12px;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  color: var(--color);
  background: transparent;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  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;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  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;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  width: 30px;
  text-align: center;
  line-height: 38px;
}
.contact-page .contact-1 .top .right .acc ul li .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right .acc ul li p {
  color: #5d5d5d;
  line-height: 38px;
}
@-webkit-keyframes lineAni {
  0% {
    -webkit-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes lineAni {
  0% {
    -moz-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes lineAni {
  0% {
    -webkit-transform: scaleY(0.001);
    -moz-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.scrFx {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: -webkit-calc(var(--go)* -1s);
  -moz-animation-delay: -moz-calc(var(--go)* -1s);
  animation-delay: calc(var(--go)* -1s);
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.news-page .r1 {
  min-height: 100vh;
}
.news-page .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.news-page .left h2 {
  line-height: 1;
  color: var(--color);
}
.news-page .left h2 span {
  font-size: 2.025em;
}
.news-page .left .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.news-page .left .inner:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  background-color: var(--color);
}
.news-page .left .inner .bar {
  height: 100%;
  width: 1px;
  position: relative;
  background-color: rgba(0, 0, 109, 0.25);
}
.news-page .left .inner .bar .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation-name: lineAni;
  -moz-animation-name: lineAni;
  animation-name: lineAni;
}
.news-page .left .inner .bar .line span {
  display: inline-block;
}
.news-page .left .inner .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -9vw;
  width: 18vw;
  height: 18vw;
}
.news-page .left .inner .pager svg {
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news-page .left .inner .pager svg circle {
  fill: none;
  stroke: rgba(16,146,198,0.6);
  stroke-dashoffset: 300%;
  stroke-dasharray: 300%;
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  -moz-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.news-page .left .inner .pager.animated svg circle {
  stroke-dashoffset: 50%;
}
.news-page .left .inner .pager .total {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-page .left .inner .pager .total span {
  color: var(--color);
}
.news-page .right .search {
  right: 0;
  top: -0.2rem;
  z-index: 5;
  width: 42%;
  border-bottom: 1px solid #333;
}
.news-page .right .search > input[type="text"] {
  background-color: transparent;
  border: none;
  line-height: 2;
  text-indent: 0;
  padding: 5px 0;
}
.news-page .right .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
}
.news-page .right .list ul {
  width: 100%;
  margin-bottom: 1.2em;
  margin-top: -1.2em;
}
.news-page .right .list ul:nth-of-type(1) {
  margin-bottom: 0;
  margin-top: 0;
}
.news-page .right .list ul:nth-of-type(2) {
  margin-top: 0;
}
.news-page .right .list ul li:nth-of-type(2) {
  margin-top: 1.3em;
}
.news-page .right .list ul li > div .img {
  border-radius: 12px;
  overflow: hidden;
}
.news-page .right .list ul li > div .img img {
  width: 100%;
}
.news-page .right .list ul li > div .txt {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  padding: 3% 0 5% 0;
}
.news-page .right .list ul li > div .txt > div {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 0 6%;
}
.news-page .right .list ul li > div .txt > div p {
  color: #FFFFFF;
}
.news-page .right .set {
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 42.9%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .right .set .slider--btn {
  position: relative;
  display: inline-block;
}
.news-page .right .set .slider--btn svg {
  position: relative;
  width: 70px;
  stroke: rgba(0, 0, 109, 0.3);
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  fill: rgba(0, 135, 85, 0);
  stroke-dasharray: 400%;
  stroke-dashoffset: 0;
  -webkit-transition: fill 0.8s ease, stroke-dashoffset 2s ease;
  -moz-transition: fill 0.8s ease, stroke-dashoffset 2s ease;
  transition: fill 0.8s ease, stroke-dashoffset 2s ease;
}
.news-page .right .set .slider--btn i {
  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%);
  top: 46%;
  color: var(--color);
  font-size: 30px;
  -webkit-transition: color 0.8s cubic-bezier(0, 0, 0, 1);
  -moz-transition: color 0.8s cubic-bezier(0, 0, 0, 1);
  transition: color 0.8s cubic-bezier(0, 0, 0, 1);
}
.news-page .right .set .slider--btn[data-type="prev"] i {
  padding-left: 20%;
}
.news-page .right .set .slider--btn[data-type="next"] {
  margin-bottom: 30px;
  margin-left: 48px;
}
.news-page .right .set .slider--btn[data-type="next"] i {
  padding-left: 20%;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.news-page .right .set .slider--btn:hover > svg {
  fill: var(--color);
  stroke-dashoffset: 400%;
}
.news-page .right .set .slider--btn:hover i {
  color: #fff;
}
@media (max-width: 1000px) {
  .news-page .left {
    position: absolute;
    min-height: -webkit-calc(100% - 2.2rem);
    min-height: -moz-calc(100% - 2.2rem);
    min-height: calc(100% - 2.2rem);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-page .left h2 {
    display: none;
  }
  .news-page .left .inner .pager {
    display: none;
  }
  .news-page .right .search {
    width: 80%;
  }
  .news-page .right .list ul li {
    width: 100%;
    margin-top: 0.6em;
    overflow: hidden;
  }
  .news-page .right .list ul li:nth-of-type(2) {
    margin-top: 0.6em;
  }
  .news-page .right .box {
    padding-top: 60px;
  }
  .news-page .right .set {
    right: 0;
    left: auto;
    bottom: -50px;
  }
  .news-page .right .set .slider--btn[data-type="next"] {
    margin-bottom: 0;
    margin-left: 24px;
  }
  .news-page .right .set .slider--btn svg {
    width: 60px;
  }
}
.product-1 .box {
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 20px 20px 0 0;
}
.product-1 .text {
  line-height: 1.5;
  min-height: 16.5em;
  max-height: 16.5em;
  overflow-y: auto;
}

.product-2 .left {
  position: sticky;
  top: 150px;
}

.product-2 .search {
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.product-2 .search > input[type="text"] {
  background-color: transparent;
  border: none;
  line-height: 2;
  text-indent: 0;
  padding: 5px 0;
}
.product-2 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
}
.product-2 .catelist > ul > li a {
  border-radius: 5px;
}
.product-2 .catelist > ul > li.active > a {
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
  box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
}
.product-2 .catelist > ul > li.active ul {
  display: block;
}
.product-2 .catelist > ul > li ul {
  display: none;
}
.product-2 .catelist > ul > li li {
  border-bottom: 1px solid #ccc;
}
.product-2 .catelist > ul > li li.active {
  color: var(--color);
  border-color: var(--color);
}
.baseProBox {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
  box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
}
@media (max-width: 1000px) {
  .product-1 .left img {
    display: block;
  }
  .product-1 .text {
    min-height: auto;
  }
  .product-2 .left {
    display: none;
  }
}
.prodet-1 .container {
  max-width: 1300px;
}
.prodet-1 .left img {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.prodet-1 .left .small {
  margin-top: 28px;
}
.prodet-1 .left .small ul {
  margin: -14px;
}
.prodet-1 .left .small li {
  padding: 14px;
}
.prodet-1 .left .small .img {
  position: relative;
}
.prodet-1 .left .small .img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 10px;
  background-color: var(--color);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
}
.prodet-1 .left .small .img::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--color);
  opacity: 0;
}
.prodet-1 .left .small .slick-current .img::before {
  opacity: 1;
}
.prodet-1 .left .small .slick-current .img::after {
  opacity: 1;
}
.prodet-1 .right h1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.prodet-1 .right .content {
  line-height: 1.5;
  max-height: 12em;
  overflow-y: auto;
}
.prodet-1 .right .btns a {
  border: 2px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-1 .right .btns a .icon {
  width: 67px;
  background-color: var(--color);
}
.prodet-1 .right .btns a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-1 .right .social-links a {
  color: var(--color);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.prodet-2 .container {
  max-width: 1300px;
}
.prodet-2 .tit {
  background-color: rgba(231, 231, 231, 0.75);
  border-radius: 9px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-2 .tit.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-2 .tit.active i::before {
  content: "\e7b8";
}
.prodet-2 .tit i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
  font-family: iconfont;
}
.prodet-2 .tit i::before {
  content: "\e768";
}
.prodet-2 .txt {
  display: none;
}
.baseTag {
  color: var(--color);
  letter-spacing: .2em;
}
.prodet-3 .line {
  border-bottom: 1px solid #b2b2b2;
}
.prodet-3 .Tit span {
  color: var(--color);
}

.prodet-3 .left {
  position: sticky;
  top: 150px;
}

.prodet-3 .form ul {
  margin: -5px -15px;
}
.prodet-3 .form li {
  padding: 5px 15px;
}
.prodet-3 .form input,
.prodet-3 .form select,
.prodet-3 .form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  background-color: #eeeeee;
}
.prodet-3 .form select {
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
}
.prodet-3 .form label {
  color: #737373;
  margin: 5px 0;
}
.prodet-3 .form input[type="submit"] {
  width: auto;
  background-color: transparent;
  padding: 0;
  color: #737373;
}
.prodet-4 .line {
  height: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
}
.prodet-4 .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: var(--color);
}
.prodet-4 .list .slick-list {
  padding-right: 6%;
}
.prodet-4 .list li {
  margin: 15px 0;
}



@media (max-width: 1000px) {
  .prodet-3 .left {
    position: static;
  }
}

@media (max-width: 700px) {
  .prodet-4 .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-1 .box .img {
  position: relative;
}
.service-1 .box .img img {
  width: 100%;
}
.service-1 .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 50%, rgba(0,0,0,.5));
  opacity: 0;
  transition: opacity .5s ease;
}
.service-1 .box .text {
  width: 90%;
  left: 5%;
  bottom: 5%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-1 .box:hover .img::after {
  opacity: 1;
}
.service-1 .box:hover .text {
  opacity: 1;
}
.service-2 .top {
  width: 100%;
  left: 0;
  top: 90px;
}
.service-2 .Tag {
  color: #FFFFFF;
}
.service-2 .Tit {
  color: #FFFFFF;
}
.service-2 .line {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/service2-line.png) no-repeat center;
}
.service-2 .list .slick-list {
  padding: 490px 0;
  overflow: visible;
}
.service-2 .list .slick-active {
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.service-2 .list .slick-active + .slick-active {
  -webkit-transform: translateY(118px);
  -moz-transform: translateY(118px);
  -ms-transform: translateY(118px);
  transform: translateY(118px);
}
.service-2 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px);
}
.service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.service-2 .list li .dots .def {
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
}
.service-2 .list li .dots .hov {
  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%);
  width: 120px;
  height: 120px;
  line-height: 114px;
  border: 3px solid var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .dots .hov::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  border-radius: inherit;
  background-color: var(--color);
}
.service-2 .list li .dots:hover .hov {
  opacity: 1;
}
.service-2 .list li .dots:hover + .name {
  bottom: 80px;
}
.service-2 .list li .dots:hover ~ .text {
  opacity: 1;
}
.service-2 .list li .name {
  width: 100%;
  left: 0;
  bottom: 40px;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .text {
  width: 100%;
  left: 0%;
  top: 100px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .text p {
  opacity: .85;
}
.service-2 .list li .text p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 10px;
  vertical-align: middle;
}
.service-3 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-3 .Tit {
  color: var(--color);
}
.service-3 .img {
  margin-left: auto;
}
.service-3 .info {
  left: 10%;
  border-radius: 50px 0 0 50px;
  width: 30%;
  background-color: #0075c1;
  color: #FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.service-3 .info:nth-child(1) {
  top: 12%;
}
.service-3 .info:nth-child(2) {
  bottom: 12%;
}
.service-3 .info:hover {
  -webkit-filter: drop-shadow(0 0 10px #ccc);
  filter: drop-shadow(0 0 10px #ccc);
}
.service-4 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-4 .list .slick-list {
  overflow: visible;
  padding: 0 12%;
}
.service-4 .list .img {
  border-radius: 18px;
}
.service-5 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-5 .list .box {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-5 .list .box img {
  margin: auto;
}
.service-5 .list .box::after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid var(--color);
  margin: auto;
}
.service-5 .list .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1700px) {
  .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(106px);
    -moz-transform: translateY(106px);
    -ms-transform: translateY(106px);
    transform: translateY(106px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-62px);
    -moz-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-122px);
    -moz-transform: translateY(-122px);
    -ms-transform: translateY(-122px);
    transform: translateY(-122px);
  }
  .service-3 .info {
    width: 35%;
    left: 5%;
  }
}
@media (max-width: 1450px) {
  .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(98px);
    -moz-transform: translateY(98px);
    -ms-transform: translateY(98px);
    transform: translateY(98px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }
}
@media (max-width: 1250px) {
  .service-2 .list .slick-active {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .service-2 .line {
    background: transparent;
  }
  .service-2 .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
  }
  .service-2 .top {
    top: 60px;
  }
  .service-2 .list .slick-list {
    padding: 350px 0;
  }
}
@media (max-width: 700px) {
  .service-2 .list li .text {
    width: 100%;
    left: 0;
  }
  .service-2 .list .slick-active li .text {
    opacity: 1;
  }
  .service-2 .list .slick-active li .dots .def {
    opacity: 0;
  }
  .service-2 .list .slick-active li .dots .hov {
    opacity: 1;
  }
  .service-2 .list .slick-active li .dots + .name {
    bottom: 80px;
  }
}
@media (max-width: 500px) {
  .service-3 .img {
    width: 100%;
  }
  .service-3 .info {
    margin: 10px 0;
    position: static;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    border-radius: 0;
  }
}
.resource-1 .box {
  position: relative;
}
.resource-1 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.resource-1 .right {
  width: 360px;
}
.resource-1 .right form{
  padding: 15px;
}
.resource-1 .search {
  background-color: #f5f7fa;
  border-radius: 10px;
}
.resource-1 .search input {
  border: 0;
  background-color: transparent;
  width: 90%;
}
.resource-1 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.resource-1 .nav li {
  opacity: .75;
  border-bottom: 2px solid transparent;
}
.resource-1 .nav li.active {
  opacity: 1;
  border-color: var(--color);
}
.resource-1 .list .file {
  background-color: #f5f7fa;
  border-radius: 13px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .list .file .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file:hover {
  background-color: var(--color);
}
.resource-1 .list .file:hover .name {
  color: #FFFFFF;
}
.resource-1 .list .file:hover .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq li.active .faqbox {
  background-color: var(--color);
}
.resource-1 .faq li.active .faqbox .name {
  color: #FFFFFF;
}
.resource-1 .faq li.active .faqbox .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq .faqbox {
  background-color: #f5f7fa;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .faq .faqbox .name {
  color: #666666;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .faq .faqbox .text {
  color: #FFFFFF;
  display: none;
}
.resource-1 .faq .faqbox .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.m-page {
  text-align: center;
}

.m-page span,
.m-page a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.m-page span {
  color: #FFFFFF;
  background-color: var(--color);
}






.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  line-height: 2;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
}
/*.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  clear: both;
}*/
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 2;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}