@font-face {
  font-family: 'Inter';
  src: local('Inter 24pt Light'), local('Inter24pt-Light'), url('../fonts/Inter24pt-Light.woff2') format('woff2'), url('../fonts/Inter24pt-Light.woff') format('woff'), url('../fonts/Inter24pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter 24pt Medium'), local('Inter24pt-Medium'), url('../fonts/Inter24pt-Medium.woff2') format('woff2'), url('../fonts/Inter24pt-Medium.woff') format('woff'), url('../fonts/Inter24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter 24pt Regular'), local('Inter24pt-Regular'), url('../fonts/Inter24pt-Regular.woff2') format('woff2'), url('../fonts/Inter24pt-Regular.woff') format('woff'), url('../fonts/Inter24pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter 24pt SemiBold'), local('Inter24pt-SemiBold'), url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter24pt-SemiBold.woff') format('woff'), url('../fonts/Inter24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter', 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: #0282D2;
  border: 1px solid #0282D2;
  color: #fff;
}
.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: #fff;
  margin-left: 15px;
}
.menu-btn .icon {
  color: #fff;
}
@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%;
  }
}
.banner-box {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 100px;
  }
}
.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 .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: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
.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(840 / 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: 50px !important;
  padding: 0 calc((100% - 1680px) / 2);
  justify-content: start;
  width: 100%;
}
@media (max-width: 1710px) {
  .banner-box .swiper-pagination {
    padding: 0 calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1470px) {
  .banner-box .swiper-pagination {
    padding: 0 calc((100% - 1320px) / 2);
  }
}
@media (max-width: 1400px) {
  .banner-box .swiper-pagination {
    padding: 0 calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
    padding: 0 7%;
    bottom: 7% !important;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 6px !important;
  width: 2vw;
  height: 4px;
  padding: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 4vw;
  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: #0282D2;
  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: #0282D2;
  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;
  background: #222;
  padding: 40px;
}
@media (max-width: 991px) {
  .wrap-show .common-form {
    padding: 40px 20px;
  }
}
.wrap-show .common-form .wrap-tit h2 {
  color: #fff;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .common-form form .row .col-12 .form-group input,
.wrap-show .common-form form .row .col-12 .form-group textarea {
  background: #F5F5F5;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  font-weight: bold;
  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: #0282D2;
  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;
  font-weight: bold;
}
@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;
  font-weight: bold;
}
@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: #0282D2;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: #0282D2;
  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: auto;
  bottom: 10%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50px;
  background: rgba(0, 0, 0, .2);
  transition: all 0.3s linear;
}
.float-window::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  border-radius: 100px;
  background: rgba(184, 184, 184, 0.2);
}
@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;
  position: relative;
  opacity: 1;
  margin: 2px 0;
}
.float-window .window-box:last-child {
  background: rgba(184, 184, 184, 0.2);
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #0282D2;
  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-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-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: #0282D2;
  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-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: #0282D2;
  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: #0282D2;
  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 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    margin-top: 25px;
  }
}
.wrap-cart .common-form form .box input {
  height: 40px;
  line-height: 40px;
}
.wrap-cart .common-form form .box input,
.wrap-cart .common-form form .box textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8 !important;
  border-radius: 4px;
  color: #666 !important;
}
.wrap-cart .common-form form .box input::placeholder,
.wrap-cart .common-form form .box textarea::placeholder {
  color: #666 !important;
}
.wrap-cart .common-form form .box input:focus::placeholder,
.wrap-cart .common-form form .box textarea:focus::placeholder {
  color: #ccc !important;
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0 0 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 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: #fff;
  z-index: 22;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.header::before {
  content: '';
  position: absolute;
  min-width: 40%;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1920px) {
  .header::before {
    min-width: 30%;
  }
}
@media (max-width: 1199px) {
  .header::before {
    display: none;
  }
}
.header .box-top {
  background: #0282D2;
}
.header .box-top .info {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1199px) {
  .header .box-top .info {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .header .box-top .info .pc-nav {
    display: none;
  }
}
.header .box-top .info .pc-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 -25px;
}
@media (max-width: 1470px) {
  .header .box-top .info .pc-nav .nav-first {
    margin: 0 -15px;
  }
}
@media (max-width: 1400px) {
  .header .box-top .info .pc-nav .nav-first {
    margin: 0 -10px;
  }
}
.header .box-top .info .pc-nav .nav-first li.active a {
  color: #0282D2;
}
.header .box-top .info .pc-nav .nav-first li.active a::after {
  width: 100%;
}
.header .box-top .info .pc-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .box-top .info .pc-nav .nav-first li.active ul li a::after {
  display: none;
}
.header .box-top .info .pc-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .box-top .info .pc-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .box-top .info .pc-nav .nav-first li.active ul li ul li a:hover {
  color: #0282D2;
}
.header .box-top .info .pc-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
@media (max-width: 1470px) {
  .header .box-top .info .pc-nav .nav-first li {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .header .box-top .info .pc-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .box-top .info .pc-nav .nav-first li a {
  color: #FFF;
  display: block;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  transition: all 0.35s;
}
@media (max-width: 1470px) {
  .header .box-top .info .pc-nav .nav-first li a {
    font-size: 14px;
  }
}
.header .box-top .info .pc-nav .nav-first li a::after {
  content: '';
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s linear;
  background: #0282D2;
  height: 2px;
}
.header .box-top .info .pc-nav .nav-first li a i {
  font-size: 14px;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}
.header .box-top .info .pc-nav .nav-first li a:hover {
  color: #fff;
  text-decoration: underline;
}
.header .box-top .info .pc-nav .nav-first li a:hover::after {
  width: 100%;
}
.header .box-top .info .pc-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 0);
  left: 0;
  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: 10px 0;
  z-index: 2;
}
.header .box-top .info .pc-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 .box-top .info .pc-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  line-height: 1.4;
  padding: 5px 20px;
  position: relative;
  height: auto;
}
.header .box-top .info .pc-nav .nav-first li > ul li a::after {
  display: none;
}
.header .box-top .info .pc-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #0282D2;
}
.header .box-top .info .pc-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .box-top .info .pc-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .box-top .info .pc-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 .box-top .info .pc-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .box-top .info .pc-nav .nav-first li > ul li > ul li a {
  color: #000;
  line-height: 1.4;
  padding: 5px 20px;
}
.header .box-top .info .pc-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .box-top .info .pc-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .box-top .info .menu-search {
  position: relative;
  margin-left: 70px;
}
@media (max-width: 1710px) {
  .header .box-top .info .menu-search {
    margin-left: 30px;
  }
}
@media (max-width: 1470px) {
  .header .box-top .info .menu-search {
    margin-left: 15px;
  }
}
.header .box-top .info .menu-search .find {
  display: flex;
  align-items: center;
}
.header .box-top .info .menu-search .find a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.header .box-top .info .menu-search .find a i {
  font-size: 20px;
  transition: all 0.2s ease;
}
@media (max-width: 1470px) {
  .header .box-top .info .menu-search .find a i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .box-top .info .menu-search .find a i {
    font-size: 20px;
  }
}
.header .box-top .info .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 .box-top .info .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header .box-top .info .menu-search .search-group {
    width: 230px;
  }
}
.header .box-top .info .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 .box-top .info .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 .box-top .info .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .box-top .info .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header .box-top .info .menu-search .search-group .box .search-close:hover i {
  color: #0282D2;
  transform: rotate(180deg);
}
.header .box-top .info .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 .box-top .info .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header .box-top .info .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .box-top .info .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header .box-top .info .menu-search .search-group .box .search-form form {
  position: relative;
}
.header .box-top .info .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header .box-top .info .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .box-top .info .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header .box-top .info .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 .box-top .info .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .box-top .info .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header .box-top .info .menu-search .search-group .box .search-form form button:hover {
  color: #0282D2;
}
.header .box-top .info .menu-cart {
  padding: 0 20px;
  position: relative;
  margin: 0 20px;
}
.header .box-top .info .menu-cart::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header .box-top .info .menu-cart::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #D9D9D9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .box-top .info .menu-cart a {
  display: block;
  color: #fff;
  position: relative;
}
.header .box-top .info .menu-cart a i {
  font-size: 22px;
}
.header .box-top .info .menu-cart a span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFA853;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  right: -4px;
  top: 0px;
}
.header .box-top .info .menu-language {
  position: relative;
  display: flex;
  align-items: center;
}
.header .box-top .info .menu-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .box-top .info .menu-language .select-name {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 400;
  transition: all 0.3s;
}
.header .box-top .info .menu-language .select-name::after {
  content: '\e695';
  font-family: 'iconfont' !important;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  transition: all 0.2s;
}
.header .box-top .info .menu-language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 140px;
  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 .box-top .info .menu-language .drop-select {
    min-width: 100%;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 10px;
  }
}
.header .box-top .info .menu-language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/1);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .box-top .info .menu-language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box-top .info .menu-language .drop-select li:hover a {
  color: #0282D2;
}
.header .box-top .info .menu-language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  height: auto;
}
.header .box-top .info .menu-language .drop-select li a:hover {
  background: #eee;
}
.header .box-top .info .menu-language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
  min-width: 35px;
}
.header .box-foot .info {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (max-width: 1199px) {
  .header .box-foot .info {
    justify-content: space-between;
    height: 60px;
  }
}
.header .box-foot .info .logo {
  position: absolute;
  left: 0;
  z-index: 1;
  top: -15px;
}
@media (max-width: 1199px) {
  .header .box-foot .info .logo {
    position: relative;
    top: auto;
    left: auto;
  }
}
.header .box-foot .info .logo a {
  display: block;
  height: auto;
}
.header .box-foot .info .logo a img {
  max-height: 50px;
}
@media (max-width: 1400px) {
  .header .box-foot .info .logo a img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .header .box-foot .info .logo a img {
    max-height: 25px;
  }
}
@media (max-width: 1199px) {
  .header .box-foot .info .pro-nav {
    display: none;
  }
}
.header .box-foot .info .pro-nav ul {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 1470px) {
  .header .box-foot .info .pro-nav ul {
    margin: 0 -10px;
  }
}
.header .box-foot .info .pro-nav ul li.active a {
  color: #0282D2;
}
.header .box-foot .info .pro-nav ul li.active a::after {
  width: 100%;
}
.header .box-foot .info .pro-nav ul li.active > ul li a {
  color: #000;
}
.header .box-foot .info .pro-nav ul li.active > ul li a:hover {
  color: #0282D2;
}
.header .box-foot .info .pro-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 1470px) {
  .header .box-foot .info .pro-nav ul li {
    padding: 0 10px;
  }
}
.header .box-foot .info .pro-nav ul li:hover > ul {
  opacity: 1;
  top: calc(100%);
  visibility: visible;
}
.header .box-foot .info .pro-nav ul li > ul {
  position: absolute;
  min-width: 100%;
  top: calc(100% + 30px);
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(104, 104, 104, 0.1);
  padding: 10px 0;
  margin: 0;
}
.header .box-foot .info .pro-nav ul li > ul li {
  white-space: nowrap;
  display: block;
  padding: 0;
}
.header .box-foot .info .pro-nav ul li > ul li:hover > ul {
  top: 0;
}
.header .box-foot .info .pro-nav ul li > ul li a {
  display: block;
  padding: 5px 20px;
  height: auto;
  line-height: 1.4;
}
.header .box-foot .info .pro-nav ul li > ul li a::after {
  display: none;
}
.header .box-foot .info .pro-nav ul li > ul li > ul {
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 100%;
}
.header .box-foot .info .pro-nav ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s;
  height: 70px;
  line-height: 70px;
  position: relative;
}
@media (max-width: 1470px) {
  .header .box-foot .info .pro-nav ul li a {
    font-size: 14px;
  }
}
.header .box-foot .info .pro-nav ul li a:hover::after {
  width: 100%;
}
.header .box-foot .info .pro-nav ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  bottom: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #0282D2;
}
.header .box-foot .info .pro-nav ul li a:hover {
  color: #0282D2;
}
.header .box-foot .info .pro-nav ul li a i {
  font-size: 12px;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}
.header .box-foot .info .btn-more {
  margin-left: 7%;
}
@media (max-width: 1710px) {
  .header .box-foot .info .btn-more {
    margin-left: 3%;
  }
}
.btn-submit,
.btn-more {
  overflow: hidden;
}
.btn-submit .link_btn,
.btn-more .link_btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #333;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 1px solid;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
  position: relative;
}
@media (max-width: 1199px) {
  .btn-submit .link_btn,
  .btn-more .link_btn {
    padding: 0 15px;
  }
}
.btn-submit .link_btn .name,
.btn-more .link_btn .name {
  background: #0282D2;
  color: #fff;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
  height: 100%;
  text-align: center;
}
.btn-submit .link_btn:hover .name,
.btn-more .link_btn:hover .name {
  transform: translateY(100%);
}
.btn-submit .link_btn .float_name,
.btn-more .link_btn .float_name {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.btn-submit .link_btn .float_name span,
.btn-more .link_btn .float_name span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
  display: inline-block;
}
.btn-submit .link_btn .float_name span:nth-child(2n),
.btn-more .link_btn .float_name span:nth-child(2n) {
  transform: translateY(15px);
}
.btn-submit .link_btn:hover .float_name span,
.btn-more .link_btn:hover .float_name span {
  opacity: 1;
  transform: translateY(0);
}
.btn-submit .link_btn:hover .float_name span:nth-child(1),
.btn-more .link_btn:hover .float_name span:nth-child(1) {
  transition-delay: 0s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(2),
.btn-more .link_btn:hover .float_name span:nth-child(2) {
  transition-delay: 0.05s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(3),
.btn-more .link_btn:hover .float_name span:nth-child(3) {
  transition-delay: 0.1s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(4),
.btn-more .link_btn:hover .float_name span:nth-child(4) {
  transition-delay: 0.15s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(5),
.btn-more .link_btn:hover .float_name span:nth-child(5) {
  transition-delay: 0.2s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(6),
.btn-more .link_btn:hover .float_name span:nth-child(6) {
  transition-delay: 0.25s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(7),
.btn-more .link_btn:hover .float_name span:nth-child(7) {
  transition-delay: 0.3s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(8),
.btn-more .link_btn:hover .float_name span:nth-child(8) {
  transition-delay: 0.35s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(9),
.btn-more .link_btn:hover .float_name span:nth-child(9) {
  transition-delay: 0.4s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(10),
.btn-more .link_btn:hover .float_name span:nth-child(10) {
  transition-delay: 0.45s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(11),
.btn-more .link_btn:hover .float_name span:nth-child(11) {
  transition-delay: 0.5s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(12),
.btn-more .link_btn:hover .float_name span:nth-child(12) {
  transition-delay: 0.55s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(13),
.btn-more .link_btn:hover .float_name span:nth-child(13) {
  transition-delay: 0.6s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(14),
.btn-more .link_btn:hover .float_name span:nth-child(14) {
  transition-delay: 0.65s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(15),
.btn-more .link_btn:hover .float_name span:nth-child(15) {
  transition-delay: 0.7s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(16),
.btn-more .link_btn:hover .float_name span:nth-child(16) {
  transition-delay: 0.75s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(17),
.btn-more .link_btn:hover .float_name span:nth-child(17) {
  transition-delay: 0.8s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(18),
.btn-more .link_btn:hover .float_name span:nth-child(18) {
  transition-delay: 0.85s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(19),
.btn-more .link_btn:hover .float_name span:nth-child(19) {
  transition-delay: 0.9s;
}
.btn-submit .link_btn:hover .float_name span:nth-child(20),
.btn-more .link_btn:hover .float_name span:nth-child(20) {
  transition-delay: 1s;
}
.banner-note {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  display: flex;
  align-items: center;
}
.banner-note h1 {
  color: #FFF;
  text-shadow: 0 4px 0 rgba(10, 95, 161, 0.4);
  font-size: 3.8vw;
  letter-spacing: -0.1vw;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 767px) {
  .banner-note h1 {
    font-size: 18px;
  }
}
.banner-note .txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner-note .txt {
    margin-top: 7px;
  }
}
.banner-note .txt p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-note .txt p {
    font-size: 10px;
  }
}
.footer {
  overflow: hidden;
}
.footer .nav-tit p {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 1.3;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .footer .nav-tit p {
    font-size: 20px;
  }
}
.footer .nav-tit p::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 20px;
  height: 4px;
  background: #0282D2;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .footer .nav-tit p {
    font-size: 22px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .footer .nav-tit p {
    font-size: 20px;
  }
}
.footer .foot-top {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 140px 0 80px 0;
}
@media (max-width: 1199px) {
  .footer .foot-top {
    padding: 40px 0 0 0;
    flex-direction: column;
    margin: 0;
  }
}
.footer .foot-top .item {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .footer .foot-top .item {
    padding: 10px 0;
  }
}
.footer .foot-top .item-message {
  width: 400px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-message {
    width: 100%;
  }
}
.footer .foot-top .item-message .logo a {
  display: block;
  height: auto;
}
.footer .foot-top .item-message .logo a img {
  max-height: 60px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message .logo a img {
    max-height: 45px;
  }
}
.footer .foot-top .item-message .txt {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .footer .foot-top .item-message .txt {
    margin: 20px 0;
  }
}
.footer .foot-top .item-message .txt p {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-message .txt p {
    font-size: 14px;
  }
}
.footer .foot-top .item-message ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message ul {
    margin: -10px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-message ul {
    margin: -7px;
  }
}
.footer .foot-top .item-message ul li {
  display: inline-block;
  padding: 15px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message ul li {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-message ul li {
    padding: 7px;
  }
}
.footer .foot-top .item-message ul li a {
  display: block;
}
.footer .foot-top .item-message ul li a:hover img {
  opacity: 1;
  filter: none;
}
.footer .foot-top .item-message ul li a img {
  max-height: 45px;
  display: block;
  filter: grayscale(90%);
  transition: all 0.2s;
  opacity: 0.3;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-message ul li a img {
    max-height: 40px;
  }
}
.footer .foot-top .info {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot-top .info {
    margin-top: 20px;
  }
}
.footer .foot-top .item-nav .info a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-nav .info a {
    font-size: 14px;
  }
}
.footer .foot-top .item-nav .info a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot-top .item-nav .info a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.footer .foot-top .item-contact {
  width: 350px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-contact {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-contact {
    width: 100%;
  }
}
.footer .foot-top .item-contact .info p:last-child a:hover {
  text-decoration: none;
}
.footer .foot-top .item-contact .info p a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-contact .info p a {
    font-size: 14px;
  }
}
.footer .foot-top .item-contact .info p a:hover {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot-top .item-contact .info p a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .foot-top .item-media .info ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .foot-top .item-media .info ul li {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer .foot-top .item-media .info ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer .foot-top .item-media .info ul li {
    width: calc(100% / 2);
  }
}
.footer .foot-top .item-media .info ul li a {
  display: flex;
  align-items: center;
}
.footer .foot-top .item-media .info ul li a:hover .icon {
  color: #fff;
  background: #0282D2;
}
.footer .foot-top .item-media .info ul li a:hover span {
  text-decoration: underline;
}
.footer .foot-top .item-media .info ul li a .icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F8F8F8;
  color: #999;
  transition: all 0.2s;
  font-size: 20px;
}
.footer .foot-top .item-media .info ul li a span {
  margin-left: 15px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .footer .foot-top .item-media .info ul li a span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .item-media .info ul li a span {
    font-size: 14px;
  }
}
.footer .foot-email {
  text-align: end;
}
.footer .foot-email a {
  font-size: 4vw;
  font-weight: 600;
  background: linear-gradient(90deg, #0282D2 0%, #034D9C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
@media (max-width: 1199px) {
  .footer .foot-email a {
    font-size: 18px;
  }
}
.footer .foot-email a:hover::before {
  width: 100%;
}
.footer .foot-email a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  background: #0282D2;
  transition: all 0.3s;
}
.footer .copyright {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .copyright {
    margin-top: 20px;
    padding: 15px 0 70px 0;
    flex-direction: column;
    text-align: center;
  }
}
.footer .copyright::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ECECEC 0%, #BDBDBD 100%);
  left: 0;
  top: 0;
}
.footer .copyright p {
  margin: 0;
  color: #1F1304;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
}
.footer .copyright .link a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #1F1304;
  opacity: 0.6;
}
.footer .copyright .link a:hover {
  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: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-nav {
  background: #F8F8F8;
}
.wrap-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.wrap-nav ul::before {
  content: '\e612';
  font-family: 'iconfont' !important;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.wrap-nav ul li {
  display: inline-block;
}
.wrap-nav ul li:last-child a {
  color: #0282D2;
  text-decoration: underline;
}
.wrap-nav ul li:last-child a::after {
  display: none;
}
.wrap-nav ul li a {
  padding: 12px 0;
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.wrap-nav ul li a:hover {
  color: #0282D2;
  text-decoration: underline;
}
.wrap-nav ul li a:after {
  content: '>';
  font-family: 'iconfont' !important;
  padding: 0 8px;
  display: inline-block;
}
.wrap-tit h2 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.08px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 42px;
  }
}
.wrap-tit h2 span {
  color: #0282D2;
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.wrap-txt {
  margin-top: 20px;
}
.wrap-txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.wrap-home .wrap-tit p {
  font-size: 22px;
}
@media (max-width:1199px) {
  .wrap-home .wrap-tit p {
    font-size: 14px;
  }
}
@media (max-width: 1470px) {
  .wrap-txt p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
  }
}
.wrap-contact {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact {
    padding-bottom: 0;
  }
}
.wrap-contact .info {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact .info {
    flex-direction: column;
  }
}
.wrap-contact .info .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left {
    width: 100%;
  }
}
.wrap-contact .info .left .group {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group {
    margin-top: 30px;
  }
}
.wrap-contact .info .left .group .item {
  display: flex;
  margin-bottom: 60px;
}
.wrap-contact .info .left .group .item:last-child {
  margin-bottom: 0;
}
.wrap-contact .info .left .group .item:last-child .note p {
  margin: 0;
  display: block;
  /* color: #666; */
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item:last-child .note p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item {
    margin-bottom: 20px;
  }
}
.wrap-contact .info .left .group .item:hover .icon {
  background: #0282D2;
}
.wrap-contact .info .left .group .item:hover .icon i {
  animation: swing 1s linear;
}
.wrap-contact .info .left .group .item:hover .note a {
  color: #333;
  text-decoration: underline;
}
.wrap-contact .info .left .group .item .icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item .icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
}
.wrap-contact .info .left .group .item .icon i {
  font-size: 22px;
}
.wrap-contact .info .left .group .item .note {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item .note {
    margin-left: 20px;
  }
}
.wrap-contact .info .left .group .item .note a {
  display: block;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item .note a {
    font-size: 16px;
  }
}
.wrap-contact .info .left .group .item .note p {
  margin: 10px 0 0 0;
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .group .item .note p {
    font-size: 14px;
  }
}
.wrap-contact .info .right {
  width: 40%;
  padding: 80px 50px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .right {
    padding: 30px 20px;
  }
}
.common-form form .row .col-12 .box-tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .box-tit input {
  width: 100%;
  background: #0282D2;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-tit input {
    padding: 0 15px;
  }
}
.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 input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box input {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
}
.common-form form .row .col-12 .box input::placeholder {
  font-size: 14px;
  color: #fff;
}
.common-form form .row .col-12 .box input:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .box textarea {
  width: 100%;
  padding: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box textarea {
    padding: 15px;
  }
}
.common-form form .row .col-12 .box textarea::placeholder {
  font-size: 14px;
  color: #fff;
}
.common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .btn-submit button {
  min-width: 140px;
  border: none;
  display: inline-block;
}
.common-form form .row .col-12 .btn-submit button span {
  color: #fff;
}
.wrap-news .row {
  margin: -30px;
}
@media (max-width: 1470px) {
  .wrap-news .row {
    margin: -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .row {
    margin: 0 -10px;
  }
}
.wrap-news .row .col-12 {
  padding: 30px;
}
@media (max-width: 1470px) {
  .wrap-news .row .col-12 {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .row .col-12 {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .wrap-news .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-news .row .col-12 {
    width: 100%;
  }
}
article.news-list .item:hover .pic {
  cursor: pointer;
}
article.news-list .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
article.news-list .item:hover .note .tit a {
  color: #0282D2;
  text-decoration: underline;
}
article.news-list .item .pic {
  position: relative;
  overflow: hidden;
}
article.news-list .item .pic .img-box {
  padding-bottom: calc(420 / 800 * 100%);
}
article.news-list .item .pic .img-box img {
  transition: all 0.5s ease-in-out;
}
article.news-list .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
article.news-list .item .pic .type span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #0282D2;
  font-size: 14px;
  font-weight: 400;
}
article.news-list .item .note {
  padding: 20px;
}
article.news-list .item .note .tit a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  article.news-list .item .note .tit a {
    font-size: 18px;
  }
}
article.news-list .item .note .date {
  margin: 15px 0;
}
article.news-list .item .note .date span {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199px) {
  article.news-list .item .note .date span {
    font-size: 14px;
  }
}
article.news-list .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  article.news-list .item .note .txt p {
    font-size: 14px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 60px;
  margin: 0 -8px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
    margin: 0 -5px;
  }
}
.pagination li.active a {
  background: #0282D2;
  color: #fff;
}
.pagination li.prev a,
.pagination li.next a {
  transition: all 0.2s;
}
.pagination li {
  padding: 0 8px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .pagination li {
    padding: 0 5px;
  }
}
.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #333;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F8F8F8;
  border: none;
}
.pagination li a:hover {
  background: #0282D2;
  color: #fff;
}
@media (max-width: 1199px) {
  .pagination li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
.pagination li a i {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pagination li a i {
    font-size: 14px;
  }
}
.faq ul li {
  background: #F8F8F8;
  transition: all 0.2s;
  padding: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .faq ul li {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
}
.faq ul li h2 {
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  position: relative;
  padding-right: 30px;
  display: block;
}
.faq ul li h2::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #0282D2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq ul li h2::after {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .faq ul li h2 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .faq ul li h2 {
    font-size: 16px;
  }
}
.faq ul li .txt {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(211, 212, 213, 0.4);
}
@media (max-width: 1199px) {
  .faq ul li .txt {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.faq ul li .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .faq ul li .txt p {
    font-size: 14px;
  }
}
.faq ul li:hover {
  background: #F0F9FF;
}
.faq ul li.active {
  background: #F0F9FF;
}
@media (max-width: 1199px) {
  .wrap-faq {
    padding-bottom: 0;
  }
}
.wrap-download .group .row {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-download .group .row {
    margin: -10px;
  }
}
.wrap-download .group .row .col-12 {
  padding: 15px;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-download .group .row .col-12 {
    padding: 10px;
  }
}
article.down-list .item {
  height: 100%;
  display: flex;
  background: #F8F8F8;
  transition: all 0.2s;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  article.down-list .item {
    padding: 20px;
  }
}
article.down-list .item:hover {
  background: #0282D2;
}
article.down-list .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
article.down-list .item:hover .note .tit a {
  color: #fff;
}
article.down-list .item:hover .note .txt p {
  color: #fff;
}
article.down-list .item:hover .note .down img {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  article.down-list .item {
    flex-direction: column;
  }
}
article.down-list .item .pic {
  width: 15%;
}
@media (max-width: 767px) {
  article.down-list .item .pic {
    width: 30%;
    margin: 0 auto;
  }
}
article.down-list .item .pic .img-box {
  padding-bottom: calc(400 / 280 * 100%);
  border: 1px solid rgb(2, 130, 210, 1);
}
article.down-list .item .pic .img-box img {
  transition: all 0.5s;
}
article.down-list .item .note {
  width: 85%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  article.down-list .item .note {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  article.down-list .item .note {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
article.down-list .item .note .tit a {
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 1.3;
  transition: all 0.2s;
  color: #0282D2;
}
@media (max-width: 1199px) {
  article.down-list .item .note .tit a {
    font-size: 18px;
  }
}
article.down-list .item .note .txt {
  margin-top: 20px;
}
article.down-list .item .note .txt p {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
  letter-spacing: -0.28px;
}
@media (max-width: 1199px) {
  article.down-list .item .note .txt p {
    letter-spacing: normal;
  }
}
article.down-list .item .note .down {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  article.down-list .item .note .down {
    margin-top: 30px;
  }
}
article.down-list .item .note .down img {
  display: inline-block;
  max-height: 30px;
  transition: all 0.2s;
}
.open-download {
  position: fixed;
  width: 100%;
  height: 100vh;
  content: '';
  top: 0;
  left: 0;
  z-index: 33;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.open-download .info {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}
@media (max-width: 1199px) {
  .open-download .info {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .open-download .info {
    width: 95%;
    height: 450px;
    overflow: auto;
    padding: 30px 20px;
  }
}
.open-download .info .close {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .open-download .info .close {
    top: 10px;
    right: 10px;
  }
}
.open-download .info .close i {
  font-size: 24px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.open-download .info .close i:hover {
  color: #0282D2;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .open-download .info .close i {
    font-size: 18px;
  }
}
.open-download .info .tit h2 {
  color: #0282D2;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .open-download .info .tit h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.open-download .info .txt {
  margin-top: 20px;
}
.open-download .info .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .open-download .info .txt p {
    font-size: 14px;
  }
}
.open-download .info .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .open-download .info .common-form {
    margin-top: 30px;
  }
}
.open-download .info .common-form form .box input,
.open-download .info .common-form form .box textarea {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #666;
  transition: all 0.2s;
}
.open-download .info .common-form form .box input:hover,
.open-download .info .common-form form .box textarea:hover {
  border: 1px solid #0282D2;
}
.open-download .info .common-form form .box input::placeholder,
.open-download .info .common-form form .box textarea::placeholder {
  color: #666;
}
.project-form {
  min-width: 450px;
  position: relative;
}
@media (max-width: 991px) {
  .project-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .project-form {
    min-width: 100%;
  }
}
.project-form input {
  width: 100%;
  background: #F8F8F8;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  border: none;
  padding: 0 30px;
  color: #999;
  font-size: 14px;
}
.project-form input::placeholder {
  color: #999;
  font-size: 14px;
}
.project-form input:focus::placeholder {
  color: #ccc;
}
.project-form button {
  font-size: 22px;
  border: none;
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.project-form button:hover i {
  color: #0282D2;
}
.project-form button i {
  font-size: 22px;
  color: #999;
}
.slick-related,
.slick-product {
  margin-top: 60px;
}
.slick-related .slick-prev,
.slick-product .slick-prev,
.slick-related .slick-next,
.slick-product .slick-next {
  top: 40%;
}
@media (max-width: 1199px) {
  .slick-related,
  .slick-product {
    margin-top: 30px;
  }
}
.wrap-solution {
  overflow: hidden;
}
.wrap-solution .advantage {
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage {
    padding-top: 40px;
  }
}
.wrap-solution .advantage .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group {
    margin-top: 30px;
  }
}
.wrap-solution .advantage .group .row {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row {
    margin: -7px;
  }
}
.wrap-solution .advantage .group .row .col-12 {
  height: auto;
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row .col-12 {
    padding: 7px;
  }
}
.wrap-solution .advantage .group .row .col-12 .item {
  height: 100%;
  padding: 40px;
  background-color: #000;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.wrap-solution .advantage .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .wrap-solution .advantage .group .row .col-12 .item {
    padding: 30px 20px;
  }
}
.wrap-solution .advantage .group .row .col-12 .item:hover {
  /* background: #0282D2; */
}
.wrap-solution .advantage .group .row .col-12 .item:hover .num {
  /* background: #000; */
  color: #fff;
}
.wrap-solution .advantage .group .row .col-12 .item:hover h2 {
  color: #fff;
}
.wrap-solution .advantage .group .row .col-12 .item:hover .txt p {
  color: #fff;
}
.wrap-solution .advantage .group .row .col-12 .item .num {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0282D2;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.2s;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row .col-12 .item .num {
    min-width: 45px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}
.wrap-solution .advantage .group .row .col-12 .item h2 {
  margin-top: 80px;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.2s;
  line-height: 1.3;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row .col-12 .item h2 {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row .col-12 .item h2 {
    font-size: 18px;
  }
}
.wrap-solution .advantage .group .row .col-12 .item .txt {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.wrap-solution .advantage .group .row .col-12 .item .txt p {
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .group .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.wrap-solution .advantage .des {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .des {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-solution .advantage .des {
    flex-direction: column;
  }
}
.wrap-solution .advantage .des .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-solution .advantage .des .pic {
    width: 100%;
  }
}
.wrap-solution .advantage .des .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-solution .advantage .des .note {
  width: 47%;
}
@media (max-width: 991px) {
  .wrap-solution .advantage .des .note {
    width: 100%;
    margin-top: 25px;
  }
}
.wrap-solution .advantage .des .note h2 {
  color: #0282D2;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-solution .advantage .des .note h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.wrap-solution .related {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .wrap-solution .related {
    padding-bottom: 40px;
  }
}
.project {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .project {
    padding: 40px 0;
  }
}
.project .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project .top {
    flex-direction: column;
    justify-content: center;
  }
}
.project .slick-project {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .project .slick-project {
    margin-top: 30px;
  }
}
.project .slick-project .slick-prev,
.project .slick-project .slick-next {
  top: 30%;
}
.project .slick-project .item:hover .pic {
  cursor: pointer;
}
.project .slick-project .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.project .slick-project .item:hover .pic::before {
  opacity: 1;
}
.project .slick-project .item:hover .pic::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.project .slick-project .item:hover .note .tit a {
  color: #0282D2;
  text-decoration: underline;
}
.project .slick-project .item .pic {
  position: relative;
  overflow: hidden;
}
.project .slick-project .item .pic::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/file-bg.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.35s;
  pointer-events: none;
}
.project .slick-project .item .pic::after {
  content: '\e60d';
  position: absolute;
  font-family: 'iconfont' !important;
  min-width: 50px;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.project .slick-project .item .pic .img-box {
  padding-bottom: calc(460 / 800 * 100%);
}
.project .slick-project .item .pic .img-box img {
  transition: all 0.5s ease-in-out;
}
.project .slick-project .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.project .slick-project .item .pic .type span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #0282D2;
  font-size: 14px;
  font-weight: 400;
}
.project .slick-project .item .note {
  padding: 20px;
}
.project .slick-project .item .note .tit a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project .slick-project .item .note .tit a {
    font-size: 18px;
  }
}
.project .slick-project .item .note .date {
  margin: 15px 0;
}
.project .slick-project .item .note .date span {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199px) {
  .project .slick-project .item .note .date span {
    font-size: 14px;
  }
}
.project .slick-project .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project .slick-project .item .note .txt p {
    font-size: 14px;
  }
}
.project .slick-project .item .note .mark {
  padding: 0;
  background-color: transparent;
  margin-top: 20px;
}
.project .slick-project .item .note .mark ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.project .slick-project .item .note .mark ul li {
  display: inline-block;
  padding: 5px;
}
.project .slick-project .item .note .mark ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  background: #EEE;
  border-radius: 50px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
article.pro-list .item:hover {
  cursor: pointer;
}
article.pro-list .item:hover .pic {
  border: 1px solid #0282D2;
}
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;
  transform: scale(1);
}
article.pro-list .item:hover .note .tit a {
  color: #0282D2;
  text-decoration: underline;
}
article.pro-list .item .pic {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
}
article.pro-list .item .pic .img-box img {
  transition: all 0.5s;
}
article.pro-list .item .pic .more {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
article.pro-list .item .pic .more a {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0282D2;
  color: #fff;
  transition: all 0.2s;
}
article.pro-list .item .pic .more a:hover {
  background: #000;
}
article.pro-list .item .pic .more a i {
  font-size: 22px;
}
article.pro-list .item .pic .add {
  position: absolute;
  right: 20px;
  top: 75px;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
article.pro-list .item .pic .add a {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  transition: all 0.2s;
}
article.pro-list .item .pic .add a:hover {
  background: #0282D2;
}
article.pro-list .item .pic .add a i {
  font-size: 22px;
}
article.pro-list .item .note {
  margin-top: 20px;
}
article.pro-list .item .note .tit a {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
article.pro-list .item .note .txt {
  margin-top: 10px;
}
article.pro-list .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  article.pro-list .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-project .project-form {
  width: 450px;
  min-width: auto;
}
@media (max-width: 767px) {
  .wrap-project .project-form {
    min-width: 100%;
    width: 100%;
  }
}
.wrap-project .group {
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-project .group {
    margin-top: 30px;
  }
}
.wrap-project .group .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.wrap-project .group .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wrap-project .group .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-project .group .item {
    flex-direction: column;
  }
}
.wrap-project .group .item:hover .pic {
  cursor: pointer;
}
.wrap-project .group .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-project .group .item:hover .pic::before {
  opacity: 1;
}
.wrap-project .group .item:hover .pic::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.wrap-project .group .item:hover .note .tit a {
  color: #0282D2;
  text-decoration: underline;
}
.wrap-project .group .item .pic {
  width: 20%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1470px) {
  .wrap-project .group .item .pic {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .wrap-project .group .item .pic {
    width: 100%;
  }
}
.wrap-project .group .item .pic::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/file-bg.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.35s;
  pointer-events: none;
}
.wrap-project .group .item .pic::after {
  content: '\e60d';
  position: absolute;
  font-family: 'iconfont' !important;
  min-width: 50px;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.wrap-project .group .item .pic .img-box {
  padding-bottom: calc(460 / 800 * 100%);
}
.wrap-project .group .item .pic .img-box img {
  transition: all 0.5s ease-in-out;
}
.wrap-project .group .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-project .group .item .pic .type span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #0282D2;
  font-size: 14px;
  font-weight: 400;
}
.wrap-project .group .item .note {
  width: 75%;
}
@media (max-width: 1470px) {
  .wrap-project .group .item .note {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap-project .group .item .note {
    width: 100%;
    margin-top: 25px;
  }
}
.wrap-project .group .item .note .tit a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-right: 35px;
}
.wrap-project .group .item .note .tit a::after {
  content: '';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 30px;
  height: 6px;
  background: url(../img/more-btn.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .wrap-project .group .item .note .tit a::after {
    width: 20px;
    height: 4px;
  }
}
@media (max-width: 1199px) {
  .wrap-project .group .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-project .group .item .note .date {
  margin: 15px 0;
}
.wrap-project .group .item .note .date span {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-project .group .item .note .date span {
    font-size: 14px;
  }
}
.wrap-project .group .item .note .txt {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
  .wrap-project .group .item .note .txt {
    padding-bottom: 10px;
  }
}
.wrap-project .group .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-project .group .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-project .group .item .note .mark {
  padding: 0;
  background-color: transparent;
  margin-top: 20px;
}
.wrap-project .group .item .note .mark ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.wrap-project .group .item .note .mark ul li {
  display: inline-block;
  padding: 5px;
}
.wrap-project .group .item .note .mark ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  background: #EEE;
  border-radius: 50px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  [data-cue] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .box-products .info {
  display: flex;
  justify-content: space-between;
}
.wrap-product .box-products .info .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .box-products .info .left {
    display: none;
  }
}
.wrap-product .box-products .info .left .left-group ul li {
  margin-bottom: 10px;
}
.wrap-product .box-products .info .left .left-group ul li a {
  padding: 14px 18px;
  border-radius: 6px;
  background: #EEF8FF;
  transition: all 0.2s;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.wrap-product .box-products .info .left .left-group ul li a::after {
  content: '\e695';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 18px;
  transition: all 0.25s;
}
.wrap-product .box-products .info .left .left-group ul li a:hover {
  color: #fff;
  background: #0282D2;
}
.wrap-product .box-products .info .left .left-group ul li a:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}
.wrap-product .box-products .info .left .left-group ul li > ul {
  display: none;
}
.wrap-product .box-products .info .left .left-group ul li.active a {
  color: #fff;
  background: #0282D2;
}
.wrap-product .box-products .info .left .left-group ul li.active a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.wrap-product .box-products .info .left .left-group ul li.active > ul {
  display: block;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li {
  margin-bottom: 0;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li a {
  background: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 18px;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li a:hover {
  color: #0282D2;
  text-decoration: underline;
  padding: 12px 10px 12px 40px;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li a:hover::before {
  opacity: 1;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li a::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #0282D2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.25s;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li a::after {
  display: none;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li.active a {
  color: #0282D2;
  text-decoration: underline;
  padding: 12px 10px 12px 40px;
}
.wrap-product .box-products .info .left .left-group ul li.active > ul li.active a::before {
  opacity: 1;
}
.wrap-product .box-products .info .right {
  width: 73%;
}
@media (max-width: 1199px) {
  .wrap-product .box-products .info .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-product .box-products .info .right .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .box-products .info .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .box-products .info .right .pagination {
  justify-content: end;
}
.wrap-product .box-products .info .right .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .box-products .info .right .group {
    margin-top: 30px;
  }
}
.wrap-product .box-products .info .right .group .row {
  margin: -25px;
}
@media (max-width: 1470px) {
  .wrap-product .box-products .info .right .group .row {
    margin: -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .box-products .info .right .group .row {
    margin: -10px;
  }
}
.wrap-product .box-products .info .right .group .row .col-12 {
  padding: 25px;
}
@media (max-width: 1470px) {
  .wrap-product .box-products .info .right .group .row .col-12 {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .box-products .info .right .group .row .col-12 {
    padding: 10px;
  }
}
.wrap-product .project {
  background: #F8F8F8;
  margin-top: 120px;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-product .project {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.wrap-product .advantage {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .advantage {
    padding: 40px 0;
  }
}
.wrap-product .advantage .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .advantage .group {
    margin-top: 30px;
  }
}
.wrap-product .advantage .group .row .col-12 {
  height: auto;
}

@media (max-width:1199px) {
  .wrap-product .advantage .group .row {
    margin: -10px;
  }
}

@media (max-width:1199px) {
  .wrap-product .advantage .group .row .col-12 {
    padding: 10px;
  }
}
.wrap-product .advantage .group .row .col-12:first-child .item {
  background: #0282D2;
  padding: 30px 20px;
}
.wrap-product .advantage .group .row .col-12:first-child .item .note .tit h2 {
  color: #fff;
}
.wrap-product .advantage .group .row .col-12:first-child .item .note .txt p {
  color: #fff;
}
.wrap-product .advantage .group .row .col-12:first-child .item .note .num span {
  color: rgba(255, 255, 255, 0.3);
}
.wrap-product .advantage .group .row .col-12 .item {
  height: 100%;
  border-radius: 10px;
  /* padding: 30px 20px; */
  position: relative;
  z-index: 2;
  background-size: 100% 100%;
}
.wrap-product .advantage .group .row .col-12 .item::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  right: 0;
  bottom: 0;
  background: url(../img/ad-line.png) no-repeat center;
  background-size: 100% auto;
  z-index: 2;
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.wrap-product .advantage .group .row .col-12 .item .note .tit h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .advantage .group .row .col-12 .item .note .tit h2 {
    font-size: 18px;
  }
}
.wrap-product .advantage .group .row .col-12 .item .note .txt {
  margin-top: 15px;
  padding-bottom: 30px;
}
.wrap-product .advantage .group .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .advantage .group .row .col-12 .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-product .advantage .group .row .col-12 .item .note .num span {
  display: block;
  font-size: 3vw;
  font-weight: 600;
  line-height: 100%;
}
.wrap-product .advantage .group .row .col2 .item::after {
  display: none;
}
.wrap-product .advantage .group .row .col2 .item .note {
  border-radius: 10px;
  background: linear-gradient(0deg, #0282D2 0%, rgba(255, 255, 255, 0) 58.23%);
  backdrop-filter: blur(3px);
  /* position: absolute; */
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 2;
  padding: 30px 20px;
}
.wrap-product .advantage .group .row .col2 .item .note .num span {
  color: rgba(255, 255, 255, 0.3);
}
.wrap-product .advantage .group .row .col2 .item .note .tit {
  padding-top: 30px;
}
.wrap-product .advantage .group .row .col2 .item .note .tit h2 {
  color: #fff;
}

.wrap-product .advantage .group .row .col3 .item .note .tit h2 {
  color: #fff;
} 
.wrap-product .advantage .group .row .col3 .item .note .txt p {
  color: #fff;
}


.wrap-product .advantage .group .row .col2 .item .note .txt {
  padding-bottom: 0;
}
.wrap-product .advantage .group .row .col2 .item .note .txt p {
  color: #fff;
}
.wrap-product .advantage .group .row .col3 .item {
  /* background: rgba(2, 130, 210, 0.03); */
  background: linear-gradient(0deg, #0282D2 0%, rgba(255, 255, 255, 0) 58.23%);
  backdrop-filter: blur(3px);
  background-size: 100% 100%;
}

.wrap-product .advantage .group .row .col3 .item .note {
  position: relative;
  z-index: 3;
}


.wrap-product .advantage .group .row .col3 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  backdrop-filter: blur(3px);
  border-radius: 10px;
}


.wrap-product .advantage .group .row .col3 .item::after {
  filter: none;
}
.wrap-product .advantage .group .row .col3 .item .note .num span {
  color: rgba(2, 130, 210, 0.08);
}
.wrap-product .advantage .group .row .col4 .item {
  /* background: rgba(0, 0, 0, 0.03); */
  background: #0282D2;
  padding:30px 20px;
}

.wrap-product .advantage .group .row .col4 .item .note .tit h2 {
  color: #fff;
}
.wrap-product .advantage .group .row .col4 .item .note .txt p {
  color: #fff;
}

.wrap-product .advantage .group .row .col4 .item::after {
  filter: none;
}
.wrap-product .advantage .group .row .col4 .item .note .num span {
  /* color: rgba(0, 0, 0, 0.06); */
  color: rgba(255, 255, 255, .3);
}
.wrap-product .free-quote {
  padding: 110px 0;
  position: relative;
}
.wrap-product .free-quote::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .wrap-product .free-quote {
    padding: 40px 0;
  }
}
.wrap-product .free-quote .info {
  position: relative;
  z-index: 2;
}
.wrap-product .free-quote .info .wrap-tit h2 {
  color: #fff;
}
.wrap-product .free-quote .info .wrap-txt p {
  color: #fff;
}
.wrap-product .free-quote .info .btn-more {
  width: 180px;
  margin: 0 auto;
  margin-top: 40px;
}
.wrap-product .free-quote .info .btn-more a {
  border: none;
}
.wrap-product .review {
  padding-top: 120px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .review {
    padding-top: 40px;
  }
}
.wrap-product .review .slick-review {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review {
    margin-top: 30px;
  }
}
.wrap-product .review .slick-review .item {
  border-radius: 10px;
  background: #F5FBFF;
  padding: 30px;
}
.wrap-product .review .slick-review .item .group {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.wrap-product .review .slick-review .item .group .left {
  display: flex;
  align-items: center;
}
.wrap-product .review .slick-review .item .group .left .pic {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
}
.wrap-product .review .slick-review .item .group .left .pic img {
  max-height: 50px;
  border-radius: 50%;
}
.wrap-product .review .slick-review .item .group .left p {
  margin: 0 0 0 20px;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review .item .group .left p {
    margin: 0 0 0 15px;
  }
}
.wrap-product .review .slick-review .item .group .left p span {
  display: block;
}
.wrap-product .review .slick-review .item .group .left p .name {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review .item .group .left p .name {
    font-size: 16px;
  }
}
.wrap-product .review .slick-review .item .group .left p .position {
  color: #666;
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-top: 4px;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review .item .group .left p .position {
    font-size: 14px;
  }
}
.wrap-product .review .slick-review .item .group .right p {
  margin: 0;
}
.wrap-product .review .slick-review .item .group .right p i {
  color: #0282D2;
}
.wrap-product .review .slick-review .item .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review .item .txt {
    margin-top: 25px;
  }
}
.wrap-product .review .slick-review .item .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .review .slick-review .item .txt p {
    font-size: 14px;
  }
}
.wrap-product .box-faq {
  padding-top: 140px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .box-faq {
    padding-top: 30px;
  }
}
.wrap-product .box-faq .faq {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .box-faq .faq {
    margin-top: 30px;
  }
}
.wrap-details {
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-details {
    padding-top: 100px;
  }
}
.wrap-details .introduce {
  margin: 90px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    margin: 40px 0;
    flex-direction: column;
  }
}
.wrap-details .introduce .left {
  width: 46%;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .left {
    flex-direction: column;
    width: 100%;
  }
}
.wrap-details .introduce .left .slider-for {
  width: 83%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .left .slider-for {
    width: 100%;
  }
}
.wrap-details .introduce .left .slider-for:hover .slick-prev,
.wrap-details .introduce .left .slider-for:hover .slick-next {
  opacity: 1;
}
.wrap-details .introduce .left .slider-for .slick-prev,
.wrap-details .introduce .left .slider-for .slick-next {
  opacity: 0;
  transition: all 0.2s;
}
.wrap-details .introduce .left .slider-for .slick-prev {
  left: 20px;
}
.wrap-details .introduce .left .slider-for .slick-next {
  right: 20px;
}
.wrap-details .introduce .left .slider-for .item {
  background: #fff;
  border: 1px solid #EEE;
}
.wrap-details .introduce .left .slider-for .item .img-box {
  mix-blend-mode: multiply;
}
.wrap-details .introduce .left .slider-nav {
  width: 17%;
  margin-left: 20px;
  padding: 60px 0;
}

.wrap-details .introduce .left .slider-nav .slick-prev {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  transform: none;
}

.wrap-details .introduce .left .slider-for .slick-prev {
  background: #eee;
}
.wrap-details .introduce .left .slider-for .slick-prev:hover {
  background: #0282D2;
}
.wrap-details .introduce .left .slider-for .slick-prev:hover::before {
  color: #fff;
}
.wrap-details .introduce .left .slider-for .slick-prev::before {
  color: #222;
}

.wrap-details .introduce .left .slider-for .slick-next {
  background: #eee;
}
.wrap-details .introduce .left .slider-for .slick-next:hover {
  background: #0282D2;
}
.wrap-details .introduce .left .slider-for .slick-next:hover::before {
  color: #fff;
}
.wrap-details .introduce .left .slider-for .slick-next::before {
  color: #222;
}

.wrap-details .introduce .left .slider-nav .slick-prev::before {
  transform: rotate(90deg);
}
.wrap-details .introduce .left .slider-nav .slick-next {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  transform: none;
}

.wrap-details .introduce .left .slider-nav .slick-next::before {
  transform: rotate(90deg);
}

@media (max-width: 1199px) {
  .wrap-details .introduce .left .slider-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.wrap-details .introduce .left .slider-nav .slick-list {
  margin: -5px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .left .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.wrap-details .introduce .left .slider-nav .slick-slide {
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .introduce .left .slider-nav .slick-current .item {
  border: 1px solid #0282D2;
}
.wrap-details .introduce .left .slider-nav .item {
  border: 1px solid #eee;
}
.wrap-details .introduce .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .introduce .left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-details .introduce .left .slider-nav .item-video .play i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0282D2;
  color: #fff;
}
.wrap-details .introduce .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right {
    width: 100%;
    margin-top: 25px;
  }
}
.wrap-details .introduce .right .wrap-nav {
  background: transparent;
}
.wrap-details .introduce .right .type {
  margin-top: 80px;
}
@media (max-width: 1470px) {
  .wrap-details .introduce .right .type {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .type {
    margin-top: 30px;
  }
}
.wrap-details .introduce .right .type ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .type ul {
    margin: -7px;
  }
}
.wrap-details .introduce .right .type ul li {
  display: inline-block;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .type ul li {
    padding: 7px;
  }
}
.wrap-details .introduce .right .type ul li span {
  display: inline-flex;
  align-items: center;
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding: 0 24px;
  border-radius: 50px;
  background: #EEF8FF;
  color: #333;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-details .introduce .right .type ul li span {
    font-size: 12px;
    padding: 0 17px;
  }
}
.wrap-details .introduce .right .type ul li span::before {
  content: '';
  font-family: 'iconfont' !important;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0282D2;
  border-radius: 50%;
  margin-right: 10px;
}
.wrap-details .introduce .right .tit {
  margin: 20px 0;
}
.wrap-details .introduce .right .tit h2 {
  color: #0282D2;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.6px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .tit h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.wrap-details .introduce .right .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .txt p {
    font-size: 14px;
  }
}
.wrap-details .introduce .right .link {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .link {
    margin-top: 30px;
  }
}
.wrap-details .introduce .right .link .btn-more {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-details .introduce .right .link .btn-more a {
  margin-right: 20px;
  width: 180px;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .wrap-details .introduce .right .link .btn-more a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wrap-details .introduce .right .link .btn-more a .name {
  margin-right: 40px;
}
.wrap-details .introduce .right .link .btn-more .btn1 .name {
  display: flex;
  align-items: center;
}
.wrap-details .introduce .right .link .btn-more .btn1 .name::after {
  content: '\e61f';
  font-family: 'iconfont' !important;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.wrap-details .introduce .right .link .btn-more .btn2 {
  background-color: #0282D2;
}
.wrap-details .introduce .right .link .btn-more .btn2 .name {
  background: #000;
  display: flex;
  align-items: center;
}
.wrap-details .introduce .right .link .btn-more .btn2 .name::after {
  content: '\e618';
  font-family: 'iconfont' !important;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.wrap-details .introduce .right .link .btn-more .btn3 {
  background-color: #0282D2;
  width: 130px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wrap-details .introduce .right .link .btn-more .btn3 {
    width: 100%;
  }
}
.wrap-details .introduce .right .link .btn-more .btn3 .name {
  display: flex;
  align-items: center;
  background: #000;
}
.wrap-details .introduce .right .link .btn-more .btn3 .name::after {
  content: '\e8e0';
  font-family: 'iconfont' !important;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.wrap-details .introduce .right .share {
  margin-top: 100px;
}
@media (max-width: 1470px) {
  .wrap-details .introduce .right .share {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .share {
    margin-top: 25px;
  }
}
.wrap-details .introduce .right .share .share-to {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wrap-details .introduce .right .share .share-to {
    font-size: 14px;
  }
}
.wrap-details .introduce .right .review-box {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .review-box {
    padding-top: 20px;
  }
}
.wrap-details .introduce .right .review-box p {
  margin: 0 0 0 20px;
  color: #333;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .review-box p {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}
.wrap-details .introduce .right .review-box .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  border-radius: 3px;
  line-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .review-box .ratingbox {
    line-height: 40px;
  }
}
.wrap-details .introduce .right .review-box .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 0px;
  -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-details .introduce .right .review-box .ratingbox .rating input {
  display: none !important;
}
.wrap-details .introduce .right .review-box .ratingbox .rating input:checked ~ label svg {
  fill: #0282D2;
}
.wrap-details .introduce .right .review-box .ratingbox .rating label {
  margin-right: 5px;
  cursor: pointer;
  color: #0282D2;
  display: flex;
  align-items: center;
}
.wrap-details .introduce .right .review-box .ratingbox .rating label::before {
  display: none !important;
}
.wrap-details .introduce .right .review-box .ratingbox .rating label svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #0282D2;
  stroke-width: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.wrap-details .introduce .right .review-box .ratingbox .rating label:hover svg,
.wrap-details .introduce .right .review-box .ratingbox .rating label:hover ~ label svg {
  fill: #0282D2;
}
.wrap-details .details-list .details-menu {
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.wrap-details .details-list .details-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -80px;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .details-menu ul {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul {
    margin: 0 -10px;
  }
}
.wrap-details .details-list .details-menu ul .active {
  color: #0282D2;
}
.wrap-details .details-list .details-menu ul .active::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.wrap-details .details-list .details-menu ul li {
  display: inline-block;
  padding: 0 80px;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .details-menu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li {
    padding: 0 10px;
  }
}
.wrap-details .details-list .details-menu ul li a {
  display: block;
  padding: 20px 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.wrap-details .details-list .details-menu ul li a:hover {
  color: #0282D2;
}
.wrap-details .details-list .details-menu ul li a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.wrap-details .details-list .details-menu ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background: #0282D2;
  bottom: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li a {
    padding: 12px 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu ul li a {
    font-size: 16px;
  }
}
.wrap-details .details-list .des-tit h2 {
  color: #333;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .des-tit h2 {
    font-size: 24px;
  }
}
.wrap-details .details-list .box-inner {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-inner {
    padding-top: 40px;
  }
}
.wrap-details .details-list .editor-content.e1 .table-box tr:first-child td,
.wrap-details .details-list .editor-content.e1 .table-box tr:nth-child(2) td {
  background: #0282D2 !important;
  color: #fff !important;
}
.wrap-details .details-list .editor-content.e1 .table-box tr td {
  min-width: 120px;
}
.wrap-details .details-list .editor-content.e2 .table-box tr:first-child td {
  background: #0282D2 !important;
  color: #fff !important;
}
.wrap-details .details-list .editor-content {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content {
    margin-top: 25px;
  }
}
.wrap-details .details-list .editor-content .table-box {
  width: 100% !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box {
    width: auto !important;
  }
}
.wrap-details .details-list .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .details-list .editor-content .table-box table tr {
  height: auto !important;
}
.wrap-details .details-list .editor-content .table-box table tr:first-child td {
  background: #0282D2 !important;
  color: #fff !important;
}
.wrap-details .details-list .editor-content .table-box table tr td {
  height: auto !important;
  padding: 12px;
  border-width: 1px;
  border-color: #eee;
  color: #666;
  font-weight: bold !important;
}
.wrap-details .details-list .editor-content .table-box table tr td p {
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box table tr td p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box table tr td {
    font-size: 14px;
  }
}
.wrap-details .details-list .editor-content p {
  margin: 0;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content p {
    font-size: 14px;
  }
}
.wrap-details .details-list .editor-content ul {
  padding-left: 20px;
}
.wrap-details .details-list .editor-content ul li {
  list-style-type: disc;
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content ul li {
    font-size: 14px;
  }
}
.wrap-details .details-list .editor-content ul li p {
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content ul li p {
    font-size: 14px;
  }
}
.wrap-details .details-list .box-des .list {
  margin-top: 30px;
}
.wrap-details .details-list .box-des .list .des-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-top: 10px solid #0282D2;
}
@media (max-width: 991px) {
  .wrap-details .details-list .box-des .list .des-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-details .details-list .box-des .list .des-item:nth-child(2n+2) .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-details .details-list .box-des .list .des-item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.wrap-details .details-list .box-des .list .des-item:nth-child(2n+2) .editor-content {
  order: 1;
}
@media (max-width: 991px) {
  .wrap-details .details-list .box-des .list .des-item:nth-child(2n+2) .editor-content {
    order: 2;
  }
}
.wrap-details .details-list .box-des .list .des-item .pic {
  width: 40%;
}
.wrap-details .details-list .box-des .list .des-item .pic .img-box {
  padding-bottom: calc(520 / 800 * 100%);
}
@media (max-width: 991px) {
  .wrap-details .details-list .box-des .list .des-item .pic {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wrap-details .details-list .box-des .list .des-item .editor-content {
  margin-top: 0;
  width: 58%;
}
@media (max-width: 991px) {
  .wrap-details .details-list .box-des .list .des-item .editor-content {
    width: 100%;
  }
}
.wrap-details .details-list .box-des .list .des-item .editor-content p {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-des .list .des-item .editor-content p {
    font-size: 16px;
  }
}
.wrap-details .details-list .box-download .group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-download .group {
    margin-top: 25px;
  }
}
.wrap-details .details-list .box-faq .faq {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-faq .faq {
    margin-top: 25px;
  }
}
.wrap-details .details-list .box-review {
  position: relative;
  padding: 70px 0;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review {
    margin-top: 40px;
  }
}
.wrap-details .details-list .box-review::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F5FBFF;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review {
    padding: 40px 0;
  }
}
.wrap-details .details-list .box-review .slick-review {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .slick-review {
    margin-top: 30px;
  }
}
.wrap-details .details-list .box-review .slick-review .item {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .slick-review .item {
    padding: 30px 20px;
  }
}
.wrap-details .details-list .box-review .slick-review .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-details .details-list .box-review .slick-review .item .top span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .slick-review .item .top span {
    font-size: 18px;
  }
}
.wrap-details .details-list .box-review .slick-review .item .top p {
  margin: 0;
}
.wrap-details .details-list .box-review .slick-review .item .top p i {
  color: #0282D2;
}
.wrap-details .details-list .box-review .slick-review .item .txt {
  margin-top: 20px;
}
.wrap-details .details-list .box-review .slick-review .item .txt p {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .slick-review .item .txt p {
    font-size: 14px;
  }
}
.wrap-details .details-list .box-review .common-form {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .common-form {
    margin-top: 30px;
  }
}
.wrap-details .details-list .box-review .common-form p {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .common-form p {
    font-size: 18px;
  }
}
.wrap-details .details-list .box-review .common-form form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .common-form form {
    margin-top: 25px;
  }
}
.wrap-details .details-list .box-review .common-form form .row .col-12 input,
.wrap-details .details-list .box-review .common-form form .row .col-12 textarea {
  background: #fff;
  color: #666;
  font-weight: 500;
}
.wrap-details .details-list .box-review .common-form form .row .col-12 input::placeholder,
.wrap-details .details-list .box-review .common-form form .row .col-12 textarea::placeholder {
  color: #666;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-review .common-form form .row .col-12 input::placeholder,
  .wrap-details .details-list .box-review .common-form form .row .col-12 textarea::placeholder {
    font-size: 14px;
  }
}
.wrap-details .details-list .box-review .common-form form .row .col-12 input:focus::placeholder,
.wrap-details .details-list .box-review .common-form form .row .col-12 textarea:focus::placeholder {
  color: #ccc;
}
.wrap-details .details-list .box-inquiry .common-form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-inquiry .common-form {
    margin-top: 25px;
  }
}
.wrap-details .details-list .box-inquiry .common-form form .box input {
  height: 40px;
  line-height: 40px;
}
.wrap-details .details-list .box-inquiry .common-form form .box input,
.wrap-details .details-list .box-inquiry .common-form form .box textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  border-radius: 4px;
  color: #666;
}
.wrap-details .details-list .box-inquiry .common-form form .box input::placeholder,
.wrap-details .details-list .box-inquiry .common-form form .box textarea::placeholder {
  color: #666;
}
.wrap-details .details-list .box-inquiry .common-form form .box input:focus::placeholder,
.wrap-details .details-list .box-inquiry .common-form form .box textarea:focus::placeholder {
  color: #ccc;
}
.wrap-details .details-list .box-related {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-related {
    padding-bottom: 40px;
  }
}
.wrap-details .details-list .box-related .slick-related {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .box-related .slick-related {
    margin-top: 25px;
  }
}
.honor {
  overflow: hidden;
}
.honor ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  margin: -15px;
}
@media (max-width: 1199px) {
  .honor ul {
    padding: 30px 0;
    margin: -7px;
  }
}
.honor ul li {
  display: inline-block;
  padding: 15px;
}
@media (max-width: 1199px) {
  .honor ul li {
    padding: 7px;
  }
}
.honor ul li a {
  display: block;
}
.honor ul li a img {
  max-height: 50px;
}
.honor .slick-honor .slick-list {
  margin: 0 -25px;
}
@media (max-width: 1199px) {
  .honor .slick-honor .slick-list {
    margin: 0 -7px;
  }
}
.honor .slick-honor .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .honor .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.honor .slick-honor .item {
  padding: 10px;
  border: 1px solid #EDEDED;
  transition: all 0.2s;
}
.honor .slick-honor .item:hover {
  border: 1px solid #0282D2;
  cursor: pointer;
}
.honor .slick-honor .item:hover .pic::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.honor .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.honor .slick-honor .item .pic {
  position: relative;
  padding: 15px;
}
.honor .slick-honor .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(161deg, rgba(242, 236, 229, 0.12) 23.14%, rgba(209, 209, 209, 0.2) 95.96%);
  transition: all 0.25s;
}
.honor .slick-honor .item .pic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: linear-gradient(161deg, rgba(56, 170, 242, 0.2) 23.14%, rgba(0, 88, 125, 0.2) 95.96%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.honor .slick-honor .item .pic .img-box {
  padding-bottom: calc(700 / 480 * 100%);
}
.honor .slick-honor .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about {
  overflow: hidden;
}
.wrap-about .introduce {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-about .introduce .info {
    flex-direction: column;
  }
}
.wrap-about .introduce .info .left {
  width: 60%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .info .left {
    width: 100%;
  }
}
.wrap-about .introduce .info .left .wrap-txt {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left .wrap-txt {
    padding-bottom: 15px;
  }
}
.wrap-about .introduce .info .left .wrap-txt h4 {
  color: #0282D2;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left .wrap-txt h4 {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.wrap-about .introduce .info .left ul {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul {
    padding-top: 20px;
  }
}
.wrap-about .introduce .info .left ul li {
  margin-bottom: 60px;
}
.wrap-about .introduce .info .left ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul li {
    margin-bottom: 20px;
  }
}
.wrap-about .introduce .info .left ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-about .introduce .info .left ul li .item {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-about .introduce .info .left ul li .item b {
  display: block;
  min-width: 30%;
  color: #0282D2;
  font-size: 40px;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: -1.6px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul li .item b {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.wrap-about .introduce .info .left ul li .item b span {
  font-size: 70px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul li .item b span {
    font-size: 34px;
  }
}
.wrap-about .introduce .info .left ul li .item .txt {
  width: 60%;
}
@media (max-width: 767px) {
  .wrap-about .introduce .info .left ul li .item .txt {
    width: 100%;
    margin-top: 10px;
  }
}
.wrap-about .introduce .info .left ul li .item .txt h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul li .item .txt h4 {
    font-size: 18px;
  }
}
.wrap-about .introduce .info .left ul li .item .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .left ul li .item .txt p {
    font-size: 14px;
  }
}
.wrap-about .introduce .info .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .wrap-about .introduce .info .right {
    width: 100%;
    align-items: center;
    margin-top: 40px;
  }
}
@keyframes roatevideo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap-about .introduce .info .right .play {
  min-width: 110px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0282D2;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrap-about .introduce .info .right .play {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
}
.wrap-about .introduce .info .right .play::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/video.png) no-repeat center;
  background-size: 100% 100%;
  animation: roatevideo 20s linear infinite;
}
.wrap-about .introduce .info .right .play:hover a i {
  transform: scale(1.3);
}
.wrap-about .introduce .info .right .play a {
  display: block;
  position: absolute;
}
.wrap-about .introduce .info .right .play a i {
  font-size: 24px;
  color: #fff;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .wrap-about .introduce .info .right .pic {
    margin-top: 25px;
  }
}
.wrap-about .introduce .info .right .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .about-vr {
  position: relative;
  overflow: hidden;
}
.wrap-about .about-vr .vr_bg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .wrap-about .about-vr .vr_bg {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }
}
.wrap-about .about-vr .vr_link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrap-about .about-vr .vr_link a {
  min-width: 90px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wrap-about .about-vr .vr_link a {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.wrap-about .about-vr .vr_link a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s;
  animation: scale 2s linear infinite;
}
@keyframes scale {
  30% {
    transform: scale(1.01);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.wrap-about .about-vr .vr_link a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: -2;
  border-radius: 50%;
  transition: all 0.3s;
  animation: scale1 2s linear infinite;
}
@keyframes scale1 {
  30% {
    transform: scale(1.21);
  }
  80% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.wrap-about .about-vr .vr_link a img {
  max-height: 50px;
}
@media (max-width: 767px) {
  .wrap-about .about-vr .vr_link a img {
    max-height: 35px;
  }
}
.wrap-about .enginner {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .enginner {
    padding: 40px 0;
  }
}
.wrap-about .enginner .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group {
    margin-top: 30px;
  }
}
.wrap-about .enginner .group .row {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row {
    margin: -10px;
  }
}
.wrap-about .enginner .group .row .col-12 {
  padding: 15px;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row .col-12 {
    padding: 10px;
  }
}
.wrap-about .enginner .group .row .col-12:nth-child(2n-1) .item:hover {
  background: #0282D2;
  background-size: 100% 100%;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n-1) .item:hover::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n-1) .item:hover .num span {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n-1) .item:hover h2 {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n-1) .item:hover .txt p {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n) .item {
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n) .item::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.wrap-about .enginner .group .row .col-12 .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.wrap-about .enginner .group .row .col-12:nth-child(2n) .item .num span {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n) .item h2 {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12:nth-child(2n) .item .txt p {
  color: #fff;
}
.wrap-about .enginner .group .row .col-12 .item {
  background: #F5FBFF;
  padding: 30px 20px;
  transition: all 0.3s;
  position: relative;
  height: 100%;
  background-size: 100% 100%;
}
.wrap-about .enginner .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.2s;
}
.wrap-about .enginner .group .row .col-12 .item .num {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row .col-12 .item .num {
    padding-bottom: 40px;
  }
}
.wrap-about .enginner .group .row .col-12 .item .num span {
  display: block;
  transition: all 0.2s;
  font-size: 3vw;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.17vw;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row .col-12 .item .num span {
    letter-spacing: normal;
    font-size: 18px;
  }
}
.wrap-about .enginner .group .row .col-12 .item h2 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row .col-12 .item h2 {
    font-size: 18px;
  }
}
.wrap-about .enginner .group .row .col-12 .item .txt {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.wrap-about .enginner .group .row .col-12 .item .txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .enginner .group .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.wrap-about .factory {
  padding: 130px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .factory {
    padding: 40px 0;
  }
}
.wrap-about .factory .slick-factory {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory {
    margin-top: 30px;
  }
}
.wrap-about .factory .slick-factory .slick-prev,
.wrap-about .factory .slick-factory .slick-next {
  top: 40%;
}
.wrap-about .factory .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .factory .slick-factory .item:hover .pic {
  position: relative;
}
.wrap-about .factory .slick-factory .item:hover .pic::after {
  transform: translate(-50%, -50%) scale(1);
}
.wrap-about .factory .slick-factory .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-about .factory .slick-factory .item:hover .tit p {
  text-decoration: underline;
  color: #0282D2;
}
.wrap-about .factory .slick-factory .item .pic {
  position: relative;
}
.wrap-about .factory .slick-factory .item .pic:after {
  content: '\e630';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.wrap-about .factory .slick-factory .item .pic .img-box {
  padding-bottom: calc(460 / 780 * 100%);
}
.wrap-about .factory .slick-factory .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about .factory .slick-factory .item .tit {
  margin-top: 20px;
}
.wrap-about .factory .slick-factory .item .tit p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory .slick-factory .item .tit p {
    font-size: 14px;
  }
}
.wrap-honor .group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -25px;
}
@media (max-width: 1470px) {
  .wrap-honor .group ul {
    margin: -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-honor .group ul {
    margin: -10px;
  }
}
.wrap-honor .group ul li {
  width: calc(100% / 5);
  padding: 40px 25px;
}
@media (max-width: 1470px) {
  .wrap-honor .group ul li {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-honor .group ul li {
    width: calc(100% / 3);
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .wrap-honor .group ul li {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-honor .group ul li {
    width: 100%;
  }
}
.wrap-honor .group ul li .item:hover {
  cursor: pointer;
}
.wrap-honor .group ul li .item:hover .note {
  border: 1px solid #d9d9d9;
}
.wrap-honor .group ul li .item:hover .note .pic::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.wrap-honor .group ul li .item:hover .note .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-honor .group ul li .item:hover .tit p {
  color: #0282D2;
  text-decoration: underline;
}
.wrap-honor .group ul li .item .note {
  position: relative;
  padding: 10px;
  border: 1px solid #EDEDED;
  transition: all 0.2s;
}
.wrap-honor .group ul li .item .note .pic {
  position: relative;
  padding: 15px;
  transition: all 0.2s;
}
.wrap-honor .group ul li .item .note .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(161deg, rgba(242, 236, 229, 0.12) 23.14%, rgba(209, 209, 209, 0.2) 95.96%);
  transition: all 0.25s;
}
.wrap-honor .group ul li .item .note .pic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: linear-gradient(161deg, rgba(56, 170, 242, 0.2) 23.14%, rgba(0, 88, 125, 0.2) 95.96%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.wrap-honor .group ul li .item .note .img-box {
  padding-bottom: calc(700 / 480 * 100%);
}
.wrap-honor .group ul li .item .note .img-box img {
  transition: all 0.5s;
}
.wrap-honor .group ul li .item .tit {
  margin-top: 20px;
}
.wrap-honor .group ul li .item .tit p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-honor .group ul li .item .tit p {
    font-size: 14px;
  }
}
.wrap-honor .honor-page {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-honor .honor-page {
    margin-top: 30px;
  }
}
.wrap-honor .honor-page ul {
  padding-top: 0;
  padding: 6px 0px;
  background: #F8F8F8;
  border-radius: 62px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor-page ul {
    padding-top: 0;
  }
}
.wrap-honor .honor-page ul li a {
  border-radius: 50%;
}
.wrap-honor .honor-page ul li.prev a,
.wrap-honor .honor-page ul li.next a {
  background: #fff;
}
.wrap-honor .honor-page ul li.prev a:hover,
.wrap-honor .honor-page ul li.next a:hover {
  background: #0282D2;
  color: #fff;
}
.wrap-quality {
  overflow: hidden;
}
.wrap-quality .box1 {
  overflow: hidden;
  padding-top: 100px;
}
.wrap-quality .box1 .group {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-quality .box1 .group {
    margin-top: 30px;
  }
}
.wrap-quality .box1 .group .row {
  margin: -10px;
}
.wrap-quality .box1 .group .row .col-12 {
  height: auto;
  padding: 10px;
}
.wrap-quality .box1 .group .row .col-12 .item {
  height: 100%;
  background-size: 100% 100%;
  background-color: #F0F9FF;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wrap-quality .box1 .group .row .col-12 .item:hover::before {
  opacity: 0;
  visibility: hidden;
}
.wrap-quality .box1 .group .row .col-12 .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.wrap-quality .box1 .group .row .col-12 .item:hover .note h2 {
  color: #fff;
}
.wrap-quality .box1 .group .row .col-12 .item:hover .note .txt {
  /* max-height: 90px;
  visibility: visible;
  margin-top: 10px; */
  /* opacity: 1; */
}
.wrap-quality .box1 .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F0F9FF;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
  display: none;
}
.wrap-quality .box1 .group .row .col-12 .item::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 40px;
  background: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 55% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 55% 100%, 0 0);
}
.wrap-quality .box1 .group .row .col-12 .item .icon {
  display: block;
  height: auto;
  transition: all 0.2s;
}
.wrap-quality .box1 .group .row .col-12 .item .icon img {
  display: block;
  max-height: 40px;
  filter: brightness(0) invert(1);
}
.wrap-quality .box1 .group .row .col-12 .item .note {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-quality .box1 .group .row .col-12 .item .note {
    margin-top: 40px;
  }
}
.wrap-quality .box1 .group .row .col-12 .item .note h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.2s;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-quality .box1 .group .row .col-12 .item .note h2 {
    font-size: 18px;
  }
}
.wrap-quality .box1 .group .row .col-12 .item .note .txt {
  transition: all 0.3s;
  /* max-height: 0; */
  /* opacity: 0; */
  /* visibility: hidden; */
  margin-top: 10px;
}
.wrap-quality .box1 .group .row .col-12 .item .note .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-quality .box1 .group .row .col-12 .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-quality .box2 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-quality .box2 {
    margin-top: 40px;
  }
}
.wrap-quality .box2 .list .l-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .wrap-quality .box2 .list .l-item {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-quality .box2 .list .l-item::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 30%;
  left: 50%;
  transform: translateX(-50%);
  background: #F0F9FF;
  bottom: 0;
  z-index: -1;
}
.wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
  order: 2;
  padding-left: 80px;
  padding-right: calc((100% - 1680px) / 2);
}
@media (max-width: 1710px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
    padding-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1470px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
    padding-right: calc((100% - 1320px) / 2);
  }
}
@media (max-width: 1400px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
    padding-right: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-note {
    order: 1;
    padding: 30px 15px;
  }
}
.wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-pic {
  order: 1;
}
@media (max-width: 991px) {
  .wrap-quality .box2 .list .l-item:nth-child(2n+2) .l-pic {
    order: 2;
  }
}
.wrap-quality .box2 .list .l-item .l-note {
  width: 50%;
  padding-left: calc((100% - 1680px) / 2);
  padding-right: 80px;
}
@media (max-width: 1710px) {
  .wrap-quality .box2 .list .l-item .l-note {
    padding-left: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1470px) {
  .wrap-quality .box2 .list .l-item .l-note {
    padding-left: calc((100% - 1320px) / 2);
  }
}
@media (max-width: 1400px) {
  .wrap-quality .box2 .list .l-item .l-note {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-quality .box2 .list .l-item .l-note {
    width: 100%;
    padding: 30px 15px;
  }
}
.wrap-quality .box2 .list .l-item .l-note h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin: 0;
}
.wrap-quality .box2 .list .l-item .l-note h2 span {
  color: #0282D2;
}
@media (max-width: 1470px) {
  .wrap-quality .box2 .list .l-item .l-note h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.wrap-quality .box2 .list .l-item .l-note .txt {
  margin-top: 20px;
}
.wrap-quality .box2 .list .l-item .l-note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note .txt p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img {
  font-size: 0;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note .slider-nav-img {
    margin-top: 30px;
  }
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note .slider-nav-img .slick-list {
    margin: 0 -5px;
  }
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .wrap-quality .box2 .list .l-item .l-note .slider-nav-img .slick-slide {
    padding: 0 5px;
  }
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .slick-current .item {
  border: 1px solid #0282D2;
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .item {
  border: 1px solid #fff;
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .item:hover .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .item .img-box {
  padding-bottom: calc(240 / 460 * 100%);
}
.wrap-quality .box2 .list .l-item .l-note .slider-nav-img .item .img-box img {
  transition: all 0.5s;
}
.wrap-quality .box2 .list .l-item .l-pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-quality .box2 .list .l-item .l-pic {
    width: 100%;
    padding: 0 15px;
    margin-top: -10px;
  }
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic {
  font-size: 0;
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-prev,
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-next {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-prev:hover,
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-next:hover {
  background: #0282D2;
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-prev {
  left: 20px;
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .slick-next {
  right: 20px;
}
.wrap-quality .box2 .list .l-item .l-pic .slider-for-pic .item img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-quality .honor {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-quality .honor {
    padding: 40px 0;
  }
}
.hb-note {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 3;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.hb-note h1 {
  color: #FFF;
  text-shadow: 0 4px 0 rgba(10, 95, 161, 0.4);
  font-size: 3.2vw;
  font-weight: 600;
  letter-spacing: -0.1vw;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .hb-note h1 {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .hb-note h1 {
    font-size: 15px;
  }
}
.hb-note .txt {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .hb-note .txt {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hb-note .txt {
    margin-top: 7px;
  }
}
.hb-note .txt p {
  color: #FFF;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .hb-note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hb-note .txt p {
    font-size: 12px;
    line-height: 1.3;
  }
}
.hb-note .btn-more {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hb-note .btn-more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hb-note .btn-more {
    margin-top: 7px;
  }
}
.hb-note .btn-more a {
  width: 170px;
  border: 1px solid #0282D2;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hb-note .btn-more a {
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0 17px;
    margin-right: 5px;
  }
}
.hb-note .btn-more .btn1:hover {
  border: 1px solid #222;
}
.hb-note .btn-more .btn2 {
  /* background-color: transparent; */
  background-color: #0282D2;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.hb-note .btn-more .btn2:hover {
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  border: 1px solid #0282D2;
}
.hb-note .btn-more .btn2 .name {
  /* background: rgba(255, 255, 255, 0.24); */
  background: #fff;
  color: #000;
  backdrop-filter: blur(7px);
}
.h-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .h-type {
    margin-bottom: 15px;
  }
}
.h-type span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 100px;
  background: #F5FAFD;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.h-type span::before {
  content: '';
  font-family: 'iconfont' !important;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  display: block;
  background: #999;
}
.wrap-home {
  overflow: hidden;
}
.wrap-home .home-product {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0;
  }
}
.wrap-home .home-global {
  overflow: hidden;
}
.wrap-home .home-global .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .top {
    flex-direction: column;
  }
}
.wrap-home .home-global .top .wrap-tit {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .top .wrap-tit {
    width: 100%;
  }
}
.wrap-home .home-global .top .wrap-txt {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .top .wrap-txt {
    width: 100%;
    margin-top: 25px;
  }
}
.wrap-home .home-global .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group {
    margin-top: 30px;
  }
}
.wrap-home .home-global .group .row {
  margin: -30px;
}
@media (max-width: 1470px) {
  .wrap-home .home-global .group .row {
    margin: -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row {
    margin: -10px;
  }
}
.wrap-home .home-global .group .row .col-12 {
  padding: 30px;
}
@media (max-width: 1470px) {
  .wrap-home .home-global .group .row .col-12 {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-12 {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-global .group .row .col-12 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-12:last-child {
    width: 100%;
  }
}
.wrap-home .home-global .group .row .col-12 .item {
  min-height: 400px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-12 .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-global .group .row .col-12 .item {
    min-height: 350px;
  }
}
.wrap-home .home-global .group .row .col-left .item {
  background: linear-gradient(180deg, #000 0%, #0282D2 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 100% 100%;
}
.wrap-home .home-global .group .row .col-left .item::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 0);
}
.wrap-home .home-global .group .row .col-left .item .type p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .wrap-home .home-global .group .row .col-left .item .type p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-left .item .type p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-global .group .row .col-left .item .type p {
    font-size: 14px;
  }
}
.wrap-home .home-global .group .row .col-left .item .note .num {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap-home .home-global .group .row .col-left .item .note .num b {
  display: block;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-left .item .note .num b {
    font-size: 24px;
  }
}
.wrap-home .home-global .group .row .col-left .item .note .num b span {
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-left .item .note .num b span {
    font-size: 34px;
  }
}
.wrap-home .home-global .group .row .col-left .item .note .txt {
  padding-top: 10px;
}
.wrap-home .home-global .group .row  .item .note .txt ul {
  padding-left: 20px;
}
.wrap-home .home-global .group .row  .item .note .txt ul li,
.wrap-home .home-global .group .row .col-center  .item .note .txt ul li,
.wrap-home .home-global .group .row .col-right  .item .note .txt ul li {
  list-style-type: disc;
}
.wrap-home .home-global .group .row  .item .note .txt ul li,
.wrap-home .home-global .group .row .col-center  .item .note .txt ul li,
.wrap-home .home-global .group .row .col-right  .item .note .txt ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0; 
}
@media (max-width:1199px) {
  .wrap-home .home-global .group .row  .item .note .txt ul li,
  .wrap-home .home-global .group .row .col-center  .item .note .txt ul li,
.wrap-home .home-global .group .row .col-right  .item .note .txt ul li {
    font-size: 14px;
  }
}
.wrap-home .home-global .group .row .col-left .item .note .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-left .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-global .group .row .col-center .item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-size: 100% 100%;
}
.wrap-home .home-global .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(51deg, rgba(0, 0, 0, 0.6) 0.03%, rgba(9, 72, 121, 0.6) 79.98%);
  z-index: -1;
  clip-path: none;
}

.wrap-home .home-global .group .row .col-center .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(51deg, rgba(0, 0, 0, 0.6) 0.03%, rgba(9, 72, 121, 0.6) 79.98%);
  z-index: -1;
}
.wrap-home .home-global .group .row .col-center .item::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  background: #fff;
  z-index: 3;
}
@media (max-width: 991px) {
  .wrap-home .home-global .group .row .col-center .item::before {
    display: none;
  }
}
.wrap-home .home-global .group .row .col-center .item h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-center .item h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.wrap-home .home-global .group .row .col-center .item .txt {
  padding-top: 20px;
}

.wrap-home .home-global .group .row .col-center .item .txt ul {
  padding-left: 20px;
}

.wrap-home .home-global .group .row .col-center .item .txt ul li {
  list-style-type: disc;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-center .item .txt ul li {
    font-size: 14px;
  }
}



@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-center .item .txt {
    padding-top: 15px;
  }
}
.wrap-home .home-global .group .row .col-center .item .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-center .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-global .group .row .col-right .item {
  background: #0282D2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-size: 100% 100%;
}

.wrap-home .home-global .group .row .col-right .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(51deg, rgba(0, 0, 0, 0.6) 0.03%, rgba(9, 72, 121, 0.6) 79.98%);
  z-index: -1;
  clip-path: none;
}

/* .wrap-home .home-global .group .row .col-right .item:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
} */
.wrap-home .home-global .group .row .col-right .item:hover .icon img {
  animation: swing 1s linear infinite;
}
/* .wrap-home .home-global .group .row .col-right .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/blue.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.35s ease-out;
  opacity: 0;
  visibility: hidden;
  display: none;
} */
.wrap-home .home-global .group .row .col-right .item::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 30%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 100%, 0 0);
}
.wrap-home .home-global .group .row .col-right .item .icon img {
  max-height: 80px;
  display: block;
  transition: all 0.3s;
}
.wrap-home .home-global .group .row .col-right .item h2 {
  margin: 30px 0 20px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-right .item h2 {
    font-size: 18px;
  }
}

.wrap-home .home-global .group .row .col-right .item .txt ul {
  padding-left: 20px;
}
.wrap-home .home-global .group .row .col-right .item .txt ul li {
  list-style-type: disc;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-right .item .txt ul li {
    font-size: 14px;
  }
}



.wrap-home .home-global .group .row .col-right .item .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-global .group .row .col-right .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-about {
  padding: 110px 0;
  margin-top: 160px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.wrap-home .home-about::before {
  content: '';
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.wrap-home .home-about .about-name {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -2;
}
.wrap-home .home-about .about-name span {
  display: block;
  background: linear-gradient(179deg, #FFF 0.78%, rgba(255, 255, 255, 0) 68.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10vw;
  font-weight: 600;
  letter-spacing: -0.25vw;
  line-height: 75%;
}
.wrap-home .home-about .info {
  width: 55%;
  overflow: hidden;
}

.wrap-home .home-about .container {
  position: relative;
}

.wrap-home .home-about .container .video-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 430px;
  object-fit: fill;
}

@media (max-width:991px) {
  .wrap-home .home-about .container .video-block {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .wrap-home .home-about .info {
    width: 100%;
  }
}
.wrap-home .home-about .info .wrap-tit h2 {
  color: #fff;
}
.wrap-home .home-about .info .wrap-txt {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .wrap-txt {
    margin-top: 25px;
  }
}
.wrap-home .home-about .info .wrap-txt h4 {
  color: #0282D2;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .wrap-txt h4 {
    font-size: 24px;
  }
}
.wrap-home .home-about .info .wrap-txt p {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-home .home-about .info .btn-more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .btn-more {
    margin-top: 30px;
  }
}
.wrap-home .home-about .info .btn-more a {
  width: 140px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.24);
}
.wrap-home .home-about .info .btn-more a:hover {
  border: 1px solid #0282D2;
  background-color: #0282D2;
}
.wrap-home .home-about .info .btn-more a .name {
  background-color: transparent;
  background: rgba(255, 255, 255, 0.24);
}
.wrap-home .home-about .info .play {
  min-width: 110px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .play {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 40px auto 0 auto;
  }
}
.wrap-home .home-about .info .play::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/video.png) no-repeat center;
  background-size: 100% 100%;
  animation: roatevideo 20s linear infinite;
}
.wrap-home .home-about .info .play:hover a i {
  transform: scale(1.03);
  background: #fff;
}
.wrap-home .home-about .info .play a {
  display: block;
  position: absolute;
}
.wrap-home .home-about .info .play a i {
  font-size: 24px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0282D2;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
}
.wrap-home .home-solution {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution {
    padding: 40px 0;
  }
}
.wrap-home .home-solution .group {
  padding-top: 40px;
  display: flex;
  margin: -5px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .group {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-solution .group {
    flex-direction: column;
  }
}
.wrap-home .home-solution .group .slide-item {
  flex: 1;
  height: 600px;
  margin: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.wrap-home .home-solution .group .slide-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.92%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.wrap-home .home-solution .group .slide-item .static-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wrap-home .home-solution .group .slide-item .static-img {
    height: 350px;
  }
}
.wrap-home .home-solution .group .slide-item:hover .note {
  transform: translateY(0);
}
.wrap-home .home-solution .group .slide-item:hover .note .tit::after {
  width: 100%;
  opacity: 1;
}
.wrap-home .home-solution .group .slide-item:hover .note .tit h2::after {
  transform: rotate(-180deg);
}
.wrap-home .home-solution .group .slide-item:hover .note .txt {
  max-height: 120px;
  opacity: 1;
  min-height: 45px;
}
.wrap-home .home-solution .group .slide-item .note {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px 20px 30px 20px;
  z-index: 3;
  transition: all 0.3s;
  transform: translateY(20px);
}
.wrap-home .home-solution .group .slide-item .note .tit {
  padding: 18px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap-home .home-solution .group .slide-item .note .tit::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #fff;
  opacity: 0.6;
  top: -1px;
  right: 0;
  width: 30px;
  transition: all 0.45s;
}
.wrap-home .home-solution .group .slide-item .note .tit h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  position: relative;
  padding-right: 20px;
}
.wrap-home .home-solution .group .slide-item .note .tit h2::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .group .slide-item .note .tit h2 {
    font-size: 16px;
  }
}
.wrap-home .home-solution .group .slide-item .note .txt {
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.wrap-home .home-solution .group .slide-item .note .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .group .slide-item .note .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-solution .group .slide-item.active {
  flex: 2;
}
.wrap-home .home-project {
  background: #F5FAFD;
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-project {
    padding: 40px 0;
  }
}
.wrap-home .home-project .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-project .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .top .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wrap-home .home-project .top .btn-more a {
  display: inline-block;
}
.wrap-home .home-project .slick-h-project {
  margin-top: 70px;
  font-size: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .slick-h-project {
    margin-top: 30px;
  }
}
.wrap-home .home-project .slick-h-project .slick-list {
  margin: -20px 0;
}
.wrap-home .home-project .slick-h-project .slick-slide {
  padding: 20px 0;
}
.wrap-home .home-project .slick-h-project .item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}
@media (max-width: 991px) {
  .wrap-home .home-project .slick-h-project .item {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-project .slick-h-project .item:hover .pic {
  cursor: pointer;
}
.wrap-home .home-project .slick-h-project .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-home .home-project .slick-h-project .item:hover .pic::before {
  opacity: 1;
}
.wrap-home .home-project .slick-h-project .item:hover .pic::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.wrap-home .home-project .slick-h-project .item:hover .note .tit a {
  color: #0282D2;
  text-decoration: underline;
}
.wrap-home .home-project .slick-h-project .item .pic {
  width: 20%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-home .home-project .slick-h-project .item .pic {
    width: 100%;
  }
}
.wrap-home .home-project .slick-h-project .item .pic::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/file-bg.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.35s;
  pointer-events: none;
}
.wrap-home .home-project .slick-h-project .item .pic::after {
  content: '\e60d';
  position: absolute;
  font-family: 'iconfont' !important;
  min-width: 50px;
  width: 50px;
  height: 50px;
  top: 50%;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.wrap-home .home-project .slick-h-project .item .pic .img-box {
  padding-bottom: calc(460 / 800 * 100%);
}
.wrap-home .home-project .slick-h-project .item .pic .img-box img {
  transition: all 0.5s ease-in-out;
}
.wrap-home .home-project .slick-h-project .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-home .home-project .slick-h-project .item .pic .type span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #0282D2;
  font-size: 14px;
  font-weight: 400;
}
.wrap-home .home-project .slick-h-project .item .note {
  width: 75%;
}
@media (max-width: 991px) {
  .wrap-home .home-project .slick-h-project .item .note {
    width: 100%;
    margin-top: 25px;
  }
}
.wrap-home .home-project .slick-h-project .item .note .tit a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .slick-h-project .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-project .slick-h-project .item .note .date {
  margin: 15px 0;
}
.wrap-home .home-project .slick-h-project .item .note .date span {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .slick-h-project .item .note .date span {
    font-size: 14px;
  }
}
.wrap-home .home-project .slick-h-project .item .note .txt {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .slick-h-project .item .note .txt {
    padding-bottom: 10px;
  }
}
.wrap-home .home-project .slick-h-project .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .slick-h-project .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-project .slick-h-project .item .note .mark {
  padding: 0;
  background-color: transparent;
  margin-top: 20px;
}
.wrap-home .home-project .slick-h-project .item .note .mark ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.wrap-home .home-project .slick-h-project .item .note .mark ul li {
  display: inline-block;
  padding: 5px;
}
.wrap-home .home-project .slick-h-project .item .note .mark ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  background: #EEE;
  border-radius: 50px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.wrap-home .home-news {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.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;
  }
}
.wrap-home .home-news .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wrap-home .home-news .top .btn-more a {
  display: inline-block;
}
.wrap-home .home-news .slick-news {
  margin-top: 60px;
}
.wrap-home .home-news .slick-news .slick-prev,
.wrap-home .home-news .slick-news .slick-next {
  top: 30%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin-top: 30px;
  }
}
.wrap-home .home-media {
  padding: 140px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-media {
    padding: 40px 0;
  }
}
.wrap-home .home-media .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-home .home-media .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-media .info .left {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-media .info .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wrap-home .home-media .info .left .wrap-tit h2 {
  color: #fff;
}
.wrap-home .home-media .info .left .wrap-txt p {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-home .home-media .info .left .btn-more {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .left .btn-more {
    margin-top: 30px;
  }
}
.wrap-home .home-media .info .left .btn-more a {
  display: inline-block;
  border: none;
}
.wrap-home .home-media .info .left .btn-more a .name {
  color: #000;
  background: #fff;
  font-weight: 500;
}
.wrap-home .home-media .info .right {
  width: 30%;
}
@media (max-width: 991px) {
  .wrap-home .home-media .info .right {
    width: 100%;
  }
}
.wrap-home .home-media .info .right ul {
  display: block;
}
.wrap-home .home-media .info .right ul li .item .tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .right ul li .item .tit {
    margin-bottom: 15px;
  }
}
.wrap-home .home-media .info .right ul li .item .tit a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .right ul li .item .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-media .info .right ul li .item .tit a::before {
  content: '\e600';
  font-family: 'iconfont' !important;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  font-size: 24px;
}
.wrap-home .home-media .info .right ul li .item .pic .img-box {
  padding-bottom: calc(640 / 860 * 100%);
}


.editor-content ul {
  padding-left: 20px;
}

.editor-content ul li {
  list-style-type: disc;
}

.table-box {
  width: 100% !important;
}
@media (max-width:1199px) {
  .table-box {
    overflow: auto !important;
  }
}

.editor-content .table-box table {
  width: 100% !important;
}

.editor-content .table-box table tr td {
  height: auto !important;
  padding: 12px;
  border-width: 1px;
  border-color: #eee;
  color: #666;
  font-weight: bold !important;
}
.editor-content .table-box table tr td p {
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
.editor-content .table-box table tr td p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .editor-content .table-box table tr td {
    font-size: 14px;
  }
}


/* add new open float */
.open_link {
  background: #fff;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 22;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(7.5px);
  padding: 30px;
  border-radius: 15px;
}
@media (max-width:1470px) {
  .open_link {
    zoom: .8;
  }
}

@media (max-width:1199px) {
  .open_link {
    zoom: 1;
  }
}


@media (max-width: 1199px) {
  .open_link {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .open_link {
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px;
  }
}
.open_link .close .icon {
  content: '\e61e';
  top: 11px;
  right: 11px;
  font-family: 'iconfont' !important;
  position: absolute;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  z-index: 2;
  border-radius: 50%;
  background: #D2D2D2;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.open_link .close .icon:hover {
  transform: rotate(-90deg);
  background: #0282D2;
}
.open_link .tit {
  display: flex;
  align-items: center;
}
.open_link .tit img {
  max-height: 34px;
  display: block;
  margin-right: 20px;
}
.open_link .tit h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #000 0.02%, #F5A353 50.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.open_link .img_change {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #C3C3C3;
}
.open_link .img_change img {
  max-height: 20px;
}
@media (max-width: 767px) {
  .open_link .img_change img {
    max-height: 16px;
  }
}
.open_link .img_change span {
  margin: 0 10px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 100px;
  background: #0282D2;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.open_link .float_link {
  padding-top: 10px;
}
.open_link .float_link a {
  display: flex;
  align-items: center;
}
.open_link .float_link a:hover img {
  animation: swing 1s linear;
}
.open_link .float_link a:hover span {
  color: #0282D2;
}
.open_link .float_link a img {
  max-height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.open_link .float_link a span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}


.swiper-button-prev::after, 
.swiper-button-next::after {
  color: #fff;
  font-size: 30px;
  transition: all .3s;
  opacity: 1;
}

.swiper-button-prev:hover::after, 
.swiper-button-next:hover::after {
  opacity: 1;
}