input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.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,
.img-box video {
  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;
}
.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: 1630px) {
  .container.con1600 {
    max-width: 1600px;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'Montserrat', "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;
}
.index-padding {
  padding: 150px 0;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 120px 0;
  }
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
}
.header.hasty {
  position: sticky;
}
.header2.hasty {
  position: sticky;
}
.header {
  position: fixed;
  top: 0;
  background-color: #FFF;
  box-shadow: 0 4px 16.4px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
  }
}
.header .header-box {
  position: relative;
}
.header .box1 {
  background: #F2F2F2;
  padding: 16px 0;
  max-height: 80px;
}
.header .box1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .box1 .box .left {
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .header-logo {
  width: 155px;
  margin-right: 100px;
}
@media (max-width: 1630px) {
  .header .box1 .box .left .header-logo {
    margin-right: 50px;
  }
}
@media (max-width: 1400px) {
  .header .box1 .box .left .header-logo {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .left .header-logo {
    margin-right: 20px;
  }
}
.header .box1 .box .left .header-logo img {
  width: 100%;
  height: auto;
}
.header .box1 .box .left .mt {
  display: flex;
  align-items: center;
}
.header .box1 .box .left .mt p {
  color: #FFF;
  font-size: 16px;
  margin-right: 45px;
}
@media (max-width: 1400px) {
  .header .box1 .box .left .mt p {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .left .mt p {
    margin-right: 15px;
  }
}
.header .box1 .box .left .mt p:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .header .box1 .box .left .mt p {
    font-size: 14px;
  }
}
.header .box1 .box .left .mt p .iconfont {
  color: #999999;
  margin-right: 9px;
  font-size: 28px;
}
@media (max-width: 1199px) {
  .header .box1 .box .left .mt p .iconfont {
    margin-right: 0;
  }
}
.header .box1 .box .left .mt p a {
  color: #000000;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .mt p a:hover span {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .header .box1 .box .left .mt p a span {
    display: none;
  }
}
.header .box1 .box .right {
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .form {
  width: 12.7vw;
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .header .box1 .box .form {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .form {
    width: 18vw;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .form {
    width: auto;
    margin-right: 0;
  }
}
.header .box1 .box .form .search {
  display: none;
}
.header .box1 .box .form .search .iconfont {
  cursor: pointer;
  color: #FFF;
  font-size: 28px;
}
@media (max-width: 767px) {
  .header .box1 .box .form .search {
    display: block;
  }
}
.header .box1 .box .form form {
  width: 100%;
  max-height: 46px;
  border-radius: 28px;
  background: #FAFAFA;
  overflow: hidden;
  justify-content: space-between;
  padding: 11px 14px;
}
@media (max-width: 767px) {
  .header .box1 .box .form form {
    display: none !important;
  }
}
.header .box1 .box .form form input {
  width: 80%;
  padding: 0;
  padding-left: 6px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 14px;
}
.header .box1 .box .form form input:focus {
  outline: none;
}
.header .box1 .box .form form input:focus::placeholder {
  color: #ccc;
}
.header .box1 .box .form form input::placeholder {
  color: #999;
  font-size: 14px;
}
.header .box1 .box .form form button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.header .box1 .box .form form button .iconfont {
  color: #333333;
  font-size: 26px;
}
@media (max-width: 767px) {
  .header .box1 .box .icon {
    position: absolute;
    left: 15px;
    top: 80px;
    z-index: 12;
  }
}
@media (max-width: 575px) {
  .header .box1 .box .icon {
    top: 75px;
  }
}
.header .box1 .box .icon ul {
  list-style: none;
  display: inline-flex;
}
.header .box1 .box .icon ul li {
  margin-left: 20px;
}
.header .box1 .box .icon ul li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .header .box1 .box .icon ul li {
    margin-left: 10px;
  }
}
.header .box1 .box .icon ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  width: 30px;
  height: 30px;
  color: #000000;
  font-size: 20px;
  transition: all 0.3s;
}

.header .box1 .box .icon ul li:nth-child(1) .iconfont{
  color: #1b59a8;
}
.header .box1 .box .icon ul li:nth-child(2) .iconfont{
  color: #cf2f79;
}
.header .box1 .box .icon ul li:nth-child(3) .iconfont{
  color: #ff0c4d;
}
.header .box1 .box .icon ul li:nth-child(4) .iconfont{
  color: #222;
}
@media (max-width: 767px) {
  .header .box1 .box .icon ul .iconfont {
    background-color: #000;
    color: #FFF !important;
  }
}
.header .box1 .box .icon ul .iconfont:hover {
  animation: swing 1s 0s ease both;
  background-color: #1A2C54;
  color: #FFF !important;
}
.header .box2 {
  position: relative;
  background: #FFF;
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
  /* position: relative; */
}
@media (max-width: 1200px) {
  .header .box2 .box {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -37px;
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -20px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 20px 37px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1441px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 20px 20px;
  }
}
.header .box2 .header-nav .nav > ul > li > a:hover {
  color: #1A2C54;
}
.header .box2 .header-nav .nav > ul > li > a.active {
  color: #1A2C54;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  display: none;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li ul {
    left: 0;
    transform: translateX(0);
  }
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child {
  padding-bottom: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child {
  padding-top: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px dashed #DDDDDD;
  white-space: nowrap;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A2C54;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover::before {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .box2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li::before {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li a {
  padding: 10px 10px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .header .box2 .h-r2 {
    display: flex;
    align-items: center;
  }
}
.header .box2 .h-r2 .hr2-2 {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .header .box2 .h-r2 .hr2-2 {
    align-items: flex-start;
  }
}
.header .box2 .h-r2 .hr2-2 .language {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .header .box2 .h-r2 .hr2-2 .language {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .header .box2 .h-r2 .hr2-2 .language {
    padding: 15px 0;
  }
}
.header .box2 .h-r2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.header .box2 .h-r2 .hr2-2 .language .lang::before {
  font-family: 'iconfont' !important;
  content: '\e61b';
  margin-right: 7px;
  font-size: 28px;
  color: #333333;
}
@media (max-width: 575px) {
  .header .box2 .h-r2 .hr2-2 .language .lang::before {
    display: none;
  }
}
.header .box2 .h-r2 .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e608';
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-left: 5px;
}
.header .box2 .h-r2 .hr2-2 .language .lang span {
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header .box2 .h-r2 .hr2-2 .language .lang span {
    font-size: 14px;
  }
}
.header .box2 .h-r2 .hr2-2 .language:hover .drop-select {
  opacity: 1;
}
.header .box2 .h-r2 .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 .h-r2 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .box2 .h-r2 .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 .h-r2 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #1A2C54;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #1A2C54;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.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 {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;

  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #fff;
  }
}
.btn-menu a .iconfont {
  font-size: 28px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 28px;
  }
}
@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;
}
.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 .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: 35px !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 {
  background: #1A2C54 !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border-radius: 100px;
  background: #FFF;
  position: relative;
  opacity: 1;
}
.swiper-pagination-box {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  display: flex;
  justify-content: space-between;

}

@media (max-width: 767px) {
  .swiper-pagination-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-box {
    top: 50%;
    bottom: auto;
  }
}
.swiper-pagination-box .banner-button-prev,
.swiper-pagination-box .banner-button-next {
  position: relative;
  z-index: 67;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box .banner-button-prev::before,
.swiper-pagination-box .banner-button-next::before {
  font-size: 50px;
  font-family: 'iconfont' !important;
  content: '\e60d';
  color: #FFFFF4;

}
.swiper-pagination-box .banner-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.swiper-pagination-box .banner-button-next {
  right: 0;
  transform: rotate();
}
/* 定义旋转动画 */
@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: 40%;
  right: 0px;
  z-index: 222;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  transition: all 0.3s ease;
  color: #333333;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  background-color: #1A2C54;
  color: #FFF;
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px;
}
.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: #1A2C54;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.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: 50px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .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: #1A2C54;
  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;
  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;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .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: #1A2C54;
  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;
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@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-title h2 {
  margin: 0;
  color: #000;
  font-size: 52px;
  line-height: normal;
  font-weight: 600;
}
.index-title h2 span {
  color: #1A2C54;
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 45px !important;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 38px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #F5F5F5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-more {
    padding: 10px 20px;
  }
}
.index-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1A2C54;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .index-more::after {
    opacity: 1;
  }
}
.index-more:hover span {
  color: #fff;
}
.index-more:hover span::after {
  color: #fff;
}
.index-more:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 12;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index-more span {
    color: #FFF;
  }
}
.index-more span::after {
  font-family: 'iconfont' !important;
  content: '\e60d';
  color: #000000;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .index-more span::after {
    color: #FFF;
  }
}
.prev-next {
  width: 90px;
  position: relative;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e60d';
  color: #fff;
  transition: all 0.3s ease;
}
.prev-next .slick-prev:before {
  transform: rotate(180deg);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-color: #D7D7D7;
  justify-content: center;
  align-items: center;
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #1A2C54;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}
.index .inpro {
  padding: 120px 0 100px 0;
}
@media (max-width: 1400px) {
  .index .inpro {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1200px) {
  .index .inpro {
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .index .inpro {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .index .inpro {
    padding: 50px 0 40px 0;
  }
}
.index .inpro .index-title {
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .index .inpro .index-title {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .index .inpro .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .inpro .index-title {
    width: 100%;
  }
}
.index .inpro .index-title h2 {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1400px) {
  .index .inpro .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .index .inpro .index-title h2 {
    margin-bottom: 10px;
  }
}
.index .inpro .index-title p {
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .index .inpro .index-title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .index .inpro .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index .inpro .index-title p {
    font-size: 14px;
    line-height: 22px;
  }
}
.index .inpro .content {
  margin-top: 90px;
}
@media (max-width: 1630px) {
  .index .inpro .content {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content {
    margin-top: 30px;
  }
}
.index .inpro .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .index .inpro .content .row-box {
    margin: -12px;
  }
}
.index .inpro .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box {
    padding: 12px;
  }
}
.index .inpro .content .row-box .col-box .item {
  position: relative;
}
.index .inpro .content .row-box .col-box .item:hover .img-box::after {
  opacity: 0;
}
.index .inpro .content .row-box .col-box .item:hover .img-box::before {
  opacity: 1;
}
.index .inpro .content .row-box .col-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(300 / 510 * 100%);
}
.index .inpro .content .row-box .col-box .item .img-box::after {
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.index .inpro .content .row-box .col-box .item .img-box::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item .img-box::before {
    display: none;
  }
}
.index .inpro .content .row-box .col-box .item .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 28px 45px;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .index .inpro .content .row-box .col-box .item .cont {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item .cont {
    position: static;
    height: auto;
    margin-top: 10px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .tit {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1440px) {
  .index .inpro .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item .cont .tit {
    color: #000;
  }
}
.index .inpro .content .row-box .col-box .item .cont .txtmore {
  display: none;
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item .cont .txtmore {
    display: block;
  }
}
.index .inpro .content .row-box .col-box .item .cont .txt {
  margin-top: 20px;
}
@media (max-width: 1630px) {
  .index .inpro .content .row-box .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .txt p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .index .inpro .content .row-box .col-box .item .cont .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item .cont .txt p {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .index .inpro .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
    line-height: 18px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .more {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1630px) {
  .index .inpro .content .row-box .col-box .item .cont .more {
    margin-top: 20px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .more .index-more {
  background-color: #1A2C54;
}
@media (max-width: 1630px) {
  .index .inpro .content .row-box .col-box .item .cont .more .index-more {
    padding: 8px 24px;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content .row-box .col-box .item .cont .more .index-more {
    font-size: 14px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .more .index-more span {
  color: #FFF;
}
.index .inpro .content .row-box .col-box .item .cont .more .index-more span::after {
  color: #FFF;
}
.index .inpro .content .promore {
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 1630px) {
  .index .inpro .content .promore {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content .promore {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content .promore {
    margin-top: 40px;
  }
}
.index .inus {
  background: url(../img/inus-1.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 120px 0 100px 0;
}
.index .inus::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .index .inus {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1200px) {
  .index .inus {
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .index .inus {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .index .inus {
    padding: 50px 0 40px 0;
  }
}
.index .inus .box {
  position: relative;
  z-index: 8;
}
.index .inus .index-title {
  width: 48%;
}
@media (max-width: 1400px) {
  .index .inus .index-title {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .index .inus .index-title {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .index .inus .index-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .index .inus .index-title {
    width: 100%;
  }
}
.index .inus .index-title h2 {
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .index .inus .index-title h2 {
    margin-bottom: 15px;
  }
}
.index .inus .index-title p {
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .index .inus .index-title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .index .inus .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index .inus .index-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index .inus .content {
  margin-top: 15%;
  display: flex;
  justify-content: flex-end;
}
.index .inus .content .cont1 {
  width: 70%;
}
@media (max-width: 1400px) {
  .index .inus .content .cont1 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .inus .content .cont1 {
    width: 100%;
  }
}
.index .inus .content .row-box {
  margin: -10px -8px;
  justify-content: flex-end;
}
.index .inus .content .row-box .col-box {
  padding: 10px 8px;
}
.index .inus .content .row-box .col-box .item {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  overflow: hidden;
  padding: 17px 18px;
  transition: all 0.5s;
  height: 100%;
  min-height: 160px;
}
.index .inus .content .row-box .col-box .item:hover {
  background-color: rgba(26, 44, 84, 0.8);
}
.index .inus .content .row-box .col-box .item:hover .icon .iconfont {
  background-color: #FFF;
  color: #1A2C54;
  animation: swing 1s 0s ease both;
}
.index .inus .content .row-box .col-box .item .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #1A2C54;
  color: #FFF;
  font-size: 30px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index .inus .content .row-box .col-box .item .icon .iconfont {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.index .inus .content .row-box .col-box .item .txt {
  margin-top: 20px;
}
.index .inus .content .row-box .col-box .item .txt p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 991px) {
  .index .inus .content .row-box .col-box .item .txt p {
    font-size: 16px;
  }
}
.index .inwho {
  /* background: radial-gradient(66.21% 100.93% at 2.08% 119.45%, #1A2C54 0%, #000 100%); */

  background: #F1F1F1;
  padding: 140px 0;
}
@media (max-width: 1440px) {
  .index .inwho {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .index .inwho {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index .inwho {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index .inwho {
    padding: 50px 0;
  }
}
.index .inwho .top .index-title h2 {
  /* color: #000; */
}
.index .inwho .top .ttxt {
  margin-top: 64px;
}
@media (max-width: 1400px) {
  .index .inwho .top .ttxt {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inwho .top .ttxt {
    margin-top: 20px;
  }
}
.index .inwho .top .ttxt p {
  color: #999;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .index .inwho .top .ttxt p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .index .inwho .top .ttxt p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .index .inwho .top .ttxt p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .index .inwho .top .ttxt p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .index .inwho .top .ttxt p {
    font-size: 16px;
    line-height: 22px;
  }
}
.index .inwho .top .ttxt p span {
  color: #1A2C54;
}
.index .inwho .content1 {
  margin-top: 12%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .inwho .content1 {
    flex-wrap: wrap;
  }
}
.index .inwho .content1 .left {
  width: 46%;
}
@media (max-width: 991px) {
  .index .inwho .content1 .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index .inwho .content1 .left {
    width: 100%;
  }
}
.index .inwho .content1 .left .txt p {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.index .inwho .content1 .left .txt p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .index .inwho .content1 .left .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index .inwho .content1 .left .more {
  margin-top: 18%;
}
@media (max-width: 767px) {
  .index .inwho .content1 .left .more {
    margin-top: 20px;
  }
}
.index .inwho .content1 .center {
  width: 25%;
  margin-top: 6%;
}
@media (max-width: 991px) {
  .index .inwho .content1 .center {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .index .inwho .content1 .center {
    width: 100%;
    margin-top: 30px;
  }
}
.index .inwho .content1 .center .cont-img {
  position: relative;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 8px 18px 30px 11px rgba(0, 0, 0, 0.25);
}
.index .inwho .content1 .center .cont-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* background: linear-gradient(to bottom, #1A2C54, #000000); */
  background-color: #FFF;

  background-clip: padding-box;
}
.index .inwho .content1 .center .img-box {
  padding-bottom: calc(490 / 400 * 100%);
  border-radius: 10px;
}
.index .inwho .content1 .center .firm-video {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .inwho .content1 .center .firm-video .iconfont {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  color: #333333;
  font-size: 18px;
  transition: all 0.5s;
}
.index .inwho .content1 .center .firm-video .iconfont:hover {
  background: #1A2C54;
  color: #FFF;
}
.index .inwho .content1 .right {
  width: 20%;
}
@media (max-width: 991px) {
  .index .inwho .content1 .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.index .inwho .content1 .right .list {
  display: inline-flex;
  margin-top: 76px;
}
.index .inwho .content1 .right .list:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .index .inwho .content1 .right .list:first-child {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .index .inwho .content1 .right .list {
    margin-top: 22px;
    margin-right: 40px;
  }
}
.index .inwho .content1 .right .list .icon {
  width: 44px;
  margin-top: 15px;
}
.index .inwho .content1 .right .list .icon .iconfont {
  line-height: 1;
  color: #F5F5EA;
  font-size: 30px;
}
.index .inwho .content1 .right .list .icon img {
  width: 100%;
  height: auto;
}
.index .inwho .content1 .right .list .item {
  margin-left: 28px;
}
@media (max-width: 1199px) {
  .index .inwho .content1 .right .list .item {
    margin-left: 16px;
  }
}
.index .inwho .content1 .right .list .item .count {
  margin-bottom: 3px;
  -webkit-text-stroke-color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #1A2C54 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .index .inwho .content1 .right .list .item .count {
    font-size: 40px;
  }
}
.index .inwho .content1 .right .list .item .count i {
  font-style: normal;
}
.index .inwho .content1 .right .list .item p {
  color: #999;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .inwho .content1 .right .list .item p {
    font-size: 14px;
  }
}
.index .inwho .content2 {
  margin-top: 9%;
  position: relative;
}
@media (max-width: 991px) {
  .index .inwho .content2 {
    margin-top: 60px;
  }
}
.index .inwho .content2 .inwho-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .inwho .content2 .inwho-slick {
    margin: 0 -10px;
  }
}
.index .inwho .content2 .inwho-slick .itembox {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .inwho .content2 .inwho-slick .itembox {
    padding: 0 10px;
  }
}
.index .inwho .content2 .inwho-slick .itembox .item {
  cursor: pointer;
}
.index .inwho .content2 .inwho-slick .itembox .item .img-box {
  padding-bottom: calc(310 / 510 * 100%);
  border-radius: 10px;
}
.index .inwho .content2 .prev-next {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.index .inwho .content2 .prev-next .slick-prev {
  left: -70px;
}
.index .inwho .content2 .prev-next .slick-next {
  right: -70px;
}
.index .innews {
  padding: 6.5% 0 7% 0;
}
@media (max-width: 767px) {
  .index .innews {
    padding: 50px 0;
  }
}
.index .innews .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .index .innews .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .index .innews .top .index-title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index .innews .top .more {
    width: 100%;
    margin-top: 20px;
  }
}
.index .innews .content {
  margin-top: 6.5%;
}
@media (max-width: 991px) {
  .index .innews .content {
    margin-top: 40px;
  }
}
.index .innews .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .index .innews .content .row-box {
    margin: -15px -10px;
  }
}
.index .innews .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .index .innews .content .row-box .col-box {
    padding: 15px 10px;
  }
}
.index .innews .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.05);
}
.index .innews .content .row-box .col-box .item:hover .cont::after {
  width: 100%;
}
.index .innews .content .row-box .col-box .item:hover .cont .tit a {
  color: #1A2C54;
  text-decoration: underline;
}
.index .innews .content .row-box .col-box .item:hover .cont .more .index-more span {
  color: #1A2C54;
}
.index .innews .content .row-box .col-box .item:hover .cont .more .index-more span::after {
  color: #1A2C54;
}
.index .innews .content .row-box .col-box .item .img-box {
  padding-bottom: calc(215 / 377 * 100%);
  border-radius: 10px;
}
.index .innews .content .row-box .col-box .item .cont {
  padding: 30px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1400px) {
  .index .innews .content .row-box .col-box .item .cont {
    padding: 20px 0;
  }
}
.index .innews .content .row-box .col-box .item .cont::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0;
  background: #1A2C54;
  transition: all 0.5s;
}
.index .innews .content .row-box .col-box .item .cont .tit {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
@media (max-width: 1400px) {
  .index .innews .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index .innews .content .row-box .col-box .item .cont .tit {
    font-size: 16px;
    line-height: 22px;
  }
}
.index .innews .content .row-box .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
.index .innews .content .row-box .col-box .item .cont .date {
  margin-top: 40px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .index .innews .content .row-box .col-box .item .cont .date {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index .innews .content .row-box .col-box .item .cont .date {
    font-size: 14px;
  }
}
.index .innews .content .row-box .col-box .item .cont .more {
  margin-top: 90px;
  text-align: right;
}
@media (max-width: 1560px) {
  .index .innews .content .row-box .col-box .item .cont .more {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .innews .content .row-box .col-box .item .cont .more {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content .row-box .col-box .item .cont .more {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .index .innews .content .row-box .col-box .item .cont .more {
    margin-top: 30px;
  }
}
.index .innews .content .row-box .col-box .item .cont .more .index-more {
  padding: 0;
  background: transparent;
}
.index .innews .content .row-box .col-box .item .cont .more .index-more::after {
  display: none;
}
.index .innews .content .row-box .col-box .item .cont .more .index-more span {
  color: #000000;
}
.index .innews .content .row-box .col-box .item .cont .more .index-more span::after {
  color: #000;
}
.foot .fb1 {
  background: radial-gradient(51.57% 98.73% at 69.82% 141.83%, #1A2C54 0%, #000 100%);
  position: relative;
}
.foot .fb1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fob-1.png) no-repeat top center;
  background-size: cover;
  pointer-events: none;
}
.foot .fb1 .fb1-1 {
  position: relative;
  z-index: 12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 60px 0 40px 0;
}
@media (max-width: 1400px) {
  .foot .fb1 .fb1-1 {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-1 {
    flex-wrap: wrap;
  }
}
.foot .fb1 .fb1-1 .left h2 {
  color: #1A2C54;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.foot .fb1 .fb1-1 .left p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  .foot .fb1 .fb1-1 .left p {
    font-size: 14px;
  }
}
.foot .fb1 .fb1-1 .form {
  width: 37%;
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-1 .form {
    width: 100%;
    margin-top: 20px;
  }
}
.foot .fb1 .fb1-1 .form form {
  width: 100%;
}
.foot .fb1 .fb1-1 .form form input {
  width: 80%;
  margin-right: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 25px;
  max-height: 50px;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
.foot .fb1 .fb1-1 .form form input:focus {
  outline: none;
}
.foot .fb1 .fb1-1 .form form input::placeholder {
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 767px) {
  .foot .fb1 .fb1-1 .form form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .foot .fb1 .fb1-1 .form form input {
    font-size: 14px;
    margin-right: 10px;
  }
}
.foot .fb1 .fb1-1 .form form button {
  border: none;
  border-radius: 6px;
  background-color: #1A2C54;
  max-height: 50px;
  padding: 14px 21px;
  transition: all 0.3s;
}
.foot .fb1 .fb1-1 .form form button:hover {
  background-color: #f78e7a;
}
.foot .fb1 .fb1-1 .form form button span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .foot .fb1 .fb1-1 .form form button span {
    font-size: 14px;
  }
}
.foot .fb1 .fb1-2 {
  position: relative;
  z-index: 12;
  padding: 80px 0 10.5% 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .foot .fb1 .fb1-2 {
    padding: 60px 0 10.5% 0;
  }
}
@media (max-width: 1199px) {
  .foot .fb1 .fb1-2 {
    padding: 40px 0 10.5% 0;
  }
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .foot .fb1 .fb1-2 {
    flex-wrap: wrap;
  }
}
.foot .fb1 .fb1-2 .left {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .foot .fb1 .fb1-2 .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 .left {
    flex-wrap: wrap;
  }
}
.foot .fb1 .fb1-2 .left h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 .left h2 {
    margin-bottom: 10px;
  }
}
.foot .fb1 .fb1-2 .left ul {
  list-style: none;
}
.foot .fb1 .fb1-2 .left ul li {
  color: #FFF;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .foot .fb1 .fb1-2 .left ul li {
    font-size: 14px;
  }
}
.foot .fb1 .fb1-2 .left ul li a {
  color: #FFF;
  transition: all 0.5s;
}
.foot .fb1 .fb1-2 .left ul li a:hover {
  color: #1A2C54;
}
.foot .fb1 .fb1-2 .left .item:last-child {
  width: 39%;
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 .left .item:last-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 .left .item {
    margin-top: 30px;
    width: 100%;
  }
  .foot .fb1 .fb1-2 .left .item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .foot .fb1 .fb1-2 .left .item2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .foot .fb1 .fb1-2 .left .item2 ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .foot .fb1 .fb1-2 .icon {
    margin-top: 30px;
  }
}
.foot .fb1 .fb1-2 .icon ul {
  list-style: none;
  display: inline-flex;
}
.foot .fb1 .fb1-2 .icon ul li {
  margin-left: 20px;
}
.foot .fb1 .fb1-2 .icon ul li:first-child {
  margin-left: 0;
}
.foot .fb1 .fb1-2 .icon ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  width: 30px;
  height: 30px;
  color: #000000;
  font-size: 20px;
  transition: all 0.3s;
}
.foot .fb1 .fb1-2 .icon ul .iconfont:hover {
  background-color: #1A2C54;
  color: #FFF;
}
.foot .fot3 {
  position: relative;
  z-index: 5;
  padding: 22px 0 24px 0;
  background: #000;
}
@media (max-width: 1199px) {
  .foot .fot3 {
    padding-bottom: 75px;
  }
}
.foot .fot3 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .foot .fot3 .box {
    flex-wrap: wrap;
  }
}
.foot .fot3 .box .text {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .foot .fot3 .box .text {
    flex-wrap: wrap;
  }
}
.foot .fot3 .box .text a {
  color: #999;
  transition: all 0.3s;
}
.foot .fot3 .box .text a:hover {
  color: #FFF;
  text-decoration: underline;
}
.foot .fot3 .box .text .cnzz {
  display: inline-block;
  margin: 0 10px;
}
.foot .fot3 .box .txt-right {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .foot .fot3 .box .txt-right {
    width: 100%;
    margin-top: 10px;
  }
}
.foot .fot3 .box .txt-right span {
  background: #999;
  margin: 0 15px;
  width: 1px;
  height: 14px;
  display: inline-block;
}
.foot .fot3 .box .txt-right a {
  color: #999;
  transition: all 0.5s;
}
.foot .fot3 .box .txt-right a:first-child {
  margin-left: 0;
}
.foot .fot3 .box .txt-right a:hover {
  color: #FFF;
  text-decoration: underline;
}
.abbanner {
  position: relative;
}
.abbanner .img{
  position: relative;


}
.abbanner .img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, #4A5C84 9.49%, rgba(26, 44, 84, 0.00) 76.55%);
  z-index: 1;
  top: 0;
  left: 0;
}
.abbanner img {
  width: 100%;
  height: auto;
}
.abbanner .abbannertit {
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;

  z-index: 12;
}
@media (max-width: 767px) {
  .abbanner .abbannertit {
    top: 45%;
    transform: translateY(-50%);
  }
}
.abbanner .abbannertit h2 {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .abbanner .abbannertit h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .abbanner .abbannertit h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .abbanner .abbannertit h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .abbanner .abbannertit h2 {
    font-size: 30px;
  }
}
.abbanner .probaner-nav {
  position: absolute;
  z-index: 4;
  bottom: 7%;
  left: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .abbanner .probaner-nav {
    font-size: 14px;
    position: static;
    margin-top: 12px;
    color: #000;
  }
}
.abbanner .probaner-nav .iconfont {
  margin-right: 10px;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .abbanner .probaner-nav .iconfont {
    font-size: 14px;
  }
}
.abbanner .probaner-nav span {
  display: inline-block;
  margin: 0 5px;
}
.abbanner .probaner-nav a {
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .abbanner .probaner-nav a {
    color: #000;
  }
}
.abbanner .probaner-nav a:hover {
  color: #1A2C54;
}
.abbanner .probaner-nav a.on {
  color: #1A2C54;
}
.about .abcom {
  padding: 120px 0 140px 0;
}
@media (max-width: 1560px) {
  .about .abcom {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 1400px) {
  .about .abcom {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .about .abcom {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .about .abcom {
    padding: 40px 0 60px 0;
  }
}
.about .abcom .index-title {
  width: 75%;
}
@media (max-width: 1400px) {
  .about .abcom .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .about .abcom .index-title {
    width: 100%;
  }
}
.about .abcom .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .abcom .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .abcom .index-title p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .about .abcom .index-title p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .about .abcom .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about .abcom .index-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .abcom .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .about .abcom .content {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .about .abcom .content {
    flex-wrap: wrap;
  }
}
.about .abcom .content .left {
  width: 23%;
}
@media (max-width: 1400px) {
  .about .abcom .content .left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .about .abcom .content .left {
    width: 100%;
  }
}
.about .abcom .content .left .cont-img {
  position: relative;
}
.about .abcom .content .left .img-box {
  padding-bottom: calc(210 / 360 * 100%);
  border-radius: 10px;
}
.about .abcom .content .left .img-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
}
.about .abcom .content .left .firm-video {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .abcom .content .left .firm-video .iconfont {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  color: #1A2C54;
  font-size: 16px;
  transition: all 0.5s;
}
.about .abcom .content .left .firm-video .iconfont:hover {
  background: #1A2C54;
  color: #FFF;
}
.about .abcom .content .right {
  width: 61%;
}
@media (max-width: 991px) {
  .about .abcom .content .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .abcom .content .right .txt p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .about .abcom .content .right .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .abcom .content2 {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .about .abcom .content2 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .abcom .content2 {
    margin-top: 20px;
  }
}
.about .abcom .content2 .listbox {
  width: 61%;
  display: flex;
}
@media (max-width: 991px) {
  .about .abcom .content2 .listbox {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about .abcom .content2 .listbox {
    flex-wrap: wrap;
  }
}
.about .abcom .content2 .listbox .list {
  display: inline-flex;
  margin-right: 10.5%;
}
.about .abcom .content2 .listbox .list:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .about .abcom .content2 .listbox .list {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
  }
  .about .abcom .content2 .listbox .list:first-child {
    margin-top: 0;
  }
}
.about .abcom .content2 .listbox .list .icon {
  width: 44px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .about .abcom .content2 .listbox .list .icon {
    width: 35px;
    margin-top: 10px;
  }
}
.about .abcom .content2 .listbox .list .icon .iconfont {
  line-height: 1;
  color: #F5F5EA;
  font-size: 30px;
}
.about .abcom .content2 .listbox .list .icon img {
  width: 100%;
  height: auto;
}
.about .abcom .content2 .listbox .list .item {
  margin-left: 28px;
}
@media (max-width: 1400px) {
  .about .abcom .content2 .listbox .list .item {
    margin-left: 20px;
  }
}
.about .abcom .content2 .listbox .list .item .count {
  margin-bottom: 3px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #1A2C54 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .about .abcom .content2 .listbox .list .item .count {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .about .abcom .content2 .listbox .list .item .count {
    font-size: 35px;
  }
}
.about .abcom .content2 .listbox .list .item .count i {
  font-style: normal;
}
.about .abcom .content2 .listbox .list .item p {
  color: #999;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about .abcom .content2 .listbox .list .item p {
    font-size: 14px;
  }
}
.about .abcom .content3 {
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .about .abcom .content3 {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .about .abcom .content3 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .about .abcom .content3 {
    margin-top: 30px;
  }
}
.about .abcom .content3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.about .abcor {
  background: url(../img/abcor-b1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 120px 0 180px 0;
}
@media (max-width: 1440px) {
  .about .abcor {
    padding: 100px 0 150px 0;
  }
}
@media (max-width: 1400px) {
  .about .abcor {
    padding: 80px 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .about .abcor {
    padding: 60px 0 90px 0;
  }
}
@media (max-width: 991px) {
  .about .abcor {
    padding: 50px 0 60px 0;
  }
}
.about .abcor::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 66.35%);
  transform: rotate(180deg);
}
.about .abcor .box {
  position: relative;
  z-index: 4;
}
.about .abcor .content {
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .about .abcor .content {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .about .abcor .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about .abcor .content {
    margin-top: 30px;
  }
}
.about .abcor .content .row-box {
  margin: -25px;
}
@media (max-width: 1400px) {
  .about .abcor .content .row-box {
    margin: -20px;
  }
}
@media (max-width: 991px) {
  .about .abcor .content .row-box {
    margin: -15px;
  }
}
.about .abcor .content .row-box .col-box {
  padding: 25px;
}
@media (max-width: 1400px) {
  .about .abcor .content .row-box .col-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .about .abcor .content .row-box .col-box {
    padding: 15px;
  }
}
.about .abcor .content .row-box .col-box .item {
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  height: 100%;
  padding: 37px 22px;
}
@media (max-width: 991px) {
  .about .abcor .content .row-box .col-box .item {
    padding: 30px 20px;
  }
}
.about .abcor .content .row-box .col-box .item .tit {
  color: #1A2C54;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .about .abcor .content .row-box .col-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .abcor .content .row-box .col-box .item .tit {
    font-size: 16px;
    line-height: 20px;
  }
}
.about .abcor .content .row-box .col-box .item .txt {
  margin-top: 65px;
}
@media (max-width: 1440px) {
  .about .abcor .content .row-box .col-box .item .txt {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .about .abcor .content .row-box .col-box .item .txt {
    margin-top: 30px;
  }
}
.about .abcor .content .row-box .col-box .item .txt p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .about .abcor .content .row-box .col-box .item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about .abcor .content .row-box .col-box .item .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .abfac .top {
  display: flex;
  justify-content: space-between;
}
.about .abfac .top .index-title {
  width: 55%;
}
@media (max-width: 1400px) {
  .about .abfac .top .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .about .abfac .top .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .about .abfac .top .index-title {
    width: 100%;
  }
}
.about .abfac .top .index-title h2 {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .about .abfac .top .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .about .abfac .top .index-title h2 {
    margin-bottom: 15px;
  }
}
.about .abfac .top .index-title p {
  color: #666;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .about .abfac .top .index-title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .about .abfac .top .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about .abfac .top .index-title p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .about .abfac .top .prev-next {
    margin: 30px 0;
  }
}
.about .abfac .content {
  margin-top: 114px;
}
@media (max-width: 1560px) {
  .about .abfac .content {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .about .abfac .content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .about .abfac .content {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .about .abfac .content {
    margin-top: 30px;
  }
}
.about .abfac .content .abfac-slick {
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about .abfac .content .abfac-slick {
    margin: 0;
    width: 100%;
    margin: 0 -15px;
  }
}
.about .abfac .content .abfac-slick .slick-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .about .abfac .content .abfac-slick .slick-list {
    overflow: hidden;
  }
}
.about .abfac .content .abfac-slick .item-box {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .about .abfac .content .abfac-slick .item-box {
    padding: 0 15px;
  }
}
.about .abfac .content .abfac-slick .item-box .item {
  cursor: pointer;
}
.about .abfac .content .abfac-slick .item-box .img-box {
  padding-bottom: calc(470 / 720 * 100%);
  border-radius: 10px;
}
.about .abhonors {
  padding: 8.5% 0 7% 0;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .about .abhonors {
    padding: 50px 0;
  }
}
.about .abhonors .content1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .abhonors .content1 {
    flex-wrap: wrap;
  }
}
.about .abhonors .content1 .left {
  width: 22%;
}
@media (max-width: 991px) {
  .about .abhonors .content1 .left {
    width: 100%;
  }
}
.about .abhonors .content1 .left .prev-next {
  margin: 50px 0;
}
@media (max-width: 1400px) {
  .about .abhonors .content1 .left .prev-next {
    margin: 30px 0;
    margin-bottom: 50px;
  }
}
.about .abhonors .content1 .right {
  width: 72%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .about .abhonors .content1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.about .abhonors .content1 .right .abhonors-slick {
  margin: 0 -12px;
}
.about .abhonors .content1 .right .abhonors-slick .item-box {
  padding: 0 12px;
}
.about .abhonors .content1 .right .abhonors-slick .item-box .item {
  cursor: pointer;
}
.about .abhonors .content1 .right .abhonors-slick .item-box .img-box {
  padding-bottom: calc(400 / 280 * 100%);
}
.about .abhonors .content2 {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .about .abhonors .content2 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about .abhonors .content2 {
    margin-top: 40px;
  }
}
.about .abhonors .content2 .abhonors-slick2 {
  margin: 0 -15px;
}
.about .abhonors .content2 .abhonors-slick2 .item-box {
  padding: 0 15px;
}
.about .abhonors .content2 .abhonors-slick2 .item-box .item {
  cursor: pointer;
}
.about .abhonors .content2 .abhonors-slick2 .item-box .item .img-box {
  padding-bottom: calc(260 / 360 * 100%);
}
.about .abhonors .content2 .prev-next {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.about .abhonors .content2 .prev-next .slick-prev {
  left: -70px;
}
.about .abhonors .content2 .prev-next .slick-next {
  right: -70px;
}
.about .abccoo {
  padding-bottom: 8%;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .about .abccoo {
    padding-bottom: 50px;
  }
}
.about .abccoo .index-title h2 {
  text-align: center;
}
.about .abccoo .content {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .about .abccoo .content {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .about .abccoo .content {
    margin-top: 20px;
  }
}
.about .abccoo .content .abccoo-slick {
  margin: 0 -11px;
}
.about .abccoo .content .abccoo-slick .item-box {
  padding: 0 11px;
}
.about .abccoo .content .abccoo-slick .item-box .item {
  cursor: pointer;
}
.about .abccoo .content .abccoo-slick .item-box .item:hover .img-box img {
  transform: scale(1.06);
}
.about .abccoo .content .abccoo-slick .item-box .img-box {
  padding-bottom: calc(170 / 250 * 100%);
  border-radius: 10px;
}
.about .abccoo .content .abccoo-slick .item-box .tit {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .about .abccoo .content .abccoo-slick .item-box .tit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about .abccoo .content .abccoo-slick .item-box .tit {
    margin-top: 10px;
    font-size: 14px;
  }
}
.proing {
  padding: 120px 0 150px 0;
}
@media (max-width: 1560px) {
  .proing {
    padding: 100px 0 130px 0;
  }
}
@media (max-width: 1400px) {
  .proing {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .proing {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .proing {
    padding: 40px 0 60px 0;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}
.product .popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
    color: white;
    background-color: #1A2C54;
  }
}
.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #1A2C54;
}
.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: 144px;
  overflow: hidden;
  width: 360px;
}
@media (max-width: 1600px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 340px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 8px;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 10px;
  background-color: #FAFAFA;
  padding: 9px 22px;
  padding-left: 26px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 28px;
  color: #000000;
  content: "\e625";
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p::after {
    font-size: 24px;
  }
}
.product .popular .popular-box .popular-left .ul-li p > a {
  width: 80%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p > a span {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  background: #FFF;
  padding: 20px;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  margin-top: 5px;
  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:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover::after {
  background-color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li ul li.on::after {
  background-color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li ul li.on a {
  color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 7px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    font-size: 14px;
    line-height: 24px;
  }
}
.product .popular .popular-box .popular-left .ul-li.active p {
  background-color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li.active p::after {
  color: #FFF;
  content: '\e624';
}
.product .popular .popular-box .popular-left .ul-li.active p > a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active p > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li:hover p {
  background-color: #1A2C54;
}
.product .popular .popular-box .popular-left .ul-li:hover p::after {
  color: #FFF;
  content: '\e624';
}
.product .popular .popular-box .popular-left .ul-li:hover p > a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li:hover p > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 360px - 54px);
  margin-left: auto;
}
@media (max-width: 1600px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 340px - 40px);
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 30px);
  }
}
@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 .content .row-box {
  margin: -20px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right .content .row-box {
    margin: -15px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box {
  padding: 20px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box {
    padding: 15px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item {
  border-radius: 6px;
  background: #F5F5F5;
  padding: 18px 15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item {
    padding: 15px 15px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .cont .tit a {
  color: #1A2C54;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .img-box {
  padding-bottom: calc(280 / 340 * 100%);
  border-radius: 6px;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .img-box img{
  transform: scale(1) !important;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont {
  padding-bottom: 10px;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit {
  margin: 17.5px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit {
    font-size: 14px;
    line-height: 18px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt {
  display: flex;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt a {
  border-radius: 6px;
  background-color: #FFF;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt a:hover {
  background-color: #1A2C54;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt a:hover::after {
  color: #FFF;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt a:hover span {
  color: #FFF;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt a:hover span::after {
  color: #FFF;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1 {
  width: calc(100% - 50px - 14px);
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  padding-left: 15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1 {
    padding: 7px 15px;
    width: calc(100% - 50px);
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1::after {
  font-family: 'iconfont' !important;
  content: '\e60d';
  font-size: 16px;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1::after {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1 span {
  color: #000000;
  font-size: 16px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more1 span {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more2 {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more2 {
    width: 35px;
    height: 35px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more2::after {
  font-family: 'iconfont' !important;
  content: '\e60c';
  font-size: 22px;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .txt .more2::after {
    font-size: 20px;
  }
}
.prodetails .productdatails-top {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top {
    padding-top: 50px;
  }
}
.prodetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 47%;
  position: relative;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  width: 90%;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    top: 32%;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  background: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0 5px;
  overflow: hidden;
  position: relative;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
  position: absolute;
  left: 0;
  content: '';
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  width: calc(100% - 10px);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@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);
  }
}
.prodetails .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: '\e618';
  font-size: 14px;
  padding-left: 3;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: calc(100 / 126 * 100%);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  background: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: calc(540 / 676 * 100%);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 53%;
  position: relative;
  z-index: 12;
  padding-left: 37px;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .contb1 {
  border-radius: 6px;
  background: #FAFAFA;
  padding: 24px 38px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .contb1 {
    padding: 20px 30px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding: 0 0 37px 0;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 0 0 20px 0;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  margin: 0;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 24px;
    line-height: 22px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  padding: 37px 0;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 20px 0;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 14px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  margin-top: 21px;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
  width: 100%;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
  margin-right: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 14px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box2 {
  margin-top: 36px;
}
@media (max-width: 1440px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box2 {
    margin-top: 30px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 15px);
  padding: 12px 20px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background-color: #F5F5F5;
}
@media (max-width: 575px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
    width: 100%;
    margin-top: 10px;
  }
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:first-child {
    margin-top: 0;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:hover::before {
  opacity: 1;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:hover .iconfont {
  color: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:hover span {
  color: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1A2C54;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a .iconfont {
  font-size: 24px;
  color: #333333;
  position: relative;
  z-index: 4;
  line-height: 1;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a .iconfont {
    font-size: 20px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a span {
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a span {
    font-size: 14px;
  }
}
.prodetails .productdetails-nav {
  position: sticky;
  top: 142px;
  z-index: 99;
  margin: 80px 0;
  margin-bottom: 90px;
  background: #FAFAFA;
}
@media (max-width: 1560px) {
  .prodetails .productdetails-nav {
    margin: 60px 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .prodetails .productdetails-nav {
    top: 75px;
    margin: 40px 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdetails-nav {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .prodetails .productdetails-nav {
    position: static;
  }
}
.prodetails .productdetails-nav ul {
  list-style: none;
  display: flex;
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .prodetails .productdetails-nav ul {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
.prodetails .productdetails-nav ul li {
  position: relative;
}
.prodetails .productdetails-nav ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.prodetails .productdetails-nav ul li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li {
    margin-right: 0;
  }
}
.prodetails .productdetails-nav ul li a {
  display: block;
  padding: 17px 50px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1440px) {
  .prodetails .productdetails-nav ul li a {
    padding: 17px 30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdetails-nav ul li a {
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li a {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #1A2C54;
  }
}
@media (min-width: 767px) {
  .prodetails .productdetails-nav ul li a:hover {
    color: #1A2C54;
  }
  .prodetails .productdetails-nav ul li a.active {
    color: #1A2C54;
  }
}
.prodetails .prodescont h2 {
  color: #000;
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .prodetails .prodescont h2 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont h2 {
    font-size: 24px;
  }
}
.prodetails .prodescont h2.on {
  color: #1A2C54;
}
.prodetails .prodescont img {
  max-width: 100% !important;
}
.prodetails .prodescont table {
  width: 100% !important;
  height: auto !important;
}
.prodetails .prodescont table tr th {
  width: auto !important;
  height: auto !important;
}
.prodetails .prodescont table tr td {
  width: auto !important;
  height: auto !important;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetails .prodescont table tr td {
    font-size: 14px;
  }
}
.prodetails .prodescont p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .prodescont p {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .prodescont .message {
  width: 100%;
}
.prodetails .prodescont .message .formbox .now-title {
  margin-bottom: 33px;
}
.prodetails .prodescont .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #1A2C54;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .prodetails .prodescont .message .formbox .now-title input {
    font-size: 14px;
  }
}
.prodetails .prodescont .message .formbox .row {
  list-style: none;
  margin: -18px -16px;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .message .formbox .row {
    margin: -12px -12px;
  }
}
.prodetails .prodescont .message .formbox li {
  padding: 18px 16px;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .message .formbox li {
    padding: 12px 12px;
  }
}
.prodetails .prodescont .message .formbox .group {
  position: relative;
}
.prodetails .prodescont .message .formbox .group b {
  display: block;
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .message .formbox .group b {
    font-size: 14px;
  }
}
.prodetails .prodescont .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .prodescont .message .formbox .group label {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetails .prodescont .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .prodetails .prodescont .message .formbox .group input {
    font-size: 14px;
  }
}
.prodetails .prodescont .message .formbox .group input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.prodetails .prodescont .message .formbox .group input:focus label {
  display: none;
}
.prodetails .prodescont .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.prodetails .prodescont .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  padding: 28px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 173px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.prodetails .prodescont .message .formbox .group textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.prodetails .prodescont .message .formbox .group textarea:focus label {
  display: none;
}
.prodetails .prodescont .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.prodetails .prodescont .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .message .func {
    margin-top: 20px;
  }
}
.prodetails .prodescont .message .func button {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 16px 56px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .message .func button {
    padding: 12px 40px;
  }
}
.prodetails .prodescont .message .func button:hover {
  background-color: #1A2C54;
  color: #F5F5EA;
}
.prodetails .prodescont .tec .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .tec .cont {
    margin-top: 20px;
  }
}
.prodetails .prodescont .prods {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .prods {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .prods {
    margin-top: 40px;
  }
}
.prodetails .prodescont .prods .cont {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .prods .cont {
    margin-top: 20px;
  }
}
.prodetails .prodescont .prods .cont h3 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .prodescont .prods .cont h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .prodescont .adva {
  margin-top: 105px;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .adva {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .adva {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .adva {
    margin-top: 40px;
  }
}
.prodetails .prodescont .adva .cont {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .adva .cont {
    margin-top: 20px;
  }
}
.prodetails .prodescont .adva .cont .item {
  margin-top: 46px;
  display: flex;
  align-items: center;
}
.prodetails .prodescont .adva .cont .item:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .adva .cont .item {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .adva .cont .item {
    flex-wrap: wrap;
  }
}
.prodetails .prodescont .adva .cont .item .cont-img {
  width: 35%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  .prodetails .prodescont .adva .cont .item .cont-img {
    width: 100%;
  }
}
.prodetails .prodescont .adva .cont .item .cont-img .img-box {
  padding-bottom: calc(280 / 490 * 100%);
}
.prodetails .prodescont .adva .cont .item .txt {
  width: 65%;
  padding-left: 47px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .adva .cont .item .txt {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.prodetails .prodescont .inquiry {
  margin-top: 105px;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .inquiry {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .inquiry {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .inquiry {
    margin-top: 40px;
  }
}
.prodetails .prodescont .inquiry .cont {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .inquiry .cont {
    margin-top: 20px;
  }
}
.prodetails .prodescont .cus {
  margin-top: 105px;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .cus {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .cus {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .cus {
    margin-top: 40px;
  }
}
.prodetails .prodescont .cus .cont {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .cus .cont {
    margin-top: 20px;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .cus .cont2 .psres-slick {
    margin: 0 -15px;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .cus .cont2 .psres-slick .item-box {
    padding: 0 15px;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item {
  padding: 26px 33px;
  border-radius: 6px;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .prodetails .prodescont .cus .cont2 .psres-slick .item-box .item {
    padding: 20px 20px;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top {
    flex-wrap: wrap;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit {
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit {
    font-size: 16px;
    flex-wrap: wrap;
    line-height: normal;
    margin-bottom: 5px;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit .icon {
  display: inline-flex;
  margin-left: 14px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit .icon {
    margin-left: 0px;
    width: 100%;
  }
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit .icon .iconfont {
  margin-right: 5px;
  color: #1A2C54;
  font-size: 16px;
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .tit .icon .iconfont:last-child {
  margin-right: 0;
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .date {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .top .date::before {
  font-family: 'iconfont' !important;
  color: #A41517;
  font-size: 20px;
  margin-right: 10px;
}
.prodetails .prodescont .cus .cont2 .psres-slick .item-box .item .hr {
  margin: 12px 0 19px 0;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.prodetails .prodescont .cus .message {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .cus .message {
    margin-top: 30px;
  }
}
.prodetails .prodescont .cus .message .textarea {
  height: 124px !important;
}
.prodetails .prodescont .faq {
  margin-top: 115px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .faq {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .faq {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .faq {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq {
    flex-wrap: wrap;
  }
}
.prodetails .prodescont .faq .left {
  border-right: 1px solid #D9D9D9;
  width: 20%;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .faq .left {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.prodetails .prodescont .faq .left .faqslist {
  margin-top: 105px;
  list-style: none;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .faq .left .faqslist {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .faq .left .faqslist {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .faq .left .faqslist {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left .faqslist {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .left .faqslist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.prodetails .prodescont .faq .left .faqslist li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.prodetails .prodescont .faq .left .faqslist li:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .faq .left .faqslist li {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .faq .left .faqslist li {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left .faqslist li {
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .left .faqslist li {
    margin: 0;
    background-color: #1A2C54;
    color: #FFF;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left .faqslist li:hover {
    background-color: #1A2C54;
    color: #FFF;
  }
}
.prodetails .prodescont .faq .left .faqslist li:hover::after {
  height: 25px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left .faqslist li.on {
    background-color: #1A2C54;
    color: #FFF;
  }
}
.prodetails .prodescont .faq .left .faqslist li.on::after {
  height: 25px;
}
.prodetails .prodescont .faq .left .faqslist li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  background-color: #1A2C54;
  height: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .left .faqslist li::after {
    display: none;
  }
}
.prodetails .prodescont .faq .right {
  width: 73%;
  position: relative;
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .right {
    width: 100%;
    margin-top: 30px;
  }
}
.prodetails .prodescont .faq .right .item1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.prodetails .prodescont .faq .right .item1.on {
  pointer-events: all;
  opacity: 1;
  position: relative;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .libox {
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .libox:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '\e608';
  color: #333333;
  font-size: 16px;
  transition: all 0.5s;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li p {
  display: flex;
  width: 90%;
  color: #999;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li p::before {
  content: 'Q';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 60px;
  background-color: #FAFAFA;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .li p::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .li p::before {
    margin-right: 20px;
  }
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li p span {
  width: calc(100% - 40px - 30px);
}
@media (max-width: 1199px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .li p {
    font-size: 16px;
  }
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li.current::after {
  transform: rotate(180deg);
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li.current p {
  color: #000000;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .li.current p::before {
  background-color: #1A2C54;
  color: #FFF;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .text-box {
  margin-top: 33px;
  display: none;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .text-box {
    margin-top: 20px;
  }
}
.prodetails .prodescont .faq .right .item1 .asked-ul .text-box .tbbox {
  display: flex;
  align-items: flex-start;
}
.prodetails .prodescont .faq .right .item1 .asked-ul .text-box .tbbox::before {
  content: 'A';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 60px;
  background-color: #1A2C54;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .text-box .tbbox::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .text-box .tbbox::before {
    margin-right: 20px;
  }
}
.prodetails .prodescont .faq .right .item1 .asked-ul .text-box .tcont {
  width: calc(100% - 40px - 30px);
}
.prodetails .prodescont .faq .right .item1 .asked-ul .text-box p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .prodescont .faq .right .item1 .asked-ul .text-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetails .prodescont .recom {
  margin: 140px 0;
}
@media (max-width: 1560px) {
  .prodetails .prodescont .recom {
    margin: 100px 0;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom {
    margin: 80px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .recom {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .prodetails .prodescont .recom {
    margin: 50px 0;
  }
}
.prodetails .prodescont .recom h2 {
  text-align: center;
}
.prodetails .prodescont .recom .cont123 {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodescont .recom .cont123 {
    margin-top: 30px;
  }
}
.prodetails .prodescont .recom .cont123 .prev-next {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.prodetails .prodescont .recom .cont123 .ctbox {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .prodetails .prodescont .recom .cont123 .ctbox {
    width: 87%;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .recom .cont123 .ctbox {
    width: 100%;
  }
}
.prodetails .prodescont .recom .cont123 .row-box {
  margin: -20px;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .recom .cont123 .row-box {
    margin: -15px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box {
  padding: 20px;
}
@media (max-width: 1199px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box {
    padding: 15px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item {
  border-radius: 6px;
  background: #F5F5F5;
  padding: 18px 15px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item {
    padding: 15px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item:hover .cont .tit a {
  color: #1A2C54;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .img-box {
  padding-bottom: calc(280 / 340 * 100%);
  border-radius: 6px;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont {
  padding-bottom: 10px;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .tit {
  margin: 17.5px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .tit {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .tit {
    font-size: 14px;
    line-height: 18px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt {
  display: flex;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt a {
  border-radius: 6px;
  background-color: #FFF;
  transition: all 0.5s;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt a:hover {
  background-color: #1A2C54;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt a:hover::after {
  color: #FFF;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt a:hover span {
  color: #FFF;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt a:hover span::after {
  color: #FFF;
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1 {
  width: calc(100% - 50px - 14px);
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  padding-left: 15px;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1 {
    padding: 7px 15px;
    width: calc(100% - 40px - 10px);
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1::after {
  font-family: 'iconfont' !important;
  content: '\e60d';
  font-size: 16px;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1::after {
    font-size: 14px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1 span {
  color: #000000;
  font-size: 16px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more1 span {
    font-size: 14px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more2 {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more2 {
    width: 40px;
    height: 40px;
  }
}
.prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more2::after {
  font-family: 'iconfont' !important;
  content: '\e60c';
  font-size: 22px;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .prodetails .prodescont .recom .cont123 .row-box .col-box .item .cont .txt .more2::after {
    font-size: 20px;
  }
}
.case .content .row-box {
  margin: -26px;
}
@media (max-width: 1400px) {
  .case .content .row-box {
    margin: -20px;
  }
}
@media (max-width: 991px) {
  .case .content .row-box {
    margin: -15px;
  }
}
.case .content .row-box .col-box {
  padding: 26px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .case .content .row-box .col-box {
    padding: 15px;
  }
}
.case .content .row-box .col-box .item:hover .more a {
  background-color: #1A2C54;
  color: #FFF;
}
.case .content .row-box .col-box .item:hover .more a::after {
  color: #FFF;
}
.case .content .row-box .col-box .item .cont-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case .content .row-box .col-box .item .img-box {
  padding-bottom: calc(380 / 520 * 100%);
}
.case .content .row-box .col-box .item .text-box {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 20px;
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .text-box {
    position: static;
    width: 100%;
    margin-top: 10px;
    transform: none;
    padding: 10px;
  }
}
.case .content .row-box .col-box .item .text-box p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .text-box p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .text-box p {
    font-size: 14px;
  }
}
.case .content .row-box .col-box .item .more {
  margin-top: 20px;
}
.case .content .row-box .col-box .item .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .more a {
    font-size: 14px;
    padding: 10px;
  }
}
.case .content .row-box .col-box .item .more a::after {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  color: #000;
  margin-left: 8px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .more a::after {
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .more a {
    background-color: #1A2C54;
    color: #FFF;
  }
}
.service .serb1 .cont {
  margin-top: 44px;
}
@media (max-width: 1400px) {
  .service .serb1 .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .service .serb1 .cont {
    margin-top: 20px;
  }
}
.service .serb1 .cont p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .service .serb1 .cont p {
    font-size: 14px;
    line-height: 20px;
  }
}
.service .serb2 {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 0 0;
}
@media (max-width: 1560px) {
  .service .serb2 {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1400px) {
  .service .serb2 {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .service .serb2 {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 991px) {
  .service .serb2 {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .service .serb2 {
    flex-wrap: wrap;
  }
}
.service .serb2 .index-title {
  width: 20%;
}
@media (max-width: 1630px) {
  .service .serb2 .index-title {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .service .serb2 .index-title {
    width: 100%;
  }
}
.service .serb2 .index-title h2 {
  line-height: 52px;
}
.service .serb2 .cont {
  width: 75%;
}
@media (max-width: 1630px) {
  .service .serb2 .cont {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .service .serb2 .cont {
    width: 100%;
    margin-top: 20px;
  }
}
.service .serb2 .cont .cont-img {
  position: relative;
}
.service .serb2 .cont .cont-img:hover .img-box::after {
  animation: swing 1s 0s ease both;
  background-color: #1A2C54;
  color: #FFF;
}
.service .serb2 .cont .img-box {
  border-radius: 20px;
  padding-bottom: calc(440 / 1200 * 100%);
}
@media (max-width: 991px) {
  .service .serb2 .cont .img-box {
    border-radius: 10px;
  }
}
.service .serb2 .cont .img-box::after {
  font-family: 'iconfont' !important;
  content: '\e61f';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(26, 44, 84, 0.1);
  width: 80px;
  height: 80px;
  font-size: 45px;
  color: #FFF;
  position: absolute;
  z-index: 2;
  top: 52px;
  right: 34px;
  transition: all 0.5s;
}
@media (max-width: 1630px) {
  .service .serb2 .cont .img-box::after {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 1440px) {
  .service .serb2 .cont .img-box::after {
    width: 60px;
    height: 60px;
    font-size: 30px;
    right: 20px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .service .serb2 .cont .img-box::after {
    right: 3%;
    top: 7%;
  }
}
@media (max-width: 767px) {
  .service .serb2 .cont .img-box::after {
    background-color: #1A2C54;
  }
}
.service .serb2 .cont .txt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  z-index: 2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  padding: 37px 20px;
}
@media (max-width: 1400px) {
  .service .serb2 .cont .txt {
    padding: 20px 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .service .serb2 .cont .txt {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
}
.service .serb2 .cont .txt p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .service .serb2 .cont .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.news .row-box {
  margin: -40px -15px;
}
@media (max-width: 1400px) {
  .news .row-box {
    margin: -30px -15px;
  }
}
@media (max-width: 991px) {
  .news .row-box {
    margin: -20px -10px;
  }
}
.news .row-box .col-box {
  padding: 40px 15px;
}
@media (max-width: 1400px) {
  .news .row-box .col-box {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .news .row-box .col-box {
    padding: 15px 10px;
  }
}
.news .row-box .col-box .item:hover .img-box img {
  transform: scale(1.05);
}
.news .row-box .col-box .item:hover .cont::after {
  width: 100%;
}
.news .row-box .col-box .item:hover .cont .tit a {
  color: #1A2C54;
  text-decoration: underline;
}
.news .row-box .col-box .item:hover .cont .more .index-more span {
  color: #1A2C54;
}
.news .row-box .col-box .item:hover .cont .more .index-more span::after {
  color: #1A2C54;
}
.news .row-box .col-box .item .img-box {
  padding-bottom: calc(215 / 377 * 100%);
  border-radius: 10px;
}
.news .row-box .col-box .item .cont {
  padding: 30px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1400px) {
  .news .row-box .col-box .item .cont {
    padding: 20px 0;
  }
}
.news .row-box .col-box .item .cont::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0;
  background: #1A2C54;
  transition: all 0.5s;
}
.news .row-box .col-box .item .cont .tit {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .news .row-box .col-box .item .cont .tit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .news .row-box .col-box .item .cont .tit {
    font-size: 16px;
    line-height: 22px;
  }
}
.news .row-box .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
.news .row-box .col-box .item .cont .date {
  margin-top: 40px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news .row-box .col-box .item .cont .date {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news .row-box .col-box .item .cont .date {
    font-size: 14px;
  }
}
.news .row-box .col-box .item .cont .more {
  margin-top: 90px;
  text-align: right;
}
@media (max-width: 1560px) {
  .news .row-box .col-box .item .cont .more {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .news .row-box .col-box .item .cont .more {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .news .row-box .col-box .item .cont .more {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .news .row-box .col-box .item .cont .more {
    margin-top: 30px;
  }
}
.news .row-box .col-box .item .cont .more .index-more {
  padding: 0;
  background: transparent;
}
.news .row-box .col-box .item .cont .more .index-more::after {
  display: none;
}
.news .row-box .col-box .item .cont .more .index-more span {
  color: #000000;
}
.news .row-box .col-box .item .cont .more .index-more span::after {
  color: #000;
}
.contact .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .left {
  width: 42%;
}
@media (max-width: 991px) {
  .contact .box .left {
    width: 100%;
  }
}
.contact .box .left .index-title h2 {
  line-height: normal !important;
  margin-bottom: 16px;
}
.contact .box .left .index-title p {
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact .box .left .index-title p {
    font-size: 14px;
  }
}
.contact .box .left .cont {
  margin-top: 65px;
}
@media (max-width: 1400px) {
  .contact .box .left .cont {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact .box .left .cont {
    margin-top: 30px;
  }
}
.contact .box .left .cont .item {
  display: flex;
  margin-top: 36px;
}
.contact .box .left .cont .item:first-child {
  margin-top: 0;
}
.contact .box .left .cont .item:hover .iconfont {
  animation: swing 1s 0s ease both;
}
.contact .box .left .cont .item:hover .list p a {
  color: #1A2C54;
}
.contact .box .left .cont .item .icon {
  border-radius: 30px;
  background: rgba(26, 44, 84, 0.3);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .contact .box .left .cont .item .icon {
    width: 50px;
    height: 50px;
  }
}
.contact .box .left .cont .item .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #1A2C54;
  font-size: 26px;
  color: #FFF;
}
@media (max-width: 1199px) {
  .contact .box .left .cont .item .iconfont {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.contact .box .left .cont .item .list {
  width: calc(100% - 60px - 40px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .contact .box .left .cont .item .list {
    width: calc(100% - 60px - 20px);
  }
}
@media (max-width: 1199px) {
  .contact .box .left .cont .item .list {
    width: calc(100% - 50px - 20px);
  }
}
.contact .box .left .cont .item .list span {
  display: block;
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact .box .left .cont .item .list span {
    font-size: 14px;
  }
}
.contact .box .left .cont .item .list p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .contact .box .left .cont .item .list p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .contact .box .left .cont .item .list p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact .box .left .cont .item .list p a {
  color: #000;
  transition: all 0.5s;
}
.contact .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .contact .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .box .right .message {
  width: 100%;
}
.contact .box .right .message .formbox .now-title {
  margin-bottom: 20px;
}
.contact .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 3.789px;
  background: #8FBC37;
  padding: 11px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .row {
  list-style: none;
  margin: -10px;
}
.contact .box .right .message .formbox li {
  padding: 10px;
}
.contact .box .right .message .formbox .group {
  position: relative;
}
.contact .box .right .message .formbox .group b {
  display: block;
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
@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;
  width: 80px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}
.contact .box .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.contact .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background: #FAFAFA;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 15px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1400px) {
  .contact .box .right .message .formbox .group input {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group input:focus label {
  display: none;
}
.contact .box .right .message .formbox .group input:focus::placeholder {
  color: #000;
}
.contact .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #FAFAFA;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 28px 15px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 270px;
}
@media (max-width: 1400px) {
  .contact .box .right .message .formbox .group textarea {
    padding: 15px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.contact .box .right .message .formbox .group textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .box .right .message .formbox .group textarea:focus::placeholder {
  color: #000;
}
.contact .box .right .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .contact .box .right .message .func {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .contact .box .right .message .func {
    margin-top: 20px;
  }
}
.contact .box .right .message .func .submit-group {
  width: 100%;
}
.contact .box .right .message .func button {
  border: none;
  transition: all 0.5s;
  border-radius: 10px;
  background-color: #000;
  width: 100%;
  padding: 13px 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.contact .box .right .message .func button:hover {
  background-color: #1A2C54;
}
.upload {
  margin-top: 10px;
  text-align: right;
}
.upload button {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.upload button::after {
  display: none;
}
.upload button:hover {
  color: #FFF;
  text-decoration: underline;
}
.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.upload-wrap .inquiry-form p {
  color: #FFF;
  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 {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  background: #fff;
  backdrop-filter: blur(2px);
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .pooptit {
  text-align: center;
  font-weight: bold;
  color: #198d44;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  margin: 0 auto;
}
.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: #1A2C54;
  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: -10px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 10px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  padding: 14px 20px;
  width: 100%;
  background: #ededed;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  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: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.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;
  width: 100%;
  background: #ededed;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  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: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.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 button {
  border: none;
  transition: all 0.5s;
  padding: 14px 50px;
  background-color: #f9be00;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}
.popbox .contbox .contact-message .box .right .message .func button:hover {
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.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;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #1A2C54;
}
@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: #1A2C54;
}
.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: #1A2C54;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@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 {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 80px 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 5px;
  vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #1A2C54 !important;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  content: '\e60d';
  color: #000;
  text-align: center;
  transition: all 0.3s;
  font-weight: 400;
}
.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: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #EBEBEB;
  -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 {
  background-color: #1A2C54 !important;
  color: #FFF;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #1A2C54 !important;
  color: #FFF;
}
.newsdetails {
  margin: 140px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 110px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}
.newsdetails .inquiry {
  margin-top: 40px;
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #1A2C54;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}

.newsdetails .cont .video {
}
.newsdetails .cont .video .img-box{
    padding-bottom: 50%;
}


.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: #1A2C54;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.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;
}
.newsdetails .devideo {
  position: relative;
}
.newsdetails .devideo img {
  width: 100%;
  height: auto;
  background: transparent;
}
.newsdetails .devideo .firm-video {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsdetails .devideo .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
  padding-left: 3px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 130px;
    height: 130px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}
.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: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e60a';
  -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: #1A2C54;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #1A2C54;
}
.newsdetails .relate-details .prev a:before {
  content: '\e60a';
  -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: #1A2C54;
  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%;
  margin-top: 20px;
}
.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: 3.789px;
  background: #8FBC37;
  padding: 11px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -10px;
}
.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: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
@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 input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background: #FAFAFA;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 15px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #000;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #FAFAFA;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 28px 15px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 270px;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 15px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #000;
}
.now-bottom .contactus-right .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .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.5s;
  border-radius: 10px;
  background-color: #000;
  width: 100%;
  padding: 13px 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.now-bottom .contactus-right .message .func button:hover {
  background-color: #1A2C54;
}
.inquiry-wrap {
  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: #1A2C54;
  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: #1A2C54;
  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 #1A2C54;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #1A2C54;
}
.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 .formbox .now-title {
  margin-bottom: 33px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #1A2C54;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -18px -16px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -12px -12px;
  }
}
.inquiry-wrap .content .message .formbox li {
  padding: 18px 16px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 12px 12px;
  }
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group b {
  display: block;
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
@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 label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group label {
    font-size: 14px;
    line-height: 22px;
  }
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.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: 6px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  padding: 28px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 173px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.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: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func button {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 16px 56px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func button {
    padding: 12px 40px;
  }
}
.inquiry-wrap .content .message .func button:hover {
  background-color: #1A2C54;
  color: #F5F5EA;
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .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;
}






.dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  text-align: left;

  border-top: 1px solid #000;
}
.dropdown .dropdown-content {
  margin-bottom: -7px !important;
}
.dropdown .dropdown-content ul {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  position: static !important;
  background: transparent !important;
  transform: translateX(0%) !important;
  min-width: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 13% !important;
}
@media (max-width: 1770px) {
  .dropdown .dropdown-content ul {
    padding: 0 5% !important;
  }
}
@media (max-width: 1440px) {
  .dropdown .dropdown-content ul {
    padding: 0 15px !important;
  }
}
.dropdown .dropdown-content ul li {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.dropdown .dropdown-content ul li.on > a::after {
  border-bottom: 8px solid #555;
}
.dropdown .dropdown-content ul li > a {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 70px !important;
  position: relative;
  border-radius: 0 !important;
  display: inline-block !important;
  padding-left: 10px !important;
  color: #000 !important;
  border: none !important;
}
@media (max-width: 1470px) {
  .dropdown .dropdown-content ul li > a {
    font-size: 13px !important;
  }
}
@media (max-width: 1500px) {
  .dropdown .dropdown-content ul li > a {
    font-size: 12px !important;
  }
}
.dropdown .dropdown-content ul li > a::before {
  width: auto;
  height: auto;
  opacity: 1 !important;
  position: absolute;
  top: 50% !important;
  left: 0 !important;
  background: transparent !important;
  display: block;
  content: '-' !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown .dropdown-content ul li > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-right: 10px solid transparent;
  border-bottom: 0 solid #555;
  border-left: 10px solid transparent;
}
.dropdown .dropdown-content ul li > a:hover {
  background: transparent !important;
}
.dropdown .dropdown-content ul li .dropdown-list {
  border-top: 1px solid;
  position: absolute;
  z-index: 50;
  left: 0;
  transform: translateY(-7px);
  width: 100%;
  min-width: 180px;
  min-height: 330px;
  text-align: left;
  /* background-color: rgba(85, 85, 85, 0.98); */
  background-color: #fff;
  padding: 30px 13% !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1770px) {
  .dropdown .dropdown-content ul li .dropdown-list {
    padding: 30px 5% !important;
  }
}
@media (max-width: 1440px) {
  .dropdown .dropdown-content ul li .dropdown-list {
    padding: 30px 15px !important;
  }
}
.dropdown .dropdown-content ul li .dropdown-list ul {
  width: 30%;
  max-width: 360px;
  padding: 0 !important;
  display: block !important;
}
.dropdown .dropdown-content ul li .dropdown-list ul li {
  border: none !important;
  display: block !important;
}
.dropdown .dropdown-content ul li .dropdown-list ul li.on a {
  text-decoration: underline;
}
.dropdown .dropdown-content ul li .dropdown-list ul li a {
  padding: 4px 10px !important;
  line-height: normal !important;
  border: none !important;
}
.dropdown .dropdown-content ul li .dropdown-list ul li a::after {
  display: none;
}
.dropdown .dropdown-content ul li .dropdown-list ul li a::before {
  top: 60% !important;
}
.dropdown .dropdown-content ul li .dropdown-list ul li a:hover {
  text-decoration: underline;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right {
  width: 65%;
  position: relative;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .dropdown-list_right-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1111;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .dropdown-list_right-a.on {
  opacity: 1;
  pointer-events: all;
  position: relative;
  z-index: 12;
  width: 100%;
  height: auto;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-img {
  width: 31%;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-img .img-box {
  padding-bottom: calc(280 / 340 * 100%);
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text {
  width: 65%;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text h2 {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  padding: 13px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #ac0000;
  margin-bottom: 15px;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text p {
  padding-left: 20px;
  font-size: 16px;
  color: #000;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text .more {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  color: #b61b1b;
  text-align: left;
  margin-top: 20px;
  padding: 0 !important;
  padding-left: 20px !important;
  border: none !important;
  background: transparent !important;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text .more::before {
  display: none;
}
.dropdown .dropdown-content ul li .dropdown-list .dropdown-list_right .cont-text .more:hover {
  background: transparent !important;
  text-decoration: underline;
}
.dropdown .dropdown-content ul > li {
  padding-right: 6px !important;
}
@media (max-width: 1470px) {
  .dropdown .dropdown-content ul > li {
    padding-right: 4px !important;
  }
}








.header2 {
  position: fixed;
  top: 0;
  background-color: #FFF;
  box-shadow: 0 4px 16.4px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
.header2 .boxb1 {
  position: relative;
}
.header2 .boxb1::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28.6%;
  height: 100%;
  content: '';
  background-color: #fff;

  z-index: -1;
}

@media (max-width: 1630px) {
  .header2 .boxb1::after {
    width: 25%;
  } 
}

@media (max-width: 1400px) {
  .header2 .boxb1::after {
    width: 26%;
  } 
}

@media (max-width: 1200px) {
  .header2 .boxb1::after {
    width: 32%;
  } 
}
@media (max-width: 992px) {
  .header2 .boxb1::after {
    width: 38%;
  } 
}

@media (max-width: 768px) {
  .header2 .boxb1::after {
    width: 100%;
  } 
}


.header2 .box {
  /* position: relative; */
  z-index: 12;
  display: flex;
  justify-content: space-between;
}
.header2 .box .right {
  display: flex;
}

.header2 .header-logo {
  width: 290px;
  display: flex;
  align-items: center;
}
.header2 .header-logo img {
  width: 100%;
  height: auto;
}
.header2 .header-nav {
  margin-right: 60px;
}
@media (max-width: 1400px) {
  .header2 .header-nav {
    margin-right: 30px;
  }
  .header2 .header-logo {
    width: 240px;
  }
}

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

@media(max-width: 767px){
  .header2 .header-logo {
    margin-right: 20px;
  }
}

.header2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -27px;
}
@media (max-width: 1630px) {
  .header2 .header-nav .nav > ul {
    margin: 0 -20px;
  }
}
@media (max-width: 1401px) {
  .header2 .header-nav .nav > ul {
    margin: 0 -12px;
  }
}
.header2 .header-nav .nav > ul > li {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.header2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 25px 27px;
  padding-top: 35px;

  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1630px) {
  .header2 .header-nav .nav > ul > li > a {
    padding: 25px 20px;
  padding-top: 35px;
}
}
@media (max-width: 1441px) {
  .header2 .header-nav .nav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1401px) {
  .header2 .header-nav .nav > ul > li > a {
    padding: 25px 12px;
  padding-top: 35px;
}
}
.header2 .header-nav .nav > ul > li > a:hover {
  color: #002FA7;
}
.header2 .header-nav .nav > ul > li > a.active {
  color: #002FA7;
}
.header2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  display: none;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1400px) {
  .header2 .header-nav .nav > ul > li ul {
    left: 0;
    transform: translateX(0);
  }
}
.header2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header2 .header-nav .nav > ul > li ul li:last-child {
  padding-bottom: 14px;
}
.header2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header2 .header-nav .nav > ul > li ul li:first-child {
  padding-top: 14px;
}
.header2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px dashed #DDDDDD;
  white-space: nowrap;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.header2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002FA7;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
}
.header2 .header-nav .nav > ul > li ul li a:hover::before {
  opacity: 1;
}
.header2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header2 .header-nav .nav > ul > li ul li ul li::before {
  display: none;
}
.header2 .header-nav .nav > ul > li ul li ul li a {
  padding: 10px 10px;
  font-size: 14px;
}
.header2 .hr2-2 {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .header2 .hr2-2 {
    align-items: flex-start;
  }
}
.header2 .hr2-2 .language {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .header2 .hr2-2 .language {
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .header2 .hr2-2 .language {
    padding: 15px 0;
  }
}
.header2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.header2 .hr2-2 .language .lang::before {
  font-family: 'iconfont' !important;
  content: '\e61b';
  margin-right: 7px;
  font-size: 28px;
  color: #333333;
}
@media (max-width: 575px) {
  .header2 .hr2-2 .language .lang::before {
    /* display: none; */
  }
}
.header2 .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e608';
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-left: 5px;
}

.header2 .hr2-2 .language .lang span {
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header2 .hr2-2 .language .lang span {
    font-size: 14px;
    display: none;
  }
  .header2 .hr2-2 .language .lang::after {
    display: none;
  }
  .header2 .hr2-2 .language .lang::before{
    color: #FFF;
    margin: 0;
  }
}
.header2 .hr2-2 .language:hover .drop-select {
  opacity: 1;
}
.header2 .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) {
  .header2 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header2 .hr2-2 .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header2 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header2 .search {
  cursor: pointer;
  margin-left: 30px;
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 768px) { 
  .header2 .search {
    margin-left: 12px;
  }
}

.header2 .search .iconfont {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
  color: #FFF;
}


@media(max-width: 768px){
  .header2 .search .iconfont {

    background-color: #FFF;
    color: #000;

    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}


.invr{
  margin-bottom: 40px;

}
.invr .img-box{
  padding-bottom: 50%;
}