@font-face {
  font-family: 'Onest';
  src: local('Onest Regular'), local('Onest-Regular'), url('../fonts/Onest-Regular.woff2') format('woff2'), url('../fonts/Onest-Regular.woff') format('woff'), url('../fonts/Onest-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: local('Onest Bold'), local('Onest-Bold'), url('../fonts/Onest-Bold.woff2') format('woff2'), url('../fonts/Onest-Bold.woff') format('woff'), url('../fonts/Onest-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: local('Onest Medium'), local('Onest-Medium'), url('../fonts/Onest-Medium.woff2') format('woff2'), url('../fonts/Onest-Medium.woff') format('woff'), url('../fonts/Onest-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: local('Onest SemiBold'), local('Onest-SemiBold'), url('../fonts/Onest-SemiBold.woff2') format('woff2'), url('../fonts/Onest-SemiBold.woff') format('woff'), url('../fonts/Onest-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Onest', 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;
  background-size: cover;
  background: #f5f5f5;
}
: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/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/ajax-loader.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;
}
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: #444;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.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;
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 63px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #002A80;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e64e';
}
.header .search-wrap .submit:hover {
  background-color: #003ebb;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1680 {
    max-width: 1680px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 40px 0;
  }
}
.tit-inner h2 {
  color: #222;
  font-size: 52px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 1470px) {
  .tit-inner h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .tit-inner h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .tit-inner h2 {
    font-size: 24px;
    line-height: normal;
  }
}
#content {
  position: relative;
  top: -220px;
}
.xs-product-nav {
  display: none;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
    padding: 20px 0;
  }
}
.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 a {
  color: #666;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Marcellus', sans-serif;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    position: absolute;
    top: 0px;
    right: 20px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 90px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner-video-box {
  padding-bottom: 42.8%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-box .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.5;
  margin: 0 10px !important;
  width: 40px;
  height: 2px;
  padding: 0;
  border-radius: 0px;
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
.banner-box .banner-link {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-box .banner-link {
    position: relative;
    background: #FFF;
  }
}
.banner-box .banner-link .info ul li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.banner-box .banner-link .info ul li:first-child {
  margin-left: 0px;
  padding-left: 20px;
}
.banner-box .banner-link .info ul li:first-child::before {
  content: "\e65c";
  font-family: 'iconfont' !important;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
  font-size: 20px;
  position: absolute;
  color: #FFF;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .banner-box .banner-link .info ul li:first-child::before {
    color: #222;
  }
}
.banner-box .banner-link .info ul li:last-child {
  margin-right: 0px;
}
.banner-box .banner-link .info ul li:last-child a {
  text-decoration: underline;
}
.banner-box .banner-link .info ul li:last-child a:last-child::before {
  display: none;
}
.banner-box .banner-link .info ul li a {
  color: #FFF;
  display: block;
  line-height: 50px;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .banner-box .banner-link .info ul li a {
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-link .info ul li a {
    color: #222;
    font-size: 12px;
    line-height: 24px;
  }
}
.banner-box .banner-link .info ul li a:hover {
  text-decoration: underline;
}
.banner-box .banner-link .info ul li a::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  right: -15px;
}
@media (max-width: 767px) {
  .banner-box .banner-link .info ul li a::before {
    color: #222;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
}
.header .header-menu .menu-top {
  background: #f5f5f5;
}
.header .header-menu .menu-top .xs-header-nav {
  display: none;
}
.header .header-menu .menu-top .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-top .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-top .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-top .menu-nav .nav-first li {
  display: inline-block;
  padding: 0 20px;
}
.header .header-menu .menu-top .menu-nav .nav-first li:first-child {
  padding-left: 0px;
}
.header .header-menu .menu-top .menu-nav .nav-first li:last-child {
  padding-right: 0px;
}
.header .header-menu .menu-top .menu-nav .nav-first li a {
  color: #444;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}
.header .header-menu .menu-top .menu-nav .nav-first li a:hover {
  color: #002A80;
  text-decoration: underline;
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% - 100px);
  border-top: 0;
  min-width: 220px;
  transform: translateX(-10%);
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul li {
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: #FFF;
  padding: 0;
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul li a {
  padding: 10px 5px 10px 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #222;
  padding-left: 20px;
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul li a:hover {
  background: #002A80;
  color: #FFF;
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 110%;
  top: 0;
  min-width: 260px;
  z-index: 9;
  background: #FFF;
  color: #434343;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-top .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-top .menu-share ul li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-top .menu-share ul li {
    margin: 0 5px;
  }
}
.header .header-menu .menu-top .menu-share ul li:first-child {
  margin-left: 0px;
}
.header .header-menu .menu-top .menu-share ul li:last-child {
  margin-right: 0px;
}
.header .header-menu .menu-top .menu-share ul li a {
  display: block;
  transition: all 0.4s ease;
  color: #666666;
}
.header .header-menu .menu-top .menu-share ul li a:hover {
  color: #002A80;
}
.header .header-menu .menu-top .menu-share ul li a i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-top .menu-share ul li a i {
    font-size: 18px;
  }
}
.header .header-menu .menu-list {
  background: #FFF;
  height: 100px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-list {
    height: 60px;
    display: flex;
    align-items: center;
  }
}
.header .header-menu .menu-list .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-list .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-logo a img {
    max-height: 40px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-list .menu-logo a img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-list .menu-logo a img {
    max-height: 35px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-list .menu-product {
    display: none;
  }
}
.header .header-menu .menu-list .menu-product ul {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-list .menu-product ul li {
  display: inline-block;
  margin: 0 20px;
  max-width: 165px;
}
@media (max-width: 1710px) {
  .header .header-menu .menu-list .menu-product ul li {
    margin: 0 10px;
  }
}
@media (max-width: 1560px) {
  .header .header-menu .menu-list .menu-product ul li {
    margin: 0px;
  }
}
@media (max-width: 1470px) {
  .header .header-menu .menu-list .menu-product ul li {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-product ul li {
    max-width: 150px;
  }
}
.header .header-menu .menu-list .menu-product ul li:first-child {
  margin-left: 0px;
}
.header .header-menu .menu-list .menu-product ul li:last-child {
  margin-right: 0px;
}
.header .header-menu .menu-list .menu-product ul li a {
  min-height: 100px;
  display: flex;
  align-items: center;
  color: #222;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-product ul li a {
    font-size: 14px;
  }
}
.header .header-menu .menu-list .menu-product ul li a:hover {
  color: #002A80;
}
.header .header-menu .menu-list .menu-right .search .find i {
  font-size: 20px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .header .header-menu .menu-list .menu-right .search .find i {
    font-size: 16px;
  }
}
.header .header-menu .menu-list .menu-right .search .find i:hover {
  color: #002A80;
  cursor: pointer;
}
.header .header-menu .menu-list .menu-right .menu-cart {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-right .menu-cart {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .header-menu .menu-list .menu-right .menu-cart {
    margin: 0 10px;
  }
}
.header .header-menu .menu-list .menu-right .menu-cart::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #666;
  top: 50%;
  transform: translate(0, -50%);
  left: -20px;
  position: absolute;
}
@media (max-width: 991px) {
  .header .header-menu .menu-list .menu-right .menu-cart::before {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-right .menu-cart::before {
    left: -10px;
  }
}
.header .header-menu .menu-list .menu-right .menu-cart a {
  display: block;
  transition: all 0.4s ease;
}
.header .header-menu .menu-list .menu-right .menu-cart a:hover {
  color: #002A80;
}
.header .header-menu .menu-list .menu-right .menu-cart a i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-list .menu-right .menu-cart a i {
    font-size: 16px;
  }
}
.header .header-menu .menu-list .menu-right .menu-language {
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-list .menu-right .menu-language {
    margin-right: 0px;
  }
}
.header .header-menu .menu-list .menu-right .menu-language img {
  max-height: 20px;
  vertical-align: top;
}
.header .header-menu .menu-list .menu-right .menu-language::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: #444;
  -webkit-clip-path: polygon(50% 62%, 0 0, 100% 0);
  clip-path: polygon(50% 62%, 0 0, 100% 0);
}
.header .header-menu .menu-list .menu-right .menu-language .select-language {
  z-index: 1;
  background: #FFF;
  min-width: 80px;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: -50%;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.header .header-menu .menu-list .menu-right .menu-language .select-language a {
  display: block;
  transition: all 0.4s ease;
}
.header .header-menu .menu-list .menu-right .menu-language .select-language a:hover {
  color: #002A80;
  text-decoration: underline;
}
.header .header-menu .menu-list .menu-right .translate {
  margin-left: 40px;
  min-width: 150px;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-list .menu-right .translate {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-list .menu-right .translate {
    margin-left: 30px;
    min-width: 150px;
  }
}
.header .header-menu .menu-list .menu-right .translate #google_translate_element,
.header .header-menu .menu-list .menu-right .translate #google_translate_element * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.footer {
  background: #000B21;
}
.footer .foot {
  padding: 80px 0 100px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .info {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-top .info .left {
    flex-direction: column;
  }
}
.footer .foot .foot-top .info .left .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot .foot-top .info .left .foot-logo a img {
  max-height: 75px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .info .left .foot-logo a img {
    max-height: 60px;
  }
}
.footer .foot .foot-top .info .left .txt {
  padding-left: 110px;
}
@media (max-width: 1400px) {
  .footer .foot .foot-top .info .left .txt {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-top .info .left .txt {
    padding-top: 20px;
    padding-left: 0;
  }
}
.footer .foot .foot-top .info .left .txt p {
  margin: 0;
  max-width: 840px;
  color: #999DA6;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1470px) {
  .footer .foot .foot-top .info .left .txt p {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .info .left .txt p {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .info .right {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
  }
}
.footer .foot .foot-top .info .right .foot-share ul li {
  display: inline-block;
  margin: 0 8px;
}
.footer .foot .foot-top .info .right .foot-share ul li:first-child {
  margin-left: 0px;
}
.footer .foot .foot-top .info .right .foot-share ul li:last-child {
  margin-right: 0px;
}
.footer .foot .foot-top .info .right .foot-share ul li a {
  display: block;
}
.footer .foot .foot-top .info .right .foot-share ul li a i {
  transition: all 0.5s ease;
  font-size: 20px;
  color: #FFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999DA6;
}
.footer .foot .foot-top .info .right .foot-share ul li a i:hover {
  background: #FFF;
  color: #002A80;
}
.footer .foot .foot-list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list {
    padding-top: 40px;
  }
}
.footer .foot .foot-list .foot-tit h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-tit h3 {
    margin: 0 0 5px 0;
  }
}
.footer .foot .foot-list .foot-tit p {
  margin: 20px 0 0 0;
  color: #999DA6;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-tit p {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul {
    flex-direction: column;
  }
}
.footer .foot .foot-list ul li.form-email {
  max-width: 390px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.form-email {
    max-width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.footer .foot .foot-list ul li.foot-nav {
  max-width: 220px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.foot-nav {
    max-width: 100%;
  }
}
.footer .foot .foot-list ul li.foot-nav .item-nav .info {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.foot-nav .item-nav .info {
    padding-top: 0px;
  }
}
.footer .foot .foot-list ul li.foot-nav .item-nav .info a {
  display: block;
  line-height: 30px;
  color: #999DA6;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.foot-nav .item-nav .info a {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
  }
}
.footer .foot .foot-list ul li.foot-nav .item-nav .info a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .foot .foot-list ul li.foot-message {
  max-width: 300px;
}
@media (max-width: 1400px) {
  .footer .foot .foot-list ul li.foot-message {
    max-width: 210px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.foot-message {
    max-width: 100%;
  }
}
.footer .foot .foot-list ul li.foot-message .item-nav .info {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li.foot-message .item-nav .info {
    padding-top: 5px;
  }
}
.footer .foot .foot-list ul li.foot-message .item-nav .info p {
  margin: 0;
  display: inline-block;
}
@media (max-width: 1400px) {
  .footer .foot .foot-list ul li.foot-message .item-nav .info p {
    display: flex;
  }
}
.footer .foot .foot-list ul li.foot-message .item-nav .info p span {
  display: inline-block;
  color: #FFF;
  min-width: 10px;
}
.footer .foot .foot-list ul li.foot-message .item-nav .info p .address {
  display: inline-block;
  color: #999DA6;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  max-width: 100%;
  padding-left: 5px;
}
.footer .foot .foot-list ul li.foot-message .item-nav .info p a {
  display: inline-block;
  line-height: 30px;
  color: #999DA6;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
  transition: all 0.4s ease;
}
.footer .foot .foot-list ul li.foot-message .item-nav .info p a:hover {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li {
    padding-bottom: 5px;
  }
}
.footer .foot .foot-list ul li .item-form .foot-form {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list ul li .item-form .foot-form {
    padding-top: 10px;
  }
}
.footer .foot .foot-list ul li .item-form .foot-form form {
  width: 100%;
}
.footer .foot .foot-list ul li .item-form .foot-form form .form-group {
  width: 100%;
}
.footer .foot .foot-list ul li .item-form .foot-form form .form-group input {
  border: none;
  width: 100%;
  height: 48px;
  background: #FFF;
  color: #444;
  font-size: 14px;
  padding-left: 20px;
}
.footer .foot .foot-list ul li .item-form .foot-form form .form-group input::placeholder {
  color: #444;
  transition: all 0.4s ease;
}
.footer .foot .foot-list ul li .item-form .foot-form form .form-group input:focus::placeholder {
  color: #666;
}
.footer .foot .foot-list ul li .item-form .foot-form form .submit-group {
  width: 100%;
  margin-top: 10px;
}
.footer .foot .foot-list ul li .item-form .foot-form form .submit-group button {
  width: 100%;
  border: none;
  background: #002A80;
  line-height: 44px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.footer .foot .foot-list ul li .item-form .foot-form form .submit-group button:hover {
  background: #003ebb;
}
.footer .foot .foot-list ul li .item-form .foot-form form .submit-group button i {
  font-size: 12px;
  margin-left: 12px;
  font-weight: normal;
}
.footer .copyright {
  background: rgba(255, 255, 255, 0.05);
  line-height: 64px;
}
@media (max-width: 1199px) {
  .footer .copyright {
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .footer .copyright .info {
    flex-direction: column;
    padding: 20px 0 60px 0;
  }
}
.footer .copyright p,
.footer .copyright a {
  margin: 0;
  color: #A3A9AF;
  font-size: 14px;
}
.footer .copyright p a {
  margin-left: 10px;
  transition: all 0.4s ease;
}
.footer .copyright p a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .copyright .right a {
  display: inline-block;
  margin: 0 14px;
  position: relative;
  transition: all 0.4s ease;
}
.footer .copyright .right a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .copyright .right a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -17px;
  background: #A3A9AF;
  width: 1px;
  height: 12px;
}
.footer .copyright .right a:first-child {
  margin-left: 0px;
}
.footer .copyright .right a:last-child {
  margin-right: 0px;
}
.footer .copyright .right a:last-child::after {
  display: none;
}
.wrap-contact {
  background: #FFF;
}
.wrap-contact .contact-tit h2 {
  color: #000;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .wrap-contact .contact-tit h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact-tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact-tit h2 {
    font-size: 24px;
  }
}
.wrap-contact .contact .list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .col-6 {
    width: 100%;
  }
}
.wrap-contact .contact .list .item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item {
    flex-direction: column;
    margin-top: 20px;
  }
}
.wrap-contact .contact .list .item .pic {
  position: relative;
  width: 40%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
}
.wrap-contact .contact .list .item .pic::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.1%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .pic {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact .list .item .pic {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .pic {
    width: 100%;
  }
}
.wrap-contact .contact .list .item .pic .img-box {
  padding-bottom: 150%;
}
.wrap-contact .contact .list .item .pic .introduce {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  padding-bottom: 0px;
}
@media (max-width: 1300px) {
  .wrap-contact .contact .list .item .pic .introduce {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .pic .introduce {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .pic .introduce .txt {
    max-width: 310px;
    margin: 0 auto;
  }
}
.wrap-contact .contact .list .item .pic .introduce .txt p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .pic .introduce .txt p {
    font-size: 14px;
  }
}
.wrap-contact .contact .list .item .note {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 8%;
  justify-content: center;
}
@media (max-width: 1300px) {
  .wrap-contact .contact .list .item .note {
    padding-left: 6%;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .note {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note {
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-contact .contact .list .item .note .list {
  max-width: 370px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .note .list {
    max-width: 100%;
    padding-top: 0px;
  }
}
.wrap-contact .contact .list .item .note .name {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E4F0;
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note .name {
    padding-bottom: 0px;
  }
}
.wrap-contact .contact .list .item .note .name h3 {
  color: #222;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .note .name h3 {
    font-size: 24px;
  }
}
.wrap-contact .contact .list .item .note .info p {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note .info p {
    margin: 10px 0 0 0;
  }
}
.wrap-contact .contact .list .item .note .info p span {
  display: block;
  color: #666;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .note .info p span {
    font-size: 14px;
  }
}
.wrap-contact .contact .list .item .note .info p a {
  padding-top: 10px;
  display: block;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .item .note .info p a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note .info p a {
    padding-top: 5px;
  }
}
.wrap-contact .contact .list .item .note .info p a:hover {
  color: #002A80;
  text-decoration: underline;
}
.wrap-contact .contact .list .item .note .share {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note .share {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .list .item .note .share ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.wrap-contact .contact .list .item .note .share ul li {
  display: inline-block;
  margin: 0 5px;
}
.wrap-contact .contact .list .item .note .share ul li:first-child {
  margin-left: 0px;
}
.wrap-contact .contact .list .item .note .share ul li:last-child {
  margin-right: 0px;
}
.wrap-contact .contact .list .item .note .share ul li a {
  display: block;
}
.wrap-contact .contact .list .item .note .share ul li a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: #F8F9FC;
  transition: all 0.4s ease;
}
.wrap-contact .contact .list .item .note .share ul li a i:hover {
  background: #002A80;
  color: #FFF;
}
.wrap-contact .contact-form {
  background: #f5f5f5;
  padding: 110px 0;
}
@media (max-width: 1470px) {
  .wrap-contact .contact-form {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact-form {
    padding: 40px 0;
  }
}
.wrap-contact .contact-form .contact-tit p {
  margin: 10px 0 0 0;
  color: #444;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-form .contact-tit p {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
}
.form-list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .form-list {
    padding-top: 20px;
  }
}
.form-list .form-content .form-group-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form-list .form-content .form-group-title {
    margin-bottom: 10px;
  }
}
.form-list .form-content .form-group-title input {
  border: 0;
  padding: 15px 0 15px 20px;
  width: 100%;
  background: #222;
  color: #FFF;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group-title input {
    padding: 10px 0 10px 15px;
  }
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group-title input {
    font-size: 14px;
  }
}
.form-list .form-content .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form-list .form-content .form-group {
    margin-bottom: 10px;
  }
}
.form-list .form-content .form-group input {
  background: #E5E5E5;
  backdrop-filter: blur(7.5px);
  border: 0;
  padding: 15px 0 15px 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group input {
    padding: 10px 0 10px 15px;
  }
}
.form-list .form-content .form-group input::placeholder {
  color: #666;
  font-size: 15px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group input::placeholder {
    font-size: 14px;
  }
}
.form-list .form-content .form-group input:focus::placeholder {
  color: #999;
}
.form-list .form-content .form-group textarea {
  padding: 15px 0 15px 20px;
  width: 100%;
  border: 0;
  background: #E5E5E5;
  backdrop-filter: blur(7.5px);
  resize: none;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group textarea {
    padding: 10px 0 10px 15px;
  }
}
.form-list .form-content .form-group textarea::placeholder {
  color: #666;
  font-size: 15px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.form-list .form-content .form-group textarea:focus::placeholder {
  color: #999;
}
.form-list .form-content .submit-group {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .form-list .form-content .submit-group {
    margin-top: 0px;
  }
}
.form-list .form-content .submit-group button {
  background: #002A80;
  border: none;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  transition: all 1s ease;
  padding: 0 45px;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .form-list .form-content .submit-group button {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.form-list .form-content .submit-group button:hover {
  background: #003ebb;
}
.form-list .form-content .submit-group button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 5px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .form-list .form-content .submit-group button i {
    font-size: 18px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  border: 1px solid #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #222;
  background: #f5f5f5;
  border-radius: 100px;
  transition: all 0.4s;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .pagination ul li a {
    padding: 12px 12px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #002A80;
}
.pagination ul li.active a {
  background: #002A80;
  color: #FFF;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #002A80;
  color: #FFF;
}
.pagination ul li.next a i {
  font-size: 18px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #002A80;
  color: #FFF;
}
.pagination ul li.prev a i {
  font-size: 18px;
}
.wrap-download {
  background: #FFF;
}
@media (max-width: 767px) {
  .wrap-download .download .col-6 {
    width: 100%;
  }
}
.wrap-download .download .item {
  padding: 15px;
  border: 1px solid #E0E4F0;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-download .download .item:hover {
  background: #002A80;
  border: 1px solid #002A80;
}
.wrap-download .download .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-download .download .item:hover .note .list .tit a {
  color: #FFF;
  text-decoration: underline;
}
.wrap-download .download .item:hover .note .list .txt p {
  color: #B8C5EC;
}
.wrap-download .download .item:hover .note .list .size p span {
  color: #FFF;
}
.wrap-download .download .item:hover .note .list .download i {
  background: #FFF;
  color: #002A80;
}
.wrap-download .download .item:hover .note .list .download a {
  color: #FFF;
  text-decoration: underline;
}
.wrap-download .download .item .pic {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1710px) {
  .wrap-download .download .item .pic {
    width: 65%;
  }
}
@media (max-width: 1400px) {
  .wrap-download .download .item .pic {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .wrap-download .download .item .pic {
    width: 100%;
  }
}
.wrap-download .download .item .pic .img-box {
  padding-bottom: 120.5128%;
}
.wrap-download .download .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-download .download .item .note {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-download .download .item .note {
    padding-left: 5%;
  }
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.wrap-download .download .item .note .list {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .list {
    max-width: 100%;
  }
}
.wrap-download .download .item .note .num span {
  display: inline-block;
  color: #93ABDA;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .num span {
    font-size: 16px;
  }
}
.wrap-download .download .item .note .tit {
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .wrap-download .download .item .note .tit {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .tit {
    padding-top: 10px;
  }
}
.wrap-download .download .item .note .tit a {
  display: inline-block;
  color: #222;
  font-size: 26px;
  font-weight: 600;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .tit a {
    font-size: 22px;
  }
}
.wrap-download .download .item .note .txt {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .wrap-download .download .item .note .txt {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .txt {
    padding-top: 10px;
  }
}
.wrap-download .download .item .note .txt p {
  color: #666;
  line-height: 26px;
  margin: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-download .download .item .note .size {
  padding-top: 26px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .size {
    padding-top: 15px;
  }
}
.wrap-download .download .item .note .size p {
  margin: 0;
}
.wrap-download .download .item .note .size p span {
  display: inline-block;
  color: #222;
  margin: 0 10px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .size p span {
    font-size: 14px;
  }
}
.wrap-download .download .item .note .size p span:first-child {
  margin-left: 0px;
}
.wrap-download .download .item .note .size p span:last-child {
  margin-right: 0px;
}
.wrap-download .download .item .note .download {
  padding-top: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .wrap-download .download .item .note .download {
    padding-top: 15px;
  }
}
.wrap-download .download .item .note .download i {
  font-size: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002A80;
  border-radius: 100px;
  color: #FFF;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .download i {
    width: 40px;
    height: 40px;
  }
}
.wrap-download .download .item .note .download a {
  color: #002A80;
  transition: all 0.4s ease;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .note .download a {
    font-size: 16px;
  }
}
.download-box {
  display: none;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-box .down-open {
  max-width: 780px;
  margin: 0 auto;
  top: 28%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .download-box .down-open {
    width: 1200px;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .download-box .down-open {
    width: 520px;
  }
}
@media (max-width: 526px) {
  .download-box .down-open {
    width: 470px;
  }
}
@media (max-width: 424px) {
  .download-box .down-open {
    width: 330px;
  }
}
.download-box .down-open .pic {
  position: relative;
}
.download-box .down-open .pic .bg {
  width: 100%;
  display: block;
  height: auto;
}
.download-box .down-open .pic .note {
  position: absolute;
  z-index: 2;
  top: 20%;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .download-box .down-open .pic .note {
    position: relative;
    top: auto;
    padding: 20px 0;
  }
}
.download-box .down-open .pic .note .tit {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .download-box .down-open .pic .note .tit {
    padding-top: 15px;
  }
}
.download-box .down-open .pic .note .tit h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .download-box .down-open .pic .note .tit h2 {
    font-size: 24px;
  }
}
.download-box .down-open .pic .note .txt {
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .download-box .down-open .pic .note .txt {
    padding-top: 5px;
  }
}
.download-box .down-open .pic .note .txt p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .download-box .down-open .pic .note .txt p {
    font-size: 14px;
  }
}
.download-box .down-open .form-down {
  width: 100%;
  background: #FFF;
  padding: 55px;
}
@media (max-width: 1199px) {
  .download-box .down-open .form-down {
    padding: 20px;
  }
}
.download-box .down-open .form-down form .form-group {
  width: 100%;
  margin-bottom: 10px;
}
.download-box .down-open .form-down form .form-group input {
  width: 100%;
  height: 54px;
  background: #F0F0F0;
  border: none;
  padding: 20px;
  color: #666;
}
@media (max-width: 767px) {
  .download-box .down-open .form-down form .form-group input {
    height: 40px;
    font-size: 14px;
  }
}
.download-box .down-open .form-down form .form-group input::placeholder {
  color: #666;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .download-box .down-open .form-down form .form-group input::placeholder {
    font-size: 14px;
  }
}
.download-box .down-open .form-down form .form-group input:focus::placeholder {
  color: #888;
}
.download-box .down-open .form-down form .submit-group {
  width: 100%;
}
.download-box .down-open .form-down form .submit-group button {
  width: 100%;
  line-height: 48px;
  border: none;
  background: #002A80;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .download-box .down-open .form-down form .submit-group button {
    line-height: 40px;
    font-size: 14px;
  }
}
.download-box .down-open .form-down form .submit-group button:hover {
  background: #003ebb;
}
.common-select {
  position: relative;
  z-index: 10;
}
.common-select ul {
  width: 100%;
  display: flex;
  gap: 0;
  background: #FFF;
}
@media (max-width: 1199px) {
  .common-select ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .common-select ul {
    gap: 5px;
  }
}
.common-select ul li.on a {
  background: #002A80;
  color: #FFF;
}
.common-select ul li {
  display: inline-block;
  margin: 0;
  width: 25%;
}
@media (max-width: 1199px) {
  .common-select ul li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .common-select ul li {
    width: 48%;
  }
}
.common-select ul li a {
  display: block;
  line-height: 54px;
  text-align: center;
  color: #222;
  font-size: 18px;
  border: 1px solid #F0F0F0;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .common-select ul li a {
    line-height: 40px;
    padding: 0 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .common-select ul li a {
    padding: 0 20px;
  }
}
.common-select ul li a:hover {
  background: #002A80;
  color: #FFF;
}
.wrap-news {
  background: #FFF;
}
.wrap-news .news .news-common.on {
  display: block;
}
.wrap-news .news .news-common {
  display: none;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-news .news .news-common .col-6 {
    width: 100%;
  }
}
.wrap-news .news .news-common .item {
  margin-top: 40px;
  padding: 20px 15px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item {
    padding: 15px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .news-common .item {
    padding: 5px;
  }
}
.wrap-news .news .news-common .item:hover {
  background: #f5f5f5;
}
.wrap-news .news .news-common .item:hover .tit a span {
  color: #002A80;
  background-image: linear-gradient(to right, #002A80 0%, #002A80 100%);
  background-size: 100% 1px;
}
.wrap-news .news .news-common .item:hover .more a {
  color: #002A80;
}
.wrap-news .news .news-common .item:hover .date {
  color: #222;
}
.wrap-news .news .news-common .item .date {
  padding-bottom: 20px;
  color: #666;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item .date {
    padding-bottom: 15px;
  }
}
.wrap-news .news .news-common .item .date span {
  display: inline-block;
  vertical-align: middle;
}
.wrap-news .news .news-common .item .date i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.wrap-news .news .news-common .item .pic .img-box {
  padding-bottom: 66.6666%;
}
.wrap-news .news .news-common .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-news .news .news-common .item .tit {
  max-width: 430px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item .tit {
    padding-top: 15px;
    max-width: 100%;
  }
}
.wrap-news .news .news-common .item .tit a {
  display: inline-block;
}
.wrap-news .news .news-common .item .tit a > span {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: background-size 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#f5f5f5));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item .tit a > span {
    font-size: 16px;
    line-height: 23px;
  }
}
.wrap-news .news .news-common .item .more {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item .more {
    padding-top: 20px;
  }
}
.wrap-news .news .news-common .item .more a {
  display: inline-block;
  color: #222;
  font-size: 18px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .news-common .item .more a {
    font-size: 14px;
  }
}
.wrap-faq {
  background: #FFF;
}
.wrap-faq .pagination {
  padding-top: 55px;
}
@media (max-width: 1199px) {
  .wrap-faq .pagination {
    padding-top: 40px;
  }
}
.wrap-faq .faq .list.active .item {
  background: #002A80;
}
.wrap-faq .faq .list.active .item .tit {
  color: #FFF;
}
.wrap-faq .faq .list.active .item .tit span {
  color: #FFF;
}
.wrap-faq .faq .list.active .item .item-drop {
  color: #FFF;
}
.wrap-faq .faq .list {
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.wrap-faq .faq .list:hover {
  cursor: pointer;
}
.wrap-faq .faq .list:hover .item {
  background: #002A80;
}
.wrap-faq .faq .list:hover .item .tit {
  color: #FFF;
}
.wrap-faq .faq .list:hover .item .tit span {
  color: #FFF;
}
.wrap-faq .faq .list:hover .item .item-drop {
  color: #FFF;
}
.wrap-faq .faq .list .item {
  border: 1px solid #E0E4F0;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .item {
    padding: 0 20px 0 40px;
  }
}
.wrap-faq .faq .list .item .tit {
  position: relative;
}
.wrap-faq .faq .list .item .tit i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-faq .faq .list .item .tit i {
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.wrap-faq .faq .list .item .tit i,
.wrap-faq .faq .list .item .tit span {
  display: inline-block;
}
.wrap-faq .faq .list .item .tit span {
  line-height: 54px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-faq .faq .list .item .tit span {
    font-size: 14px;
    line-height: normal;
    padding: 10px 0;
  }
}
.wrap-faq .faq .list .item .item-drop i {
  display: inline-block;
  font-size: 24px;
  transition: all 0.4s ease;
}
.wrap-faq .faq .list .drop-txt {
  max-width: 980px;
  display: none;
}
@media (max-width: 991px) {
  .wrap-faq .faq .list .drop-txt {
    max-width: 100%;
  }
}
.wrap-faq .faq .list .drop-txt .txt {
  padding: 30px 0 30px 85px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .drop-txt .txt {
    padding: 20px 0 10px 70px;
  }
}
@media (max-width: 991px) {
  .wrap-faq .faq .list .drop-txt .txt {
    padding: 10px 20px;
  }
}
.wrap-faq .faq .list .drop-txt .txt p {
  color: #666;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .drop-txt .txt p {
    font-size: 12px;
    line-height: 24px;
  }
}
.wrap-application {
  background: #FFF;
}
@media (max-width: 1199px) {
  .wrap-application {
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-application .application .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-application .application .col-6 {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .wrap-application .application .col-6 {
    width: 100%;
  }
}
.wrap-application .application .item {
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 25px;
}
.wrap-application .application .item:hover .tit a {
  color: #002A80;
}
.wrap-application .application .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-application .application .item:hover .more a {
  background: #002A80;
  color: #FFF;
}
.wrap-application .application .item .tit {
  padding-top: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .wrap-application .application .item .tit {
    padding: 0;
  }
}
.wrap-application .application .item .tit a {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
@media (max-width: 1199px) {
  .wrap-application .application .item .tit a {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .wrap-application .application .item .tit a {
    height: auto;
    margin: 0 0 10px 0;
  }
}
.wrap-application .application .item .pic {
  overflow: hidden;
}
.wrap-application .application .item .pic .img-box {
  padding-bottom: 64.7058%;
}
.wrap-application .application .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-application .application .item .note {
  background: #E5E5E5;
  margin: 10px 0;
  padding: 15px 30px 0 20px;
}
@media (max-width: 1199px) {
  .wrap-application .application .item .note {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .wrap-application .application .item .note {
    padding: 10px;
  }
}
.wrap-application .application .item .note .txt {
  max-width: 460px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .wrap-application .application .item .note .txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-application .application .item .note .txt {
    -webkit-line-clamp: 3;
    height: 72px;
    max-width: 100%;
    font-size: 14px;
  }
}
.wrap-application .application .item .more a {
  display: block;
  line-height: 44px;
  text-align: center;
  background: #222;
  color: #FFF;
  transition: all 0.4s ease;
}
.wrap-application .application .item .more a:hover {
  background: #002A80;
}
.process {
  background: #FFF;
}
.process .info .editor-content {
  max-width: 1370px;
}
@media (max-width: 1199px) {
  .process .info .editor-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .process .info .list .process-select ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.process .info .list .process-select ul li.on a {
  color: #002A80;
}
.process .info .list .process-select ul li.on a::after {
  width: 100%;
}
.process .info .list .process-select ul li {
  display: inline-block;
  margin: 0 25px;
}
@media (max-width: 1199px) {
  .process .info .list .process-select ul li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .process .info .list .process-select ul li {
    margin: 0;
    text-align: center;
    width: 50%;
  }
}
.process .info .list .process-select ul li:first-child {
  margin-left: 0px;
}
.process .info .list .process-select ul li:last-child {
  margin-right: 0px;
}
.process .info .list .process-select ul li a {
  display: block;
  line-height: 50px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1199px) {
  .process .info .list .process-select ul li a {
    line-height: 40px;
    font-size: 16px;
  }
}
.process .info .list .process-select ul li a:hover {
  color: #002A80;
}
.process .info .list .process-select ul li a:hover::after {
  width: 100%;
}
.process .info .list .process-select ul li a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #002A80;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.process .info .list .process-common.on {
  display: block;
}
.process .info .list .select-content {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .process .info .list .select-content {
    margin-top: 20px;
  }
}
.process .info .list .process-common {
  display: none;
}
.process .info .list .process-common .slick-process {
  margin: -15px;
}
@media (max-width: 1199px) {
  .process .info .list .process-common .slick-process {
    margin: -5px;
  }
}
.process .info .list .process-common .slick-process .slick-dots {
  bottom: -20px;
}
.process .info .list .process-common .slick-process .item {
  padding: 15px;
}
@media (max-width: 1199px) {
  .process .info .list .process-common .slick-process .item {
    padding: 5px;
  }
}
.process .info .list .process-common .slick-process .item:hover .pic .img-box img {
  transform: scale(1.2);
}
.process .info .list .process-common .slick-process .item:hover .pic .pic-txt {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: none;
}
.process .info .list .process-common .slick-process .item:hover .note .txt p {
  color: #002A80;
}
.process .info .list .process-common .slick-process .item .pic {
  overflow: hidden;
  position: relative;
  border: 1px solid #F1F3F9;
}
.process .info .list .process-common .slick-process .item .pic .img-box img {
  transition: all 1s ease;
}
.process .info .list .process-common .slick-process .item .pic .pic-txt {
  background: rgba(0, 42, 128, 0.8);
  box-shadow: 0px 6px 15px 6px rgba(0, 42, 128, 0.04);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  top: 0;
  padding: 40px 30px;
  transition: all 1s ease;
  transform: translateY(200px);
}
@media (max-width: 1199px) {
  .process .info .list .process-common .slick-process .item .pic .pic-txt {
    display: none;
  }
}
.process .info .list .process-common .slick-process .item .pic .pic-txt p {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.process .info .list .process-common .slick-process .item .note .txt {
  padding-top: 15px;
  max-width: 240px;
}
.process .info .list .process-common .slick-process .item .note .txt p {
  display: inline-block;
  margin: 0;
  color: #222;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.4s ease;
}
.introduce {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .introduce {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .introduce .info {
    flex-direction: column;
  }
}
.introduce .info .pic {
  width: 40%;
  position: relative;
}
@media (max-width: 1400px) {
  .introduce .info .pic {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .introduce .info .pic {
    width: 100%;
  }
}
.introduce .info .pic img {
  width: 100%;
  display: block;
  height: auto;
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.introduce .info .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  font-size: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .introduce .info .pic .play {
    width: 60px;
    height: 60px;
  }
}
.introduce .info .pic .play:hover {
  cursor: pointer;
}
.introduce .info .pic .play img {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  animation: zoomIn 2s infinite ease-in-out;
}
.introduce .info .pic .play i {
  position: absolute;
  z-index: 2;
  background: #002A80;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduce .info .note {
  padding-left: 5%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .introduce .info .note {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
}
.introduce .info .note .tit span {
  display: inline-block;
  color: #000;
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .introduce .info .note .tit span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .introduce .info .note .tit span {
    font-size: 24px;
  }
}
.introduce .info .note .txt {
  margin-top: 26px;
  max-width: 760px;
}
@media (max-width: 1199px) {
  .introduce .info .note .txt {
    margin-top: 10px;
    max-width: 100%;
  }
}
.introduce .info .note .txt p {
  color: #444;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .introduce .info .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-link {
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .contact-link {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .contact-link {
    margin-top: 20px;
  }
}
.contact-link a {
  display: inline-block;
  line-height: 44px;
  border: 1px solid #002A80;
  background: #FFF;
  padding: 0 40px;
  color: #002A80;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .contact-link a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 35px;
  }
}
.contact-link a:hover {
  background: #002A80;
  color: #FFF;
}
.contact-link a i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.application-show {
  background: #FFF;
}
.application-show .show .purpose {
  background: #f5f5f5;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .application-show .show .purpose {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .application-show .show .purpose .info {
    flex-direction: column;
  }
}
.application-show .show .purpose .info .note {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note {
    padding-right: 2%;
  }
}
@media (max-width: 991px) {
  .application-show .show .purpose .info .note {
    padding-left: 0px;
    width: 100%;
    padding-bottom: 20px;
  }
}
.application-show .show .purpose .info .note .tit span {
  display: inline-block;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .application-show .show .purpose .info .note .tit span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note .tit span {
    font-size: 24px;
  }
}
.application-show .show .purpose .info .note .txt {
  max-width: 810px;
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note .txt {
    max-width: 100%;
    padding-top: 20px;
  }
}
.application-show .show .purpose .info .note .txt p {
  color: #444;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.application-show .show .purpose .info .note .txt ul {
  padding-left: 20px;
}
.application-show .show .purpose .info .note .txt ul li {
  list-style: disc;
  color: #666;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note .txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.application-show .show .purpose .info .note .contact-link {
  margin-top: 70px;
}
.application-show .show .purpose .info .note .contact-link a {
  background: #f5f5f5;
  color: #002A80;
}
.application-show .show .purpose .info .note .contact-link a:hover {
  background: #002A80;
  color: #FFF;
}
@media (max-width: 1199px) {
  .application-show .show .purpose .info .note .contact-link {
    margin-top: 20px;
  }
}
.application-show .show .purpose .info .pic {
  width: 40%;
}
@media (max-width: 991px) {
  .application-show .show .purpose .info .pic {
    width: 100%;
  }
}
.application-show .show .purpose .info .pic .info {
  width: 100%;
  height: 100%;
}
.application-show .show .purpose .info .pic .slick-pic .slick-dots {
  bottom: 40px;
}
.application-show .show .process .list {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .application-show .show .process .list {
    padding-top: 20px;
  }
}
.wrap-tit h2 {
  color: #000;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-tit h2 {
    font-size: 24px;
  }
}
.home-tit h2 {
  color: #000;
  font-size: 52px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .home-tit h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .home-tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .home-tit h2 {
    font-size: 24px;
  }
}
.home-txt {
  padding-top: 5px;
}
.home-txt p {
  color: #444;
  font-weight: 500;
  margin: 0;
}
.editor-content {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .editor-content {
    padding-top: 10px;
  }
}
.editor-content p {
  color: #666;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-technology {
  background: #FFF;
}
@media (max-width: 1199px) {
  .wrap-technology {
    padding: 20px 0 40px 0;
  }
}
.wrap-technology .technology-select ul {
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-select ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.wrap-technology .technology-select ul li.on a::after {
  width: 100%;
}
.wrap-technology .technology-select ul li {
  display: inline-block;
  width: 20%;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-select ul li {
    width: auto;
    margin: 5px;
  }
}
.wrap-technology .technology-select ul li:nth-child(2n+2) a {
  background: #F1F3F9;
}
.wrap-technology .technology-select ul li a {
  display: block;
  line-height: 70px;
  position: relative;
  border: 1px solid #E0E4F0;
  background: #F8F9FC;
  text-align: center;
  transition: all 0.4s ease;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1400px) {
  .wrap-technology .technology-select ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-technology .technology-select ul li a {
    padding: 0 10px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .wrap-technology .technology-select ul li a {
    line-height: 40px;
  }
}
.wrap-technology .technology-select ul li a:hover::after {
  width: 100%;
}
.wrap-technology .technology-select ul li a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #002A80;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.wrap-technology .technology-content .show-common.on {
  display: block;
}
.wrap-technology .technology-content .show-common {
  display: none;
}
.wrap-technology .technology-content .show-common .feature {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature {
    padding: 40px 0;
  }
}
.wrap-technology .technology-content .show-common .feature .info {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info {
    padding-top: 20px;
    flex-direction: column;
  }
}
.wrap-technology .technology-content .show-common .feature .info .left,
.wrap-technology .technology-content .show-common .feature .info .right {
  width: 35%;
}
@media (max-width: 1470px) {
  .wrap-technology .technology-content .show-common .feature .info .left,
  .wrap-technology .technology-content .show-common .feature .info .right {
    width: 38%;
  }
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .left,
  .wrap-technology .technology-content .show-common .feature .info .right {
    width: 100%;
  }
}
.wrap-technology .technology-content .show-common .feature .info .left ul li,
.wrap-technology .technology-content .show-common .feature .info .right ul li {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .left ul li,
  .wrap-technology .technology-content .show-common .feature .info .right ul li {
    animation: none !important;
  }
}
.wrap-technology .technology-content .show-common .feature .info .left ul li:last-child,
.wrap-technology .technology-content .show-common .feature .info .right ul li:last-child {
  margin-bottom: 0px;
}
.wrap-technology .technology-content .show-common .feature .info .left ul li .item,
.wrap-technology .technology-content .show-common .feature .info .right ul li .item {
  display: flex;
  background: linear-gradient(180deg, #ECECEC 0%, #F5F5F5 100%);
  padding: 34px 60px 0px 60px;
  overflow: auto;
  min-height: 100px;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .left ul li .item,
  .wrap-technology .technology-content .show-common .feature .info .right ul li .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-technology .technology-content .show-common .feature .info .left ul li .item,
  .wrap-technology .technology-content .show-common .feature .info .right ul li .item {
    padding: 10px;
  }
}
.wrap-technology .technology-content .show-common .feature .info .left ul li .item i,
.wrap-technology .technology-content .show-common .feature .info .right ul li .item i {
  display: inline-block;
  min-width: 20px;
  color: #002A80;
  margin-right: 10px;
}
.wrap-technology .technology-content .show-common .feature .info .left ul li .item span,
.wrap-technology .technology-content .show-common .feature .info .right ul li .item span {
  display: inline-block;
  color: #222;
  line-height: 22px;
  display: -webkit-box;
}
@media (max-width: 991px) {
  .wrap-technology .technology-content .show-common .feature .info .left ul li .item span,
  .wrap-technology .technology-content .show-common .feature .info .right ul li .item span {
    font-size: 14px;
  }
}
.wrap-technology .technology-content .show-common .feature .info .main-img {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1470px) {
  .wrap-technology .technology-content .show-common .feature .info .main-img {
    width: 18%;
  }
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .main-img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .main-img .pic {
    width: 40%;
  }
}
.wrap-technology .technology-content .show-common .feature .info .main-img .pic img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-technology .technology-content .show-common .feature .info .main-img .pic img {
    animation: none !important;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0px;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .col-lg-3 {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .col-lg-3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .col-lg-9 {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .col-lg-9 {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .product-left {
    width: 100%;
  }
}
.wrap-product .product .product-left ul {
  width: 100%;
}
.wrap-product .product .product-left ul li.active a {
  background: #002A80;
  color: #FFF;
}
.wrap-product .product .product-left ul li.active ul {
  display: block;
  background: #f5f5f5;
  padding: 20px 20px 10px 20px;
  border-top: 4px solid #6683bd;
}
.wrap-product .product .product-left ul li.active ul li {
  margin-bottom: 0px;
}
.wrap-product .product .product-left ul li.active ul li a {
  background: none;
  line-height: 32px;
  color: #666;
  font-size: 16px;
}
.wrap-product .product .product-left ul li.active ul li a:hover {
  background: none;
  text-decoration: underline;
  color: #002A80;
}
.wrap-product .product .product-left ul li {
  margin-bottom: 20px;
}
.wrap-product .product .product-left ul li a {
  line-height: 54px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.wrap-product .product .product-left ul li a:hover {
  background: #002A80;
  color: #FFF;
}
.wrap-product .product .product-left ul li a i {
  font-size: 20px;
  font-weight: bold;
}
.wrap-product .product .product-left ul li > ul {
  display: none;
  background: #f5f5f5;
  padding: 20px 20px 10px 20px;
}
.wrap-product .product .product-left ul li > ul li {
  margin-bottom: 0px;
}
.wrap-product .product .product-left ul li > ul li a {
  background: none;
  line-height: 32px;
  color: #666;
  font-size: 16px;
}
.wrap-product .product .product-left ul li > ul li a:hover {
  background: none;
  text-decoration: underline;
  color: #002A80;
}
.wrap-product .product .product-right {
  padding-left: 4%;
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right {
    padding-left: 0%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .col-6 {
    padding: 0 5px;
  }
}
@media (max-width: 426px) {
  .wrap-product .product .product-right .col-6 {
    width: 100%;
  }
}
.wrap-product .product .product-right .list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list {
    padding-top: 0px;
  }
}
.wrap-product .product .product-right .list .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list .item {
    margin-top: 20px;
  }
}
.wrap-product .product .product-right .list .item:hover .pic .img-box img {
  transform: scale(1.2);
}
.wrap-product .product .product-right .list .item:hover .pic .pic-txt {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: none;
}
.wrap-product .product .product-right .list .item:hover .pic .cart {
  opacity: 1;
}
.wrap-product .product .product-right .list .item:hover .note .txt a {
  text-decoration: underline;
  color: #002A80;
}
.wrap-product .product .product-right .list .item .pic {
  overflow: hidden;
  position: relative;
  border: 1px solid #F1F3F9;
}
.wrap-product .product .product-right .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-product .product .product-right .list .item .pic .pic-txt {
  background: rgba(0, 42, 128, 0.8);
  box-shadow: 0px 6px 15px 6px rgba(0, 42, 128, 0.04);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  top: 0;
  padding: 40px 30px;
  transition: all 1s ease;
  transform: translateY(200px);
}
@media (max-width: 1470px) {
  .wrap-product .product .product-right .list .item .pic .pic-txt {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list .item .pic .pic-txt {
    display: none;
  }
}
.wrap-product .product .product-right .list .item .pic .pic-txt p {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
@media (max-width: 1710px) {
  .wrap-product .product .product-right .list .item .pic .pic-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    height: 132px;
  }
}
.wrap-product .product .product-right .list .item .note .txt {
  padding-top: 15px;
  max-width: 240px;
}
@media (max-width: 767px) {
  .wrap-product .product .product-right .list .item .note .txt {
    max-width: 100%;
  }
}
.wrap-product .product .product-right .list .item .note .txt a {
  display: inline-block;
  margin: 0;
  color: #222;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list .item .note .txt a {
    font-size: 14px;
  }
}
.wrap-product .product .product-right .list .item .cart {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1470px) {
  .wrap-product .product .product-right .list .item .cart {
    left: 15px;
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list .item .cart {
    opacity: 1;
    bottom: 20px;
    left: 20px;
  }
}
.wrap-product .product .product-right .list .item .cart a {
  display: inline-block;
}
.wrap-product .product .product-right .list .item .cart i {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #FFF;
  color: #002A80;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-product .product .product-right .list .item .cart i {
    width: 40px;
    height: 40px;
    background: #002A80;
    color: #FFF;
    font-size: 16px;
  }
}
.details-tit h2 {
  color: #222;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .details-tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
  }
}
.details-inner {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .details-inner {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details {
    padding-top: 0px;
  }
}
.wrap-details .details .details-top {
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.wrap-details .details .details-top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-top .left {
    flex-direction: column;
  }
}
.wrap-details .details .details-top .left .slider-for {
  width: 80%;
}
@media (max-width: 767px) {
  .wrap-details .details .details-top .left .slider-for {
    width: 100%;
  }
}
.wrap-details .details .details-top .left .slider-nav {
  width: 20%;
  padding-left: 20px;
  margin: -10px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .left .slider-nav {
    margin: -5px 0;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-top .left .slider-nav {
    width: 100%;
    margin: 0 -5px;
  }
}
.wrap-details .details .details-top .left .slider-nav .slick-current .item {
  border: 1px solid #E5E5E5;
}
.wrap-details .details .details-top .left .slider-nav .slick-slide {
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .left .slider-nav .slick-slide {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-top .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .details .details-top .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .details .details-top .left .slider-nav .item {
  border: 1px solid #FFF;
}
.wrap-details .details .details-top .left .slider-nav .item .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrap-details .details .details-top .left .slider-nav .item .video:hover {
  cursor: pointer;
}
.wrap-details .details .details-top .left .slider-nav .item .video img {
  width: 100%;
  display: block;
  height: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .left .slider-nav .item .video img {
    width: 40px;
    height: 40px;
  }
}
.wrap-details .details .details-top .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-details .details .details-top .right .list {
  max-width: 740px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right .list {
    max-width: 100%;
  }
}
.wrap-details .details .details-top .right .list .details-tit h2 {
  color: #002A80;
  line-height: 42px;
}
@media (max-width: 1400px) {
  .wrap-details .details .details-top .right .list .details-tit h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right .list .details-tit h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrap-details .details .details-top .right .list .editor-content p {
  margin: 5px 0 0 0;
}
.wrap-details .details .details-top .right .list .share {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .wrap-details .details .details-top .right .list .share {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details .details-top .right .list .share {
    padding-top: 20px;
  }
}
.wrap-details .details .details-top .right .list .share .share-to p {
  color: #000;
  margin-right: 10px;
}
.wrap-details .details .details-top .right .list .link {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .wrap-details .details .details-top .right .list .link {
    padding-top: 35px;
  }
}
.wrap-details .details .details-top .right .list .link a {
  display: inline-block;
  line-height: 50px;
  padding: 0 100px;
}
@media (max-width: 1560px) {
  .wrap-details .details .details-top .right .list .link a {
    padding: 0 60px;
  }
}
@media (max-width: 1400px) {
  .wrap-details .details .details-top .right .list .link a {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-top .right .list .link a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.wrap-details .details .details-top .right .list .link .inquiry {
  background: #002A80;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right .list .link .inquiry {
    font-size: 18px;
    line-height: 40px;
    font-size: 14px;
  }
}
.wrap-details .details .details-top .right .list .link .inquiry:hover {
  background: #003ebb;
}
.wrap-details .details .details-top .right .list .link .cart {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .wrap-details .details .details-top .right .list .link .cart {
    padding: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right .list .link .cart {
    line-height: 40px;
    font-size: 14px;
  }
}
.wrap-details .details .details-top .right .list .link .cart:hover {
  color: #002A80;
}
.wrap-details .details .details-top .right .list .link .cart i {
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-top .right .list .link .cart i {
    font-size: 24px;
  }
}
.wrap-details .details .details-top .right .list .link .cart span {
  display: inline-block;
  text-decoration: underline;
}
.wrap-details .details .details-content .details-menu {
  position: relative;
  z-index: 5;
}
.wrap-details .details .details-content .details-menu ul {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .details-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.wrap-details .details .details-content .details-menu ul .active {
  color: #002A80;
}
.wrap-details .details .details-content .details-menu ul .active::after {
  width: 100%;
}
.wrap-details .details .details-content .details-menu ul li {
  display: inline-block;
  margin: 0 37px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .details-menu ul li {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .details-menu ul li {
    margin: 0 20px 0 0;
  }
}
.wrap-details .details .details-content .details-menu ul li:first-child {
  margin-left: 0px;
}
.wrap-details .details .details-content .details-menu ul li:last-child {
  margin-right: 0px;
}
.wrap-details .details .details-content .details-menu ul li a {
  display: block;
  line-height: 48px;
  color: #222;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .details-menu ul li a {
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .details-menu ul li a {
    line-height: 32px;
  }
}
.wrap-details .details .details-content .details-menu ul li a:hover::after {
  width: 100%;
}
.wrap-details .details .details-content .details-menu ul li a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #002A80;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.wrap-details .details .details-content .details-menu.sticky {
  top: 140px !important;
}
.wrap-details .details .details-content .list-details {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-details {
    padding-top: 40px;
  }
}
.wrap-details .details .details-content .list-specification .info {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-specification .info {
    padding-top: 20px;
  }
}
.wrap-details .details .details-content .list-specification .info table {
  width: 100%;
  background: #FFF;
}
.wrap-details .details .details-content .list-specification .info table tr,
.wrap-details .details .details-content .list-specification .info table td {
  border-color: #e5e5e5;
  border-width: 1px;
  padding: 0 20px;
  line-height: 40px;
  color: #666;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-specification .info table tr,
  .wrap-details .details .details-content .list-specification .info table td {
    font-size: 12px;
    padding: 0 10px;
  }
}
.wrap-details .details .details-content .list-related .slick-related {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-related .slick-related {
    margin: 0 -5px;
    padding-top: 20px;
  }
}
.wrap-details .details .details-content .list-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-related .slick-related .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .details .details-content .list-related .slick-related .slick-prev,
.wrap-details .details .details-content .list-related .slick-related .slick-next {
  top: -6%;
}
.wrap-details .details .details-content .list-related .slick-related .slick-next {
  right: 0;
}
.wrap-details .details .details-content .list-related .slick-related .slick-prev {
  left: 96%;
}
@media (max-width: 1560px) {
  .wrap-details .details .details-content .list-related .slick-related .slick-prev {
    left: 94%;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-related .slick-related .slick-prev {
    left: 90%;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-content .list-related .slick-related .slick-prev {
    left: 88%;
  }
}
@media (max-width: 424px) {
  .wrap-details .details .details-content .list-related .slick-related .slick-prev {
    left: 84%;
  }
}
.wrap-details .details .details-content .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.2);
}
.wrap-details .details .details-content .list-related .slick-related .item:hover .pic .pic-txt {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: none;
}
.wrap-details .details .details-content .list-related .slick-related .item:hover .pic .cart {
  opacity: 1;
}
.wrap-details .details .details-content .list-related .slick-related .item:hover .note .txt a {
  text-decoration: underline;
  color: #002A80;
}
.wrap-details .details .details-content .list-related .slick-related .item .pic {
  overflow: hidden;
  position: relative;
}
.wrap-details .details .details-content .list-related .slick-related .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-details .details .details-content .list-related .slick-related .item .pic .pic-txt {
  background: rgba(0, 42, 128, 0.8);
  box-shadow: 0px 6px 15px 6px rgba(0, 42, 128, 0.04);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  top: 0;
  padding: 40px 30px;
  transition: all 1s ease;
  transform: translateY(200px);
}
@media (max-width: 767px) {
  .wrap-details .details .details-content .list-related .slick-related .item .pic .pic-txt {
    display: none;
  }
}
.wrap-details .details .details-content .list-related .slick-related .item .pic .pic-txt p {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.wrap-details .details .details-content .list-related .slick-related .item .note .txt {
  padding-top: 15px;
  max-width: 240px;
}
.wrap-details .details .details-content .list-related .slick-related .item .note .txt a {
  display: inline-block;
  margin: 0;
  color: #222;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.4s ease;
}
.wrap-details .details .details-content .list-related .slick-related .item .cart {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-related .slick-related .item .cart {
    opacity: 1;
    bottom: 20px;
    left: 20px;
  }
}
.wrap-details .details .details-content .list-related .slick-related .item .cart a {
  display: inline-block;
}
.wrap-details .details .details-content .list-related .slick-related .item .cart i {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #FFF;
  color: #002A80;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-related .slick-related .item .cart i {
    width: 40px;
    height: 40px;
    background: #002A80;
    color: #FFF;
  }
}
.wrap-details .details .details-content .list-review .details-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-details .details .details-content .list-review .details-tit {
    flex-direction: column;
  }
}
.wrap-details .details .details-content .list-review .details-tit a {
  font-size: 18px;
  font-weight: 500;
  transition: background-size 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#f5f5f5));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .details-tit a {
    font-size: 14px;
  }
}
.wrap-details .details .details-content .list-review .details-tit a:hover {
  color: #002A80;
  background-image: linear-gradient(to right, #002A80 0%, #002A80 100%);
  background-size: 100% 1px;
}
.wrap-details .details .details-content .list-review .review-form {
  padding-top: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .wrap-details .details .details-content .list-review .review-form {
    padding-top: 0px;
  }
}
.wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group input {
  color: #666;
}
.wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group textarea {
  resize: none;
}
.wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group label {
  position: absolute;
  color: #666;
  left: 110px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 1s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group label {
    font-size: 14px;
  }
}
.wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group .rate {
  padding-left: 20px;
}
.wrap-details .details .details-content .list-review .review-form .form-list form .form-content .form-group .rate a i {
  color: #002A80;
}
.wrap-details .details .details-content .list-review .slick-review {
  padding-top: 60px;
  margin: -10px 0;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .slick-review {
    padding-top: 20px;
    margin: -6px 0;
  }
}
@media (max-width: 767px) {
  .wrap-details .details .details-content .list-review .slick-review .slick-dots {
    bottom: -20px;
  }
}
.wrap-details .details .details-content .list-review .slick-review .slick-slide {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .slick-review .slick-slide {
    padding: 6px 0;
  }
}
.wrap-details .details .details-content .list-review .slick-review .item .name span {
  display: inline-block;
  color: #222;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .slick-review .item .name span {
    font-size: 22px;
  }
}
.wrap-details .details .details-content .list-review .slick-review .item .rate {
  padding-top: 10px;
}
.wrap-details .details .details-content .list-review .slick-review .item .rate span {
  display: inline-block;
}
.wrap-details .details .details-content .list-review .slick-review .item .rate .tit {
  color: #042A41;
  font-size: 18px;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .slick-review .item .rate .tit {
    font-size: 16px;
  }
}
.wrap-details .details .details-content .list-review .slick-review .item .rate .score {
  color: #002A80;
  margin-left: 10px;
}
.wrap-details .details .details-content .list-review .slick-review .item .editor-content {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wrap-details .details .details-content .list-review .slick-review .item .editor-content {
    padding-top: 15px;
    font-size: 14px;
  }
}
.common-num {
  padding-top: 100px;
}
@media (max-width: 1470px) {
  .common-num {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .common-num {
    padding-top: 20px;
  }
}
.common-num ul {
  display: flex;
}
@media (max-width: 767px) {
  .common-num ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.common-num ul li {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .common-num ul li {
    width: 50%;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }
}
.common-num ul li:first-child {
  margin-left: 0px;
}
.common-num ul li:last-child {
  margin-right: 0px;
}
.common-num ul li:hover .item b {
  color: #002A80;
}
.common-num ul li .item b {
  color: #222;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
.common-num ul li .item b span {
  font-size: 40px;
}
@media (max-width: 1470px) {
  .common-num ul li .item b span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .common-num ul li .item b span {
    font-size: 24px;
  }
}
.common-num ul li .item b .iso {
  font-size: 40px;
}
@media (max-width: 1470px) {
  .common-num ul li .item b .iso {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .common-num ul li .item b .iso {
    font-size: 24px;
  }
}
.common-num ul li .item p {
  color: #666;
  font-weight: 400;
  margin: 5px 0 0 0;
}
@media (max-width: 1199px) {
  .common-num ul li .item p {
    font-size: 14px;
  }
}
.wrap-about {
  background: #FFF;
}
.wrap-about .wrap-tit h2 {
  font-weight: bold;
}
.wrap-about .common-select {
  position: relative;
  z-index: 10;
}
.wrap-about .common-select ul {
  width: 100%;
  display: flex;
  gap: 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .common-select ul {
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .common-select ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.wrap-about .common-select ul li.on a {
  background: #002A80;
  color: #FFF;
}
.wrap-about .common-select ul li {
  display: inline-block;
  margin: 0;
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-about .common-select ul li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrap-about .common-select ul li {
    width: 48%;
  }
}
.wrap-about .common-select ul li a {
  display: block;
  line-height: 54px;
  text-align: center;
  color: #222;
  font-size: 18px;
  border: 1px solid #F0F0F0;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .common-select ul li a {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-about .common-select ul li a {
    padding: 0 10px;
  }
}
.wrap-about .common-select ul li a:hover {
  background: #002A80;
  color: #FFF;
}
.wrap-about .about .list .about-common.on {
  display: block;
}
.wrap-about .about .list .about-common {
  display: none;
}
.wrap-about .about .list .about-common .wrap-tit span {
  display: inline-block;
  color: #002A80;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-tit span {
    font-size: 14px;
  }
}
.wrap-about .about .list .about-common .introduce {
  position: relative;
  z-index: 3;
  padding-top: 200px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce {
    padding-top: 40px;
  }
}
.wrap-about .about .list .about-common .introduce .company-name {
  color: #F8F8F9;
  font-size: 255px;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 245px;
  }
}
@media (max-width: 1810px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 230px;
  }
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 210px;
  }
}
@media (max-width: 1560px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 190px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 170px;
  }
}
@media (max-width: 1300px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .company-name {
    font-size: 24px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info {
    flex-direction: column;
  }
}
.wrap-about .about .list .about-common .introduce .info .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .left {
    width: 100%;
  }
}
.wrap-about .about .list .about-common .introduce .info .left .wrap-tit {
  max-width: 760px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .left .wrap-tit {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .introduce .info .left .editor-content {
  padding-top: 40px;
  max-width: 760px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .left .editor-content {
    max-width: 100%;
    padding-top: 10px;
  }
}
.wrap-about .about .list .about-common .introduce .info .left .editor-content b {
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
.wrap-about .about .list .about-common .introduce .info .left .editor-content p {
  margin: 10px 0 0 0;
}
.wrap-about .about .list .about-common .introduce .info .right {
  width: 45%;
  position: relative;
  top: -100px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .right {
    margin-top: 20px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .introduce .info .right {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .right {
    width: 50%;
    top: auto;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .introduce .info .right {
    width: 100%;
  }
}
.wrap-about .about .list .about-common .introduce .info .right::before {
  content: "\e98e";
  font-family: 'iconfont' !important;
  font-size: 30px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002A80;
  border-radius: 100px;
  color: #FFF;
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 47%;
  border: 34px solid #FFF;
  transform: translate(-50%, -50%);
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .introduce .info .right::before {
    top: 45%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .introduce .info .right::before {
    top: 33%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .right::before {
    width: 120px;
    height: 120px;
    border: 20px solid #FFF;
    top: 45%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .introduce .info .right::before {
    width: 60px;
    height: 60px;
    border: 10px solid #FFF;
    font-size: 20px;
  }
}
.wrap-about .about .list .about-common .introduce .info .right .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left {
  display: flex;
  align-items: end;
  justify-content: end;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left .item .pic-bg {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left .item .pic-bg img {
  width: 80%;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left .item .pic-bg a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left .item .pic-bg a i {
  font-size: 40px;
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .introduce .info .right .list ul li.top-left .item .pic-bg a i {
    font-size: 24px;
  }
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-right {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  animation: zoomIn 1s 0s ease both;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-right .item .pic-bg {
  display: flex;
  align-items: start;
  justify-content: start;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.top-right .item .pic-bg img {
  width: 60%;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-left {
  animation: zoomIn 3s 0s ease both;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-left .item .pic-bg {
  position: relative;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-left .item .pic-bg a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-left .item .pic-bg a i {
  font-size: 40px;
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .introduce .info .right .list ul li.end-left .item .pic-bg a i {
    font-size: 24px;
  }
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right {
  display: flex;
  align-items: start;
  justify-content: start;
  animation: zoomIn 4s 0s ease both;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right .item .pic-bg {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right .item .pic-bg img {
  width: 80%;
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right .item .pic-bg a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right .item .pic-bg a i {
  font-size: 50px;
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .introduce .info .right .list ul li.end-right .item .pic-bg a i {
    font-size: 24px;
  }
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li {
  width: 47%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .introduce .info .right .list ul li {
    animation: none !important;
  }
}
.wrap-about .about .list .about-common .introduce .info .right .list ul li .item .pic-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap-about .about .list .about-common .advantage {
  background: #F8F9FC;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage {
  padding-top: 80px;
  margin: 0 -5px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .advantage .info .slick-advantage {
    padding-top: 0px;
  }
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-slide {
  padding: 0 5px;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-next {
  right: -4%;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-prev {
  left: -4%;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots {
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots {
    text-align: center;
  }
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots li.slick-active button {
  background: #002A80;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots li {
  width: 40px;
  height: 3px;
  background: #E0E4F0;
  margin: 0 5px;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots li:first-child {
  margin-left: 0;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots li button {
  width: 40px;
  height: 3px;
  background: #E0E4F0;
  padding: 0;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .slick-dots li button::before {
  width: 100%;
  height: auto;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item {
  padding-top: 20px;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item:hover .item-icon {
  color: #002A80;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item:hover .item-icon i::after {
  background: #608be1;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item:hover .item-tit span {
  color: #002A80;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-icon {
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-icon i {
  display: inline-block;
  font-size: 32px;
  position: relative;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-icon i::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #E5E5E5;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  right: -5px;
  top: 2px;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-tit {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-tit {
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-tit span {
  display: inline-block;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-txt {
  padding-top: 10px;
  max-width: 350px;
}
.wrap-about .about .list .about-common .advantage .info .slick-advantage .item .item-txt p {
  color: #444;
  line-height: 26px;
}
.wrap-about .about .list .about-common .production .info .wrap-tit {
  max-width: 810px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .wrap-tit {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .production .info .list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .list {
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .production .info .list .item.active .tit {
  color: #002A80;
}
.wrap-about .about .list .about-common .production .info .list .item.active .tit i {
  color: #002A80;
}
.wrap-about .about .list .about-common .production .info .list .item {
  border-bottom: 1px solid #E0E4F0;
}
.wrap-about .about .list .about-common .production .info .list .item:first-child {
  border-top: 1px solid #E0E4F0;
}
.wrap-about .about .list .about-common .production .info .list .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-size: 26px;
  font-weight: 600;
  line-height: 80px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .list .item .tit {
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .tit:hover {
  color: #002A80;
  cursor: pointer;
}
.wrap-about .about .list .about-common .production .info .list .item .tit:hover i {
  color: #002A80;
}
.wrap-about .about .list .about-common .production .info .list .item .tit i {
  font-size: 26px;
  color: #A1ABC7;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .list .item .tit i {
    font-size: 22px;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt {
  display: none;
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note {
  padding: 20px;
  background: #002A80;
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note {
    flex-direction: column;
    padding: 10px;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .pic {
  width: 40%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .pic {
    width: 100%;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .pic .img-box {
  padding-bottom: 45.71428%;
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt {
    width: 100%;
    padding-left: 0%;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt .editor-content {
  max-width: 720px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt .editor-content {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt .editor-content p {
  color: #FFF;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .production .info .list .item .drop-txt .note .txt .editor-content p {
    line-height: 24px;
    font-size: 14px;
  }
}
.wrap-about .about .list .about-common .quality {
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .quality {
    padding: 0 0 40px 0;
  }
}
.wrap-about .about .list .about-common .quality .wrap-tit h2 {
  max-width: 810px;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .quality .wrap-tit h2 {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .quality .editor-content {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .quality .editor-content {
    padding-top: 20px;
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .service {
  background: #F8F9FC;
  position: relative;
  overflow: visible;
}
.wrap-about .about .list .about-common .service .wrap-tit h2 {
  max-width: 630px;
}
.wrap-about .about .list .about-common .service .service-list {
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .service .service-list .info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .service .service-list .info {
    flex-direction: column;
  }
}
.wrap-about .about .list .about-common .service .service-list .info .item {
  margin: 0 15px;
  width: 33%;
  padding: 45px 45px 0 45px;
  background: #FFF;
  border-bottom: 6px solid #F0F0F0;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .service .service-list .info .item:first-child {
  margin-left: 0px;
}
.wrap-about .about .list .about-common .service .service-list .info .item:last-child {
  margin-right: 0px;
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .service .service-list .info .item {
    padding: 30px 25px 0 25px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list .info .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .service .service-list .info .item {
    width: 48%;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .service .service-list .info .item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.wrap-about .about .list .about-common .service .service-list .info .item:hover {
  background: #002A80;
  border-bottom: 6px solid #6683BD;
}
.wrap-about .about .list .about-common .service .service-list .info .item:hover .type {
  color: #9FB1D7;
}
.wrap-about .about .list .about-common .service .service-list .info .item:hover .tit h3 {
  color: #FFF;
}
.wrap-about .about .list .about-common .service .service-list .info .item:hover .txt p {
  color: #FFF;
}
.wrap-about .about .list .about-common .service .service-list .info .item .type {
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .service .service-list .info .item .tit {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list .info .item .tit {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .service .service-list .info .item .tit {
    padding-top: 10px;
  }
}
.wrap-about .about .list .about-common .service .service-list .info .item .tit h3 {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list .info .item .tit h3 {
    font-size: 24px;
  }
}
.wrap-about .about .list .about-common .service .service-list .info .item .txt {
  max-width: 380px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list .info .item .txt {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .service .service-list .info .item .txt p {
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: auto;
  text-overflow: ellipsis;
  height: 182px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-list .info .item .txt p {
    overflow: hidden;
    height: auto;
    font-size: 14px;
  }
}
.wrap-about .about .list .about-common .service .service-img {
  width: 40%;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -10%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .service .service-img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .service .service-img img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .about .list .about-common .market {
  background: #FFF;
}
.wrap-about .about .list .about-common .market .slick-market {
  padding-top: 50px;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market {
    margin: 0 -5px;
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-prev,
.wrap-about .about .list .about-common .market .slick-market .slick-next {
  top: 80%;
  background: #f5f5f5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev,
  .wrap-about .about .list .about-common .market .slick-market .slick-next {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev,
  .wrap-about .about .list .about-common .market .slick-market .slick-next {
    background: none;
  }
  .wrap-about .about .list .about-common .market .slick-market .slick-prev::before,
  .wrap-about .about .list .about-common .market .slick-market .slick-next::before {
    color: #FFF !important;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-prev:hover,
.wrap-about .about .list .about-common .market .slick-market .slick-next:hover {
  background: #002A80;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev:hover,
  .wrap-about .about .list .about-common .market .slick-market .slick-next:hover {
    background: none;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-prev:hover::before,
.wrap-about .about .list .about-common .market .slick-market .slick-next:hover::before {
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev:hover::before,
  .wrap-about .about .list .about-common .market .slick-market .slick-next:hover::before {
    color: #002A80;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-prev::before,
.wrap-about .about .list .about-common .market .slick-market .slick-next::before {
  color: #222;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .market .slick-market .slick-prev {
  left: 35%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev {
    left: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev {
    left: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-prev {
    left: 0%;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-next {
  right: 58%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-next {
    right: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-next {
    right: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-next {
    right: 0%;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-list {
  position: relative;
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-list {
    overflow: hidden !important;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-list::before {
  top: -20px;
  width: 100%;
  height: 600px;
  background: #FFF;
  position: absolute;
  left: -100%;
  z-index: 9;
  content: "";
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-list::before {
    display: none;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-slide.slick-current {
  width: 580px !important;
  height: 420px !important;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-slide.slick-current {
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-slide.slick-current {
    display: none;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-slide:last-child {
  display: none !important;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-slide:last-child {
    display: block !important;
  }
}
.wrap-about .about .list .about-common .market .slick-market .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .slick-market .slick-slide {
    padding: 0 5px;
  }
}
.wrap-about .about .list .about-common .market .slick-market .item:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .market .slick-market .item:hover .img-box img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .market .slick-market .item .img-box {
  padding-bottom: 69.69696969%;
}
.wrap-about .about .list .about-common .market .slick-market .item .img-box img {
  transition: all 1s ease;
}
.wrap-about .about .list .about-common .market .market-info {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info {
    margin-top: 20px;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for {
  width: 39%;
  margin: 0 -9px;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for {
    width: 47%;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-slide {
  padding: 0 9px;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev,
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
  top: 70%;
  background: #f5f5f5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev,
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev,
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
    background: none;
  }
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev::before,
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next::before {
    color: #FFF !important;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev:hover,
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next:hover {
  background: #002A80;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev:hover,
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next:hover {
    background: none;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev:hover::before,
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next:hover::before {
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev:hover::before,
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next:hover::before {
    color: #002A80;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev::before,
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next::before {
  color: #222;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev {
  left: 108%;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev::before {
  color: #222;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev {
    left: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev {
    left: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-prev {
    left: 0%;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
  display: none !important;
  right: 85%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
    right: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
    right: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-for .slick-next {
    right: 0%;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .item:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .item:hover .img-box img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .item .img-box {
  padding-bottom: 68.9655%;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-for .item .img-box img {
  transition: all 1s ease;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav {
  width: 60%;
  margin: 0 -9px;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-slide {
  padding: 0 9px;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev,
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
  top: 70%;
  background: #f5f5f5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev,
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev,
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
    background: none;
  }
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev::before,
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next::before {
    color: #FFF !important;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev:hover,
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next:hover {
  background: #002A80;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev:hover,
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next:hover {
    background: none;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev:hover::before,
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next:hover::before {
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev:hover::before,
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next:hover::before {
    color: #002A80;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev::before,
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next::before {
  color: #222;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev {
  display: none !important;
  left: 35%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev {
    left: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev {
    left: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-prev {
    left: 0%;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
  right: 85%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
    right: -4%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
    right: -6%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .market .market-info .slider-m-nav .slick-next {
    right: 0%;
  }
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .item:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .item:hover .img-box img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .item .img-box {
  padding-bottom: 69.69696969%;
}
.wrap-about .about .list .about-common .market .market-info .slider-m-nav .item .img-box img {
  transition: all 1s ease;
}
.wrap-about .about .list .about-common .culture {
  background: #F8F9FC;
}
.wrap-about .about .list .about-common .culture .wrap-tit h2 {
  max-width: 720px;
}
.wrap-about .about .list .about-common .culture .culture-list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list {
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item {
  padding: 15px 0;
  border-bottom: 1px solid #E0E4F0;
}
.wrap-about .about .list .about-common .culture .culture-list .item:first-child {
  border-top: 1px solid #E0E4F0;
}
.wrap-about .about .list .about-common .culture .culture-list .item:nth-child(2n+2) .pic {
  order: 2;
}
.wrap-about .about .list .about-common .culture .culture-list .item:nth-child(2n+2) .note {
  order: 1;
  padding-left: 0px;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .culture .culture-list .item:nth-child(2n+2) .note {
    padding-right: 0%;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .culture .culture-list .item {
    flex-direction: column;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .culture .culture-list .item:hover .note .note-icon {
  color: #002A80;
}
.wrap-about .about .list .about-common .culture .culture-list .item:hover .note .tit h3 {
  color: #002A80;
}
.wrap-about .about .list .about-common .culture .culture-list .item .pic {
  width: 32%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .pic {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .pic {
    width: 100%;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s ease;
}
.wrap-about .about .list .about-common .culture .culture-list .item .note {
  width: 68%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note {
    width: 100%;
    padding-top: 20px;
    padding-left: 0%;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .note .note-icon i {
  display: inline-block;
  font-size: 36px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note .note-icon i {
    font-size: 24px;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .note .tit {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note .tit {
    padding-top: 10px;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .note .tit h3 {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note .tit h3 {
    font-size: 22px;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .note .editor-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note .editor-content {
    padding-top: 10px;
  }
}
.wrap-about .about .list .about-common .culture .culture-list .item .note .editor-content p {
  color: #444;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .culture .culture-list .item .note .editor-content p {
    font-size: 14px;
  }
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes breathe {
  0%,
  100% {
    transform: translateY(0);
    /* 原始位置 */
  }
  50% {
    transform: translateY(-20px);
    /* 向上移动5px */
  }
}
.wrap-about .about .list .about-common .wrap-why {
  overflow: visible;
  padding: 100px 0 240px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why {
    padding: 40px 0;
  }
}
.wrap-about .about .list .about-common .wrap-why .wrap-tit {
  position: relative;
  z-index: 7;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg {
  text-align: center;
  position: relative;
  z-index: 5;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .bg-pic {
  animation: zoomIn 4s 0s ease both;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .bg-pic {
    animation: none;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .bg-pic {
    display: inline-block;
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .bg-pic {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg::after {
  content: "";
  width: 57%;
  height: 120%;
  background: #F8F9FC;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: -7%;
  left: 21%;
  transform: translate(-50%, -50%);
  animation: floatScale 3s infinite ease-in-out;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::after {
    width: 55%;
    height: 100%;
    top: 0%;
    left: 22%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::after {
    width: 60%;
    left: 20%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::after {
    width: 60%;
    left: 20%;
    top: 0%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::after {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg::before {
  content: "";
  width: 43%;
  height: 90%;
  border-radius: 100%;
  background: rgba(224, 228, 240, 0.3);
  position: absolute;
  z-index: 0;
  top: 5%;
  left: 28%;
  transform: translate(-50%, -50%);
  animation: floatScale 3s infinite ease-in-out;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::before {
    width: 45%;
    height: 80%;
    top: 8%;
    left: 27%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::before {
    width: 50%;
    height: 80%;
    top: 10%;
    left: 25%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::before {
    height: 80%;
    top: 10%;
    left: 25%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg::before {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .pic {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .pic {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .pic img {
  display: inline-block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
}
@media (max-width: 1400px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .pic img {
    width: 40%;
    height: 40%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list {
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common {
  max-width: 535px;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common {
    max-width: 430px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common {
    max-width: 380px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
  }
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common .name {
    animation: none;
  }
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common .txt {
    text-align: start !important;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .common img {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .name {
  text-align: end;
  animation: breathe 3s infinite ease-in-out;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .name span {
  display: inline-block;
  font-weight: 600;
  line-height: 26px;
  font-size: 26px;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .txt {
  padding-top: 20px;
  text-align: end;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .txt p {
  margin: 0;
  color: #444;
  line-height: 26px;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-left {
  position: absolute;
  z-index: 5;
  top: 17%;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-left {
    left: 0%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-left {
    position: relative;
    left: auto;
    top: auto;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-left .name {
  color: #4FC240;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-left img {
  position: absolute;
  right: -25%;
  top: 4%;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right {
  position: absolute;
  z-index: 5;
  top: 17%;
  right: 0;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right {
    right: 0%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right .name {
  color: #002A80;
  text-align: start;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right .txt {
  text-align: start;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .top-right img {
  position: absolute;
  left: -25%;
  top: 4%;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-left {
  position: absolute;
  z-index: 5;
  top: 60%;
  left: -5%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-left {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-left .name {
  color: #FFD964;
  text-align: end;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-left .txt {
  text-align: end;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-left img {
  position: absolute;
  right: -25%;
  top: 4%;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-right {
  position: absolute;
  z-index: 5;
  top: 60%;
  right: -5%;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-right .name {
  color: #3F78F8;
  text-align: start;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-right .txt {
  text-align: start;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end-right img {
  position: absolute;
  left: -25%;
  top: 4%;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end {
  position: absolute;
  z-index: 5;
  top: 95%;
  left: 34%;
}
@media (max-width: 1710px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end {
    top: 98%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end {
    top: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end .name {
  color: #19BEF4;
  text-align: center;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end .txt {
  text-align: center;
}
.wrap-about .about .list .about-common .wrap-why .info .info-bg .list .end img {
  position: absolute;
  top: -70%;
  animation: zoomIn 2s 0s ease both;
}
.wrap-about .about .list .about-common .wrap-order .list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list {
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .tit.active {
  background: #002A80;
  border-bottom: 1px solid #E0E4F0;
}
.wrap-about .about .list .about-common .wrap-order .list .tit.active span {
  color: #FFF;
}
.wrap-about .about .list .about-common .wrap-order .list .tit.active i {
  color: #FFF !important;
}
.wrap-about .about .list .about-common .wrap-order .list .item {
  border: 1px solid #E0E4F0;
  margin-bottom: 70px;
  background: #F8F9FC;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item {
    margin-bottom: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item:last-child {
  margin-bottom: 0px;
}
.wrap-about .about .list .about-common .wrap-order .list .item:last-child::before {
  display: none;
}
.wrap-about .about .list .about-common .wrap-order .list .item::before {
  content: "\e779";
  font-family: 'iconfont' !important;
  position: absolute;
  left: 40px;
  bottom: -60px;
  font-size: 40px;
  color: #002A80;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item::before {
    display: none;
    font-size: 16px;
    bottom: -23px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item:hover {
  background: #002A80;
}
.wrap-about .about .list .about-common .wrap-order .list .item:hover .tit {
  color: #FFF;
  cursor: pointer;
}
.wrap-about .about .list .about-common .wrap-order .list .item:hover .tit i {
  color: #FFF;
}
.wrap-about .about .list .about-common .wrap-order .list .item .tit {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-size: 30px;
  font-weight: 500;
  line-height: 80px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .tit {
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .tit {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .tit i {
  font-size: 22px;
  color: #222;
  transition: all 0.4s ease;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .tit i {
    font-size: 18px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt {
  display: none;
  overflow: hidden;
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note {
  padding: 40px;
  background: #002A80;
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note {
    flex-direction: column;
    padding: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic {
    width: 100%;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .img-box {
  padding-bottom: 45.71428%;
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  font-size: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .play {
    width: 60px;
    height: 60px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .play:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .play img {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  animation: zoomIn 2s infinite ease-in-out;
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .pic .play i {
  position: absolute;
  z-index: 2;
  background: #002A80;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .editor-content {
  max-width: 720px;
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .editor-content p {
  color: #FFF;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 65%;
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num {
    top: 70%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num {
    top: 93%;
  }
}
.wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num span {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num span {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-order .list .item .drop-txt .note .txt .note-num span {
    font-size: 30px;
  }
}
.wrap-about .about .list .about-common .wrap-honor .editor-content {
  max-width: 1230px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .editor-content {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .wrap-honor .list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .list {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .list .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .list .col-6 {
    padding: 0 5px;
  }
}
.wrap-about .about .list .about-common .wrap-honor .list .item {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .list .item {
    margin-top: 20px;
  }
}
.wrap-about .about .list .about-common .wrap-honor .list .item:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .wrap-honor .list .item:hover .pic {
  border-radius: 6px;
  border: 1px solid rgba(0, 42, 128, 0.4);
  background: linear-gradient(180deg, rgba(0, 42, 128, 0) 0%, rgba(0, 42, 128, 0.9) 50%, rgba(0, 42, 128, 0) 100%);
}
.wrap-about .about .list .about-common .wrap-honor .list .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .wrap-honor .list .item:hover .note p {
  color: #002A80;
}
.wrap-about .about .list .about-common .wrap-honor .list .item .pic {
  padding: 25px;
  background: #FFF;
  border: 1px solid #F5F5F5;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-honor .list .item .pic {
    padding: 15px ;
  }
}
.wrap-about .about .list .about-common .wrap-honor .list .item .pic .img-box {
  padding-bottom: 135.294%;
}
.wrap-about .about .list .about-common .wrap-honor .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .about .list .about-common .wrap-honor .list .item .note {
  padding-top: 20px;
}
.wrap-about .about .list .about-common .wrap-honor .list .item .note p {
  margin: 0;
  color: #222;
  transition: all 0.4s ease;
}
.wrap-about .about .list .about-common .wrap-factory .editor-content {
  max-width: 1230px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .editor-content {
    max-width: 100%;
  }
}
.wrap-about .about .list .about-common .wrap-factory .editor-content p {
  margin: 0;
}
.wrap-about .about .list .about-common .wrap-factory .list {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list .col-6 {
    padding: 0 5px;
  }
}
.wrap-about .about .list .about-common .wrap-factory .list .item {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list .item {
    margin-top: 10px;
  }
}
.wrap-about .about .list .about-common .wrap-factory .list .item:hover {
  cursor: pointer;
}
.wrap-about .about .list .about-common .wrap-factory .list .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-about .about .list .about-common .wrap-factory .list .item:hover .pic::after {
  opacity: 1;
  transform: translateY(0px);
}
.wrap-about .about .list .about-common .wrap-factory .list .item:hover .pic::before {
  opacity: 1;
}
.wrap-about .about .list .about-common .wrap-factory .list .item .pic::after {
  content: "\e66f";
  font-family: 'iconfont' !important;
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 30px;
  color: #FFF;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(200px);
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list .item .pic::after {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-factory .list .item .pic::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 280px;
  border: 1px solid #002A80;
  background: rgba(0, 42, 128, 0.4);
  z-index: 2;
  left: 4%;
  top: 7%;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1470px) {
  .wrap-about .about .list .about-common .wrap-factory .list .item .pic::before {
    width: 90%;
    height: 85%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .list .about-common .wrap-factory .list .item .pic::before {
    display: none;
  }
}
.wrap-about .about .list .about-common .wrap-factory .list .item .pic .img-box {
  padding-bottom: 60.377%;
}
.wrap-about .about .list .about-common .wrap-factory .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home {
  background: #FFF;
  overflow: visible;
}
.wrap-home .home-process .list {
  padding-top: 60px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-process .list {
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wrap-home .home-product {
  padding: 160px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0;
  }
}
.wrap-home .home-product .slick-main {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-main {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-main .slick-prev,
  .wrap-home .home-product .slick-main .slick-next {
    top: 6%;
    width: 40px !important;
    height: 40px !important;
  }
}
.wrap-home .home-product .slick-main .slick-prev {
  left: -4%;
  width: 48px;
  height: 48px;
  background: #F2F4FA;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-home .home-product .slick-main .slick-prev {
    left: -8%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-main .slick-prev {
    left: 74%;
  }
}
.wrap-home .home-product .slick-main .slick-prev:hover {
  background: #002A80;
}
.wrap-home .home-product .slick-main .slick-prev:hover::before {
  color: #FFF;
}
.wrap-home .home-product .slick-main .slick-prev::before {
  opacity: 1;
  color: #002A80;
  transition: all 0.4s ease;
}
.wrap-home .home-product .slick-main .slick-next {
  right: -4%;
  width: 48px;
  height: 48px;
  background: #F2F4FA;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-home .home-product .slick-main .slick-next {
    right: -8%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-main .slick-next {
    right: 0%;
  }
}
.wrap-home .home-product .slick-main .slick-next:hover {
  background: #002A80;
}
.wrap-home .home-product .slick-main .slick-next:hover::before {
  color: #FFF;
}
.wrap-home .home-product .slick-main .slick-next::before {
  opacity: 1;
  color: #002A80;
  transition: all 0.4s ease;
}
.wrap-home .home-product .slick-main .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-main .slick-slide {
    padding: 0 5px;
  }
}
.wrap-home .home-product .slick-main .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-product .slick-main .item:hover .pic .pic-link {
  opacity: 1;
  transform: translateY(0px);
}
.wrap-home .home-product .slick-main .item:hover .note a {
  color: #002A80;
}
.wrap-home .home-product .slick-main .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-product .slick-main .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-home .home-product .slick-main .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-product .slick-main .item .pic .pic-link {
  background: linear-gradient(180deg, rgba(0, 42, 128, 0) 0%, #002A80 100%);
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  z-index: 4;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.4s ease;
}
.wrap-home .home-product .slick-main .item .pic .pic-link .link {
  padding-top: 110px;
  display: flex;
  align-items: center;
}
.wrap-home .home-product .slick-main .item .pic .pic-link .link a {
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 44px;
  color: #FFF;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.4s ease;
}
.wrap-home .home-product .slick-main .item .pic .pic-link .link a:hover {
  color: #FFF;
}
.wrap-home .home-product .slick-main .item .note {
  padding-top: 20px;
  max-width: 330px;
  margin: 0 auto;
}
.wrap-home .home-product .slick-main .item .note a {
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-main .item .note a {
    font-size: 14px;
  }
}
.wrap-home .home-about {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: 100% 200px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info {
    flex-direction: column;
  }
}
.wrap-home .home-about .info .left .home-tit {
  max-width: 380px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .home-tit {
    max-width: 100%;
  }
}
.wrap-home .home-about .info .left .home-txt {
  padding-top: 60px;
  max-width: 810px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .home-txt {
    padding-top: 20px;
    max-width: 100%;
  }
}
.wrap-home .home-about .info .left .common-num ul li {
  position: relative;
}
.wrap-home .home-about .info .left .common-num ul li:last-child::before {
  display: none;
}
.wrap-home .home-about .info .left .common-num ul li::before {
  content: "";
  width: 1px;
  height: 56px;
  background: #CCC;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -40px;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .left .common-num ul li::before {
    display: none;
  }
}
.wrap-home .home-about .info .left .common-num ul li .item b {
  color: #002A80;
  font-weight: 500;
}
.wrap-home .home-about .info .left .common-num ul li .item p {
  font-weight: 500;
  color: #444;
}
.wrap-home .home-about .info .left .more {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .more {
    padding-top: 40px;
  }
}
.wrap-home .home-about .info .left .more a {
  line-height: 50px;
  background: #002A80;
  transition: all 0.4s ease;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .more a {
    line-height: 40px;
    padding: 0 25px;
  }
}
.wrap-home .home-about .info .left .more a:hover {
  background: #003ebb;
}
.wrap-home .home-about .info .left .more a i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}
.wrap-home .home-about .info .right {
  position: relative;
}
.wrap-home .home-about .info .right .tit img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .tit {
    display: none;
  }
}
.wrap-home .home-about .info .right .tit span {
  background: linear-gradient(180deg, #F2F4FA 0%, #FFF 100%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 130px;
  font-weight: bold;
}
@media (max-width: 1710px) {
  .wrap-home .home-about .info .right .tit span {
    font-size: 100px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-about .info .right .tit span {
    font-size: 80px;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-about .info .right .tit span {
    font-size: 50px;
  }
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.wrap-home .home-about .info .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  font-size: 20px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .play {
    position: absolute;
    top: -75px;
    left: 40%;
    transform: translate(0, 0);
    margin-top: 20px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .wrap-home .home-about .info .right .play {
    width: 50px;
    height: 50px;
    left: 50%;
    top: -70px;
  }
}
.wrap-home .home-about .info .right .play:hover {
  cursor: pointer;
}
.wrap-home .home-about .info .right .play img {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  animation: zoomIn 3s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .play img {
    width: 80px;
    height: 80px;
  }
}
.wrap-home .home-about .info .right .play i {
  position: absolute;
  z-index: 2;
  background: #002A80;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-about .about-surround {
  position: relative;
  top: 100px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-surround {
    top: auto;
    padding-top: 20px;
  }
}
.wrap-home .home-about .about-surround .pic {
  position: relative;
}
.wrap-home .home-about .about-surround .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-home .home-about .about-surround .pic .can-see {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap-home .home-about .about-surround .pic .can-see a {
  display: inline-block;
}
.wrap-home .home-about .about-surround .pic .can-see a i {
  font-size: 40px;
  color: #002A80;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-home .home-about .about-surround .pic .can-see a i {
    font-size: 24px;
  }
}
.wrap-home .home-about .about-surround .pic .can-see a i:hover {
  color: #FFF;
}
.wrap-home .home-why {
  padding: 200px 0 500px 0;
}
@keyframes breathe {
  0%,
  100% {
    transform: translateY(0);
    /* 原始位置 */
  }
  50% {
    transform: translateY(-20px);
    /* 向上移动5px */
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    padding: 40px 0;
  }
}
.wrap-home .home-why .home-tit h2 {
  color: #FFF;
}
.wrap-home .home-why .pic-bg {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-home .home-why .pic-bg .bg-select {
  width: 20%;
  height: 20%;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  z-index: 6;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .bg-select {
    display: none;
  }
}
.wrap-home .home-why .pic-bg .bg-select img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .why-common {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .why-common {
    width: 100%;
  }
}
.wrap-home .home-why .pic-bg .list .why-common .item {
  max-width: 390px;
  text-align: end;
  position: relative;
}
@media (max-width: 1400px) {
  .wrap-home .home-why .pic-bg .list .why-common .item {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .why-common .item {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .why-common .item {
    max-width: 100%;
  }
}
.wrap-home .home-why .pic-bg .list .why-common .item::after {
  display: inline-block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: #FFF;
  border: 10px solid rgba(0, 42, 128, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002A80;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: -120px;
  top: 0;
  animation: breathe 3s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .why-common .item::after {
    animation: none !important;
    width: 60px;
    height: 60px;
    font-size: 14px;
    border: 6px solid rgba(0, 42, 128, 0.1);
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .why-common .item::after {
    display: none;
  }
}
.wrap-home .home-why .pic-bg .list .why-common .item .tit {
  animation: breathe 3s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .why-common .item .tit {
    animation: none !important;
  }
}
.wrap-home .home-why .pic-bg .list .why-common .item .tit a {
  color: #FFF;
  text-align: end;
  font-size: 20px;
  font-weight: bold;
}
.wrap-home .home-why .pic-bg .list .why-common .item .tit a:hover {
  text-decoration: underline;
}
.wrap-home .home-why .pic-bg .list .why-common .item .txt {
  padding-top: 10px;
}
.wrap-home .home-why .pic-bg .list .why-common .item .txt p {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.wrap-home .home-why .pic-bg .list .why-common .item img {
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  right: -240px;
  animation: zoomIn 2s 0s ease both;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .why-common .item img {
    display: none;
  }
}
.wrap-home .home-why .pic-bg .list .top-left {
  position: absolute;
  top: 15%;
  left: 8%;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-left {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-left .item {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .top-left .item::after {
  content: "01";
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-left .item::after {
    right: -70px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-left .item .txt {
    text-align: start;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-why .pic-bg .list .top-left {
    left: 2%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .pic-bg .list .top-left {
    left: -2%;
    top: 10%;
  }
}
.wrap-home .home-why .pic-bg .list .top-right {
  position: absolute;
  top: 15%;
  right: 8%;
}
@media (max-width: 1710px) {
  .wrap-home .home-why .pic-bg .list .top-right {
    right: 2%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .pic-bg .list .top-right {
    right: -2%;
    top: 10%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-right {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.wrap-home .home-why .pic-bg .list .top-right .item {
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-right .item {
    text-align: end;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .top-right .item {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .top-right .item::after {
  content: "02";
  position: absolute;
  left: -120px;
  top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-right .item::after {
    left: -70px;
  }
}
.wrap-home .home-why .pic-bg .list .top-right .item .tit a {
  text-align: start;
}
.wrap-home .home-why .pic-bg .list .top-right .item .txt {
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .top-right .item .txt {
    text-align: end;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .top-right .item .txt {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .top-right .item img {
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  left: -165px;
}
.wrap-home .home-why .pic-bg .list .end-left {
  position: absolute;
  top: 77%;
  left: 9%;
}
@media (max-width: 1710px) {
  .wrap-home .home-why .pic-bg .list .end-left {
    left: 3%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .pic-bg .list .end-left {
    left: -1%;
    top: 78%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-left {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.wrap-home .home-why .pic-bg .list .end-left .item {
  text-align: end;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-left .item {
    text-align: start;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .end-left .item {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end-left .item::after {
  content: "03";
  position: absolute;
  right: -120px;
  top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-left .item::after {
    right: -70px;
  }
}
.wrap-home .home-why .pic-bg .list .end-left .item .tit a {
  text-align: end;
}
.wrap-home .home-why .pic-bg .list .end-left .item .txt {
  text-align: end;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-left .item .txt {
    text-align: start;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .end-left .item .txt {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end-left .item img {
  position: absolute;
  top: 25%;
  transform: translate(-50%, -50%);
  right: -240px;
}
.wrap-home .home-why .pic-bg .list .end-right {
  position: absolute;
  top: 77%;
  right: 9%;
}
@media (max-width: 1710px) {
  .wrap-home .home-why .pic-bg .list .end-right {
    right: 3%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .pic-bg .list .end-right {
    top: 78%;
    right: -1%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-right {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.wrap-home .home-why .pic-bg .list .end-right .item {
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-right .item {
    text-align: end;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .end-right .item {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end-right .item::after {
  content: "04";
  position: absolute;
  left: -120px;
  top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-right .item::after {
    left: -70px;
  }
}
.wrap-home .home-why .pic-bg .list .end-right .item .tit a {
  text-align: start;
}
.wrap-home .home-why .pic-bg .list .end-right .item .txt {
  text-align: start;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end-right .item .txt {
    text-align: end;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .pic-bg .list .end-right .item .txt {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end-right .item img {
  position: absolute;
  top: 15%;
  transform: translate(-50%, -50%);
  left: -160px;
}
.wrap-home .home-why .pic-bg .list .end {
  position: absolute;
  top: 146%;
  right: 38%;
}
@media (max-width: 1710px) {
  .wrap-home .home-why .pic-bg .list .end {
    top: 145%;
    right: 36%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .pic-bg .list .end {
    right: 35%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-why .pic-bg .list .end {
    top: 170%;
    right: 37%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.wrap-home .home-why .pic-bg .list .end .item {
  text-align: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end .item {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end .item::after {
  content: "05";
  position: absolute;
  left: 40%;
  top: -90%;
}
@media (max-width: 1400px) {
  .wrap-home .home-why .pic-bg .list .end .item::after {
    left: 37%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end .item::after {
    right: -70px;
    top: 0;
    left: auto;
  }
}
.wrap-home .home-why .pic-bg .list .end .item .tit a {
  text-align: center;
}
.wrap-home .home-why .pic-bg .list .end .item .txt {
  text-align: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .pic-bg .list .end .item .txt {
    text-align: start;
  }
}
.wrap-home .home-why .pic-bg .list .end .item img {
  position: absolute;
  top: -120%;
  transform: translate(-50%, -50%);
  left: 51%;
}
.wrap-home .home-order {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background: rgba(248, 249, 252, 0.25);
}
@media (max-width: 1199px) {
  .wrap-home .home-order {
    padding: 40px 0;
  }
}
.wrap-home .home-order .order .list {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .col-6 {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-order .order .list .col-6 {
    width: 100%;
  }
}
.wrap-home .home-order .order .list .col-6:last-child .item::after {
  display: none;
}
.wrap-home .home-order .order .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 50px 0;
  transition: all 0.4s ease;
  border-bottom: 4px solid #ccc;
  position: relative;
}
@media (max-width: 1400px) {
  .wrap-home .home-order .order .list .item {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item {
    padding: 20px 15px;
  }
}
.wrap-home .home-order .order .list .item::after {
  position: absolute;
  content: "\e7c4";
  font-family: 'iconfont' !important;
  right: -8%;
  top: 50%;
  color: #002A80;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1710px) {
  .wrap-home .home-order .order .list .item::after {
    right: -10%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-order .order .list .item::after {
    right: -12%;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item::after {
    display: none;
  }
}
.wrap-home .home-order .order .list .item:hover {
  border-bottom: 4px solid #002A80;
}
.wrap-home .home-order .order .list .item:hover .item-icon {
  transform: translateY(-20px);
}
.wrap-home .home-order .order .list .item .item-icon {
  width: 80px;
  height: 80px;
  transition: all 0.6s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item .item-icon {
    width: 60px;
    height: 60px;
  }
}
.wrap-home .home-order .order .list .item .item-icon img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-order .order .list .item .tit {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item .tit {
    padding-top: 15px;
  }
}
.wrap-home .home-order .order .list .item .tit a {
  text-align: center;
  color: #002A7F;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item .tit a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-order .order .list .item .tit a {
    -webkit-line-clamp: 1;
    height: 20px;
  }
}
.wrap-home .home-order .order .list .item .tit a::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #002A80;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
.wrap-home .home-order .order .list .item .txt {
  max-width: 300px;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-order .order .list .item .txt {
    padding-top: 10px;
  }
}
.wrap-home .home-order .order .list .item .txt p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1400px) {
  .wrap-home .home-order .order .list .item .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-order .order .list .item .txt p {
    -webkit-line-clamp: 2;
    height: 42px;
  }
}
.wrap-home .faq-news {
  padding: 120px 0;
  background: #FFF;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info {
    flex-direction: column;
  }
}
.wrap-home .faq-news .info .info-faq {
  width: 46%;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-faq {
    width: 100%;
  }
}
.wrap-home .faq-news .info .info-faq .faq-list {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-faq .faq-list {
    padding-top: 20px;
  }
}
.wrap-home .faq-news .info .info-faq .faq-list .item {
  margin-bottom: 15px;
  background: #F2F4FA;
  padding: 0 30px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-faq .faq-list .item {
    padding: 0 20px;
  }
}
.wrap-home .faq-news .info .info-faq .faq-list .item:hover {
  cursor: pointer;
  background: #002A80;
}
.wrap-home .faq-news .info .info-faq .faq-list .item:hover .item-tit i {
  color: #FFF;
}
.wrap-home .faq-news .info .info-faq .faq-list .item:hover .item-tit span {
  color: #FFF;
}
.wrap-home .faq-news .info .info-faq .faq-list .item:hover .item-drop .txt p {
  color: #FFF;
}
.wrap-home .faq-news .info .info-faq .faq-list .item .item-tit {
  display: flex;
  padding: 20px 0;
}
.wrap-home .faq-news .info .info-faq .faq-list .item .item-tit i {
  font-size: 20px;
  color: #002A80;
  margin-right: 15px;
  min-width: 10px;
  vertical-align: top;
}
.wrap-home .faq-news .info .info-faq .faq-list .item .item-tit span {
  color: #222;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .wrap-home .faq-news .info .info-faq .faq-list .item .item-tit span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-home .faq-news .info .info-faq .faq-list .item .item-tit span {
    font-size: 16px;
  }
}
.wrap-home .faq-news .info .info-faq .faq-list .item .item-drop {
  display: none;
  border-top: 1px solid #CCC;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-faq .faq-list .item .item-drop {
    padding: 10px 0;
  }
}
.wrap-home .faq-news .info .info-faq .faq-list .item .item-drop .txt p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.wrap-home .faq-news .info .info-faq .more {
  margin-top: 20px;
}
.wrap-home .faq-news .info .info-faq .more a {
  display: block;
  line-height: 50px;
  background: #002A80;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.wrap-home .faq-news .info .info-faq .more a:hover {
  background: #003ebb;
}
.wrap-home .faq-news .info .info-faq .more a i {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
}
.wrap-home .faq-news .info .info-news {
  width: 54%;
  padding-left: 5%;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-news {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-home .faq-news .info .info-news .info .home-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-home .faq-news .info .info-news .info .home-tit a {
  display: inline-block;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.wrap-home .faq-news .info .info-news .info .home-tit a:hover {
  color: #002A80;
}
.wrap-home .faq-news .info .info-news .info .home-tit a i {
  margin-left: 10px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news {
    margin-top: 20px;
  }
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item {
    flex-direction: column;
  }
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item:hover .note .tit a {
  color: #002A80;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .pic {
  overflow: hidden;
  width: 30%;
}
@media (max-width: 991px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .pic {
    width: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .pic {
    width: 100%;
  }
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .pic .img-box {
  padding-bottom: 67.8571%;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note {
  width: 70%;
}
@media (max-width: 1710px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .note {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .note {
    width: 100%;
    padding-right: 0px;
  }
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .type span {
  display: inline-block;
  color: #002A80;
  font-size: 14px;
  font-weight: 500;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .tit a {
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #222;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .txt {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .txt {
    padding-top: 0px;
  }
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .txt p {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .date {
  padding-top: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .date i {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .wrap-home .faq-news .info .info-news .info .slick-h-news .item .note .date {
    padding-top: 10px;
  }
}
.wrap-home .home-media {
  background: #F2F4FA;
}
@media (max-width: 767px) {
  .wrap-home .home-media .info .col-6 {
    width: 100%;
    margin-bottom: 0px;
  }
}
.wrap-home .home-media .info .item {
  margin-bottom: 20px;
}
.wrap-home .home-media .info .item .top p {
  padding-top: 20px;
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .item .top p {
    padding-top: 10px;
    font-size: 14px;
    margin: 0px;
  }
}
.wrap-home .home-media .info .item .top p a {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-left: 5px;
}
.wrap-home .home-media .info .item .pic {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .item .pic {
    padding-top: 20px;
  }
}
.wrap-home .home-media .info .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .list-inquiry {
  padding: 50px 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: '\e630';
  color: #DA4D17;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #DA4D17;
}
.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: #FFF;
  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: #002A80;
}
.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;
}
.wrap-show .title span {
  color: #666;
}
.wrap-show .title h2 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  line-height: 28px;
}
.wrap-show .info-show {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wrap-show .info-show {
    padding-top: 20px;
  }
}
.wrap-show .info-show p {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-show .info-show p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .info-share {
  padding-top: 30px;
}
.wrap-show .info-share .share-to {
  margin-right: 20px;
  color: #222;
}
.wrap-show .info-href .more-href {
  margin: 50px 0;
  color: #444;
  width: 100%;
  height: 60px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  line-height: 60px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wrap-show .info-href .more-href {
    margin: 40px 0;
  }
}
@media (max-width: 720px) {
  .wrap-show .info-href .more-href {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .wrap-show .info-href .more-href {
    margin-top: 0px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
}
.wrap-show .info-href .more-href a {
  position: relative;
}
.wrap-show .info-href .more-href a:hover {
  color: #002A80;
}
.wrap-show .info-href .more-href a:hover::after {
  width: 100%;
}
.wrap-show .info-href .more-href a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #002A80;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.wrap-show .info-message .form-contact {
  padding-top: 30px;
  max-width: 1200px;
}
.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: #FFF;
  align-items: center;
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #002A80;
  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: #FFF;
  font-size: 16px;
}
.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;
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #002A80;
  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 #f1f1f1;
  border-right: 1px solid #f1f1f1;
  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) {
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.float-window {
  position: fixed;
  width: 50px;
  top: 40%;
  right: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  font-size: 24px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .box-top:hover i {
  color: #FFF;
}
.float-window .window-box {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
}
.float-window .window-box i {
  font-size: 20px;
  transition: all 0.3s;
}
.float-window .window-box:hover {
  background: #002A80;
  color: #FFF;
}
.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-message a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: 220px;
  color: #FFF;
  padding: 10px;
  top: 155px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #002A80;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  display: none;
}
.float-window .window-box.box-skype a i {
  font-size: 24px;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #DA4D17;
  color: #FFF;
  padding: 10px 20px;
  top: 145px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #1336DC;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #002A80;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  display: none;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #002A80;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  display: none;
}
#float-window-close {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #383838;
  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: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #383838;
  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: -4% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -10% !important;
  }
}
.shakes {
  animation: shake 0.5s;
  /* 持续时间可以更短以减少抖动程度 */
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.apply-common-list {
  display: flex;
  margin: 0 -2px;
}
@media (max-width: 991px) {
  .apply-common-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .apply-common-list {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .apply-common-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .apply-common-list li {
    width: 100%;
  }
}
.apply-common-item {
  padding: 0 2px;
  width: 20%;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media (max-width: 991px) {
  .apply-common-item {
    margin-bottom: 20px;
  }
}
.apply-common-item .note {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 991px) {
  .apply-common-item .note {
    top: 50%;
    left: 5%;
    right: 5%;
    text-align: start;
    transform: translate(0, -50%);
  }
}
@media (max-width: 991px) {
  .apply-common-item .note .tit {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .apply-common-item .note .tit {
    max-width: 100%;
  }
}
.apply-common-item .note .tit a {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}
.apply-common-item .note .txt {
  display: none;
  transition: all 0.4s ease;
  padding-top: 15px;
  max-width: 730px;
}
@media (max-width: 991px) {
  .apply-common-item .note .txt {
    display: block;
    max-width: 90%;
  }
}
.apply-common-item .note .txt p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .apply-common-item .note .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 104px;
  }
}
.apply-common-item .note .more {
  padding-top: 30px;
  display: none;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .apply-common-item .note .more {
    display: block;
  }
}
.apply-common-item .note .more a {
  display: flex;
  color: #FFF;
}
.apply-common-item .note .more a i {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #FFF;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-common-item.on {
  width: 49% !important;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .apply-common-item.on {
    width: 100% !important;
  }
}
.apply-common-item.on .note {
  top: 50%;
  left: 5%;
  right: 5%;
  text-align: start;
  transform: translate(0, -50%);
}
.apply-common-item.on .note .tit {
  max-width: 210px;
}
@media (max-width: 767px) {
  .apply-common-item.on .note .tit {
    max-width: 100%;
  }
}
.apply-common-item.on .note .txt {
  display: block;
}
.apply-common-item.on .note .more {
  display: block;
}
.apply-common-link {
  display: block;
  position: relative;
  width: 100%;
  height: 460px;
  z-index: 1;
  overflow: hidden;
}
.apply-common-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.apply-common-link > img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.apply-common-item:hover {
  width: 49% !important;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .apply-common-item:hover {
    width: 100% !important;
  }
}
.apply-common-item:hover .note {
  top: 10%;
  left: 5%;
  right: 5%;
  text-align: start;
  transform: none;
}
@media (max-width: 991px) {
  .apply-common-item:hover .note {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.apply-common-item:hover .note .tit {
  max-width: 210px;
}
@media (max-width: 767px) {
  .apply-common-item:hover .note .tit {
    max-width: 100%;
  }
}
.apply-common-item:hover .note .txt {
  display: block;
}
.apply-common-item:hover .note .more {
  display: block;
}
.apply-common-item:hover .apply-common-link {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.wrap-cookie {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  max-width: 450px;
}
@media (max-width: 1199px) {
  .wrap-cookie {
    display: none;
  }
}
.wrap-cookie .tit h2 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}
.wrap-cookie .txt {
  margin-top: 10px;
}
.wrap-cookie .txt p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}
.wrap-cookie .more {
  margin-top: 20px;
}
.wrap-cookie .more a {
  display: block;
  padding: 11px 15px;
  transition: all 0.2s ease-out;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.wrap-cookie .more a:hover {
  background: #002A80;
  color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
