@font-face {
  font-family: 'Impact';
  src: local('Impact'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Microsoft YaHei', Arial, Helvetica, '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: 90px 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: #409EFF;
  border: 1px solid #409EFF;
  color: #fff;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #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;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box {
  padding-top: 100px;
}
@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 .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: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.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(1000 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e630';
  font-family: 'iconfont' !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 40px;
  background: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes an1 {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #409EFF;
  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: #409EFF;
  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: #409EFF;
  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: #409EFF;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: #409EFF;
  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: #B51C1D;
  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: #B51C1D;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #B51C1D;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .float-window.active {
    left: calc(100% - 50px);
  }
}
.float-btn {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #B51C1D;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  display: none;
}
@media (max-width: 991px) {
  .float-btn {
    display: block;
  }
}
.float-btn:hover {
  cursor: pointer;
}
.float-btn i.active {
  transform: rotate(-45deg);
}
.float-btn i {
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.header.active {
  animation: fadeInDown 0.4s linear;
}
@media (max-width: 1199px) {
  .header.active {
    animation: none;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: #fff;
  transition: all 0.4s;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px;
  }
}
.header .info .menu-logo a {
  display: block;
  height: auto;
}
.header .info .menu-logo a img {
  max-height: 70px;
}
@media (max-width: 1199px) {
  .header .info .menu-logo a img {
    max-height: 55px;
  }
}
@media (max-width: 767px) {
  .header .info .menu-logo a img {
    max-height: 34px;
  }
}
.header .info .menu-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-nav {
    display: none;
  }
}
.header .info .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 -20px;
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-nav .nav-first {
    margin: 0 -10px;
  }
}
.header .info .menu-right .menu-nav .nav-first li.active a {
  color: #409EFF;
}
.header .info .menu-right .menu-nav .nav-first li.active a::after {
  width: 100%;
}
.header .info .menu-right .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .info .menu-right .menu-nav .nav-first li.active ul li a::after {
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .info .menu-right .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .info .menu-right .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #409EFF;
}
.header .info .menu-right .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .info .menu-right .menu-nav .nav-first li a {
  color: #202429;
  display: block;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  line-height: 100px;
}
.header .info .menu-right .menu-nav .nav-first li a::after {
  content: '';
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s linear;
  background: #409EFF;
  height: 2px;
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li a:hover {
  color: #409EFF;
}
.header .info .menu-right .menu-nav .nav-first li a:hover::after {
  width: 100%;
}
.header .info .menu-right .menu-nav .nav-first li a i {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-weight: 400;
  transform: rotate(180deg);
}
.header .info .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 0);
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  min-width: 160px;
  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 .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a {
  flex-wrap: wrap;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  padding: 5px 20px;
  position: relative;
  height: auto;
  font-weight: 500;
  opacity: 0.6;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #409EFF;
  opacity: 1;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .info .menu-right .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 .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 20px;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .info .menu-right .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .info .menu-right .menu-tel {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-tel {
    margin-left: 0;
  }
}
.header .info .menu-right .menu-tel a {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-family: Impact, sans-serif;
  color: #409eff;
  position: relative;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-tel a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-tel a {
    font-size: 16px;
  }
}
.header .info .menu-right .menu-tel a::before {
  content: '';
  font-family: 'iconfont' !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/tel.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-tel a::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1199px) {
  .swiper-3d {
    perspective: initial !important;
  }
}
.wrap-banner {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-banner {
    padding-top: 60px;
  }
}
.wrap-banner .swiper-banner {
  overflow: hidden;
}
.wrap-banner .swiper-banner .item {
  position: relative;
}
.wrap-banner .swiper-banner .item a {
  display: block;
}
.wrap-banner .swiper-banner .item a img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap-banner .swiper-banner .item .tit {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-banner .swiper-banner .item .tit h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-banner .swiper-banner .item .tit h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-banner .swiper-banner .item .tit h2 {
    font-size: 18px;
  }
}
.xs-case-list,
.xs-about-list {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-case-list,
  .xs-about-list {
    display: block;
  }
}
.xs-case-list ul,
.xs-about-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.xs-case-list ul li.on a,
.xs-about-list ul li.on a,
.xs-case-list ul li.active a,
.xs-about-list ul li.active a {
  background: #409EFF;
  color: #fff;
  border: 1px solid #409EFF;
}
.xs-case-list ul li,
.xs-about-list ul li {
  padding: 5px;
  width: calc(100% / 2);
  text-align: center;
}
.xs-case-list ul li a,
.xs-about-list ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1199px) {
  .about-select {
    display: none;
  }
}
.wrap-nav {
  box-shadow: 2px 2px 10px 2px #e4e4e4;
  background-color: #ece9e9;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-nav {
    padding: 15px 0;
  }
}
.wrap-nav .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.wrap-nav ul::before {
  content: '';
  font-family: 'iconfont' !important;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/home.svg) no-repeat center;
  background-size: 100% 100%;
}
.wrap-nav ul li {
  display: inline-block;
}
.wrap-nav ul li:last-child a {
  color: #000;
}
.wrap-nav ul li:last-child a::after {
  display: none;
}
.wrap-nav ul li a {
  display: block;
  color: #6c757d;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-nav ul li a {
    font-size: 12px;
  }
}
.wrap-nav ul li a:hover {
  color: #000;
}
.wrap-nav ul li a::after {
  content: '>';
  font-family: 'iconfont' !important;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .wrap-nav ul li a::after {
    padding: 0 3px;
  }
}
.wrap-nav .nav-select ul::before {
  display: none;
}
.wrap-nav .nav-select ul li.active:last-child a {
  color: #fff;
}
.wrap-nav .nav-select ul li.active a {
  color: #fff;
  background: #173394;
  border: 1px solid #173394;
}
.wrap-nav .nav-select ul li {
  margin-left: 5vw;
}
@media (max-width: 1199px) {
  .wrap-nav .nav-select ul li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-nav .nav-select ul li {
    margin-left: 15px;
  }
}
.wrap-nav .nav-select ul li:last-child a {
  color: #6c757d;
}
.wrap-nav .nav-select ul li a {
  min-width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-nav .nav-select ul li a {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-nav .nav-select ul li a {
    min-width: auto;
    padding: 0 20px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
}
.wrap-nav .nav-select ul li a:hover {
  color: #fff;
  background: #173394;
  border: 1px solid #173394;
}
.wrap-nav .nav-select ul li a::after {
  display: none;
}
@media (max-width: 1199px) {
  .wrap-nav .case-select {
    display: none;
  }
}
.wrap-nav .case-select ul::before {
  display: none;
}
.wrap-nav .case-select ul li.on:last-child a {
  color: #fff;
}
.wrap-nav .case-select ul li.on a {
  color: #fff;
  background: #173394;
  border: 1px solid #173394;
}
.wrap-nav .case-select ul li.on a::before {
  opacity: 1;
  width: 100%;
}
.wrap-nav .case-select ul li a {
  min-width: 340px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  color: #3c3c3c;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #969696;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1560px) {
  .wrap-nav .case-select ul li a {
    min-width: 240px;
  }
}
@media (max-width: 1470px) {
  .wrap-nav .case-select ul li a {
    min-width: 180px;
  }
}
.wrap-nav .case-select ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 100%;
  z-index: -1;
  background: #173394;
  transition: all 0.65s;
  opacity: 0;
}
.wrap-nav .case-select ul li a:hover {
  color: #fff;
  background: #173394;
  border: 1px solid #173394;
}
.wrap-nav .case-select ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.wrap-nav .case-select ul li a::after {
  display: none;
}
.wrap-nav .tech-select ul::before,
.wrap-nav .about-select ul::before,
.wrap-nav .honor-select ul::before {
  display: none;
}
.wrap-nav .tech-select ul li.active:last-child a,
.wrap-nav .about-select ul li.active:last-child a,
.wrap-nav .honor-select ul li.active:last-child a,
.wrap-nav .tech-select ul li.on:last-child a,
.wrap-nav .about-select ul li.on:last-child a,
.wrap-nav .honor-select ul li.on:last-child a {
  color: #fff;
}
.wrap-nav .tech-select ul li.active a,
.wrap-nav .about-select ul li.active a,
.wrap-nav .honor-select ul li.active a,
.wrap-nav .tech-select ul li.on a,
.wrap-nav .about-select ul li.on a,
.wrap-nav .honor-select ul li.on a {
  color: #fff;
  background: #f64711;
  border: 1px solid #f64711;
}
.wrap-nav .tech-select ul li,
.wrap-nav .about-select ul li,
.wrap-nav .honor-select ul li {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .wrap-nav .tech-select ul li,
  .wrap-nav .about-select ul li,
  .wrap-nav .honor-select ul li {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-nav .tech-select ul li,
  .wrap-nav .about-select ul li,
  .wrap-nav .honor-select ul li {
    margin-left: 10px;
  }
}
.wrap-nav .tech-select ul li:last-child a,
.wrap-nav .about-select ul li:last-child a,
.wrap-nav .honor-select ul li:last-child a {
  color: #6c757d;
}
.wrap-nav .tech-select ul li a,
.wrap-nav .about-select ul li a,
.wrap-nav .honor-select ul li a {
  min-width: 230px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-nav .tech-select ul li a,
  .wrap-nav .about-select ul li a,
  .wrap-nav .honor-select ul li a {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-nav .tech-select ul li a,
  .wrap-nav .about-select ul li a,
  .wrap-nav .honor-select ul li a {
    min-width: auto;
    padding: 0 20px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .wrap-nav .tech-select ul li a,
  .wrap-nav .about-select ul li a,
  .wrap-nav .honor-select ul li a {
    padding: 0 10px;
  }
}
.wrap-nav .tech-select ul li a:hover,
.wrap-nav .about-select ul li a:hover,
.wrap-nav .honor-select ul li a:hover {
  color: #fff;
  background: #f64711;
  border: 1px solid #f64711;
}
.wrap-nav .tech-select ul li a::after,
.wrap-nav .about-select ul li a::after,
.wrap-nav .honor-select ul li a::after {
  display: none;
}
.wrap-nav .about-select ul li a {
  min-width: 170px;
}
@media (max-width: 1400px) {
  .wrap-nav .about-select ul li a {
    min-width: 150px;
  }
}
@media (max-width: 1199px) {
  [data-cue] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
.footer .box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .footer .box {
    padding: 40px 0;
    flex-direction: column;
    margin: 0;
  }
}
.footer .box .b-item {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .footer .box .b-item {
    padding: 10px 0;
  }
}
.footer .box .b-item.item-contact .nav-tit p {
  font-size: 14px;
}
.footer .box .b-item.item-contact .info ul li p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.footer .box .b-item.item-contact .info ul li p span {
  display: inline-block;
  color: #fff;
}
.footer .box .b-item.item-contact .info ul li p a {
  display: inline-block;
}
.footer .box .b-item.item-contact .info ul li p a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer .box .nav-tit p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .footer .box .nav-tit p {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
  }
}
.footer .box .info {
  padding-top: 15px;
}
.footer .box .info a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer .box .info a:hover {
  color: #409EFF;
}
@media (max-width: 1199px) {
  .footer .box .info a {
    display: inline-block;
    margin-right: 15px;
    line-height: 26px;
  }
}
.footer .copyright {
  padding: 20px 0 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 15px 0 80px 0;
    flex-direction: column;
    text-align: center;
  }
}
.footer .copyright p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer .copyright .c-right {
    padding-top: 10px;
  }
}
.footer .copyright .c-right a {
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .copyright .c-right a {
    font-size: 14px;
  }
}
.footer .copyright .c-right a:last-child {
  font-size: 12px;
  margin-left: 5vw;
}
@media (max-width: 1199px) {
  .footer .copyright .c-right a:last-child {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-float.active {
    left: calc(100% - 50px);
  }
}
.wrap-float {
  position: fixed;
  z-index: 10;
  background: #333;
  bottom: 120px;
  right: 0;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .wrap-float {
    right: auto;
    left: calc(100%);
    bottom: 25%;
  }
}
.wrap-float ul {
  padding: 0;
  list-style: none;
}
.wrap-float ul li {
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  line-height: 1;
  text-align: center;
  position: relative;
}
.wrap-float ul li:hover .open-float {
  opacity: 1;
  visibility: visible;
}
.wrap-float ul li a,
.wrap-float ul li .re-back {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
}
.wrap-float ul li .open-float {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 210px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.wrap-float ul li .open-float p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}
@media (max-width: 1199px) {
  .wrap-float ul li .open-float p {
    font-size: 14px;
  }
}
.wrap-float ul li .open-float a {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: block;
  font-size: 22px;
  color: #cca24a;
  line-height: 22px;
  font-weight: 500;
}
.wrap-contact .message {
  overflow: hidden;
  padding: 40px 0 80px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .message {
    padding: 40px 0;
  }
}
.wrap-contact .message .type span {
  display: block;
  font-size: 50px;
  color: #888888;
  font-family: Impact, sans-serif;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-contact .message .type span {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-contact .message .tit h2 {
  color: #333333;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .message .tit h2 {
    font-size: 24px;
  }
}
.wrap-contact .message .group {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .message .group .row .col-12 {
    margin-bottom: 20px;
  }
}
.wrap-contact .message .group .row .col-12 .item {
  background-color: #f5f5f5;
  padding: 30px;
  text-align: center;
  transition: all 0.3s;
}
.wrap-contact .message .group .row .col-12 .item:hover {
  background: #003F98;
}
.wrap-contact .message .group .row .col-12 .item:hover .icon i {
  color: #fff;
  animation: swing 1s linear;
}
.wrap-contact .message .group .row .col-12 .item:hover h2 {
  color: #fff;
}
.wrap-contact .message .group .row .col-12 .item:hover p {
  color: #fff;
}
.wrap-contact .message .group .row .col-12 .item .icon {
  padding-bottom: 20px;
}
.wrap-contact .message .group .row .col-12 .item .icon i {
  font-size: 30px;
  color: #003F98;
  transition: all 0.2s;
  display: block;
}
.wrap-contact .message .group .row .col-12 .item h2 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.2s;
}
.wrap-contact .message .group .row .col-12 .item p {
  margin: 15px 0 0 0;
  color: #999999;
  font-size: 14px;
  transition: all 0.2s;
}
.wrap-contact .quote {
  background-color: #f2f4f5;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .quote {
    padding: 40px 0;
  }
}
.wrap-contact .quote .tit p {
  margin: 0;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-contact .quote .tit p {
    font-size: 20px;
  }
}
.wrap-contact .quote .common-form {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-contact .quote .common-form {
    margin-top: 20px;
  }
}
.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: 48px;
  line-height: 48px;
  border: 2px solid #ced4da;
  background-color: #fbfbfb;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0 20px;
  color: #666;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box input {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
}
.common-form form .row .col-12 .box input::placeholder {
  color: #666;
  font-size: 14px;
}
.common-form form .row .col-12 .box input:focus::placeholder {
  color: #888;
}
.common-form form .row .col-12 .box textarea {
  width: 100%;
  border: 2px solid #ced4da;
  background-color: #fbfbfb;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 20px;
  color: #666;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box textarea {
    padding: 10px 15px;
  }
}
.common-form form .row .col-12 .box textarea::placeholder {
  color: #666;
  font-size: 14px;
}
.common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #888;
}
.common-form form .row .col-12 .box-submit button {
  min-width: 190px;
  height: 45px;
  line-height: 45px;
  background: #000;
  border-radius: 5px;
  border: none;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-submit button {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box-submit button:hover {
  background: #409EFF;
}
.wrap-news .group .item {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .group .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .item {
    flex-direction: column;
  }
}
.wrap-news .group .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-news .group .item:hover .note .tit a {
  color: #173394;
  padding-left: 15px;
}
.wrap-news .group .item:hover .note .more a {
  border: 1px solid #173394;
  color: #173394;
}
.wrap-news .group .item .pic {
  width: 35%;
}
@media (max-width: 767px) {
  .wrap-news .group .item .pic {
    width: 100%;
  }
}
.wrap-news .group .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-news .group .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-news .group .item .note {
  width: 55%;
  padding: 20px;
}
@media (max-width: 767px) {
  .wrap-news .group .item .note {
    width: 100%;
  }
}
.wrap-news .group .item .note .tit a {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.75s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-news .group .item .note .txt {
  padding-top: 15px;
}
.wrap-news .group .item .note .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.wrap-news .group .item .note .date {
  padding-top: 15px;
}
.wrap-news .group .item .note .date span {
  display: block;
  color: #666666;
  font-size: 14px;
}
.wrap-news .group .item .note .more {
  padding-top: 20px;
}
.wrap-news .group .item .note .more a {
  transition: all 0.45s;
  display: inline-block;
  height: 35px;
  border-style: solid;
  line-height: 35px;
  border-width: 1px;
  border-color: #dedede;
  padding: 0 40px;
  color: #666666;
  font-size: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.wrap-news .group .item .note .more a span {
  display: block;
}
.wrap-news .group .item .note .more a:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.wrap-news .group .item .note .more a:hover::after {
  opacity: 1;
}
.wrap-news .group .item .note .more a::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.wrap-news .group .item .note .more a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .pagination {
    flex-direction: column;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 0 1px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Arial, sans-serif;
  text-align: center;
  color: #8a8a8a;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  transition: all 0.4s;
  border-radius: 2px;
  font-size: 14px;
}
@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 {
  cursor: pointer;
  color: #409eff;
  border: 1px solid #409eff;
}
.pagination ul li.active a {
  background: #222a35;
  color: #fff;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
}
.pagination ul li.next a:hover i {
  color: #409eff;
}
.pagination ul li.next a i {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
}
.pagination ul li.prev a:hover i {
  color: #409eff;
}
.pagination ul li.prev a i {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.pagination .input-num {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .pagination .input-num {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pagination .input-num {
    padding-left: 0;
    padding-top: 15px;
  }
}
.pagination .input-num span {
  color: #747474;
  font-size: 14px;
}
.pagination .input-num input {
  border-radius: 2px;
  color: #8a8a8a;
  border: 1px solid #ebebeb;
  width: 40px;
}
.pagination .input-num input:hover {
  border: 1px solid #409eff;
}
@media (max-width: 1199px) {
  .wrap-case {
    padding-top: 0;
  }
}
.wrap-case .common-case {
  display: none;
}
.wrap-case .common-case.on {
  display: block;
  animation: fadeIn 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-case .common-case.on {
    animation: none;
  }
}
.wrap-case .group .row {
  margin: -10px;
}
.wrap-case .group .row .col-12 {
  height: auto;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-case .group .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-case .group .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-case .group .row .col-12 {
    width: 100%;
  }
}
.wrap-case .group .row .col-12 .item {
  height: 100%;
  padding: 20px;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.wrap-case .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-case .group .row .col-12 .item:hover .pic {
  opacity: 0.75;
}
.wrap-case .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-case .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-case .group .row .col-12 .item:hover .pic::after {
  opacity: 1;
}
.wrap-case .group .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap-case .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  opacity: 0;
}
.wrap-case .group .row .col-12 .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-case .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(500 / 600 * 100%);
}
.wrap-case .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-case .group .row .col-12 .item .note {
  padding-top: 20px;
}
.wrap-case .group .row .col-12 .item .note p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.wrap-technology .group .row {
  margin: -10px;
}
.wrap-technology .group .row .col-12 {
  height: auto;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-technology .group .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-technology .group .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-technology .group .row .col-12 {
    width: 100%;
  }
}
.wrap-technology .group .row .col-12 .item {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.wrap-technology .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-technology .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-technology .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-technology .group .row .col-12 .item:hover .pic::after {
  opacity: 1;
}
.wrap-technology .group .row .col-12 .item:hover .note {
  background: #003b83;
}
.wrap-technology .group .row .col-12 .item:hover .note p {
  color: #fff;
}
.wrap-technology .group .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap-technology .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  opacity: 0;
}
.wrap-technology .group .row .col-12 .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-technology .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(500 / 600 * 100%);
}
.wrap-technology .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-technology .group .row .col-12 .item .note {
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-technology .group .row .col-12 .item .note {
    padding: 15px;
  }
}
.wrap-technology .group .row .col-12 .item .note p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-technology .group .row .col-12 .item .note p {
    font-size: 14px;
  }
}
.wrap-honor .group .row {
  margin: -10px;
}
.wrap-honor .group .row .col-12 {
  height: auto;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-honor .group .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .wrap-honor .group .row .col-12 {
    width: 100%;
  }
}
.wrap-honor .group .row .col-12 .item {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.wrap-honor .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-honor .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-honor .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-honor .group .row .col-12 .item:hover .pic::after {
  opacity: 1;
}
.wrap-honor .group .row .col-12 .item:hover .note {
  background: #003b83;
}
.wrap-honor .group .row .col-12 .item:hover .note p {
  color: #fff;
}
.wrap-honor .group .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap-honor .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.wrap-honor .group .row .col-12 .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-honor .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(800 / 600 * 100%);
}
.wrap-honor .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-honor .group .row .col-12 .item .note {
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 .item .note {
    padding: 15px;
  }
}
.wrap-honor .group .row .col-12 .item .note p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-12 .item .note p {
    font-size: 14px;
  }
}
.null-info .note {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.null-info .icon {
  display: block;
  height: auto;
}
.null-info .icon img {
  max-height: 60px;
  display: block;
}
.null-info span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-product,
  .wrap-details {
    padding-top: 0;
  }
}
.wrap-product .group,
.wrap-details .group {
  display: flex;
  justify-content: space-between;
}
.wrap-product .group .left,
.wrap-details .group .left {
  width: 21%;
}
@media (max-width: 1199px) {
  .wrap-product .group .left,
  .wrap-details .group .left {
    display: none;
  }
}
.wrap-product .group .left ul,
.wrap-details .group .left ul {
  padding: 35px 50px;
  border: 1px solid #ccc;
  border-top: 7px solid #ff911e;
}
.wrap-product .group .left ul li.active::before,
.wrap-details .group .left ul li.active::before {
  background: #ff911e;
}
.wrap-product .group .left ul li.active a,
.wrap-details .group .left ul li.active a {
  color: #ff911e;
}
.wrap-product .group .left ul li.active > ul,
.wrap-details .group .left ul li.active > ul {
  display: block;
  padding: 0;
  border: none;
}
.wrap-product .group .left ul li.active > ul li.active a,
.wrap-details .group .left ul li.active > ul li.active a {
  color: #ff911e;
  text-decoration: underline;
}
.wrap-product .group .left ul li.active > ul li,
.wrap-details .group .left ul li.active > ul li {
  padding-left: 0;
}
.wrap-product .group .left ul li.active > ul li::before,
.wrap-details .group .left ul li.active > ul li::before {
  display: none;
}
.wrap-product .group .left ul li.active > ul li a,
.wrap-details .group .left ul li.active > ul li a {
  padding: 0;
  color: #333;
  font-size: 16px;
}
.wrap-product .group .left ul li.active > ul li a:hover,
.wrap-details .group .left ul li.active > ul li a:hover {
  color: #ff911e;
  text-decoration: underline;
}
.wrap-product .group .left ul li,
.wrap-details .group .left ul li {
  padding-left: 25px;
  position: relative;
}
.wrap-product .group .left ul li:hover a,
.wrap-details .group .left ul li:hover a {
  color: #ff911e;
}
.wrap-product .group .left ul li::before,
.wrap-details .group .left ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666666;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.wrap-product .group .left ul li a,
.wrap-details .group .left ul li a {
  padding: 20px 0;
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.2s;
}
.wrap-product .group .left ul li > ul,
.wrap-details .group .left ul li > ul {
  display: none;
}
.wrap-product .group .right,
.wrap-details .group .right {
  width: 76%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right,
  .wrap-details .group .right {
    width: 100%;
  }
}
.wrap-product .group .right .row,
.wrap-details .group .right .row {
  margin: -10px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row,
  .wrap-details .group .right .row {
    margin: -7px;
  }
}
.wrap-product .group .right .row .col-12,
.wrap-details .group .right .row .col-12 {
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12,
  .wrap-details .group .right .row .col-12 {
    padding: 7px;
  }
}
.wrap-product .group .right .row .col-12 .item,
.wrap-details .group .right .row .col-12 .item {
  padding: 20px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12 .item,
  .wrap-details .group .right .row .col-12 .item {
    padding: 15px;
  }
}
.wrap-product .group .right .row .col-12 .item:hover .pic .img-box img,
.wrap-details .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-product .group .right .row .col-12 .item:hover .note .tit a,
.wrap-details .group .right .row .col-12 .item:hover .note .tit a {
  color: #ff911e;
}
.wrap-product .group .right .row .col-12 .item .pic .img-box,
.wrap-details .group .right .row .col-12 .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-product .group .right .row .col-12 .item .pic .img-box img,
.wrap-details .group .right .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-product .group .right .row .col-12 .item .note,
.wrap-details .group .right .row .col-12 .item .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  margin-top: 20px;
  padding: 15px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.wrap-product .group .right .row .col-12 .item .note .tit,
.wrap-details .group .right .row .col-12 .item .note .tit {
  width: 85%;
}
.wrap-product .group .right .row .col-12 .item .note .tit a,
.wrap-details .group .right .row .col-12 .item .note .tit a {
  transition: all 0.2s;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12 .item .note .tit a,
  .wrap-details .group .right .row .col-12 .item .note .tit a {
    font-size: 14px;
  }
}
.wrap-product .group .right .row .col-12 .item .note .more,
.wrap-details .group .right .row .col-12 .item .note .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-product .group .right .row .col-12 .item .note .more a,
.wrap-details .group .right .row .col-12 .item .note .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s;
  border-style: solid;
  border-width: 1px;
  border-color: #409eff;
  color: #00a497;
  font-size: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.wrap-product .group .right .row .col-12 .item .note .more a span,
.wrap-details .group .right .row .col-12 .item .note .more a span {
  display: block;
}
.wrap-product .group .right .row .col-12 .item .note .more a:hover,
.wrap-details .group .right .row .col-12 .item .note .more a:hover {
  background: #ff911e;
}
.wrap-product .group .right .row .col-12 .item .note .more a:hover::before,
.wrap-details .group .right .row .col-12 .item .note .more a:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.wrap-product .group .right .row .col-12 .item .note .more a:hover::after,
.wrap-details .group .right .row .col-12 .item .note .more a:hover::after {
  opacity: 1;
}
.wrap-product .group .right .row .col-12 .item .note .more a::before,
.wrap-details .group .right .row .col-12 .item .note .more a::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.wrap-product .group .right .row .col-12 .item .note .more a::after,
.wrap-details .group .right .row .col-12 .item .note .more a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.wrap-product .group .right .des-introduce,
.wrap-details .group .right .des-introduce {
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce,
  .wrap-details .group .right .des-introduce {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.wrap-product .group .right .des-introduce .in-left,
.wrap-details .group .right .des-introduce .in-left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-left,
  .wrap-details .group .right .des-introduce .in-left {
    width: 100%;
  }
}
.wrap-product .group .right .des-introduce .in-left .slider-for,
.wrap-details .group .right .des-introduce .in-left .slider-for {
  font-size: 0;
  border: 1px solid #ccc;
}
.wrap-product .group .right .des-introduce .in-left .slider-for .item .img-box,
.wrap-details .group .right .des-introduce .in-left .slider-for .item .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-product .group .right .des-introduce .in-left .slider-nav,
.wrap-details .group .right .des-introduce .in-left .slider-nav {
  padding: 0 40px;
  font-size: 0;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-left .slider-nav,
  .wrap-details .group .right .des-introduce .in-left .slider-nav {
    padding: 0;
    padding-top: 10px;
  }
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .slick-prev,
.wrap-details .group .right .des-introduce .in-left .slider-nav .slick-prev {
  left: 0;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .slick-next,
.wrap-details .group .right .des-introduce .in-left .slider-nav .slick-next {
  right: 0;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .slick-list,
.wrap-details .group .right .des-introduce .in-left .slider-nav .slick-list {
  margin: 0 -5px;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .slick-slide,
.wrap-details .group .right .des-introduce .in-left .slider-nav .slick-slide {
  padding: 0 5px;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .slick-current .item,
.wrap-details .group .right .des-introduce .in-left .slider-nav .slick-current .item {
  border: 1px solid #ccc;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .item,
.wrap-details .group .right .des-introduce .in-left .slider-nav .item {
  border: 1px solid #fff;
  cursor: pointer;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .item .img-box,
.wrap-details .group .right .des-introduce .in-left .slider-nav .item .img-box {
  padding-bottom: calc();
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .item-video,
.wrap-details .group .right .des-introduce .in-left .slider-nav .item-video {
  position: relative;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .item-video .play,
.wrap-details .group .right .des-introduce .in-left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wrap-product .group .right .des-introduce .in-left .slider-nav .item-video .play i,
.wrap-details .group .right .des-introduce .in-left .slider-nav .item-video .play i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #ff911e;
}
.wrap-product .group .right .des-introduce .in-right,
.wrap-details .group .right .des-introduce .in-right {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-right,
  .wrap-details .group .right .des-introduce .in-right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.wrap-product .group .right .des-introduce .in-right .tit,
.wrap-details .group .right .des-introduce .in-right .tit {
  position: relative;
  padding-left: 20px;
}
.wrap-product .group .right .des-introduce .in-right .tit::before,
.wrap-details .group .right .des-introduce .in-right .tit::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #16497d;
  left: 0;
}
.wrap-product .group .right .des-introduce .in-right .tit h2,
.wrap-details .group .right .des-introduce .in-right .tit h2 {
  color: #16497d;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-right .tit h2,
  .wrap-details .group .right .des-introduce .in-right .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-product .group .right .des-introduce .in-right .type,
.wrap-details .group .right .des-introduce .in-right .type {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-right .type,
  .wrap-details .group .right .des-introduce .in-right .type {
    padding: 15px 0;
  }
}
.wrap-product .group .right .des-introduce .in-right .type p,
.wrap-details .group .right .des-introduce .in-right .type p {
  margin: 0;
  display: block;
  font-size: 16px;
  color: #333;
}
.wrap-product .group .right .des-introduce .in-right .editor-content,
.wrap-details .group .right .des-introduce .in-right .editor-content {
  padding: 15px 0;
}
.wrap-product .group .right .des-introduce .in-right .editor-content p,
.wrap-details .group .right .des-introduce .in-right .editor-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-introduce .in-right .editor-content p,
  .wrap-details .group .right .des-introduce .in-right .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .group .right .des-introduce .in-right .more a,
.wrap-details .group .right .des-introduce .in-right .more a {
  transition: all 0.45s;
  display: inline-block;
  height: 40px;
  border-style: solid;
  line-height: 40px;
  border-width: 1px;
  border-color: #409eff;
  background: #999999;
  padding: 0 35px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.wrap-product .group .right .des-introduce .in-right .more a span,
.wrap-details .group .right .des-introduce .in-right .more a span {
  display: block;
}
.wrap-product .group .right .des-introduce .in-right .more a:hover,
.wrap-details .group .right .des-introduce .in-right .more a:hover {
  background: #ff911e;
}
.wrap-product .group .right .des-introduce .in-right .more a:hover::before,
.wrap-details .group .right .des-introduce .in-right .more a:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.wrap-product .group .right .des-introduce .in-right .more a:hover::after,
.wrap-details .group .right .des-introduce .in-right .more a:hover::after {
  opacity: 1;
}
.wrap-product .group .right .des-introduce .in-right .more a::before,
.wrap-details .group .right .des-introduce .in-right .more a::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.wrap-product .group .right .des-introduce .in-right .more a::after,
.wrap-details .group .right .des-introduce .in-right .more a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.wrap-product .group .right .des-list,
.wrap-details .group .right .des-list {
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list,
  .wrap-details .group .right .des-list {
    flex-direction: column;
    padding: 15px;
  }
}
.wrap-product .group .right .des-list .des-tit,
.wrap-details .group .right .des-list .des-tit {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.wrap-product .group .right .des-list .des-tit::before,
.wrap-details .group .right .des-list .des-tit::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #ff911e;
  left: 0;
}
.wrap-product .group .right .des-list .des-tit h2,
.wrap-details .group .right .des-list .des-tit h2 {
  color: #ff911e;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .des-tit h2,
  .wrap-details .group .right .des-list .des-tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-product .group .right .des-list .editor-content p,
.wrap-details .group .right .des-list .editor-content p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content p,
  .wrap-details .group .right .des-list .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .group .right .des-list .editor-content ul,
.wrap-details .group .right .des-list .editor-content ul {
  padding-left: 20px;
}
.wrap-product .group .right .des-list .editor-content ul li,
.wrap-details .group .right .des-list .editor-content ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content ul li,
  .wrap-details .group .right .des-list .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box,
.wrap-details .group .right .des-list .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content .table-box,
  .wrap-details .group .right .des-list .editor-content .table-box {
    overflow: auto !important;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box table,
.wrap-details .group .right .des-list .editor-content .table-box table {
  width: 100%;
}
.wrap-product .group .right .des-list .editor-content .table-box table tr td,
.wrap-details .group .right .des-list .editor-content .table-box table tr td {
  width: auto !important;
  height: auto !important;
  padding: 12px;
  border-width: 1px;
  border-color: #ccc;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .editor-content .table-box table tr td,
  .wrap-details .group .right .des-list .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .group .right .des-list .editor-content .table-box table tr td p,
.wrap-details .group .right .des-list .editor-content .table-box table tr td p {
  margin: 0;
}
.wrap-product .group .right .des-list .l-left,
.wrap-details .group .right .des-list .l-left {
  width: 67%;
  background: #fff;
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list .l-left,
  .wrap-details .group .right .des-list .l-left {
    width: 100%;
  }
}
.wrap-product .group .right .des-list .l-left .editor-content,
.wrap-details .group .right .des-list .l-left .editor-content {
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .l-left .editor-content,
  .wrap-details .group .right .des-list .l-left .editor-content {
    padding: 20px;
  }
}
.wrap-product .group .right .des-list .l-right,
.wrap-details .group .right .des-list .l-right {
  width: 30%;
  background: #fff;
}
@media (max-width: 767px) {
  .wrap-product .group .right .des-list .l-right,
  .wrap-details .group .right .des-list .l-right {
    width: 100%;
  }
}
.wrap-product .group .right .des-list .l-right .l-related,
.wrap-details .group .right .des-list .l-right .l-related {
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .l-right .l-related,
  .wrap-details .group .right .des-list .l-right .l-related {
    padding: 20px;
  }
}
.wrap-product .group .right .des-list .l-right .l-related .item,
.wrap-details .group .right .des-list .l-right .l-related .item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .l-right .l-related .item,
  .wrap-details .group .right .des-list .l-right .l-related .item {
    margin-bottom: 20px;
  }
}
.wrap-product .group .right .des-list .l-right .l-related .item:last-child,
.wrap-details .group .right .des-list .l-right .l-related .item:last-child {
  margin-bottom: 0;
}
.wrap-product .group .right .des-list .l-right .l-related .item:hover .pic .img-box img,
.wrap-details .group .right .des-list .l-right .l-related .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-product .group .right .des-list .l-right .l-related .item:hover .tit a,
.wrap-details .group .right .des-list .l-right .l-related .item:hover .tit a {
  color: #ff911e;
}
.wrap-product .group .right .des-list .l-right .l-related .item .pic,
.wrap-details .group .right .des-list .l-right .l-related .item .pic {
  border: 1px solid #eee;
}
.wrap-product .group .right .des-list .l-right .l-related .item .pic .img-box,
.wrap-details .group .right .des-list .l-right .l-related .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-product .group .right .des-list .l-right .l-related .item .pic .img-box img,
.wrap-details .group .right .des-list .l-right .l-related .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-product .group .right .des-list .l-right .l-related .item .tit,
.wrap-details .group .right .des-list .l-right .l-related .item .tit {
  padding: 15px;
}
.wrap-product .group .right .des-list .l-right .l-related .item .tit a,
.wrap-details .group .right .des-list .l-right .l-related .item .tit a {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .des-list .l-right .l-related .item .tit a,
  .wrap-details .group .right .des-list .l-right .l-related .item .tit a {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
.a-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a-tit h2 {
  color: #222222;
  font-size: 32px;
  line-height: 42px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .a-tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .about-introduce,
  .about-struct,
  .about-culture,
  .about-brand {
    padding-top: 0;
  }
}
.about-introduce .group .editor-content,
.about-struct .group .editor-content,
.about-culture .group .editor-content,
.about-brand .group .editor-content {
  padding-top: 20px;
}
.about-introduce .group .editor-content p,
.about-struct .group .editor-content p,
.about-culture .group .editor-content p,
.about-brand .group .editor-content p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-introduce .group .editor-content p,
  .about-struct .group .editor-content p,
  .about-culture .group .editor-content p,
  .about-brand .group .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-introduce .group .editor-content ul,
.about-struct .group .editor-content ul,
.about-culture .group .editor-content ul,
.about-brand .group .editor-content ul {
  padding-left: 20px;
}
.about-introduce .group .editor-content ul li,
.about-struct .group .editor-content ul li,
.about-culture .group .editor-content ul li,
.about-brand .group .editor-content ul li {
  list-style-type: disc;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-introduce .group .editor-content ul li,
  .about-struct .group .editor-content ul li,
  .about-culture .group .editor-content ul li,
  .about-brand .group .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-introduce .group .editor-content .table-box,
.about-struct .group .editor-content .table-box,
.about-culture .group .editor-content .table-box,
.about-brand .group .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .about-introduce .group .editor-content .table-box,
  .about-struct .group .editor-content .table-box,
  .about-culture .group .editor-content .table-box,
  .about-brand .group .editor-content .table-box {
    overflow: auto !important;
  }
}
.about-introduce .group .editor-content .table-box table,
.about-struct .group .editor-content .table-box table,
.about-culture .group .editor-content .table-box table,
.about-brand .group .editor-content .table-box table {
  width: 100%;
}
.about-introduce .group .editor-content .table-box table tr td,
.about-struct .group .editor-content .table-box table tr td,
.about-culture .group .editor-content .table-box table tr td,
.about-brand .group .editor-content .table-box table tr td {
  width: auto !important;
  height: auto !important;
  padding: 12px;
  border-width: 1px;
  border-color: #ccc;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-introduce .group .editor-content .table-box table tr td,
  .about-struct .group .editor-content .table-box table tr td,
  .about-culture .group .editor-content .table-box table tr td,
  .about-brand .group .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-introduce .group .editor-content .table-box table tr td p,
.about-struct .group .editor-content .table-box table tr td p,
.about-culture .group .editor-content .table-box table tr td p,
.about-brand .group .editor-content .table-box table tr td p {
  margin: 0;
}
.about-introduce .group .row,
.about-struct .group .row,
.about-culture .group .row,
.about-brand .group .row {
  margin: -10px;
}
.about-introduce .group .row .col-12,
.about-struct .group .row .col-12,
.about-culture .group .row .col-12,
.about-brand .group .row .col-12 {
  height: auto;
  padding: 10px;
}
.about-introduce .group .row .col-12 .item,
.about-struct .group .row .col-12 .item,
.about-culture .group .row .col-12 .item,
.about-brand .group .row .col-12 .item {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.about-introduce .group .row .col-12 .item:hover,
.about-struct .group .row .col-12 .item:hover,
.about-culture .group .row .col-12 .item:hover,
.about-brand .group .row .col-12 .item:hover {
  cursor: pointer;
}
.about-introduce .group .row .col-12 .item:hover .pic .img-box img,
.about-struct .group .row .col-12 .item:hover .pic .img-box img,
.about-culture .group .row .col-12 .item:hover .pic .img-box img,
.about-brand .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.about-introduce .group .row .col-12 .item:hover .pic::before,
.about-struct .group .row .col-12 .item:hover .pic::before,
.about-culture .group .row .col-12 .item:hover .pic::before,
.about-brand .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.about-introduce .group .row .col-12 .item:hover .pic::after,
.about-struct .group .row .col-12 .item:hover .pic::after,
.about-culture .group .row .col-12 .item:hover .pic::after,
.about-brand .group .row .col-12 .item:hover .pic::after {
  opacity: 1;
}
.about-introduce .group .row .col-12 .item:hover .note,
.about-struct .group .row .col-12 .item:hover .note,
.about-culture .group .row .col-12 .item:hover .note,
.about-brand .group .row .col-12 .item:hover .note {
  background: #003b83;
}
.about-introduce .group .row .col-12 .item:hover .note p,
.about-struct .group .row .col-12 .item:hover .note p,
.about-culture .group .row .col-12 .item:hover .note p,
.about-brand .group .row .col-12 .item:hover .note p {
  color: #fff;
}
.about-introduce .group .row .col-12 .item .pic,
.about-struct .group .row .col-12 .item .pic,
.about-culture .group .row .col-12 .item .pic,
.about-brand .group .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.about-introduce .group .row .col-12 .item .pic::before,
.about-struct .group .row .col-12 .item .pic::before,
.about-culture .group .row .col-12 .item .pic::before,
.about-brand .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.about-introduce .group .row .col-12 .item .pic::after,
.about-struct .group .row .col-12 .item .pic::after,
.about-culture .group .row .col-12 .item .pic::after,
.about-brand .group .row .col-12 .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.about-introduce .group .row .col-12 .item .pic .img-box,
.about-struct .group .row .col-12 .item .pic .img-box,
.about-culture .group .row .col-12 .item .pic .img-box,
.about-brand .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.about-introduce .group .row .col-12 .item .pic .img-box img,
.about-struct .group .row .col-12 .item .pic .img-box img,
.about-culture .group .row .col-12 .item .pic .img-box img,
.about-brand .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.about-introduce .group .row .col-12 .item .note,
.about-struct .group .row .col-12 .item .note,
.about-culture .group .row .col-12 .item .note,
.about-brand .group .row .col-12 .item .note {
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .about-introduce .group .row .col-12 .item .note,
  .about-struct .group .row .col-12 .item .note,
  .about-culture .group .row .col-12 .item .note,
  .about-brand .group .row .col-12 .item .note {
    padding: 15px;
  }
}
.about-introduce .group .row .col-12 .item .note p,
.about-struct .group .row .col-12 .item .note p,
.about-culture .group .row .col-12 .item .note p,
.about-brand .group .row .col-12 .item .note p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .about-introduce .group .row .col-12 .item .note p,
  .about-struct .group .row .col-12 .item .note p,
  .about-culture .group .row .col-12 .item .note p,
  .about-brand .group .row .col-12 .item .note p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .about-honor {
    padding-top: 0;
  }
}
.about-honor .group .common-honor {
  display: none;
}
.about-honor .group .common-honor.on {
  display: block;
  animation: fadeIn 0.3s linear;
}
@media (max-width: 1199px) {
  .about-honor .group .common-honor.on {
    animation: none;
  }
}
.about-honor .group .row {
  margin: -10px;
}
.about-honor .group .row .col-12 {
  height: auto;
  padding: 10px;
}
@media (max-width: 1199px) {
  .about-honor .group .row .col-12 {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .about-honor .group .row .col-12 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .about-honor .group .row .col-12 {
    width: 100%;
  }
}
.about-honor .group .row .col-12 .item {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.about-honor .group .row .col-12 .item:hover {
  cursor: pointer;
}
.about-honor .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.about-honor .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.about-honor .group .row .col-12 .item:hover .pic::after {
  opacity: 1;
}
.about-honor .group .row .col-12 .item:hover .note {
  background: #003b83;
}
.about-honor .group .row .col-12 .item:hover .note p {
  color: #fff;
}
.about-honor .group .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.about-honor .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.about-honor .group .row .col-12 .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.about-honor .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(800 / 600 * 100%);
}
.about-honor .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.about-honor .group .row .col-12 .item .note {
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .about-honor .group .row .col-12 .item .note {
    padding: 15px;
  }
}
.about-honor .group .row .col-12 .item .note p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .about-honor .group .row .col-12 .item .note p {
    font-size: 14px;
  }
}
.wrap-home {
  background: #f5f5f5;
}
.wrap-home .h-tit h2 {
  font-size: 30px;
  color: #333;
  margin: 0;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .h-tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-home .h-type {
  position: relative;
  padding: 10px 0 15px 0;
}
.wrap-home .h-type::before {
  content: '';
  position: absolute;
  width: 40px;
  background: #d6d6d6;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.wrap-home .h-type span {
  color: #04863A;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .h-type span {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-home .home-category {
  padding: 50px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category {
    padding: 40px 0;
  }
}
.wrap-home .home-category .select-link {
  padding-top: 30px;
}
.wrap-home .home-category .select-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-category .select-link ul li.on {
  background: #05873c;
  color: #fff;
}
.wrap-home .home-category .select-link ul li {
  display: inline-block;
  margin: 0;
  min-width: 175px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 14px;
  color: #212529;
  transition: all 0.2s;
}
.wrap-home .home-category .select-link ul li:hover {
  background: #05873c;
  color: #fff;
}
.wrap-home .home-category .select-link ul li span {
  cursor: pointer;
  display: block;
}
.wrap-home .home-category .box {
  margin-top: 30px;
}
.wrap-home .home-category .box .common-cate {
  display: none;
}
.wrap-home .home-category .box .common-cate.on {
  display: block;
  animation: fadeIn 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .common-cate.on {
    animation: none;
  }
}
.wrap-home .home-category .box .slick-product .slick-slide {
  margin: -10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .slick-product .slick-slide {
    margin: -7px;
  }
}
.wrap-home .home-category .box .slick-product .group-item {
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .slick-product .group-item {
    padding: 7px;
  }
}
.wrap-home .home-category .box .slick-product .group-item .item {
  background: #fff;
  padding: 15px;
}
.wrap-home .home-category .box .slick-product .group-item .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-category .box .slick-product .group-item .item:hover .tit a {
  color: #05873c;
}
.wrap-home .home-category .box .slick-product .group-item .item .pic {
  border: 1px solid #eee;
}
.wrap-home .home-category .box .slick-product .group-item .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-home .home-category .box .slick-product .group-item .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-category .box .slick-product .group-item .item .tit {
  padding: 15px 0 0px 0;
}
.wrap-home .home-category .box .slick-product .group-item .item .tit a {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .slick-product .group-item .item .tit a {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
.wrap-home .home-category .box .slick-case .slick-slide {
  margin: -10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .slick-case .slick-slide {
    margin: -7px;
  }
}
.wrap-home .home-category .box .slick-case .group-item {
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .box .slick-case .group-item {
    padding: 7px;
  }
}
.wrap-home .home-category .box .slick-case .group-item .item {
  padding: 15px;
  transition: all 0.3s;
  background: #fff;
}
.wrap-home .home-category .box .slick-case .group-item .item:hover {
  cursor: pointer;
}
.wrap-home .home-category .box .slick-case .group-item .item:hover .pic {
  opacity: 0.75;
}
.wrap-home .home-category .box .slick-case .group-item .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-category .box .slick-case .group-item .item:hover .pic::before {
  opacity: 1;
}
.wrap-home .home-category .box .slick-case .group-item .item:hover .pic::after {
  opacity: 1;
}
.wrap-home .home-category .box .slick-case .group-item .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap-home .home-category .box .slick-case .group-item .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  opacity: 0;
}
.wrap-home .home-category .box .slick-case .group-item .item .pic::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-home .home-category .box .slick-case .group-item .item .pic .img-box {
  padding-bottom: calc(500 / 600 * 100%);
}
.wrap-home .home-category .box .slick-case .group-item .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-category .box .slick-case .group-item .item .note {
  padding-top: 20px;
}
.wrap-home .home-category .box .slick-case .group-item .item .note p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.wrap-home .home-about {
  padding: 5% 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
  }
}
.wrap-home .home-about .info {
  padding-left: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info {
    padding-left: 25%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .info {
    padding-left: 0;
  }
}
.wrap-home .home-about .info .box {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .box {
    padding: 20px;
  }
}
.wrap-home .home-about .info .box .tit h2 {
  display: inline-block;
  color: #fff;
  font-family: Impact, sans-serif;
  font-size: 36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .box .tit h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-home .home-about .info .box .type {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.wrap-home .home-about .info .box .type::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ff911e;
  left: 0;
  bottom: 0;
}
.wrap-home .home-about .info .box .type span {
  display: inline-block;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .box .type span {
    font-size: 20px;
  }
}
.wrap-home .home-about .info .box .txt {
  padding-top: 20px;
}
.wrap-home .home-about .info .box .txt p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .box .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-about .info .box .common-num {
  margin-top: 20px;
}
.wrap-home .home-about .info .box .common-num ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #05873c;
  padding: 20px;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .box .common-num ul {
    flex-wrap: wrap;
  }
}
.wrap-home .home-about .info .box .common-num ul li {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .box .common-num ul li {
    width: calc(100%);
    padding: 7px 0;
  }
}
.wrap-home .home-about .info .box .common-num ul li b {
  display: block;
  color: #fff;
  font-size: 44px;
  font-family: Impact, sans-serif;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .box .common-num ul li b {
    font-size: 36px;
  }
}
.wrap-home .home-about .info .box .common-num ul li p {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 14px;
}
.wrap-home .home-honor {
  padding: 40px 0 90px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor {
    padding: 40px 0;
  }
}
.wrap-home .home-honor .slick-honor {
  margin-top: 30px;
}
.wrap-home .home-honor .slick-honor .slick-dots {
  bottom: -40px;
}
.wrap-home .home-honor .slick-honor .item {
  background: #fff;
  padding: 15px;
}
.wrap-home .home-honor .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-home .home-honor .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-honor .slick-honor .item .pic .img-box {
  padding-bottom: calc(800 / 600 * 100%);
}
.wrap-home .home-honor .slick-honor .item .pic .img-box img {
  transition: all 0.3s;
}
.wrap-home .home-honor .slick-honor .item .note {
  padding-top: 15px;
}
.wrap-home .home-honor .slick-honor .item .note p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
@media (max-width: 1199px) {
  .wrap-home .home-honor .slick-honor .item .note p {
    font-size: 14px;
  }
}
.wrap-home .home-news .top {
  background-attachment: fixed;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top {
    padding: 40px 0;
  }
}
.wrap-home .home-news .h-tit h2 {
  color: #fff;
}
.wrap-home .home-news .h-type span {
  color: #fff;
}
.wrap-home .home-news .group {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group {
    padding: 40px 0;
  }
}
.wrap-home .home-news .group .row {
  margin: -40px -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row {
    margin: -7px;
  }
}
.wrap-home .home-news .group .row .col-12 {
  padding: 40px 15px;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row .col-12 {
    padding: 7px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .group .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-news .group .row .col-12 .item {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  transition: all 0.5s linear;
}
.wrap-home .home-news .group .row .col-12 .item:hover {
  transform: translateY(-5px);
}
.wrap-home .home-news .group .row .col-12 .item:hover .date {
  background: #05873c;
}
.wrap-home .home-news .group .row .col-12 .item:hover .date span {
  color: #fff;
  transform: scale(1.03, 1.03);
}
.wrap-home .home-news .group .row .col-12 .item:hover .tit a {
  color: #05873c;
  text-decoration: underline;
}
.wrap-home .home-news .group .row .col-12 .item .date {
  min-width: 110px;
  height: 110px;
  background: #555555;
  display: inline-block;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  top: -40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row .col-12 .item .date {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .group .row .col-12 .item .date {
    min-width: 90px;
    height: 90px;
  }
}
.wrap-home .home-news .group .row .col-12 .item .date span {
  transition: all 0.3s;
}
.wrap-home .home-news .group .row .col-12 .item .date .day {
  font-size: 30px;
  font-family: Impact, sans-serif;
  text-align: center;
  color: #fff;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row .col-12 .item .date .day {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .group .row .col-12 .item .date .day {
    font-size: 24px;
    line-height: 100%;
  }
}
.wrap-home .home-news .group .row .col-12 .item .date .year {
  text-align: end;
  padding-top: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .wrap-home .home-news .group .row .col-12 .item .date .year {
    font-size: 14px;
  }
}
.wrap-home .home-news .group .row .col-12 .item .tit {
  padding: 80px 0 10px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row .col-12 .item .tit {
    padding: 15px 0;
  }
}
.wrap-home .home-news .group .row .col-12 .item .tit a {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  transition: all 0.2s;
}
.wrap-home .home-news .group .row .col-12 .item .txt p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .row .col-12 .item .txt p {
    -webkit-line-clamp: 2;
    height: 48px;
  }
}
.wrap-seo .name {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  background: #409EFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-seo .name h2 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.wrap-seo ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin: -10px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wrap-seo ul {
    margin: -5px;
  }
}
.wrap-seo ul li {
  width: calc(100% / 4);
  text-align: center;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-seo ul li {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .wrap-seo ul li {
    width: calc(100% / 2);
    padding: 5px;
  }
}
.wrap-seo ul li a {
  background: #fff;
  border: 1px solid #cccccc;
  color: #303133;
  border-radius: 4px;
  display: block;
  padding: 10px 0;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-seo ul li a {
    font-size: 14px;
  }
}
.wrap-seo ul li a:hover {
  color: #409EFF;
  border: 1px solid #409EFF;
}
.seo-show .box .tit {
  border-bottom: 1px solid #dcdfe6;
  padding-bottom: 5px;
}
.seo-show .box .tit h2 {
  font-size: 16px;
  color: #303133;
}
.seo-show .box .tit p {
  color: #909399;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.seo-show .box .list {
  padding: 15px 0;
}
.seo-show .box .list .name {
  color: #409EFF;
}
.seo-show .box .list .l-pro .pro-group .item,
.seo-show .box .list .l-news .pro-group .item,
.seo-show .box .list .l-pro .news-group .item,
.seo-show .box .list .l-news .news-group .item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .seo-show .box .list .l-pro .pro-group .item,
  .seo-show .box .list .l-news .pro-group .item,
  .seo-show .box .list .l-pro .news-group .item,
  .seo-show .box .list .l-news .news-group .item {
    flex-direction: column;
  }
}
.seo-show .box .list .l-pro .pro-group .item .pic,
.seo-show .box .list .l-news .pro-group .item .pic,
.seo-show .box .list .l-pro .news-group .item .pic,
.seo-show .box .list .l-news .news-group .item .pic {
  width: 15%;
}
@media (max-width: 767px) {
  .seo-show .box .list .l-pro .pro-group .item .pic,
  .seo-show .box .list .l-news .pro-group .item .pic,
  .seo-show .box .list .l-pro .news-group .item .pic,
  .seo-show .box .list .l-news .news-group .item .pic {
    width: 100%;
  }
}
.seo-show .box .list .l-pro .pro-group .item .note,
.seo-show .box .list .l-news .pro-group .item .note,
.seo-show .box .list .l-pro .news-group .item .note,
.seo-show .box .list .l-news .news-group .item .note {
  padding-left: 10px;
  width: 85%;
}
@media (max-width: 767px) {
  .seo-show .box .list .l-pro .pro-group .item .note,
  .seo-show .box .list .l-news .pro-group .item .note,
  .seo-show .box .list .l-pro .news-group .item .note,
  .seo-show .box .list .l-news .news-group .item .note {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.seo-show .box .list .l-pro .pro-group .item .note a,
.seo-show .box .list .l-news .pro-group .item .note a,
.seo-show .box .list .l-pro .news-group .item .note a,
.seo-show .box .list .l-news .news-group .item .note a {
  color: #303133;
  font-size: 16px;
}
.seo-show .box .list .l-pro .pro-group .item .note .txt,
.seo-show .box .list .l-news .pro-group .item .note .txt,
.seo-show .box .list .l-pro .news-group .item .note .txt,
.seo-show .box .list .l-news .news-group .item .note .txt {
  padding-top: 10px;
}
.seo-show .box .list .l-pro .pro-group .item .note .txt p,
.seo-show .box .list .l-news .pro-group .item .note .txt p,
.seo-show .box .list .l-pro .news-group .item .note .txt p,
.seo-show .box .list .l-news .news-group .item .note .txt p {
  color: #909399;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.seo-show .box .list .l-pro .pro-group .item .note .type,
.seo-show .box .list .l-news .pro-group .item .note .type,
.seo-show .box .list .l-pro .news-group .item .note .type,
.seo-show .box .list .l-news .news-group .item .note .type {
  text-align: end;
}
.seo-show .box .list .l-pro .pro-group .item .note .type span,
.seo-show .box .list .l-news .pro-group .item .note .type span,
.seo-show .box .list .l-pro .news-group .item .note .type span,
.seo-show .box .list .l-news .news-group .item .note .type span {
  cursor: default;
  border-radius: 4px;
  display: inline-block;
  height: 25px;
  padding: 0 20px;
  line-height: 25px;
  border: 1px solid #dcdfe6;
  background: #fff;
  font-size: 12px;
  color: #212529;
}
.wrap-show .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-show .box {
    flex-direction: column;
  }
}
.wrap-show .box .left {
  width: 67%;
}
@media (max-width: 991px) {
  .wrap-show .box .left {
    width: 100%;
  }
}
.wrap-show .box .left .top {
  padding-bottom: 15px;
}
.wrap-show .box .left .top .slider-for-pic {
  font-size: 0;
}
.wrap-show .box .left .top .slider-for-pic .item .img-box {
  padding-bottom: calc(480 / 840 * 100%);
}
.wrap-show .box .left .top .slider-nav-list {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.wrap-show .box .left .top .slider-nav-list .slick-list {
  margin: 0 -5px;
}
.wrap-show .box .left .top .slider-nav-list .slick-slide {
  padding: 0 5px;
}
.wrap-show .box .left .top .slider-nav-list .slick-current .item {
  border: 1px solid #ccc;
  opacity: 0.6;
}
.wrap-show .box .left .top .slider-nav-list .item {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.wrap-show .box .left .top .slider-nav-list .item .img-box {
  padding-bottom: calc(110 / 160 * 100%);
}
.wrap-show .box .left .top .slider-nav-list .item-video {
  position: relative;
}
.wrap-show .box .left .top .slider-nav-list .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-show .box .left .top .slider-nav-list .item-video .play i {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #409EFF;
}
.wrap-show .box .left .list {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .list {
    padding: 15px 0;
  }
}
.wrap-show .box .left .list .date {
  min-width: 75px;
  height: 75px;
  padding: 10px;
  background: #2b48c5;
  text-align: center;
}
.wrap-show .box .left .list .date span {
  display: block;
  color: #fff;
}
.wrap-show .box .left .list .date .day {
  font-size: 34px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 100%;
}
.wrap-show .box .left .list .date .year {
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.wrap-show .box .left .list .note {
  padding-left: 20px;
}
.wrap-show .box .left .list .note h2 {
  font-size: 26px;
  font-weight: bold;
  color: #444444;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .list .note h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-show .box .left .list .note h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-show .box .left .list .note p {
  margin: 0;
}
.wrap-show .box .left .list .note p span {
  color: #666;
  font-size: 14px;
}
.wrap-show .box .left .editor-content {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .editor-content {
    padding-top: 30px;
  }
}
.wrap-show .box .left .editor-content p {
  color: #666;
  font-size: 16px;
  margin: 0;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .box .left .editor-content ul {
  padding-left: 20px;
}
.wrap-show .box .left .editor-content ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .box .left .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .editor-content .table-box {
    overflow: auto !important;
  }
}
.wrap-show .box .left .editor-content .table-box table {
  width: 100%;
}
.wrap-show .box .left .editor-content .table-box table tr td {
  width: auto !important;
  height: auto !important;
  padding: 12px;
  border-width: 1px;
  border-color: #ccc;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-show .box .left .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .box .left .editor-content .table-box table tr td p {
  margin: 0;
}
.wrap-show .box .right {
  width: 30%;
}
@media (max-width: 991px) {
  .wrap-show .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-show .box .right .list {
  border: 1px solid #ccc;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .wrap-show .box .right .list {
    padding: 20px;
  }
}
.wrap-show .box .right .t-name {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-show .box .right .t-name {
    padding-bottom: 20px;
  }
}
.wrap-show .box .right .t-name p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.wrap-show .box .right .related-info .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.wrap-show .box .right .related-info .item:last-child {
  margin-bottom: 0;
}
.wrap-show .box .right .related-info .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-show .box .right .related-info .item:hover .note .tit a {
  color: #173394;
}
.wrap-show .box .right .related-info .item:hover .note .more a {
  border: 1px solid #173394;
  color: #173394;
}
.wrap-show .box .right .related-info .item .pic {
  width: 100%;
}
.wrap-show .box .right .related-info .item .pic .img-box {
  padding-bottom: calc(600 / 800 * 100%);
}
.wrap-show .box .right .related-info .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-show .box .right .related-info .item .note {
  width: 100%;
  padding: 15px 0;
}
.wrap-show .box .right .related-info .item .note .tit a {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.75s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-show .box .right .related-info .item .note .txt {
  padding-top: 10px;
}
.wrap-show .box .right .related-info .item .note .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.wrap-show .box .right .related-info .item .note .date {
  padding-top: 15px;
}
.wrap-show .box .right .related-info .item .note .date span {
  display: block;
  color: #666666;
  font-size: 14px;
}
.wrap-show .box .right .related-info .item .note .more {
  padding-top: 20px;
}
.wrap-show .box .right .related-info .item .note .more a {
  transition: all 0.45s;
  display: inline-block;
  height: 35px;
  border-style: solid;
  line-height: 35px;
  border-width: 1px;
  border-color: #dedede;
  padding: 0 40px;
  color: #666666;
  font-size: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.wrap-show .box .right .related-info .item .note .more a span {
  display: block;
}
.wrap-show .box .right .related-info .item .note .more a:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.wrap-show .box .right .related-info .item .note .more a:hover::after {
  opacity: 1;
}
.wrap-show .box .right .related-info .item .note .more a::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.wrap-show .box .right .related-info .item .note .more a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.float-info.active {
  opacity: 0;
  pointer-events: none;
}
.float-info {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-info .info {
  background: #fff;
  padding: 30px;
  width: 35%;
  position: relative;
}
@media (max-width: 1199px) {
  .float-info .info {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .float-info .info {
    width: 95%;
  }
}
.float-info .info .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.float-info .info .pic {
  padding: 0 20%;
}
.float-info .info .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.float-info .info ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .float-info .info ul {
    margin-top: 20px;
  }
}
.float-info .info ul li {
  padding: 0 5px;
  width: calc(100% / 2);
  border: 1px solid #eee;
}
.float-info .info ul li img {
  width: 100%;
  display: block;
  height: auto;
}
.float-btn {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #409EFF;
  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;
}
.wrap-tit h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-txt {
    padding-top: 20px;
  }
}
.wrap-txt p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
