@font-face {
  font-family: 'Varela Round';
  src: local('Varela Round'), local('VarelaRound-Regular'), url('../fonts/VarelaRound-Regular.woff2') format('woff2'), url('../fonts/VarelaRound-Regular.woff') format('woff'), url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: local('FontAwesome'), url('../fonts/FontAwesome.woff2') format('woff2'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Varela Round', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto ;
  position: relative;
}
.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: 100px 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 {
  border: 1px solid #6195FF;
  background: #6195FF;
  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: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@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;
}
.wrap-banner {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-banner {
    padding-top: 60px;
  }
}
.wrap-banner .banner {
  padding: 150px 0;
  background-position: top;
}
@media (max-width: 1199px) {
  .wrap-banner .banner {
    padding: 80px 20px;
  }
}
.wrap-banner .banner .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-banner .banner .info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.wrap-banner .banner .info .tit h2 {
  color: #fff;
}
.wrap-banner .banner .info ul li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-banner .banner .info ul li {
    padding: 0 10px;
  }
}
.wrap-banner .banner .info ul li::before {
  content: '/';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-banner .banner .info ul li::before {
    left: -3px;
  }
}
.wrap-banner .banner .info ul li:first-child::before {
  display: none;
}
.wrap-banner .banner .info ul li a {
  display: block;
  color: #fff;
}
.wrap-banner .banner .info ul li a:hover {
  text-decoration: underline;
}
.banner-box.home-banner {
  position: relative;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .banner-box.home-banner {
    padding-top: 60px;
  }
}
.banner-box.home-banner .banner {
  height: 100vh;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-box.home-banner .banner {
    height: 100%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .banner-box.home-banner .banner {
    padding: 40px 20px;
  }
}
.banner-box.home-banner .banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #1C1D21;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box.home-banner .banner .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding-left: 55%;
}
@media (max-width: 1470px) {
  .banner-box.home-banner .banner .info {
    padding-left: 44%;
  }
}
@media (max-width: 1199px) {
  .banner-box.home-banner .banner .info {
    padding-left: 0;
    height: 100%;
  }
}
.banner-box.home-banner .banner .info .tit h2 {
  font-size: 44px;
  color: #e8e8e8;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box.home-banner .banner .info .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner-box.home-banner .banner .info .txt {
  margin-top: 10px;
}
.banner-box.home-banner .banner .info .txt p {
  line-height: 2;
  color: #b8b8b8;
}
.banner-box.home-banner .banner .info .txt p a {
  color: #6195FF;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .banner-box.home-banner .banner .info .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.banner-box.home-banner .banner .info .link a {
  margin-right: 10px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}
.banner-box.home-banner .banner .info .link a:hover {
  opacity: 0.8;
}
.banner-box.home-banner .banner .info .link .more {
  background: #fff;
  color: #212529;
}
.banner-box.home-banner .banner .info .link .more:hover {
  opacity: 0.8;
}
.banner-box.home-banner .banner .info .link .download {
  background: #6195FF;
  color: #fff;
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
.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: #2d2d27;
  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: #2d2d27;
  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: #2d2d27;
  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: #2d2d27;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #2d2d27;
  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: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0x;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.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: 52px;
  height: 52px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #2d2d27;
  position: relative;
  opacity: 1;
  margin: 1px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #6195FF;
  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: #6195FF;
  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: #2d2d27;
  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;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #2d2d27;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #2d2d27;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
.header.home-header {
  background: transparent;
}
@media (max-width: 1199px) {
  .header.home-header {
    background: #fff !important;
  }
}
.header.home-header .info .menu-logo a {
  display: none;
}
@media (max-width: 1199px) {
  .header.home-header .info .menu-logo a {
    display: block !important;
  }
}
.header.home-header .info .menu-logo .active-logo {
  display: block;
}
@media (max-width: 1199px) {
  .header.home-header .info .menu-logo .active-logo {
    display: none !important;
  }
}
.header.home-header .info .menu-right .menu-nav .nav-first li.active a {
  color: #fff;
}
.header.home-header .info .menu-right .menu-nav .nav-first li a {
  color: #fff;
}
.header.home-header .info .menu-right .menu-nav .nav-first li a::before {
  bottom: 5px;
}
.header.home-header .info .menu-right .menu-nav .nav-first li ul li a {
  color: #10161A;
  line-height: 26px;
}
.header.home-header .info .menu-right .menu-language a {
  color: #fff;
}
@media (max-width: 1199px) {
  .header.home-header .info .menu-right .menu-language a {
    color: #10161A !important;
  }
}
.header.home-header .info .menu-right .menu-language .drop-select a {
  color: #10161A;
}
.header.home-header.active {
  background: #fff;
}
.header.home-header.active .info .menu-logo a {
  display: block;
}
.header.home-header.active .info .menu-logo .active-logo {
  display: none;
}
.header.home-header.active .info .menu-right .menu-nav .nav-first li.active a {
  color: #10161A;
}
.header.home-header.active .info .menu-right .menu-nav .nav-first li a {
  line-height: 40px;
  color: #10161A;
}
.header.home-header.active .info .menu-right .menu-nav .nav-first li ul li a {
  color: #10161A;
  line-height: 26px;
}
.header.home-header.active .info .menu-right .menu-nav .nav-first li ul li a:hover {
  color: #6195FF;
}
.header.home-header.active .info .menu-right .menu-language a {
  color: #10161A;
}
.header.home-header.active .info .menu-right .menu-language .drop-select a {
  color: #10161A;
}
.header {
  position: fixed;
  width: 100%;
  transition: all 0.4s ease-out;
  z-index: 11;
  background: #fff;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px !important;
  }
}
.header .info .menu-logo a {
  display: block;
  height: auto;
}
.header .info .menu-logo a img {
  max-height: 50px;
}
.header .info .menu-logo .active-logo {
  display: none;
}
.header .info .menu-right {
  display: flex;
  align-items: center;
}
.header .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s 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;
}
.header .info .menu-right .menu-nav .nav-first li.active a {
  color: #6195FF;
}
.header .info .menu-right .menu-nav .nav-first li.active a::before {
  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::before {
  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: #6195FF;
}
.header .info .menu-right .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1720px) {
  .header .info .menu-right .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
.header .info .menu-right .menu-nav .nav-first li a {
  color: #000;
  display: block;
  transition: all 0.2s ease-out;
  line-height: 70px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.header .info .menu-right .menu-nav .nav-first li a:hover {
  color: #6195FF;
}
.header .info .menu-right .menu-nav .nav-first li a:hover::before {
  width: 100%;
}
.header .info .menu-right .menu-nav .nav-first li a::before {
  content: "";
  width: 0%;
  height: 1.5px;
  position: absolute;
  bottom: 20px;
  background: #6195FF;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
}
.header .info .menu-right .menu-nav .nav-first li a i {
  font-size: 12px;
}
.header .info .menu-right .menu-nav .nav-first li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: perspective(500px) rotatex(0);
}
.header .info .menu-right .menu-nav .nav-first li > ul {
  position: absolute;
  z-index: 99;
  top: calc(100%);
  left: 0;
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background-color: #ffffff;
  padding: 10px 0;
  z-index: 2;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.header .info .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding: 5px 30px;
  text-transform: capitalize;
  position: relative;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a::after {
  content: "\e749";
  position: absolute;
  font-family: 'iconfont' !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
  font-weight: 500;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover {
  color: #6195FF;
  transform: translateX(10px);
}
.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-color: #ffffff;
  color: #000;
  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 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .info .menu-right .menu-language {
  margin-left: 20px;
  position: relative;
}
.header .info .menu-right .menu-language a {
  display: block;
  color: #000;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-language a {
    font-size: 14px;
  }
}
.header .info .menu-right .menu-language a img {
  max-height: 20px;
  min-width: 35px;
}
.header .info .menu-right .menu-language a:hover span {
  color: #6195FF;
  text-decoration: underline;
}
.header .info .menu-right .menu-language:hover .drop-select {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) perspective(500px) rotatex(0);
}
.header .info .menu-right .menu-language .drop-select {
  content: '';
  position: absolute;
  min-width: 140px;
  text-align: center;
  top: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%) perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.header .info .menu-right .menu-language .drop-select a {
  margin: 10px 0;
}
.wrap-tit {
  position: relative;
  text-align: center;
}
.wrap-tit::before {
  content: '';
  height: 10px;
  width: 50px;
  border-radius: 5px;
  margin: 0 auto 20px;
  display: block;
  background: #FFA804;
}
@media (max-width: 1199px) {
  .wrap-tit::before {
    height: 5px;
    margin: 0 auto 10px;
  }
}
.wrap-tit h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
}
.wrap-contact {
  padding-bottom: 0;
}
.wrap-contact .editor-content {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-contact .editor-content {
    margin-top: 30px;
  }
}
.wrap-contact .editor-content p:hover span,
.wrap-contact .editor-content p:hover a {
  color: #6195FF;
  text-decoration: underline;
}
.wrap-contact .editor-content p a {
  color: #333;
  font-weight: bold;
  font-family: 'arial', sans-serif;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .editor-content p a {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .map {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .map {
    margin-top: 20px;
  }
}
.wrap-contact .map .pic iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .wrap-contact .map .pic iframe {
    height: 350px;
  }
}
.foot-form {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .foot-form {
    padding: 40px 0;
  }
}
.foot-form .common-form .txt p {
  margin: 0;
  line-height: 30px;
  display: inline-block;
  background: #6195FF;
  color: #FFF;
  padding: 0 0.25rem;
  font-size: 18px;
  font-weight: 500;
}
.foot-form .common-form .form-box {
  margin-top: 10px;
  position: relative;
  background: #FFF;
  padding: 10px;
  border: 1px solid #E3E3E3;
}
.foot-form .common-form .form-box::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 5%;
  background: url(../img/form-icon.png) center no-repeat;
  background-size: contain;
  top: 5px;
  right: 10px;
}
@media (max-width: 1199px) {
  .foot-form .common-form .form-box::after {
    display: none;
  }
}
.foot-form .common-form .form-box form .row .col-12 .form-group-tit {
  margin-bottom: 10px;
}
.foot-form .common-form .form-box form .row .col-12 .form-group-tit input {
  width: 100%;
  border: 1px solid #eee;
  background: #00b9e4;
  font-size: 12px;
  padding: 6px 0.1rem 6px 0.28rem;
  resize: none;
  color: #fff;
  transition: all 0.2s ease-out;
}
.foot-form .common-form .form-box form .row .col-12 .form-group {
  margin-bottom: 10px;
}
.foot-form .common-form .form-box form .row .col-12 .form-group input,
.foot-form .common-form .form-box form .row .col-12 .form-group textarea {
  width: 100%;
  border: 1px solid #eee;
  font-size: 12px;
  padding: 6px 0.1rem 6px 0.28rem;
  resize: none;
}
.foot-form .common-form .form-box form .row .col-12 .form-group input::placeholder,
.foot-form .common-form .form-box form .row .col-12 .form-group textarea::placeholder {
  color: #ccc;
  transition: all 0.2s ease-out;
}
.foot-form .common-form .form-box form .row .col-12 .form-group input:focus,
.foot-form .common-form .form-box form .row .col-12 .form-group textarea:focus {
  border: 1px solid #FFA804;
}
.foot-form .common-form .form-box form .row .col-12 .form-group input:focus::placeholder,
.foot-form .common-form .form-box form .row .col-12 .form-group textarea:focus::placeholder {
  color: #666;
}
.foot-form .common-form .form-box form .row .col-12 .optional-group {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.foot-form .common-form .form-box form .row .col-12 .optional-group input {
  width: 50%;
  border-bottom: 2px solid #EEE;
  padding: 6px 10px;
  color: #354052;
  opacity: 0.5;
  border: 1px solid #eee;
}
.foot-form .common-form .form-box form .row .col-12 .optional-group .opt-num {
  width: 50%;
  padding-left: 20px;
  position: relative;
}
.foot-form .common-form .form-box form .row .col-12 .optional-group .opt-num::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.foot-form .common-form .form-box form .row .col-12 .optional-group .opt-num img {
  max-height: 40px;
}
.foot-form .common-form .form-box form .row .col-12 .submit-group button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding: 0 16px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-left-color: #ECC75C;
  border-right-color: #ECC75C;
  border-top-color: #F4D67E;
  border-bottom-color: #E1AF32;
  border-radius: 5px;
  color: #4C4C4E;
  transition: all 0.2s ease-out;
  text-shadow: 0 0 1PX rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF5D1), to(#FCE26B));
}
.foot-form .common-form .form-box form .row .col-12 .submit-group button:hover {
  background: #6195FF;
  color: #fff;
  border: 1px solid #6195FF;
}
.footer {
  background: #222;
  padding: 100px 0 60px 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 65px 0;
  }
}
.footer .foot-tit h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.footer .foot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    flex-direction: column;
  }
}
.footer .foot .info {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .info {
    margin-top: 15px;
  }
}
.footer .foot .info p {
  color: #868F9B;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .info p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .foot-share {
  width: 20%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share {
    width: 100%;
  }
}
.footer .foot .foot-share .share {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share .share {
    padding-top: 20px;
  }
}
.footer .foot .foot-share .share ul {
  display: flex;
  justify-content: end;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share .share ul {
    justify-content: start;
  }
}
.footer .foot .foot-share .share ul li {
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share .share ul li {
    padding-right: 5px;
    padding-left: 0;
  }
}
.footer .foot .foot-share .share ul li a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ccc;
  font-size: 20px;
  transition: all 0.2s ease-out;
}
.footer .foot .foot-share .share ul li a i:hover {
  background: #6195FF;
  color: #fff;
}
.footer .foot .foot-value {
  width: 30%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-value {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot .foot-value .info ul {
  padding-left: 20px;
}
.footer .foot .foot-value .info ul li {
  list-style-type: disc;
  color: #868F9B;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-value .info ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .foot-contact {
  width: 30%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact p i {
    margin-right: 10px;
  }
}
.footer .foot .foot-contact p a:hover {
  color: #6195FF;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .copyright {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .copyright {
    margin-top: 15px;
  }
}
.footer .copyright p {
  margin: 0;
  color: #868F9B;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
.com-tit {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.com-tit::after {
  content: '';
  height: 4px;
  width: 40px;
  margin: 20px auto 0;
  display: block;
  background: #6195FF;
}
@media (max-width: 1199px) {
  .com-tit::after {
    margin: 10px auto 0;
  }
}
.com-tit h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .com-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-download .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-download .info {
    flex-direction: column;
  }
}
.wrap-download .info .left {
  width: 30%;
}
@media (max-width: 1199px) {
  .wrap-download .info .left {
    width: 100%;
  }
}
.wrap-download .info .left .com-tit h2 {
  font-weight: bold;
}
.wrap-download .info .right {
  width: 70%;
}
@media (max-width: 1199px) {
  .wrap-download .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-download .info .right .right-box {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-download .info .right .right-box {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .right .right-box .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .right .right-box .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-download .info .right .right-box .row .col-12 {
    width: 50%;
  }
}
.wrap-download .info .right .right-box .row .col-12 .item {
  margin-bottom: 10px;
}
.wrap-download .info .right .right-box .row .col-12 .item:hover .pic {
  opacity: 0.8;
}
.wrap-download .info .right .right-box .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.02, 1.02, 1);
}
.wrap-download .info .right .right-box .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.wrap-download .info .right .right-box .row .col-12 .item .pic .img-box {
  padding-bottom: calc(240 / 260 * 100%);
}
.wrap-download .info .right .right-box .row .col-12 .item .pic .img-box img {
  transition: all 0.2s ease-out;
}
.wrap-download .info .right .right-box .row .col-12 .item .tit {
  margin-top: 20px;
}
.wrap-download .info .right .right-box .row .col-12 .item .tit a {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-download .info .right .right-box .row .col-12 .item .tit a {
    font-size: 18px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul {
  display: inline-block;
  border-radius: 4px;
}
.pagination ul li.prev-icon a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul li.page-num a {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul li.page-num a span {
  position: relative;
  padding: 0 5px;
}
.pagination ul li.page-num a span:last-child::after {
  display: none;
}
.pagination ul li.page-num a span::after {
  content: '/';
  position: absolute;
  right: -5px;
  top: 50%;
  color: #5c5c5c;
  transform: translateY(-50%);
}
.pagination ul li.active a {
  background: linear-gradient(180deg, #d7d7d7, transparent);
}
.pagination ul li {
  display: inline-block;
  float: left;
}
.pagination ul li a {
  background: linear-gradient(360deg, #d7d7d7, transparent);
  position: relative;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  color: #5c5c5c;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    padding: 6px 8px;
  }
}
.pagination ul li a:hover {
  background: linear-gradient(180deg, #d7d7d7, transparent);
}
.pagination ul li a i {
  font-size: 17px;
  vertical-align: middle;
  font-weight: 500;
}
.wrap-video .info .group,
.wrap-case .info .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-video .info .group,
  .wrap-case .info .group {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-video .info .group .row,
  .wrap-case .info .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-video .info .group .row .col-12,
  .wrap-case .info .group .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-video .info .group .row .col-12,
  .wrap-case .info .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-video .info .group .row .col-12,
  .wrap-case .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-video .info .group .row .col-12 .item,
.wrap-case .info .group .row .col-12 .item {
  margin-bottom: 20px;
}
.wrap-video .info .group .row .col-12 .item:hover,
.wrap-case .info .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-video .info .group .row .col-12 .item:hover .pic,
.wrap-case .info .group .row .col-12 .item:hover .pic {
  opacity: 0.8;
}
.wrap-video .info .group .row .col-12 .item:hover .pic .img-box img,
.wrap-case .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.02, 1.02, 1);
}
.wrap-video .info .group .row .col-12 .item:hover .tit a,
.wrap-case .info .group .row .col-12 .item:hover .tit a {
  color: #6195FF;
}
.wrap-video .info .group .row .col-12 .item .pic,
.wrap-case .info .group .row .col-12 .item .pic {
  position: relative;
  transition: all 0.2s ease-out;
}
.wrap-video .info .group .row .col-12 .item .pic .img-box img,
.wrap-case .info .group .row .col-12 .item .pic .img-box img {
  transition: all 0.2s ease-out;
}
.wrap-video .info .group .row .col-12 .item .tit,
.wrap-case .info .group .row .col-12 .item .tit {
  margin-top: 20px;
}
.wrap-video .info .group .row .col-12 .item .tit a,
.wrap-case .info .group .row .col-12 .item .tit a {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1199px) {
  .wrap-video .info .group .row .col-12 .item .tit a,
  .wrap-case .info .group .row .col-12 .item .tit a {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-content .info .editor-content {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-content .info .editor-content {
    margin-top: 30px;
  }
}
.wrap-content .info .editor-content ul {
  padding-left: 20px;
}
.wrap-content .info .editor-content ul li {
  list-style-type: disc;
}
.wrap-content .info .editor-content p,
.wrap-content .info .editor-content b,
.wrap-content .info .editor-content ul > li {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-content .info .editor-content p,
  .wrap-content .info .editor-content b,
  .wrap-content .info .editor-content ul > li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-content .info .editor-content iframe {
  display: block;
  width: 50%;
  margin: 20px auto;
  height: 350px;
}
@media (max-width: 1199px) {
  .wrap-content .info .editor-content iframe {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .wrap-content .info .editor-content iframe {
    width: 100%;
  }
}
.wrap-news .info .item {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1199px) {
  .wrap-news .info .item {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .item {
    flex-direction: column;
  }
}
.wrap-news .info .item:hover .pic .img-box img {
  transform: scale3d(1.02, 1.02, 1);
}
.wrap-news .info .item:hover .note .top .tit a {
  color: #FE700C;
  text-decoration: underline;
}
.wrap-news .info .item .pic {
  width: 15%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .wrap-news .info .item .pic {
    width: 100%;
  }
}
.wrap-news .info .item .pic .img-box img {
  transition: all 0.2s ease-out;
}
.wrap-news .info .item .note {
  width: 82%;
}
@media (max-width: 991px) {
  .wrap-news .info .item .note {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-news .info .item .note .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-news .info .item .note .top {
    flex-direction: column;
  }
}
.wrap-news .info .item .note .top .tit {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .top .tit {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-news .info .item .note .top .tit a {
  font-size: 16px;
  font-weight: 600;
  color: #337ab7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-news .info .item .note .top .date {
  width: 20%;
  text-align: end;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .top .date {
    width: 100%;
    order: 1;
    text-align: start;
  }
}
.wrap-news .info .item .note .top .date span {
  display: block;
  font-size: 14px;
  color: #333;
}
.wrap-news .info .item .note .txt {
  margin-top: 5px;
}
.wrap-news .info .item .note .txt p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.news-details .info .info-header {
  background-color: #f9f9f9;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1199px) {
  .news-details .info .info-header {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .news-details .info .info-header {
    padding: 20px;
  }
}
.news-details .info .info-header .tit h2 {
  font-size: 28px;
  line-height: 32px;
  color: #333;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .news-details .info .info-header .tit h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.news-details .info .info-header .date {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
.news-details .info .info-header .date i {
  margin-right: 10px;
}
.news-details .info .editor-content {
  margin-top: 20px;
}
.news-details .info .editor-content p {
  color: #333;
  font-family: 'arial', sans-serif;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .news-details .info .editor-content p {
    font-size: 24px;
    font-size: 14px;
  }
}
.wrap-faq .info .list {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-faq .info .list {
    margin-top: 30px;
  }
}
.wrap-faq .info .list ul li .question h2 {
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #868F9B;
}
@media (max-width: 1199px) {
  .wrap-faq .info .list ul li .question h2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-faq .info .list ul li .answer p {
  color: #868f9b;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-faq .info .list ul li .answer p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .product-details {
    padding-top: 40px !important;
  }
}
@media (max-width: 1199px) {
  .wrap-product,
  .product-details {
    padding-top: 0;
  }
}
.wrap-product .info,
.product-details .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info,
  .product-details .info {
    flex-direction: column;
  }
}
.wrap-product .info .left,
.product-details .info .left {
  width: 30%;
}
@media (max-width: 1199px) {
  .wrap-product .info .left,
  .product-details .info .left {
    display: none;
  }
}
.wrap-product .info .left .com-tit h2,
.product-details .info .left .com-tit h2 {
  font-weight: bold;
}
.wrap-product .info .left .left-group,
.product-details .info .left .left-group {
  margin-top: 30px;
}
.wrap-product .info .left .left-group ul li.active a,
.product-details .info .left .left-group ul li.active a {
  background: #f9f9f9;
  color: #696969;
}
.wrap-product .info .left .left-group ul li,
.product-details .info .left .left-group ul li {
  margin-bottom: 10px;
}
.wrap-product .info .left .left-group ul li a,
.product-details .info .left .left-group ul li a {
  display: block;
  border: 1px solid #eee;
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
}
.wrap-product .info .right,
.product-details .info .right {
  width: 67%;
}
@media (max-width: 1199px) {
  .wrap-product .info .right,
  .product-details .info .right {
    width: 100%;
  }
}
.wrap-product .info .right .right-box,
.product-details .info .right .right-box {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-box,
  .product-details .info .right .right-box {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-box .row,
  .product-details .info .right .right-box .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-box .row .col-12,
  .product-details .info .right .right-box .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .right .right-box .row .col-12,
  .product-details .info .right .right-box .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .right .right-box .row .col-12,
  .product-details .info .right .right-box .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .right .right-box .row .col-12 .item,
.product-details .info .right .right-box .row .col-12 .item {
  margin-bottom: 10px;
}
.wrap-product .info .right .right-box .row .col-12 .item:hover .pic,
.product-details .info .right .right-box .row .col-12 .item:hover .pic {
  opacity: 0.8;
}
.wrap-product .info .right .right-box .row .col-12 .item:hover .pic .img-box img,
.product-details .info .right .right-box .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.02, 1.02, 1);
}
.wrap-product .info .right .right-box .row .col-12 .item .pic,
.product-details .info .right .right-box .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.wrap-product .info .right .right-box .row .col-12 .item .pic .img-box,
.product-details .info .right .right-box .row .col-12 .item .pic .img-box {
  padding-bottom: calc(240 / 260 * 100%);
}
.wrap-product .info .right .right-box .row .col-12 .item .pic .img-box img,
.product-details .info .right .right-box .row .col-12 .item .pic .img-box img {
  transition: all 0.2s ease-out;
}
.wrap-product .info .right .right-box .row .col-12 .item .tit,
.product-details .info .right .right-box .row .col-12 .item .tit {
  margin-top: 20px;
}
.wrap-product .info .right .right-box .row .col-12 .item .tit a,
.product-details .info .right .right-box .row .col-12 .item .tit a {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-box .row .col-12 .item .tit a,
  .product-details .info .right .right-box .row .col-12 .item .tit a {
    font-size: 18px;
  }
}
.wrap-product .info .right .right-details .introduce .slider-for .item .img-box,
.product-details .info .right .right-details .introduce .slider-for .item .img-box {
  border-radius: 5px;
  border: 1px solid #eee;
}
.wrap-product .info .right .right-details .introduce .slider-nav,
.product-details .info .right .right-details .introduce .slider-nav {
  padding-top: 10px;
}
.wrap-product .info .right .right-details .introduce .slider-nav .slick-track,
.product-details .info .right .right-details .introduce .slider-nav .slick-track {
  margin-left: 0;
}
.wrap-product .info .right .right-details .introduce .slider-nav .slick-current .item,
.product-details .info .right .right-details .introduce .slider-nav .slick-current .item {
  border: 6px solid #ddd;
}
.wrap-product .info .right .right-details .introduce .slider-nav .item,
.product-details .info .right .right-details .introduce .slider-nav .item {
  border: 6px solid transparent;
}
.wrap-product .info .right .right-details .introduce .slider-nav .item .img-box,
.product-details .info .right .right-details .introduce .slider-nav .item .img-box {
  padding-bottom: calc(70 / 80 * 100%);
}
.wrap-product .info .right .right-details .product-tit,
.product-details .info .right .right-details .product-tit {
  margin-top: 20px;
}
.wrap-product .info .right .right-details .product-tit h2,
.product-details .info .right .right-details .product-tit h2 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .product-tit h2,
  .product-details .info .right .right-details .product-tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-product .info .right .right-details .share,
.product-details .info .right .right-details .share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.wrap-product .info .right .right-details .share .share-to,
.product-details .info .right .right-details .share .share-to {
  margin-right: 20px;
}
.wrap-product .info .right .right-details .share .share-to span,
.product-details .info .right .right-details .share .share-to span {
  display: block;
}
.wrap-product .info .right .right-details .details-list,
.product-details .info .right .right-details .details-list {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list,
  .product-details .info .right .right-details .details-list {
    margin-top: 40px;
  }
}
.wrap-product .info .right .right-details .details-list .details-menu,
.product-details .info .right .right-details .details-list .details-menu {
  background: #eee;
  z-index: 4;
}
.wrap-product .info .right .right-details .details-list .details-menu ul .active,
.product-details .info .right .right-details .details-list .details-menu ul .active {
  background: #ddd;
}
.wrap-product .info .right .right-details .details-list .details-menu ul li,
.product-details .info .right .right-details .details-list .details-menu ul li {
  display: inline-block;
  width: 30%;
}
@media (max-width: 767px) {
  .wrap-product .info .right .right-details .details-list .details-menu ul li,
  .product-details .info .right .right-details .details-list .details-menu ul li {
    width: 48%;
  }
}
.wrap-product .info .right .right-details .details-list .details-menu ul li a,
.product-details .info .right .right-details .details-list .details-menu ul li a {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #000;
  transition: all 0.2s ease-out;
}
.wrap-product .info .right .right-details .details-list .details-menu ul li a:hover,
.product-details .info .right .right-details .details-list .details-menu ul li a:hover {
  background: #6195FF;
  color: #fff;
}
.wrap-product .info .right .right-details .details-list .menu-des,
.product-details .info .right .right-details .details-list .menu-des {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des,
  .product-details .info .right .right-details .details-list .menu-des {
    margin-top: 40px;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content,
.product-details .info .right .right-details .details-list .menu-des .editor-content {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content,
  .product-details .info .right .right-details .details-list .menu-des .editor-content {
    margin-top: 20px;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content p,
.product-details .info .right .right-details .details-list .menu-des .editor-content p {
  font-size: 16px;
  color: #333;
  font-family: 'arial', sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content p,
  .product-details .info .right .right-details .details-list .menu-des .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content ul,
.product-details .info .right .right-details .details-list .menu-des .editor-content ul {
  padding-left: 20px;
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content ul li,
.product-details .info .right .right-details .details-list .menu-des .editor-content ul li {
  font-size: 16px;
  color: #333;
  font-family: 'arial', sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content ul li,
  .product-details .info .right .right-details .details-list .menu-des .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box,
.product-details .info .right .right-details .details-list .menu-des .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box,
  .product-details .info .right .right-details .details-list .menu-des .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table,
.product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table {
  width: 100% !important;
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td,
.product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td {
  padding: 10px !important;
  border-width: 1px !important;
  border-color: #eee !important;
  text-align: center !important;
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p,
.product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p {
  font-size: 16px;
  color: #333;
  font-family: 'arial', sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p,
  .product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p span,
.product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p span {
  font-size: 16px;
  color: #333;
  font-family: 'arial', sans-serif;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p span,
  .product-details .info .right .right-details .details-list .menu-des .editor-content .table-box table tr td p span {
    font-size: 14px;
    line-height: 24px;
  }
}
.details-tit h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .info .editor-content {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .info .editor-content {
    margin-top: 30px;
  }
}
.wrap-about .info .editor-content ul {
  padding-left: 20px;
}
.wrap-about .info .editor-content ul li {
  list-style-type: decimal;
  line-height: 2.5;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1199px) {
  .wrap-about .info .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .info .editor-content p {
  line-height: 2.5;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1199px) {
  .wrap-about .info .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .info .editor-content p img {
  width: 100% !important;
}
.wrap-about .info .editor-content p a {
  color: #6195FF;
  text-decoration: underline;
}
.wrap-advantage .editor-content {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-advantage .editor-content {
    margin-top: 30px;
  }
}
.wrap-advantage .editor-content ul {
  padding-left: 20px;
}
.wrap-advantage .editor-content ul li {
  list-style-type: decimal;
  line-height: 2;
  font-family: 'Arial', sans-serif;
  color: #000;
}
@media (max-width: 1199px) {
  .wrap-advantage .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-advantage .editor-content b {
  font-size: 16px;
  color: #333;
  font-family: 'Arial', sans-serif;
}
.wrap-advantage .editor-content p {
  line-height: 2;
  font-family: 'Arial', sans-serif;
  color: #000;
}
@media (max-width: 1199px) {
  .wrap-advantage .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-advantage .editor-content p a {
  color: #6195FF;
  text-decoration: underline;
}
.wrap-advantage .editor-content p img {
  width: 100% !important;
}
.wrap-advantage .editor-content p b {
  font-size: 16px;
  color: #333;
  font-family: 'Arial', sans-serif;
}
.wrap-service .editor-content {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content {
    margin-top: 30px;
  }
}
.wrap-service .editor-content .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content .item {
    margin-bottom: 20px;
  }
}
.wrap-service .editor-content .item:last-child {
  margin-bottom: 0;
}
.wrap-service .editor-content .item .h2 {
  margin-bottom: 20px;
}
.wrap-service .editor-content h2 {
  color: #333;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.wrap-service .editor-content p,
.wrap-service .editor-content b {
  color: #868f9b;
  font-family: 'Arial', sans-serif;
  line-height: 24px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content p,
  .wrap-service .editor-content b {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-service .editor-content p img,
.wrap-service .editor-content b img {
  width: 100% !important;
}
.wrap-service .editor-content ul {
  padding-left: 20px;
}
.wrap-service .editor-content ul li {
  list-style-type: disc;
  color: #868f9b;
  font-family: 'Arial', sans-serif;
  line-height: 24px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-service {
  padding: 120px 0 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service {
    padding: 40px 0;
  }
}
.wrap-home .home-service .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .group {
    margin-top: 30px;
  }
}
.wrap-home .home-service .group .row .col-12 {
  margin: 10px 0;
}
.wrap-home .home-service .group .row .col-12 .item {
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #EEE;
  position: relative;
}
.wrap-home .home-service .group .row .col-12 .item:hover::after {
  width: 100%;
}
.wrap-home .home-service .group .row .col-12 .item:hover .tit h2 {
  color: #fff;
}
.wrap-home .home-service .group .row .col-12 .item:hover .txt p {
  color: #999;
}
.wrap-home .home-service .group .row .col-12 .item::after {
  content: "";
  background-color: #1C1D21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.wrap-home .home-service .group .row .col-12 .item i {
  font-size: 36px;
  color: #6195FF;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .group .row .col-12 .item i {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.wrap-home .home-service .group .row .col-12 .item .tit h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-service .group .row .col-12 .item .txt {
  margin-top: 10px;
}
.wrap-home .home-service .group .row .col-12 .item .txt p {
  font-size: 14px;
  margin: 0;
  color: #333;
  line-height: 24px;
}
.wrap-home .home-service .group .row .col-12 .item .more {
  margin-top: 12px;
}
.wrap-home .home-service .group .row .col-12 .item .more a {
  color: #6195FF;
  font-size: 14px;
}
.wrap-home .home-service .group .row .col-12 .item .more a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.wrap-home .home-advantage {
  background-color: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 120px 0 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding: 40px 0;
  }
}
.wrap-home .home-advantage .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info {
    flex-direction: column;
  }
}
.wrap-home .home-advantage .info .left {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrap-home .home-advantage .info .left .home-tit::after {
  transform: translateX(0);
  left: 0;
}
.wrap-home .home-advantage .info .left .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .txt {
    margin-top: 30px;
  }
}
.wrap-home .home-advantage .info .left .txt p {
  line-height: 32px;
  color: #9c9c9c;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 256px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .txt p {
    -webkit-line-clamp: unset;
    height: auto;
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-advantage .info .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .right .slick-advantage .item .pic .img-box {
  padding-bottom: calc(420 / 560 * 100%);
}
.wrap-home .home-why {
  padding: 120px 0 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    padding: 40px 0;
  }
}
.wrap-home .home-why .info .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group {
    margin-top: 30px;
  }
}
.wrap-home .home-why .info .group .row .col-12 {
  margin: 10px 0;
}
.wrap-home .home-why .info .group .row .col-12 .item {
  height: 100%;
  padding: 40px 20px 40px 70px;
  border: 1px solid #EEE;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .group .row .col-12 .item {
    padding: 30px 20px 30px 70px;
  }
}
.wrap-home .home-why .info .group .row .col-12 .item:hover::after {
  width: 100%;
}
.wrap-home .home-why .info .group .row .col-12 .item:hover .tit h2 {
  color: #fff;
}
.wrap-home .home-why .info .group .row .col-12 .item:hover .txt p {
  color: #999;
}
.wrap-home .home-why .info .group .row .col-12 .item::after {
  content: "";
  background-color: #1C1D21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.wrap-home .home-why .info .group .row .col-12 .item i {
  position: absolute;
  left: 20px;
  text-align: center;
  font-size: 32px;
  color: #6195FF;
  border-radius: 50%;
}
.wrap-home .home-why .info .group .row .col-12 .item .tit {
  padding-top: 20px;
}
.wrap-home .home-why .info .group .row .col-12 .item .tit h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-why .info .group .row .col-12 .item .txt {
  margin-top: 10px;
}
.wrap-home .home-why .info .group .row .col-12 .item .txt p {
  font-size: 14px;
  margin: 0;
  color: #333;
  line-height: 24px;
}
.wrap-home .home-why .info .group .row .col-12 .item .more {
  margin-top: 12px;
}
.wrap-home .home-why .info .group .row .col-12 .item .more a {
  color: #6195FF;
  font-size: 14px;
}
.wrap-home .home-why .info .group .row .col-12 .item .more a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.wrap-home .home-about {
  overflow: hidden;
  background-attachment: fixed;
  padding: 120px 0 30px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
    text-align: center;
  }
}
.wrap-home .home-about::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.wrap-home .home-about .info {
  position: relative;
  z-index: 2;
}
.wrap-home .home-about .info .tit {
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .tit {
    padding-left: 0;
  }
}
.wrap-home .home-about .info .tit h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-about .info .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .txt {
    margin-top: 20px;
  }
}
.wrap-home .home-about .info .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-about .info .txt p a {
  color: #6195FF;
  text-decoration: underline;
}
.wrap-home .home-about .info .txt p a:hover {
  opacity: 0.7;
}
.wrap-home .home-news {
  background-color: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 120px 0 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .info .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .group {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .group .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-news .info .group .row .col-12 .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .group .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-news .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-news .info .group .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc();
}
.wrap-home .home-news .info .group .row .col-12 .item .pic .img-box img {
  transition: all 0.2s ease-out;
}
.wrap-home .home-news .info .group .row .col-12 .item .note {
  padding: 20px 20px 40px;
  background: #fff;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type {
  display: flex;
  align-items: center;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type .user i {
  color: #6195FF;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type .user span {
  display: inline-block;
  font-size: 14px;
  color: #10161A;
  margin-right: 10px;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type .date {
  padding-left: 10px;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type .date i {
  color: #6195FF;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .type .date span {
  display: inline-block;
  font-size: 14px;
  color: #10161A;
  margin-right: 10px;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .tit {
  margin: 20px 0 10px 0;
}
.wrap-home .home-news .info .group .row .col-12 .item .note .tit a {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .group .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-news .info .group .row .col-12 .item .note .more a {
  color: #337ab7;
  font-size: 14px;
}
.wrap-home .home-form {
  background: #f4fafa;
  position: relative;
}
.wrap-home .home-form .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info {
    flex-direction: column;
  }
}
.wrap-home .home-form .info .left {
  width: 45%;
  padding: 120px 0 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info .left {
    padding: 40px 0;
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.wrap-home .home-form .info .left .txt {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info .left .txt {
    margin-top: 30px;
  }
}
.wrap-home .home-form .info .left .txt p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.wrap-home .home-form .info .left .txt b {
  margin: 10px 0 0 0;
  color: #00b9e4;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
.wrap-home .home-form .info .left .foot-form {
  padding: 0;
}
.wrap-home .home-form .info .left .foot-form .form-box {
  background: transparent;
  border: none;
}
.wrap-home .home-form .info .left .foot-form .form-box::after {
  display: none;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row {
  margin: 0 -1px;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 {
  padding: 0 1px;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group,
  .wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group input,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group input,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group textarea,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group textarea {
  background-color: #e4e4e4;
  padding: 10px 15px;
  opacity: 0.5;
  resize: both;
  border-radius: 3px;
  border-bottom: 2px solid transparent;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group input::placeholder,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group input::placeholder,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group textarea::placeholder,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group textarea::placeholder {
  color: #999;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group input:hover,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group input:hover,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .form-group textarea:hover,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .form-group textarea:hover {
  border: 1px solid #222;
  border-bottom: 2px solid #6195FF;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .submit-group button,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .submit-group button {
  background: #6195FF;
  padding: 10px 35px;
  display: inline-block;
  height: auto;
  color: #fff;
  border: 1px solid #6195FF;
  transition: all 0.2s ease-out;
}
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-lg-6 .submit-group button:hover,
.wrap-home .home-form .info .left .foot-form .form-box form .row .col-12 .submit-group button:hover {
  opacity: 0.8;
}
.wrap-home .home-form .info .right {
  width: 55%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info .right {
    width: 100%;
  }
}
.wrap-home .home-form .info .right .pic {
  content: '';
  position: absolute;
  top: 0;
  width: 55%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-form .info .right .pic {
    width: 100%;
    top: auto;
    position: relative;
    order: 1;
  }
}
.wrap-home .home-form .info .right .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.wrap-home .home-media {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-media {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-media .info .row .col-12:last-child .item {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-media .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-media .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.02);
}
.wrap-home .home-media .info .row .col-12 .item .pic .img-box {
  padding-bottom: 122.2222%;
}
.wrap-home .home-media .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-media .info .row .col-12 .item .name {
  margin-top: 27px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .row .col-12 .item .name {
    margin-top: 15px;
  }
}
.wrap-home .home-media .info .row .col-12 .item .name i {
  font-size: 27px;
  margin-right: 15px;
  color: #00b9e4;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .row .col-12 .item .name i {
    font-size: 20px;
    margin-right: 10px;
  }
}
.wrap-home .home-media .info .row .col-12 .item .name span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.1px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .row .col-12 .item .name span {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-media .info .row .col-12 .item .name span {
    font-size: 16px;
  }
}
.wrap-home .home-media .info .row .col-12 .item .name span:hover {
  text-decoration: underline;
}
.home-tit {
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.home-tit::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 40px;
  background: #6195FF;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-tit h2 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .home-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .home-txt {
    margin-top: 30px;
  }
}
.home-txt p {
  color: #b8b8b8;
  font-size: 14px;
  margin: 0;
  line-height: 2;
}
.download-content {
  margin: 20px 0;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .download-content {
    padding: 0;
  }
}
.download-content .tit {
  display: flex;
  align-items: center;
  color: crimson !important;
}
.download-content .tit i {
  margin-right: 10px;
  font-size: 18px;
}
.download-content .tit h2 {
  font-size: 18px;
  margin: 0;
  color: crimson !important;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .download-content .tit h2 {
    font-size: 14px;
  }
}
.download-content .download-input {
  margin: 20px 0;
}
.download-content .download-input input {
  width: 100%;
  padding: 11px 15px;
  background: #fff;
  border: none;
  border-radius: 4px;
  border: 2px solid #EEE;
}
.download-content .download-input input::placeholder {
  color: #354052;
}
.download-content .download-input input:focus::placeholder {
  color: #eee;
}
.download-content .download-input input:focus {
  border: 2px solid #2e6da4;
}
.download-content .download-input button {
  margin-top: 20px;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
}
.download-content .download-input p {
  margin: 15px 0 0 0;
  color: crimson !important;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .download-content .download-input p {
    font-size: 14px;
    line-height: 24px;
  }
}
