input:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box:hover img {
  transform: scale(1.06);
}

.img-box img {
  transition: all 0.4s;
}

.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.loaded {
  background-size: cover;
}

.table-box {
  overflow-x: auto;
  width: 100% !important;
}

.table-box::-webkit-scrollbar {
  display: none !important;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}

.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fszero h1 {
  margin: 0;
}

@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}

.fancybox-slide>video {
  padding: 0;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}

@media (min-width: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}

@media (min-width: 1740px) {
  .container.con1710 {
    max-width: 1710px;
  }
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'), url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

body {
  font-family: 'Manrope', "Arial", "Helvetica", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}

.overhide {
  overflow: hidden;
}

.header.scrolled {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header.hasty {
  position: sticky;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  overflow-x: clip;
}

@media (max-width: 1199px) {
  .header {
    height: 64px;
  }
}

.header .header-box {
  position: relative;
}

.header .box2 {
  position: relative;
  height: 100%;
}

.header .box2 .box {
  position: relative;
  height: 100%;
}

.header .box2 .header-logo {
  width: 140px;
}

@media (max-width: 1400px) {
  .header .box2 .header-logo {
    width: 120px;
  }
}

@media (max-width: 1199px) {
  .header .box2 .header-logo {
    margin: 10px 0;
    width: 100px;
  }
}

.header .box2 .header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .box2 .header-logo img {
  width: 100%;
  height: auto;
}

.header .box2 .box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header .box2 .center {
  display: flex;
}

.header .box2 .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background-color: #FFF;
}

@media (max-width: 1199px) {
  .header .box2 .dropdown {
    display: none !important;
  }
}

.header .box2 .dropdown .dropdownbx {
  display: flex;
  background: #FFF;
  overflow: hidden;
  min-height: 520px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header .box2 .dropdown .dropdownbx {
    display: none !important;
  }
}

.header .box2 .header-nav {
  margin-right: 56px;
  position: relative;
}

@media (max-width: 1740px) {
  .header .box2 .header-nav {
    margin-right: 40px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .header-nav {
    display: none;
  }
}

.header .box2 .header-nav .nav {
  height: 100%;
}

.header .box2 .header-nav .nav>ul {
  display: flex;
  list-style: none;
  margin: 0 -40px;
}

@media (max-width: 1740px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -20px;
  }
}

@media (max-width: 1560px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -15px;
  }
}

@media (max-width: 1401px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -15px;
  }
}

@media (max-width: 1401px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -12px;
  }
}

.header .box2 .header-nav .nav>ul>li {
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  transition: all 0.5s;
}

@media (max-width: 1740px) {
  .header .box2 .header-nav .nav>ul>li {
    padding: 0 20px;
  }
}

@media (max-width: 1560px) {
  .header .box2 .header-nav .nav>ul>li {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .header-nav .nav>ul>li {
    padding: 0 12px;
  }
}

.header .box2 .header-nav .nav>ul>li.active>a::before {
  width: 100%;
}

.header .box2 .header-nav .nav>ul>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.header .box2 .header-nav .nav>ul>li>a::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 0;
  transition: all 0.5s;
}

@media (max-width: 1401px) {
  .header .box2 .header-nav .nav>ul>li>a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header .box2 .header-nav .nav>ul>li ul[class^='nav-list'] {
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    list-style: none;
    z-index: 33;
  }

  .header .box2 .header-nav .nav>ul>li .nav-list2 {
    top: 100%;
    left: 0;
    padding: 15px 0;
    min-width: 100%;
    z-index: 10;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(-50deg);
    transform: rotateX(-50deg);
    font-size: 15px;
  }

  .header .box2 .header-nav .nav>ul>li .nav-list2 li {
    white-space: nowrap;
    line-height: 1.2;
    position: relative;
  }

  .header .box2 .header-nav .nav>ul>li .nav-list2 li a {
    display: block;
    padding: 8px 25px;
    color: #222;
  }

  .header .box2 .header-nav .nav>ul>li .nav-list2 li a:hover {
    color: #0A2351;
    text-decoration: underline;
  }

  .header .box2 .header-nav .nav>ul>li .nav-list3 {
    left: 100%;
    top: 0;
    padding: 10px 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotateY(-50deg);
    transform: rotateY(-50deg);
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .header .box2 .header-nav .nav>ul>li .nav-list2 li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

.header .box2 .header-nav .nav>ul>li:hover>a::before {
  width: 100%;
}

@media (min-width: 1200px) {
  .header .box2 .header-nav .nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

.header .box2 .h-r2 {
  display: flex;
}

@media (max-width: 991px) {
  .header .box2 .h-r2 {
    border: none;
  }
}

.header .box2 .hr2-2 {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.header .box2 .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.header .box2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.header .box2 .hr2-2 .language .lang::before {
  display: inline-block;
  content: '';
  margin-right: 8px;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  background: url(../img/ES.svg) no-repeat center;
  background-size: cover;
}

.header .box2 .hr2-2 .language .lang span {
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
}

.header .box2 .hr2-2 .language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  .header .box2 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}

.header .box2 .hr2-2 .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}

@media (max-width: 991px) {
  .header .box2 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}

.header .box2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}

.header .box2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}

.header .box2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}

.header .box2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}

.header .box2 .hr2-1 {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

@media (max-width: 1400px) {
  .header .box2 .hr2-1 {
    margin-right: 12px;
    padding-right: 12px;
  }
}

.header .box2 .hr2-1::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background: #D9D9D9;
}

.header .box2 .hr2-1 a {
  display: flex;
  height: 100%;
  align-items: center;
}

.header .box2 .hr2-1 a .iconfont {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  margin-right: 6px;
}

.header .box2 .form {
  margin-left: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1740px) {
  .header .box2 .form {
    margin-left: 50px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .form {
    margin-left: 40px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .form {
    margin-left: 30px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .form {
    margin-left: 20px;
  }
}

.header .box2 .form .search {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header .box2 .form .search {
    display: flex;
  }
}

.header .box2 .form .search .iconfont {
  font-size: 17px;
  color: #fff;
}

.header .box2 .form .header-serch-box {
  width: 150px;
}

@media (max-width: 1400px) {
  .header .box2 .form .header-serch-box {
    width: 130px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .form .header-serch-box {
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #fff;
    width: 230px;
    padding: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    display: none;
  }
}

.header .box2 .form .header-serch-box form {
  border-radius: 20px;
  border: 1px solid #FFF;
  padding: 8px 25px 8px 20px;
  width: 100%;
}

@media (max-width: 1400px) {
  .header .box2 .form .header-serch-box form {
    padding: 8px 10px 8px 10px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .form .header-serch-box form {
    border-color: #0A2351;
  }
}

.header .box2 .form .header-serch-box form button {
  border: none;
  background-color: transparent;
  margin-right: 8px;
}

.header .box2 .form .header-serch-box form button::before {
  font-family: 'iconfont' !important;
  content: '\e618';
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1400px) {
  .header .box2 .form .header-serch-box form button::before {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .form .header-serch-box form button::before {
    color: #0A2351;
  }
}

.header .box2 .form .header-serch-box form input {
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent;
  border: none;
  width: 100%;
}

@media (max-width: 1400px) {
  .header .box2 .form .header-serch-box form input {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .form .header-serch-box form input {
    color: #0A2351;
  }
}

.header .box2 .form .header-serch-box form input::placeholder {
  color: #FFF;
}

@media (max-width: 1200px) {
  .header .box2 .form .header-serch-box form input::placeholder {
    color: #0A2351;
  }
}

.header .box2 .form .header-serch-box form input:focus {
  outline: none;
}

.header .box2 .form .header-serch-box form input:focus::placeholder {
  color: #CCC;
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-menu {
  position: relative;
  display: none;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .btn-menu {
    margin-left: 10px;
  }
}

.btn-menu a {
  display: flex;
  text-decoration: none;
  height: 100%;
  color: #fff;
  transition: all 0.3s;
  align-items: center;
}

@media (max-width: 767px) {
  .btn-menu a {
    color: #fff;
  }
}

.btn-menu a .iconfont {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
  }
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes headerNav {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-box {
  position: relative;
  top: 0;
}

.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}

.banner-box .banner img {
  display: block;
  width: 100%;
}

.banner-box .banner .swiper-slide {
  overflow: hidden;
}

.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}

.banner-box .banner.hide-video video {
  display: none !important;
}

.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.banner-box .banner-video-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}

.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}

.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}

.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}

.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}

.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}

.swiper-pagination {
  bottom: 5% !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}

@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}

@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet-active::after {
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  margin: 0 16px !important;
  width: 6px;
  height: 6px;
  background: #fff;
  position: relative;
}

.swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../img/banner-icon.png) no-repeat center;
  background-size: cover;
  animation: rotate 3s linear infinite;
  z-index: -1;
  opacity: 0;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}

.index-nav {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 222;
  background-color: rgba(34, 34, 34, 0.18);
  padding: 5px;
}

@media (max-width: 1200px) {
  .index-nav {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .index-nav {
    display: none;
  }
}

.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #FFF;
}

.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}

.index-nav .a:hover .fix-nav-phonenumber p {
  border-radius: 0;
}

.index-nav .a:hover .iconfont {
  background-color: #0A2351;
}

.index-nav .a.show .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}

.index-nav .a.show .fix-nav-phonenumber p {
  border-radius: 0;
}

.index-nav .a.show .iconfont {
  background-color: #0A2351;
}

.index-nav .top {
  position: relative;
}

.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px !important;
}

.index-nav .WeChat .fix-nav-phonenumber p img {
  background: #FFF !important;
}

.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}

.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #0A2351;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}

.index-nav .fix-nav-phonenumber p a {
  color: #FFF;
}

.index-nav .fix-nav-phonenumber p a:hover {
  text-decoration: underline;
}

.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}

.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 39px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}

@media (max-width: 768px) {
  .fix-nav-none {
    display: block;
    bottom: 12%;
  }
}

.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #0A2351;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}

.xs-online .xs-online-wx {
  position: relative;
}

.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF !important;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}

.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.xs-online ul li .iconfont {
  display: block;
}

.xs-online ul li:first-child {
  border-left: none;
}

.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}

@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .xs-online a {
    font-size: 11px;
  }
}

.xs-online a .iconfont {
  font-size: 18px;
}

@media (max-width: 768px) {
  .xs-online {
    display: block !important;
  }
}

.fix-nav-product {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99;
  display: none;
}

@media (max-width: 767px) {
  .fix-nav-product {
    display: block;
  }
}

.fix-nav-product a {
  background-color: #0A2351;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}

.fix-nav-product a .iconfont {
  display: block;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
}

.fix-nav-product a span {
  display: block;
  font-size: 14px;
  color: #FFF;
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.index-padding {
  padding: 120px 0;
}

@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}

.index-title h3 {
  margin-bottom: 16px;
}

@media (max-width: 1400px) {
  .index-title h3 {
    margin-bottom: 10px;
  }
}

.index-title h3 span {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .index-title h3 span {
    font-size: 14px;
  }
}

.index-title h3 span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #D63333;
  margin: 0 6px 0 4px;
}

.index-title h2 {
  margin: 0;
  color: #0A2351;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
  text-transform: uppercase;
}

@media (max-width: 1560px) {
  .index-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .index-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .index-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .index-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .index-title h2 {
    font-size: 20px;
  }
}

.index-more {
  display: inline-flex;
  align-items: center;
  background-color: #D63333;
  border-radius: 80px;
  padding: 14px 22px;
  overflow: hidden;
  transition: all 0.5s;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.index-more:hover {
  background-color: #B30505;
}

.index-more.on {
  border: 1px solid #0A2351;
  background-color: transparent;
  color: #0A2351;
}

.index-more.on span {
  color: #0A2351;
}

.index-more.on span::after {
  color: #0A2351;
}

.index-more.on:hover {
  background-color: #0A2351;
}

.index-more.on:hover span {
  color: #FFF;
}

.index-more.on:hover span::after {
  color: #FFF;
}

@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.index-more span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #FFF;
}

.index-more span::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '\e60a';
  font-size: 26px;
  margin-top: 2px;
  margin-left: 12px;
  color: #FFFFFF;
}

.prev-next {
  width: 120px;
  position: relative;
  height: 55px;
}

@media (max-width: 1400px) {
  .prev-next {
    height: 45px;
    width: 100px;
  }
}

.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e709';
  color: #0A2351;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.prev-next .slick-next::before {
  transform: rotate(0);
}

.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #0A2351;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1400px) {

  .prev-next .slick-prev,
  .prev-next .slick-next {
    height: 45px;
    width: 45px;
  }
}

.prev-next .slick-prev.on,
.prev-next .slick-next.on {
  background-color: #0A2351;
}

.prev-next .slick-prev.on::before,
.prev-next .slick-next.on::before {
  color: #333333;
}

.prev-next .slick-next {
  right: 0;
}

.prev-next .slick-prev {
  left: 0;
}

.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #0A2351;
}

.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #fff;
}

img {
  background: transparent !important;
}

.yzm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.yzm b {
  width: 100%;
}

@media (max-width: 767px) {
  .yzm input {
    max-width: 12em !important;
  }
}

/* 定义弹起缩回动画 */
@keyframes bounceInAndOut {
  0% {
    transform: translateY(0%) scale(0.9);
  }

  25% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }

  50% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  75% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }

  100% {
    transform: translateY(0%) scale(0.9);
  }
}

@keyframes ripple-spread {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.firm-video .video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 992px) {
  .firm-video .video {
    width: 60px;
    height: 60px;
  }
}

.firm-video .video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/firm-1.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  animation: rotate 3s infinite linear;
}

.firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFF;
  color: #D63333;
  font-size: 18px;
}

@media (max-width: 992px) {
  .firm-video .iconfont {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.abbaner {
  position: relative;
  overflow: hidden;
}

.abbaner .img {
  position: relative;
}

.abbaner .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 24.79%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.abbaner .img img {
  width: 100%;
  height: auto;
}

@media(max-width: 768px) {
  .abbaner .img {
    height: 160px;
  }

  .abbaner .img img {
    object-fit: cover;
    object-position: center;
  }
}

.pronav {
  padding: 15px 0;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #DEDEDE;
  background: #FFF;
  position: relative;
  z-index: 44;
}

@media(max-width:768px) {
  .pronav {
    font-size: 14px;
  }
}

.pronav .iconfont {
  color: #0A2351;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  z-index: 12;
}

.pronav span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 12;
}

.pronav a {
  color: #666;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
}

.pronav a:hover {
  color: #0A2351;
  text-decoration: underline;
}

.pronav a.on {
  color: #0A2351;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.index .innumber {
  padding: 24px 0;
  border-bottom: 1px solid #E5E5E5;
}

.index .inabo {
  margin-top: -20px;
}

@media (max-width: 1200px) {
  .index .inabo {
    margin-top: -10px;
  }
}

@media (max-width: 992px) {
  .index .inabo {
    margin-top: 0;
  }
}

.index .inabo .toptit p {
  color: #0A2351;
  font-size: 60px;
  font-weight: 500;
  line-height: 125%;
  margin-top: 30px;
}

.index .inabo .toptit p:nth-child(2n) {
  text-align: right;
}

@media (max-width: 1740px) {
  .index .inabo .toptit p {
    font-size: 50px;
  }
}

@media (max-width: 1440px) {
  .index .inabo .toptit p {
    margin-top: 20px;
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .index .inabo .toptit p {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .index .inabo .toptit p {
    font-size: 28px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .index .inabo .toptit p {
    font-size: 24px;
  }
}

.index .inabo .toptit p:first-of-type {
  margin-top: 0;
}

.index .inabo .content {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .index .inabo .content {
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  .index .inabo .content {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .index .inabo .content {
    flex-wrap: wrap;
  }
}

.index .inabo .content .cont-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 43%;
}

@media (max-width: 992px) {
  .index .inabo .content .cont-img {
    width: 100%;
  }
}

.index .inabo .content .cont-img img {
  width: 100%;
  height: auto;
}

.index .inabo .content .cont-img .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.index .inabo .content .cont {
  padding-top: 25px;
  width: 51%;
}

@media (max-width: 1400px) {
  .index .inabo .content .cont {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .index .inabo .content .cont {
    width: 100%;
    margin-top: 30px;
  }
}

.index .inabo .content .cont .txt {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .index .inabo .content .cont .txt {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .index .inabo .content .cont .txt {
    margin-top: 20px;
  }
}

.index .inabo .content .cont .txt p {
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .index .inabo .content .cont .txt p {
    font-size: 16px;
    line-height: 29px;
  }
}

@media (max-width: 768px) {
  .index .inabo .content .cont .txt p {
    font-size: 14px;
    line-height: 25px;
  }
}

.index .inabo .content .cont .more {
  margin-top: 90px;
}

@media (max-width: 1740px) {
  .index .inabo .content .cont .more {
    margin-top: 70px;
  }
}

@media (max-width: 1440px) {
  .index .inabo .content .cont .more {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .index .inabo .content .cont .more {
    margin-top: 30px;
  }
}

.index .inkit .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index .inkit .box {
    flex-wrap: wrap;
  }
}

.index .inkit .box .cont-img {
  position: relative;
}

@media (max-width: 575px) {
  .index .inkit .box .cont-img .img-box {
    min-height: 300px;
  }
}

.index .inkit .box .cont-img:hover .img-box img {
  transform: scale(1.1);
}

.index .inkit .box .cont-img:hover .cont {
  opacity: 1;
}

.index .inkit .box .cont-img .cont {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.index .inkit .box .left .cont-img .cont {
  padding: 0 2%;
}

@media (max-width: 1830px) {
  .index .inkit .box .cont-img .cont {
    padding: 0 10%;
  }
}

@media (max-width: 1440px) {
  .index .inkit .box .cont-img .cont {
    /* padding: 0 20px; */
  }
}

@media (max-width: 1400px) {
  .index .inkit .box .cont-img .cont {
    /* padding: 0 00px; */
  }

  .index .inkit .index-more {
    padding: 10px 20px;
  }
}

@media (max-width: 1200px) {
  .index .inkit .box .cont-img .cont {
    /* padding: 0 20px; */
    padding: 0 3%;
  }

  .index .inkit .index-more {
    font-size: 14px;
  }

  .index .inkit .index-more span::after {
    font-size: 24px;
    margin-top: 1px;
  }
}

@media (max-width: 992px) {
  .index .inkit .box .cont-img .cont {
    /* padding: 0 10px; */
    opacity: 1;
  }
}

.index .inkit .box .cont-img .cont h2 {
  color: #0A2351;
  font-size: 42px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1740px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 28px;
  }
}

@media (max-width: 1400px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .index .inkit .box .cont-img .cont h2 {
    font-size: 22px;
  }
}

.index .inkit .box .cont-img .cont p {
  text-align: center;
}

.index .inkit .box .cont-img .cont p span {
  display: inline-block;
  margin-right: 14px;
  color: #0A2351;
  font-size: 20px;
  line-height: 125%;
  margin-top: 12px;

  /* text-transform: capitalize; */
}

.index .inkit .box .cont-img .cont p span:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .index .inkit .box .cont-img .cont p span {
    font-size: 18px;
    margin-top: 6px;

  }
}

@media (max-width: 1200px) {
  .index .inkit .box .cont-img .cont p span {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .index .inkit .box .cont-img .cont p span {
    font-size: 15px;
  }
}

.index .inkit .box .cont-img .cont p span a {
  color: #0A2351;
}

.index .inkit .box .cont-img .cont p span a:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .index .inkit .box .cont-img .cont p span {
    /* font-size: 18px; */
  }
}

@media (max-width: 768px) {
  .index .inkit .box .cont-img .cont p span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .index .inkit .box .cont-img .cont p span {
    font-size: 14px;
  }
}

.index .inkit .box .cont-img .cont .more {
  text-align: center;
  margin-top: 16px;
}

.index .inkit .box .left {
  width: calc(50% - 6px);
}

@media (max-width: 992px) {
  .index .inkit .box .left {
    width: 100%;
  }
}

.index .inkit .box .left .img-box {
  padding-bottom: calc(885 / 950 * 100%);
}

.index .inkit .box .right {
  width: calc(50% - 6px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 992px) {
  .index .inkit .box .right {
    width: 100%;
    margin-top: 12px;
  }
}

.index .inkit .box .right .item1 .img-box {
  padding-bottom: calc(440 / 960 * 100%);
}

.index .inkit .box .right .item2 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index .inkit .box .right .item2 {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .index .inkit .box .right .item2 {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.index .inkit .box .right .item2 .list {
  width: calc(100% / 2 - 6px);
}

@media (max-width: 768px) {
  .index .inkit .box .right .item2 .list {
    width: 100%;
    margin-top: 12px;
  }
}

.index .inkit .box .right .item2 .list .img-box {
  padding-bottom: calc(440 / 470 * 100%);
}

.index .inkit .box .right .item2 .list .cont {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .index .inkit .box .right .item2 .list .cont {
    padding: 0 10px;
  }
}

.index .inhot .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .index .inhot .top {
    flex-wrap: wrap;
  }
}

.index .inhot .top .index-title {
  width: 42%;
}

@media (max-width: 992px) {
  .index .inhot .top .index-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.index .inhot .top .more {
  padding-bottom: 12px;
}

.index .inhot .content {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .index .inhot .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .index .inhot .content {
    margin-top: 30px;
  }
}

.index .inhot .content .inpro-slick {
  margin: -15px -7px;
}

.index .inhot .content .inpro-slick .item-box {
  padding: 15px 7px;
}

@media (min-width: 768px) {
  .index .inhot .content .inpro-slick .item-box .item:hover .cont-img {
    border-color: #0A2351;
  }

  .index .inhot .content .inpro-slick .item-box .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .index .inhot .content .inpro-slick .item-box .item:hover .cont-img .img-box span {
    opacity: 1;
  }

  .index .inhot .content .inpro-slick .item-box .item:hover .cont {
    opacity: 1;
  }
}

.index .inhot .content .inpro-slick .item-box .item .cont-img {
  transition: all 0.4s;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {
  .index .inhot .content .inpro-slick .item-box .item .cont-img {
    border: 1px solid #0A2351;
  }
}

.index .inhot .content .inpro-slick .item-box .item .cont-img .img-box {
  /* padding-bottom: calc(440 / 420 * 100%); */
  border-radius: 8px;
  mix-blend-mode: multiply;  
}

.index .inhot .content .inpro-slick .item-box .item .cont-img .img-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  opacity: 0;
  transition: all 0.4s;
}

.index .inhot .content .inpro-slick .item-box .item .cont {
  padding: 16px 24px 0 24px;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 1400px) {
  .index .inhot .content .inpro-slick .item-box .item .cont {
    padding: 12px 15px 0 15px;
  }
}

@media (max-width: 768px) {
  .index .inhot .content .inpro-slick .item-box .item .cont {
    opacity: 1;
    padding: 10px;
    padding-bottom: 0;
  }
}

.index .inhot .content .inpro-slick .item-box .item .cont .tit {
  color: #0A2351;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 1740px) {
  .index .inhot .content .inpro-slick .item-box .item .cont .tit {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .index .inhot .content .inpro-slick .item-box .item .cont .tit {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .index .inhot .content .inpro-slick .item-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .index .inhot .content .inpro-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}

.index .inhot .content .inpro-slick .item-box .item .cont .tit a {
  color: #0A2351;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index .inhot .content .inpro-slick .item-box .item .cont .tit a:hover {
  text-decoration: underline;
}

.index .inhot .content .inpro-slick .item-box .item .cont .txt {
  margin-top: 6px;
}

.index .inhot .content .inpro-slick .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 125%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .index .inhot .content .inpro-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.index .inline {
  background: #F8F8F8;
  padding: 57px 0 46px 0;
}

.index .inline .index-title h3 {
  text-align: center;
}

.index .inline .index-title h2 {
  text-align: center;
}

.index .inline .more {
  text-align: center;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1400px) {
  .index .inline .more {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  .index .inline .more {
    margin-top: 20px;
  }
}

.index .inline .more a {
  margin-right: 32px;
}

@media (max-width: 1400px) {
  .index .inline .more a {
    margin-right: 25px;
  }
}

@media (max-width: 992px) {
  .index .inline .more a {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .index .inline .more a {
    /* margin: 0;
    margin-bottom: 10px;
    width: 100%; */
    margin-right: 10px;
  }
}

.index .inline .more a:last-child {
  margin-right: 0;
}

.index .inline .content {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .index .inline .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .index .inline .content {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .index .inline .content {
    padding: 0 3%;
  }
}

.innumber .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .innumber .box {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .innumber .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.innumber .box .list {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .innumber .box .list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .innumber .box .list {
    margin: 0;
  }
}

.innumber .box .list:last-child {
  margin-right: 0;
}

.innumber .box .list .count {
  color: #D63333;
  font-family: "PlayfairDisplay";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 16px;
}

@media (max-width: 1400px) {
  .innumber .box .list .count {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .innumber .box .list .count {
    margin-bottom: 10px;
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .innumber .box .list .count {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .innumber .box .list .count {
    font-size: 26px;
  }
}

.innumber .box .list p {
  color: #999;
  font-size: 16px;
  line-height: 125%;
}

@media (max-width: 768px) {
  .innumber .box .list p {
    font-size: 14px;
  }
}

.footer {
  background: linear-gradient(180deg, #0A2351 0%, #0B285D 98.55%);
  /* background: url("../img/fot1.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; */

  position: relative;

}

.footer .bgimg {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 60%;
}

.footer .bgimg img {
  width: 100%;
  height: auto;
}

@media(max-width: 1200px) {
  .footer .bgimg {
    width: 70%;
  }
}

@media(max-width: 768px) {
  .footer .bgimg {
    bottom: 52px;
    width: 100%;
  }
}

.footer .fob1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 48px 0 43px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}

@media (max-width: 1400px) {
  .footer .fob1 {
    padding: 40px 0 30px 0;
  }
}

@media (max-width: 992px) {
  .footer .fob1 {
    flex-wrap: wrap;
  }
}

.footer .fob1 .fologo {
  width: 160px;
}

@media (max-width: 992px) {
  .footer .fob1 .fologo {
    width: 120px;
  }
}

.footer .fob1 .fologo a {
  display: block;
}

.footer .fob1 .fologo img {
  width: 100%;
}

@media (max-width: 768px) {
  .footer .fob1 .icon {
    width: 100%;
    margin-top: 20px;
  }
}

.footer .fob1 .icon ul {
  list-style: none;
  display: flex;
}

.footer .fob1 .icon ul li {
  margin-right: 14px;
}

.footer .fob1 .icon ul li:last-child {
  margin-right: 0;
}

.footer .fob1 .icon ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

.footer .fob1 .icon ul .iconfont:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer .fob2 {
  padding: 50px 0 70px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}

@media (max-width: 1400px) {
  .footer .fob2 {
    padding: 40px 0 50px 0;
  }
}

@media (max-width: 1200px) {
  .footer .fob2 {
    padding: 30px 0 40px 0;
  }
}

@media (max-width: 1200px) {
  .footer .fob2 {
    flex-wrap: wrap;
  }
}

.footer .fob2 ul {
  list-style: none;
}

@media (min-width: 768px) {
  .footer .fob2 .item {
    /* margin-right: 40px; */
  }

  .footer .fob2 .item:last-child {
    margin-right: 0;
  }
}

.footer .fob2 .item h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .footer .fob2 .item h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .footer .fob2 .item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.footer .fob2 .item1 {
  width: 25%;
}

@media (max-width: 1200px) {
  .footer .fob2 .item1 {
    width: 34%;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item1 {
    width: 100%;
  }
}

.footer .fob2 .item1 li {
  margin-top: 24px;
  display: flex;
}

.footer .fob2 .item1 li:first-of-type {
  margin-top: 0;
}

.footer .fob2 .item1 li .iconfont {
  display: inline-flex;
  font-size: 22px;
  color: #FFF;
  line-height: 1;
  margin-right: 10px;
}

.footer .fob2 .item1 li p {
  color: #FFF;
  font-size: 18px;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .footer .fob2 .item1 li p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer .fob2 .item1 li p {
    font-size: 14px;
  }
}

.footer .fob2 .item1 li p span {
  display: block;
  margin-bottom: 10px;
}

.footer .fob2 .item1 li p a {
  color: #FFF;
}

.footer .fob2 .item1 li p a:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .footer .fob2 .item1 li {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item2 {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item2 h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item2 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer .fob2 .item2 ul li {
  margin-top: 16px;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .footer .fob2 .item2 ul li {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .footer .fob2 .item2 ul li:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .footer .fob2 .item2 ul li {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .footer .fob2 .item2 ul li {
    font-size: 16px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footer .fob2 .item2 ul li {
    font-size: 14px;
  }
}

.footer .fob2 .item2 ul li a {
  color: #FFF;
}

.footer .fob2 .item2 ul li a:hover {
  text-decoration: underline;
}

.footer .fob2 .item3 {
  width: 530px;
}

@media (max-width: 1440px) {
  .footer .fob2 .item3 {
    width: 460px;
  }
}

@media (max-width: 1400px) {
  .footer .fob2 .item3 {
    width: 420px;
  }
}

@media (max-width: 1200px) {
  .footer .fob2 .item3 {
    width: 100%;
    margin-top: 30px;
  }
}

.footer .fob2 .item3 .message {
  width: 100%;
}

.footer .fob2 .item3 .message .form2 {
  position: relative;
}

.footer .fob2 .item3 .message .formbox .row {
  list-style: none;
  margin: -7px;
  padding: 0;
}

.footer .fob2 .item3 .message .formbox li {
  padding: 7px;
}

@media (max-width: 1400px) {
  .footer .fob2 .item3 .message .formbox .yzm input {
    max-width: 12em !important;
  }
}

.footer .fob2 .item3 .message .formbox .group {
  position: relative;
}

.footer .fob2 .item3 .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .footer .fob2 .item3 .message .formbox .group b {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .fob2 .item3 .message .formbox .group b {
    font-size: 14px;
  }
}

.footer .fob2 .item3 .message .formbox .group span {
  display: inline-block;
  width: max-content;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .footer .fob2 .item3 .message .formbox .group span {
    margin-left: 10px;
  }
}

.footer .fob2 .item3 .message .formbox .group img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .footer .fob2 .item3 .message .formbox .group img {
    height: 36px;
  }
}

.footer .fob2 .item3 .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .footer .fob2 .item3 .message .formbox .group label {
    font-size: 14px;
  }
}

.footer .fob2 .item3 .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  color: #909AB4;
  font-size: 14px;
  line-height: 100%;
  padding: 14px 17px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .footer .fob2 .item3 .message .formbox .group input {
    padding: 13px 20px;
  }
}

.footer .fob2 .item3 .message .formbox .group input::placeholder {
  color: #909AB4;
}

.footer .fob2 .item3 .message .formbox .group input:focus label {
  display: none;
}

.footer .fob2 .item3 .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.footer .fob2 .item3 .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  color: #909AB4;
  font-size: 14px;
  line-height: 100%;
  padding: 14px 17px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
}

@media (max-width: 767px) {
  .footer .fob2 .item3 .message .formbox .group textarea {
    padding: 13px 20px;
  }
}

.footer .fob2 .item3 .message .formbox .group textarea::placeholder {
  color: #909AB4;
}

.footer .fob2 .item3 .message .formbox .group textarea:focus label {
  display: none;
}

.footer .fob2 .item3 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.footer .fob2 .item3 .message .func {
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media (max-width: 768px) {
  .footer .fob2 .item3 .message .func {
    position: static;
    margin-top: 30px;
  }
}

.footer .fob2 .item3 .message .func .submit-group {
  width: 100%;
  text-align: right;
}

.footer .fob2 .item3 .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 12px 26px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.footer .fob2 .item3 .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.footer .fob2 .item3 .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer .fob3 {
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 170%;
  position: relative;
  z-index: 12;
}

@media (max-width: 1200px) {
  .footer .fob3 {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 1400px) {
  .footer .fob3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer .fob3 {
    padding-bottom: 75px;

  }
}

.footer .fob3 .copyright {
  display: flex;
  position: relative;
  z-index: 14;
}

@media (max-width: 1200px) {
  .footer .fob3 .copyright {
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
  }
}

.footer .fob3 .copyright p {
  margin-right: 10px;
}

.footer .fob3 a {
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.4s;
}

.footer .fob3 a:hover {
  color: #FFF;
  text-decoration: underline;
}

.footer .fob3 .cnzz {
  display: inline-block;
  margin-right: 10px;
}

.footer .fob3 .im1botom {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 14;
}

@media (max-width: 1200px) {
  .footer .fob3 .im1botom {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.footer .fob3 .im1botom span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.45);
  margin: 0 12px;
}

.about-padding {
  padding: 100px 0;
}

@media (max-width: 1440px) {
  .about-padding {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .about-padding {
    padding: 50px 0;
  }
}

@media(max-width: 1200px) {
  .about {
    overflow: hidden;
  }
}

.abbox1 {
  margin: -20px 0;
}

@media (max-width: 1200px) {
  .abbox1 {
    margin: -10px 0;
  }
}

@media (max-width: 992px) {
  .abbox1 {
    margin: 0;
  }
}

.abbox1 .content1 {
  margin-top: 32px;
}

@media (max-width: 1400px) {
  .abbox1 .content1 {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  .abbox1 .content1 {
    margin-top: 20px;
  }
}

.abbox1 .content1 h2 {
  margin-bottom: 16px;
  color: #D63333;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

@media (max-width: 1440px) {
  .abbox1 .content1 h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 1200px) {
  .abbox1 .content1 h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .abbox1 .content1 h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .abbox1 .content1 h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  .abbox1 .content1 h2 {}
}

.abbox1 .content1 p {
  color: #666;
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 1200px) {
  .abbox1 .content1 p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .abbox1 .content1 p {
    font-size: 14px;
    line-height: 25px;
  }
}

.abbox1 .innumber {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .abbox1 .innumber {
    margin-top: 40px;
  }
}

.abbox1 .content2 {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .abbox1 .content2 {
    margin-top: 30px;
  }
}

.abbox1 .content2 img {
  width: 100%;
  height: auto;
}

.abbox1 .content2 .cont-img {
  position: relative;
  padding: 190px 5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:1200px) {
  .abbox1 .content2 .cont-img {
    padding: 130px 5%;

  }
}

@media(max-width:768px) {
  .abbox1 .content2 .cont-img {
    padding: 80px 5%;

  }
}

.abbox1 .content2 .cont-img .firm-video {

  z-index: 22;
}

.abbox1 .content2 .cont-img .firm-video .video::after {
  content: '';
}

.abbox2 {
  background: url(../img/abbox2-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.abbox2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.abbox2 .index-title {
  position: relative;
  z-index: 12;
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 1400px) {
  .abbox2 .index-title {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .abbox2 .index-title {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .abbox2 .index-title {
    width: 100%;
  }
}

.abbox2 .index-title h2 {
  color: #FFF;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .abbox2 .index-title h2 {
    margin-bottom: 20px;
  }
}

.abbox2 .index-title p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .abbox2 .index-title p {
    font-size: 14px;
  }
}

.abbox2 .content {
  position: relative;
  z-index: 12;
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .abbox2 .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .abbox2 .content {
    margin-top: 30px;
  }
}

.abbox2 .content .row-box {
  margin: -15px;
}

.abbox2 .content .row-box .item-box {
  padding: 15px;
}

.abbox2 .content .row-box .item-box .item {
  background: rgba(255, 255, 255, 0.9);
  min-height: 360px;
  padding: 57px 30px;
}

@media (max-width: 1740px) {
  .abbox2 .content .row-box .item-box .item {
    padding: 40px 30px;
  }
}

@media (max-width: 1400px) {
  .abbox2 .content .row-box .item-box .item {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .abbox2 .content .row-box .item-box .item {
    position: sticky;
    top: 10vh;
  }
}

@media (max-width: 768px) {
  .abbox2 .content .row-box .item-box .item {
    min-height: auto;
  }
}

.abbox2 .content .row-box .item-box .item .icon {
  text-align: center;
}

.abbox2 .content .row-box .item-box .item:hover .iconfont {
  animation: swing 1s 0s ease both;
}

.abbox2 .content .row-box .item-box .item .iconfont {
  line-height: 1;
  color: #0A2351;
  font-size: 50px;
  display: inline-block;
}

@media (max-width: 1440px) {
  .abbox2 .content .row-box .item-box .item .iconfont {
    font-size: 40px;
  }
}

.abbox2 .content .row-box .item-box .item .cont {
  margin-top: 52px;
}

@media (max-width: 1740px) {
  .abbox2 .content .row-box .item-box .item .cont {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .abbox2 .content .row-box .item-box .item .cont {
    margin-top: 20px;
  }
}

.abbox2 .content .row-box .item-box .item .cont h2 {
  color: #0A2351;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  width: 66%;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media (max-width: 1740px) {
  .abbox2 .content .row-box .item-box .item .cont h2 {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  .abbox2 .content .row-box .item-box .item .cont h2 {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .abbox2 .content .row-box .item-box .item .cont h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .abbox2 .content .row-box .item-box .item .cont h2 {
    font-size: 18px;
  }
}

.abbox2 .content .row-box .item-box .item .cont p {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .abbox2 .content .row-box .item-box .item .cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* @media (min-width: 1200px) {
  .abbox2 .content .row-box ._02 {
    margin-top: 40vh;
  }
  .abbox2 .content .row-box ._03 {
    margin-top: 80vh;
  }
  .abbox2 .content .row-box ._04 {
    margin-top: 120vh;
  }
} */
.abbox3 .index-title {
  position: relative;
  z-index: 12;
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 1400px) {
  .abbox3 .index-title {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .abbox3 .index-title {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .abbox3 .index-title {
    width: 100%;
  }
}

.abbox3 .index-title h2 {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .abbox3 .index-title h2 {
    margin-bottom: 20px;
  }
}

.abbox3 .index-title p {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .abbox3 .index-title p {
    font-size: 14px;
  }
}

.abbox3 .content {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1400px) {
  .abbox3 .content {
    margin-top: 40px;
  }
}

.abbox3 .content .abbox3-slick {
  margin: -15px;
}

@media (max-width: 768px) {
  .abbox3 .content .abbox3-slick {
    margin: -8px;
  }
}

.abbox3 .content .abbox3-slick .item-box {
  padding: 15px;
}

@media (max-width: 768px) {
  .abbox3 .content .abbox3-slick .item-box {
    padding: 8px;
  }
}

.abbox3 .content .abbox3-slick .item-box .item {
  cursor: pointer;
}

.abbox3 .content .abbox3-slick .item-box .item:hover .cont-img {
  border-color: rgba(214, 51, 51, 0.2);
}

.abbox3 .content .abbox3-slick .item-box .item:hover .cont-img::before {
  height: 100%;
}

.abbox3 .content .abbox3-slick .item-box .item:hover .tit {
  color: #D63333;
}

.abbox3 .content .abbox3-slick .item-box .item .cont-img {
  padding: 20px 26px;
  background: #F5F5F5;
  border: 1px solid transparent;
  transition: all 0.4s;
  position: relative;
}

@media (max-width: 1200px) {
  .abbox3 .content .abbox3-slick .item-box .item .cont-img {
    padding: 12px 16px;
  }
}

@media (max-width: 768px) {
  .abbox3 .content .abbox3-slick .item-box .item .cont-img {
    padding: 10px;
  }
}

.abbox3 .content .abbox3-slick .item-box .item .cont-img::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(214, 51, 51, 0.1) 0%, #D63333 50%, rgba(214, 51, 51, 0.1) 100%);
  transition: all 0.4s;
}

.abbox3 .content .abbox3-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(390 / 270 * 100%);
  z-index: 2;
}

.abbox3 .content .abbox3-slick .item-box .item .cont-img .img-box img {
  transform: scale(1);
}

.abbox3 .content .abbox3-slick .item-box .item .tit {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
  text-align: center;
}

@media (max-width: 992px) {
  .abbox3 .content .abbox3-slick .item-box .item .tit {
    font-size: 16px;
  }
}

.abbox3 .content .slick-dots {
  bottom: -60px;
}

.abbox3 .content .slick-dots li {
  margin: 0 6px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.abbox3 .content .slick-dots li.slick-active {
  background: #D63333;
}

.abbox3 .content .slick-dots li.slick-active button {
  background-color: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.abbox3 .content .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #DFDFDF;
  border-radius: 100px;
}

.abbox3 .content .slick-dots li button::before {
  display: none;
}

.marquee-cont {
  margin: -15px;
}

.marquee-cont .item {
  padding: 15px;
}

@media(max-width:768px) {
  .marquee-cont .item {
    padding: 15px 10px;
  }
}

.marquee-cont .item .img-box {
  padding-bottom: calc(400 / 560 * 100%);
  border-radius: 8px;
}

.abbox4 {
  padding: 50px 0 75px 0;
}

@media (max-width: 1400px) {
  .abbox4 {
    padding: 30px 0 45px 0;
  }
}

.product .top-nav {
  display: flex;
  display: none;
}

@media (max-width: 1199px) {
  .product .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .product .top-nav {
    font-size: 14px;
  }
}

.product .top-nav li {
  display: block;
  padding: 4px;
}

@media (max-width: 991px) {
  .product .top-nav li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .product .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}

.product .top-nav a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}

@media (max-width: 991px) {
  .product .top-nav a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product .top-nav a {
    font-size: 14px;
  }
}

.product .top-nav a:hover {
  color: white;
  background-color: #0A2351;
}

.product .top-nav a.active {
  background-color: #0A2351;
  color: white;
}

.product .popular .popular-box {
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}

.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 90px;
  overflow: hidden;
  width: 375px;
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar {
  width: 2px;
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar-thumb {
  background: #D63333;
  border-radius: 3px;
  transition: background 0.3s ease;
}

@media (max-width: 1740px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 320px;
  }
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 260px;
  }
}

.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 14px;
}

.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}

.product .popular .popular-box .popular-left .ul-li .a-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 13px 24px;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li .a-title {
    padding: 10px 20px;
  }
}

.product .popular .popular-box .popular-left .ul-li .a-title::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  content: "\e632";
  transition: all 0.5s;
}

.product .popular .popular-box .popular-left .ul-li .a-title>a {
  width: 85%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li .a-title>a span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li .a-title>a span {
    font-size: 18px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  margin-top: 4px;
  border-radius: 8px;
  background: #0A2351;
  padding: 24px;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul {
    padding: 20px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul li {
  margin-top: 16px;
  transition: all 0.4s;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  text-decoration: underline;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a p {
  text-decoration: inherit;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a p span {
  text-decoration: inherit;
}

.product .popular .popular-box .popular-left .ul-li ul li.on a {
  text-decoration: underline;
}

.product .popular .popular-box .popular-left .ul-li ul li.on a p span {
  text-decoration: inherit;
}

.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #FFF;
  font-size: 16px;
  display: block;
  position: relative;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  padding-left: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product .popular .popular-box .popular-left .ul-li ul li ul {
  background-color: #FFF;
  margin-top: 20px;
  padding: 15px;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a {
  display: flex;
  align-items: center;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #0A2351;
  border-radius: 10px;
  margin: 0 10px;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a:hover {
  text-decoration: underline;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a span {
  color: #0A2351;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title {
  background-color: #0A2351;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title::after {
  transform: rotate(45deg);
  color: #fff;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title>a span {
  color: #fff;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title {
  background-color: #0A2351;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title::after {
  /* transform: rotate(45deg); */
  color: #fff;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title>a span {
  color: #fff;
}

.product .popular .popular-box .popular-right {
  width: calc(100% - 375px - 60px);
  margin-left: auto;
}

@media (max-width: 1740px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 320px - 60px);
  }
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 40px);
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 260px - 40px);
  }
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}

.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}

.product .popular .popular-box .popular-right.product-right .title {
  margin-bottom: 32px;
}

.product .popular .popular-box .popular-right.product-right .title h2 {
  color: #0A2351;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 12px;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 24px;
  }
}

.product .popular .popular-box .popular-right.product-right .title p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .title p {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .title p {
    font-size: 14px;
    line-height: 26px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -20px -26px;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box {
    margin: -15px -20px;
  }
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box {
    margin: -15px -10px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 20px 26px;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
    padding: 15px 10px;
  }
}

@media (min-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img {
    border-color: #0A2351;
  }

  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img .addcar {
    opacity: 1;
  }

  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img .img-box span {
    opacity: 1;
  }

  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .tit a {
    color: #0A2351;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img {
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img {
    border: 1px solid #0A2351;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .addcar {
  position: absolute;
  z-index: 22;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .addcar {
    right: 10px;
    bottom: 10px;
    opacity: 1;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .addcar::before {
  font-family: 'iconfont' !important;
  content: '\e600';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 42px;
  background: #D63333;
  color: #FFFFFF;
  font-size: 20px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box {
  /* padding-bottom: calc(440 / 390 * 100%); */
  border-radius: 8px;
  mix-blend-mode: multiply; 
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  opacity: 0;
  transition: all 0.4s;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
  padding: 20px 24px 0 24px;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
    padding: 12px 15px 0 15px;
  }
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
    padding: 0;
    padding-top: 10px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  /* line-height: 125%; */
}

@media (max-width: 992px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
    font-size: 16px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt {
  margin-top: 6px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 125%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.productdatails-top {
  padding-bottom: 0;
  position: relative;
}

.productdatails-top .pouch-cont {
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width:1740px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    /* width: 53%; */
  }
}
@media (max-width:1440px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    /* width: 58%; */
  }
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.pouch-cont-left:hover .prev-next {
  opacity: 1;
}

.pouch-cont-left .prev-next {
  display: block !important;
  position: absolute;
  /* opacity: 0; */
  width: 80%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .pouch-cont-left .prev-next {
  }
}

@media (max-width: 992px) {
  .pouch-cont-left .prev-next {
    width: 95%;
    top: 40%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.pouch-cont-left .prev-next .slick-prev::before,
.pouch-cont-left .prev-next .slick-next::before{
  content: '\e630';
  font-size: 20px;
}
.pouch-cont-left .prev-next .slick-prev,
.pouch-cont-left .prev-next .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: all;
  background: transparent;
  border: none;
}
.pouch-cont-left .prev-next .slick-prev::before,
.pouch-cont-left .prev-next .slick-next::before{
  color: #000;
  font-size: 26px;

} 
.pouch-cont-left .prev-next .slick-prev {
  left: 0;
}

.pouch-cont-left .prev-next .slick-next {
  right: 0;
}

.pouch-cont-left .left-vertical {
  width: 17.4%;
}
@media (max-width: 1740px) {
  .pouch-cont-left .left-vertical {
    width: 16.9%;
  }
}
@media (max-width: 1400px) {
  .pouch-cont-left .left-vertical {
    width: 16%;
  }

  .pouch-cont-left .prev-next .slick-prev,
  .pouch-cont-left .prev-next .slick-next {

  }
}

@media (max-width: 1200px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 17.3%;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  cursor: pointer;
  border-radius: 10px;
  
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 5px 0;
  position: relative;
  padding-right: 2px;
}

@media (max-width: 1740px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  }
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    padding: 0 5px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item{
  padding: 2px;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box {
  border: 1px solid #0A2351;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box::before {
  position: absolute;
  z-index: 2;
  background: #00000066;
  width: calc(100%);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }

  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }

  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e60e';
  font-size: 12px;
  padding-left: 3px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #0A2351;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #0A2351;
  border-radius: 50%;
  z-index: 6;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  /* padding-bottom: calc(150 / 130 * 100%); */
  border-radius: 10px;
  mix-blend-mode: multiply;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .cont-img{
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1)); 
  border-radius: 10px;
 }
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
  transform: scale(1);
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 80%;
}

@media (max-width: 1200px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    margin-bottom: 15px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  padding: 0 40px;
}

@media(max-width:1400px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item.item-video {
  padding: 0;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-slide {
  background: #FFF;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .cont-img{
 background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1)); 
 border-radius: 10px;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  /* padding-bottom: calc(650 / 580 * 100%); */
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
  transform: scale(1);
  transition: none;

}

.productdatails-top .pouch-cont .pouch-cont-right {
  width: 35%;
  position: relative;
  z-index: 12;
  padding-top: 50px;
}

@media (max-width: 1740px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 30px;
  }
}
@media (max-width: 1440px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    /* width: 40%; */
  }
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  color: #0A2351;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

@media (max-width: 1560px) {
  .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 20px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin-top: 20px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont1 span {
  display: block;
  margin-bottom: 16px;
  color: #0A2351;
  font-size: 18px;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 span {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 span {
    margin-bottom: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
  color: #444;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
    font-size: 14px;
    line-height: 24px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  margin-top: 70px;
}

@media (max-width: 1440px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 30px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont2 p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont2 p {
    font-size: 16px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
    margin-top: 40px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
  width: calc(50% - 15px);
}

@media (max-width: 575px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
    width: calc(50% - 3px);
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 a span {
  justify-content: center;
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 a span::after {
  font-size: 20px;
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 .nav-1 span::after {
  content: '\e606';
}

.productdatails-top .pouch-cont .pouch-cont-right .cont3 .cart span::after {
  content: '\e600';
}

.productdetails .productdetails-nav {
  position: sticky;
  top: 90px;
  z-index: 99;
  background-color: #FFF;
  margin-top: 54px;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .productdetails .productdetails-nav {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .productdetails .productdetails-nav {
    top: 62px;
  }
}

@media (max-width: 991px) {
  .productdetails .productdetails-nav {
    position: static;
  }
}

.productdetails .productdetails-nav ul {
  list-style: none;
  display: flex;
  /* border-bottom: 2px solid #D0D0D0; */
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.productdetails .productdetails-nav ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #D0D0D0;
  bottom: 0.45px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .productdetails .productdetails-nav ul {}
}

@media (max-width: 992px) {
  .productdetails .productdetails-nav ul {}
}

@media (max-width: 767px) {
  .productdetails .productdetails-nav ul {
    /* grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    display: grid;
    border-bottom: none; */
  }
}

.productdetails .productdetails-nav ul li {
  position: relative;
  margin-right: 115px;
}

@media (max-width: 1740px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 80px;
  }
}

@media (max-width: 1440px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 60px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 40px;
  }
}

@media (max-width: 992px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 20px;
  }
}

.productdetails .productdetails-nav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li {}
}

.productdetails .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding: 26px 0;
  transition: all 0.5s;
  position: relative;
}

.productdetails .productdetails-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 6px;
  background-color: #0A2351;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .productdetails .productdetails-nav ul li a {
    padding-bottom: 12px;
    font-size: 16px;
  }

  .productdetails .productdetails-nav ul li a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li a {
    /* text-align: center;
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #0A2351; */
  }
}

@media (min-width: 767px) {
  .productdetails .productdetails-nav ul li a:hover {
    color: #0A2351;
  }

  .productdetails .productdetails-nav ul li a:hover::before {
    width: 100%;
  }

  .productdetails .productdetails-nav ul li a.active {
    color: #0A2351;
  }

  .productdetails .productdetails-nav ul li a.active::before {
    width: 100%;
  }
}

.productdetails .detailscontent .title {
  margin: 60px 0 12px 0;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .title {
    margin: 40px 0 12px 0;
  }
}

.productdetails .detailscontent .title h2 {
  color: #0A2351;
  font-size: 36px;
  line-height: 125%;
}

@media (max-width: 1470px) {
  .productdetails .detailscontent .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .title h2 {}
}

@media (max-width: 1200px) {
  .productdetails .detailscontent .title h2 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .productdetails .detailscontent .title h2 {
    font-size: 20px;
  }
}

.productdetails .detailscontent .prods p,
.productdetails .detailscontent .prods li,
.productdetails .detailscontent .prods td {
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {

  .productdetails .detailscontent .prods p,
  .productdetails .detailscontent .prods li,
  .productdetails .detailscontent .prods td {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {

  .productdetails .detailscontent .prods p,
  .productdetails .detailscontent .prods li,
  .productdetails .detailscontent .prods td {
    font-size: 14px;
    line-height: 26px;
  }
}

.productdetails .detailscontent .prods ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.productdetails .detailscontent .prods table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.productdetails .detailscontent .prods table tr td {
  border: 1px solid #0A2351;
  padding: 10px 15px;
}

.productdetails .detailscontent .inquiry .message {
  width: 100%;
}

.productdetails .detailscontent .inquiry .message .form2 {
  position: relative;
}

.productdetails .detailscontent .inquiry .message .formbox .now-title {
  margin-bottom: 20px;
}

.productdetails .detailscontent .inquiry .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #0A2351;
  padding: 17px 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}

.productdetails .detailscontent .inquiry .message .formbox li {
  padding: 10px;
}

.productdetails .detailscontent .inquiry .message .formbox .group {
  position: relative;
}

.productdetails .detailscontent .inquiry .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry .message .formbox .group b {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .group b {
    font-size: 14px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .productdetails .detailscontent .inquiry .message .formbox .group span {
    margin-left: 10px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group span img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .group span img {
    height: 36px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .group label {
    font-size: 14px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .group input {
    padding: 13px 20px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group input::placeholder {
  color: #666;
}

.productdetails .detailscontent .inquiry .message .formbox .group input:focus label {
  display: none;
}

.productdetails .detailscontent .inquiry .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.productdetails .detailscontent .inquiry .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 220px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .message .formbox .group textarea {
    padding: 13px 20px;
  }
}

.productdetails .detailscontent .inquiry .message .formbox .group textarea::placeholder {
  color: #666;
}

.productdetails .detailscontent .inquiry .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .detailscontent .inquiry .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.productdetails .detailscontent .inquiry .message .func {
  margin-top: 20px;
}

.productdetails .detailscontent .inquiry .message .func .submit-group {
  width: 100%;
}

.productdetails .detailscontent .inquiry .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 14px 32px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.productdetails .detailscontent .inquiry .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.productdetails .detailscontent .inquiry .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.productdetails .detailscontent .eval .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .eval .title {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .productdetails .detailscontent .eval .title h2 {
    margin-bottom: 20px;
    width: 100%;
  }
}

.productdetails .detailscontent .eval .title span {
  color: #0A2351;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.productdetails .detailscontent .eval .message {
  width: 100%;
}

.productdetails .detailscontent .eval .message .formbox .row {
  margin: -8px;
}

.productdetails .detailscontent .eval .message .formbox ul {
  list-style: none;
}

.productdetails .detailscontent .eval .message .formbox li {
  padding: 8px;
}

.productdetails .detailscontent .eval .message .formbox .group {
  position: relative;
}

.productdetails .detailscontent .eval .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .productdetails .detailscontent .eval .message .formbox .group span {
    margin-left: 10px;
  }
}

.productdetails .detailscontent .eval .message .formbox .group span img {
  width: auto;
  height: 40px;
}

.productdetails .detailscontent .eval .message .formbox .group input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 17px;
  padding: 16px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .productdetails .detailscontent .eval .message .formbox .group input {
    padding: 12px 14px;
  }
}

.productdetails .detailscontent .eval .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  /* 14px */
}

.productdetails .detailscontent .eval .message .formbox .group input:focus label {
  display: none;
}

.productdetails .detailscontent .eval .message .formbox .group input:focus::placeholder {
  color: #999;
}

.productdetails .detailscontent .eval .message .formbox .group textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 17px;
  padding: 16px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 170px;
}

@media (max-width: 991px) {
  .productdetails .detailscontent .eval .message .formbox .group textarea {
    padding: 12px 14px;
    height: 120px;
  }
}

.productdetails .detailscontent .eval .message .formbox .group textarea::placeholder {
  color: #666;
}

.productdetails .detailscontent .eval .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .detailscontent .eval .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.productdetails .detailscontent .eval .message .formbox .group .start {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 133px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .eval .message .formbox .group .start {
    left: 115px;
  }
}

.productdetails .detailscontent .eval .message .formbox .group .start .iconfont {
  color: #00C161;
  font-size: 18px;
  margin-right: 5.6px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .eval .message .formbox .group .start .iconfont {
    font-size: 16px;
  }
}

.productdetails .detailscontent .eval .message .func {
  margin-top: 20px;
}

.productdetails .detailscontent .eval .message .func .submit-group {
  width: 100%;
}

.productdetails .detailscontent .eval .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 14px 32px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.productdetails .detailscontent .eval .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.productdetails .detailscontent .eval .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.productdetails .detailscontent .eval .evaluate {
  padding-top: 50px;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box {
  margin-top: 40px;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box:first-of-type {
  margin-top: 0;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item {
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F5F5;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top {
  display: flex;
  align-items: flex-end;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top .user {
  color: #222;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top .user {
    font-size: 24px;
  }
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top .date {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-left: 40px;
}

@media (max-width: 992px) {
  .productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top .date {
    margin-left: 30px;
    margin-bottom: 3px;
  }
}

@media (max-width: 768px) {
  .productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .top .date {
    font-size: 14px;
    margin-left: 20px;
  }
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .icon {
  display: flex;
  margin: 27px 0 24px 0;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .icon {
    margin: 20px 0 18px 0;
  }
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .icon .iconfont {
  font-size: 16px;
  margin-right: 5px;
  color: #D63333;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .icon .iconfont {
    font-size: 14px;
  }
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .txt {
  width: 97%;
}

.productdetails .detailscontent .eval .evaluate .evaluate-slick .item-box .item .txt p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.productdetails .detailscontent .rets {
  padding-top: 0;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rets .title {
    margin-bottom: 60px;
  }
}

.productdetails .detailscontent .rets .slick-dots {
  bottom: calc(100% + 10px);
  text-align: right;
  right: 1%;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .rets .slick-dots {
    bottom: calc(100% + 5px);
  }
}

.productdetails .detailscontent .rets .slick-dots li {
  margin: 0 6px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.productdetails .detailscontent .rets .slick-dots li.slick-active {
  background: #D63333;
}

.productdetails .detailscontent .rets .slick-dots li.slick-active button {
  background-color: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.productdetails .detailscontent .rets .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #DFDFDF;
  border-radius: 100px;
}

.productdetails .detailscontent .rets .slick-dots li button::before {
  display: none;
}

.productdetails .detailscontent .rets .rets-slick {
  margin: -15px;
}

.productdetails .detailscontent .rets .rets-slick .item-box {
  padding: 15px;
  
}

@media (min-width: 768px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item:hover .cont-img {
    border-color: #0A2351;
  }

  .productdetails .detailscontent .rets .rets-slick .item-box .item:hover .cont-img .addcar {
    opacity: 1;
  }

  .productdetails .detailscontent .rets .rets-slick .item-box .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .productdetails .detailscontent .rets .rets-slick .item-box .item:hover .cont-img .img-box span {
    opacity: 1;
  }

  .productdetails .detailscontent .rets .rets-slick .item-box .item:hover .cont .tit a {
    color: #0A2351;
  }
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img {
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  border: 1px solid transparent;
  background: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
} 

@media (max-width: 768px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img {
    border: 1px solid #0A2351;
  }
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img .addcar {
  position: absolute;
  z-index: 22;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img .addcar {
    right: 10px;
    bottom: 10px;
    opacity: 1;
  }
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img .addcar::before {
  font-family: 'iconfont' !important;
  content: '\e600';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 42px;
  background: #D63333;
  color: #FFFFFF;
  font-size: 20px;
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img .img-box {
  /* padding-bottom: calc(440 / 390 * 100%); */
  border-radius: 8px;
  mix-blend-mode: multiply;
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont-img .img-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  opacity: 0;
  transition: all 0.4s;
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont {
  padding: 20px 24px 0 24px;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont {
    padding: 15px 20px 0 15px;
  }
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont {
    padding: 0;
    padding-top: 10px;
  }
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont .tit {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  /* line-height: 125%; */
}

@media (max-width: 992px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont .tit a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont .txt {
  margin-top: 6px;
}

.productdetails .detailscontent .rets .rets-slick .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 125%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rets .rets-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.contact .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .contact .box {
    flex-wrap: wrap;
  }
}

.contact .box .left {
  width: 43%;
  border-radius: 20px;
  border: 1px solid #EEE;
  padding: 40px;
}

@media (max-width: 1200px) {
  .contact .box .left {
    width: 100%;
  }
}

.contact .box .left .index-title h3 {
  margin: 0;
}

.contact .box .left .index-title h2 {
  margin: 16px 0;
}

.contact .box .left .index-title p {
  color: #0A2351;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .contact .box .left .index-title p {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .contact .box .left .index-title p {
    font-size: 14px;
    line-height: 25px;
  }
}

.contact .box .left .cont .list {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

@media (max-width: 992px) {
  .contact .box .left .cont .list {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .contact .box .left .cont .list {
    flex-wrap: wrap;
  }
}

.contact .box .left .cont .list:hover .iconfont {
  color: #FFF;
  background-color: #0A2351;
  animation: swing 1s 0s ease both;
}

.contact .box .left .cont .list .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #0A2351;
  font-size: 32px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .contact .box .left .cont .list .iconfont {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .contact .box .left .cont .list .iconfont {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}

.contact .box .left .cont .list p {
  width: 80%;
  margin-left: 20px;
  color: #222222;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .contact .box .left .cont .list p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.contact .box .left .cont .list p span {
  display: block;
  color: #0A2351;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .contact .box .left .cont .list p span {
    margin-bottom: 10px;
  }
}

@media (max-width: 1440px) {
  .contact .box .left .cont .list p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .contact .box .left .cont .list p {
    font-size: 18px;
    line-height: 26px;
  }
}

.contact .box .left .cont .list p a {
  color: #222222;
  transition: all 0.4s;
}

.contact .box .left .cont .list p a:hover {
  text-decoration: underline;
}

.contact .box .right {
  width: 55%;
  border-radius: 20px;
  border: 1px solid #EEE;
  padding: 50px;
}

@media (max-width: 1200px) {
  .contact .box .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  .contact .box .right {
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .contact .box .right {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .contact .box .right {
    padding: 20px;
  }
}

.contact .box .right .message {
  width: 100%;
}

.contact .box .right .message form {
  position: relative;
}

.contact .box .right .message .formbox .now-title {
  margin-bottom: 20px;
}

.contact .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #0A2351;
  padding: 17px 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.contact .box .right .message .formbox .row {
  list-style: none;
  margin: -12px -10px;
  padding: 0;
}

.contact .box .right .message .formbox li {
  padding: 12px 10px;
}

@media (max-width: 1400px) {
  .contact .box .right .message .formbox .yzm input {
    max-width: 12em !important;
  }
}

.contact .box .right .message .formbox .group {
  position: relative;
}

.contact .box .right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .contact .box .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .group b {
    font-size: 14px;
  }
}

.contact .box .right .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .contact .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}

.contact .box .right .message .formbox .group span img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .group span img {
    height: 36px;
  }
}

.contact .box .right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .group label {
    font-size: 14px;
  }
}

.contact .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .group input {
    padding: 13px 20px;
  }
}

.contact .box .right .message .formbox .group input::placeholder {
  color: #666;
}

.contact .box .right .message .formbox .group input:focus label {
  display: none;
}

.contact .box .right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.contact .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
}

@media (max-width: 767px) {
  .contact .box .right .message .formbox .group textarea {
    padding: 13px 20px;
  }
}

.contact .box .right .message .formbox .group textarea::placeholder {
  color: #666;
}

.contact .box .right .message .formbox .group textarea:focus label {
  display: none;
}

.contact .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.contact .box .right .message .func {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contact .box .right .message .func {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-top: 0;
  }
}

.contact .box .right .message .func .submit-group {
  width: 100%;
}

.contact .box .right .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 14px 32px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.contact .box .right .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.contact .box .right .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  padding: 16px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .ratingbox {
    padding: 12px 14px;
  }
}

.ratingbox p {
  color: #666;
  font-size: 16px;
  line-height: 17px;
}

@media (max-width: 1199px) {
  .ratingbox p {
    font-size: 14px;
  }
}

.ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ratingbox .rating input {
  display: none !important;
}

.ratingbox .rating input:checked~label:before {
  content: '\e9a1';
}

.ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #D63333;
}

.ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e9a2';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
  content: '\e9a1';
}

.upload {
  margin-top: 10px;
  text-align: right;
  margin-left: 20px;
}

.upload button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
}

.upload button::after {
  display: none;
}

.upload button:hover {
  text-decoration: underline;
}

.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}

.upload-wrap .inquiry-form p {
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

.upload-wrap .btn-primary {
  cursor: pointer;
}

.upload-wrap .btn-sm {
  padding: 0 4px;
}

.upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}

.upload-wrap .input-group .fileinput-remove-button,
.upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}

.upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}

.upload-wrap button span {
  font-size: 14px;
}

.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e605";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.kv-zoom-actions button {
  padding: 0 4px;
}

.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}

.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 930px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}

@media (max-width: 767px) {
  .popbox .contbox {
    top: 15%;
  }
}

.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}

.popbox .contbox .contact-message .box {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}

.popbox .contbox .contact-message .box .left {
  width: 367px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .left {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .left {
    display: none;
  }
}

.popbox .contbox .contact-message .box .left img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .left img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
  }
}

.popbox .contbox .contact-message .box .right {
  width: calc(100% - 367px);
  padding: 50px 50px;
}

@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 40px;
  }
}

@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .right {
    width: 100%;
    padding: 30px 20px;
  }
}

.popbox .contbox .contact-message .box .right .title h2 {
  color: #000;
  font-family: "BonaNova";
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.08px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .right .title h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .right .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.popbox .contbox .contact-message .box .right .title p {
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  margin-top: 40px;
}

.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 16px;
}

.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #0A2351;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -5px;
}

.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 5px;
}

.popbox .contbox .contact-message .box .right .message .formbox li img {
  width: 100px;
}

.popbox .contbox .contact-message .box .right .message .formbox li p {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-top: 20px;
}

.popbox .contbox .contact-message .box .right .message .formbox li p a {
  color: #0A2351;
}

.popbox .contbox .contact-message .box .right .message .formbox li p a:hover {
  text-decoration: underline;
}

.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}

.popbox .contbox .contact-message .box .right .message .formbox .group input {
  overflow: hidden;
  border: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #444;
}

.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}

.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 140px;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popbox .contbox .contact-message .box .right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popbox .contbox .contact-message .box .right .message .func .submit-group button {
  border: none;
  transition: all 0.4s;
  min-width: 170px;
}

.popbox .contbox .contact-message .box .right .message .func .upload {
  color: #000;
}

.popbox .contbox .popnone {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 440;
  cursor: pointer;
}

.popbox .contbox .popnone .icon:hover::after {
  color: #555;
  background-color: #eee;
}

.popbox .contbox .popnone .icon::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: 'x';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  color: #888;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.sitmap {
  padding: 100px 0;
  overflow: hidden;
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .sitmap {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
    margin-top: 80px;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #0A2351;
}

@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}

.sitmap ul {
  list-style: none;
}

.sitmap ul li {
  margin-top: 20px;
}

.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #0A2351;
}

.sitmap ul li:hover ul {
  margin-top: 20px;
}

.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}

.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}

.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}

.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}

@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}

.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}

.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}

.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li ul li a {
  color: #0A2351;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.privalcy {
  padding: 100px 0;
  overflow: hidden;
  margin-top: 60px;
  min-height: 500px;
}

@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}

.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}

.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}

@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}

nav {
  display: flex;
  text-align: center;
  justify-content: center;
}

a {
  text-decoration: none;
}

.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 60px 0 0 0;
}

@media (max-width: 1400px) {
  .pagination {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .pagination {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 991px) {
  .pagination {
    margin: 30px 0 0 0;
  }
}

.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 15px;
  vertical-align: top;
}

.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #0A2351;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #0A2351 !important;
}

.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 17px;
  display: block;
  content: '\e709';
  color: #0A2351;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}

.pagination li.prev a:hover:before,
.pagination li.next a:hover:after {
  color: #fff;
}

.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A2351;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}

.pagination li a.have-more {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}

.pagination li a span {
  border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #D63333;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #D63333;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #D63333;
}

.newsdetails {
  margin: 120px 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .newsdetails {
    margin: 100px 0;
  }
}

@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}

@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}

.newsdetails .inquiry {
  margin-top: 40px;
}

.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}

.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #0A2351;
  text-align: left;
}

.newsdetails .conbox {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}

.newsdetails .cont .table-box {
  overflow-x: auto;
}

.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}

.newsdetails .cont table tr:first-child {
  background-color: #0A2351;
}

.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}

.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 16px;
  }
}

.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 10px;
}

.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
  color: #666;
  font-size: 18px;
}

@media (max-width: 767px) {
  .newsdetails .cont ul li {
    font-size: 16px;
  }
}

.newsdetails .cont p {
  font-size: 18px;
  margin: 0;
  color: #666;
}

@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 16px;
  }
}

.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.newsdetails .auto-adjust-img p {
  position: relative;
}

.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.newsdetails .auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
}

.newsdetails .pdsrev {
  padding-top: 40px;
}

.newsdetails .pdsrev .top {
  align-items: center;
  padding-bottom: 20px;
}

.newsdetails .pdsrev .index-title h2 {
  font-size: 30px !important;
  line-height: normal !important;
  margin: 0;
}

@media (max-width: 992px) {
  .newsdetails .pdsrev .index-title h2 {
    font-size: 26px !important;
  }
}

.newsdetails .pdsrev .prev-next {
  width: 80px;
  height: 30px;
}

.newsdetails .pdsrev .prev-next .slick-prev,
.newsdetails .pdsrev .prev-next .slick-next {
  width: 35px;
  height: 35px;
}

.newsdetails .pdsrev .prev-next .slick-prev::before,
.newsdetails .pdsrev .prev-next .slick-next::before {
  font-size: 16px;
}

.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}

.newsdetails .share a {
  margin-left: 10px;
}

.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}

.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}

.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e613';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

.newsdetails .relate-details a:hover {
  color: #0A2351;
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #0A2351;
}

.newsdetails .relate-details .next a:before {
  content: '\e613';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-bottom {
  padding: 40px 0 40px 0;
}

.now-bottom .now-title {
  margin-top: 20px;
}

.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}

.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #0A2351;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-weight: 400;
}

.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}

.now-bottom .contactus-right .message {
  width: 100%;
}

.now-bottom .contactus-right .message .form2 {
  position: relative;
}

.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 20px;
}

.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #0A2351;
  padding: 17px 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}

.now-bottom .contactus-right .message .formbox li {
  padding: 10px;
}

.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}

.now-bottom .contactus-right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group b {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group b {
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group span {
    margin-left: 10px;
  }
}

.now-bottom .contactus-right .message .formbox .group span img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group span img {
    height: 36px;
  }
}

.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group label {
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 13px 20px;
  }
}

.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #666;
}

.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}

.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 220px;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 13px 20px;
  }
}

.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #666;
}

.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}

.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.now-bottom .contactus-right .message .func {
  margin-top: 20px;
}

.now-bottom .contactus-right .message .func .submit-group {
  width: 100%;
}

.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 14px 32px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.now-bottom .contactus-right .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.now-bottom .contactus-right .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.inquiry-wrap {
  margin-top: 60px;
  overflow: hidden;
}

.inquiry-wrap .index-title {
  text-align: center;
}

.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}

.inquiry-wrap .size-list-box {
  padding-right: 15px;
}

.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #0A2351;
  border-color: #000;
}

.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}

.inquiry-wrap .iq-title,
.inquiry-wrap .list>li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}

.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #0A2351;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 2%;
    padding-right: 0;
  }
}

.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}

.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}

.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}

@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}

.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}

.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}

@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}

.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}

@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}

@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}

.inquiry-wrap .inquiry-box .check-box .check-all>label {
  margin-right: 10px;
}

.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}

.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }

  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}

.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}

.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}

.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span {
  color: #999;
  margin-left: 15px;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span:first-of-type {
  margin-left: 0;
}

.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}

.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}

.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}

.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}

.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}

.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}

.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }

  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}

.inquiry-wrap .inquiry-box .list {
  border: 1px solid #0A2351;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #0A2351;
}

.inquiry-wrap .inquiry-box .list>li:nth-of-type(1) {
  border-top: none;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list>li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inquiry-wrap .inquiry-box .list>li {
  flex-wrap: wrap;
}

.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}

@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }

  .inquiry-wrap .pro-parameter>div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}

.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}

.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}

/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}

.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}

.inquiry-wrap .content .message .form2 {
  position: relative;
}

.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 20px;
}

.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #0A2351;
  padding: 17px 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}

.inquiry-wrap .content .message .formbox li {
  padding: 10px;
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group b {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group b {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group span {
    margin-left: 10px;
  }
}

.inquiry-wrap .content .message .formbox .group span img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group span img {
    height: 36px;
  }
}

.inquiry-wrap .content .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group label {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 13px 20px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #666;
}

.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #F8F8F8;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 24px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 220px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 13px 20px;
  }
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #666;
}

.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.inquiry-wrap .content .message .func {
  margin-top: 20px;
}

.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
}

.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background-color: #D63333;
  padding: 14px 32px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}

.inquiry-wrap .content .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e606";
  margin-left: 12px;
  font-size: 20px;
  color: #FFF;
}

.inquiry-wrap .content .message .func button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popular .search-none {
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .popular .search-none {
    margin-bottom: 20px;
  }
}

.popular .search-none h2 {
  color: #666;
}

.popular .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}

.fixpop {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 11;
  background-color: #00511d;
  color: #fff;
  padding: 10px 18px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}

.fixpop:hover {
  background-color: #0a5c0a;
}

.formpop {
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
  width: 420px;
  max-height: calc(100% - 40%);
  background-size: cover;
  border-radius: 5px;
  padding: 20px;
}

.formpop .box .icon {
  text-align: center;
}

.formpop .box .icon img {
  width: 40%;
  height: auto;
}

.formpop .box .txt {
  text-align: center;
  margin-top: 10px;
}

.formpop .box .txt h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .formpop .box .txt h2 {
    font-size: 26px;
  }
}

.formpop .box .txt p {
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .formpop .box .txt p {
    font-size: 16px;
  }
}

.formpop .box .more {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .formpop .box .more {
    flex-wrap: wrap;
  }
}

.formpop .box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #222;
  border-radius: 10px;
  width: calc(50% - 5px);
  font-size: 14px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .formpop .box .more a {
    width: 100%;
  }
}

.plspop {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  display: none;

}

.plspop .pouch-cont-left {
  width: 60% !important;
  margin: 0 auto;
}

.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  padding: 0 ;
}
.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical{
  background: transparent;
}
.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item{
  padding: 2px ;
  border: 2px solid #0A2351;
}
.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box{
  border: none;
}

.plspop  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  border-radius: 10px;
  overflow: hidden;
}
.plspop .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  width: 40px !important;
  height: 80px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #0A2351;
  pointer-events: all;
  padding: 4px 0;
  right: 1.7%;
  left: auto;
  transform: translateY(-50%);
}

.plspop .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.plspop .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next{
  position: static;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;

}

.plspop .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev::before,
.plspop .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next::before{
  font-size: 16px;
}


.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal{
  width: 78%;
}
.plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical{
  width: 19%;
}

@media (max-width: 1740px) {
  .plspop .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal{
    width: 76%;
  } 
  .plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical{
    width: 18.5%;
  }
}

@media (max-width: 991px) { 
  .plspop .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal{
    width: 100%;
    margin-bottom: 15px;
  } 
  .plspop .productdatails-top .pouch-cont .pouch-cont-left .left-vertical{
    width: 100%;
  }
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide{
    padding: 0 5px;
  }
}
@media (max-width: 767px) { 
  .plspop .pouch-cont-left {
    width: 90% !important;
  }
  
}
.plspop .cont-box{
  position: relative;
}

.plspopnone{
  position: absolute;
  z-index: 44;
  right: 10%;
  top: 0%;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  transform: rotate(45deg);

}

@media (max-width: 767px) { 
  .plspopnone{
    /* top: calc(100% + 10px);
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(45deg); */
    top: -2%;
  color: #000;
  right: 7%;
    padding: 5px;
  }
}


.pouch-cont-left .hor-pt{
  display: flex !important;
  left: 8.5%;
  justify-content: space-between;
  flex-direction: column;
  top: calc(50% - 5px);
  transform: none;
  transform: translateY(-50%);
  right: auto;
  width: 40px;
  height: 97%;
}

.pouch-cont-left .hor-pt .slick-prev,
.pouch-cont-left .hor-pt .slick-next{ 
  position: static;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  border: none;

}

.pouch-cont-left .hor-pt .slick-prev::before,
.pouch-cont-left .hor-pt .slick-next::before{
  font-size: 22px; 
  color: #000;
}

.pouch-cont-left .hor-pt .slick-prev:hover,
.pouch-cont-left .hor-pt .slick-next:hover{
} 

@media (max-width: 1200px) {
  .pouch-cont-left .hor-pt{
    left: 8%;
  }
}
@media (min-width: 992px) {
  .pouch-cont-left .hor-pt .slick-prev,
  .pouch-cont-left .hor-pt .slick-next{ 
  transform: rotate(90deg);
    
  }
}
@media (max-width: 992px) {
  .pouch-cont-left .hor-pt{
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: auto;
    top: auto;
    bottom: 3%;
  }
}
@media (max-width: 768px) {
  .pouch-cont-left .hor-pt{
    display: none !important;
  }}
.slick-arrow{

  z-index: 222;
  background-color: #000;
  color: #000 !important;


}

.slick-arrow.slick-prev{
  left: 0;
}
.slick-arrow.slick-next{
  right: 0;
}