@font-face {
  font-family: 'Hanken Grotesk';
  src: local('Hanken Grotesk SemiBold'), local('HankenGrotesk-SemiBold'), url('../fonts/HankenGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/HankenGrotesk-SemiBold.woff') format('woff'), url('../fonts/HankenGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: local('Hanken Grotesk ExtraBold'), local('HankenGrotesk-ExtraBold'), url('../fonts/HankenGrotesk-ExtraBold.woff2') format('woff2'), url('../fonts/HankenGrotesk-ExtraBold.woff') format('woff'), url('../fonts/HankenGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saira Stencil One';
  src: local('Saira Stencil One Regular'), local('SairaStencilOne-Regular'), url('../fonts/SairaStencilOne-Regular.woff2') format('woff2'), url('../fonts/SairaStencilOne-Regular.woff') format('woff'), url('../fonts/SairaStencilOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter SemiBold'), local('Inter-SemiBold'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'), url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Bold'), local('Manrope-Bold'), url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: #FFF;
}
: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: '\e60c';
}
.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;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .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: 3px 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: #000;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 5px;
  }
}
.menu-btn .icon {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  position: relative;
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.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 {
  bottom: 40px !important;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 5px !important;
  }
}
.banner-box .swiper-pagination::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 6px;
  background: #FFF;
  bottom: 6px;
  opacity: 0.5;
}
.banner-box .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.5;
  margin: 0 !important;
  width: 120px;
  height: 2px;
  padding: 0;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 40px;
  }
}
.banner-box .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  z-index: 3;
  top: -4px;
  transform: translate(50%, 0);
}
.banner-box .swiper-pagination-bullet::before {
  content: attr(data-index);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet::before {
    font-size: 14px;
    bottom: 5px;
  }
}
.banner-box .swiper-pagination-bullet span {
  position: relative;
  display: block;
  font-size: 0;
}
.banner-box .swiper-pagination-bullet span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  z-index: 3;
  top: -4px;
  transform: translate(50%, 0);
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active::before {
  color: #FFF;
}
.banner-box .swiper-pagination-bullet-active::after {
  background: #FFF;
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active span::after {
  background: #FFF;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
.banner-box .banner-tit .tit {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .tit {
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .tit {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .tit {
    top: 65%;
  }
}
.banner-box .banner-tit .tit h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-link {
    background: #004A28;
    padding: 0 15px;
  }
}
.banner-box .banner-link .link {
  position: absolute;
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 991px) {
  .banner-box .banner-link .link {
    position: relative;
    bottom: auto;
  }
}
.banner-box .banner-link .link ul li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.banner-box .banner-link .link ul li:first-child::before {
  content: "\e600";
  position: absolute;
  font-family: 'iconfont' !important;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #FFF;
}
.banner-box .banner-link .link ul li:last-child {
  margin-right: 0px;
}
.banner-box .banner-link .link ul li:last-child a::before {
  display: none;
}
.banner-box .banner-link .link ul li a {
  display: block;
  color: #FFF;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .banner-box .banner-link .link ul li a {
    line-height: 32px;
    font-size: 14px;
  }
}
.banner-box .banner-link .link ul li a:hover {
  text-decoration: underline;
}
.banner-box .banner-link .link ul li a::before {
  content: "/";
  color: #FFF;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(-50%, -50%);
}
.translate {
  min-width: 150px;
}
.header {
  position: fixed;
  width: 100%;
  height: 90px;
  display: flex;
  z-index: 11;
  transition: all 0.5s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1199px) {
  .header {
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFF;
  }
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-menu .menu-left {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-left .menu-logo img {
  display: block;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-logo img {
    display: none;
  }
}
.header .header-menu .menu-left .menu-logo .xs-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-logo .xs-logo {
    display: block;
  }
}
.header .header-menu .menu-left .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-left .menu-logo a img {
  max-height: 70px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 40px;
  }
}
.header .header-menu .menu-left .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-left .menu-nav {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-left .menu-nav .nav-first li {
  display: inline-block;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-left .menu-nav .nav-first li {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-left .menu-nav .nav-first li {
    margin: 0px;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first li:first-child {
  padding-left: 0px;
}
.header .header-menu .menu-left .menu-nav .nav-first li:last-child {
  padding-right: 0px;
}
.header .header-menu .menu-left .menu-nav .nav-first li a {
  color: #FFF;
  font-weight: 500;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  line-height: 90px;
  padding: 0 30px;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    padding: 0 15px;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first li a:hover {
  color: #006EBD;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  border-top: 0;
  min-width: 200px;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: #FFF;
  padding: 0;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a {
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #000;
  padding-left: 20px;
  line-height: 32px;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a:hover {
  background: #006EBD;
  color: #FFF;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a:hover::after {
  display: none;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: 0;
  min-width: 260px;
  z-index: 9;
  background: #FFF;
  color: #000;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul li {
  margin: 0;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-language {
  position: relative;
}
.header .header-menu .menu-right .menu-language .es::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/es.svg) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.header .header-menu .menu-right .menu-language .en::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/en.svg) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.header .header-menu .menu-right .menu-language a {
  line-height: 90px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-language a {
    line-height: normal;
    color: #000;
  }
}
.header .header-menu .menu-right .menu-language a img {
  margin-right: 10px;
}
.header .header-menu .menu-right .menu-language .select-language {
  min-width: 100px;
  background: #FFF;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  padding: 0 15px;
}
.header .header-menu .menu-right .menu-language .select-language a {
  color: #222;
  transition: all 0.4s ease;
  line-height: 32px;
}
.header .header-menu .menu-right .menu-language .select-language a:hover {
  color: #006EBD;
}
.header .header-menu .menu-right .menu-search .find {
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .find {
    padding: 0 5px;
  }
}
.header .header-menu .menu-right .menu-search .find:hover i {
  color: #006EBD;
}
.header .header-menu .menu-right .menu-search .find::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #FFF;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find::before {
    display: none;
  }
}
.header .header-menu .menu-right .menu-search .find::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #FFF;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find::after {
    display: none;
  }
}
.header .header-menu .menu-right .menu-search .find a i {
  font-weight: normal;
  vertical-align: middle;
  font-size: 24px;
  color: #FFF;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a i {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-cart {
    margin: 0 5px;
  }
}
.header .header-menu .menu-right .menu-cart a {
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-cart a {
    color: #000000;
  }
}
.header .header-menu .menu-right .menu-cart a:hover {
  color: #006EBD;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-cart a span {
    display: none;
  }
}
.header .header-menu .menu-right .menu-cart a i {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-cart a i {
    color: #000000;
  }
}
.header .header-menu .menu-right .menu-cart a i::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0E4B9B;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}
.common-tit h2 {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  margin: 0px;
}
.common-tit h2 span {
  color: #006EBD;
}
@media (max-width: 1470px) {
  .common-tit h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.common-txt {
  padding-top: 10px;
}
.common-txt p {
  color: #555;
  line-height: 24px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .common-txt p {
    font-size: 14px;
  }
}
.contact-form form .form-group {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .contact-form form .form-group {
    margin-bottom: 10px;
  }
}
.contact-form form .form-group label {
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contact-form form .form-group label {
    font-size: 14px;
  }
}
.contact-form form .form-group input {
  width: 100%;
  border: none;
  line-height: 50px;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .contact-form form .form-group input {
    line-height: 40px;
  }
}
.contact-form form .form-group textarea {
  width: 100%;
  border: none;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  padding: 10px;
}
.contact-form form .submit-group {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .contact-form form .submit-group {
    margin-top: 0;
  }
}
.contact-form form .submit-group button {
  width: 100%;
  line-height: 60px;
  transition: all 0.4s ease;
  background: #000;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  border: none;
}
@media (max-width: 1199px) {
  .contact-form form .submit-group button {
    line-height: 40px;
    font-size: 14px;
  }
}
.contact-form form .submit-group button:hover {
  background: #006EBD;
}
.contact-form form .submit-group button i {
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
  margin-left: 10px;
}
.wrap-contact {
  background-repeat: no-repeat;
  background-position: center top;
}
.wrap-contact .contact .common-tit {
  max-width: 1010px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .common-tit {
    max-width: 100%;
  }
}
.wrap-contact .contact .list {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact .list {
    flex-direction: column;
  }
}
.wrap-contact .contact .list .left {
  width: 50%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left {
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact .list .left {
    width: 100%;
    padding-right: 0;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-contact .contact .list .left .info p a {
  transition: all 0.4s ease;
}
.wrap-contact .contact .list .left .info p a:hover {
  color: #006EBD;
  text-decoration: underline;
}
.wrap-contact .contact .list .left .info p span,
.wrap-contact .contact .list .left .info p a {
  display: block;
}
.wrap-contact .contact .list .left .info p span {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .info p span {
    font-size: 18px;
  }
}
.wrap-contact .contact .list .left .info p a {
  padding-bottom: 20px;
  color: #999;
  line-height: 24px;
  margin: 5px 0 0 0 ;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .info p a {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.wrap-contact .contact .list .left .info p .txt {
  color: #555;
  line-height: 23px;
  margin: 10px 0 0 0;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .info p .txt {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact .list .left .info p .txt {
    font-size: 14px;
  }
}
.wrap-contact .contact .list .left .info p .name {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.wrap-contact .contact .list .left .info p .address {
  padding-top: 5px;
  color: #999;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .info p .address {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .contact .list .left .share {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .share {
    padding-top: 20px;
  }
}
.wrap-contact .contact .list .left .share ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .share ul li {
    margin-right: 10px;
  }
}
.wrap-contact .contact .list .left .share ul li a {
  display: block;
}
.wrap-contact .contact .list .left .share ul li a i {
  font-size: 24px;
  transition: all 0.4s ease;
}
.wrap-contact .contact .list .left .share ul li a i:hover {
  color: #002A80;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .left .share ul li a i {
    font-size: 20px;
  }
}
.wrap-contact .contact .list .right {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-contact .contact .list .right {
    width: 100%;
  }
}
.wrap-contact .information {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .wrap-contact .information {
    padding-top: 40px;
  }
}
.wrap-contact .information .list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .col-6 {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .information .list .col-6 {
    width: 100%;
  }
}
.wrap-contact .information .list .item {
  margin-top: 30px;
  background: #F5F5F5;
  padding: 30px;
}
@media (max-width: 1400px) {
  .wrap-contact .information .list .item {
    min-height: 230px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item {
    margin-top: 20px;
    padding: 15px;
    min-height: auto;
  }
}
.wrap-contact .information .list .item .pic {
  overflow: hidden;
  width: 30%;
  border-radius: 100px;
}
.wrap-contact .information .list .item .pic .img-box img {
  border-radius: 100%;
}
.wrap-contact .information .list .item .note {
  padding-left: 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item .note {
    padding-left: 15px;
  }
}
.wrap-contact .information .list .item .note .name {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item .note .name {
    font-size: 18px;
  }
}
.wrap-contact .information .list .item .note .txt {
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item .note .txt {
    padding-top: 10px;
  }
}
.wrap-contact .information .list .item .note .txt p {
  margin: 0 0 5px 0;
  color: #555;
}
.wrap-contact .information .list .item .note .txt p span {
  display: block;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item .note .txt p span {
    font-size: 14px;
  }
}
.wrap-contact .information .list .item .note .txt p a {
  display: block;
}
@media (max-width: 1199px) {
  .wrap-contact .information .list .item .note .txt p a {
    font-size: 14px;
  }
}
.wrap-contact .information .list .item .note .txt p a {
  transition: all 0.4s ease;
}
.wrap-contact .information .list .item .note .txt p a:hover {
  color: #0E4B9B;
  text-decoration: underline;
}
.footer {
  padding: 90px 0;
  background: #000;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list {
    flex-direction: column;
  }
}
.footer .foot .foot-list .info {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .info {
    padding-top: 20px;
  }
}
.footer .foot .foot-list .foot-tit h3 {
  color: #FFF;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-tit h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.footer .foot .foot-list li {
  width: 30%;
}
@media (max-width: 991px) {
  .footer .foot .foot-list li {
    width: 100%;
  }
}
.footer .foot .foot-list .left .item-left .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot .foot-list .left .item-left .foot-logo a img {
  max-height: 70px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .foot-logo a img {
    max-height: 40px;
  }
}
.footer .foot .foot-list .left .item-left .copyright {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .copyright {
    padding-top: 20px;
  }
}
.footer .foot .foot-list .left .item-left .copyright p {
  margin: 0;
  color: #999;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .copyright p {
    font-size: 14px;
  }
}
.footer .foot .foot-list .left .item-left .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .link {
    padding: 10px 0;
  }
}
.footer .foot .foot-list .left .item-left .link a {
  display: inline-block;
  color: #999;
  line-height: 24px;
  font-weight: 500;
  margin-right: 40px;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .link a {
    font-size: 14px;
  }
}
.footer .foot .foot-list .left .item-left .link a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .foot .foot-list .left .item-left .link a:last-child::after {
  display: none;
}
.footer .foot .foot-list .left .item-left .link a::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 17px;
  background: #999;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
}
.footer .foot .foot-list .left .item-left .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}
.footer .foot .foot-list .left .item-left .share ul li {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .share ul li {
    margin-right: 10px;
  }
}
.footer .foot .foot-list .left .item-left .share ul li a {
  display: block;
}
.footer .foot .foot-list .left .item-left .share ul li a i {
  font-size: 20px;
  color: #FFF;
  transition: all 0.4s ease;
}
.footer .foot .foot-list .left .item-left .share ul li a i:hover {
  color: #006EBD;
}
.footer .foot .foot-list .left .item-left .translate {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .left .item-left .translate {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list .foot-contact {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list .foot-contact .item-contact .info {
    padding-top: 0px;
  }
}
.footer .foot .foot-list .foot-contact .item-contact .info p {
  margin: 0 0 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-contact .item-contact .info p {
    margin: 0 0 15px 0;
  }
}
.footer .foot .foot-list .foot-contact .item-contact .info p span,
.footer .foot .foot-list .foot-contact .item-contact .info p a {
  display: block;
}
.footer .foot .foot-list .foot-contact .item-contact .info p .map {
  text-decoration: underline;
}
.footer .foot .foot-list .foot-contact .item-contact .info p span {
  color: #999;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-contact .item-contact .info p span {
    font-size: 18px;
  }
}
.footer .foot .foot-list .foot-contact .item-contact .info p a {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-contact .item-contact .info p a {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.footer .foot .foot-list .foot-contact .item-contact .info p a:hover {
  text-decoration: underline;
}
.footer .foot .foot-list .foot-contact .item-contact .info p .txt {
  font-family: 'Inter', sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-contact .item-contact .info p .txt {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list .foot-message {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list .foot-message .item-message .info {
    padding-top: 10px;
  }
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form .row {
  margin: 0 -5px;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form .col-lg-6 {
  padding: 0 5px;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form .col-lg-12 {
  padding: 0 5px;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group {
  width: 100%;
  margin-bottom: 10px;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group input {
  width: 100%;
  line-height: 44px;
  background: #222;
  backdrop-filter: blur(2px);
  padding: 0 10px;
  border: none;
  color: #999;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group input {
    line-height: 40px;
  }
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.4s ease;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group input:focus::placeholder {
  color: #666;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group textarea {
  width: 100%;
  padding: 10px;
  color: #999;
  background: #222;
  backdrop-filter: blur(2px);
  border: none;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group textarea::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.4s ease;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .form-group textarea:focus::placeholder {
  color: #666;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group {
    margin-top: 0px;
  }
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group button {
  line-height: 44px;
  background: #006EBD;
  color: #FFF;
  font-weight: 600;
  border: none;
  padding: 0 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group button {
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group button:hover {
  background: #002A80;
}
.footer .foot .foot-list .foot-message .item-message .info .foot-form form .submit-group button i {
  margin-left: 10px;
}
.wrap-faq .faq {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq {
    padding-top: 0px;
  }
}
.wrap-faq .faq .list {
  background: #F5F5F5;
  padding: 30px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list {
    margin-top: 10px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-faq .faq .list {
    padding: 10px;
  }
}
.wrap-faq .faq .list:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .item i {
    font-size: 14px;
  }
}
.wrap-faq .faq .list .item .tit span {
  display: inline-block;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .item .tit span {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrap-faq .faq .list .drop-txt {
  margin-top: 20px;
  display: none;
  padding-top: 20px;
  border-top: 1px solid #DBDBDB;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .drop-txt {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.wrap-faq .faq .list .drop-txt .txt p {
  color: #555;
  line-height: 23px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .list .drop-txt .txt p {
    font-size: 12px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pagination {
    padding-top: 20px;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #111;
  background: #FFF;
  transition: all 0.4s;
  font-size: 14px;
}
@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: #004A28;
}
.pagination ul li.active a {
  background: #006EBD;
  color: #FFF;
}
.pagination ul li.next a {
  background: #F5F5F5;
  font-weight: bold;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #006EBD;
  color: #FFF;
}
.pagination ul li.next a i {
  font-size: 20px;
}
.pagination ul li.prev a {
  font-weight: bold;
  background: #F5F5F5;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #006EBD;
  color: #FFF;
}
.pagination ul li.prev a i {
  font-size: 20px;
}
.wrap-news .news {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .news {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .row {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .col-6 {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .wrap-news .news .col-6 {
    width: 100%;
  }
}
.wrap-news .news .item {
  margin-top: 30px;
  background: #F5F5F5;
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-news .news .item {
    margin-top: 20px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .item {
    margin-top: 10px;
  }
}
.wrap-news .news .item:hover .top .pic .img-box img {
  transform: scale(1.1);
}
.wrap-news .news .item:hover .note .left .tit a {
  color: #006EBD;
}
.wrap-news .news .item:hover .note .more a {
  color: #006EBD;
}
.wrap-news .news .item:hover .note .more a span {
  color: #006EBD;
}
@media (max-width: 991px) {
  .wrap-news .news .item .top {
    flex-direction: column;
  }
}
.wrap-news .news .item .top .date span {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #006EBD;
  color: #006EBD;
  font-size: 14px;
}
.wrap-news .news .item .top .pic {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-news .news .item .top .pic {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-news .news .item .top .pic .img-box {
  padding-bottom: 61.7647%;
}
.wrap-news .news .item .top .pic .img-box img {
  transition: all 1s ease;
}
.wrap-news .news .item .note {
  align-items: end;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .item .note {
    flex-direction: column;
  }
}
.wrap-news .news .item .note .left {
  width: 75%;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .left {
    width: 100%;
  }
}
.wrap-news .news .item .note .left .tit {
  max-width: 480px;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .left .tit {
    max-width: 100%;
  }
}
.wrap-news .news .item .note .left .tit a {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .left .tit a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .item .note .left .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
  }
}
@media (max-width: 767px) {
  .wrap-news .news .item .note .left .tit a {
    -webkit-line-clamp: 2;
    height: 52px;
  }
}
.wrap-news .news .item .note .left .txt {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .left .txt {
    padding-top: 10px;
  }
}
.wrap-news .news .item .note .left .txt p {
  color: #555;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .left .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .wrap-news .news .item .note .left .txt p {
    margin: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
  }
}
.wrap-news .news .item .note .more a {
  display: inline-block;
  transition: all 0.4s ease;
}
.wrap-news .news .item .note .more a span {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-news .news .item .note .more a span {
    font-size: 14px;
  }
}
.wrap-download .common-tit {
  max-width: 960px;
}
@media (max-width: 1199px) {
  .wrap-download .common-tit {
    max-width: 100%;
  }
}
.wrap-download .download {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-download .download {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-download .download .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .wrap-download .download .col-6 {
    padding: 0 7px;
  }
}
.wrap-download .download .item {
  margin-top: 30px;
  padding: 50px 30px;
  border-radius: 5px;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .wrap-download .download .item {
    margin-top: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-download .download .item {
    padding: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-download .download .item .info {
    flex-direction: column;
  }
}
.wrap-download .download .item .info .note {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap-download .download .item .info .note {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .wrap-download .download .item .info .note {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-download .download .item .info .note .tit a {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note .tit a {
    font-size: 18px;
  }
}
.wrap-download .download .item .info .note .tit a:hover {
  color: #006EBD;
}
.wrap-download .download .item .info .note .txt {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note .txt {
    padding-top: 10px;
  }
}
.wrap-download .download .item .info .note .txt p {
  margin: 0;
}
.wrap-download .download .item .info .note .txt p span {
  display: block;
  color: #555;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note .txt p span {
    font-size: 12px;
    line-height: 24px;
  }
}
.wrap-download .download .item .info .note .download a {
  display: inline-block;
}
.wrap-download .download .item .info .note .download a:hover {
  color: #006EBD;
}
.wrap-download .download .item .info .note .download a span {
  text-decoration: underline;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note .download a span {
    font-size: 14px;
  }
}
.wrap-download .download .item .info .note .download a span:hover {
  color: #006EBD;
}
.wrap-download .download .item .info .note .download a i {
  font-size: 20px;
  margin-left: 5px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-download .download .item .info .note .download a i {
    font-size: 20px;
  }
}
.wrap-download .download .item .info .pic {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-download .download .item .info .pic {
    width: 20%;
  }
}
.wrap-download .download .item .info .pic img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.wrap-about .about .about-menu {
  position: relative;
  z-index: 5;
}
.wrap-about .about .about-menu .info {
  background: #F5F5F5;
}
.wrap-about .about .about-menu .info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-about .about .about-menu .info ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.wrap-about .about .about-menu .info ul .active {
  color: #006EBD;
}
.wrap-about .about .about-menu .info ul li {
  display: inline-block;
  border-left: 1px solid #E6E6E6;
}
.wrap-about .about .about-menu .info ul li:first-child {
  border-left: none;
}
.wrap-about .about .about-menu .info ul li a {
  display: block;
  line-height: 50px;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  padding: 0 80px;
  transition: all 0.4s ease;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-about .about .about-menu .info ul li a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .about-menu .info ul li a {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .about-menu .info ul li a {
    line-height: 26px;
    padding: 0 15px;
  }
}
.wrap-about .about .about-menu .info ul li a:hover {
  color: #006EBD;
}
.wrap-about .about .menu-introduce {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce {
    padding-top: 20px;
  }
}
.wrap-about .about .menu-introduce .top {
  align-items: end;
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .top {
    flex-direction: column;
  }
}
.wrap-about .about .menu-introduce .top .common-tit {
  display: none;
  max-width: 720px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .top .common-tit {
    max-width: 100%;
  }
}
.wrap-about .about .menu-introduce .top .common-txt {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .top .common-txt {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .top .common-txt p {
    font-size: 14px;
  }
}
.wrap-about .about .menu-introduce .about-video {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-video {
    padding: 20px 0;
  }
}
.wrap-about .about .menu-introduce .about-video .pic {
  overflow: hidden;
  position: relative;
}
.wrap-about .about .menu-introduce .about-video .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .about .menu-introduce .about-video .pic .play {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  animation: floatScale 3s infinite ease-in-out;
}
.wrap-about .about .menu-introduce .about-video .pic .play:hover {
  cursor: pointer;
}
.wrap-about .about .menu-introduce .about-video .pic .play i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 110, 189, 0.9);
  color: #FFF;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-video .pic .play i {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .menu-introduce .about-video .pic .play i {
    width: 40px;
    height: 40px;
  }
}
.wrap-about .about .menu-introduce .about-list {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-list {
    padding: 20px 0;
  }
}
.wrap-about .about .menu-introduce .about-list .item {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.wrap-about .about .menu-introduce .about-list .item:nth-child(2n+2) .note {
  order: 1;
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item:nth-child(2n+2) .note {
    order: 2;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.wrap-about .about .menu-introduce .about-list .item .note {
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-introduce .about-list .item .note {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-list .item .note {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item .note {
    width: 100%;
    padding-top: 20px;
    order: 2;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-introduce .about-list .item .note .txt {
    height: auto;
    overflow: auto;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-list .item .note .txt {
    height: auto;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item .note .txt {
    height: auto;
  }
}
.wrap-about .about .menu-introduce .about-list .item .note .txt p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-introduce .about-list .item .note .txt p {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-introduce .about-list .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
}
.wrap-about .about .menu-introduce .about-list .item .pic {
  display: none;
  width: 47%;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-introduce .about-list .item .pic {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .menu-introduce .about-list .item .pic {
    width: 100%;
  }
}
.wrap-about .about .menu-introduce .about-list .item .pic .img-box {
  padding-bottom: 54.32098%;
}
.wrap-about .about .menu-introduce .about-list .item .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .about .menu-display {
  background: #F5F5F5;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-display {
    padding: 40px 0;
  }
}
.wrap-about .about .menu-display .slick-display {
  padding-top: 60px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-display .slick-display {
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-about .about .menu-display .slick-display .slick-prev,
.wrap-about .about .menu-display .slick-display .slick-next {
  top: -10%;
}
.wrap-about .about .menu-display .slick-display .slick-next {
  right: 1%;
}
.wrap-about .about .menu-display .slick-display .slick-prev {
  left: 93%;
}
@media (max-width: 1710px) {
  .wrap-about .about .menu-display .slick-display .slick-prev {
    left: 91%;
  }
}
@media (max-width: 1560px) {
  .wrap-about .about .menu-display .slick-display .slick-prev {
    left: 89%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-display .slick-display .slick-prev {
    left: 88%;
  }
}
.wrap-about .about .menu-display .slick-display .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-display .slick-display .slick-slide {
    padding: 0 5px;
  }
}
.wrap-about .about .menu-display .slick-display .item:hover {
  cursor: pointer;
}
.wrap-about .about .menu-display .slick-display .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-about .about .menu-display .slick-display .item .pic {
  overflow: hidden;
}
.wrap-about .about .menu-display .slick-display .item .pic .img-box {
  padding-bottom: 61.818181%;
}
.wrap-about .about .menu-display .slick-display .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .about .menu-clients {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info {
    flex-direction: column;
  }
}
.wrap-about .about .menu-clients .info .left {
  width: 47%;
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .left {
    width: 100%;
  }
}
.wrap-about .about .menu-clients .info .left .common-txt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .left .common-txt {
    padding-top: 20px;
  }
}
.wrap-about .about .menu-clients .info .left .common-txt p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .left .common-txt p {
    font-size: 14px;
  }
}
.wrap-about .about .menu-clients .info .left .slider-l-nav .slick-next {
  display: none !important;
}
.wrap-about .about .menu-clients .info .left .slider-l-nav .slick-prev {
  background: #F5F5F5;
  top: 257%;
  left: 92%;
}
@media (max-width: 1710px) {
  .wrap-about .about .menu-clients .info .left .slider-l-nav .slick-prev {
    top: 197.5%;
    left: 90%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-clients .info .left .slider-l-nav .slick-prev {
    top: 180.5%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .left .slider-l-nav .slick-prev {
    top: 146.5%;
  }
}
.wrap-about .about .menu-clients .info .left .slider-l-nav .slick-prev::before {
  color: #000;
  font-weight: bold;
}
.wrap-about .about .menu-clients .info .right {
  width: 47%;
  animation: zoomIn 2s 0s ease both;
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .right {
    animation: none;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-for {
  width: 58%;
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for {
    width: 49%;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-for .slick-next {
  display: none !important;
}
.wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
  background: #F5F5F5;
  top: 87.5%;
  left: -36%;
  display: none !important;
}
@media (max-width: 1710px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    top: 86.7%;
    left: -41%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    top: 94.7%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    left: 140%;
    top: 93.5%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    left: 135%;
    top: 92.5%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    left: 164%;
    top: 101%;
  }
}
@media (max-width: 424px) {
  .wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev {
    left: 157%;
    top: 97%;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-for .slick-prev::before {
  color: #000;
  font-weight: bold;
}
.wrap-about .about .menu-clients .info .right .slider-c-for .item .img-box {
  padding-bottom: 133.33333%;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav {
  width: 38%;
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav {
    width: 49%;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots {
  text-align: start;
  left: -455%;
  width: 100%;
  bottom: 11%;
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots {
    bottom: 0%;
    left: -420%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots {
    display: none !important;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active {
  display: block;
  bottom: 20px;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active {
    bottom: 0;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active button {
  color: #F3F3F3;
  font-size: 128px;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active button {
    font-size: 90px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active button::before {
  color: #F3F3F3 !important;
  font-size: 128px;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots .slick-active button::before {
    font-size: 90px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li {
  display: none;
  margin: 0 50px;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child {
  display: block;
  margin-left: 80%;
  position: relative;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child::after {
  content: "/";
  position: absolute;
  font-size: 64px;
  color: #F3F3F3;
  font-family: 'Saira Stencil One', sans-serif;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -80px;
}
@media (max-width: 1710px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child::after {
    left: -53px;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child::after {
    left: -75px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child button {
  font-size: 64px;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li:last-child button::before {
  top: -8px;
  left: -40px;
  font-size: 64px;
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li {
    margin: 0 -8px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li button {
  height: 0px;
  opacity: 1;
  font-size: 64px;
  color: #F3F3F3;
  font-family: 'Saira Stencil One', sans-serif;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li button::before {
  height: 0px;
  content: "0";
  position: absolute;
  z-index: 1;
  color: #F3F3F3;
  font-size: 64px;
  opacity: 1;
  top: -5px;
  left: -80px;
  font-family: 'Saira Stencil One', sans-serif;
}
@media (max-width: 1400px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-dots li button::before {
    left: -55px;
    top: -10px;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-prev {
  display: none !important;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-next {
  background: #F5F5F5;
  top: 92%;
  left: -200%;
}
@media (max-width: 1470px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-next {
    top: 102%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-next {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about .menu-clients .info .right .slider-c-nav .slick-next {
    top: 110%;
  }
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .slick-next::before {
  color: #000;
  font-weight: bold;
}
.wrap-about .about .menu-clients .info .right .slider-c-nav .item .img-box {
  padding-bottom: 133.333%;
}
.common-link {
  background-position: center;
  background-repeat: no-repeat;
}
.common-link ul li {
  display: inline-block;
  margin: 0 10px;
}
.common-link ul li:first-child {
  position: relative;
}
.common-link ul li:first-child::before {
  content: "\e627";
  font-family: 'iconfont' !important;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
}
.common-link ul li:last-child a::before {
  display: none;
}
.common-link ul li a {
  display: block;
  line-height: 40px;
  color: #000;
  position: relative;
  transition: all 0.4s ease;
}
.common-link ul li a:hover {
  color: #002A80;
  text-decoration: underline;
}
.common-link ul li a::before {
  content: ">";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
}
.wrap-product .common-link {
  background: #F5F5F5 !important;
}
@media (max-width: 767px) {
  .wrap-product .common-link {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-product .common-link ul li a {
    font-size: 14px;
  }
}
.wrap-product .top {
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-product .top {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .wrap-product .top .info {
    flex-direction: column;
  }
}
.wrap-product .top .info .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
@media (max-width: 991px) {
  .wrap-product .top .info .left {
    width: 100%;
  }
}
.wrap-product .top .info .left .name span {
  display: inline-block;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-product .top .info .left .name span {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrap-product .top .info .left .txt {
  padding-top: 10px;
}
.wrap-product .top .info .left .txt p {
  color: #555;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .top .info .left .txt p {
    font-size: 14px;
  }
}
.wrap-product .top .info .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 8%;
}
.wrap-product .top .info .right::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 177px;
  background: #DBDBDB;
  left: -80px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .wrap-product .top .info .right::before {
    display: none;
  }
}
.wrap-product .top .info .right .tit span {
  display: inline-block;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
@media (max-width: 767px) {
  .wrap-product .top .info .right .tit span {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-product .product-list {
  padding: 60px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-product .product-list {
    padding: 40px 0;
  }
}
.wrap-product .product-list .info .product-left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .info .product-left {
    display: none;
  }
}
.wrap-product .product-list .info .product-left ul li.active a {
  background: #006EBD;
  color: #FFF;
}
.wrap-product .product-list .info .product-left ul li.active > ul a {
  background: none;
  color: #555;
}
.wrap-product .product-list .info .product-left ul li {
  margin-bottom: 2px;
}
.wrap-product .product-list .info .product-left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  background: #F5F5F5;
  color: #222;
  padding: 0 20px;
  transition: all 0.4s ease;
}
.wrap-product .product-list .info .product-left ul li a span {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.wrap-product .product-list .info .product-left ul li a i {
  font-size: 14px;
  font-weight: normal;
}
.wrap-product .product-list .info .product-left ul li > ul {
  background: #F5F5F5;
  padding: 0 20px;
}
.wrap-product .product-list .info .product-left ul li > ul li {
  margin: 0;
  border-bottom: 1px solid #EDEDED;
}
.wrap-product .product-list .info .product-left ul li > ul li a {
  padding: 0;
}
.wrap-product .product-list .info .product-left ul li > ul li a:hover {
  text-decoration: underline;
  color: #002A80;
}
.wrap-product .product-list .info .product-right {
  width: 73%;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .info .product-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .col-6 {
    padding: 0 7px;
  }
}
.wrap-product .product-list .info .product-right .info .item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .item {
    margin-bottom: 15px;
  }
}
.wrap-product .product-list .info .product-right .info .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-product .product-list .info .product-right .info .item:hover .note .tit a {
  color: #002A80;
}
.wrap-product .product-list .info .product-right .info .item .pic {
  overflow: hidden;
}
.wrap-product .product-list .info .product-right .info .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-product .product-list .info .product-right .info .item .note {
  background: #F5F5F5;
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .info .product-right .info .item .note {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .item .note {
    padding: 10px;
  }
}
.wrap-product .product-list .info .product-right .info .item .note .tit a {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .item .note .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    font-size: 14px;
  }
}
.wrap-product .product-list .info .product-right .info .item .note .txt {
  padding-top: 10px;
}
.wrap-product .product-list .info .product-right .info .item .note .txt p {
  margin: 0px;
  color: #555;
  font-size: 14px;
}
.wrap-product .product-list .info .product-right .info .item .note .add {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .info .product-right .info .item .note .add {
    padding-top: 20px;
  }
}
.wrap-product .product-list .info .product-right .info .item .note .add a {
  display: block;
  line-height: 44px;
  background: #000;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .info .product-right .info .item .note .add a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .item .note .add a {
    font-size: 12px;
  }
}
.wrap-product .product-list .info .product-right .info .item .note .add a:hover {
  background: #002A80;
}
.wrap-product .product-list .info .product-right .info .item .note .add a i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-product .product-list .info .product-right .info .item .note .add a i {
    font-size: 16px;
    margin-left: 2px;
  }
}
@media (max-width: 1199px) {
  .details-nav {
    padding-top: 60px;
  }
}
.product-header {
  background: #FFF;
}
.product-header .menu-left img {
  display: none !important;
}
.product-header .menu-left .product-logo {
  display: block !important;
}
.product-header .menu-left .menu-nav .pc-nav .nav-first li a {
  color: #000000;
}
.product-header .menu-right .menu-language .select-change {
  color: #000000 !important;
}
.product-header .menu-right .menu-search .find::after,
.product-header .menu-right .menu-search .find::before {
  background: #000000 !important;
}
.product-header .menu-right .menu-search .find a i {
  color: #000000 !important;
}
.product-header .menu-right .menu-cart a {
  color: #000000 !important;
}
.product-header .menu-right .menu-cart a i {
  color: #000000 !important;
}
.wrap-details .common-link {
  background: #F5F5F5;
  margin-top: 90px;
  background-image: none;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .common-link {
    margin-top: 0px;
    padding-left: 30px;
  }
}
.wrap-details .common-link ul li a {
  color: #555;
}
.wrap-details .details-top {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-top {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info {
    flex-direction: column;
  }
}
.wrap-details .details-top .info .left {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left {
    width: 100%;
    flex-direction: column;
  }
}
.wrap-details .details-top .info .left .slider-for {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left .slider-for {
    width: 100%;
  }
}
.wrap-details .details-top .info .left .slider-nav {
  width: 20%;
  margin: -5px 0;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left .slider-nav {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-details .details-top .info .left .slider-nav .item {
  border: 1px solid #FFF;
}
.wrap-details .details-top .info .left .slider-nav .slick-current .item {
  border: 1px solid #ccc;
}
.wrap-details .details-top .info .left .slider-nav .slick-slide {
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .details-top .info .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .details-top .info .left .slider-nav .item-video .play {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.wrap-details .details-top .info .left .slider-nav .item-video .play:hover {
  cursor: pointer;
}
.wrap-details .details-top .info .left .slider-nav .item-video .play i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 110, 189, 0.9);
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .left .slider-nav .item-video .play i {
    width: 30px;
    height: 30px;
  }
}
.wrap-details .details-top .info .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-details .details-top .info .right .list .name span {
  display: inline-block;
  color: #555;
  font-size: 14px;
}
.wrap-details .details-top .info .right .list .tit {
  padding-top: 10px;
}
.wrap-details .details-top .info .right .list .tit h2 {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
@media (max-width: 1400px) {
  .wrap-details .details-top .info .right .list .tit h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .tit h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .right .list .tit h2 {
    font-size: 18px;
  }
}
.wrap-details .details-top .info .right .list .info-share {
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .wrap-details .details-top .info .right .list .info-share {
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .info-share {
    padding-top: 20px;
  }
}
.wrap-details .details-top .info .right .list .info-share .share-to {
  color: #000;
  padding-right: 5px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .info-share .share-to {
    font-size: 16px;
  }
}
.wrap-details .details-top .info .right .list .txt {
  margin-top: 40px;
  border-radius: 5px;
  background: #F5F5F5;
  padding: 30px;
}
@media (max-width: 1400px) {
  .wrap-details .details-top .info .right .list .txt {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .txt {
    margin-top: 20px;
    padding: 15px;
  }
}
.wrap-details .details-top .info .right .list .txt .name {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .txt .name {
    padding-bottom: 10px;
  }
}
.wrap-details .details-top .info .right .list .txt .name span {
  display: inline-block;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.wrap-details .details-top .info .right .list .txt .info {
  padding-top: 20px;
  max-width: 100%;
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .txt .info {
    padding-top: 10px;
    max-width: 100%;
  }
}
.wrap-details .details-top .info .right .list .txt .info p {
  margin: 0;
  color: #555;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .txt .info p {
    font-size: 14px;
  }
}
.wrap-details .details-top .info .right .list .link {
  padding-top: 90px;
}
@media (max-width: 1470px) {
  .wrap-details .details-top .info .right .list .link {
    padding-top: 60px;
  }
}
@media (max-width: 1400px) {
  .wrap-details .details-top .info .right .list .link {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .link {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .right .list .link {
    flex-direction: column;
    text-align: center;
  }
}
.wrap-details .details-top .info .right .list .link a {
  display: inline-block;
  line-height: 60px;
  padding: 0 130px;
  transition: all 0.4s ease;
}
@media (max-width: 1710px) {
  .wrap-details .details-top .info .right .list .link a {
    padding: 0 100px;
    margin-right: 10px;
  }
}
@media (max-width: 1470px) {
  .wrap-details .details-top .info .right .list .link a {
    padding: 0 80px;
    line-height: 50px;
  }
}
@media (max-width: 1400px) {
  .wrap-details .details-top .info .right .list .link a {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list .link a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .right .list .link a {
    margin-bottom: 10px;
  }
}
.wrap-details .details-top .info .right .list .link .inquiry {
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.wrap-details .details-top .info .right .list .link .inquiry:hover {
  background: #002A80;
}
.wrap-details .details-top .info .right .list .link .inquiry i {
  font-size: 20px;
  margin-right: 5px;
  font-weight: normal;
  vertical-align: middle;
}
.wrap-details .details-top .info .right .list .link .cart {
  background: #006EBD;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.wrap-details .details-top .info .right .list .link .cart:hover {
  background: #000000;
}
.wrap-details .details-top .info .right .list .link .cart i {
  margin-left: 5px;
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
}
.wrap-details .details-list .details-menu {
  background: #F5F5F5;
  position: relative;
  z-index: 7;
}
.wrap-details .details-list .details-menu .info {
  background: #F5F5F5;
}
.wrap-details .details-list .details-menu .info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu .info ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.wrap-details .details-list .details-menu .info ul .active {
  color: #006EBD;
}
.wrap-details .details-list .details-menu .info ul li {
  border-left: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu .info ul li {
    border-left: none;
  }
}
.wrap-details .details-list .details-menu .info ul li:first-child {
  border-left: none;
}
.wrap-details .details-list .details-menu .info ul li a {
  display: block;
  line-height: 50px;
  padding: 0 80px;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .wrap-details .details-list .details-menu .info ul li a {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu .info ul li a {
    line-height: 40px;
    padding: 0 45px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu .info ul li a {
    padding: 0 10px;
    line-height: 32px;
    font-size: 13px;
  }
}
.wrap-details .details-list .details-menu .info ul li a:hover {
  color: #006EBD;
}
.wrap-details .details-list .menu-details .editor-content b {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-details .editor-content b {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-details .editor-content table {
  width: 100%;
  margin: 20px 0;
}
.wrap-details .details-list .menu-details .editor-content table tr,
.wrap-details .details-list .menu-details .editor-content table td {
  border-width: 1px;
  border-color: #E5E5E5;
  padding: 20px;
  color: #222;
  font-family: 'Hanken Grotesk', sans-serif;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-details .editor-content table tr,
  .wrap-details .details-list .menu-details .editor-content table td {
    font-size: 14px;
    padding: 10px;
  }
}
.wrap-details .details-list .menu-details .editor-content table td:nth-child(2n+2) {
  background: #FFF;
}
.wrap-details .details-list .menu-details .editor-content .contains-pictures {
  margin: 0 -15px !important;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-details .editor-content .contains-pictures {
    margin: 0 -5px !important;
  }
}
.wrap-details .details-list .menu-details .editor-content .contains-pictures img {
  margin: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-details .editor-content .contains-pictures img {
    margin: 0 5px;
  }
}
.wrap-details .details-list .menu-review .review .details-tit h2 {
  margin: 0;
}
.wrap-details .details-list .menu-review .review .details-tit .write {
  color: #000;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .details-tit .write {
    font-size: 12px;
  }
}
.wrap-details .details-list .menu-review .review .details-tit .write:hover {
  color: #002A80;
}
.wrap-details .details-list .menu-review .review .details-tit .write span {
  text-decoration: underline;
}
.wrap-details .details-list .menu-review .review .details-tit .write i {
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .details-tit .write i {
    margin-right: 2px;
  }
}
.wrap-details .details-list .menu-review .review .review-form {
  padding-top: 30px;
  display: none;
}
.wrap-details .details-list .menu-review .review .review-form .form-list form .form-content .form-group input {
  color: #666;
  font-size: 15px;
}
.wrap-details .details-list .menu-review .review .review-form .form-list form .form-content .form-group textarea {
  resize: none;
}
.wrap-details .details-list .menu-review .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;
  font-size: 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .review-form .form-list form .form-content .form-group label {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-review .review .review-form .form-list form .form-content .form-group .rate a i {
  color: #FDC200;
}
.wrap-details .details-list .menu-review .review .slick-review {
  padding-top: 60px;
  margin: -18px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review {
    padding-top: 20px;
    margin: -10px 0;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .slick-slide {
  padding: 18px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review .slick-slide {
    padding: 10px 0;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review .item {
    padding: 10px 0;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item .name span {
  display: inline-block;
  color: #042A41;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .name span {
    font-size: 22px;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate {
  padding-top: 10px;
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate span,
.wrap-details .details-list .menu-review .review .slick-review .item .rate a {
  display: inline-block;
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate .tit {
  padding-right: 10px;
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate .tit i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  background: #000;
  border-radius: 100px;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .rate .tit i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .rate .tit {
    font-size: 16px;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate .score {
  color: #FDC200;
  margin-left: 5px;
}
.wrap-details .details-list .menu-review .review .slick-review .item .rate .score i {
  font-size: 20px;
}
.wrap-details .details-list .menu-review .review .slick-review .item .editor-content {
  padding-left: 5%;
  padding-top: 20px;
  color: #555;
  line-height: 24px;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .editor-content {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .editor-content {
    padding: 0;
    margin-top: 10px;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item .editor-content h3 {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .editor-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .editor-content h3 {
    font-size: 18px;
  }
}
.wrap-details .details-list .menu-review .review .slick-review .item .editor-content p {
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-review .review .slick-review .item .editor-content p {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .slick-related {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related {
    margin: 0 -5px;
  }
}
.wrap-details .details-list .menu-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .details-list .menu-related .slick-related .slick-prev,
.wrap-details .details-list .menu-related .slick-related .slick-next {
  background: #F5F5F5;
  transition: all 0.4s ease;
}
.wrap-details .details-list .menu-related .slick-related .slick-prev:hover,
.wrap-details .details-list .menu-related .slick-related .slick-next:hover {
  background: #006EBD;
}
.wrap-details .details-list .menu-related .slick-related .slick-prev::before,
.wrap-details .details-list .menu-related .slick-related .slick-next::before {
  transition: all 0.4s ease;
}
.wrap-details .details-list .menu-related .slick-related .slick-prev:focus::before,
.wrap-details .details-list .menu-related .slick-related .slick-next:focus::before {
  color: #FFF;
}
.wrap-details .details-list .menu-related .slick-related .item {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-details .details-list .menu-related .slick-related .item:hover .note .tit a {
  color: #002A80;
}
.wrap-details .details-list .menu-related .slick-related .item .pic {
  overflow: hidden;
}
.wrap-details .details-list .menu-related .slick-related .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-details .details-list .menu-related .slick-related .item .note {
  background: #F5F5F5;
  padding: 30px 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note {
    padding: 15px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .tit a {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .txt {
  padding-top: 10px;
}
.wrap-details .details-list .menu-related .slick-related .item .note .txt p {
  margin: 0px;
  color: #555;
  font-size: 14px;
}
.wrap-details .details-list .menu-related .slick-related .item .note .add {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .add {
    padding-top: 20px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .add a {
  display: block;
  line-height: 44px;
  background: #000;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .add a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .add a {
    font-size: 12px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .add a:hover {
  background: #002A80;
}
.wrap-details .details-list .menu-related .slick-related .item .note .add a i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .add a i {
    font-size: 16px;
    margin-left: 2px;
  }
}
.details-tit {
  position: relative;
  padding-left: 20px;
}
.details-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 4px;
  height: 28px;
  background: #006EBD;
}
.details-tit h2 {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
  }
}
.details-inner {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .details-inner {
    padding: 40px 0;
  }
}
.form-list {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .form-list {
    padding-top: 20px;
  }
}
.form-list .form-content .form-group-title {
  margin-bottom: 10px;
}
.form-list .form-content .form-group-title input {
  border: 0;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  background: #006EBD;
  color: #F7F7F7;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group-title input {
    line-height: 40px;
  }
}
.form-list .form-content .row {
  margin: 0 -5px;
}
.form-list .form-content .col-lg-6 {
  padding: 0 5px;
}
.form-list .form-content .col-12 {
  padding: 0 5px;
}
.form-list .form-content .form-group {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .form-list .form-content .form-group {
    margin-bottom: 10px;
  }
}
.form-list .form-content .form-group input {
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  border: 0;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group input {
    line-height: 40px;
    font-size: 14px;
  }
}
.form-list .form-content .form-group input::placeholder {
  color: #555;
  font-size: 14px;
  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: 20px;
  width: 100%;
  border: 0;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .form-list .form-content .form-group textarea {
    font-size: 14px;
  }
}
.form-list .form-content .form-group textarea::placeholder {
  color: #555;
  font-size: 14px;
  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: 30px;
}
@media (max-width: 1199px) {
  .form-list .form-content .submit-group {
    margin-top: 10px;
  }
}
.form-list .form-content .submit-group .submit button {
  line-height: 40px;
  background: #000;
  border: none;
  color: #FFF;
  padding: 0 50px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .form-list .form-content .submit-group .submit button {
    font-size: 14px;
    line-height: 45px;
    padding: 0 32px;
  }
}
.form-list .form-content .submit-group .submit button:hover {
  background: #002A80;
}
.form-list .form-content .submit-group .submit button i {
  margin-left: 5px;
}
.wrap-home .home-product {
  background: #262526;
}
.wrap-home .home-product .info .left {
  padding: 50px 0 50px 5%;
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left {
    width: 65%;
  }
}
.wrap-home .home-product .info .left .tit span {
  display: inline-block;
  color: #FFF;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .tit span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .tit span {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .left .list {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-list {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-dots {
    bottom: -15px;
  }
}
.wrap-home .home-product .info .left .list .slick-top .slick-prev,
.wrap-home .home-product .info .left .list .slick-top .slick-next {
  top: -50%;
  background: none;
}
.wrap-home .home-product .info .left .list .slick-top .slick-prev::before,
.wrap-home .home-product .info .left .list .slick-top .slick-next::before {
  color: #FFF;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-prev,
  .wrap-home .home-product .info .left .list .slick-top .slick-next {
    top: 98%;
  }
}
.wrap-home .home-product .info .left .list .slick-top .slick-prev {
  left: 93%;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-prev {
    left: 91%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-prev {
    left: 71%;
  }
}
.wrap-home .home-product .info .left .list .slick-top .slick-next {
  right: 1%;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-next {
    right: 0%;
  }
}
@media (max-width: 520px) {
  .wrap-home .home-product .info .left .list .slick-top .slick-next {
    right: -9%;
  }
}
.wrap-home .home-product .info .left .list .slick-top .slick-slide:last-child .item::before {
  display: none;
}
.wrap-home .home-product .info .left .list .slick-top .item {
  position: relative;
  padding-bottom: 20px;
  max-width: 170px;
  animation: zoomIn 2s 0s ease both;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .list .slick-top .item {
    animation: none;
    max-width: 100%;
    padding-bottom: 0px;
  }
}
.wrap-home .home-product .info .left .list .slick-top .item::before {
  content: "";
  position: absolute;
  height: 90px;
  width: 1px;
  background: #444;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .left .list .slick-top .item::before {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .list .slick-top .item::before {
    display: none;
  }
}
.wrap-home .home-product .info .left .list .slick-top .item span {
  display: block;
  color: #FFF;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .list .slick-top .item span {
    font-size: 20px;
  }
}
.wrap-home .home-product .info .left .list .slick-top .item a {
  padding-top: 20px;
  display: block;
  color: #FFF;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .list .slick-top .item a {
    font-size: 14px;
    padding-top: 10px;
  }
}
.wrap-home .home-product .info .right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006EBD;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .right {
    width: 35%;
  }
}
.wrap-home .home-product .info .right:hover {
  background: #002A80;
}
.wrap-home .home-product .info .right:hover a {
  text-decoration: underline;
}
.wrap-home .home-product .info .right a {
  display: block;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .right a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .right a {
    font-size: 12px;
  }
}
.wrap-home .home-hot {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot {
    padding: 40px 0;
  }
}
.wrap-home .home-hot .common-tit h2 {
  color: #006EBD;
}
.wrap-home .home-hot .common-txt {
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .common-txt {
    max-width: 100%;
  }
}
.wrap-home .home-hot .slick-hot {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot {
    padding-top: 10px;
  }
}
.wrap-home .home-hot .slick-hot .slick-prev,
.wrap-home .home-hot .slick-hot .slick-next {
  top: 104.5%;
  border: 1px solid #000;
}
@media (max-width: 1710px) {
  .wrap-home .home-hot .slick-hot .slick-prev,
  .wrap-home .home-hot .slick-hot .slick-next {
    top: 105%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-hot .slick-hot .slick-prev,
  .wrap-home .home-hot .slick-hot .slick-next {
    top: 105.4%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-hot .slick-hot .slick-prev,
  .wrap-home .home-hot .slick-hot .slick-next {
    top: 105.8%;
  }
}
.wrap-home .home-hot .slick-hot .slick-next {
  right: 36%;
}
@media (max-width: 1710px) {
  .wrap-home .home-hot .slick-hot .slick-next {
    right: 34%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-hot .slick-hot .slick-next {
    right: 32%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-hot .slick-hot .slick-next {
    right: 30%;
  }
}
.wrap-home .home-hot .slick-hot .slick-next:hover {
  border: 1px solid #006EBD;
}
.wrap-home .home-hot .slick-hot .slick-prev {
  left: 36%;
}
.wrap-home .home-hot .slick-hot .slick-prev:hover {
  border: 1px solid #006EBD;
}
@media (max-width: 1710px) {
  .wrap-home .home-hot .slick-hot .slick-prev {
    left: 34%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-hot .slick-hot .slick-prev {
    left: 32%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-hot .slick-hot .slick-prev {
    left: 30%;
  }
}
.wrap-home .home-hot .slick-hot .item {
  margin-top: 15px;
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot .item {
    padding: 5px;
    margin-top: 5px;
  }
}
.wrap-home .home-hot .slick-hot .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-hot .slick-hot .item:hover .note .tit a {
  color: #006EBD;
}
.wrap-home .home-hot .slick-hot .item .pic {
  overflow: hidden;
}
.wrap-home .home-hot .slick-hot .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-hot .slick-hot .item .note {
  background: #F5F5F5;
  padding: 30px 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot .item .note {
    padding: 10px;
  }
}
.wrap-home .home-hot .slick-hot .item .note .tit a {
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot .item .note .tit a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-hot .slick-hot .item .note .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    font-size: 14px;
  }
}
.wrap-home .home-hot .slick-hot .item .note .txt {
  padding-top: 10px;
}
.wrap-home .home-hot .slick-hot .item .note .txt p {
  margin: 0px;
  color: #555;
  font-size: 14px;
}
.wrap-home .home-hot .slick-hot .item .note .add {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot .item .note .add {
    padding-top: 20px;
  }
}
.wrap-home .home-hot .slick-hot .item .note .add a {
  display: block;
  line-height: 44px;
  background: #000;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .slick-hot .item .note .add a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-hot .slick-hot .item .note .add a {
    font-size: 12px;
  }
}
.wrap-home .home-hot .slick-hot .item .note .add a:hover {
  background: #002A80;
}
.wrap-home .home-hot .slick-hot .item .note .add a i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-home .home-hot .slick-hot .item .note .add a i {
    font-size: 16px;
    margin-left: 2px;
  }
}
.wrap-home .home-hot .more {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .more {
    padding-top: 20px;
  }
}
.wrap-home .home-hot .more a {
  display: inline-block;
  border: 1px solid #000;
  line-height: 44px;
  padding: 0 120px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .more a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 100px;
  }
}
.wrap-home .home-hot .more a:hover {
  background: #006EBD;
  color: #FFF;
  border: 1px solid #006EBD;
}
.wrap-home .home-about {
  display: none;
}
.wrap-home .home-about .pic {
  overflow: hidden;
  position: relative;
}
.wrap-home .home-about .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-about .txt {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .wrap-home .home-about .txt {
    top: 50%;
  }
}
.wrap-home .home-about .txt p {
  color: #555;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .txt p {
    font-size: 14px;
    margin: 0;
    line-height: normal;
  }
}
.wrap-home .home-about .txt a {
  color: #000;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .txt a {
    font-size: 14px;
  }
}
.wrap-home .home-about .txt a:hover {
  color: #006EBD;
}
.wrap-home .home-about .txt a:hover span {
  color: #006EBD;
}
.wrap-home .home-about .txt a span {
  text-decoration: underline;
  transition: all 0.4s ease;
  font-weight: 500;
}
.wrap-home .home-about .txt a i {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.wrap-home .home-list {
  display: none;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-list {
    padding: 40px 0;
  }
}
.wrap-home .home-list .info .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1199px) {
  .wrap-home .home-list .info .item {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-list .info .item {
    margin-bottom: 20px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-list .info .item {
    margin-bottom: 0px;
  }
}
.wrap-home .home-list .info .item:hover i {
  color: #006EBD;
}
.wrap-home .home-list .info .item:hover .name span {
  color: #006EBD;
}
.wrap-home .home-list .info .item i {
  font-size: 40px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-list .info .item i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-list .info .item i {
    font-size: 24px;
  }
}
.wrap-home .home-list .info .item .name {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-list .info .item .name {
    padding-top: 10px;
  }
}
.wrap-home .home-list .info .item .name span {
  display: inline-block;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-list .info .item .name span {
    font-size: 18px;
  }
}
.wrap-home .home-list .info .item .txt p {
  margin: 10px 0 0 0;
  color: #555;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media (max-width: 1199px) {
  .wrap-home .home-list .info .item .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info {
    flex-direction: column;
  }
}
.wrap-home .home-introduce .info .left {
  width: 50%;
  background: #262526;
  padding: 90px 0;
}
@media (max-width: 1710px) {
  .wrap-home .home-introduce .info .left {
    padding: 45px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left {
    width: 100%;
    padding: 20px 0;
  }
}
.wrap-home .home-introduce .info .left .list {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 1470px) {
  .wrap-home .home-introduce .info .left .list {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left .list {
    padding: 20px;
    max-width: 100%;
  }
}
.wrap-home .home-introduce .info .left .list .txt p {
  color: #FFF;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left .list .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-introduce .info .left .list .common-num {
  padding-top: 40px;
}
@media (max-width: 1470px) {
  .wrap-home .home-introduce .info .left .list .common-num {
    padding-top: 0px;
  }
}
.wrap-home .home-introduce .info .left .list .common-num ul {
  flex-wrap: wrap;
}
.wrap-home .home-introduce .info .left .list .common-num ul li {
  width: 50%;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .wrap-home .home-introduce .info .left .list .common-num ul li {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left .list .common-num ul li {
    margin-top: 20px;
  }
}
.wrap-home .home-introduce .info .left .list .common-num ul li .item b {
  color: #FFF;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .wrap-home .home-introduce .info .left .list .common-num ul li .item b {
    font-size: 32px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left .list .common-num ul li .item b {
    font-size: 24px;
  }
}
.wrap-home .home-introduce .info .left .list .common-num ul li .item p {
  margin: 10px 0 0 0;
  color: #E6E6E6;
  font-size: 14px;
}
.wrap-home .home-introduce .info .left .list .link {
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1470px) {
  .wrap-home .home-introduce .info .left .list .link {
    padding-top: 70px;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-introduce .info .left .list .link {
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .left .list .link {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .info .left .list .link {
    flex-direction: column;
  }
}
.wrap-home .home-introduce .info .left .list .link a {
  display: inline-block;
  line-height: 40px;
  padding: 0 118px;
  transition: all 0.4s ease;
}
@media (max-width: 1470px) {
  .wrap-home .home-introduce .info .left .list .link a {
    padding: 0 85px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .info .left .list .link a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .info .left .list .link a:last-child {
    margin-bottom: 0px;
  }
}
.wrap-home .home-introduce .info .left .list .link .about {
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.wrap-home .home-introduce .info .left .list .link .about:hover {
  background: #262526;
  color: #FFF;
  border: 1px solid #FFF;
}
.wrap-home .home-introduce .info .left .list .link .contact {
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.wrap-home .home-introduce .info .left .list .link .contact:hover {
  background: #FFF;
  color: #262526;
}
.wrap-home .home-introduce .info .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right {
    width: 100%;
  }
}
.wrap-home .home-introduce .info .right .pic {
  position: relative;
}
.wrap-home .home-introduce .info .right .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-introduce .info .right .pic .play {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .pic .play {
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .info .right .pic .play {
    bottom: 5%;
    transform: translate(-50%, -50%);
  }
}
.wrap-home .home-introduce .info .right .pic .play:hover {
  cursor: pointer;
}
.wrap-home .home-introduce .info .right .pic .play span {
  color: #FFF;
  font-family: 'Saira Stencil One', sans-serif;
  font-size: 54px;
}
@media (max-width: 1710px) {
  .wrap-home .home-introduce .info .right .pic .play span {
    font-size: 45px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-introduce .info .right .pic .play span {
    font-size: 38px;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-introduce .info .right .pic .play span {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .pic .play span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .info .right .pic .play span {
    font-size: 18px;
  }
}
.wrap-home .home-introduce .info .right .pic .play i {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 100px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .pic .play i {
    width: 40px;
    height: 40px;
  }
}
.wrap-home .home-news {
  padding: 140px 0 90px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .common-tit h2 {
  color: #006EBD;
}
.wrap-home .home-news .common-txt {
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .common-txt {
    max-width: 100%;
  }
}
.wrap-home .home-news .slick-news {
  padding-top: 60px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin: 0 -5px;
  }
}
.wrap-home .home-news .slick-news .slick-list {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
}
.wrap-home .home-news .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .slick-slide {
    padding: 0 5px;
  }
}
.wrap-home .home-news .slick-news .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-news .slick-news .item:hover .note .tit a {
  color: #006EBD;
}
.wrap-home .home-news .slick-news .item:hover .note .more a {
  color: #006EBD;
}
.wrap-home .home-news .slick-news .item:hover .note .more a span {
  color: #006EBD;
}
.wrap-home .home-news .slick-news .item .pic {
  overflow: hidden;
}
.wrap-home .home-news .slick-news .item .pic .img-box {
  padding-bottom: 61.81818181%;
}
.wrap-home .home-news .slick-news .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-news .slick-news .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note {
    padding-top: 10px;
  }
}
.wrap-home .home-news .slick-news .item .note .time {
  color: #555;
  font-size: 14px;
}
.wrap-home .home-news .slick-news .item .note .tit {
  padding-top: 10px;
}
.wrap-home .home-news .slick-news .item .note .tit a {
  display: inline-block;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
  }
}
.wrap-home .home-news .slick-news .item .note .more {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .more {
    padding-top: 10px;
  }
}
.wrap-home .home-news .slick-news .item .note .more a {
  color: #000;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .more a {
    font-size: 14px;
  }
}
.wrap-home .home-news .slick-news .item .note .more a span {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.wrap-home .home-news .slick-news .item .note .more a i {
  font-weight: normal;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.wrap-home .home-media {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.wrap-home .home-media .info .row {
  margin: 0 -45px;
}
@media (max-width: 1470px) {
  .wrap-home .home-media .info .row {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .row {
    margin: 0 -5px;
  }
}
.wrap-home .home-media .info .col-lg-4 {
  padding: 0 45px;
}
@media (max-width: 1470px) {
  .wrap-home .home-media .info .col-lg-4 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .col-lg-4 {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-media .info .col-lg-4 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-media .info .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-media .info .item .name {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .item .name {
    padding-bottom: 10px;
  }
}
.wrap-home .home-media .info .item .name a {
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .wrap-home .home-media .info .item .name a {
    font-size: 14px;
  }
}
.wrap-home .home-media .info .item .name a img {
  padding-right: 10px;
}
.wrap-home .home-media .info .item .pic {
  overflow: hidden;
}
.wrap-home .home-media .info .item .pic .img-box {
  padding-bottom: 133.3333%;
}
.wrap-home .home-media .info .item .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-show .title span {
  color: #006EBD;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 40px;
  border: 1px solid #006EBD;
}
.wrap-show .title h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  font-family: 'Hanken Grotesk', sans-serif;
  margin: 20px 0 0 0;
}
.wrap-show .info-show {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wrap-show .info-show {
    padding-top: 20px;
  }
}
.wrap-show .info-show p {
  color: #555;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .wrap-show .info-show p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .share-to {
  padding-right: 20px;
  color: #222;
}
.wrap-show .info-share {
  padding-top: 30px;
}
.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 #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  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;
  transition: all 0.4s ease;
}
.wrap-show .info-href .more-href a:hover {
  color: #006EBD;
}
.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: #006EBD;
  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-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: #006EBD;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #006EBD;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #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-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;
  background: #006EBD;
  color: #FFF;
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #006EBD;
  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: #006EBD;
  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: 57px;
  height: 336px;
  top: 40%;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background: rgba(25, 25, 25, 0.35);
  backdrop-filter: blur(3px);
  border-radius: 100px;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
@media (max-width: 767px) {
  .float-window {
    top: 20%;
  }
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  font-size: 22px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
  background: #006EBD;
}
.float-window .box-top:hover i {
  color: #FFF;
}
.float-window .window-box {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
}
.float-window .window-box i {
  font-size: 26px;
  transition: all 0.3s;
}
.float-window .window-box:hover {
  background: #006EBD;
  color: #FFF;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-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-cart a {
  position: relative;
}
.float-window .window-box.box-cart a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D97028;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
}
.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: 100%;
  width: 220px;
  background: #006EBD;
  color: #FFF;
  padding: 10px 20px;
  top: 5px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-inquiry i {
  position: relative;
}
.float-window .window-box.box-inquiry i::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0E4B9B;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}
.float-window .window-box.box-skype a i {
  font-size: 24px;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 145px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #006EBD;
  color: #FFF;
  padding: 10px 20px;
  top: 60px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #006EBD;
  color: #FFF;
  padding: 10px 20px;
  top: 115px;
  border-radius: 100px;
  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: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
.open-inquiry {
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.open-inquiry .info {
  padding-top: 70px;
  background: #FFF;
  max-width: 1410px;
  margin: 0 auto;
  margin-top: 300px;
  position: relative;
}
@media (max-width: 1560px) {
  .open-inquiry .info {
    max-width: 1020px;
  }
}
@media (max-width: 1199px) {
  .open-inquiry .info {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .open-inquiry .info {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .open-inquiry .info {
    max-width: 520px;
  }
}
.open-inquiry .info .close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.open-inquiry .info .close:hover {
  cursor: pointer;
}
.open-inquiry .info .close i {
  font-size: 25px;
}
.open-inquiry .info .open-tit h2 {
  color: #006EBD;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-tit h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.open-inquiry .info .open-form {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-form {
    max-width: 720px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .open-inquiry .info .open-form {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .open-inquiry .info .open-form {
    max-width: 320px;
    padding: 0 15px;
  }
}
.open-inquiry .info .open-form form .submit-group button {
  line-height: 40px;
  background: #000;
  color: #FFF;
  padding: 0 50px;
  font-weight: 600;
  border: none;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-form form .submit-group button {
    padding: 0 20px;
  }
}
.open-inquiry .info .open-form form .submit-group button:hover {
  background: #006EBD;
}
.open-inquiry .info .open-form form .submit-group button i {
  margin-left: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.open-inquiry .info .open-form form .form-group {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-form form .form-group {
    margin-bottom: 10px;
  }
}
.open-inquiry .info .open-form form .form-group p {
  margin: 0 0 10px 0;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-form form .form-group p {
    font-size: 14px;
  }
}
.open-inquiry .info .open-form form .form-group input {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  color: #555;
}
@media (max-width: 1199px) {
  .open-inquiry .info .open-form form .form-group input {
    line-height: 40px;
  }
}
.open-inquiry .info .open-form form .form-group input::placeholder {
  color: #555;
  font-size: 14px;
  transition: all 0.4s ease;
}
.open-inquiry .info .open-form form .form-group input:focus::placeholder {
  color: #999;
}
.open-inquiry .info .open-form form .form-group textarea {
  width: 100%;
  background: #F7F7F7;
  border: none;
  padding: 20px;
  backdrop-filter: blur(2px);
}
.open-inquiry .info .open-form form .form-group textarea::placeholder {
  color: #555;
  font-size: 14px;
  transition: all 0.4s ease;
}
.open-inquiry .info .open-form form .form-group textarea:focus::placeholder {
  color: #999;
}
.open-inquiry .info .pic {
  padding-top: 20px;
}
.open-inquiry .info .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-details .details-list .menu-review .review .review-form .form-list form .form-content .form-group label {
  position: relative;
  color: #FDC200;
  left: auto;
  transform: none;
  pointer-events: auto;
}
.ratingbox {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px;
  border: 1px solid #f1ede5;
  border-radius: 0;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7F7F7;
}
.ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 15px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ratingbox .rating input {
  display: none !important;
}
.ratingbox .rating input:checked ~ label:before {
  content: '\e9a1';
}
.ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #FDC200;
}
.ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e624';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover ~ label:before {
  content: '\e9a1';
}
