@font-face {
  font-family: 'Figtree';
  src: local('Figtree Medium'), local('Figtree-Medium'), url('../fonts/Figtree-Medium.woff2') format('woff2'), url('../fonts/Figtree-Medium.woff') format('woff'), url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Regular'), local('Figtree-Regular'), url('../fonts/Figtree-Regular.woff2') format('woff2'), url('../fonts/Figtree-Regular.woff') format('woff'), url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree SemiBold'), local('Figtree-SemiBold'), url('../fonts/Figtree-SemiBold.woff2') format('woff2'), url('../fonts/Figtree-SemiBold.woff') format('woff'), url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Medium'), local('Manrope-Medium'), url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Regular'), local('Manrope-Regular'), url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope SemiBold'), local('Manrope-SemiBold'), url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff'), url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Black'), local('Figtree-Black'), url('../fonts/Figtree-Black.woff2') format('woff2'), url('../fonts/Figtree-Black.woff') format('woff'), url('../fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Bold'), local('Figtree-Bold'), url('../fonts/Figtree-Bold.woff2') format('woff2'), url('../fonts/Figtree-Bold.woff') format('woff'), url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree ExtraBold'), local('Figtree-ExtraBold'), url('../fonts/Figtree-ExtraBold.woff2') format('woff2'), url('../fonts/Figtree-ExtraBold.woff') format('woff'), url('../fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Figtree', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto ;
  position: relative;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #008F3F;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\eb86';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  background: #040D91;
  color: #fff;
  border: 1px solid #040D91;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #fff;
  font-size: 23px;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.wrap-nav {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (max-width: 1199px) {
  .wrap-nav {
    display: none;
  }
}
.wrap-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.wrap-nav ul::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 20px;
  height: 20px;
  background: url(../img/add.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.wrap-nav ul li {
  display: inline-block;
}
.wrap-nav ul li:last-child a {
  text-decoration: underline;
}
.wrap-nav ul li:last-child a::after {
  display: none;
}
.wrap-nav ul li a {
  display: block;
  padding: 25px 0;
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: all 0.2s;
}
.wrap-nav ul li a:hover {
  text-decoration: underline;
}
.wrap-nav ul li a::after {
  content: '/';
  font-family: 'iconfont' !important;
  padding: 0 3px;
}
@media (max-width: 1199px) {
  .wrap-nav ul li a {
    font-size: 14px;
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .wrap-nav ul li a {
    font-size: 12px;
    padding: 10px 0;
  }
}
.xs-wrap-nav {
  display: none;
}
@media (max-width: 1199px) {
  .xs-wrap-nav {
    display: block;
    padding-top: 20px;
  }
}
.xs-wrap-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.xs-wrap-nav ul::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 20px;
  height: 20px;
  background: url(../img/add.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  filter: brightness(0) invert(0);
}
.xs-wrap-nav ul li {
  display: inline-block;
}
.xs-wrap-nav ul li:last-child a {
  text-decoration: underline;
}
.xs-wrap-nav ul li:last-child a::after {
  display: none;
}
.xs-wrap-nav ul li a {
  display: block;
  padding: 25px 0;
  font-size: 16px;
  color: #000;
  position: relative;
  transition: all 0.2s;
}
.xs-wrap-nav ul li a:hover {
  text-decoration: underline;
}
.xs-wrap-nav ul li a::after {
  content: '/';
  font-family: 'iconfont' !important;
  padding: 0 3px;
}
@media (max-width: 1199px) {
  .xs-wrap-nav ul li a {
    font-size: 14px;
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .xs-wrap-nav ul li a {
    font-size: 12px;
    padding: 10px 0;
  }
}
.banner-box {
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner .hb-note {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 5;
  display: flex;
  align-items: end;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note {
    padding-bottom: 40px;
    zoom: .7;
  }
}
.banner-box .banner .hb-note .note {
  padding: 0 23px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note .note {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .note {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .note {
    padding: 0 7px;
  }
}
.banner-box .banner .hb-note .note:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.banner-box .banner .hb-note .note::before {
  content: '';
  position: absolute;
  height: 0%;
  top: 0;
  left: 0;
  background: #fff;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 2.5s;
}
.banner-box .banner .hb-note .note .tit h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note .note .tit h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .note .tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .note .tit h2 {
    font-size: 14px;
  }
}
.banner-box .banner .hb-note .note .more {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .note .more {
    margin-top: 5px;
  }
}
.banner-box .banner .hb-note .note .more a {
  display: inline-flex;
  align-items: center;
}
.banner-box .banner .hb-note .note .more a span {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note .note .more a span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .note .more a span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .note .more a span {
    font-size: 10px;
  }
}
.banner-box .banner .hb-note .note .more a span:hover {
  color: #040D91;
  text-decoration: underline;
}
.banner-box .banner .hb-note .note .more a span:hover::after {
  background: #fff;
  color: #040D91;
}
.banner-box .banner .hb-note .note .more a span::after {
  margin-left: 20px;
  content: '\e687';
  font-family: 'iconfont' !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040D91;
  color: #fff;
  font-size: 14px;
  transition: all 0.25s;
  border: 1px solid #040D91;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note .note .more a span::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .note .more a span::after {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .note .more a span::after {
    width: 25px;
    height: 25px;
    font-size: 8px;
    margin-left: 5px;
  }
}
.banner-box .banner .hb-note .note .more a span::after:hover {
  background: #fff;
  color: #040D91;
}
.banner-box .banner .hb-note .txt {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-box .banner .hb-note .txt {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .txt {
    padding-top: 15px;
  }
}
.banner-box .banner .hb-note .txt::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-box .banner .hb-note .txt p {
  color: rgba(255, 255, 255, 0.65);
  /* font-family: Manrope, sans-serif; */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.banner-box .banner .hb-note .txt ul {
  padding-left: 20px;
  margin-top: 20px;
}

.banner-box .banner .hb-note .txt ul li  {
  list-style-type: disc;
  color: #fff;
  /* font-family: Manrope, sans-serif; */
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.banner-box .banner .hb-note .txt ul li::marker {
  font-size: 12px;
}

@media (max-width:1199px) {
  .banner-box .banner .hb-note .txt ul li {
    font-size: 14px;
  }
}

@media (max-width:991px) {
  .banner-box .banner .hb-note .txt ul li {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .banner-box .banner .hb-note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .hb-note .txt p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .hb-note .txt p {
    font-size: 10px;
  }
}
.banner-box .banner .swiper-slide-active .item .hb-note .container .note::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.banner-box .banner .swiper-button-next {
  top: auto;
  right: calc((100% - 1680px) / 2);
  bottom: 90px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.25s;
}
@media (max-width: 1710px) {
  .banner-box .banner .swiper-button-next {
    right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1470px) {
  .banner-box .banner .swiper-button-next {
    right: calc((100% - 1320px) / 2);
  }
}
@media (max-width: 1400px) {
  .banner-box .banner .swiper-button-next {
    right: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .banner-box .banner .swiper-button-next {
    display: none;
  }
}
.banner-box .banner .swiper-button-next:hover {
  background: #040D91;
}
.banner-box .banner .swiper-button-next::after {
  font-size: 14px;
  content: '\e600';
  font-family: 'iconfont' !important;
}
.banner-box .banner .swiper-button-next::after:hover {
  background: #040D91;
  color: #fff;
}
.banner-box .banner .banner-note {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.banner-box .banner .banner-note .tit h2 {
  color: #FFF;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .tit h2 {
    font-size: 24px;
  }
}
.banner-box .banner .banner-note .select-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .banner-box .banner .banner-note .select-link {
    bottom: 0;
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
    left: 0;
    zoom: .7;
  }
}
.banner-box .banner .banner-note .select-link li.active a {
  background: #040D91;
  color: #fff;
}
.banner-box .banner .banner-note .select-link li.active a::before {
  background: #040D91;
  color: #fff;
}
.banner-box .banner .banner-note .select-link li {
  display: inline-block;
  margin-right: 60px;
}
.banner-box .banner .banner-note .select-link li:first-child a::before {
  content: '\e603';
}
.banner-box .banner .banner-note .select-link li:nth-child(2) a::before {
  content: '\e668';
}
.banner-box .banner .banner-note .select-link li:nth-child(3) a::before {
  content: '\e64a';
}
.banner-box .banner .banner-note .select-link li:nth-child(4) a::before {
  content: '\eba7';
}
@media (max-width: 991px) {
  .banner-box .banner .banner-note .select-link li {
    width: calc(100% / 2);
    margin-right: 0;
  }
}
.banner-box .banner .banner-note .select-link li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  text-align: center;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.25s;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .select-link li a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .banner-note .select-link li a {
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .banner-note .select-link li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.banner-box .banner .banner-note .select-link li a:hover {
  background: #040D91;
  color: #fff;
}
.banner-box .banner .banner-note .select-link li a:hover::before {
  background: #040D91;
  color: #fff;
}
.banner-box .banner .banner-note .select-link li a::before {
  content: '';
  font-family: 'iconfont' !important;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  right: 100%;
  font-size: 24px;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .select-link li a::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner .banner-note .select-link li a::before {
    display: none;
  }
}
.banner-box .banner .fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .banner-box .banner .fancybox-slide--video video {
    max-width: 90%;
  }
}
.banner-box .banner .fancybox-slide > video {
  padding: 0;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-slide.swiper-slide-active .item img {
  animation: an1 5.8s ease forwards;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e630';
  font-family: 'iconfont' !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 40px;
  background: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes an1 {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #040D91;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #040D91;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #040D91;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #040D91;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: #040D91;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 12px;
  background: transparent;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: auto;
    left: calc(100%);
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.5px);
  position: relative;
  opacity: 1;
  margin: 2px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #040D91;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-contact a i,
.float-window .window-box:hover.box-product a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-contact a p,
.float-window .window-box:hover.box-product a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #040D91;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-contact a p i,
.float-window .window-box:hover.box-product a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #040D91;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .float-window.active {
    left: calc(100% - 50px);
  }
}
.float-btn {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #040D91;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  display: none;
}
@media (max-width: 991px) {
  .float-btn {
    display: block;
  }
}
.float-btn:hover {
  cursor: pointer;
}
.float-btn i.active {
  transform: rotate(-45deg);
}
.float-btn i {
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.header.active {
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 0 0 0;
}
@media (max-width: 1199px) {
  .header.active {
    padding: 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 22;
  transition: all 0.45s;
  padding: 30px 0 0 0;
}
@media (max-width: 1199px) {
  .header {
    padding: 0;
    background: #000000 !important;
  }
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-top {
    height: 60px;
  }
}
.header .header-top .menu-logo {
  display: inline-flex;
  align-items: center;
}
.header .header-top .menu-logo p {
  margin: 0 0 0 13px;
  color: #FFF;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.64px;
}
@media (max-width: 1199px) {
  .header .header-top .menu-logo p {
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .header .header-top .menu-logo p {
    display: none;
  }
}
.header .header-top .menu-logo a {
  display: block;
  height: auto;
}
.header .header-top .menu-logo a img {
  max-height: 60px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .header .header-top .menu-logo a img {
    max-height: 53px;
  }
}
.header .header-top .menu-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .message {
    display: none;
  }
}
.header .header-top .menu-right .message a {
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
}
.header .header-top .menu-right .message a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .message a {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.header .header-top .menu-right .menu-language {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 50px 0 34px;
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .menu-language {
    margin: 0 15px 0 15px;
  }
}
.header .header-top .menu-right .menu-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .header-top .menu-right .menu-language .select-name {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.64px;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
@media (max-width: 1400px) {
  .header .header-top .menu-right .menu-language .select-name {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .menu-language .select-name {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-language .select-name {
    font-size: 0;
    padding: 0 10px;
  }
}
.header .header-top .menu-right .menu-language .select-name:hover {
  color: #fff;
  background: #040D91;
  border: 1px solid #040D91;
}
.header .header-top .menu-right .menu-language .select-name:hover::after {
  color: #fff;
}
.header .header-top .menu-right .menu-language .select-name::after {
  content: '\ecdd';
  font-family: 'iconfont' !important;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s;
}
.header .header-top .menu-right .menu-language .select-name::before {
  content: '\e654';
  font-family: 'iconfont' !important;
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .menu-language .select-name::before {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-language .select-name::before {
    margin-right: 0;
    font-size: 24px;
  }
}
.header .header-top .menu-right .menu-language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header .header-top .menu-right .menu-language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .header-top .menu-right .menu-language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .header-top .menu-right .menu-language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .header-top .menu-right .menu-language .drop-select li:hover a {
  color: #040D91;
}
.header .header-top .menu-right .menu-language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}
.header .header-top .menu-right .menu-language .drop-select li a:hover {
  background: #eee;
}
.header .header-top .menu-right .menu-language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
  min-width: 35px;
}
.header .header-top .menu-right .menu-cart a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  transition: all 0.2s;
}
.header .header-top .menu-right .menu-cart a:hover {
  background: #040D91;
  color: #fff;
  border: 1px solid #040D91;
  animation: swing 1s linear;
}
.header .header-top .menu-right .menu-cart a:hover i {
  transform: scale(1.02, 1.02);
}
.header .header-top .menu-right .menu-cart a i {
  font-size: 20px;
  transition: all 0.2s;
}
.header .header-top .menu-right .menu-search {
  position: relative;
  margin-left: 15px;
}
.header .header-top .menu-right .menu-search .find {
  display: flex;
  align-items: center;
}
.header .header-top .menu-right .menu-search .find a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .menu-search .find a {
    font-size: 14px;
  }
}
.header .header-top .menu-right .menu-search .find a:hover {
  color: #fff;
  background: #040D91;
  border: 1px solid #040D91;
}
.header .header-top .menu-right .menu-search .find a:hover i {
  color: #fff;
}
.header .header-top .menu-right .menu-search .find a i {
  font-size: 20px;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .header .header-top .menu-right .menu-search .find a i {
    font-size: 16px;
    margin-right: 3px;
  }
}
.header .header-top .menu-right .menu-search .search-group {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 15px);
  z-index: 2;
  right: 15px;
  width: 400px;
}
@media (max-width: 991px) {
  .header .header-top .menu-right .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group {
    width: 230px;
  }
}
.header .header-top .menu-right .menu-search .search-group .box {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group .box {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.header .header-top .menu-right .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header .header-top .menu-right .menu-search .search-group .box .search-close:hover i {
  color: #040D91;
  transform: rotate(180deg);
}
.header .header-top .menu-right .menu-search .search-group .box .search-close i {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header .header-top .menu-right .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form {
  position: relative;
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form button {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .header-top .menu-right .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header .header-top .menu-right .menu-search .search-group .box .search-form form button:hover {
  color: #040D91;
}
.header .header-bottom {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .header .header-bottom {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-bottom .menu-nav {
    display: none;
  }
}
.header .header-bottom .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 -15px;
}
@media (max-width: 1400px) {
  .header .header-bottom .menu-nav .nav-first {
    margin: 0 -10px;
  }
}
.header .header-bottom .menu-nav .nav-first li.active a::after {
  width: 100%;
  visibility: visible;
}
.header .header-bottom .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .header-bottom .menu-nav .nav-first li.active ul li a::after {
  display: none;
}
.header .header-bottom .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .header-bottom .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .header-bottom .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #040D91;
}
.header .header-bottom .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: calc(100% / 6);
}
@media (max-width: 1400px) {
  .header .header-bottom .menu-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .header-bottom .menu-nav .nav-first li a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  padding: 15px 0;
}
.header .header-bottom .menu-nav .nav-first li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
}
.header .header-bottom .menu-nav .nav-first li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #ffffff;
  top: 0;
  left: 0;
  transition: all 0.45s;
  visibility: hidden;
}
.header .header-bottom .menu-nav .nav-first li a:hover::after {
  width: 100%;
  visibility: visible;
}
.header .header-bottom .menu-nav .nav-first li a i {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}
.header .header-bottom .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 0);
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background: #fff;
  padding: 15px 0;
  z-index: 2;
}
.header .header-bottom .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .header-bottom .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  line-height: 32px;
  padding: 3px 30px;
  position: relative;
  height: auto;
}
.header .header-bottom .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .header-bottom .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #040D91;
}
.header .header-bottom .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .header-bottom .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .header-bottom .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-bottom .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-bottom .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 3px 20px;
}
.header .header-bottom .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .header-bottom .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.wrap-tit h2 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
  }
}
.wrap-txt {
  margin-top: 12px;
}
.wrap-txt p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.menu-share p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .menu-share p {
    font-size: 18px;
  }
}
.menu-share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .menu-share ul {
    margin: 0 -5px;
  }
}
.menu-share ul li {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .menu-share ul li {
    padding: 0 5px;
  }
}
.menu-share ul li a {
  display: block;
}
.menu-share ul li a i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .menu-share ul li a i {
    width: 45px;
    height: 45px;
  }
}
.menu-share ul li a i:hover {
  background: #040D91;
  color: #fff;
}
.wrap-contact {
  overflow: hidden;
}
.wrap-contact .message .m-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-contact .message .m-top .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .left {
    width: 100%;
  }
}
.wrap-contact .message .m-top .left .menu-share {
  margin-top: 30px;
}
.wrap-contact .message .m-top .right {
  width: 55%;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-contact .message .m-top .right .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right .item {
    padding: 15px 0;
  }
}
.wrap-contact .message .m-top .right .item:hover .icon i {
  color: #040D91;
  animation: swing 1s linear;
}
.wrap-contact .message .m-top .right .item:hover p span {
  color: #040D91;
}
.wrap-contact .message .m-top .right .item:hover p a {
  color: #040D91;
}
.wrap-contact .message .m-top .right .item:hover p a:hover {
  text-decoration: underline;
}
.wrap-contact .message .m-top .right .item .icon i {
  font-size: 40px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right .item .icon i {
    font-size: 34px;
  }
}
.wrap-contact .message .m-top .right .item p {
  margin: 0 0 0 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right .item p {
    margin: 0 0 0 20px;
  }
}
.wrap-contact .message .m-top .right .item p span {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right .item p span {
    font-size: 14px;
  }
}
.wrap-contact .message .m-top .right .item p a,
.wrap-contact .message .m-top .right .item p .address {
  transition: all 0.25s;
  display: block;
  margin: 10px 0 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-top .right .item p a,
  .wrap-contact .message .m-top .right .item p .address {
    font-size: 18px;
  }
}
.wrap-contact .message .m-bottom {
  padding-top: 160px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-bottom {
    padding-top: 40px;
    flex-direction: column;
  }
}
.wrap-contact .message .m-bottom .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-bottom .left {
    width: 100%;
  }
}
.wrap-contact .message .m-bottom .left .pic {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-bottom .left .pic {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-contact .message .m-bottom .left .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-contact .message .m-bottom .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .message .m-bottom .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-contact .map {
  font-size: 0;
  overflow: hidden;
}
.wrap-contact .map .pic iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .wrap-contact .map .pic iframe {
    height: 350px;
  }
}
.footer {
  background: #040D91;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer .nav-tit p {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .nav-tit p {
    font-size: 20px;
  }
}
.footer .foot-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .footer .foot-top {
    padding: 40px 0;
    flex-direction: column;
    align-items: start;
  }
}
.footer .foot-top .left {
  width: 55%;
}
@media (max-width: 1199px) {
  .footer .foot-top .left {
    width: 100%;
  }
}
.footer .foot-top .left h2 {
  color: #FFF;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1470px) {
  .footer .foot-top .left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .left h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer .foot-top .left h2 {
    font-size: 20px;
  }
}
.footer .foot-top .left h2 a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 45px;
  transition: all 0.35s;
}
.footer .foot-top .left h2 a:hover {
  padding-right: 0;
  padding-left: 45px;
}
.footer .foot-top .left h2 a span {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  background: #fff;
  border-radius: 80px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #040D91;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #040D91;
}
@media (max-width: 1199px) {
  .footer .foot-top .left h2 a span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.footer .foot-top .left h2 a span:hover {
  transform: scale3d(1.03, 1.03, 1);
}
.footer .foot-top .left h2 a span:hover::after {
  left: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
}
.footer .foot-top .left h2 a span:hover::before {
  left: -40px;
  opacity: 1;
  visibility: visible;
}
.footer .foot-top .left h2 a span::before {
  content: '\e687';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #040D91;
  border: 1px solid #fff;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.footer .foot-top .left h2 a span::after {
  content: '\e687';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #040D91;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.footer .foot-top .right {
  width: 20%;
}
@media (max-width: 1470px) {
  .footer .foot-top .right {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .right .nav-tit {
    text-align: start !important;
  }
}
.footer .foot-top .right .list {
  margin-top: 20px;
  text-align: end;
}
@media (max-width: 1199px) {
  .footer .foot-top .right .list {
    text-align: start;
  }
}
.footer .foot-top .right .list .item {
  justify-content: end;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer .foot-top .right .list .item {
    justify-content: start;
    align-items: start;
    margin-bottom: 0.3em;
  }
}
.footer .foot-top .right .list .item:last-child {
  margin-bottom: 0;
}
.footer .foot-top .right .list .item .icon {
  min-width: 30px;
  margin-right: 10px;
}
.footer .foot-top .right .list .item .icon i {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .foot-top .right .list .item .icon i {
    font-size: 20px;
  }
}
.footer .foot-top .right .list .item p {
  margin: 0;
}
.footer .foot-top .right .list .item p a:hover {
  text-decoration: underline;
}
.footer .foot-top .right .list .item p span,
.footer .foot-top .right .list .item p a {
  color: #FFF;
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .footer .foot-top .right .list .item p span,
  .footer .foot-top .right .list .item p a {
    font-size: 14px;
  }
}
.footer .foot-center {
  margin: 0 -10px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot-center {
    padding-top: 20px;
    flex-direction: column;
    margin: 0;
  }
}
.footer .foot-center .item {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .footer .foot-center .item {
    padding: 0;
    margin: 10px 0;
  }
}
.footer .foot-center .item .list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot-center .item .list {
    margin-top: 15px;
  }
}
.footer .foot-center .item .list a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 30px;
  transition: all 0.25s;
}
.footer .foot-center .item .list a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .foot-center .item .list a {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
  }
}
.footer .foot-center .item-share .menu-share ul li a {
  margin-right: 0;
}
.footer .foot-center .item-share .menu-share ul li a i {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  background: transparent;
  color: #fff;
}
.footer .foot-center .item-share .menu-share ul li a i:hover {
  color: #040D91;
  background: #fff;
}
.footer .copyright {
  padding: 70px 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 20px 0 20% 0;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 20px 0 0 0;
  }
}
.footer .copyright p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  opacity: 0.45;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.footer .copyright .link a {
  display: inline-block;
  opacity: 0.45;
  color: #fff;
  transition: all 0.25s;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .copyright .link a {
    font-size: 14px;
  }
}
.footer .copyright .link a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .copyright .link a:first-child::before {
  display: none;
}
.footer .copyright .link a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer .foot-name {
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .foot-name {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    padding-bottom: 70px;
  }
}
.footer .foot-name span {
  display: block;
  font-size: 23vw;
  line-height: 100%;
  font-weight: 800;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) -46.4%, rgba(255, 255, 255, 0) 102.11%);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.5vw;
}
.c-btn button {
  border: none;
  background: transparent;
}
.c-btn a,
.c-btn button {
  display: inline-block;
  vertical-align: middle;
  padding-right: 45px;
  transition: all 0.35s;
}
.c-btn a:hover,
.c-btn button:hover {
  padding-right: 0;
  padding-left: 45px;
}
.c-btn a span,
.c-btn button span {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  background: #040D91;
  border-radius: 80px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #040D91;
}
@media (max-width: 1199px) {
  .c-btn a span,
  .c-btn button span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.c-btn a span:hover,
.c-btn button span:hover {
  transform: scale3d(1.03, 1.03, 1);
}
.c-btn a span:hover::after,
.c-btn button span:hover::after {
  left: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
}
.c-btn a span:hover::before,
.c-btn button span:hover::before {
  left: -40px;
  opacity: 1;
  visibility: visible;
}
.c-btn a span::before,
.c-btn button span::before {
  content: '\e687';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040D91;
  color: #fff;
  border: 1px solid #040D91;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.c-btn a span::after,
.c-btn button span::after {
  content: '\e687';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040D91;
  color: #fff;
  border: 1px solid #040D91;
  transition: all 0.35s;
}
.common-form form .row .col-12 .box {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .box label {
  display: block;
  font-size: 16px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box label {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
  background: #F5F5F5;
  color: #999;
}
.common-form form .row .col-12 .box input::placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.common-form form .row .col-12 .box input:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .box textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
  background: #F5F5F5;
  color: #999;
}
.common-form form .row .col-12 .box textarea::placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .box-tit {
  margin-bottom: 10px;
}
.common-form form .row .col-12 .box-tit input {
  border: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}
article.news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  article.news-list .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  article.news-list .item {
    flex-direction: column;
    align-items: start;
  }
}
article.news-list .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
article.news-list .item:hover .note .date span::before {
  background: #040D91;
}
article.news-list .item:hover .note .tit a {
  color: #040D91;
}
article.news-list .item .pic {
  width: 38%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  article.news-list .item .pic {
    width: 100%;
  }
}
article.news-list .item .pic .img-box {
  padding-bottom: calc(600 / 880 * 100%);
}
article.news-list .item .pic .img-box img {
  transition: all 0.5s;
}
article.news-list .item .note {
  width: 56%;
}
@media (max-width: 991px) {
  article.news-list .item .note {
    width: 100%;
    margin-top: 20px;
  }
}
article.news-list .item .note .date span {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
article.news-list .item .note .date span::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 35px;
  height: 2px;
  background: #E0E0E0;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 3px;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  article.news-list .item .note .date span {
    font-size: 14px;
  }
}
article.news-list .item .note .tit {
  margin-top: 15px;
}
article.news-list .item .note .tit a {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.25s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  article.news-list .item .note .tit a {
    font-size: 18px;
  }
}
article.news-list .item .note .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  article.news-list .item .note .txt {
    margin-top: 20px;
  }
}
article.news-list .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  article.news-list .item .note .txt p {
    font-size: 14px;
  }
}
article.news-list .item .note .c-btn {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  article.news-list .item .note .c-btn {
    margin-top: 20px;
  }
}
article.news-list .item .note .c-btn a:hover span {
  color: #fff;
  background: #040D91;
  border: 1px solid #040D91;
}
article.news-list .item .note .c-btn a:hover span::before,
article.news-list .item .note .c-btn a:hover span::after {
  background: #040D91;
  border: 1px solid #040D91;
  color: #fff;
}
article.news-list .item .note .c-btn a span {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #999;
}
article.news-list .item .note .c-btn a span::before {
  color: #999;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
article.news-list .item .note .c-btn a span::after {
  color: #999;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
.wrap-news .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-news .group {
    margin-top: 30px;
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  background: transparent;
  font-weight: 500;
  font-family: Manrope, sans-serif;
  transition: all 0.25s;
  color: #1e1e1e;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  color: #040D91;
  cursor: pointer;
  text-decoration: underline;
}
.pagination ul li.active a {
  color: #fff;
  background: #040D91;
}
.pagination ul li.next {
  margin-left: 5px;
}
.pagination ul li.next a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
  background: #040D91;
  text-decoration: none;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #000;
  font-weight: 500;
}
.pagination ul li.prev {
  margin-right: 5px;
}
.pagination ul li.prev a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #F5F5F5;
  color: #1e1e1e;
  border-radius: 50%;
  border: 1px solid #F5F5F5;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
  background: #040D91;
  text-decoration: none;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #000;
  font-weight: 500;
}
.wrap-case .info .select-case {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-case {
    margin: 20px 0;
  }
}
.wrap-case .info .select-case ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}
@media (max-width: 991px) {
  .wrap-case .info .select-case ul {
    margin: -5px;
  }
}
.wrap-case .info .select-case ul li.on span {
  background: #040D91;
  color: #fff;
}
.wrap-case .info .select-case ul li {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .wrap-case .info .select-case ul li {
    width: calc(100% / 3);
    padding: 5px;
  }
}
.wrap-case .info .select-case ul li span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 80px;
  background: #F5F5F5;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s;
}
.wrap-case .info .select-case ul li span:hover {
  background: #040D91;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-case ul li span {
    font-size: 14px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
  }
}
.wrap-case .info .select-box .group-list {
  display: none;
}
.wrap-case .info .select-box .group-list.on {
  display: block;
}
.wrap-case .info .select-box .group-list.on .item {
  display: flex;
  align-items: end;
  animation: fadeInUp 0.3s linear;
  transition: all 0.35s;
  padding: 5px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-case .info .select-box .group-list.on .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-case .info .select-box .group-list.on .item:hover {
  border-radius: 10px;
  background: #F5F7FA;
}
.wrap-case .info .select-box .group-list.on .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-case .info .select-box .group-list.on .item:hover .note {
  padding-right: 110px;
}
.wrap-case .info .select-box .group-list.on .item:hover .note .tit a {
  color: #040D91;
}
.wrap-case .info .select-box .group-list.on .item:hover .note .tit span {
  color: #040D91;
}
.wrap-case .info .select-box .group-list.on .item .pic {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-case .info .select-box .group-list.on .item .pic {
    width: 100%;
  }
}
.wrap-case .info .select-box .group-list.on .item .pic .img-box {
  padding-bottom: calc(780 / 630 * 100%);
}
.wrap-case .info .select-box .group-list.on .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-case .info .select-box .group-list.on .item .note {
  width: 70%;
  padding-left: 110px;
  transition: all 0.35s;
}
@media (max-width: 1470px) {
  .wrap-case .info .select-box .group-list.on .item .note {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .wrap-case .info .select-box .group-list.on .item .note {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .tit {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEFF5;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .tit {
    padding: 15px 0;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .tit a {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  transition: all 0.25s;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1470px) {
  .wrap-case .info .select-box .group-list.on .item .note .tit a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .tit span {
  display: block;
  color: rgba(4, 13, 145, 0.2);
  font-size: 26px;
  font-weight: 400;
  transition: all 0.25s;
  line-height: 1.2;
}
@media (max-width: 1470px) {
  .wrap-case .info .select-box .group-list.on .item .note .tit span {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .tit span {
    font-size: 16px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .address {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .address {
    margin: 15px 0;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .address span {
  display: flex;
  align-items: center;
  color: #040D91;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .address span {
    font-size: 14px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .address span::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 20px;
  height: 20px;
  background: url(../img/address.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .address span {
    font-size: 18px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .txt p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-case .info .select-box .group-list.on .item .note .txt p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .other-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 35px;
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .other-pic {
    padding-top: 20px;
    margin: -7px;
  }
}
@media (max-width: 767px) {
  .wrap-case .info .select-box .group-list.on .item .note .other-pic {
    margin: -5px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .other-pic li {
  display: inline-block;
  width: calc(100% / 4);
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-case .info .select-box .group-list.on .item .note .other-pic li {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .wrap-case .info .select-box .group-list.on .item .note .other-pic li {
    padding: 5px;
  }
}
.wrap-case .info .select-box .group-list.on .item .note .other-pic li:hover img {
  transform: scale(1.02, 1.02);
}
.wrap-case .info .select-box .group-list.on .item .note .other-pic li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.5s;
}
.advantage,
.home-advantage {
  position: relative;
  z-index: 2;
}
.advantage::before,
.home-advantage::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .advantage,
  .home-advantage {
    padding: 40px 0;
  }
}
.advantage .video,
.home-advantage .video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -500px;
}
@media (max-width: 1199px) {
  .advantage .video,
  .home-advantage .video {
    margin-top: 40px;
  }
}
.advantage .video .play,
.home-advantage .video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 0;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.advantage .video .play a,
.home-advantage .video .play a {
  position: relative;
  z-index: 2;
}
.advantage .video .play a::before,
.home-advantage .video .play a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.advantage .video .play a::after,
.home-advantage .video .play a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  animation-delay: 1.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 1.9s linear 0s infinite;
  animation: border_animation 1.9s linear 0s infinite;
}
.advantage .video .play a i,
.home-advantage .video .play a i {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1009B6;
}
@media (max-width: 1199px) {
  .advantage .video .play a i,
  .home-advantage .video .play a i {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .advantage .video .play a i,
  .home-advantage .video .play a i {
    width: 45px;
    height: 45px;
    font-size: 23px;
  }
}
.advantage .group,
.home-advantage .group {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .advantage .group,
  .home-advantage .group {
    margin-top: 30px;
    flex-direction: column;
  }
}
.advantage .group .left,
.home-advantage .group .left {
  width: 35%;
}
@media (max-width: 1199px) {
  .advantage .group .left,
  .home-advantage .group .left {
    width: 100%;
  }
}
.advantage .group .left .type span,
.home-advantage .group .left .type span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.advantage .group .left .type span::before,
.home-advantage .group .left .type span::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-right: 10px;
  background: #fff;
}
@media (max-width: 1199px) {
  .advantage .group .left .type span,
  .home-advantage .group .left .type span {
    font-size: 14px;
  }
}
.advantage .group .left .tit,
.home-advantage .group .left .tit {
  margin: 20px 0 0;
}
.advantage .group .left .tit h2,
.home-advantage .group .left .tit h2 {
  color: #fff;
  font-size: 60px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1199px) {
  .advantage .group .left .tit h2,
  .home-advantage .group .left .tit h2 {
    font-size: 24px;
  }
}
.advantage .group .left .wrap-txt p,
.home-advantage .group .left .wrap-txt p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.advantage .group .left .c-btn,
.home-advantage .group .left .c-btn {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .advantage .group .left .c-btn,
  .home-advantage .group .left .c-btn {
    margin-top: 20px;
  }
}
.advantage .group .right,
.home-advantage .group .right {
  width: 50%;
}
@media (max-width: 1470px) {
  .advantage .group .right,
  .home-advantage .group .right {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .advantage .group .right,
  .home-advantage .group .right {
    width: 100%;
    margin-top: 30px;
  }
}
.advantage .group .right .row,
.home-advantage .group .right .row {
  margin: -10px;
}
@media (max-width: 1199px) {
  .advantage .group .right .row,
  .home-advantage .group .right .row {
    margin: -7px;
  }
}
.advantage .group .right .row .col-12,
.home-advantage .group .right .row .col-12 {
  padding: 10px;
  height: auto;
}
@media (max-width: 1199px) {
  .advantage .group .right .row .col-12,
  .home-advantage .group .right .row .col-12 {
    padding: 7px;
  }
}
.advantage .group .right .row .col-12 .item,
.home-advantage .group .right .row .col-12 .item {
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
}
.advantage .group .right .row .col-12 .item:hover .item-top .pic img,
.home-advantage .group .right .row .col-12 .item:hover .item-top .pic img {
  transform: scale(1.02, 1.02);
}
.advantage .group .right .row .col-12 .item:hover h2,
.home-advantage .group .right .row .col-12 .item:hover h2 {
  color: #040D91;
}
.advantage .group .right .row .col-12 .item .item-top,
.home-advantage .group .right .row .col-12 .item .item-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .advantage .group .right .row .col-12 .item .item-top,
  .home-advantage .group .right .row .col-12 .item .item-top {
    flex-direction: column;
  }
}
.advantage .group .right .row .col-12 .item .item-top span,
.home-advantage .group .right .row .col-12 .item .item-top span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .advantage .group .right .row .col-12 .item .item-top span,
  .home-advantage .group .right .row .col-12 .item .item-top span {
    font-size: 14px;
  }
}
.advantage .group .right .row .col-12 .item .item-top .pic,
.home-advantage .group .right .row .col-12 .item .item-top .pic {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .advantage .group .right .row .col-12 .item .item-top .pic,
  .home-advantage .group .right .row .col-12 .item .item-top .pic {
    width: 100%;
    margin-top: 25px;
  }
}
.advantage .group .right .row .col-12 .item .item-top .pic .img-box,
.home-advantage .group .right .row .col-12 .item .item-top .pic .img-box {
  padding-bottom: calc(400 / 300 * 100%);
}
.advantage .group .right .row .col-12 .item .item-top .pic .img-box img,
.home-advantage .group .right .row .col-12 .item .item-top .pic .img-box img {
  transition: all 0.5s;
}
.advantage .group .right .row .col-12 .item h2,
.home-advantage .group .right .row .col-12 .item h2 {
  margin: 45px 0 5px 0;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  .advantage .group .right .row .col-12 .item h2,
  .home-advantage .group .right .row .col-12 .item h2 {
    margin: 30px 0 5px 0;
  }
}
@media (max-width: 1199px) {
  .advantage .group .right .row .col-12 .item h2,
  .home-advantage .group .right .row .col-12 .item h2 {
    font-size: 16px;
  }
}
.advantage .group .right .row .col-12 .item .txt p,
.home-advantage .group .right .row .col-12 .item .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .advantage .group .right .row .col-12 .item .txt p,
  .home-advantage .group .right .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.advantage .group .right .row-top,
.home-advantage .group .right .row-top {
  padding-left: 34.5%;
}
@media (max-width: 1199px) {
  .advantage .group .right .row-top,
  .home-advantage .group .right .row-top {
    padding-left: 0;
  }
}
.advantage .group .right .row-foot,
.home-advantage .group .right .row-foot {
  padding-right: 33.3333%;
}
@media (max-width: 1199px) {
  .advantage .group .right .row-foot,
  .home-advantage .group .right .row-foot {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .home-advantage .group {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .advantage .video {
    margin-top: 0;
  }
}
.wrap-about .introduce {
  padding: 120px 0 600px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1470px) {
  .wrap-about .introduce {
    padding: 120px 0 450px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .top {
  padding-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top {
    padding-bottom: 20px;
  }
}
.wrap-about .introduce .top .txt h3 {
  color: #040D91;
  font-size: 32px;
  font-weight: 600;
  margin: 0.2em 0 0 0;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .txt h3 {
    font-size: 18px;
  }
}
.wrap-about .introduce .group {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group {
    padding-top: 30px;
    flex-direction: column;
  }
}
.wrap-about .introduce .group .type {
  width: 20%;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .type {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrap-about .introduce .group .type span {
  display: inline-flex;
  align-items: center;
  color: #040D91;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.wrap-about .introduce .group .type span::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 40px;
  height: 2px;
  background: #040D91;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .type span {
    font-size: 14px;
  }
}
.wrap-about .introduce .group .editor-content {
  width: 60%;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .editor-content {
    width: 100%;
  }
}
.wrap-about .introduce .group .editor-content p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .editor-content p {
    font-size: 14px;
  }
}
.wrap-about .introduce .about-name {
  position: absolute;
  bottom: 20%;
  left: 0;
}
.wrap-about .introduce .about-name span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D9D9D9;
  font-size: 17vw;
  font-weight: bold;
  line-height: 100%;
  color: transparent;
  opacity: 0.5;
}
.wrap-about .factory .slick-factory {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory {
    margin-top: 30px;
  }
}
.wrap-about .factory .slick-factory .slick-slide {
  margin: -18px;
}
@media (max-width: 1470px) {
  .wrap-about .factory .slick-factory .slick-slide {
    margin: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory .slick-slide {
    margin: -7px;
  }
}
.wrap-about .factory .slick-factory .item {
  padding: 18px;
}
@media (max-width: 1470px) {
  .wrap-about .factory .slick-factory .item {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory .item {
    padding: 7px;
  }
}
.wrap-about .factory .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .factory .slick-factory .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-about .factory .slick-factory .item:hover .pic .icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.wrap-about .factory .slick-factory .item:hover .tit {
  background: #040D91;
}
.wrap-about .factory .slick-factory .item:hover .tit p {
  color: #fff;
}
.wrap-about .factory .slick-factory .item .pic {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.wrap-about .factory .slick-factory .item .pic .img-box {
  padding-bottom: calc(530 / 800 * 100%);
}
.wrap-about .factory .slick-factory .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about .factory .slick-factory .item .pic .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.45s;
  opacity: 0;
  visibility: hidden;
}
.wrap-about .factory .slick-factory .item .pic .icon i {
  min-width: 55px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #040D91;
  color: #fff;
  font-size: 30px;
}
.wrap-about .factory .slick-factory .item .tit {
  margin-top: 5px;
  border-radius: 16px;
  background: #F5F5F5;
  padding: 20px 30px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory .item .tit {
    padding: 15px;
  }
}
.wrap-about .factory .slick-factory .item .tit p {
  margin: 0;
  color: #000;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory .item .tit p {
    font-size: 14px;
  }
}
.wrap-honor .pagination {
  justify-content: end;
}
.wrap-honor .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-honor .group {
    margin-top: 30px;
  }
}
.wrap-honor .group .row .col-12 {
  width: calc(100% / 5);
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-honor .group .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-honor .group .row .col-12 {
    width: 100%;
  }
}
.wrap-honor .group .row .col-12 .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-honor .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-honor .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
  visibility: visible;
}
.wrap-honor .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-honor .group .row .col-12 .item:hover .tit p {
  color: #040D91;
}
.wrap-honor .group .row .col-12 .item .pic {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.35s;
  position: relative;
  z-index: 1;
}
.wrap-honor .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(4, 13, 145, 0.05) 0%, rgba(4, 13, 145, 0.2) 50%, rgba(4, 13, 145, 0.05) 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s;
}
.wrap-honor .group .row .col-12 .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: calc(720 / 520 * 100%);
}
.wrap-honor .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-honor .group .row .col-12 .item .tit {
  margin-top: 15px;
}
.wrap-honor .group .row .col-12 .item .tit p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  transition: all 0.25s;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 .item .tit p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0px;
  }
}
.wrap-product,
.wrap-details {
  overflow: hidden;
}
.wrap-product .group,
.wrap-details .group {
  display: flex;
  justify-content: space-between;
}
.wrap-product .group .left,
.wrap-details .group .left {
  width: 23%;
}
@media (max-width: 1199px) {
  .wrap-product .group .left,
  .wrap-details .group .left {
    display: none;
  }
}
.wrap-product .group .left .left-group ul li.active a,
.wrap-details .group .left .left-group ul li.active a {
  border-bottom: 1px dashed #D9D9D9;
}
.wrap-product .group .left .left-group ul li.active a::after,
.wrap-details .group .left .left-group ul li.active a::after {
  content: '\e604';
  font-family: 'iconfont' !important;
  color: #040D91;
}
.wrap-product .group .left .left-group ul li.active > ul,
.wrap-details .group .left .left-group ul li.active > ul {
  display: block;
}
.wrap-product .group .left .left-group ul li.active > ul li a,
.wrap-details .group .left .left-group ul li.active > ul li a {
  color: #666;
  font-size: 16px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  padding: 19px 0;
}
.wrap-product .group .left .left-group ul li.active > ul li a:hover,
.wrap-details .group .left .left-group ul li.active > ul li a:hover {
  color: #040D91;
}
.wrap-product .group .left .left-group ul li.active > ul li a:hover::before,
.wrap-details .group .left .left-group ul li.active > ul li a:hover::before {
  background: #040D91;
}
.wrap-product .group .left .left-group ul li.active > ul li a::before,
.wrap-details .group .left .left-group ul li.active > ul li a::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 14px;
  height: 2px;
  background: #666;
  display: inline-block;
  transition: all 0.25s;
  margin-right: 20px;
}
.wrap-product .group .left .left-group ul li.active > ul li a::after,
.wrap-details .group .left .left-group ul li.active > ul li a::after {
  display: none;
}
.wrap-product .group .left .left-group ul li a,
.wrap-details .group .left .left-group ul li a {
  padding: 12px 40px 12px 0;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.25s;
  position: relative;
}
.wrap-product .group .left .left-group ul li a:hover::after,
.wrap-details .group .left .left-group ul li a:hover::after {
  color: #040D91;
  transform: translateY(-50%) rotate(-180deg);
}
.wrap-product .group .left .left-group ul li a::after,
.wrap-details .group .left .left-group ul li a::after {
  content: '\e728';
  position: absolute;
  font-family: 'iconfont' !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.35s;
  font-size: 26px;
}
.wrap-product .group .left .left-group ul li > ul,
.wrap-details .group .left .left-group ul li > ul {
  display: none;
}
.wrap-product .group .right,
.wrap-details .group .right {
  width: 74%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right,
  .wrap-details .group .right {
    width: 100%;
  }
}
.wrap-product .group .right .row,
.wrap-details .group .right .row {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row,
  .wrap-details .group .right .row {
    margin-top: 30px;
  }
}
.wrap-product .group .right .row .col-12,
.wrap-details .group .right .row .col-12 {
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12,
  .wrap-details .group .right .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-product .group .right .row .col-12,
  .wrap-details .group .right .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-product .group .right .row .col-12,
  .wrap-details .group .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .group .right .des-introduce,
.wrap-details .group .right .des-introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce,
  .wrap-details .group .right .des-introduce {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-product .group .right .des-introduce .des-left,
.wrap-details .group .right .des-introduce .des-left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-left,
  .wrap-details .group .right .des-introduce .des-left {
    width: 100%;
  }
}
.wrap-product .group .right .des-introduce .des-left .slider-for,
.wrap-details .group .right .des-introduce .des-left .slider-for {
  font-size: 0;
}
.wrap-product .group .right .des-introduce .des-left .slider-for .item,
.wrap-details .group .right .des-introduce .des-left .slider-for .item {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav,
.wrap-details .group .right .des-introduce .des-left .slider-nav {
  font-size: 0;
  margin-top: 15px;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .slick-list,
.wrap-details .group .right .des-introduce .des-left .slider-nav .slick-list {
  margin: 0 -7px;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .slick-slide,
.wrap-details .group .right .des-introduce .des-left .slider-nav .slick-slide {
  padding: 0 7px;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .slick-current .item,
.wrap-details .group .right .des-introduce .des-left .slider-nav .slick-current .item {
  border: 1px solid #040D91;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .slick-current .item::before,
.wrap-details .group .right .des-introduce .des-left .slider-nav .slick-current .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .item-video,
.wrap-details .group .right .des-introduce .des-left .slider-nav .item-video {
  position: relative;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .item-video .play,
.wrap-details .group .right .des-introduce .des-left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .item-video .play i,
.wrap-details .group .right .des-introduce .des-left .slider-nav .item-video .play i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #040D91;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .item,
.wrap-details .group .right .des-introduce .des-left .slider-nav .item {
  cursor: pointer;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wrap-product .group .right .des-introduce .des-left .slider-nav .item::before,
.wrap-details .group .right .des-introduce .des-left .slider-nav .item::before {
  transition: all 0.2s;
}
.wrap-product .group .right .des-introduce .des-right,
.wrap-details .group .right .des-introduce .des-right {
  width: 47%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right,
  .wrap-details .group .right .des-introduce .des-right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-product .group .right .des-introduce .des-right .tit h2,
.wrap-details .group .right .des-introduce .des-right .tit h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .tit h2,
  .wrap-details .group .right .des-introduce .des-right .tit h2 {
    font-size: 24px;
  }
}
.wrap-product .group .right .des-introduce .des-right .type,
.wrap-details .group .right .des-introduce .des-right .type {
  margin-top: 18px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .type,
  .wrap-details .group .right .des-introduce .des-right .type {
    padding-bottom: 15px;
  }
}
.wrap-product .group .right .des-introduce .des-right .type span,
.wrap-details .group .right .des-introduce .des-right .type span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background: #F5F5F5;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.wrap-product .group .right .des-introduce .des-right .editor-content,
.wrap-details .group .right .des-introduce .des-right .editor-content {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .editor-content,
  .wrap-details .group .right .des-introduce .des-right .editor-content {
    padding-top: 30px;
  }
}
.wrap-product .group .right .des-introduce .des-right .editor-content h4,
.wrap-details .group .right .des-introduce .des-right .editor-content h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .editor-content h4,
  .wrap-details .group .right .des-introduce .des-right .editor-content h4 {
    font-size: 16px;
  }
}
.wrap-product .group .right .des-introduce .des-right .editor-content p,
.wrap-details .group .right .des-introduce .des-right .editor-content p {
  color: #666;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .editor-content p,
  .wrap-details .group .right .des-introduce .des-right .editor-content p {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-introduce .des-right .editor-content ul,
.wrap-details .group .right .des-introduce .des-right .editor-content ul {
  padding-left: 20px;
}
.wrap-product .group .right .des-introduce .des-right .editor-content ul li,
.wrap-details .group .right .des-introduce .des-right .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .editor-content ul li,
  .wrap-details .group .right .des-introduce .des-right .editor-content ul li {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-introduce .des-right .share,
.wrap-details .group .right .des-introduce .des-right .share {
  margin-top: 60px;
}
@media (max-width: 1470px) {
  .wrap-product .group .right .des-introduce .des-right .share,
  .wrap-details .group .right .des-introduce .des-right .share {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .share,
  .wrap-details .group .right .des-introduce .des-right .share {
    margin-top: 20px;
  }
}
.wrap-product .group .right .des-introduce .des-right .share .share-to span,
.wrap-details .group .right .des-introduce .des-right .share .share-to span {
  font-size: 18px;
  color: #222;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .share .share-to span,
  .wrap-details .group .right .des-introduce .des-right .share .share-to span {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-introduce .des-right .link,
.wrap-details .group .right .des-introduce .des-right .link {
  margin-top: 60px;
}
@media (max-width: 1470px) {
  .wrap-product .group .right .des-introduce .des-right .link,
  .wrap-details .group .right .des-introduce .des-right .link {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .des-right .link,
  .wrap-details .group .right .des-introduce .des-right .link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-product .group .right .des-introduce .des-right .link,
  .wrap-details .group .right .des-introduce .des-right .link {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 991px) {
  .wrap-product .group .right .des-introduce .des-right .link .c-btn,
  .wrap-details .group .right .des-introduce .des-right .link .c-btn {
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .wrap-product .group .right .des-introduce .des-right .link .c-btn a,
  .wrap-details .group .right .des-introduce .des-right .link .c-btn a {
    width: 100%;
    text-align: center;
  }
}
.wrap-product .group .right .des-introduce .des-right .link .btn1,
.wrap-details .group .right .des-introduce .des-right .link .btn1 {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .wrap-product .group .right .des-introduce .des-right .link .btn1,
  .wrap-details .group .right .des-introduce .des-right .link .btn1 {
    margin-right: 0;
  }
}
.wrap-product .group .right .des-introduce .des-right .link .btn1 span::after,
.wrap-details .group .right .des-introduce .des-right .link .btn1 span::after,
.wrap-product .group .right .des-introduce .des-right .link .btn1 span::before,
.wrap-details .group .right .des-introduce .des-right .link .btn1 span::before {
  content: '\e645';
}
.wrap-product .group .right .des-introduce .des-right .link .btn2 span,
.wrap-details .group .right .des-introduce .des-right .link .btn2 span {
  background: #fff;
  color: #040D91;
}
.wrap-product .group .right .des-introduce .des-right .link .btn2 span::after,
.wrap-details .group .right .des-introduce .des-right .link .btn2 span::after,
.wrap-product .group .right .des-introduce .des-right .link .btn2 span::before,
.wrap-details .group .right .des-introduce .des-right .link .btn2 span::before {
  content: '\e64c';
  background: #fff;
  color: #040D91;
}
.wrap-product .group .right .des-list .details-menu,
.wrap-details .group .right .des-list .details-menu {
  background: #fff;
  z-index: 5;
}
.wrap-product .group .right .des-list .details-menu ul,
.wrap-details .group .right .des-list .details-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.wrap-product .group .right .des-list .details-menu ul .active,
.wrap-details .group .right .des-list .details-menu ul .active {
  color: #040D91;
}
.wrap-product .group .right .des-list .details-menu ul .active::after,
.wrap-details .group .right .des-list .details-menu ul .active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wrap-product .group .right .des-list .details-menu ul li,
.wrap-details .group .right .des-list .details-menu ul li {
  display: inline-block;
  margin-right: 80px;
}
@media (max-width: 1470px) {
  .wrap-product .group .right .des-list .details-menu ul li,
  .wrap-details .group .right .des-list .details-menu ul li {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .details-menu ul li,
  .wrap-details .group .right .des-list .details-menu ul li {
    margin-right: 20px;
  }
}
.wrap-product .group .right .des-list .details-menu ul li a,
.wrap-details .group .right .des-list .details-menu ul li a {
  display: block;
  padding: 20px 0;
  position: relative;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.25s;
}
.wrap-product .group .right .des-list .details-menu ul li a:hover,
.wrap-details .group .right .des-list .details-menu ul li a:hover {
  color: #040D91;
}
.wrap-product .group .right .des-list .details-menu ul li a:hover::after,
.wrap-details .group .right .des-list .details-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wrap-product .group .right .des-list .details-menu ul li a::after,
.wrap-details .group .right .des-list .details-menu ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #040D91;
  height: 1px;
  opacity: 0;
  transition: all 0.35s;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .details-menu ul li a,
  .wrap-details .group .right .des-list .details-menu ul li a {
    padding: 13px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list .details-menu ul li a,
  .wrap-details .group .right .des-list .details-menu ul li a {
    padding: 12px 0;
  }
}
.wrap-product .group .right .des-list .des-tit h2,
.wrap-details .group .right .des-list .des-tit h2 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .des-tit h2,
  .wrap-details .group .right .des-list .des-tit h2 {
    font-size: 24px;
  }
}
.wrap-product .group .right .des-list .editor-content,
.wrap-details .group .right .des-list .editor-content {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content,
  .wrap-details .group .right .des-list .editor-content {
    margin-top: 20px;
  }
}
.wrap-product .group .right .des-list .editor-content ul,
.wrap-details .group .right .des-list .editor-content ul {
  padding-left: 20px;
}
.wrap-product .group .right .des-list .editor-content ul li,
.wrap-details .group .right .des-list .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.wrap-product .group .right .des-list .editor-content ul li::marker,
.wrap-details .group .right .des-list .editor-content ul li::marker {
  color: #040D91;
  background: #040D91;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content ul li,
  .wrap-details .group .right .des-list .editor-content ul li {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .editor-content p,
.wrap-details .group .right .des-list .editor-content p {
  color: #666;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content p,
  .wrap-details .group .right .des-list .editor-content p {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box,
.wrap-details .group .right .des-list .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content .table-box,
  .wrap-details .group .right .des-list .editor-content .table-box {
    overflow: auto !important;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box table,
.wrap-details .group .right .des-list .editor-content .table-box table {
  width: 100% !important;
}
.wrap-product .group .right .des-list .editor-content .table-box table tr td,
.wrap-details .group .right .des-list .editor-content .table-box table tr td {
  width: auto !important;
  height: auto !important;
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
  color: #666;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content .table-box table tr td,
  .wrap-details .group .right .des-list .editor-content .table-box table tr td {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box table tr td p,
.wrap-details .group .right .des-list .editor-content .table-box table tr td p {
  color: #666;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content .table-box table tr td p,
  .wrap-details .group .right .des-list .editor-content .table-box table tr td p {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .box-inner,
.wrap-details .group .right .des-list .box-inner {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-inner,
  .wrap-details .group .right .des-list .box-inner {
    margin-top: 40px;
  }
}
.wrap-product .group .right .des-list .box-des,
.wrap-details .group .right .des-list .box-des {
  padding: 40px;
  border-radius: 30px;
  border: 1px dashed #040D91;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-des,
  .wrap-details .group .right .des-list .box-des {
    padding: 30px 20px;
  }
}
.wrap-product .group .right .des-list .box-core .group,
.wrap-details .group .right .des-list .box-core .group {
  margin-top: 30px;
}
.wrap-product .group .right .des-list .box-core .group .row,
.wrap-details .group .right .des-list .box-core .group .row {
  margin: -7px;
}
.wrap-product .group .right .des-list .box-core .group .row .col-12,
.wrap-details .group .right .des-list .box-core .group .row .col-12 {
  padding: 7px;
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item {
  border-radius: 20px;
  background: #F5F5F5;
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item .pic,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item .pic {
  border-radius: 20px;
  overflow: hidden;
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item .pic .img-box,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(520 / 780 * 100%);
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item .pic .img-box img,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item .txt,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item .txt {
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-core .group .row .col-12 .item .txt,
  .wrap-details .group .right .des-list .box-core .group .row .col-12 .item .txt {
    padding: 20px;
  }
}
.wrap-product .group .right .des-list .box-core .group .row .col-12 .item .txt p,
.wrap-details .group .right .des-list .box-core .group .row .col-12 .item .txt p {
  color: #666;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-core .group .row .col-12 .item .txt p,
  .wrap-details .group .right .des-list .box-core .group .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .box-inquiry .common-form,
.wrap-details .group .right .des-list .box-inquiry .common-form {
  margin-top: 30px;
}
.wrap-product .group .right .des-list .box-inquiry .common-form form .row,
.wrap-details .group .right .des-list .box-inquiry .common-form form .row {
  margin: 0 -5px;
}
.wrap-product .group .right .des-list .box-inquiry .common-form form .row .col-12,
.wrap-details .group .right .des-list .box-inquiry .common-form form .row .col-12 {
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-inquiry .common-form form .row .col-12,
  .wrap-details .group .right .des-list .box-inquiry .common-form form .row .col-12 {
    width: 100%;
  }
}
.wrap-product .group .right .des-list .box-inquiry .common-form form .row .col-12 .box,
.wrap-details .group .right .des-list .box-inquiry .common-form form .row .col-12 .box {
  margin-bottom: 10px;
}
.wrap-product .group .right .des-list .box-related .slick-related,
.wrap-details .group .right .des-list .box-related .slick-related {
  margin-top: 30px;
}
.wrap-product .group .right .des-list .box-related .slick-related .slick-dots,
.wrap-details .group .right .des-list .box-related .slick-related .slick-dots {
  text-align: end;
}
.wrap-product .group .right .des-list .box-review .top,
.wrap-details .group .right .des-list .box-review .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list .box-review .top,
  .wrap-details .group .right .des-list .box-review .top {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list .box-review .top .drop-write,
  .wrap-details .group .right .des-list .box-review .top .drop-write {
    margin-top: 20px;
  }
}
.wrap-product .group .right .des-list .box-review .top .drop-write span,
.wrap-details .group .right .des-list .box-review .top .drop-write span {
  color: #040D91;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .top .drop-write span,
  .wrap-details .group .right .des-list .box-review .top .drop-write span {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review,
.wrap-details .group .right .des-list .box-review .slick-review {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review,
  .wrap-details .group .right .des-list .box-review .slick-review {
    margin-top: 30px;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review .slick-list,
.wrap-details .group .right .des-list .box-review .slick-review .slick-list {
  margin: -20px 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review .slick-list,
  .wrap-details .group .right .des-list .box-review .slick-review .slick-list {
    margin: -10px 0;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review .slick-slide,
.wrap-details .group .right .des-list .box-review .slick-review .slick-slide {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review .slick-slide,
  .wrap-details .group .right .des-list .box-review .slick-review .slick-slide {
    padding: 10px 0;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review .item .name,
.wrap-details .group .right .des-list .box-review .slick-review .item .name {
  display: flex;
  align-items: end;
}
.wrap-product .group .right .des-list .box-review .slick-review .item .name span,
.wrap-details .group .right .des-list .box-review .slick-review .item .name span {
  display: block;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review .item .name span,
  .wrap-details .group .right .des-list .box-review .slick-review .item .name span {
    font-size: 18px;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review .item .rate,
.wrap-details .group .right .des-list .box-review .slick-review .item .rate {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.wrap-product .group .right .des-list .box-review .slick-review .item .rate span,
.wrap-details .group .right .des-list .box-review .slick-review .item .rate span {
  display: inline-block;
  font-size: 18px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review .item .rate span,
  .wrap-details .group .right .des-list .box-review .slick-review .item .rate span {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .box-review .slick-review .item .rate p,
.wrap-details .group .right .des-list .box-review .slick-review .item .rate p {
  margin: 0px;
  color: #0E366D;
}
.wrap-product .group .right .des-list .box-review .slick-review .item .txt,
.wrap-details .group .right .des-list .box-review .slick-review .item .txt {
  margin-top: 20px;
}
.wrap-product .group .right .des-list .box-review .slick-review .item .txt p,
.wrap-details .group .right .des-list .box-review .slick-review .item .txt p {
  font-family: Manrope, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .slick-review .item .txt p,
  .wrap-details .group .right .des-list .box-review .slick-review .item .txt p {
    font-size: 14px;
  }
}
.wrap-product .group .right .des-list .box-review .review-form,
.wrap-details .group .right .des-list .box-review .review-form {
  display: none;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group input,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group input {
  width: 100%;
  line-height: 50px;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  padding: 0 20px;
  color: #666;
  font-family: Manrope, sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group input,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group input {
    padding: 0 15px;
    line-height: 40px;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group input::placeholder,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group input::placeholder {
  font-family: Manrope, sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group input::placeholder,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group input:focus::placeholder,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea {
  resize: none;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  padding: 20px;
  color: #666;
  font-family: Manrope, sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea {
    padding: 15px;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea::placeholder,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea::placeholder {
  font-family: Manrope, sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea::placeholder,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea:focus::placeholder,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  border-radius: 10px;
  line-height: 50px;
  background: #F5F5F5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox {
    line-height: 40px;
    padding: 0 15px;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox p,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox p {
  margin: 0;
  font-family: Manrope, sans-serif;
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox p,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating input,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating input {
  display: none !important;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating input:checked ~ label:before,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating input:checked ~ label:before {
  content: '\e9a1';
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #0E366D;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:before,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e9a2';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:hover:before,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:hover:before,
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:hover ~ label:before,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .ratingbox .rating label:hover ~ label:before {
  content: '\e9a1';
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button {
  border-radius: 20px;
  border: 1px solid #0E366D;
  background: #fff;
  padding: 4px 50px;
  font-family: "Inter Tight", sans-serif;
  color: #0E366D;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button,
  .wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button {
    padding: 3px 30px;
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover {
  background: #0E366D;
  color: #fff;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover span,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover span {
  text-decoration: underline;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover i,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button:hover i {
  animation: rightSlide 1s  0s ease both;
}
.wrap-product .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button i,
.wrap-details .group .right .des-list .box-review .review-form form .row .col-12 .submit-group button i {
  margin-left: 5px;
  font-size: 18px;
  transition: all 0.2s;
  display: inline-block;
}
article.pro-list .item {
  height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  article.pro-list .item {
    margin-bottom: 20px;
  }
}
article.pro-list .item:hover .pic {
  border: 1px solid #040D91;
}
article.pro-list .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
article.pro-list .item:hover .pic .add,
article.pro-list .item:hover .pic .more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
article.pro-list .item:hover .note {
  background: #1009B6;
}
article.pro-list .item:hover .note .tit a {
  color: #fff;
}
article.pro-list .item:hover .note .txt p {
  color: #fff;
}
article.pro-list .item .pic {
  position: relative;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s;
  background: #fff;
}
article.pro-list .item .pic .img-box {
  mix-blend-mode: multiply;
}
article.pro-list .item .pic .img-box img {
  transition: all 0.5s;
}
article.pro-list .item .pic .add {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 20px;
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040D91;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.35s;
  border: 1px solid #040D91;
  overflow: hidden;
}
@media (max-width: 1199px) {
  article.pro-list .item .pic .add {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
}
article.pro-list .item .pic .add:hover {
  background: #fff;
}
article.pro-list .item .pic .add:hover i {
  color: #040D91;
  animation: swing 1s linear;
}
article.pro-list .item .pic .add i {
  font-size: 22px;
  display: block;
}
article.pro-list .item .pic .more {
  position: absolute;
  z-index: 2;
  top: 75px;
  right: 20px;
  min-width: 44px;
  width: 44px;
  border: 1px solid #040D91;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040D91;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.35s;
}
@media (max-width: 1199px) {
  article.pro-list .item .pic .more {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
}
article.pro-list .item .pic .more:hover {
  background: #fff;
}
article.pro-list .item .pic .more:hover i {
  color: #040D91;
  animation: fadeInLeft 0.3s linear;
}
article.pro-list .item .pic .more i {
  font-size: 16px;
  display: block;
}
article.pro-list .item .note {
  margin-top: 8px;
  border-radius: 10px;
  background: #F5F5F5;
  overflow: hidden;
  transition: all 0.35s;
  padding: 30px 20px;
}
article.pro-list .item .note .tit a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.25s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  article.pro-list .item .note .tit a {
    font-size: 18px;
  }
}
article.pro-list .item .note .txt {
  margin-top: 5px;
}
article.pro-list .item .note .txt p {
  transition: all 0.25s;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
.wrap-home {
  overflow: hidden;
}
.wrap-home .h-type {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .h-type {
    margin-bottom: 15px;
  }
}
.wrap-home .h-type span {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .h-type span {
    font-size: 14px;
  }
}
.wrap-home .h-type span::before {
  content: '';
  display: inline-block;
  font-family: 'iconfont' !important;
  width: 40px;
  height: 2px;
  background: #1E1E1E;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrap-home .h-type span::before {
    width: 20px;
  }
}
.wrap-home .home-about {
  position: relative;
  z-index: 2;
  padding: 120px 0 160px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
  }
}
.wrap-home .home-about .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info {
    flex-direction: column;
  }
}
.wrap-home .home-about .info .pic {
  content: '';
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wrap-home .home-about .info .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-about .info .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left {
    width: 100%;
  }
}
.wrap-home .home-about .info .left .wrap-tit h2 {
  font-size: 54px;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .info .left .wrap-tit h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .wrap-tit h2 {
    font-size: 24px;
  }
}
.wrap-home .home-about .info .right {
  width: 50%;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right {
    width: 100%;
    padding-top: 30px;
  }
}
.wrap-home .home-about .info .right .editor-content h2 {
  color: #040D91;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .editor-content h2 {
    font-size: 20px;
  }
}
.wrap-home .home-about .info .right .editor-content p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .editor-content p {
    font-size: 14px;
  }
}
.wrap-home .home-about .info .right .c-btn {
  margin-top: 150px;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .info .right .c-btn {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .c-btn {
    margin-top: 30px;
  }
}
.wrap-home .home-product {
  padding-bottom: 180px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding-bottom: 40px;
  }
}
.wrap-home .home-product .pro-pic {
  position: relative;
}
.wrap-home .home-product .pro-pic img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .wrap-home .home-product .pro-pic img {
    width: 200%;
    max-width: 200%;
    margin-left: -100%;
  }
}
.wrap-home .home-product .pro-pic .info {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-pic .info {
    background: rgba(0, 0, 0, 0.5);
  }
}
.wrap-home .home-product .pro-pic .info .top .h-type {
  color: #fff;
}
.wrap-home .home-product .pro-pic .info .top .h-type span::before {
  background: #fff;
}
.wrap-home .home-product .pro-pic .info .top .wrap-tit h2 {
  color: #fff;
}
.wrap-home .home-product .pro-pic .info .txt {
  padding-left: 65%;
  margin-top: 130px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-pic .info .txt {
    padding-left: 0;
    margin-top: 30px;
  }
}
.wrap-home .home-product .pro-pic .info .txt p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-pic .info .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-product .pro-group {
  margin-top: -125px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group {
    margin-top: 20px;
  }
}
.wrap-home .home-product .pro-group .slider-nav-select {
  font-size: 0;
}
.wrap-home .home-product .pro-group .slider-nav-select .slick-list {
  padding: 30px 0;
}
.wrap-home .home-product .pro-group .slider-nav-select .slick-track {
  display: flex;
  align-items: stretch;
}
.wrap-home .home-product .pro-group .slider-nav-select .slick-slide {
  height: auto;
}
.wrap-home .home-product .pro-group .slider-nav-select .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .wrap-home .home-product .pro-group .slider-nav-select .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .pro-group .slider-nav-select .slick-next {
    right: 0;
  }
}
.wrap-home .home-product .pro-group .slider-nav-select .item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.35s;
  overflow: hidden;
  height: 100%;
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .wrap-home .home-product .pro-group .slider-nav-select .item {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-product .pro-group .slider-nav-select .item:hover {
  background: #040D91;
  cursor: pointer;
}
.wrap-home .home-product .pro-group .slider-nav-select .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-home .home-product .pro-group .slider-nav-select .item:hover .tit a {
  color: #fff;
}
.wrap-home .home-product .pro-group .slider-nav-select .item .pic {
  pointer-events: none;
  width: 35%;
  transition: all 0.35s;
}
@media (max-width: 991px) {
  .wrap-home .home-product .pro-group .slider-nav-select .item .pic {
    width: 100%;
  }
}
.wrap-home .home-product .pro-group .slider-nav-select .item .pic .img-box {
  mix-blend-mode: multiply;
}
.wrap-home .home-product .pro-group .slider-nav-select .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-product .pro-group .slider-nav-select .item .tit {
  width: 64%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .wrap-home .home-product .pro-group .slider-nav-select .item .tit {
    width: 100%;
  }
}
.wrap-home .home-product .pro-group .slider-nav-select .item .tit a {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group .slider-nav-select .item .tit a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .pro-group .slider-nav-select .item .tit a {
    font-size: 15px;
  }
}
.wrap-home .home-product .pro-group .slider-for-pro {
  font-size: 0;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group .slider-for-pro {
    margin-top: 15px;
  }
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-list {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group .slider-for-pro .slick-product .slick-current .item {
    background: #F5F5F5;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .wrap-home .home-product .pro-group .slider-for-pro .slick-product .slick-current .item .pic .img-box img {
    transform: scale(1.02, 1.02);
  }
  .wrap-home .home-product .pro-group .slider-for-pro .slick-product .slick-current .item .note .tit a {
    color: #040D91;
  }
  .wrap-home .home-product .pro-group .slider-for-pro .slick-product .slick-current .item .note .more a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item {
  border-radius: 20px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  overflow: hidden;
  padding: 30px 20px;
  transition: all 0.3s;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item:hover {
  background: #F5F5F5;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item:hover .note .tit a {
  color: #040D91;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item:hover .note .more a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .pic .img-box {
  mix-blend-mode: multiply;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note {
  margin-top: 20px;
  text-align: center;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .type span {
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .type span::after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 3vw;
  height: 2px;
  background: #040D91;
  left: 50%;
  transform: translateX(-50%);
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .tit {
  margin-top: 40px;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .tit a {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .more {
  margin-top: 20px;
}
.wrap-home .home-product .pro-group .slider-for-pro .slick-product .item .note .more a {
  margin: 0 auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #040D91;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.wrap-home .home-product .pro-group .c-btn {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .pro-group .c-btn {
    margin-top: 30px;
  }
}
.wrap-home .home-honor {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor {
    padding: 40px 0;
  }
}
.wrap-home .home-honor .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-honor .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-honor .info .float-jb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 600px;
}
.wrap-home .home-honor .info .float-jb img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-home .home-honor .info .left {
  width: 30%;
  margin-left: 27%;
}

@media (max-width: 991px) {
  .wrap-home .home-honor .info .left {
    width: 100%;
    margin-left: 0;
  }
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots {
  text-align: end;
  bottom: 30px;
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots li {
  margin: 0;
  width: 30px;
  height: 2px;
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots li button {
  width: 30px;
  height: 2px;
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots li button::before {
  width: 30px;
  height: 2px;
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots li.slick-active {
  width: 30px;
  height: 2px;
}
.wrap-home .home-honor .info .left .slick-honor .slick-dots li.slick-active button::before {
  width: 30px;
  height: 2px;
  background: #666;
}
.wrap-home .home-honor .info .left .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-home .home-honor .info .left .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-home .home-honor .info .left .slick-honor .item .pic {
  background: url(../img/h-bg1.png) no-repeat center;
  background-size: 100% 100%;
  padding: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .info .left .slick-honor .item .pic {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-honor .info .left .slick-honor .item .pic {
    padding: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-honor .info .left .slick-honor .item .pic {
    padding: 60px;
  }
}
.wrap-home .home-honor .info .left .slick-honor .item .pic .img-box {
  padding-bottom: calc(740 / 510 * 100%);
}
.wrap-home .home-honor .info .left .slick-honor .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-honor .info .left .slick-honor .item .tit {
  margin-top: 20px;
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .info .left .slick-honor .item .tit {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-honor .info .left .slick-honor .item .tit {
    width: 100%;
  }
}
.wrap-home .home-honor .info .left .slick-honor .item .tit p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .info .left .slick-honor .item .tit p {
    font-size: 14px;
  }
}
.wrap-home .home-honor .info .right {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-home .home-honor .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-home .home-honor .info .right .wrap-txt {
  margin-top: 100px;
}
@media (max-width: 1470px) {
  .wrap-home .home-honor .info .right .wrap-txt {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .info .right .wrap-txt {
    margin-top: 20px;
  }
}
.wrap-home .home-honor .info .right .c-btn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .info .right .c-btn {
    margin-top: 20px;
  }
}
.wrap-home .home-case .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .top {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-case .top .c-btn {
    margin-top: 25px;
  }
}
.wrap-home .home-case .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group {
    margin-top: 30px;
  }
}
.wrap-home .home-case .group .slick-case {
  height: 650px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case {
    height: auto;
  }
}
.wrap-home .home-case .group .slick-case .slick-dots {
  text-align: start;
  bottom: 0px;
}
.wrap-home .home-case .group .slick-case .slick-dots li {
  width: 10px;
  height: 10px;
}
.wrap-home .home-case .group .slick-case .slick-dots li button {
  width: 10px;
  height: 10px;
}
.wrap-home .home-case .group .slick-case .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.wrap-home .home-case .group .slick-case .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}
.wrap-home .home-case .group .slick-case .slick-dots li.slick-active button::before {
  width: 10px;
  height: 10px;
  background: #040D91;
}
.wrap-home .home-case .group .slick-case .slick-prev,
.wrap-home .home-case .group .slick-case .slick-next {
  top: auto;
  bottom: -40px;
  background: #F5F5F5;
}
.wrap-home .home-case .group .slick-case .slick-prev:hover,
.wrap-home .home-case .group .slick-case .slick-next:hover {
  background: #040D91;
}
.wrap-home .home-case .group .slick-case .slick-prev:hover::before,
.wrap-home .home-case .group .slick-case .slick-next:hover::before {
  color: #fff;
}
.wrap-home .home-case .group .slick-case .slick-prev::before,
.wrap-home .home-case .group .slick-case .slick-next::before {
  color: #1e1e1e;
}
.wrap-home .home-case .group .slick-case .slick-next {
  right: 0;
}
.wrap-home .home-case .group .slick-case .slick-next::before {
  content: '\e748';
}
.wrap-home .home-case .group .slick-case .slick-prev {
  left: auto;
  right: 60px;
}
.wrap-home .home-case .group .slick-case .slick-prev::before {
  content: '\ece5';
}
.wrap-home .home-case .group .slick-case .slick-list {
  position: relative;
  overflow: visible;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .slick-list {
    overflow: hidden;
    margin: 0 -7px;
  }
}
.wrap-home .home-case .group .slick-case .slick-list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  z-index: 2;
}
.wrap-home .home-case .group .slick-case .slick-list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFF 17.66%);
  pointer-events: none;
  z-index: 2;
}
.wrap-home .home-case .group .slick-case .slick-list .slick-slide {
  padding: 0 10px;
  transition: all 0.45s;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .slick-list .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-case .group .slick-case .slick-list .slick-center {
  transform: scale(1);
}
.wrap-home .home-case .group .slick-case .slick-list .slick-center .item .pic .img-box {
  padding-bottom: calc(880 / 850 * 100%);
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .slick-list .slick-center .item .pic .img-box {
    padding-bottom: calc(720 / 850 * 100%);
  }
}
.wrap-home .home-case .group .slick-case .slick-list .slick-track {
  margin-left: -40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .slick-list .slick-track {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .slick-list {
    overflow: hidden;
  }
}
.wrap-home .home-case .group .slick-case .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-home .home-case .group .slick-case .item:hover .note .tit a {
  color: #040D91;
  text-decoration: underline;
}
.wrap-home .home-case .group .slick-case .item:hover .note .more a {
  border: 1px solid #040D91;
  background: #040D91;
  color: #fff;
}
.wrap-home .home-case .group .slick-case .item .pic .img-box {
  transition: all 0.45s;
  border-radius: 20px;
  padding-bottom: calc(720 / 850 * 100%);
}
.wrap-home .home-case .group .slick-case .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-case .group .slick-case .item .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .item .note {
    margin-top: 20px;
  }
}
.wrap-home .home-case .group .slick-case .item .note .tit {
  display: flex;
  align-items: center;
}
.wrap-home .home-case .group .slick-case .item .note .tit span {
  display: inline-block;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
}
.wrap-home .home-case .group .slick-case .item .note .tit a {
  display: inline-block;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.25s;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .group .slick-case .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-case .group .slick-case .item .note .more a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.wrap-home .home-case .group .slick-case .item .note .more a i {
  transition: all 0.3s;
}
.wrap-home .home-case .group .slick-case .item .note .more a:hover {
  border: 1px solid #040D91;
  background: #040D91;
  color: #fff;
}
.wrap-home .home-news {
  background: #F5F7FA;
}
.wrap-home .home-news .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .c-btn {
    margin-top: 25px;
  }
}
.wrap-home .home-news .slick-news {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin-top: 30px;
  }
}
.wrap-home .home-news .slick-news .item {
  flex-direction: column;
}
.wrap-home .home-news .slick-news .item .pic {
  width: 100%;
}
.wrap-home .home-news .slick-news .item .note {
  width: 100%;
  margin-top: 20px;
}
.wrap-home .home-news .slick-news .item .note .tit a {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-news .slick-news .item .note .txt {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  [data-cue] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}


.wrap-faq .faq {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq {
    padding: 40px 0;
  }
}
.wrap-faq .faq ul li.active h3 {
  color: var(--bg);
}
.wrap-faq .faq ul li.active h3::after {
  content: '\e604';
}
.wrap-faq .faq ul li {
  position: relative;
  border-bottom: 1px solid #ECE6E2;
}
.wrap-faq .faq ul li h3 {
  color: #201D17;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 35px 50px;
}
.wrap-faq .faq ul li h3:hover {
  color: var(--bg);
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li h3 {
    padding: 15px 40px;
  }
}
.wrap-faq .faq ul li h3::after {
  content: '\e728';
  font-family: 'iconfont' !important;
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrap-faq .faq ul li h3::after {
    font-size: 16px;
  }
}
.wrap-faq .faq ul li h3 span {
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li h3 {
    font-size: 18px;
  }
}
.wrap-faq .faq ul li .txt {
  padding: 0 50px 30px 50px;
}
.wrap-faq .faq ul li .txt p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li .txt p {
    font-size: 14px;
  }
}
.wrap-oem {
  /* 列表：去除默认样式，添加自定义圆点 */
  /* 自定义圆点（深蓝色小圆点） */
}
.wrap-oem .row {
  padding-top: 50px;
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-oem .row {
    margin: -10px;
    padding-top: 30px;
  }
}
.wrap-oem .row .col-12 {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-oem .row .col-12 {
    padding: 10px;
  }
}
.wrap-oem .item_oem {
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wrap-oem .oem-image {
  width: 100%;
  margin-bottom: 15px;
}
.wrap-oem .oem-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wrap-oem .oem-title {
  font-size: 24px;
  color: #040D91;
  margin: 10px 0;
  font-weight: bold;
  /* 加粗 */
}
.wrap-oem .oem-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.wrap-oem .oem-list {
  list-style-type: none;
  /* 清除默认列表符号 */
  padding-left: 0;
  /* 清除默认左内边距 */
  margin: 10px 0;
  /* 上下间距 */
}
.wrap-oem .oem-list li {
  position: relative;
  /* 为自定义圆点定位 */
  padding-left: 20px;
  /* 左侧留出圆点空间 */
  margin-bottom: 8px;
  /* 列表项间距 */
  color: #333333;
  /* 文字颜色 */
  font-size: 16px;
  /* 字号 */
}
.wrap-oem .oem-list li::before {
  content: "•";
  /* 圆点符号 */
  position: absolute;
  /* 绝对定位到左侧 */
  left: 0;
  /* 左对齐 */
  top: 0;
  /* 顶部对齐 */
  color: #040D91;
  /* 圆点颜色（与标题一致） */
  font-size: 18px;
  /* 圆点大小 */
}


.wrap-faq .faq {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq {
    padding: 40px 0;
  }
}
.wrap-faq .faq ul li.active h3 {
  color: var(--bg);
}
.wrap-faq .faq ul li.active h3::after {
  content: '\e604';
}
.wrap-faq .faq ul li {
  position: relative;
  border-bottom: 1px solid #ECE6E2;
}
.wrap-faq .faq ul li h3 {
  color: #201D17;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 35px 50px;
}
.wrap-faq .faq ul li h3:hover {
  color: var(--bg);
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li h3 {
    padding: 15px 40px;
  }
}
.wrap-faq .faq ul li h3::after {
  content: '\e728';
  font-family: 'iconfont' !important;
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrap-faq .faq ul li h3::after {
    font-size: 16px;
  }
}
.wrap-faq .faq ul li h3 span {
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li h3 {
    font-size: 18px;
  }
}
.wrap-faq .faq ul li .txt {
  padding: 0 50px 30px 50px;
}
.wrap-faq .faq ul li .txt p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq ul li .txt p {
    font-size: 14px;
  }
}
.wrap-oem {
  /* 列表：去除默认样式，添加自定义圆点 */
  /* 自定义圆点（深蓝色小圆点） */
}
.wrap-oem .row {
  padding-top: 50px;
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-oem .row {
    margin: -10px;
    padding-top: 30px;
  }
}
.wrap-oem .row .col-12 {
  padding: 15px;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-oem .row .col-12 {
    padding: 10px;
  }
}
.wrap-oem .item_oem {
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.wrap-oem .oem-image {
  width: 100%;
  margin-bottom: 15px;
}
.wrap-oem .oem-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wrap-oem .oem-title {
  font-size: 24px;
  color: #040D91;
  margin: 10px 0;
  font-weight: bold;
  /* 加粗 */
}
.wrap-oem .oem-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.wrap-oem .oem-list {
  list-style-type: none;
  /* 清除默认列表符号 */
  padding-left: 0;
  /* 清除默认左内边距 */
  margin: 10px 0;
  /* 上下间距 */
}
.wrap-oem .oem-list li {
  position: relative;
  /* 为自定义圆点定位 */
  padding-left: 20px;
  /* 左侧留出圆点空间 */
  margin-bottom: 8px;
  /* 列表项间距 */
  color: #333333;
  /* 文字颜色 */
  font-size: 16px;
  /* 字号 */
}
.wrap-oem .oem-list li::before {
  content: "•";
  /* 圆点符号 */
  position: absolute;
  /* 绝对定位到左侧 */
  left: 0;
  /* 左对齐 */
  top: 0;
  /* 顶部对齐 */
  color: #040D91;
  /* 圆点颜色（与标题一致） */
  font-size: 18px;
  /* 圆点大小 */
}
