@font-face {
  font-family: 'Cabin';
  src: local('Cabin Regular'), local('Cabin-Regular'), url('../fonts/Cabin-Regular.woff2') format('woff2'), url('../fonts/Cabin-Regular.woff') format('woff'), url('../fonts/Cabin-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darker Grotesque';
  src: local('Darker Grotesque SemiBold'), local('DarkerGrotesque-SemiBold'), url('../fonts/DarkerGrotesque-SemiBold.woff2') format('woff2'), url('../fonts/DarkerGrotesque-SemiBold.woff') format('woff'), url('../fonts/DarkerGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: local('Cabin Medium'), local('Cabin-Medium'), url('../fonts/Cabin-Medium.woff2') format('woff2'), url('../fonts/Cabin-Medium.woff') format('woff'), url('../fonts/Cabin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darker Grotesque';
  src: local('Darker Grotesque Bold'), local('DarkerGrotesque-Bold'), url('../fonts/DarkerGrotesque-Bold.woff2') format('woff2'), url('../fonts/DarkerGrotesque-Bold.woff') format('woff'), url('../fonts/DarkerGrotesque-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Darker Grotesque', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: 100% !important;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #444;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.5s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #024F75;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e817';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 110px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  background: #FFF;
  display: none;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li a {
  color: #666;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: #FFF;
  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: 'Cabin', sans-serif;
}
.menu-btn {
  display: none;
  color: #000000;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #000000;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper-slide .item .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt {
    width: 90%;
    margin: 0 5%;
  }
}
.banner-box .swiper-slide .item .txt h2 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  font-weight: bold;
  line-height: 64px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.banner-box .swiper-slide .item .txt p {
  margin: 20px 0 0 0;
  color: #F5F5F5;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner-video-box {
  padding-bottom: 39.6%;
}
.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 {
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 3%;
  justify-content: center;
  width: 100%;
  transform: translate(0, 50%);
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
    bottom: 10% !important;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 6px !important;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 100%;
  background: none;
  background-clip: content-box;
  border: 1px solid #fff;
  border-color: transparent;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 5px !important;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.banner-box .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transition: all 0.5s;
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  border-color: #024F75;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #024F75;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    /* 从视口底部开始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 移动到原始位置 */
  }
}
.banner-box .swiper-slide-active .item .txt {
  animation: zoomIn 3s 0s ease both;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
  top: 95%;
}
.banner-box .swiper-button-prev:hover::after,
.banner-box .swiper-button-next:hover::after {
  color: #2EB055;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev,
  .banner-box .swiper-button-next {
    top: 50%;
  }
}
.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev::after,
  .banner-box .swiper-button-next::after {
    font-size: 16px;
  }
}
.banner-box .swiper-button-prev {
  left: 12%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev {
    left: 10px;
  }
}
.banner-box .swiper-button-next {
  right: 75%;
}
@media (max-width: 1920px) {
  .banner-box .swiper-button-next {
    right: 74%;
  }
}
@media (max-width: 1560px) {
  .banner-box .swiper-button-next {
    right: 72%;
  }
}
@media (max-width: 1400px) {
  .banner-box .swiper-button-next {
    right: 71%;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-next {
    right: 10px;
  }
}
.banner-box .banner-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.banner-box .banner-tit h2 {
  font-size: 58px;
  text-transform: uppercase;
  color: #FFF;
  animation: zoomIn 2s 0s ease both;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit h2 {
    font-size: 24px;
    animation: none;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit h2 {
    font-size: 16px;
  }
}
.header-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-link .info {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1199px) {
  .header-link .info {
    padding: 10px 0 10px 20px;
  }
}
.header-link ul li {
  display: inline-block;
}
.header-link ul li:first-child {
  position: relative;
}
.header-link ul li:first-child::before {
  content: "\e60c";
  position: absolute;
  font-family: 'iconfont' !important;
  top: -2px;
  left: -20px;
  color: #404E66;
}
.header-link ul li:last-child a::after {
  display: none;
}
.header-link ul li a {
  display: block;
  color: #404E66;
  position: relative;
  padding: 0 10px;
  transition: all 0.4s ease;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header-link ul li a {
    font-size: 12px;
  }
}
.header-link ul li a:hover {
  color: #1164F2;
  text-decoration: underline;
}
.header-link ul li a::after {
  content: ">";
  position: absolute;
  right: -5px;
}
.header {
  position: fixed;
  z-index: 11;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
}
.header .header-menu {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
    padding: 0 3%;
  }
}
.header .header-menu .menu-left {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-left .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-left .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 35px;
  }
}
.header .header-menu .menu-left .menu-nav {
  margin-left: 90px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-left .menu-nav {
    margin-left: 40px;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-left .menu-nav {
    margin-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 {
  padding: 0 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1710px) {
  .header .header-menu .menu-left .menu-nav .nav-first li {
    padding: 0 18px;
  }
}
@media (max-width: 1560px) {
  .header .header-menu .menu-left .menu-nav .nav-first li {
    padding: 0 14px;
  }
}
@media (max-width: 1470px) {
  .header .header-menu .menu-left .menu-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first li a {
  color: #222;
  font-weight: 600;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  line-height: 90px;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    line-height: 60px;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first li a:hover {
  color: #024F75;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translate(-30%, 0);
  border-top: 0;
  min-width: 260px;
  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: 18px;
  color: #222;
  line-height: 45px;
  padding: 0 20px;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a:hover {
  background: #024F75;
  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: 300px;
  z-index: 9;
  background: #FFF;
  color: #4C4C4C;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul li a {
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-search .xs-search {
  display: none;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .xs-search {
    display: block;
  }
}
.header .header-menu .menu-right .menu-search .xs-search i {
  font-size: 20px;
}
.header .header-menu .menu-right .menu-search .pc-form {
  min-width: 230px;
  position: relative;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .pc-form {
    display: none;
  }
}
.header .header-menu .menu-right .menu-search .pc-form:hover {
  cursor: pointer;
}
.header .header-menu .menu-right .menu-search .pc-form:hover button i {
  transform: scale(1.1);
}
.header .header-menu .menu-right .menu-search .pc-form input {
  width: 100%;
  background: #F4F4F4;
  border-radius: 100px;
  border: none;
  line-height: 40px;
  padding: 0 10px;
  color: #222;
}
.header .header-menu .menu-right .menu-search .pc-form input::placeholder {
  color: #222;
  transition: all 0.4s;
}
.header .header-menu .menu-right .menu-search .pc-form input:focus::placeholder {
  color: #ccc;
}
.header .header-menu .menu-right .menu-search .pc-form button {
  background: #024F75;
  color: #fff;
  border-radius: 100%;
  border: none;
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.header .header-menu .menu-right .menu-search .pc-form button i {
  transition: all 0.4s;
  display: inline-block;
  font-size: 18px;
}
.header .header-menu .menu-right .language {
  margin: 0 16px;
  position: relative;
  border-radius: 100px;
  background: #F4F4F4;
  line-height: 40px;
  padding: 0 35px 0 5px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .language {
    padding: 5px;
    margin: 0 15px;
  }
}
.header .header-menu .menu-right .language:hover {
  cursor: pointer;
  background: #024F75;
  color: #fff;
}
.header .header-menu .menu-right .language i {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  color: #222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .language i {
    margin-right: 0px;
  }
}
.header .header-menu .menu-right .language span {
  position: relative;
}
.header .header-menu .menu-right .language span::after {
  content: "\e609";
  font-family: 'iconfont' !important;
  position: absolute;
  right: -20px;
  top: 60%;
  font-size: 14px;
  transform: translate(0, -50%);
  color: #222;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .language span {
    display: none;
  }
}
.header .header-menu .menu-right .language ul {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  top: 100%;
  z-index: 10;
  min-width: 100px;
  padding: 10px 12px;
  background: #f4f4f4;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.header .header-menu .menu-right .language ul li {
  white-space: nowrap;
  margin: 0 12px;
  line-height: 24px;
}
.header .header-menu .menu-right .language ul li a {
  display: block;
  margin: 5px 0;
  color: #222;
  font-size: 16px;
}
.header .header-menu .menu-right .language ul li a:hover {
  text-decoration: underline;
}
.header .header-menu .menu-right .language ul li a::before {
  display: none;
}
.header .header-menu .menu-right .language a {
  display: block;
  color: #D9D9D9;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .language a {
    font-size: 14px;
  }
}
.header .header-menu .menu-right .language a:hover {
  text-decoration: underline;
}
.header .header-menu .menu-right .language a::before {
  content: "\e654";
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0;
  z-index: 1;
  left: -25px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .language a::before {
    left: -20px;
  }
}
.header .header-menu .menu-right .menu-cart span {
  color: #222;
  font-weight: 600;
  margin-right: 6px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-cart span {
    display: none;
    margin-right: 0;
  }
}
.header .header-menu .menu-right .menu-cart a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #F4F4F4;
  line-height: 40px;
  padding: 0 5px 0 20px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-cart a {
    padding: 5px;
  }
}
.header .header-menu .menu-right .menu-cart a:hover {
  cursor: pointer;
  background: #024F75;
}
.header .header-menu .menu-right .menu-cart a:hover span {
  color: #fff;
}
.header .header-menu .menu-right .menu-cart a:hover i {
  color: #024F75;
}
.header .header-menu .menu-right .menu-cart a i {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  transition: all 0.4s;
}
.header .header-menu .menu-right .menu-cart a i::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #EEB12B;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 3;
}
.wrap-inner {
  padding: 0 5%;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 0 3%;
  }
}
.common-tit h2 {
  margin: 0;
  font-size: 56px;
  text-transform: capitalize;
  line-height: 56px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .common-tit h2 {
    font-size: 42px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .common-tit h2 {
    line-height: 26px;
    font-size: 24px;
  }
}
.common-txt {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .common-txt {
    margin-top: 15px;
  }
}
.common-txt p {
  margin: 0;
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .common-txt p {
    font-size: 14px;
  }
}
.wrap-contact .info .list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .list .row .col-6 {
    width: 100%;
  }
}
.wrap-contact .info .list .row .col-6 .item {
  border-radius: 4px;
  border: 1px solid #E8EAED;
  padding: 40px 30px;
  transition: all 0.4s;
  height: 100%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .list .row .col-6 .item {
    margin: 7px 0;
    height: auto;
  }
}
.wrap-contact .info .list .row .col-6 .item:hover {
  background: #E8EAED;
  border: 1px solid #F5F8FA;
}
.wrap-contact .info .list .row .col-6 .item:hover .top i {
  background: #024F75;
  color: #fff;
}
.wrap-contact .info .list .row .col-6 .item:hover .top span {
  color: #024F75;
}
.wrap-contact .info .list .row .col-6 .item:hover p span,
.wrap-contact .info .list .row .col-6 .item:hover p a {
  color: #024F75;
}
.wrap-contact .info .list .row .col-6 .item:hover p a:hover {
  text-decoration: underline;
}
.wrap-contact .info .list .row .col-6 .item .top {
  display: flex;
  align-items: center;
}
.wrap-contact .info .list .row .col-6 .item .top i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #F5F8FA;
  color: #024F75;
  margin-right: 10px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 .item .top i {
    width: 34px;
    height: 34px;
  }
}
.wrap-contact .info .list .row .col-6 .item .top span {
  color: #024F75;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1560px) {
  .wrap-contact .info .list .row .col-6 .item .top span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 .item .top span {
    font-size: 14px;
  }
}
.wrap-contact .info .list .row .col-6 .item p {
  margin: 40px 0 0 0;
}
@media (max-width: 1470px) {
  .wrap-contact .info .list .row .col-6 .item p {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 .item p {
    margin: 20px 0 0 0;
  }
}
.wrap-contact .info .list .row .col-6 .item p span,
.wrap-contact .info .list .row .col-6 .item p a {
  color: #222;
  display: block;
  font-family: 'Cabin', sans-serif;
  font-size: 24px;
  line-height: 140%;
  transition: all 0.4s;
}
@media (max-width: 1560px) {
  .wrap-contact .info .list .row .col-6 .item p span,
  .wrap-contact .info .list .row .col-6 .item p a {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .row .col-6 .item p span,
  .wrap-contact .info .list .row .col-6 .item p a {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .end {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .end {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .end {
    flex-direction: column;
  }
}
.wrap-contact .end .left {
  width: 50%;
}
@media (max-width: 1560px) {
  .wrap-contact .end .left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .end .left {
    width: 100%;
    order: 2;
  }
}
.wrap-contact .end .left .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-contact .end .right {
  width: 50%;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1560px) {
  .wrap-contact .end .right {
    padding: 2%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .end .right {
    width: 100%;
    padding: 40px 3%;
  }
}
@media (max-width: 1470px) {
  .wrap-contact .end .right .common-form .common-tit h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .end .right .common-form .common-tit h2 {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .wrap-contact .end .right .common-form .row .col-12 .form-group textarea {
    max-height: 190px;
  }
}
@media (max-width: 1400px) {
  .wrap-contact .end .right .common-form .row .col-12 .form-group textarea {
    max-height: 120px;
  }
}
@media (max-width: 1470px) {
  .wrap-contact .end .right .common-form .row .col-12 .submit-group {
    margin-top: 10px;
  }
}
.common-form .common-tit h2 {
  font-size: 46px;
}
@media (max-width: 1199px) {
  .common-form .common-tit h2 {
    font-size: 20px;
  }
}
.common-form form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .common-form form {
    padding-top: 20px;
  }
}
.common-form form .row {
  margin: 0 -5px;
}
.common-form form .row .col-12 {
  padding: 0 5px;
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 10px;
}
.common-form form .row .col-12 .form-group-tit input {
  border: none;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 6px;
  background: #024F75;
  backdrop-filter: blur(2px);
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    line-height: 40px;
    padding: 0 15px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 10px;
}
.common-form form .row .col-12 .form-group input {
  width: 100%;
  border-radius: 6px;
  backdrop-filter: blur(2px);
  background: #fff;
  border: none;
  line-height: 50px;
  padding: 0 20px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    line-height: 40px;
    padding: 0 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s;
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border-radius: 6px;
  backdrop-filter: blur(2px);
  background: #fff;
  border: none;
  padding: 20px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  resize: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea {
    padding: 15px;
  }
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s;
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .submit-group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group {
    margin-top: 10px;
  }
}
.common-form form .row .col-12 .submit-group button {
  line-height: 46px;
  text-align: center;
  background: #222;
  border-radius: 100px;
  color: #FFF;
  font-weight: 600;
  border: none;
  padding: 0 50px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    line-height: 40px;
    padding: 0 30px;
  }
}
.common-form form .row .col-12 .submit-group button span {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button span {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #024F75;
}
.common-form form .row .col-12 .submit-group button:hover span {
  transform: scale(1.1);
}
.common-form form .row .col-12 .submit-group button:hover i {
  transform: translateX(10px);
}
.common-form form .row .col-12 .submit-group button i {
  margin-left: 5px;
  display: inline-block;
  transition: all 0.4s;
  font-weight: normal;
}
.footer .foot-tit h3 {
  color: #FFF;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .footer .foot-tit h3 {
    font-size: 20px;
  }
}
.footer .foot {
  padding: 90px 5%;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 3% 0 3%;
  }
}
.footer .foot .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .info {
    flex-direction: column;
  }
}
.footer .foot .info .left {
  width: 35%;
}
@media (max-width: 1470px) {
  .footer .foot .info .left {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .footer .foot .info .left {
    width: 100%;
  }
}
.footer .foot .info .left .list form {
  margin: 40px 0 30px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list form {
    margin: 15px 0;
  }
}
.footer .foot .info .left .list form input {
  width: 100%;
  line-height: 56px;
  border-radius: 100px;
  border: 1px solid #333;
  background: none;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list form input {
    line-height: 40px;
    padding: 0 15px;
  }
}
.footer .foot .info .left .list form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list form input::placeholder {
    font-size: 14px;
  }
}
.footer .foot .info .left .list form input:focus::placeholder {
  color: #666;
}
.footer .foot .info .left .list form button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list form button {
    right: 0;
  }
}
.footer .foot .info .left .list form button:hover i {
  transform: translateX(5px);
}
.footer .foot .info .left .list form button i {
  width: 46px;
  height: 46px;
  background: #024F75;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list form button i {
    width: 36px;
    height: 36px;
  }
}
.footer .foot .info .left .list .txt p {
  color: #666;
  font-family: 'Cabin', sans-serif;
  line-height: 23px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .info .left .list .translate {
  margin-top: 40px;
  min-width: 150px;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .list .translate {
    margin-top: 20px;
  }
}
.footer .foot .info .right {
  width: 50%;
}
@media (max-width: 1560px) {
  .footer .foot .info .right {
    width: 56%;
  }
}
@media (max-width: 1470px) {
  .footer .foot .info .right {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .footer .foot .info .right {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .footer .foot .info .right {
    width: 100%;
    padding-top: 20px;
  }
}
.footer .foot .info .right ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .foot .info .right ul li .item .list {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li .item .list {
    padding-top: 15px;
  }
}
.footer .foot .info .right ul li .item-nav .list a {
  display: block;
  line-height: 36px;
  color: #666;
  font-family: 'Cabin', sans-serif;
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li .item-nav .list a {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
  }
}
.footer .foot .info .right ul li .item-nav .list a:hover {
  color: #024F75;
  transform: translateX(10px);
  text-decoration: underline;
}
.footer .foot .info .right ul li .item-contact p {
  margin: 0;
  line-height: 36px;
  color: #666;
  font-family: 'Cabin', sans-serif;
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li .item-contact p {
    font-size: 14px;
  }
}
.footer .foot .info .right ul li .item-contact p:hover a {
  cursor: pointer;
  color: #024F75;
  text-decoration: underline;
  transform: translateX(10px);
}
.footer .foot .info .right ul li .item-contact p:hover span {
  color: #024F75;
  transform: translateX(10px);
}
.footer .foot .info .right ul li .item-contact p a {
  transition: all 0.4s;
  display: inline-block;
}
.footer .foot .info .right ul li .item-contact p span {
  transition: all 0.4s;
  display: inline-block;
}
.footer .foot .info .right ul li .item-media .list p {
  margin: 0 0 26px 0;
  display: flex;
  align-items: center;
  color: #666;
  font-family: 'Cabin', sans-serif;
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li .item-media .list p {
    margin: 0 10px 0 0;
    display: inline-block;
  }
}
.footer .foot .info .right ul li .item-media .list p:hover {
  transform: translateX(10px);
  color: #024F75;
}
.footer .foot .info .right ul li .item-media .list p:hover a {
  text-decoration: underline;
}
.footer .foot .info .right ul li .item-media .list p i {
  margin-right: 5px;
  font-size: 20px;
  transition: all 0.3s;
}
.footer .foot .info .right ul li .item-media .list p a {
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .footer .foot .info .right ul li .item-media .list p a {
    font-size: 14px;
  }
}
.footer .copyright {
  padding: 30px 5%;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 10px 3% 70px 3%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer .copyright .left p {
  margin: 0;
  color: #FFF;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footer .copyright .left p {
    font-size: 14px;
  }
}
.footer .copyright .left p a {
  transition: all 0.3s;
}
.footer .copyright .left p a:hover {
  color: #024F75;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .copyright .right {
    margin-top: 10px;
  }
}
.footer .copyright .right a {
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-weight: 600;
  transition: all 0.4s;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .footer .copyright .right a {
    font-size: 14px;
  }
}
.footer .copyright .right a:hover {
  color: #024F75;
  text-decoration: underline;
}
.footer .copyright .right .policy::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
}
.wrap-link {
  background: #F7F7F7;
}
.wrap-link .info {
  padding: 16px 5%;
}
@media (max-width: 1199px) {
  .wrap-link .info {
    padding: 5px 3%;
  }
}
.wrap-link .info ul li.active a {
  color: #024F75;
}
.wrap-link .info ul li.active a::after {
  opacity: 1;
  width: 100%;
}
.wrap-link .info ul li {
  display: inline-block;
  padding: 0 55px;
}
.wrap-link .info ul li:first-child {
  padding-left: 0;
}
.wrap-link .info ul li:last-child {
  padding-right: 0px;
}
@media (max-width: 1199px) {
  .wrap-link .info ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrap-link .info ul li {
    padding: 0 7px;
  }
}
.wrap-link .info ul li a {
  display: block;
  color: #74777F;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-link .info ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-link .info ul li a {
    font-size: 12px;
    margin: 7px 0;
  }
}
.wrap-link .info ul li a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #024F75;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.6s;
  opacity: 0;
}
@media (max-width: 1199px) {
  .wrap-link .info ul li a::after {
    bottom: -10px;
  }
}
.wrap-link .info ul li a:hover {
  color: #024F75;
}
.wrap-link .info ul li a:hover::after {
  opacity: 1;
  width: 100%;
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .list .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-news .info .list .row .col-12 {
    width: 100%;
  }
}
.wrap-news .info .list .row .col-12 .item {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-news .info .list .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-news .info .list .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
  color: #024F75;
}
.wrap-news .info .list .row .col-12 .item:hover .note .date p {
  transform: translateX(10px);
}
.wrap-news .info .list .row .col-12 .item .pic {
  overflow: hidden;
  border-radius: 6px;
}
.wrap-news .info .list .row .col-12 .item .pic .img-box {
  padding-bottom: 61.818181%;
}
.wrap-news .info .list .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-news .info .list .row .col-12 .item .note {
  padding: 20px 10px;
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row .col-12 .item .note {
    padding: 10px;
  }
}
.wrap-news .info .list .row .col-12 .item .note .tit a {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row .col-12 .item .note .tit a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-news .info .list .row .col-12 .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-news .info .list .row .col-12 .item .note .date {
  padding-top: 20px;
}
.wrap-news .info .list .row .col-12 .item .note .date p {
  margin: 0;
  display: flex;
  align-items: center;
  color: #024F75;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .wrap-news .info .list .row .col-12 .item .note .date p {
    font-size: 14px;
  }
}
.wrap-news .info .list .row .col-12 .item .note .date p i {
  font-size: 20px;
  margin-right: 5px;
  font-weight: normal;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li.other a {
  border: none;
}
.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: #74777F;
  transition: all 0.4s;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #E8EAED;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #024F75;
}
.pagination ul li.active a {
  background: #024F75;
  color: #fff;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #024F75;
  color: #FFF;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #74777F;
  font-size: 20px;
  font-weight: normal;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #024F75;
  color: #FFF;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #74777F;
  font-size: 20px;
  font-weight: normal;
}
.wrap-faq .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-faq .info {
    flex-direction: column;
  }
}
.wrap-faq .info .left {
  width: 25%;
}
@media (max-width: 1560px) {
  .wrap-faq .info .left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .wrap-faq .info .left {
    width: 100%;
  }
}
.wrap-faq .info .left .link {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-faq .info .left .link {
    margin-top: 15px;
  }
}
.wrap-faq .info .left .link a {
  display: block;
  color: #024F75;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-faq .info .left .link a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-faq .info .left .link a {
    font-size: 14px;
  }
}
.wrap-faq .info .right {
  width: 50%;
}
@media (max-width: 1560px) {
  .wrap-faq .info .right {
    width: 55%;
  }
}
@media (max-width: 1470px) {
  .wrap-faq .info .right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap-faq .info .right {
    width: 100%;
    padding-top: 40px;
  }
}
.wrap-faq .info .right .faq ul li.active .item .name i {
  background: #024F75;
  color: #fff;
}
.wrap-faq .info .right .faq ul li {
  padding-top: 40px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 30px;
}
@media (max-width: 1470px) {
  .wrap-faq .info .right .faq ul li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-faq .info .right .faq ul li {
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-faq .info .right .faq ul li {
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.wrap-faq .info .right .faq ul li:last-child {
  margin-bottom: 0;
}
.wrap-faq .info .right .faq ul li .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-faq .info .right .faq ul li .item .name:hover {
  cursor: pointer;
}
.wrap-faq .info .right .faq ul li .item .name:hover p {
  color: #024F75;
}
.wrap-faq .info .right .faq ul li .item .name:hover i {
  background: #024F75;
  color: #fff;
  transform: rotate(-180deg);
}
.wrap-faq .info .right .faq ul li .item .name p {
  margin: 0;
  color: #222;
  font-size: 32px;
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 1560px) {
  .wrap-faq .info .right .faq ul li .item .name p {
    font-size: 30px;
  }
}
@media (max-width: 1470px) {
  .wrap-faq .info .right .faq ul li .item .name p {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-faq .info .right .faq ul li .item .name p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-faq .info .right .faq ul li .item .name p {
    font-size: 16px;
    width: 90%;
  }
}
.wrap-faq .info .right .faq ul li .item .name i {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #E8EAED;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74777F;
  transition: all 0.4s;
}
@media (max-width: 1470px) {
  .wrap-faq .info .right .faq ul li .item .name i {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .wrap-faq .info .right .faq ul li .item .name i {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-faq .info .right .faq ul li .item .name i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.wrap-faq .info .right .faq ul li .item .txt {
  padding-top: 20px;
  display: none;
}
@media (max-width: 1199px) {
  .wrap-faq .info .right .faq ul li .item .txt {
    padding-top: 15px;
  }
}
.wrap-faq .info .right .faq ul li .item .txt p {
  margin: 0;
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .wrap-faq .info .right .faq ul li .item .txt p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wrap-faq .info .right .faq ul li .item .txt p {
    font-size: 14px;
  }
}
.wrap-about .introduce .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top {
    flex-direction: column;
  }
}
.wrap-about .introduce .top .common-tit {
  width: 39%;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .common-tit {
    width: 100%;
  }
}
.wrap-about .introduce .top .common-txt {
  width: 45%;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .common-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-about .introduce .top .common-txt p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .top .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .introduce .video {
  margin: 70px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video {
    margin: 20px 0;
  }
}
.wrap-about .introduce .video .pic {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.wrap-about .introduce .video .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .introduce .video .pic .play {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 5%;
  border: 1px solid rgba(2, 79, 117, 0.15);
  padding: 10px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .wrap-about .introduce .video .pic .play {
    padding: 5px;
  }
}
.wrap-about .introduce .video .pic .play:hover {
  cursor: pointer;
}
.wrap-about .introduce .video .pic .play i {
  width: 56px;
  height: 56px;
  background: rgba(2, 79, 117, 0.5);
  backdrop-filter: blur(2px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video .pic .play i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .video .pic .play i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.wrap-about .introduce .end .common-txt p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .end .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .about-center {
  margin: 70px 0;
  padding: 70px 5%;
  background: #F7F7F7;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .about-center {
    padding: 40px 3%;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-center {
    flex-direction: column;
  }
}
.wrap-about .about-center .pic {
  width: 48%;
}
@media (max-width: 991px) {
  .wrap-about .about-center .pic {
    width: 100%;
  }
}
.wrap-about .about-center .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .about-center .note {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-about .about-center .note {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-about .about-center .note .common-tit h2 {
  font-size: 32px;
  line-height: 33px;
}
@media (max-width: 1470px) {
  .wrap-about .about-center .note .common-tit h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-center .note .common-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .about-center .note .common-txt {
  margin-top: 20px;
}
@media (max-width: 1560px) {
  .wrap-about .about-center .note .common-txt {
    max-height: 160px;
    overflow: auto;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about-center .note .common-txt {
    max-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-center .note .common-txt {
    margin-top: 5px;
    max-height: 100%;
  }
}
.wrap-about .about-center .note .common-txt p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about-center .note .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .about-center .note .link {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-center .note .link {
    padding-top: 20px;
  }
}
.wrap-about .about-center .note .link a {
  color: #024F75;
  text-decoration: underline;
  font-size: 20px;
  font-family: 'Cabin', sans-serif;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-about .about-center .note .link a {
    font-size: 14px;
  }
}
.wrap-about .about-end {
  padding: 70px 5%;
}
@media (max-width: 1199px) {
  .wrap-about .about-end {
    padding: 40px 3%;
  }
}
@media (max-width: 1199px) {
  .num-info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .num-info .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .num-info .row .col-12 {
    width: 100%;
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .num-info .row .col-12 {
    width: 100%;
  }
}
.num-info .row .col-12 .item {
  padding: 50px 30px;
  border: 1px solid #E8EAED;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  transition: all 0.4s;
}
@media (max-width: 1470px) {
  .num-info .row .col-12 .item {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item {
    padding: 20px;
  }
}
.num-info .row .col-12 .item:hover {
  border: 1px solid #024F75;
}
.num-info .row .col-12 .item:hover .num b {
  color: #024F75;
}
.num-info .row .col-12 .item .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.num-info .row .col-12 .item .item-top span {
  color: #024F75;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item .item-top span {
    font-size: 14px;
  }
}
.num-info .row .col-12 .item .item-top i {
  color: #024F75;
  font-size: 40px;
}
@media (max-width: 1470px) {
  .num-info .row .col-12 .item .item-top i {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item .item-top i {
    font-size: 24px;
  }
}
.num-info .row .col-12 .item .num b {
  color: #222;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  transition: all 0.4s;
}
@media (max-width: 1560px) {
  .num-info .row .col-12 .item .num b {
    font-size: 52px;
  }
}
@media (max-width: 1470px) {
  .num-info .row .col-12 .item .num b {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item .num b {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .num-info .row .col-12 .item .num b {
    font-size: 22px;
    line-height: normal;
  }
}
.num-info .row .col-12 .item .txt {
  padding-top: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1560px) {
  .num-info .row .col-12 .item .txt {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item .txt {
    padding-top: 15px;
    width: 100%;
  }
}
.num-info .row .col-12 .item .txt p {
  margin: 0;
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .num-info .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.wrap-factory .display {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .wrap-factory .display {
    padding-bottom: 40px;
  }
}
.wrap-factory .display .f-tit {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-factory .display .f-tit {
    padding-top: 20px;
  }
}
.wrap-factory .display .list {
  padding-top: 10px;
}
.wrap-factory .display .list .row {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-factory .display .list .row {
    margin: 0 -7px;
  }
}
.wrap-factory .display .list .row .col-6 {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-factory .display .list .row .col-6 {
    padding: 0 7px;
  }
}
.wrap-factory .display .list .row .col-6 .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-factory .display .list .row .col-6 .item {
    margin-top: 15px;
  }
}
.wrap-factory .display .list .row .col-6 .item:hover {
  cursor: pointer;
}
.wrap-factory .display .list .row .col-6 .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-factory .display .list .row .col-6 .item .pic {
  border-radius: 6px;
  overflow: hidden;
}
.wrap-factory .display .list .row .col-6 .item .pic .img-box {
  padding-bottom: 65%;
}
.wrap-factory .display .list .row .col-6 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-factory .pack,
.wrap-factory .process {
  padding: 70px 5%;
  background: #F7F7F7;
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .wrap-factory .pack,
  .wrap-factory .process {
    padding: 40px 3%;
  }
}
.wrap-factory .pack .list,
.wrap-factory .process .list {
  padding-top: 10px;
}
.wrap-factory .pack .list .row,
.wrap-factory .process .list .row {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-factory .pack .list .row,
  .wrap-factory .process .list .row {
    margin: 0 -7px;
  }
}
.wrap-factory .pack .list .row .col-6,
.wrap-factory .process .list .row .col-6 {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-factory .pack .list .row .col-6,
  .wrap-factory .process .list .row .col-6 {
    padding: 0 7px;
  }
}
.wrap-factory .pack .list .row .col-6 .item,
.wrap-factory .process .list .row .col-6 .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-factory .pack .list .row .col-6 .item,
  .wrap-factory .process .list .row .col-6 .item {
    margin-top: 15px;
  }
}
.wrap-factory .pack .list .row .col-6 .item:hover,
.wrap-factory .process .list .row .col-6 .item:hover {
  cursor: pointer;
}
.wrap-factory .pack .list .row .col-6 .item:hover .pic img,
.wrap-factory .process .list .row .col-6 .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-factory .pack .list .row .col-6 .item .pic,
.wrap-factory .process .list .row .col-6 .item .pic {
  border-radius: 6px;
  overflow: hidden;
}
.wrap-factory .pack .list .row .col-6 .item .pic .img-box,
.wrap-factory .process .list .row .col-6 .item .pic .img-box {
  padding-bottom: 65%;
}
.wrap-factory .pack .list .row .col-6 .item .pic .img-box img,
.wrap-factory .process .list .row .col-6 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-factory .process {
  padding: 70px 5%;
}
@media (max-width: 1199px) {
  .wrap-factory .process {
    padding: 40px 3%;
  }
}
.f-tit h2 {
  color: #024F75;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1470px) {
  .f-tit h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .f-tit h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.wrap-honor .info .slick-honor {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor {
    padding-top: 20px;
  }
}
.wrap-honor .info .slick-honor .slick-prev,
.wrap-honor .info .slick-honor .slick-next {
  top: -5%;
}
.wrap-honor .info .slick-honor .slick-prev {
  left: 94%;
}
@media (max-width: 1920px) {
  .wrap-honor .info .slick-honor .slick-prev {
    left: 90%;
  }
}
@media (max-width: 1470px) {
  .wrap-honor .info .slick-honor .slick-prev {
    left: 90%;
  }
}
.wrap-honor .info .slick-honor .slick-next {
  right: 1%;
}
.wrap-honor .info .slick-honor .slick-list {
  padding: 0 10px 60px 10px;
  border-bottom: 1px solid #CFDBE6;
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor .slick-list {
    padding: 0 10px 20px 10px;
  }
}
.wrap-honor .info .slick-honor .item {
  padding: 0 26px;
  border-left: 1px solid #CFDBE6;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor .item {
    padding: 0 10px;
  }
}
.wrap-honor .info .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-honor .info .slick-honor .item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #024F75;
  left: -2px;
  bottom: 0;
}
.wrap-honor .info .slick-honor .item .pic {
  padding: 20px;
  background: #F7F7F7;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor .item .pic {
    padding: 10px;
  }
}
.wrap-honor .info .slick-honor .item .pic .img-box {
  padding-bottom: 140.625%;
}
.wrap-honor .info .slick-honor .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-honor .info .slick-honor .item .tit p {
  margin: 30px 0 0 0;
  color: #222;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor .item .tit p {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .wrap-honor .info .slick-honor .item .tit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-honor .info .slick-honor .item .tit p {
    font-size: 16px;
  }
}
.p-link {
  position: relative;
  top: -25px;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1199px) {
  .p-link {
    top: auto;
    background: #f6f6f6;
  }
}
.p-link .info {
  padding: 0 5%;
  width: 30%;
}
@media (max-width: 1920px) {
  .p-link .info {
    width: 40%;
  }
}
@media (max-width: 1470px) {
  .p-link .info {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .p-link .info {
    width: 100%;
    padding: 0 3%;
  }
}
.p-link .info ul {
  border-radius: 100px;
  background: #FFF;
  padding: 5px 50px;
}
@media (max-width: 1199px) {
  .p-link .info ul {
    border-radius: 0;
    background: #f6f6f6;
    padding: 5px 10px 5px 50px;
  }
}
.p-link .info ul li {
  display: inline-block;
  padding: 10px 10px;
  position: relative;
  color: #74777F;
  font-weight: 500;
}
.p-link .info ul li:first-child::before {
  content: "\e611";
  position: absolute;
  font-family: 'iconfont' !important;
  left: -40px;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #024F75;
}
@media (max-width: 1199px) {
  .p-link .info ul li:first-child::before {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.p-link .info ul li::after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%);
}
.p-link .info ul li:last-child::after {
  display: none;
}
.p-link .info ul li a {
  display: block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .p-link .info ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-link .info ul li a {
    font-size: 12px;
  }
}
.p-link .info ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .info .top {
  max-width: 1320px;
}
.wrap-product .info .product {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-product .info .product {
    margin-top: 40px;
  }
}
.wrap-product .info .product .left {
  width: 20%;
}
@media (max-width: 1560px) {
  .wrap-product .info .product .left {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .left {
    display: none;
  }
}
.wrap-product .info .product .left .list ul li.active a {
  color: #024F75;
  transform: translateX(0px);
}
.wrap-product .info .product .left .list ul li.active a i {
  transform: translateX(0px);
  opacity: 1;
}
.wrap-product .info .product .left .list ul li.active ul li a {
  color: #74777F;
}
.wrap-product .info .product .left .list ul li {
  margin-bottom: 20px;
}
.wrap-product .info .product .left .list ul li:last-child {
  margin-bottom: 0;
}
.wrap-product .info .product .left .list ul li a {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transform: translateX(-20px);
  transition: all 0.4s;
}
.wrap-product .info .product .left .list ul li a:hover {
  color: #024F75;
  transform: translateX(0px);
}
.wrap-product .info .product .left .list ul li a:hover i {
  transform: translateX(0px);
  opacity: 1;
}
.wrap-product .info .product .left .list ul li a i {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s;
}
.wrap-product .info .product .left .list ul li ul {
  border-radius: 6px;
  background: #F6F6F6;
  padding: 20px 30px;
  margin-top: 20px;
}
.wrap-product .info .product .left .list ul li ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.wrap-product .info .product .left .list ul li ul li::marker {
  color: #74777F;
  transition: all 0.4s;
}
.wrap-product .info .product .left .list ul li ul li:hover::marker {
  color: #024F75;
}
.wrap-product .info .product .left .list ul li ul li:hover a {
  color: #024F75;
}
.wrap-product .info .product .left .list ul li ul li a {
  color: #74777F;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.4s;
}
.wrap-product .info .product .right {
  width: 78%;
}
@media (max-width: 1560px) {
  .wrap-product .info .product .right {
    width: 73%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right {
    width: 100%;
  }
}
.wrap-product .info .product .right .pagination {
  justify-content: end;
}
@media (max-width: 1560px) {
  .wrap-product .info .product .right .list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1560px) {
  .wrap-product .info .product .right .list .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .product .right .list .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .product .right .list .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item {
    margin-bottom: 15px;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-product .info .product .right .list .row .col-12 .item:hover .note .tit a {
  color: #024F75;
}
.wrap-product .info .product .right .list .row .col-12 .item:hover .note .txt .add {
  background: #024F75;
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item:hover .note .txt .add {
    background: transparent;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item:hover .note .txt .add a {
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item:hover .note .txt .add a {
    color: #024F75;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item:hover .note .txt .add::before {
  border-right: 40px solid #024F75;
}
.wrap-product .info .product .right .list .row .col-12 .item .pic {
  overflow: hidden;
  border-radius: 6px;
  background: #F6F6F6;
  position: relative;
}
.wrap-product .info .product .right .list .row .col-12 .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-product .info .product .right .list .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-product .info .product .right .list .row .col-12 .item .pic::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  display: none;
  background: url(../images/img_logo.png) no-repeat center / cover;
  right: 5%;
  top: 5%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.wrap-product .info .product .right .list .row .col-12 .item .note {
  margin-top: 5px;
  border-radius: 6px;
  background: #F6F6F6;
  padding: 20px 20px 10px 20px;
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note {
    padding: 20px 10px 10px 10px;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .tit a {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt {
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .type {
  width: 50%;
}
@media (max-width: 1560px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .type {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .type {
    width: 100%;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .type a {
  color: #74777F;
  font-weight: 600;
  transition: all 0.4s;
  line-height: 24px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1400px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .type a {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .type a {
    height: auto;
    width: 100%;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .type a:hover {
  color: #024F75;
  text-decoration: underline;
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add {
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -10px;
  right: -20px;
  line-height: 48px;
  padding: 0 30px;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  text-align: center;
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add {
    padding: 0 10px 0 20px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add {
    position: relative;
    bottom: auto;
    right: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: 0px;
  top: -5px;
  transform: rotate(-90deg);
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::after {
    top: -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::after {
    display: none;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::before {
  border-radius: 0 0 0 6px;
  content: "";
  position: absolute;
  height: 100%;
  left: -40px;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 55px solid transparent;
  border-right: 40px solid #f6f6f6;
  transition: all 0.4s;
}
@media (max-width: 1800px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1720px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::before {
    left: -25px;
  }
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add::before {
    display: none;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  position: relative;
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: -30px;
  top: -12px;
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::after {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::after {
    display: none;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 140%;
  background: #fff;
  left: -50px;
  transform: rotate(36deg);
  transition: all 0.4s;
}
@media (max-width: 1710px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a::before {
    display: none;
  }
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a:hover {
  cursor: pointer;
}
.wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a i {
  font-weight: normal;
  margin-left: 6px;
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a i {
    margin-left: 0;
    font-size: 20px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .product .right .list .row .col-12 .item .note .txt .add a span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .wrap-details {
    padding-top: 0;
  }
}
.wrap-details .p-link {
  top: auto;
}
.wrap-details .p-link .info ul {
  background: #F7F7F7;
}
.wrap-details .top {
  display: flex;
  justify-content: space-between;
  padding: 50px 5% 70px 5%;
}
@media (max-width: 1199px) {
  .wrap-details .top {
    padding: 40px 3%;
    flex-direction: column;
  }
}
.wrap-details .top .left {
  width: 50%;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .top .left {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .wrap-details .top .left {
    flex-direction: column;
  }
}
.wrap-details .top .left .slider-for {
  width: 80%;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .wrap-details .top .left .slider-for {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .wrap-details .top .left .slider-for {
    width: 100%;
  }
}
.wrap-details .top .left .slider-for .slick-prev {
  left: 1%;
  background: #fff;
}
.wrap-details .top .left .slider-for .slick-prev:hover {
  background: #024F75;
}
.wrap-details .top .left .slider-for .slick-prev:hover::before {
  color: #fff;
}
.wrap-details .top .left .slider-for .slick-next {
  right: 1%;
  background: #fff;
}
.wrap-details .top .left .slider-for .slick-next:hover {
  background: #024F75;
}
.wrap-details .top .left .slider-for .slick-next:hover::before {
  color: #fff;
}
.wrap-details .top .left .slider-for .item {
  position: relative;
}
.wrap-details .top .left .slider-for .item::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 53px;
  display: none;
  background: url(../images/img_logo.png) no-repeat center / cover;
  right: 5%;
  top: 5%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.wrap-details .top .left .slider-for .item::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 53px;
  display: none;
  background: url(../images/img_logo.png) no-repeat center / cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  mix-blend-mode: multiply;
}
.wrap-details .top .left .slider-nav {
  width: 16%;
  padding-left: 10px;
  margin: -2px 0;
}
@media (max-width: 1199px) {
  .wrap-details .top .left .slider-nav {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin: 0 -7px;
  }
}
.wrap-details .top .left .slider-nav .slick-slide {
  padding: 2px 0;
}
@media (max-width: 1199px) {
  .wrap-details .top .left .slider-nav .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .top .left .slider-nav .slick-current .item {
  border: 1px solid #E8EAED;
}
.wrap-details .top .left .slider-nav .item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #fff;
}
.wrap-details .top .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .top .left .slider-nav .item-video .play {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(2, 79, 117, 0.15);
  padding: 10px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .wrap-details .top .left .slider-nav .item-video .play {
    padding: 5px;
  }
}
.wrap-details .top .left .slider-nav .item-video .play i {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: rgba(2, 79, 117, 0.5);
  backdrop-filter: blur(2px);
  position: relative;
}
@media (max-width: 1560px) {
  .wrap-details .top .left .slider-nav .item-video .play i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.wrap-details .top .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-details .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-details .top .right .common-tit b {
  color: #024F75;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .common-tit b {
    font-size: 18px;
  }
}
.wrap-details .top .right .common-tit h2 {
  font-size: 46px;
  line-height: 46px;
}
@media (max-width: 1560px) {
  .wrap-details .top .right .common-tit h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .top .right .common-tit h2 {
    font-size: 22px;
    line-height: normal;
    margin: 10px 0 0 0;
  }
}
.wrap-details .top .right .share {
  padding: 50px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1560px) {
  .wrap-details .top .right .share {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-details .top .right .share {
    padding: 20px 0;
  }
}
.wrap-details .top .right .share .share-to span {
  margin-right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .share .share-to span {
    font-size: 16px;
  }
}
.wrap-details .top .right .txt {
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1560px) {
  .wrap-details .top .right .txt {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-details .top .right .txt {
    padding: 20px 0;
  }
}
.wrap-details .top .right .txt span {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .txt span {
    font-size: 18px;
    line-height: normal;
  }
}
.wrap-details .top .right .txt p {
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .top .right .link {
  padding-top: 60px;
}
@media (max-width: 1560px) {
  .wrap-details .top .right .link {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .top .right .link {
    padding-top: 20px;
  }
}
.wrap-details .top .right .link a {
  margin: 10px 0;
  text-align: center;
  line-height: 56px;
  border-radius: 100px;
  transition: all 0.4s;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .link a {
    line-height: 40px;
    font-size: 14px;
  }
}
.wrap-details .top .right .link a i {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-details .top .right .link a i {
    font-size: 18px;
  }
}
.wrap-details .top .right .link .inquiry:hover {
  background: #222;
  color: #fff;
}
.wrap-details .top .right .link .inquiry i {
  margin-left: 5px;
}
.wrap-details .top .right .link .add {
  background: #fff;
  color: #222;
}
.wrap-details .top .right .link .add:hover {
  background: #024F75;
  color: #fff;
  border: 1px solid #024F75;
}
.wrap-details .top .right .link .add i {
  margin-right: 5px;
}
.wrap-details .details-list .details-menu {
  background: #F7F7F7;
  padding: 15px 5%;
  z-index: 5;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu {
    padding: 10px 3%;
  }
}
.wrap-details .details-list .details-menu ul .active {
  color: #024F75;
}
.wrap-details .details-list .details-menu ul .active::after {
  width: 100%;
  opacity: 1;
}
.wrap-details .details-list .details-menu ul li {
  display: inline-block;
  padding: 0 55px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu ul li {
    padding: 0 7px;
  }
}
.wrap-details .details-list .details-menu ul li:first-child {
  padding-left: 0px;
}
.wrap-details .details-list .details-menu ul li:last-child {
  padding-right: 0px;
}
.wrap-details .details-list .details-menu ul li a {
  display: block;
  color: #74777F;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu ul li a {
    font-size: 14px;
  }
}
.wrap-details .details-list .details-menu ul li a:hover {
  color: #024F75;
}
.wrap-details .details-list .details-menu ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.wrap-details .details-list .details-menu ul li a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #024F75;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  opacity: 0;
}
.wrap-details .details-list .menu-list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list {
    padding-top: 40px;
  }
}
.wrap-details .details-list .menu-list .list-des {
  overflow-x: auto;
}
.wrap-details .details-list .menu-list .list-des .txt {
  overflow-x: auto;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .txt {
    padding-top: 15px;
  }
}
.wrap-details .details-list .menu-list .list-des .txt ul {
  padding-left: 20px;
}
.wrap-details .details-list .menu-list .list-des .txt ul li {
  list-style-type: disc;
}
.wrap-details .details-list .menu-list .list-des .txt b {
  font-size: 22px;
  color: #222;
  font-family: "Darker Grotesque", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .txt b {
    font-size: 16px;
  }
}
.wrap-details .details-list .menu-list .list-des .txt p {
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .txt p img {
    width: 100%;
    display: block;
    height: auto;
  }
}
.wrap-details .details-list .menu-list .list-des .txt table {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .txt table {
    margin-top: 15px;
  }
}
.wrap-details .details-list .menu-list .list-des .txt table td {
  width: auto;
}
.wrap-details .details-list .menu-list .list-des .txt table tr,
.wrap-details .details-list .menu-list .list-des .txt table td {
  border-color: #D9D9D9;
  border-width: 1px;
  text-align: center;
  padding: 20px 10px;
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .txt table tr,
  .wrap-details .details-list .menu-list .list-des .txt table td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-list .list-des .txt table tr,
  .wrap-details .details-list .menu-list .list-des .txt table td {
    font-size: 10px;
    padding: 10px 0;
  }
}
.wrap-details .details-list .menu-list .list-des .txt table tr:nth-child(2n+2) {
  background: #F7F7F7;
}
.wrap-details .details-list .menu-list .list-des .why .item {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .why .item {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .why .item {
    flex-direction: column;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item:nth-child(2n+2) .note {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .why .item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .note {
  width: 50%;
  padding: 60px;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .why .item .note {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .why .item .note {
    width: 100%;
    order: 2;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .note .tit h2 {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .why .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .note .item-txt {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .why .item .note .item-txt {
    margin-top: 15px;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .note .item-txt ul {
  padding-left: 20px;
}
.wrap-details .details-list .menu-list .list-des .why .item .note .item-txt ul li {
  list-style-type: disc;
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des .why .item .note .item-txt ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .pic {
  width: 50%;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-des .why .item .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-details .details-list .menu-list .list-des .why .item .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-details .details-list .menu-list .list-inquiry {
  margin-top: 80px;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-inquiry {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.wrap-details .details-list .menu-list .list-related {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related {
    padding-top: 40px;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related {
  margin: 0 -15px;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .slick-prev::before,
.wrap-details .details-list .menu-list .list-related .info .slick-related .slick-next::before {
  color: #024F75;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .slick-prev:focus::before,
.wrap-details .details-list .menu-list .list-related .info .slick-related .slick-next:focus::before {
  color: #fff;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .tit a {
  color: #024F75;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .txt .add {
  background: #024F75;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .txt .add {
    background: transparent;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .txt .add a {
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .txt .add a {
    color: #024F75;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item:hover .note .txt .add::before {
  border-right: 40px solid #024F75;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .pic {
  overflow: hidden;
  border-radius: 6px;
  background: #F6F6F6;
  position: relative;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .pic::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  display: none;
  background: url(../images/img_logo.png) no-repeat center / cover;
  right: 5%;
  top: 5%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note {
  margin-top: 5px;
  border-radius: 6px;
  background: #F6F6F6;
  padding: 20px 20px 10px 20px;
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note {
    padding: 20px 10px 10px 10px;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .tit a {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt {
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type {
  width: 50%;
}
@media (max-width: 1560px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type {
    width: 100%;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type a {
  color: #74777F;
  font-weight: 600;
  transition: all 0.4s;
  line-height: 24px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1400px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type a {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type a {
    height: auto;
    width: 100%;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .type a:hover {
  color: #024F75;
  text-decoration: underline;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add {
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -10px;
  right: -20px;
  line-height: 48px;
  padding: 0 30px;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  text-align: center;
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add {
    padding: 0 10px 0 20px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add {
    position: relative;
    bottom: auto;
    right: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: 0px;
  top: -5px;
  transform: rotate(-90deg);
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::after {
    top: -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::after {
    display: none;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::before {
  border-radius: 0 0 0 6px;
  content: "";
  position: absolute;
  height: 100%;
  left: -40px;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 55px solid transparent;
  border-right: 40px solid #f6f6f6;
  transition: all 0.4s;
}
@media (max-width: 1800px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1720px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::before {
    left: -25px;
  }
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add::before {
    display: none;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  position: relative;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: -30px;
  top: -12px;
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::after {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::after {
    display: none;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 140%;
  background: #fff;
  left: -50px;
  transform: rotate(36deg);
  transition: all 0.4s;
}
@media (max-width: 1710px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a::before {
    display: none;
  }
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a:hover {
  cursor: pointer;
}
.wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a i {
  font-weight: normal;
  margin-left: 6px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a i {
    margin-left: 0;
    font-size: 20px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .info .slick-related .item .note .txt .add a span {
    display: none;
  }
}
.details-tit h2 {
  color: #222;
  font-size: 46px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 46px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.wrap-home .home-product .slick-product {
  padding-top: 70px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-home .home-product .slick-product .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-product .slick-product .slick-prev::before,
.wrap-home .home-product .slick-product .slick-next::before {
  color: #024F75;
}
.wrap-home .home-product .slick-product .slick-prev:focus::before,
.wrap-home .home-product .slick-product .slick-next:focus::before {
  color: #fff;
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-product .slick-product .item:hover .note .tit a {
  color: #024F75;
}
.wrap-home .home-product .slick-product .item:hover .note .txt .add {
  background: #024F75;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item:hover .note .txt .add {
    background: transparent;
  }
}
.wrap-home .home-product .slick-product .item:hover .note .txt .add a {
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item:hover .note .txt .add a {
    color: #024F75;
  }
}
.wrap-home .home-product .slick-product .item:hover .note .txt .add::before {
  border-right: 40px solid #024F75;
}
.wrap-home .home-product .slick-product .item .pic {
  overflow: hidden;
  border-radius: 6px;
  background: #F6F6F6;
  position: relative;
}
.wrap-home .home-product .slick-product .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-home .home-product .slick-product .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-product .slick-product .item .pic::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  display: none;
  background: url(../images/img_logo.png) no-repeat center / cover;
  right: 5%;
  top: 5%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.wrap-home .home-product .slick-product .item .note {
  margin-top: 5px;
  border-radius: 6px;
  background: #F6F6F6;
  padding: 20px 20px 10px 20px;
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note {
    padding: 20px 10px 10px 10px;
  }
}
.wrap-home .home-product .slick-product .item .note .tit a {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.wrap-home .home-product .slick-product .item .note .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt {
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .type {
  width: 50%;
}
@media (max-width: 1560px) {
  .wrap-home .home-product .slick-product .item .note .txt .type {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .type {
    width: 100%;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .type a {
  color: #74777F;
  font-weight: 600;
  transition: all 0.4s;
  line-height: 24px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1400px) {
  .wrap-home .home-product .slick-product .item .note .txt .type a {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .type a {
    height: auto;
    width: 100%;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .type a:hover {
  color: #024F75;
  text-decoration: underline;
}
.wrap-home .home-product .slick-product .item .note .txt .add {
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -10px;
  right: -20px;
  line-height: 48px;
  padding: 0 30px;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  text-align: center;
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note .txt .add {
    padding: 0 10px 0 20px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add {
    position: relative;
    bottom: auto;
    right: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .add::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: 0px;
  top: -5px;
  transform: rotate(-90deg);
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::after {
    top: -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::after {
    display: none;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .add::before {
  border-radius: 0 0 0 6px;
  content: "";
  position: absolute;
  height: 100%;
  left: -40px;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 55px solid transparent;
  border-right: 40px solid #f6f6f6;
  transition: all 0.4s;
}
@media (max-width: 1800px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1720px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::before {
    left: -25px;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add::before {
    display: none;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .add a {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border-radius: 0 6px 6px 0;
  position: relative;
}
.wrap-home .home-product .slick-product .item .note .txt .add a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: -30px;
  top: -12px;
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a::after {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a::after {
    display: none;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .add a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 140%;
  background: #fff;
  left: -50px;
  transform: rotate(36deg);
  transition: all 0.4s;
}
@media (max-width: 1710px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a::before {
    display: none;
  }
}
.wrap-home .home-product .slick-product .item .note .txt .add a:hover {
  cursor: pointer;
}
.wrap-home .home-product .slick-product .item .note .txt .add a i {
  font-weight: normal;
  margin-left: 6px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a i {
    margin-left: 0;
    font-size: 20px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt .add a span {
    display: none;
  }
}
.wrap-home .home-about {
  position: relative;
  margin: 110px 1% 0% 1%;
  padding: 110px 4% 20% 4%;
}
@media (max-width: 1470px) {
  .wrap-home .home-about {
    padding: 110px 4% 24% 4%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    margin-top: 40px;
    padding: 40px 3%;
  }
}
.wrap-home .home-about .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top {
    flex-direction: column;
  }
}
.wrap-home .home-about .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .left {
    width: 100%;
  }
}
.wrap-home .home-about .top .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-about .top .right .common-txt {
  margin: 0;
}
.wrap-home .home-about .top .right .common-txt p {
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .right .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-about .top .right .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .right .more {
    margin-top: 20px;
  }
}
.wrap-home .home-about .top .right .more a {
  line-height: 46px;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  border-radius: 100px;
  background: #222;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .right .more a {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.wrap-home .home-about .top .right .more a:hover {
  cursor: pointer;
  background: #024F75;
}
.wrap-home .home-about .top .right .more a:hover i {
  transform: translateX(10px);
}
.wrap-home .home-about .top .right .more a i {
  transition: all 0.4s;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .top .right .more a i {
    font-size: 16px;
  }
}
.wrap-home .home-about .end {
  position: absolute;
  top: 45%;
  content: "";
  z-index: 2;
  width: 92%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 1199px) {
  .wrap-home .home-about .end {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
    transform: none;
  }
}
.wrap-home .home-about .end .video {
  margin: 90px 0 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .end .video {
    margin: 40px 0;
  }
}
.wrap-home .home-about .end .video .pic {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.wrap-home .home-about .end .video .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-home .home-about .end .video .pic .play {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 5%;
  border: 1px solid rgba(2, 79, 117, 0.15);
  padding: 10px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .end .video .pic .play {
    padding: 5px;
  }
}
.wrap-home .home-about .end .video .pic .play:hover {
  cursor: pointer;
}
.wrap-home .home-about .end .video .pic .play i {
  width: 56px;
  height: 56px;
  background: rgba(2, 79, 117, 0.5);
  backdrop-filter: blur(2px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .end .video .pic .play i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .end .video .pic .play i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.wrap-home .home-main {
  margin: 38% 5% 0 5%;
  padding: 110px 3%;
  border-radius: 6px;
  overflow: hidden;
  max-height: 970px;
}
@media (max-width: 1920px) {
  .wrap-home .home-main {
    max-height: 770px;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-main {
    max-height: 700px;
  }
}
@media (max-width: 1760px) {
  .wrap-home .home-main {
    margin: 42% 5% 0 5%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-main {
    padding: 40px 3%;
    margin: 0;
    max-height: 100%;
  }
}
.wrap-home .home-main .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-main .info {
    flex-direction: column;
  }
}
.wrap-home .home-main .info .left {
  width: 50%;
}
@media (max-width: 1470px) {
  .wrap-home .home-main .info .left {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-main .info .left {
    width: 100%;
  }
}
.wrap-home .home-main .info .left .common-txt {
  margin-top: 40px;
  max-width: 570px;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .left .common-txt {
    max-width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-main .info .right {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-main .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-main .info .right .slick-main {
  filter: drop-shadow(0px 4px 16px rgba(3, 68, 124, 0.1));
  border-radius: 6px;
  margin: -20px 0;
}
.wrap-home .home-main .info .right .slick-main .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .slick-list {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main {
    margin: -7px 0;
  }
}
.wrap-home .home-main .info .right .slick-main .slick-slide {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .slick-slide {
    padding: 7px 0;
  }
}
.wrap-home .home-main .info .right .slick-main .slick-dots {
  left: -100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .wrap-home .home-main .info .right .slick-main .slick-dots {
    left: auto;
    bottom: auto;
  }
}
.wrap-home .home-main .info .right .slick-main .slick-prev {
  left: -2%;
  top: 48%;
  transform: rotate(90deg);
}
@media (max-width: 1710px) {
  .wrap-home .home-main .info .right .slick-main .slick-prev {
    left: -3%;
  }
}
.wrap-home .home-main .info .right .slick-main .slick-next {
  right: 97.8%;
  top: 55%;
  transform: rotate(90deg);
}
@media (max-width: 1920px) {
  .wrap-home .home-main .info .right .slick-main .slick-next {
    top: 57%;
    right: 96%;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-main .info .right .slick-main .slick-next {
    top: 58%;
    right: 96%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-main .info .right .slick-main .slick-next {
    right: 95%;
  }
}
.wrap-home .home-main .info .right .slick-main .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .item {
    padding: 20px;
  }
}
.wrap-home .home-main .info .right .slick-main .item:hover .tit a {
  color: #024F75;
  text-decoration: underline;
}
.wrap-home .home-main .info .right .slick-main .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-home .home-main .info .right .slick-main .item:hover .pic .more a {
  background: #024F75;
  color: #fff;
}
.wrap-home .home-main .info .right .slick-main .item:hover .pic .more a::before {
  border-right: 40px solid #024F75;
}
.wrap-home .home-main .info .right .slick-main .item:hover .pic .more a i {
  transform: translate(10px);
}
.wrap-home .home-main .info .right .slick-main .item .tit a {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .item .tit a {
    font-size: 22px;
    line-height: normal;
  }
}
.wrap-home .home-main .info .right .slick-main .item .txt {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .item .txt {
    margin-top: 15px;
  }
}
.wrap-home .home-main .info .right .slick-main .item .txt p {
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-main .info .right .slick-main .item .pic {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-main .info .right .slick-main .item .pic {
    margin-top: 20px;
  }
}
.wrap-home .home-main .info .right .slick-main .item .pic .img-box {
  padding-bottom: 53.5211%;
}
.wrap-home .home-main .info .right .slick-main .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 130%;
  height: 108%;
  z-index: -1;
  background: url(../images/link.png) no-repeat right;
  background-size: cover;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 48px;
  padding: 0 30px;
  transition: all 0.4s;
  background: transparent;
  border-radius: 0 6px 6px 0;
  background: #f6f6f6;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more a i {
  margin-left: 5px;
  font-weight: normal;
  display: inline-block;
  transition: all 0.4s;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  right: 0px;
  top: -10px;
}
.wrap-home .home-main .info .right .slick-main .item .pic .more a::before {
  border-radius: 0 6px 0 6px;
  content: "";
  position: absolute;
  height: 100%;
  left: -40px;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 53px solid transparent;
  border-right: 40px solid #f6f6f6;
  transition: all 0.4s;
}
.wrap-home .home-why {
  margin-top: 110px;
  padding: 130px 5%;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    margin-top: 40px;
    padding: 40px 3%;
    background-attachment: scroll;
  }
}
.wrap-home .home-why .info .common-tit h2 {
  color: #fff;
}
.wrap-home .home-why .info .common-txt {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .common-txt {
    max-width: 100%;
  }
}
.wrap-home .home-why .info .common-txt p {
  color: #fff;
}
.wrap-home .home-why .info .list {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .list .row .col-12 {
    width: 50%;
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-why .info .list .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-why .info .list .row .col-12 .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(2px);
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .row .col-12 .item {
    padding: 20px;
  }
}
.wrap-home .home-why .info .list .row .col-12 .item:hover {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.5);
}
.wrap-home .home-why .info .list .row .col-12 .item:hover i {
  color: #024F75;
  transform: translateY(-10px);
}
.wrap-home .home-why .info .list .row .col-12 .item:hover p {
  color: #024F75;
}
.wrap-home .home-why .info .list .row .col-12 .item i {
  font-size: 40px;
  color: #fff;
  display: block;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .row .col-12 .item i {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .list .row .col-12 .item i {
    font-size: 32px;
  }
}
.wrap-home .home-why .info .list .row .col-12 .item p {
  margin: 30px 0 0 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .list .row .col-12 .item p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.wrap-home .home-news {
  padding: 110px 5%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 3%;
  }
}
.wrap-home .home-news .info {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info {
    flex-direction: column;
  }
}
.wrap-home .home-news .info .left {
  width: 35%;
  padding: 30px 0;
}
@media (max-width: 1560px) {
  .wrap-home .home-news .info .left {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-news .info .left .common-tit h2 {
    font-size: 38px;
    line-height: normal;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-news .info .left .common-tit h2 {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .common-tit h2 {
    font-size: 24px;
  }
}
.wrap-home .home-news .info .left .common-txt {
  margin-top: 40px;
  max-width: 530px;
}
@media (max-width: 1560px) {
  .wrap-home .home-news .info .left .common-txt {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .common-txt {
    max-width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .left .more {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .left .more {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .more {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .left .more a {
  display: inline-block;
  text-align: center;
  line-height: 46px;
  padding: 0 38px;
  border-radius: 100px;
  background: #222;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .more a {
    line-height: 40px;
    padding: 0 24px;
    font-size: 14px;
  }
}
.wrap-home .home-news .info .left .more a:hover {
  background: #024F75;
}
.wrap-home .home-news .info .left .more a:hover i {
  transform: translateX(10px);
}
.wrap-home .home-news .info .left .more a i {
  margin-left: 5px;
  font-weight: normal;
  display: inline-block;
  transition: all 0.4s;
  vertical-align: middle;
}
.wrap-home .home-news .info .right {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right {
    flex-direction: column;
  }
}
.wrap-home .home-news .info .right .pic {
  width: 48%;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .pic {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .right .pic .img-box {
  padding-bottom: 124.5283%;
}
.wrap-home .home-news .info .right .pic .img-box img {
  transition: all 1s ease;
  border-radius: 6px;
}
.wrap-home .home-news .info .right .list {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .list {
    width: 100%;
  }
}
.wrap-home .home-news .info .right .list .item {
  padding: 70px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1920px) {
  .wrap-home .home-news .info .right .list .item {
    padding: 40px 0;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-news .info .right .list .item {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .list .item {
    padding: 20px 0;
  }
}
.wrap-home .home-news .info .right .list .item:hover .tit a {
  color: #024F75;
}
.wrap-home .home-news .info .right .list .item:first-child {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  max-width: 530px;
  border-top: 1px solid #D9D9D9;
  border-bottom: none;
  padding-bottom: 70px;
}
@media (max-width: 1920px) {
  .wrap-home .home-news .info .right .list .item:first-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-news .info .right .list .item:first-child {
    max-width: 470px;
    padding-bottom: 0;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-news .info .right .list .item:first-child {
    max-width: 420px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .right .list .item:first-child {
    max-width: 380px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .list .item:first-child {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
    border-top: none;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
  }
}
.wrap-home .home-news .info .right .list .item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.wrap-home .home-news .info .right .list .item .date {
  display: flex;
  align-items: center;
}
.wrap-home .home-news .info .right .list .item .date i {
  font-weight: normal;
  margin-right: 5px;
  font-size: 20px;
  color: #024F75;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .list .item .date i {
    font-size: 18px;
  }
}
.wrap-home .home-news .info .right .list .item .date span {
  text-transform: uppercase;
  color: #024F75;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .list .item .date span {
    font-size: 14px;
  }
}
.wrap-home .home-news .info .right .list .item .tit {
  margin-top: 20px;
}
@media (max-width: 1710px) {
  .wrap-home .home-news .info .right .list .item .tit {
    margin-top: 15px;
  }
}
.wrap-home .home-news .info .right .list .item .tit a {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .right .list .item .tit a {
    -webkit-line-clamp: 2;
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .list .item .tit a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .list .item .tit a {
    font-size: 18px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #024F75;
  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 #f6f6f6;
  border-right: 1px solid #f6f6f6;
  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: 290px;
  top: 40%;
  right: 10px;
  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: 1199px) {
  .float-window {
    width: 54px;
  }
}
@media (max-width: 991px) {
  .float-window {
    top: 20%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
@media (max-width: 767px) {
  .float-window {
    width: 48px;
  }
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  font-size: 20px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
  background: #024F75 !important;
}
.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: #024F75;
  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: rgba(3, 75, 160, 0.8);
  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: #024F75;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #024F75;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #024F75;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #024F75;
  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: #024F75;
  color: #FFF;
  padding: 10px 20px;
  top: 65px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #024F75;
  color: #FFF;
  padding: 10px 20px;
  top: 120px;
  border-radius: 100px;
  display: none;
}
#float-window-close {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #024F75;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (max-width: 1199px) {
  #float-window-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
@media (max-width: 1199px) {
  #float-window-close i {
    font-size: 22px;
  }
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #024F75;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
@media (max-width: 1199px) {
  #float-window-open {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  #float-window-open i {
    font-size: 22px;
  }
}
#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: -13% !important;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #024F75;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #024F75;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .cart {
  padding: 0 3%;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 0px;
  }
}
.wrap-cart .common-form form .row .col-12 .form-group input,
.wrap-cart .common-form form .row .col-12 .form-group textarea {
  background: #f6f6f6;
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #024F75;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #024F75;
}
.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-show .contact-form {
  margin-top: 40px;
}
.wrap-show .contact-form form .row .col-12 .form-group input,
.wrap-show .contact-form form .row .col-12 .form-group textarea {
  background: #f6f6f6;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit {
    padding: 10px 0;
  }
}
.wrap-show .info .tit h2 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .wrap-show .info .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-show .info .date {
  display: flex;
  align-items: center;
  color: #024F75;
}
.wrap-show .info .date span {
  color: #024F75;
}
@media (max-width: 1199px) {
  .wrap-show .info .date span {
    font-size: 14px;
  }
}
.wrap-show .info .date i {
  color: #024F75;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 15px;
}
.wrap-show .info .editor-content p {
  color: #74777F;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p {
    font-size: 14px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 5px 0;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  transform: scale(1.1);
  text-decoration: underline;
  color: #024F75;
}
