@font-face {
  font-family: 'Bricolage Grotesque 48pt';
  src: local('Bricolage Grotesque 48pt Regular'), local('BricolageGrotesque48pt-Regular'), url('../fonts/BricolageGrotesque48pt-Regular.woff2') format('woff2'), url('../fonts/BricolageGrotesque48pt-Regular.woff') format('woff'), url('../fonts/BricolageGrotesque48pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque 48pt';
  src: local('Bricolage Grotesque 48pt Light'), local('BricolageGrotesque48pt-Light'), url('../fonts/BricolageGrotesque48pt-Light.woff2') format('woff2'), url('../fonts/BricolageGrotesque48pt-Light.woff') format('woff'), url('../fonts/BricolageGrotesque48pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque 48pt';
  src: local('Bricolage Grotesque 48pt Medium'), local('BricolageGrotesque48pt-Medium'), url('../fonts/BricolageGrotesque48pt-Medium.woff2') format('woff2'), url('../fonts/BricolageGrotesque48pt-Medium.woff') format('woff'), url('../fonts/BricolageGrotesque48pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque 48pt';
  src: local('Bricolage Grotesque 48pt SemiBold'), local('BricolageGrotesque48pt-SemiBold'), url('../fonts/BricolageGrotesque48pt-SemiBold.woff2') format('woff2'), url('../fonts/BricolageGrotesque48pt-SemiBold.woff') format('woff'), url('../fonts/BricolageGrotesque48pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Bold'), local('Arimo-Bold'), url('../fonts/Arimo-Bold.woff2') format('woff2'), url('../fonts/Arimo-Bold.woff') format('woff'), url('../fonts/Arimo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Medium'), local('Arimo-Medium'), url('../fonts/Arimo-Medium.woff2') format('woff2'), url('../fonts/Arimo-Medium.woff') format('woff'), url('../fonts/Arimo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Italic'), local('Arimo-Italic'), url('../fonts/Arimo-Italic.woff2') format('woff2'), url('../fonts/Arimo-Italic.woff') format('woff'), url('../fonts/Arimo-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Regular'), local('Arimo-Regular'), url('../fonts/Arimo-Regular.woff2') format('woff2'), url('../fonts/Arimo-Regular.woff') format('woff'), url('../fonts/Arimo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo SemiBold'), local('Arimo-SemiBold'), url('../fonts/Arimo-SemiBold.woff2') format('woff2'), url('../fonts/Arimo-SemiBold.woff') format('woff'), url('../fonts/Arimo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Bricolage Grotesque 48pt', 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: #2159B4;
  color: #fff;
  border: 1px solid #2159B4;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 15px;
}
.menu-btn .icon {
  color: #222;
  font-size: 23px;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
.banner-box.home-banner {
  padding: 90px 20px 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-box.home-banner {
    padding: 75px 15px 0 15px;
    border-radius: 10px;
  }
}
.banner-box.home-banner .banner {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-box.home-banner .banner {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: 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: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.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(870 / 1880 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e630';
  font-family: 'iconfont' !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: start;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 15px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}
@keyframes roatevideo {
  0% {
    transform: rotate(0) scale(3);
  }
  100% {
    transform: rotate(360deg) scale(3);
  }
}
@media (max-width: 1199px) {
  @keyframes roatevideo {
    0% {
      transform: rotate(0) scale(2);
    }
    100% {
      transform: rotate(360deg) scale(2);
    }
  }
}
.banner-box .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  animation: roatevideo 20s linear infinite;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  background: #fff;
}
.banner-box .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@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: #2159B4;
  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: #2159B4;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  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: #2159B4;
  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: #2159B4;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: #2159B4;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 12px;
  background: transparent;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: auto;
    left: calc(100%);
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.5px);
  position: relative;
  opacity: 1;
  margin: 2px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #2159B4;
  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: #2159B4;
  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,
.float-window .window-box.box-whatapp p
{
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img,
.float-window .window-box.box-whatapp 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: #2159B4;
  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,
.float-window .window-box.box-whatapp 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: #2159B4;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  display: none;
}
@media (max-width: 991px) {
  .float-btn {
    display: block;
  }
}
.float-btn:hover {
  cursor: pointer;
}
.float-btn i.active {
  transform: rotate(-45deg);
}
.float-btn i {
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 11;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px;
  }
}
.header .info .left {
  display: flex;
  align-items: center;
}
.header .info .left .menu-logo a {
  display: block;
  height: auto;
}
.header .info .left .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .header .info .left .menu-logo a img {
    max-height: 55px;
  }
}
.header .info .left .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .info .left .menu-nav {
    display: none;
  }
}
.header .info .left .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 -30px;
  padding-left: 140px;
}
@media (max-width: 1470px) {
  .header .info .left .menu-nav .nav-first {
    margin: 0 -15px;
    padding-left: 60px;
  }
}
@media (max-width: 1400px) {
  .header .info .left .menu-nav .nav-first {
    padding-left: 30px;
  }
}
.header .info .left .menu-nav .nav-first li.active a {
  color: #2159B4;
}
.header .info .left .menu-nav .nav-first li.active a::after {
  opacity: 1;
}
.header .info .left .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .info .left .menu-nav .nav-first li.active ul li a::after {
  display: none;
}
.header .info .left .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .info .left .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .info .left .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #2159B4;
}
.header .info .left .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1470px) {
  .header .info .left .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
.header .info .left .menu-nav .nav-first li a {
  color: #333;
  display: block;
  transition: all 0.3s linear;
  position: relative;
  font-size: 20px;
  line-height: 90px;
}
.header .info .left .menu-nav .nav-first li a::after {
  content: '';
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.3s linear;
  background: #2159B4;
  opacity: 0;
}
.header .info .left .menu-nav .nav-first li a:hover {
  color: #2159B4;
}
.header .info .left .menu-nav .nav-first li a:hover::after {
  opacity: 1;
}
.header .info .left .menu-nav .nav-first li a i {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-weight: 400;
  transform: rotate(180deg);
}
.header .info .left .menu-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: 15px 0;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}
.header .info .left .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .info .left .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  padding: 5px 20px;
  position: relative;
  height: auto;
}
.header .info .left .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .info .left .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #2159B4;
}
.header .info .left .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .info .left .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .info .left .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .info .left .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .info .left .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 20px;
}
.header .info .left .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .info .left .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .info .right {
  display: flex;
  align-items: center;
}
.header .info .right .menu-search {
  position: relative;
}
.header .info .right .menu-search .pc-search {
  display: block;
}
@media (max-width: 1199px) {
  .header .info .right .menu-search .pc-search {
    display: none;
  }
}
.header .info .right .menu-search .pc-search form {
  position: relative;
}
.header .info .right .menu-search .pc-search form input {
  max-width: 240px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.06);
  border: none;
  padding: 0 20px;
  height: 40px;
  color: #666;
}
.header .info .right .menu-search .pc-search form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .info .right .menu-search .pc-search form input:focus::placeholder {
  color: #999;
}
.header .info .right .menu-search .pc-search form button {
  border: none;
  background: transparent;
  color: #666;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.header .info .right .menu-search .pc-search form button i {
  font-size: 20px;
  transition: all 0.3s;
}
.header .info .right .menu-search .pc-search form button i:hover {
  color: #2159B4;
}
.header .info .right .menu-search .xs-search {
  display: none;
}
@media (max-width: 1199px) {
  .header .info .right .menu-search .xs-search {
    display: block;
  }
}
.header .info .right .menu-search .find {
  display: flex;
  align-items: center;
}
.header .info .right .menu-search .find a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s linear;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .header .info .right .menu-search .find a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .info .right .menu-search .find a {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.header .info .right .menu-search .find a:hover {
  color: #2159B4;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .find a span {
    display: none;
  }
}
.header .info .right .menu-search .find a i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .header .info .right .menu-search .find a i {
    font-size: 18px;
  }
}
.header .info .right .menu-search .find a i:hover {
  color: #2159B4;
}
.header .info .right .menu-search .search-group {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 15px);
  z-index: 2;
  right: 15px;
  width: 400px;
}
@media (max-width: 991px) {
  .header .info .right .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group {
    width: 230px;
  }
}
.header .info .right .menu-search .search-group .box {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group .box {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.header .info .right .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header .info .right .menu-search .search-group .box .search-close:hover i {
  color: #2159B4;
  transform: rotate(180deg);
}
.header .info .right .menu-search .search-group .box .search-close i {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header .info .right .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header .info .right .menu-search .search-group .box .search-form form {
  position: relative;
}
.header .info .right .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header .info .right .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .info .right .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header .info .right .menu-search .search-group .box .search-form form button {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}
.header .info .right .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .info .right .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header .info .right .menu-search .search-group .box .search-form form button:hover {
  color: #2159B4;
}
.header .info .right .menu-language {
  position: relative;
  padding-left: 10px;
}
.header .info .right .menu-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .info .right .menu-language .select-name {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s;
  border-radius: 62px;
  border: 1px solid #333;
  background: #333;
  display: block;
  height: 40px;
  padding: 0 30px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 1400px) {
  .header .info .right .menu-language .select-name {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .info .right .menu-language .select-name {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .header .info .right .menu-language .select-name {
    padding: 0 15px;
  }
}
.header .info .right .menu-language .select-name:hover {
  color: #fff;
  background: #2159B4;
}
.header .info .right .menu-language .select-name::after {
  margin-left: 7px;
  content: '\e613';
  font-family: 'iconfont' !important;
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
}
.header .info .right .menu-language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header .info .right .menu-language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .info .right .menu-language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .info .right .menu-language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .info .right .menu-language .drop-select li:hover a {
  color: #2159B4;
}
.header .info .right .menu-language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}
.header .info .right .menu-language .drop-select li a:hover {
  background: #f1f1f1;
}
.header .info .right .menu-language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
  min-width: 30px;
}
.wrap-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.wrap-nav ul::before {
  content: '\e615';
  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: #2159B4;
}
.wrap-nav ul li:last-child a::after {
  display: none;
}
.wrap-nav ul li a {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.wrap-nav ul li a:hover {
  color: #2159B4;
}
.wrap-nav ul li a::after {
  content: '>';
  font-family: 'iconfont' !important;
  padding: 0 10px;
  color: #999;
}
.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%;
  border: none;
  background: #2159B4;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-tit input {
    height: 45px;
    line-height: 45px;
    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-radius: 6px;
  background: #F4F9FC;
  border: none;
  color: #666;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box input {
    height: 45px;
    line-height: 45px;
  }
}
.common-form form .row .col-12 .box input::placeholder {
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box input::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box input:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .box textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 6px;
  background: #F4F9FC;
  border: none;
  color: #666;
}
.common-form form .row .col-12 .box textarea::placeholder {
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .box-submit button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  border: none;
  transition: all 0.3s;
  border-radius: 62px;
  background: #333;
  color: #FFF;
  font-weight: 400;
}
.common-form form .row .col-12 .box-submit button:hover {
  background: #2159B4;
  color: #fff;
}
.common-form form .row .col-12 .box-submit button:hover span {
  animation: fadeInUp 0.45s linear;
}
.common-form form .row .col-12 .box-submit button:hover span::after {
  transform: rotate(0deg);
}
.common-form form .row .col-12 .box-submit button span {
  display: block;
  position: relative;
}
.common-form form .row .col-12 .box-submit button span::after {
  content: '\e60e';
  display: inline-block;
  margin-left: 10px;
  font-family: 'iconfont' !important;
  transform: rotate(-45deg);
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  [data-cue] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
.wrap-contact {
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact {
    padding-top: 60px;
  }
}
.wrap-contact .c-message {
  padding: 110px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact .c-message {
    padding: 40px 0;
  }
}
.wrap-contact .c-message .info {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .c-message .info {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .wrap-contact .c-message .info {
    flex-direction: column;
  }
}
.wrap-contact .c-message .info .left {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .wrap-contact .c-message .info .left {
    width: 100%;
  }
}
.wrap-contact .c-message .info .left .tit {
  min-width: 1200px;
}
@media (max-width: 991px) {
  .wrap-contact .c-message .info .left .tit {
    min-width: 100%;
  }
}
.wrap-contact .c-message .info .left .tit h2 {
  color: #2159B4;
  font-size: 120px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .c-message .info .left .tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-contact .c-message .info .left .txt {
  padding-top: 20px;
}
.wrap-contact .c-message .info .left .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .c-message .info .left .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-contact .c-message .info .left .common-form {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-contact .c-message .info .left .common-form {
    padding-top: 20px;
  }
}
.wrap-contact .c-message .info .right {
  width: 55%;
}
@media (max-width: 991px) {
  .wrap-contact .c-message .info .right {
    width: 100%;
    padding-top: 30px;
  }
}
.wrap-contact .c-message .info .right .pic {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-contact .c-message .info .right .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-contact .c-contact {
  background: #F4F9FC;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact {
    padding: 40px 0;
  }
}
.wrap-contact .c-contact ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -40px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact ul {
    margin: -20px -10px;
  }
}
.wrap-contact .c-contact ul li {
  width: calc(100% / 4);
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact ul li {
    width: calc(100% / 2);
    padding: 20px 10px;
  }
}
.wrap-contact .c-contact ul li:hover .icon i {
  animation: swing 1s linear;
}
.wrap-contact .c-contact ul li:hover .name span {
  color: #2159B4;
  text-decoration: underline;
}
.wrap-contact .c-contact ul li:hover a {
  color: #2159B4;
}
.wrap-contact .c-contact ul li .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact ul li .icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
}
.wrap-contact .c-contact ul li .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.4);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.wrap-contact .c-contact ul li .icon i {
  font-size: 26px;
  color: #2159B4;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact ul li .icon i {
    font-size: 23px;
  }
}
.wrap-contact .c-contact ul li .name {
  padding: 25px 0 15px 0;
}
.wrap-contact .c-contact ul li .name span {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.wrap-contact .c-contact ul li a,
.wrap-contact .c-contact ul li .address {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-contact .c-contact ul li a,
  .wrap-contact .c-contact ul li .address {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-contact .c-contact ul li .txt {
  padding-top: 20px;
}
.wrap-contact .c-contact ul li .txt p {
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}
.footer {
  padding: 50px 0 20px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/f-bg.png) no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 90px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 70px 0;
  }
}
.footer .foot-top {
  border-bottom: 1px solid #D9D9D9;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot-top {
    padding: 15px 0;
    flex-direction: column;
    align-items: start;
  }
}
.footer .foot-top .logo a {
  display: block;
  height: auto;
}
.footer .foot-top .logo a img {
  max-height: 110px;
}
@media (max-width: 1199px) {
  .footer .foot-top .logo a img {
    max-height: 85px;
  }
}
.footer .foot-top .txt {
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .foot-top .txt {
    width: 100%;
    padding-top: 20px;
  }
}
.footer .foot-top .txt p {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-top .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-top .share {
    padding-top: 20px;
  }
}
.footer .foot-top .share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.footer .foot-top .share ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer .foot-top .share ul li a {
  display: block;
}
.footer .foot-top .share ul li a i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  background: rgba(255, 255, 255, 0.4);
  color: #d6d6d6;
  transition: all 0.3s;
  font-size: 20px;
}
.footer .foot-top .share ul li a i:hover {
  background: #2159B4;
  color: #fff;
  border: 1px solid #2159B4;
}
.footer .foot-nav {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .footer .foot-nav {
    padding: 40px 0;
    flex-direction: column;
    margin: 0;
  }
}
.footer .foot-nav .item {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .footer .foot-nav .item {
    padding: 10px 0;
  }
}
.footer .foot-nav .item:last-child {
  width: 300px;
}
@media (max-width: 1199px) {
  .footer .foot-nav .item:last-child {
    width: 100%;
  }
}
.footer .foot-nav .n-tit p {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-nav .n-tit p {
    font-size: 22px;
    line-height: 32px;
  }
}
.footer .foot-nav .info {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot-nav .info {
    padding-top: 20px;
  }
}
.footer .foot-nav .info a,
.footer .foot-nav .info .address {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer .foot-nav .info a,
  .footer .foot-nav .info .address {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.footer .foot-nav .info a:hover {
  color: #2159B4;
  text-decoration: underline;
}
.footer .foot-nav .info p {
  display: flex;
}
.footer .foot-nav .info p:last-child {
  margin: 0;
}
.footer .foot-nav .info p i {
  display: inline-block;
  margin-right: 20px;
  min-width: 20px;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.2);
  padding: 18px 50px;
}
@media (max-width: 1470px) {
  .footer .copyright {
    padding: 18px 20px;
  }
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
}
.footer .copyright p {
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Arimo, sans-serif;
}
@media (max-width: 1199px) {
  .footer .copyright .link {
    padding-top: 15px;
  }
}
.footer .copyright .link a {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Arimo, sans-serif;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .copyright .link a {
    padding: 0 10px;
  }
}
.footer .copyright .link a:first-child::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer .copyright .link a:last-child {
  text-decoration: underline;
}
.wrap-tit h2 {
  color: #333;
  font-size: 54px;
  font-weight: 500;
  line-height: 66px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-txt {
  padding-top: 20px;
}
.wrap-txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-news {
  padding: 80px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-news {
    padding: 40px 0;
  }
}
.wrap-news .group {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .wrap-news .group {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .wrap-news .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .row .col-12 {
    width: 100%;
  }
}
.wrap-news .group .row .col-12 .item {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wrap-news .group .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-news .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-news .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-news .group .row .col-12 .item:hover .note .tit a {
  color: #2159B4;
}
.wrap-news .group .row .col-12 .item .pic {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.wrap-news .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.wrap-news .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(500 / 800 * 100%);
  border-radius: 14px;
}
.wrap-news .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-news .group .row .col-12 .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrap-news .group .row .col-12 .item .pic .type {
    top: 10px;
    left: 10px;
  }
}
.wrap-news .group .row .col-12 .item .pic .type span {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-news .group .row .col-12 .item .pic .type span {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
.wrap-news .group .row .col-12 .item .pic .type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .wrap-news .group .row .col-12 .item .pic .type span::before {
    margin-right: 5px;
  }
}
.wrap-news .group .row .col-12 .item .note {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-news .group .row .col-12 .item .note .tit {
  width: 85%;
}
.wrap-news .group .row .col-12 .item .note .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
@media (max-width: 1199px) {
  .wrap-news .group .row .col-12 .item .note .tit a {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-news .group .row .col-12 .item .note .more a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  border-radius: 50px;
  transition: all 0.3s;
}
.wrap-news .group .row .col-12 .item .note .more a:hover {
  background: #2159B4;
  transform: rotate(45deg);
}
.wrap-news .group .row .col-12 .item .note .more a i {
  color: #fff;
  display: inline-block;
  transform: rotate(-45deg);
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li.active a {
  background: #2159B4;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  color: #333;
  transition: all 0.2s ease-out;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  color: #fff;
  cursor: pointer;
  background: #2159B4;
}
.pagination ul li.active a {
  color: #fff;
  background: #2159B4;
}
.pagination ul li.next {
  margin-left: 5px;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
  background: #2159B4;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.pagination ul li.prev {
  margin-right: 5px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
  background: #2159B4;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.foot-quote {
  padding: 110px 0;
  overflow: hidden;
  position: relative;
}
.foot-quote::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 38.7%, rgba(255, 255, 255, 0) 118%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .foot-quote {
    padding: 40px 0;
  }
}
.foot-quote .box {
  position: relative;
  z-index: 3;
}
.foot-quote .box .wrap-tit h2 {
  color: #fff;
}
.foot-quote .box .wrap-txt p {
  color: #fff;
}
.foot-quote .box .enter-email {
  margin-top: 60px;
  display: inline-flex;
  backdrop-filter: blur(10px);
}
@media (max-width: 1199px) {
  .foot-quote .box .enter-email {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .foot-quote .box .enter-email {
    display: flex;
  }
}
.foot-quote .box .enter-email form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(17px);
}
@media (max-width: 991px) {
  .foot-quote .box .enter-email form {
    flex-direction: column;
    border-radius: 20px;
    align-items: start;
    width: 100%;
  }
}
.foot-quote .box .enter-email form input {
  border: none;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  background: transparent;
  color: #FFF;
}
@media (max-width: 991px) {
  .foot-quote .box .enter-email form input {
    width: 100%;
    display: block;
  }
}
.foot-quote .box .enter-email form input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.foot-quote .box .enter-email form input:focus::placeholder {
  color: #eee;
}
.foot-quote .box .enter-email form button {
  border: none;
  background: #fff;
  padding: 0 26px;
  border-radius: 100px;
  display: block;
  height: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .foot-quote .box .enter-email form button {
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    height: auto;
    line-height: normal;
  }
}
.foot-quote .box .enter-email form button:hover {
  background: #2159B4;
  color: #fff;
}
.foot-quote .box .enter-email form button:hover span::after {
  transform: rotate(0deg);
}
.foot-quote .box .enter-email form button span {
  position: relative;
}
.foot-quote .box .enter-email form button span::after {
  content: '\e60e';
  font-family: 'iconfont' !important;
  transform: rotate(-45deg);
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
}
.wrap-project {
  padding: 80px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-project {
    padding: 40px 0;
  }
}
.wrap-project .box .group {
  padding-top: 20px;
}
.wrap-project .box .group .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #D9D9D9;
}
.wrap-project .box .group .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-project .box .group .item:hover .note .tit a {
  color: #2159B4;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .wrap-project .box .group .item {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-project .box .group .item .pic {
  width: 25%;
}
@media (max-width: 1710px) {
  .wrap-project .box .group .item .pic {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item .pic {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .wrap-project .box .group .item .pic {
    width: 100%;
  }
}
.wrap-project .box .group .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: calc(580 / 880 * 100%);
}
.wrap-project .box .group .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-project .box .group .item .note {
  width: 70%;
}
@media (max-width: 1710px) {
  .wrap-project .box .group .item .note {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item .note {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap-project .box .group .item .note {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-project .box .group .item .note .type span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 34px;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background: rgba(33, 89, 180, 0.1);
  border-radius: 60px;
}
@media (max-width: 767px) {
  .wrap-project .box .group .item .note .type span {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.wrap-project .box .group .item .note .tit {
  padding-top: 30px;
}
@media (max-width: 1470px) {
  .wrap-project .box .group .item .note .tit {
    padding-top: 20px;
  }
}
.wrap-project .box .group .item .note .tit a {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-project .box .group .item .note .txt {
  padding-top: 10px;
}
.wrap-project .box .group .item .note .txt p {
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-project .box .group .item .note .more {
  padding-top: 40px;
}
@media (max-width: 1470px) {
  .wrap-project .box .group .item .note .more {
    padding-top: 20px;
  }
}
.wrap-project .box .group .item .note .more a {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background: #333;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 60px;
}
.wrap-project .box .group .item .note .more a:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-project .box .group .item .note .more a:hover span::after {
  transform: rotate(0deg);
}
@media (max-width: 1199px) {
  .wrap-project .box .group .item .note .more a {
    font-size: 14px;
  }
}
.wrap-project .box .group .item .note .more a span {
  position: relative;
  display: block;
}
.wrap-project .box .group .item .note .more a span::after {
  content: '\e60e';
  font-family: 'iconfont' !important;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.wrap-product,
.wrap-details {
  padding: 80px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product,
  .wrap-details {
    padding: 40px 0;
  }
}
.wrap-product .box .group,
.wrap-details .box .group {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-product .box .group,
  .wrap-details .box .group {
    padding-top: 30px;
  }
}
.wrap-product .box .group .left,
.wrap-details .box .group .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .box .group .left,
  .wrap-details .box .group .left {
    display: none;
  }
}
.wrap-product .box .group .left .left-group ul li,
.wrap-details .box .group .left .left-group ul li {
  margin-bottom: 20px;
}
.wrap-product .box .group .left .left-group ul li a,
.wrap-details .box .group .left .left-group ul li a {
  display: block;
  padding: 16px 18px;
  line-height: 24px;
  border-radius: 10px;
  background: #EEF7FF;
  transition: all 0.3s;
  position: relative;
  color: #333;
  font-size: 18px;
}
.wrap-product .box .group .left .left-group ul li a:hover,
.wrap-details .box .group .left .left-group ul li a:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-product .box .group .left .left-group ul li a:hover::after,
.wrap-details .box .group .left .left-group ul li a:hover::after {
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
.wrap-product .box .group .left .left-group ul li a::after,
.wrap-details .box .group .left .left-group ul li a::after {
  color: #666;
  content: '\ecdd';
  position: absolute;
  font-family: 'iconfont' !important;
  right: 18px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.wrap-product .box .group .left .left-group ul li > ul,
.wrap-details .box .group .left .left-group ul li > ul {
  display: none;
}
.wrap-product .box .group .left .left-group ul li.active,
.wrap-details .box .group .left .left-group ul li.active {
  margin-bottom: 10px;
}
.wrap-product .box .group .left .left-group ul li.active a,
.wrap-details .box .group .left .left-group ul li.active a {
  background: #2159B4;
  color: #fff;
}
.wrap-product .box .group .left .left-group ul li.active a::after,
.wrap-details .box .group .left .left-group ul li.active a::after {
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
.wrap-product .box .group .left .left-group ul li.active > ul,
.wrap-details .box .group .left .left-group ul li.active > ul {
  display: block;
  border-radius: 10px;
  background: #FCFCFC;
  padding: 20px;
}
.wrap-product .box .group .left .left-group ul li.active > ul li.active a,
.wrap-details .box .group .left .left-group ul li.active > ul li.active a {
  color: #2159B4;
  padding: 7px 20px;
}
.wrap-product .box .group .left .left-group ul li.active > ul li.active a::before,
.wrap-details .box .group .left .left-group ul li.active > ul li.active a::before {
  opacity: 1;
}
.wrap-product .box .group .left .left-group ul li.active > ul li,
.wrap-details .box .group .left .left-group ul li.active > ul li {
  margin-bottom: 0;
}
.wrap-product .box .group .left .left-group ul li.active > ul li a,
.wrap-details .box .group .left .left-group ul li.active > ul li a {
  background: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 0;
  position: relative;
}
.wrap-product .box .group .left .left-group ul li.active > ul li a:hover,
.wrap-details .box .group .left .left-group ul li.active > ul li a:hover {
  color: #2159B4;
  padding: 7px 20px;
}
.wrap-product .box .group .left .left-group ul li.active > ul li a:hover::before,
.wrap-details .box .group .left .left-group ul li.active > ul li a:hover::before {
  opacity: 1;
}
.wrap-product .box .group .left .left-group ul li.active > ul li a::before,
.wrap-details .box .group .left .left-group ul li.active > ul li a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2159B4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-product .box .group .left .left-group ul li.active > ul li a::after,
.wrap-details .box .group .left .left-group ul li.active > ul li a::after {
  display: none;
}
.wrap-product .box .group .right,
.wrap-details .box .group .right {
  width: 72%;
}
@media (max-width: 1199px) {
  .wrap-product .box .group .right,
  .wrap-details .box .group .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-product .box .group .right .row .col-12,
  .wrap-details .box .group .right .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .box .group .right .row .col-12,
  .wrap-details .box .group .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .box .group .right .row .col-12 .item,
.wrap-details .box .group .right .row .col-12 .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .box .group .right .row .col-12 .item,
  .wrap-details .box .group .right .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-product .box .group .right .row .col-12 .item:hover .pic .img-box img,
.wrap-details .box .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-product .box .group .right .row .col-12 .item:hover .pic .type,
.wrap-details .box .group .right .row .col-12 .item:hover .pic .type {
  opacity: 1;
}
.wrap-product .box .group .right .row .col-12 .item:hover .note .tit a,
.wrap-details .box .group .right .row .col-12 .item:hover .note .tit a {
  color: #2159B4;
  text-decoration: underline;
}
.wrap-product .box .group .right .row .col-12 .item .pic,
.wrap-details .box .group .right .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-product .box .group .right .row .col-12 .item .pic .img-box,
.wrap-details .box .group .right .row .col-12 .item .pic .img-box {
  padding-bottom: calc(560 / 780 * 100%);
  border-radius: 10px;
}
.wrap-product .box .group .right .row .col-12 .item .pic .img-box img,
.wrap-details .box .group .right .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-product .box .group .right .row .col-12 .item .pic .type,
.wrap-details .box .group .right .row .col-12 .item .pic .type {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 1400px) {
  .wrap-product .box .group .right .row .col-12 .item .pic .type,
  .wrap-details .box .group .right .row .col-12 .item .pic .type {
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 5px 13px;
  }
}
.wrap-product .box .group .right .row .col-12 .item .pic .type span,
.wrap-details .box .group .right .row .col-12 .item .pic .type span {
  position: relative;
  display: block;
}
.wrap-product .box .group .right .row .col-12 .item .pic .type span::before,
.wrap-details .box .group .right .row .col-12 .item .pic .type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .wrap-product .box .group .right .row .col-12 .item .pic .type span::before,
  .wrap-details .box .group .right .row .col-12 .item .pic .type span::before {
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .box .group .right .row .col-12 .item .pic .type,
  .wrap-details .box .group .right .row .col-12 .item .pic .type {
    top: 15px;
    left: 15px;
  }
}
.wrap-product .box .group .right .row .col-12 .item .note,
.wrap-details .box .group .right .row .col-12 .item .note {
  padding: 30px 20px;
}
@media (max-width: 1470px) {
  .wrap-product .box .group .right .row .col-12 .item .note,
  .wrap-details .box .group .right .row .col-12 .item .note {
    padding: 20px 15px;
  }
}
.wrap-product .box .group .right .row .col-12 .item .note .tit a,
.wrap-details .box .group .right .row .col-12 .item .note .tit a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s;
}
@media (max-width: 1400px) {
  .wrap-product .box .group .right .row .col-12 .item .note .tit a,
  .wrap-details .box .group .right .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-product .box .group .right .row .col-12 .item .note .txt,
.wrap-details .box .group .right .row .col-12 .item .note .txt {
  padding-top: 10px;
}
.wrap-product .box .group .right .row .col-12 .item .note .txt p,
.wrap-details .box .group .right .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-product .box .group .right .row .col-12 .item .note .txt p,
  .wrap-details .box .group .right .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-details {
  margin-top: 90px;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-details {
    padding: 40px 0;
  }
}
.wrap-details .des-tit h2 {
  color: #2159B4;
  font-weight: 600;
  font-size: 34px;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .des-tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-details .editor-content {
  padding-top: 20px;
}
.wrap-details .editor-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content .table-box {
    overflow: auto !important;
  }
}
.wrap-details .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .editor-content .table-box table tr td {
  padding: 12px;
  border-width: 1px;
  border-color: #ccc;
  width: auto !important;
  height: auto !important;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .editor-content .table-box table tr td p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .editor-content ul {
  padding-left: 20px;
}
.wrap-details .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .editor-content ul li p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .box-inner {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .box-inner {
    padding-top: 40px;
  }
}
.wrap-details .box .group {
  padding-top: 0;
}
.wrap-details .box .group .des-introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-details .box .group .des-introduce .in-left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-left {
    width: 100%;
  }
}
.wrap-details .box .group .des-introduce .in-left .slider-for {
  font-size: 0;
}
.wrap-details .box .group .des-introduce .in-left .slider-for .item .img-box {
  padding-bottom: calc(580 / 810 * 100%);
  border-radius: 10px;
}
.wrap-details .box .group .des-introduce .in-left .slider-nav {
  font-size: 0;
  padding-top: 20px;
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-left .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .item .img-box {
  padding-bottom: calc(180 / 240 * 100%);
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .item-video {
  position: relative;
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-details .box .group .des-introduce .in-left .slider-nav .item-video .play i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #2159B4;
  font-size: 20px;
}
.wrap-details .box .group .des-introduce .in-right {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-details .box .group .des-introduce .in-right .tit {
  padding-top: 60px;
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-introduce .in-right .tit {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-right .tit {
    padding-top: 20px;
  }
}
.wrap-details .box .group .des-introduce .in-right .tit h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-right .tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-details .box .group .des-introduce .in-right .link {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-introduce .in-right .link {
    /* padding-top: 40px; */
  }
}
@media (max-width: 1400px) {
  .wrap-details .box .group .des-introduce .in-right .link {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-introduce .in-right .link {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-details .box .group .des-introduce .in-right .link {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-details .box .group .des-introduce .in-right .link .btn1 {
  height: 40px;
  line-height: 40px;
  border-radius: 62px;
  background: #333;
  padding: 0 36px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-introduce .in-right .link .btn1 {
    font-size: 14px;
    padding: 0 20px;
  }
}
.wrap-details .box .group .des-introduce .in-right .link .btn1:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-details .box .group .des-introduce .in-right .link .btn1 span {
  display: block;
  position: relative;
}
.wrap-details .box .group .des-introduce .in-right .link .btn1 span::after {
  content: '\e609';
  font-family: 'iconfont' !important; 
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .wrap-details .box .group .des-introduce .in-right .link .share {
    padding-top: 20px;
  }
}
.wrap-details .box .group .des-list .details-menu {
  background: #F8F8F8;
  border-radius: 62px;
  padding: 6px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .details-menu {
    border-radius: 20px;
  }
}
.wrap-details .box .group .des-list .details-menu .active {
  background: #fff;
}
.wrap-details .box .group .des-list .details-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-details .box .group .des-list .details-menu ul li {
  display: inline-block;
}
.wrap-details .box .group .des-list .details-menu ul li:hover a {
  background: #fff;
}
.wrap-details .box .group .des-list .details-menu ul li a {
  display: block;
  transition: all 0.25s;
  border-radius: 50px;
  padding: 12px 38px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-list .details-menu ul li a {
    padding: 12px 24px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .details-menu ul li a {
    font-size: 14px;
    padding: 12px 17px;
  }
}
.wrap-details .box .group .des-list .list-inquiry .common-form {
  padding-top: 20px;
}
.wrap-details .box .group .des-list .list-inquiry .common-form form .row .col-12 .box input {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .list-inquiry .common-form form .row .col-12 .box input {
    height: 45px;
    line-height: 45px;
  }
}
.wrap-details .box .group .des-list .list-inquiry .common-form form .row .col-12 .box-submit button {
  width: auto;
  padding: 0 30px;
  background: #2159B4;
  color: #fff;
}
.wrap-details .box .group .des-list .list-inquiry .common-form form .row .col-12 .box-submit button:hover {
  background: #000;
}
.wrap-details .box .group .des-list .list-related .slick-related {
  margin-top: 20px;
}
.wrap-details .box .group .des-list .list-related .slick-related .slick-prev,
.wrap-details .box .group .des-list .list-related .slick-related .slick-next {
  top: -60px;
  border: 1px solid #D9D9D9;
}
.wrap-details .box .group .des-list .list-related .slick-related .slick-prev::before,
.wrap-details .box .group .des-list .list-related .slick-related .slick-next::before {
  color: #d9d9d9;
}
.wrap-details .box .group .des-list .list-related .slick-related .slick-next {
  right: 0;
}
.wrap-details .box .group .des-list .list-related .slick-related .slick-prev {
  left: 91%;
}
@media (max-width: 1710px) {
  .wrap-details .box .group .des-list .list-related .slick-related .slick-prev {
    left: 90%;
  }
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-list .list-related .slick-related .slick-prev {
    left: 89%;
  }
}
@media (max-width: 1400px) {
  .wrap-details .box .group .des-list .list-related .slick-related .slick-prev {
    left: 88%;
  }
}
.wrap-details .box .group .des-list .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-details .box .group .des-list .list-related .slick-related .item:hover .pic .type {
  opacity: 1;
}
.wrap-details .box .group .des-list .list-related .slick-related .item:hover .note .tit a {
  color: #2159B4;
  text-decoration: underline;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic .img-box {
  padding-bottom: calc(560 / 780 * 100%);
  border-radius: 10px;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic .type {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  opacity: 0;
  transition: all 0.25s;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic .type span {
  position: relative;
  display: block;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .pic .type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .list-related .slick-related .item .pic .type {
    top: 15px;
    left: 15px;
  }
}
.wrap-details .box .group .des-list .list-related .slick-related .item .note {
  padding: 30px 20px;
}
@media (max-width: 1470px) {
  .wrap-details .box .group .des-list .list-related .slick-related .item .note {
    padding: 20px 15px;
  }
}
.wrap-details .box .group .des-list .list-related .slick-related .item .note .tit a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .list-related .slick-related .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-details .box .group .des-list .list-related .slick-related .item .note .txt {
  padding-top: 10px;
}
.wrap-details .box .group .des-list .list-related .slick-related .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-details .box .group .des-list .list-related .slick-related .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.brand {
  padding: 100px 0 60px 0;
}
@media (max-width: 1199px) {
  .brand {
    padding: 40px 0;
  }
}
.brand .container {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .brand .container {
    padding-bottom: 0;
  }
}
.brand ul {
  padding: 20px 0;
  margin: -30px;
}
@media (max-width: 1470px) {
  .brand ul {
    padding: 15px 0;
  }
}
@media (max-width: 1470px) {
  .brand ul {
    margin: -20px;
  }
}
@media (max-width: 1199px) {
  .brand ul {
    margin: -7px;
  }
}
.brand ul li {
  display: block;
  transition: all 0.4s;
  display: inline-block;
  padding: 30px;
}
@media (max-width: 1470px) {
  .brand ul li {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .brand ul li {
    padding: 7px;
  }
}
.brand ul li:hover {
  filter: grayscale(0%);
  box-shadow: 0 4px 8.3px 0 rgba(0, 0, 0, 0.15);
}
.brand ul li img {
  width: 160px;
  display: block;
  max-height: 70px;
}
.common-num {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .common-num {
    padding-top: 40px;
  }
}
.common-num ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1470px) {
  .common-num ul {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .common-num ul {
    margin: -10px;
  }
}
.common-num ul li {
  width: calc(100% / 4);
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1470px) {
  .common-num ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .common-num ul li {
    width: calc();
  }
}
@media (max-width: 991px) {
  .common-num ul li {
    width: calc(100% / 2);
    padding: 10px;
  }
}
.common-num ul li:last-child::after {
  display: none;
}
.common-num ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  background: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1199px) {
  .common-num ul li:after {
    display: none;
  }
}
.common-num ul li b {
  color: #333;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .common-num ul li b {
    font-size: 30px;
  }
}
.common-num ul li b span {
  font-size: 80px;
}
@media (max-width: 1199px) {
  .common-num ul li b span {
    font-size: 36px;
  }
}
.common-num ul li p {
  margin: 10px 0 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .common-num ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about {
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about {
    padding-top: 60px;
  }
}
.wrap-about .brand .container {
  padding-bottom: 0;
  border-bottom: 0;
}
.wrap-about .introduce {
  padding: 160px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .wrap-about .introduce .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-about .introduce .top .left {
  width: 51%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .top .left {
    width: 100%;
  }
}
.wrap-about .introduce .top .left .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-about .introduce .top .left .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .introduce .top .left .pic .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 0;
  cursor: pointer;
}
.wrap-about .introduce .top .left .pic .play a {
  position: relative;
  z-index: 2;
}
.wrap-about .introduce .top .left .pic .play a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-about .introduce .top .left .pic .play a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  animation-delay: 1.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 1.9s linear 0s infinite;
  animation: border_animation 1.9s linear 0s infinite;
}
.wrap-about .introduce .top .left .pic .play a i {
  width: 60px;
  height: 60px;
  background: #2159B4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .left .pic .play a i {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wrap-about .introduce .top .left .pic .play a i {
    width: 45px;
    height: 45px;
    font-size: 23px;
  }
}
.wrap-about .introduce .top .right {
  width: 45%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .wrap-about .introduce .top .right {
    width: 100%;
    padding-top: 30px;
  }
}
.wrap-about .introduce .top .right .name {
  min-width: 1200px;
  position: relative;
  left: -50%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .top .right .name {
    min-width: 100%;
    left: auto;
  }
}
.wrap-about .introduce .top .right .name p {
  margin: 0;
  color: #2159B4;
  font-size: 6vw;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .top .right .name p {
    font-size: 24px;
    margin: 15px 0 0 0;
  }
}
.wrap-about .introduce .top .right .tit {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .right .tit {
    padding-top: 20px;
  }
}
.wrap-about .introduce .top .right .tit h2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .right .tit h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-about .introduce .top .right .txt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .right .txt {
    padding-top: 20px;
  }
}
.wrap-about .introduce .top .right .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .right .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .vision {
  padding: 190px 0 90px 0;
  position: relative;
  z-index: 2;
}
.wrap-about .vision::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%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-about .vision {
    padding: 40px 0;
  }
}
.wrap-about .vision .box {
  position: relative;
  z-index: 3;
}
.wrap-about .vision .box .list .item {
  max-width: 720px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 20px 30px;
  display: flex;
  align-items: end;
  position: relative;
  margin: 10px 0;
}
@media (max-width: 1470px) {
  .wrap-about .vision .box .list .item {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .vision .box .list .item {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item {
    max-width: 100%;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .wrap-about .vision .box .list .item {
    flex-direction: column;
    padding: 20px;
  }
}
.wrap-about .vision .box .list .item:nth-child(1)::after {
  content: '';
  position: absolute;
  top: calc(100% + 20px);
  left: 30%;
  transform: translateX(-50%);
  width: 10vw;
  height: 4.6vw;
  background: url(../img/line.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item:nth-child(1)::after {
    display: none;
  }
}
.wrap-about .vision .box .list .item:nth-child(2) {
  left: 25%;
  animation-delay: 180ms;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item:nth-child(2) {
    left: auto;
    animation: none;
  }
}
.wrap-about .vision .box .list .item:nth-child(3) {
  animation-delay: 360ms;
  left: 50%;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item:nth-child(3) {
    left: auto;
    animation: none;
  }
}
.wrap-about .vision .box .list .item:nth-child(3)::after {
  content: '';
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0%;
  transform: translateX(-50%) rotateY(180deg) rotateX(180deg);
  width: 10vw;
  height: 4.6vw;
  background: url(../img/line.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item:nth-child(3)::after {
    display: none;
  }
}
.wrap-about .vision .box .list .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item .note {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-about .vision .box .list .item .note {
    padding-bottom: 20px;
  }
}
.wrap-about .vision .box .list .item .note .num {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .vision .box .list .item .note .num {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-about .vision .box .list .item .note .num {
    padding-bottom: 15px;
  }
}
.wrap-about .vision .box .list .item .note .num span {
  color: #fff;
}
.wrap-about .vision .box .list .item .note h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .vision .box .list .item .note h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-about .vision .box .list .item .txt {
  width: 55%;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .wrap-about .vision .box .list .item .txt {
    width: 100%;
  }
}
.wrap-about .vision .box .list .item .txt p {
  color: #FFF;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .vision .box .list .item .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .vision .box .wrap-tit {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .wrap-tit {
    position: relative;
    right: auto;
  }
}
.wrap-about .vision .box .wrap-tit h2 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .vision .box .wrap-tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-about .vision .box .wrap-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24vw;
}
@media (max-width: 991px) {
  .wrap-about .vision .box .wrap-txt {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-bottom: 20px;
  }
}
.wrap-about .vision .box .wrap-txt p {
  color: #fff;
}
.wrap-about .factory {
  padding: 140px 0;
}
@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: -30%;
  border: 1px solid #D9D9D9;
}
.wrap-about .factory .slick-factory .slick-prev::before,
.wrap-about .factory .slick-factory .slick-next::before {
  color: #d9d9d9;
}
.wrap-about .factory .slick-factory .slick-prev {
  left: auto;
  right: 60px;
}
.wrap-about .factory .slick-factory .slick-next {
  right: 0;
}
.wrap-about .factory .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .factory .slick-factory .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-about .factory .slick-factory .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: calc(450 / 800 * 100%);
}
.wrap-about .factory .slick-factory .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about .advantage {
  background: linear-gradient(180deg, #EEF7FF 0%, #FCFEFF 100%);
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .wrap-about .advantage {
    padding: 40px 0;
  }
}
.wrap-about .advantage .group {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group {
    padding-top: 30px;
  }
}
.wrap-about .advantage .group .row {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group .row {
    margin: -7px;
  }
}
.wrap-about .advantage .group .row .col-12 {
  height: auto;
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group .row .col-12 {
    padding: 7px;
  }
}
.wrap-about .advantage .group .row .col-12 .item {
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  transition: all 0.3s;
}
.wrap-about .advantage .group .row .col-12 .item:hover {
  background: #2159B4;
}
.wrap-about .advantage .group .row .col-12 .item:hover .icon img {
  filter: brightness(0) invert(1);
  animation: swing 1s linear;
}
.wrap-about .advantage .group .row .col-12 .item:hover h2 {
  color: #fff;
}
.wrap-about .advantage .group .row .col-12 .item:hover .txt p {
  color: #fff;
}
.wrap-about .advantage .group .row .col-12 .item .icon {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group .row .col-12 .item .icon {
    padding-bottom: 30px;
  }
}
.wrap-about .advantage .group .row .col-12 .item .icon img {
  max-height: 36px;
  transition: all 0.2s;
}
.wrap-about .advantage .group .row .col-12 .item h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group .row .col-12 .item h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-about .advantage .group .row .col-12 .item .txt {
  padding-top: 10px;
}
.wrap-about .advantage .group .row .col-12 .item .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.2s;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .advantage .group .row .col-12 .item .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .honor {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .honor {
    padding-top: 40px;
  }
}
.wrap-about .honor .slick-honor {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor {
    margin-top: 30px;
  }
}
.wrap-about .honor .slick-honor .slick-prev,
.wrap-about .honor .slick-honor .slick-next {
  border: 1px solid #D9D9D9;
}
.wrap-about .honor .slick-honor .slick-prev::before,
.wrap-about .honor .slick-honor .slick-next::before {
  color: #D9D9D9;
}
.wrap-about .honor .slick-honor .slick-prev {
  left: -4%;
}
.wrap-about .honor .slick-honor .slick-next {
  right: -4%;
}
.wrap-about .honor .slick-honor .slick-list {
  margin: 0 -35px;
}
@media (max-width: 1470px) {
  .wrap-about .honor .slick-honor .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-list {
    margin: 0 -7px;
  }
}
.wrap-about .honor .slick-honor .slick-slide {
  padding: 0 35px;
}
@media (max-width: 1470px) {
  .wrap-about .honor .slick-honor .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .slick-honor .item {
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .item {
    padding: 15px;
  }
}
.wrap-about .honor .slick-honor .item:hover {
  border: 1px solid #2159B4;
  cursor: pointer;
}
.wrap-about .honor .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-about .honor .slick-honor .item .pic {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-about .honor .slick-honor .item .pic .img-box {
  padding-bottom: calc(700 / 460 * 100%);
}
.wrap-about .honor .slick-honor .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.wrap-home::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/f-bg.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
  top: 5%;
  z-index: -1;
  transform: rotateY(180deg);
}
.wrap-home .wrap-tit h2 {
  font-weight: 600;
}
.wrap-home .wrap-tit h2 span {
  color: #2159B4;
}
.wrap-home .wrap-type {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .wrap-type {
    margin-bottom: 15px;
  }
}
.wrap-home .wrap-type span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 62px;
  border: 1px solid #EBEBEB;
  text-align: center;
  position: relative;
  color: #BEBEBE;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-home .wrap-type span {
    font-size: 14px;
    padding: 0 17px;
  }
}
.wrap-home .wrap-type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  color: #2159B4;
  margin-right: 10px;
}
.wrap-home .home-category {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category {
    padding: 40px 0;
  }
}
.wrap-home .home-category .select-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-link {
    padding: 30px 0;
  }
}
.wrap-home .home-category .select-link ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 62px;
  background: #F8F8F8;
  padding: 6px 0;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .wrap-home .home-category .select-link ul {
    margin: 0 -3px;
    align-items: stretch;
    border-radius: 10px;
  }
}
.wrap-home .home-category .select-link ul li.on a {
  background: #fff;
}
.wrap-home .home-category .select-link ul li {
  display: inline-block;
  padding: 0 5px;
  height: auto;
}
@media (max-width: 991px) {
  .wrap-home .home-category .select-link ul li {
    padding: 0 3px;
  }
}
.wrap-home .home-category .select-link ul li a {
  display: block;
  padding: 12px 38px;
  height: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  transition: all 0.2s;
  border-radius: 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-link ul li a {
    font-size: 18px;
    padding: 12px 15px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .select-link ul li a {
    font-size: 14px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-category .select-link ul li a {
    font-size: 13px;
  }
}
.wrap-home .home-category .select-link ul li a:hover {
  background: #fff;
}
.wrap-home .home-category .select-box .common-product {
  display: none;
}
.wrap-home .home-category .select-box .common-product.on {
  display: block;
  animation: fadeInUp 0.3s linear;
}
.wrap-home .home-category .select-box .slick-product .slick-prev,
.wrap-home .home-category .select-box .slick-product .slick-next {
  border: 1px solid #D9D9D9;
  top: 30%;
}
.wrap-home .home-category .select-box .slick-product .slick-prev::before,
.wrap-home .home-category .select-box .slick-product .slick-next::before {
  color: #d9d9d9;
}
.wrap-home .home-category .select-box .slick-product .slick-next {
  right: -4%;
}
.wrap-home .home-category .select-box .slick-product .slick-prev {
  left: -4%;
}
.wrap-home .home-category .select-box .slick-product .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-category .select-box .slick-product .item:hover .pic .type {
  opacity: 1;
}
.wrap-home .home-category .select-box .slick-product .item:hover .note .tit a {
  color: #2159B4;
  text-decoration: underline;
}
.wrap-home .home-category .select-box .slick-product .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-home .home-category .select-box .slick-product .item .pic .img-box {
  padding-bottom: calc(560 / 780 * 100%);
  border-radius: 10px;
}
.wrap-home .home-category .select-box .slick-product .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-category .select-box .slick-product .item .pic .type {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  opacity: 0;
  transition: all 0.25s;
}
.wrap-home .home-category .select-box .slick-product .item .pic .type span {
  position: relative;
  display: block;
}
.wrap-home .home-category .select-box .slick-product .item .pic .type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-box .slick-product .item .pic .type {
    top: 15px;
    left: 15px;
  }
}
.wrap-home .home-category .select-box .slick-product .item .note {
  padding: 30px 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-box .slick-product .item .note {
    padding: 20px 15px;
  }
}
.wrap-home .home-category .select-box .slick-product .item .note .tit a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-box .slick-product .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-home .home-category .select-box .slick-product .item .note .txt {
  padding-top: 10px;
}
.wrap-home .home-category .select-box .slick-product .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .select-box .slick-product .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-home .home-about {
  background: linear-gradient(0deg, #F6FBFF 0%, #FFF 100%);
  padding: 50px 0 140px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 0 0 40px 0;
  }
}
.wrap-home .home-about .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top {
    flex-direction: column;
  }
}
.wrap-home .home-about .top .note {
  width: 75%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .note {
    width: 100%;
  }
}
.wrap-home .home-about .top .note .more {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .note .more {
    padding-top: 20px;
  }
}
.wrap-home .home-about .top .note .more a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 62px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 36px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .note .more a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 25px;
  }
}
.wrap-home .home-about .top .note .more a:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-home .home-about .top .note .more a:hover span::after {
  transform: rotate(0deg);
}
.wrap-home .home-about .top .note .more a span {
  display: block;
  position: relative;
}
.wrap-home .home-about .top .note .more a span::after {
  content: '\e60e';
  font-family: 'iconfont' !important;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.wrap-home .home-about .about-video {
  margin-top: 60px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-video {
    margin-top: 30px;
  }
}
.wrap-home .home-about .about-video img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-home .home-about .about-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 0;
  cursor: pointer;
}
.wrap-home .home-about .about-video .play a {
  position: relative;
  z-index: 2;
}
.wrap-home .home-about .about-video .play a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-home .home-about .about-video .play a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  animation-delay: 1.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 1.9s linear 0s infinite;
  animation: border_animation 1.9s linear 0s infinite;
}
.wrap-home .home-about .about-video .play a i {
  width: 60px;
  height: 60px;
  background: #2159B4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-video .play a i {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .about-video .play a i {
    width: 45px;
    height: 45px;
    font-size: 23px;
  }
}
.wrap-home .home-why {
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    padding: 0 0 40px 0;
  }
}
.wrap-home .home-why::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/f-bg.png) no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 90px;
  z-index: -1;
}
.wrap-home .home-why .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-why .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-why .info .pic {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .pic {
    width: 100%;
  }
}
.wrap-home .home-why .info .pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 14px;
}
.wrap-home .home-why .info .list {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .list {
    width: 100%;
    padding-top: 30px;
  }
}
.wrap-home .home-why .info .list .group {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group {
    padding-top: 20px;
  }
}
.wrap-home .home-why .info .list .group .item {
  display: flex;
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item {
    padding: 15px 0;
  }
}
.wrap-home .home-why .info .list .group .item:hover .icon i {
  color: #2159B4;
  animation: swing 1s linear;
}
.wrap-home .home-why .info .list .group .item .icon {
  border-radius: 10px;
  background: #F8F8F8;
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.wrap-home .home-why .info .list .group .item .icon i {
  font-size: 28px;
  display: block;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item .icon i {
    font-size: 22px;
  }
}
.wrap-home .home-why .info .list .group .item .note {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item .note {
    padding-left: 20px;
  }
}
.wrap-home .home-why .info .list .group .item .note h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item .note h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-home .home-why .info .list .group .item .note .txt {
  padding-top: 15px;
}
.wrap-home .home-why .info .list .group .item .note .txt p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .group .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-advantage {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding-bottom: 40px;
  }
}
.wrap-home .home-advantage .common-num ul li {
  position: relative;
}
.wrap-home .home-advantage .common-num ul li:last-child::after {
  display: none;
}
.wrap-home .home-advantage .common-num ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  background: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .common-num ul li:after {
    display: none;
  }
}
.wrap-home .home-project {
  padding-top: 160px;
}
@media (max-width: 1199px) {
  .wrap-home .home-project {
    padding-top: 40px;
  }
}
.wrap-home .home-project .group .item.active .item-left::before {
  content: '\e61a';
}
.wrap-home .home-project .group .item.active .item-left .tit a {
  color: #2159B4;
}
.wrap-home .home-project .group .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .group .item {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item {
    flex-direction: column;
  }
}
.wrap-home .home-project .group .item:hover .item-left .tit a {
  color: #2159B4;
}
.wrap-home .home-project .group .item .item-left {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10%;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item .item-left {
    width: 100%;
  }
}
.wrap-home .home-project .group .item .item-left::before {
  content: '\e61e';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item .item-left::before {
    font-size: 20px;
  }
}
.wrap-home .home-project .group .item .item-left .tit a {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
@media (max-width: 1470px) {
  .wrap-home .home-project .group .item .item-left .tit a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-project .group .item .item-left .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
.wrap-home .home-project .group .item .item-left .more {
  margin-top: 20px;
}
.wrap-home .home-project .group .item .item-left .more a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 62px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 36px;
  transition: all 0.3s;
}
@media (max-width: 1470px) {
  .wrap-home .home-project .group .item .item-left .more a {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.wrap-home .home-project .group .item .item-left .more a:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-home .home-project .group .item .item-left .more a:hover span::after {
  transform: rotate(0deg);
}
.wrap-home .home-project .group .item .item-left .more a span {
  display: block;
  position: relative;
}
.wrap-home .home-project .group .item .item-left .more a span::after {
  content: '\e60e';
  font-family: 'iconfont' !important;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.wrap-home .home-project .group .item .pic {
  width: 20%;
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item .pic {
    width: 100%;
    margin: 15px 0;
  }
}
.wrap-home .home-project .group .item .pic:hover .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-project .group .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: calc(560 / 880 * 100%);
}
.wrap-home .home-project .group .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-project .group .item .item-right {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item .item-right {
    width: 100%;
    padding-left: 10%;
  }
}
.wrap-home .home-project .group .item .item-right .txt p {
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-project .group .item .item-right .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-project .group .item .item-right .type {
    padding-top: 15px;
  }
}
.wrap-home .home-project .group .item .item-right .type span {
  cursor: default;
  margin-right: 10px;
  display: inline-block;
  height: 34px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  line-height: 34px;
  padding: 0 34px;
  text-align: center;
  color: #000;
  font-size: 14px;
}
@media (max-width: 1470px) {
  .wrap-home .home-project .group .item .item-right .type span {
    font-size: 13px;
    padding: 0 17px;
  }
}
.wrap-home .home-news {
  padding: 130px 0;
}
@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: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left {
    width: 100%;
  }
}
.wrap-home .home-news .top .more {
  margin-right: 10%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .more {
    margin-right: 0;
    padding-top: 15px;
  }
}
.wrap-home .home-news .top .more a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 62px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 36px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .more a {
    height: 45px;
    line-height: 45px;
    padding: 0 26px;
    font-size: 14px;
  }
}
.wrap-home .home-news .top .more a:hover {
  background: #2159B4;
  color: #fff;
}
.wrap-home .home-news .top .more a:hover span::after {
  transform: rotate(0deg);
}
.wrap-home .home-news .top .more a span {
  display: block;
  position: relative;
}
.wrap-home .home-news .top .more a span::after {
  content: '\e60e';
  font-family: 'iconfont' !important;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.wrap-home .home-news .slick-news {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin-top: 30px;
  }
}
.wrap-home .home-news .slick-news .slick-list {
  overflow: visible;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .slick-list {
    padding-right: initial;
  }
}
.wrap-home .home-news .slick-news .slick-list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .slick-list {
    overflow: hidden;
  }
}
.wrap-home .home-news .slick-news .item {
  position: relative;
}
.wrap-home .home-news .slick-news .item:hover .pic::before {
  opacity: 1;
}
.wrap-home .home-news .slick-news .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-news .slick-news .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .slick-news .item .pic {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.wrap-home .home-news .slick-news .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.wrap-home .home-news .slick-news .item .pic .img-box {
  padding-bottom: calc(500 / 800 * 100%);
  border-radius: 14px;
}
.wrap-home .home-news .slick-news .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-news .slick-news .item .pic .type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-home .home-news .slick-news .item .pic .type span {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  position: relative;
}
.wrap-home .home-news .slick-news .item .pic .type span::before {
  content: '•';
  font-family: 'iconfont' !important;
  margin-right: 10px;
  color: #fff;
}
.wrap-home .home-news .slick-news .item .note {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
}
.wrap-home .home-news .slick-news .item .note .tit {
  width: 85%;
}
.wrap-home .home-news .slick-news .item .note .tit a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news .slick-news .item .note .more a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s;
}
.wrap-home .home-news .slick-news .item .note .more a:hover {
  background: #fff;
  transform: rotate(45deg);
}
.wrap-home .home-news .slick-news .item .note .more a i {
  color: #2159B4;
  display: inline-block;
  transform: rotate(-45deg);
}


/* 
  add news 评价
*/

.review-box {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .review-box {
    padding-top: 20px;
  }
}
.review-box p {
  margin: 0 0 0 20px;
  font-size: 17px;
  color: #282828;
}
@media (max-width: 1199px) {
  .review-box p {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}
.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) {
  .review-box .ratingbox {
    line-height: 40px;
    padding: 0 15px;
  }
}
.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;
}
.review-box .ratingbox .rating input {
  display: none !important;
}
.review-box .ratingbox .rating input:checked ~ label svg {
  fill: #F85E03;
}
.review-box .ratingbox .rating label {
  margin-right: 5px;
  cursor: pointer;
  color: #F85E03;
  display: flex;
  align-items: center;
}
.review-box .ratingbox .rating label::before {
  display: none !important;
}
.review-box .ratingbox .rating label svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #F85E03;
  stroke-width: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover ~ label svg {
  fill: #F85E03;
}
