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 {
  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: 1300px) {
  .container.con1280 {
    max-width: 1280px;
  }
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'Poppins', "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;
}
@media (min-width: 1199px) {
  .header.scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #d8d8d8;
  }
}
.header.hasty {
  position: sticky;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.header.hasty .box1 .box .left .mt p a {
  color: #999;
}
.header.hasty .box2 .header-logo .img1 {
  display: none;
}
.header.hasty .box2 .header-logo .img2 {
  display: block;
}
.header.hasty .box2 .header-nav .nav > ul > li > a {
  color: #111111;
  font-weight: 500;
}
.header.hasty .box2 .hr2-2 .language .lang span {
  color: #dbdbdb;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header {
    height: 80px;
    position: sticky;
    background: #FFF;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header {
    position: sticky;
  }
}
.header .header-box {
  position: relative;
}
@media (max-width: 1199px) {
  .header .box1 {
    display: none;
  }
}
.header .box1 .box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 42px;
  position: relative;
}
.header .box1 .box .left {
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .mt {
  display: flex;
  align-items: center;
}
.header .box1 .box .left .mt p {
  margin-right: 15px;
  color: #dbdbdb;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .mt p:nth-child(1) {
  margin-right: 20;
}
@media (max-width: 1400px) {
  .header .box1 .box .left .mt p {
    font-size: 14px;
  }
}
.header .box1 .box .left .mt p .icon {
  color: #999999;
  margin-right: 15px;
  width: 17px;
}
.header .box1 .box .left .mt p .icon img {
  width: 100%;
  height: auto;
}
.header .box1 .box .left .mt p a {
  color: #fff;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .mt p a:hover span {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .header .box1 .box .left .mt p a span {
    display: none;
  }
}
.header .box1 .box .left .hr2-2 .language {
  display: flex;
  align-items: center;
  position: relative;
}
.header .box1 .box .left .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  margin-right: 10px;
}
.header .box1 .box .left .hr2-2 .language .lang:last-child {
  margin-right: 0;
}
.header .box1 .box .left .hr2-2 .language .lang img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.header .box1 .box .left .hr2-2 .language .lang span {
  color: #dbdbdb;
  font-size: 15px;
}
@media (max-width: 767px) {
  .header .box1 .box .left .hr2-2 .language .lang span {
    font-size: 14px;
  }
}
.header .box1 .box .left .hr2-2 .language ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  border-radius: 4px;
  display: none;
  padding: 10px 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .box1 .box .left .hr2-2 .language ul li {
  position: relative;
}
.header .box1 .box .left .hr2-2 .language ul li:last-child a {
  border-bottom: none;
}
.header .box1 .box .left .hr2-2 .language ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed #F17A1E;
  white-space: nowrap;
  border-radius: 5px;
  color: #222;
  text-align: center;
  font-size: 15px;
  transition: all 0.3s;
}
.header .box1 .box .left .hr2-2 .language ul li a:hover {
  background-color: #F17A1E;
  color: #FFF;
}
.header .box2 {
  position: relative;
  width: 100%;
}
.header .box2 .header-logo {
  width: 200px;
}
.header .box2 .header-logo img {
  width: 100%;
  height: auto;
}
.header .box2 .header-logo .img2 {
  display: none;
}
@media (max-width: 1199px) {
  .header .box2 .header-logo .img1 {
    display: none;
  }
  .header .box2 .header-logo .img2 {
    display: block;
  }
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .box2 .right {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 -19px;
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  padding: 12px 19px;
  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;
  color: #e1e0e0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding: 12px 0px;
  white-space: nowrap;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 12px;
  height: 7px;
  background: url(../img/jiantou.png) no-repeat;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 1441px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 16px;
  }
}
.header .box2 .header-nav .nav > ul > li > a:hover::after {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li > a.active::after {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(101%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: none;
  background: rgba(0, 46, 112, 0.95);
  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;
  border-bottom: 1px solid #8d8f99;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 11px 40px 11px 20px;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F17A1E;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
  text-shadow: 1px 0 0 currentColor;
}
.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 .navulbox {
  width: 1000px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(0, 46, 112, 0.95);
  padding: 55px 0;
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .nav .navulbox {
    display: none !important;
  }
}
.header .box2 .header-nav .nav .navulbox .left {
  padding-left: 5%;
  width: 30%;
  text-align: left;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .nav .navulbox .left {
    display: none !important;
  }
}
.header .box2 .header-nav .nav .navulbox .left ul {
  list-style: none;
  position: static;
  display: block;
  transform: translate(0);
  background: transparent;
}
.header .box2 .header-nav .nav .navulbox .left ul li {
  padding-left: 30px;
  background: url(../img/nav1.png) no-repeat left;
  margin: 15px 0;
  border: none;
}
.header .box2 .header-nav .nav .navulbox .left ul li:first-child {
  margin-top: 0;
}
.header .box2 .header-nav .nav .navulbox .left ul li a {
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all 0.3s;
  padding: 0;
}
.header .box2 .header-nav .nav .navulbox .left ul li a:hover {
  text-decoration: underline;
}
.header .box2 .header-nav .nav .navulbox .center {
  border-left: 1px dashed #264b82;
  width: 38%;
  padding-left: 1%;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .nav .navulbox .center {
    display: none !important;
  }
}
.header .box2 .header-nav .nav .navulbox .center ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: static;
  transform: translate(0);
  background: transparent;
}
.header .box2 .header-nav .nav .navulbox .center ul li {
  padding: 0 12px;
  margin-bottom: 20px;
  border: none;
}
.header .box2 .header-nav .nav .navulbox .center ul li a {
  color: #fff;
  font-size: 18px;
  padding: 0;
  border: none;
}
.header .box2 .header-nav .nav .navulbox .center ul li a:hover {
  text-decoration: underline;
}
.header .box2 .header-nav .nav .navulbox .right {
  width: 32%;
  padding-left: 3%;
  padding-right: 5%;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .nav .navulbox .right {
    display: none !important;
  }
}
.header .box2 .header-nav .nav .navulbox .right .img-box {
  padding-bottom: calc(160 / 230 * 100%);
}
.header .box2 .header-nav .nav .navulbox .right .img-box::after {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 47px;
  height: 40px;
  background: url(../img/nav2.png) no-repeat center;
  background-size: cover;
  content: '';
}
.header .box2 .header-nav .nav .navulbox .right .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0;
}
.header .box2 .header-nav .nav .navulbox .right .tit {
  font-size: 20px;
  color: #fff;
}
.header .box2 .header-nav .nav .navulbox .right .more {
  width: 24px;
}
.header .box2 .header-nav .nav .navulbox .right .more img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .header .box2 .h-r2 {
    display: flex;
    align-items: center;
  }
}
.habt ul li ul {
  display: none !important;
}
.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 #F17A1E;
  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: #F17A1E;
}
.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;
}
.btn-menu a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .btn-menu a {
    color: #524f4f;
  }
}
.btn-menu a .iconfont {
  font-size: 40px;
}
@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(870 / 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: 10px !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;
  }
}
.swiper-pagination-bullet-active {
  background-color: transparent !important;
  background: url(../img/jiantou.png) no-repeat center !important;
  background-size: cover;
  border-radius: 0 !important;
  height: 6px !important;
  width: 6px !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px !important;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  opacity: 1;
}
.swiper-pagination-box {
  position: absolute;
  bottom: 30px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 67;
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .swiper-pagination-box {
    bottom: 17px !important;
  }
}
@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;
  color: #FFFFF4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box .banner-button-prev .iconfont,
.swiper-pagination-box .banner-button-next .iconfont {
  font-size: 14px;
}
.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: 60%;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 4px;
  width: 48px;
  height: 48px;
  background-color: #4a6dac;
}
.index-nav .a.email {
  background-color: #ff9307;
}
.index-nav .a.email .fix-nav-phonenumber p {
  background-color: #ff9307;
}
.index-nav .a.whatsapp {
  background-color: #1bade4;
}
.index-nav .a.whatsapp .fix-nav-phonenumber p {
  background-color: #1bade4;
}
.index-nav .a span {
  display: block;
  color: #FFF;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #fff;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  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: #F17A1E;
  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: #2d3033;
  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: #F17A1E;
  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 {
  padding-bottom: 20px;
  padding-top: 70px;
}
@media (max-width: 1440px) {
  .index-title {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .index-title {
    padding-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .index-title {
    padding-top: 20px;
  }
}
.index-title h2 {
  margin: 0;
  font-size: 34px;
  color: #111111;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.index-title h2:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 3px;
  width: 14px;
  height: 12px;
  background: url(../img/jiantou.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 1023px) {
  .index-title h2 {
    padding-top: 0px;
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .index-title h2 {
    font-size: 18px !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: #F17A1E;
  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;
  }
}
.not-allowed {
  cursor: not-allowed !important;
}
.prev-next {
  width: 126px;
  position: relative;
  height: 61px;
}
@media (max-width: 767px) {
  .prev-next {
    height: 30px;
    width: 70px;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e60b';
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .prev-next .slick-next:before,
  .prev-next .slick-prev:before {
    font-size: 14px;
  }
}
.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: 63px;
  height: 61px;
  background-color: #002e70;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    width: 30px;
    height: 30px;
  }
}
.prev-next .slick-prev {
  border-left: 1px dashed #fff;
}
@media (max-width: 767px) {
  .prev-next .slick-prev {
    border: 1px dashed rgba(255, 255, 255, 0.5);
  }
}
.prev-next .slick-next {
  background-color: #fff;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-next::before {
  color: #f19716;
}
.index .inpro .index-title {
  padding-top: 50px;
}
.index .inpro .inprocont {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .index .inpro .inprocont {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.index .inpro .inprocont .left {
  width: 40%;
  max-width: 768px;
  position: relative;
}
@media (max-width: 991px) {
  .index .inpro .inprocont .left {
    width: 100%;
    max-width: none;
  }
}
.index .inpro .inprocont .left:hover .cont {
  opacity: 1;
}
.index .inpro .inprocont .left img {
  width: 100%;
  height: auto;
  background: transparent;
}
.index .inpro .inprocont .right {
  width: 60.3%;
}
@media (max-width: 991px) {
  .index .inpro .inprocont .right {
    width: 100%;
  }
}
.index .inpro .inprocont .right .row-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}
@media (max-width: 767px) {
  .index .inpro .inprocont .right .row-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index .inpro .inprocont .right .row-box .col-box .item {
  position: relative;
}
.index .inpro .inprocont .right .row-box .col-box .item:hover .cont {
  opacity: 1;
}
.index .inpro .inprocont .right .row-box .col-box .img-box {
  padding-bottom: calc(266 / 400 * 100%);
}
.index .inpro .inprocont .hor .cont {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 49, 97, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  opacity: 0;
}
.index .inpro .inprocont .hor .cont a {
  display: block;
  width: 80%;
  text-align: center;
}
.index .inpro .inprocont .hor .cont a .tit {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .inpro .inprocont .hor .cont a .txt {
  margin-bottom: 50px;
}
.index .inpro .inprocont .hor .cont a .txt p {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .inpro .inprocont .hor .cont a .icon {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 30px;
}
.index .inpro .inprocont .hor .cont a .icon img {
  width: 100%;
  height: auto;
}
.index .inab {
  padding-top: 46px;
  background: url(../img/inab-b1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .index .inab {
    padding-top: 0;
    background: none;
  }
}
.index .inab .index-title h2 {
  color: #FFF;
}
@media (max-width: 1023px) {
  .index .inab .index-title h2 {
    color: #333333;
  }
}
.index .inab .t-txt {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .inab .t-txt {
    flex-wrap: wrap;
  }
}
.index .inab .t-txt .left {
  width: 40%;
}
@media (max-width: 991px) {
  .index .inab .t-txt .left {
    width: 100%;
  }
}
.index .inab .t-txt .left h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .index .inab .t-txt .left h2 {
    color: #333333;
  }
}
@media (max-width: 1199px) {
  .index .inab .t-txt .left h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index .inab .t-txt .left h2 {
    font-size: 18px;
    color: #333333;
  }
}
.index .inab .t-txt .right {
  width: 47%;
}
@media (max-width: 991px) {
  .index .inab .t-txt .right {
    width: 100%;
    margin-top: 10px;
  }
}
.index .inab .t-txt .right p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .index .inab .t-txt .right p {
    color: #333333;
  }
}
.index .inab .content {
  position: relative;
  bottom: -120px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .index .inab .content {
    bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .index .inab .content {
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .index .inab .content {
    flex-wrap: wrap;
  }
}
.index .inab .content .left {
  width: 33.333333%;
  max-width: 426px;
  position: relative;
}
@media (max-width: 991px) {
  .index .inab .content .left {
    width: 100%;
    max-width: none;
  }
}
.index .inab .content .left:hover::after {
  opacity: 1;
}
.index .inab .content .left::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 49, 97, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.5s;
}
.index .inab .content .left img {
  width: 100%;
  height: auto;
  background: transparent;
}
.index .inab .content .left .firm-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.index .inab .content .left .firm-video .video {
  cursor: pointer;
  width: 76px;
}
@media (max-width: 991px) {
  .index .inab .content .left .firm-video .video {
    width: 60px;
  }
}
.index .inab .content .left .firm-video .video img {
  width: 100%;
  height: auto;
  background: transparent;
}
.index .inab .content .right {
  width: 66.666666%;
}
@media (max-width: 991px) {
  .index .inab .content .right {
    width: 100%;
  }
}
.index .inab .content .right .rowbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
@media (max-width: 767px) {
  .index .inab .content .right .rowbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index .inab .content .right .rowbox .colbox {
  position: relative;
}
.index .inab .content .right .rowbox .colbox .item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}
.index .inab .content .right .rowbox .colbox .item::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 49, 97, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.5s;
}
.index .inab .content .right .rowbox .colbox .item img {
  width: 100%;
  height: auto !important;
  background: transparent;
}
.index .inab .content .right .rowbox .colbox .item:hover::after {
  opacity: 1;
}
.index .inab .content .right .rowbox .colbox .item:hover .cont .tit {
  color: #FFF;
}
.index .inab .content .right .rowbox .colbox .item:hover .cont .txt p {
  color: #FFF;
}
.index .inab .content .right .rowbox .colbox .item .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  width: 80%;
}
.index .inab .content .right .rowbox .colbox .item .cont .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #111111;
  transition: all 0.5s;
}
.index .inab .content .right .rowbox .colbox .item .cont .txt {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .index .inab .content .right .rowbox .colbox .item .cont .txt {
    margin-bottom: 20px;
  }
}
.index .inab .content .right .rowbox .colbox .item .cont .txt p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666666;
  transition: all 0.5s;
}
.index .inab .content .right .rowbox .colbox .item .cont .icon {
  width: 30px;
}
.index .inab .content .right .rowbox .colbox .item .cont .icon img {
  width: 100%;
  height: auto;
}
.index .inab2 {
  padding-top: 120px;
  background: url(../img/index19.jpg) no-repeat bottom;
  background-size: cover;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .index .inab2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.index .inab2 .content .row-box {
  margin: 0;
}
.index .inab2 .content .row-box .col-box {
  transition: all 0.5s;
  padding: 2%;
  padding-bottom: 50px;
}
.index .inab2 .content .row-box .col-box:hover {
  box-shadow: 0px 0px 10px #ebebeb;
  background-color: #fff;
}
.index .inab2 .content .row-box .col-box:hover .item .icon .icon1 {
  display: none;
}
.index .inab2 .content .row-box .col-box:hover .item .icon .icon2 {
  display: block;
}
@media (min-width: 1440px) {
  .index .inab2 .content .row-box .col-box {
    width: 20%;
  }
}
.index .inab2 .content .row-box .col-box .item {
  transition: all 0.5s;
}
.index .inab2 .content .row-box .col-box .item .icon {
  margin-bottom: 30px;
  height: 54px;
}
@media (max-width: 1199px) {
  .index .inab2 .content .row-box .col-box .item .icon {
    height: 40px;
    margin-bottom: 20px;
  }
}
.index .inab2 .content .row-box .col-box .item .icon img {
  height: 100%;
  width: auto;
}
.index .inab2 .content .row-box .col-box .item .icon .icon2 {
  display: none;
}
.index .inab2 .content .row-box .col-box .item .tit {
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index .inab2 .content .row-box .col-box .item .txt p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.index .incuss {
  background: url(../img/incus-b1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .index .incuss {
    padding-bottom: 30px;
  }
}
.index .incuss .index-title h2 {
  color: #FFF;
}
.index .incuss .content {
  overflow: hidden;
}
.index .incuss .content .incuss-swiper {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .index .incuss .content .incuss-swiper {
    padding-bottom: 50px;
  }
}
.index .incuss .content .incuss-swiper .swiper-slide {
  display: flex;
}
@media (max-width: 768px) {
  .index .incuss .content .incuss-swiper .swiper-slide {
    flex-wrap: wrap;
  }
}
.index .incuss .content .incuss-swiper .itembox {
  margin-left: 70px;
}
@media (max-width: 1023px) {
  .index .incuss .content .incuss-swiper .itembox {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .index .incuss .content .incuss-swiper .itembox {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.index .incuss .content .incuss-swiper .itembox:first-child {
  margin-left: 0;
}
.index .incuss .content .incuss-swiper .itembox:hover .cont .icon .img1 {
  display: none;
}
.index .incuss .content .incuss-swiper .itembox:hover .cont .icon .img2 {
  display: inline-block;
}
.index .incuss .content .incuss-swiper .itembox:hover .cont .txt p {
  color: #e65c06;
}
.index .incuss .content .incuss-swiper .itembox .cont {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 36px;
  text-align: left;
}
.index .incuss .content .incuss-swiper .itembox .cont .icon {
  margin-bottom: 20px;
  height: 20px;
}
.index .incuss .content .incuss-swiper .itembox .cont .icon img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
.index .incuss .content .incuss-swiper .itembox .cont .icon .img2 {
  display: none;
}
.index .incuss .content .incuss-swiper .itembox .cont .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.index .incuss .content .incuss-swiper .itembox .info {
  display: flex;
  align-items: center;
}
.index .incuss .content .incuss-swiper .itembox .info img {
  width: 80px;
  height: auto;
}
.index .incuss .content .incuss-swiper .itembox .info span {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .incuss .content .incuss-swiper .itembox .info span {
    font-size: 14px;
  }
}
.index .incuss .content .incuss-swiper .swiper-button-next-kefu,
.index .incuss .content .incuss-swiper .swiper-button-prev-kefu {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../img/index25.png) no-repeat;
}
.index .incuss .content .incuss-swiper .swiper-button-prev-kefu {
  right: 40px;
}
.index .incuss .content .incuss-swiper .swiper-button-next-kefu {
  background: url(../img/index24.png) no-repeat;
}
.index .incuss .content .incuss-swiper .swiper-scrollbar {
  background: #bfbfbf;
  height: 2px;
  width: 90%;
  bottom: 14px;
}
.index .incuss .content .incuss-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ff9307;
}
.index .incust {
  padding-bottom: 80px;
  background: #f1f3f7;
}
@media (max-width: 767px) {
  .index .incust {
    padding-bottom: 30px;
  }
}
.index .incust .content .incust-slick {
  padding-bottom: 80px;
  margin: 0 -28px;
}
@media (max-width: 1400px) {
  .index .incust .content .incust-slick {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .index .incust .content .incust-slick {
    margin: 0 -10px;
    padding-bottom: 40px;
  }
}
.index .incust .content .incust-slick .slick-dots {
  bottom: 0;
}
@media (max-width: 767px) {
  .index .incust .content .incust-slick .slick-dots {
    display: block !important;
  }
}
.index .incust .content .incust-slick .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
}
.index .incust .content .incust-slick .slick-dots li.slick-active {
  width: 12px;
  height: 6px;
  background: url(../img/jiantou.png) no-repeat center;
  background-size: cover;
}
.index .incust .content .incust-slick .slick-dots li button {
  width: auto;
  height: auto;
}
.index .incust .content .incust-slick .slick-dots li button::before {
  content: none;
}
.index .incust .content .incust-slick .item-box {
  padding: 0 28px;
}
@media (max-width: 1400px) {
  .index .incust .content .incust-slick .item-box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .index .incust .content .incust-slick .item-box {
    padding: 0 10px;
  }
}
.index .incust .content .incust-slick .item-box .cont-img {
  cursor: pointer;
}
.index .incust .content .incust-slick .item-box .cont-img:hover .img-box img {
  filter: grayscale(0);
}
.index .incust .content .incust-slick .item-box .cont-img .img-box img {
  filter: grayscale(100%);
}
.footer {
  background: url(../img/fob-b1.jpg) no-repeat center;
  background-size: cover;
}
.footer .fob1 {
  display: flex;
  padding: 55px 0 30px;
  border-bottom: 1px solid #2d3033;
}
@media (max-width: 1023px) {
  .footer .fob1 {
    display: none;
  }
}
.footer .fob1 h2 {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .fob1 h2 a {
  color: #fff;
}
.footer .fob1 h2 span {
  position: relative;
}
.footer .fob1 h2 span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 9px;
  height: 6px;
  background: url(../img/jiantou.png) no-repeat center;
  background-size: cover;
}
.footer .fob1 .item {
  width: 20%;
  border-right: 1px solid #454749;
  margin-left: 6.666667%;
}
@media (max-width: 1199px) {
  .footer .fob1 .item {
    width: 30.333333%;
    margin-left: 3%;
  }
}
.footer .fob1 .item:first-child {
  margin-left: 0;
}
.footer .fob1 .item:last-child {
  border-right: none;
}
.footer .fob1 .item ul {
  list-style: none;
}
.footer .fob1 .item ul li {
  color: #b8b8b9;
  font-size: 14px;
  line-height: 32px;
}
.footer .fob1 .item ul li a {
  color: #b8b8b9;
  transition: all 0.4s;
}
.footer .fob1 .item ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .fot3 {
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .footer .fot3 {
    padding-bottom: 75px;
  }
}
.footer .fot3 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 12px;
  color: #797878;
}
@media (max-width: 1199px) {
  .footer .fot3 .box {
    flex-wrap: wrap;
  }
}
.footer .fot3 .box .text {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fot3 .box .text {
    flex-wrap: wrap;
  }
}
.footer .fot3 .box .text a {
  color: #797878;
  transition: all 0.3s;
}
.footer .fot3 .box .text a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .fot3 .box .text .cnzz {
  display: inline-block;
  margin: 0 10px;
}
.footer .fot3 .box .txt-right {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fot3 .box .txt-right {
    width: 100%;
    margin-top: 10px;
  }
}
.footer .fot3 .box .txt-right span {
  background: #2d3033;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  display: inline-block;
}
.footer .fot3 .box .txt-right a {
  color: #797878;
  transition: all 0.5s;
}
.footer .fot3 .box .txt-right a:first-child {
  margin-left: 0;
}
.footer .fot3 .box .txt-right a:hover {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .abbanner {
    display: none;
  }
}
.abbanner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.abnav {
  position: relative;
  z-index: 800;
  background-color: #002e70;
}
.abnav .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.abnav .box .bx1 {
  width: 90.5%;
  overflow-x: clip;
  overflow-y: visible;
}
.abnav .box .bx1 .abnav-slick .slick-list {
  overflow: visible;
}
.abnav .box .bx1 .abnav-slick .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #002e70;
}
.abnav .box .bx1 .abnav-slick .item-box .slide {
  position: relative;
  z-index: 999;
}
.abnav .box .bx1 .abnav-slick .item-box .slide.active > a {
  background-color: #fff;
}
.abnav .box .bx1 .abnav-slick .item-box .slide.active > a .img1 {
  display: none;
}
.abnav .box .bx1 .abnav-slick .item-box .slide.active > a .img2 {
  display: block;
}
.abnav .box .bx1 .abnav-slick .item-box .slide.active > a span {
  color: #f19716;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a {
  background-color: #002e70;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a:hover {
  background-color: #fff;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a:hover .img1 {
  display: none;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a:hover .img2 {
  display: block;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a:hover span {
  color: #f19716;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a img {
  margin-right: 10px;
  width: 18px;
  height: auto;
  object-fit: cover;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a .img2 {
  display: none;
}
.abnav .box .bx1 .abnav-slick .item-box .slide > a span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
  transition: all 0.3s;
}
.abnav .box .bx1 .abnav-slick .item-box .slide .nav-listz1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 999;
  pointer-events: all !important;
  padding-top: 28px;
  display: none;
}
.abnav .box .bx1 .abnav-slick .item-box .slide ul {
  list-style: none;
  background-color: rgba(0, 46, 112, 0.95);
  position: relative;
  width: 100%;
  pointer-events: all !important;
  z-index: 999;
}
.abnav .box .bx1 .abnav-slick .item-box .slide ul::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: url(../img/nav-left2.png) no-repeat center;
  z-index: 12;
  background-size: 100% auto;
  pointer-events: none;
}
.abnav .box .bx1 .abnav-slick .item-box .slide ul li {
  pointer-events: all !important;
}
.abnav .box .bx1 .abnav-slick .item-box .slide ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
  transition: all 0.3s;
  pointer-events: all !important;
}
.abnav .box .bx1 .abnav-slick .item-box .slide ul li a:hover {
  background-color: #f19716;
}
.abnav .box .prev-next {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .abnav .box .prev-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.abnav2 {
  position: relative;
  z-index: -1;
}
@media (max-width: 1023px) {
  .abnav2 {
    display: none;
  }
}
.abnav2 .box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  padding: 35px 0 50px;
}
.abnav2 .box img {
  width: 12px;
  height: auto;
  margin-right: 10px;
  margin-top: -4px;
  transform: rotate(90deg);
}
.abnav2 .box span {
  display: inline-block;
  margin: 0 10px;
}
.abnav2 .box a {
  color: #999999;
  transition: all 0.3s;
}
.abnav2 .box a:first-of-type {
  margin-left: 10px;
}
.abnav2 .box a:hover {
  color: #002e70;
}
.title2 {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .title2 {
    padding-top: 30px;
  }
}
.title2 h2 {
  font-size: 30px;
  color: #111111;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .title2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .title2 h2 {
    font-size: 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .title2 h2 {
    font-size: 18px;
  }
}
.abling-hiy .hiytitle-nav {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .abling-hiy .hiytitle-nav {
    padding-bottom: 20px;
  }
}
.abling-hiy .hiytitle-nav ul {
  display: flex;
  background-color: #FFF;
  border: 1px solid #eeeeee;
  list-style: none;
  background: url(../img/hiytitle-1.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .abling-hiy .hiytitle-nav ul {
    flex-wrap: wrap;
  }
}
.abling-hiy .hiytitle-nav ul li {
  flex: 1;
  position: relative;
  text-align: center;
  border-left: 1px solid #eee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .abling-hiy .hiytitle-nav ul li {
    flex: auto;
    width: 100%;
  }
}
.abling-hiy .hiytitle-nav ul li.on a span {
  color: #fff;
  background: #ff9711;
}
.abling-hiy .hiytitle-nav ul li:hover a span {
  color: #fff;
  background: #ff9711;
}
.abling-hiy .hiytitle-nav ul li a {
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .abling-hiy .hiytitle-nav ul li a {
    font-size: 14px;
  }
}
.abling-hiy .hiytitle-nav ul li span {
  padding: 15px 0;
  display: block;
  color: #333333;
  transition: all 0.3s;
}
.abling-hiy .history {
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .abling-hiy .history {
    flex-wrap: wrap;
  }
}
.abling-hiy .history .left {
  width: 13%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .abling-hiy .history .left {
    width: 100%;
    height: auto;
  }
}
.abling-hiy .history .left .history-swiper {
  position: relative;
}
@media (min-width: 1023px) {
  .abling-hiy .history .left .history-swiper {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 38%;
    left: -178%;
    /* margin-top: 250px; */
    width: 560px;
    /* margin-left: -200px; */
  }
}
@media (min-width: 1199px) {
  .abling-hiy .history .left .history-swiper {
    left: -142%;
  }
}
@media (min-width: 1400px) {
  .abling-hiy .history .left .history-swiper {
    left: -128%;
  }
}
.abling-hiy .history .left .swiper-container {
  padding: 0 40px;
  position: initial;
}
.abling-hiy .history .left .swiper-container .swiper-slide {
  background: transparent;
}
.abling-hiy .history .left .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: url(../img/his-xian2.jpg);
}
.abling-hiy .history .left .swiper-container .swiper-button-next,
.abling-hiy .history .left .swiper-container .swiper-button-prev {
  top: 59px;
  width: 32px;
  height: 32px;
}
@media (min-width: 1023px) {
  .abling-hiy .history .left .swiper-container .swiper-button-next,
  .abling-hiy .history .left .swiper-container .swiper-button-prev {
    top: 54px;
  }
}
.abling-hiy .history .left .swiper-container .swiper-button-next::after,
.abling-hiy .history .left .swiper-container .swiper-button-prev::after {
  display: none;
}
.abling-hiy .history .left .swiper-container .swiper-button-next {
  background: url(../img/jiantou_xiangxia11.png) no-repeat;
  background-size: 32px;
  transform: rotate(180deg);
  right: -46px;
}
@media (max-width: 1023px) {
  .abling-hiy .history .left .swiper-container .swiper-button-next {
    right: 0px;
    background-color: #fff;
  }
}
.abling-hiy .history .left .swiper-container .swiper-button-prev {
  background: url(../img/history1.png) no-repeat;
  background-size: 32px;
  left: 20px;
  transform: rotate(90deg);
}
@media (max-width: 1023px) {
  .abling-hiy .history .left .swiper-container .swiper-button-prev {
    left: 0px;
  }
}
.abling-hiy .history .left a {
  display: block;
  text-align: center;
}
.abling-hiy .history .left a:hover span {
  color: #ff9307;
}
.abling-hiy .history .left a.on a {
  color: #ff9307;
  font-size: 20px;
}
.abling-hiy .history .left span {
  white-space: nowrap;
  display: block;
  transform: rotate(90deg);
  padding-right: 90px;
  padding-bottom: 25px;
  position: relative;
  color: #666666;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .abling-hiy .history .left span {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .abling-hiy .history .left span {
    transform: rotate(0deg);
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.abling-hiy .history .right {
  width: 87%;
}
@media (max-width: 1023px) {
  .abling-hiy .history .right {
    width: 100%;
  }
}
.abling-hiy .history .right .cont {
  padding-bottom: 25px;
  padding-left: 20px;
}
.abling-hiy .history .right .cont h2 {
  padding-top: 10px;
  color: #002f71;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.abling-hiy .history .right .cont h2::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 13px;
  width: 12px;
  height: 12px;
  background: url(../img/history-1.png) no-repeat center;
  background-size: cover;
}
.abling-hiy .history .right .cont p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.about-title {
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.about-title span {
  font-size: 80px;
  font-weight: bold;
  color: #002e70;
  line-height: 1;
  position: relative;
}
.about-title span::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 30px;
  height: 2px;
  background: #012f70;
  display: block;
}
.about-title span img {
  max-width: 100%;
}
.about-title h2 {
  display: block;
  margin-left: 30px !important;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  top: -10px;
}
@media (max-width: 1440px) {
  .about-title h2 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .about-title h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-title h2 {
    font-size: 12px;
  }
}
.abadvs .item:nth-child(even) {
  position: relative;
}
.abadvs .item:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 100%;
  background: url(../img/abadvs-b1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.abadvs .item1 {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .abadvs .item1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .abadvs .item1 {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
.abadvs .item1 .left {
  width: 50%;
  padding-right: 3%;
}
@media (max-width: 1023px) {
  .abadvs .item1 .left {
    width: 100%;
    padding-right: 0px;
  }
}
.abadvs .item1 .left .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.abadvs .item1 .right {
  width: 50%;
  padding-left: 3%;
}
@media (max-width: 1023px) {
  .abadvs .item1 .right {
    width: 100%;
    padding-left: 0px;
  }
}
.abadvs .item1 .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.abadvs .item2 {
  padding: 55px 0 100px;
}
@media (max-width: 1200px) {
  .abadvs .item2 {
    padding: 30px 0 60px;
  }
}
@media (max-width: 1023px) {
  .abadvs .item2 {
    padding: 30px 0 30px;
  }
}
.abadvs .item2 .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .abadvs .item2 .cont {
    flex-wrap: wrap;
    justify-content: left;
  }
}
@media (max-width: 1023px) {
  .abadvs .item2 .cont .con1 {
    width: 33.333333%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .abadvs .item2 .cont .con1 {
    width: 48%;
  }
}
.abadvs .item2 .cont .con1:nth-child(5) {
  position: relative;
}
.abadvs .item2 .cont .con1:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -42px;
  width: 259px;
  height: 95px;
  background: url(../img/abadvs4-1.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .abadvs .item2 .cont .con1:nth-child(5)::before {
    left: -15px;
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .abadvs .item2 .cont .con1:nth-child(5)::before {
    display: none;
  }
}
.abadvs .item2 .cont .con1 .conimg {
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .abadvs .item2 .cont .con1 .conimg {
    width: 80%;
  }
}
.abadvs .item2 .cont .con1 .img-box {
  padding-bottom: 100%;
}
.abadvs .item2 .cont .con1 .img-box img {
  transform: scale(1) !important;
}
.abadvs .item2 .cont .con1 p {
  color: #666666;
  font-size: 14px;
  margin-top: 15px;
}
.abadvs .item2 .cont .con2 {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-top: -30px;
}
@media (max-width: 1440px) {
  .abadvs .item2 .cont .con2 {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  .abadvs .item2 .cont .con2 {
    display: none;
  }
}
.abadvs .item2 .cont .con2 span {
  display: inline-block;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.abadvs .item2 .cont .con2 img {
  height: auto !important;
}
.abadvs .item3 {
  padding: 60px 0;
}
.abadvs .item3 p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.abadvs .item3 p.contains-pictures {
  margin: 0 -28px !important;
}
@media (max-width: 991px) {
  .abadvs .item3 p.contains-pictures {
    margin: 0 -15px !important;
  }
}
.abadvs .item3 img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  margin: 28px !important;
}
@media (max-width: 991px) {
  .abadvs .item3 img {
    margin: 15px !important;
  }
}
.abadvs .item4 {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 100px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .abadvs .item4 {
    padding: 30px 0 60px;
  }
}
@media (max-width: 1023px) {
  .abadvs .item4 {
    flex-wrap: wrap;
    padding: 30px 0 30px;
  }
}
.abadvs .item4 .left {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .abadvs .item4 .left {
    width: 100%;
    padding-right: 0px;
  }
}
.abadvs .item4 .left .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.abadvs .item4 .right {
  width: 50%;
  padding-left: 20px;
  display: flex;
}
@media (max-width: 1023px) {
  .abadvs .item4 .right {
    width: 100%;
    padding-left: 0px;
  }
}
.abadvs .item4 .right .item {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.abadvs .item4 .right .item:first-child {
  margin-left: 0;
}
.abadvs .item4 .right .item .img-box {
  padding-bottom: calc(200 / 300 * 100%);
  border-radius: 20px;
}
.abadvs .item4 .right .item .img-box img {
  transform: scale(1) !important;
}
.abadvs .item4 .right .item .tit {
  padding-top: 15px;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.abadvs .item5 {
  padding: 60px 0;
}
.abadvs .item5 .txt {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .abadvs .item5 .txt {
    padding-bottom: 20px;
  }
}
.abadvs .item5 .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.abadvs .item5 .itembox .row-box {
  margin: -10px;
}
@media (max-width: 991px) {
  .abadvs .item5 .itembox .row-box {
    margin: -5px;
  }
}
.abadvs .item5 .itembox .row-box .item2 {
  padding: 10px;
}
@media (max-width: 991px) {
  .abadvs .item5 .itembox .row-box .item2 {
    padding: 5px;
  }
}
.abadvs .item5 .itembox .row-box .item2:nth-child(2) .top {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .abadvs .item5 .itembox .row-box .item2:nth-child(2) .top {
    margin-top: 10px;
  }
}
.abadvs .item5 .itembox .row-box .item2 .conimg .img-box {
  padding-bottom: calc(130 / 210 * 100%);
}
.abadvs .item5 .itembox .row-box .item2 .top {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .abadvs .item5 .itembox .row-box .item2 .top {
    margin-bottom: 10px;
  }
}
.abadvs .item5 .itembox .row-box .item2 .top .img-box {
  padding-bottom: calc(260 / 210 * 100%);
}
.abadvs .item6 {
  padding: 60px 0;
}
.abadvs .item6 .cont .txt {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .abadvs .item6 .cont .txt {
    padding-bottom: 20px;
  }
}
.abadvs .item6 .cont .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.abadvs .item6 .cont .row-box {
  display: flex;
  flex-wrap: wrap;
}
.abadvs .item6 .cont .row-box .col-box {
  width: 23%;
  margin-left: 2.666666%;
  text-align: center;
  padding: 4% 2.5% 2%;
  background: url(../img/abadvs6-b1.png) no-repeat center;
  background-size: cover;
  border-radius: 0 50px 0 52px;
  box-shadow: 0px 0px 10px #e9eef4;
}
.abadvs .item6 .cont .row-box .col-box:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .abadvs .item6 .cont .row-box .col-box {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .abadvs .item6 .cont .row-box .col-box {
    width: 100%;
    margin-left: 0;
  }
}
.abadvs .item6 .cont .row-box .col-box .colm {
  height: 100%;
}
.abadvs .item6 .cont .row-box .col-box .colm .icon {
  margin-bottom: 10px;
  text-align: center;
  height: 34px;
}
.abadvs .item6 .cont .row-box .col-box .colm .icon img {
  max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.abadvs .item6 .cont .row-box .col-box .colm .icon .img1 {
  display: none;
}
.abadvs .item6 .cont .row-box .col-box .colm .coltit h2 {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.abadvs .item6 .cont .row-box .col-box .colm .coltit p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.abadvs .item7 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .abadvs .item7 {
    flex-wrap: wrap;
  }
}
.abadvs .item7 .left {
  padding-top: 70px;
  width: 57%;
}
@media (max-width: 1023px) {
  .abadvs .item7 .left {
    width: 100%;
  }
}
.abadvs .item7 .left .txt {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .abadvs .item7 .left .txt {
    padding-bottom: 20px;
  }
}
.abadvs .item7 .left .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.abadvs .item7 .right {
  width: 40%;
  text-align: right;
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .abadvs .item7 .right {
    width: 100%;
  }
}
.abadvs .item7 .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.abphy {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .abphy {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .abphy {
    padding-bottom: 30px;
  }
}
.abphy .rwo-box {
  margin: -15px;
}
.abphy .rwo-box .col-box {
  padding: 15px;
}
.abphy .rwo-box .col-box .item {
  box-shadow: 0px 0px 10px #f4f4f4;
}
.abphy .rwo-box .col-box .item .cont-img {
  position: relative;
}
.abphy .rwo-box .col-box .item .cont-img span {
  position: absolute;
  left: 10px;
  top: 0px;
  color: #002f71;
  font-size: 36px;
  z-index: 12;
}
.abphy .rwo-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(420 / 300 * 100%);
}
.abphy .rwo-box .col-box .item .cont-img .img-box img {
  transform: scale(1) !important;
}
.abphy .rwo-box .col-box .item .cont {
  text-align: center;
  padding: 20px 20px 30px;
}
.abphy .rwo-box .col-box .item .cont h2 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .abphy .rwo-box .col-box .item .cont h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .abphy .rwo-box .col-box .item .cont h2 {
    font-size: 16px;
  }
}
.abphy .rwo-box .col-box .item .cont p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .abphy .rwo-box .col-box .item .cont p {
    line-height: 22px;
  }
}
.abfactory {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .abfactory {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .abfactory {
    padding-bottom: 30px;
  }
}
.abfactory .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .abfactory .txt p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
}
.abfactory .cont .view {
  position: relative;
  margin-bottom: 20px;
}
.abfactory .cont .view .arrow-left {
  background: url(../img/jiantou_xiangxia11.png) no-repeat left top;
  position: absolute;
  left: -10%;
  top: 50%;
  margin-top: -25px;
  width: 62px;
  height: 62px;
  z-index: 10;
}
.abfactory .cont .view .arrow-right {
  background: url(../img/jiantou_xiangxia1.png) no-repeat left bottom;
  position: absolute;
  right: -10%;
  top: 50%;
  margin-top: -25px;
  width: 62px;
  height: 62px;
  z-index: 10;
  transform: rotate(180deg) !important;
}
.abfactory .cont .view .swiper-container .swiper-slide {
  border: 1px solid #eeeeee;
  height: 100%;
}
.abfactory .cont .view .swiper-container .img-box {
  padding-bottom: calc(35 / 64 * 100%);
}
.abfactory .cont .preview .swiper-slide {
  width: 166px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.abfactory .cont .preview .img-box {
  padding-bottom: calc(35 / 64 * 100%);
}
.abfactory .cont .active-nav {
  border: 2px solid #ff9307;
}
.abclients {
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .abclients {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .abclients {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .abclients {
    margin-top: 40px;
  }
}
.abclients .content .cont1 {
  margin-top: 50px;
}
.abclients .content .cont1:nth-child(1) {
  margin-top: 0;
}
.abclients .content .cont1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .abclients .content .cont1 .top {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .abclients .content .cont1 .top {
    flex-wrap: wrap;
  }
}
.abclients .content .cont1 .abclients-tit h2 {
  color: #111111;
  font-size: 30px;
  font-weight: bold;
}
.abclients .content .cont1 .prev-next2 {
  display: block !important;
  width: 80px;
  position: relative;
}
.abclients .content .cont1 .prev-next2 .slick-next:before,
.abclients .content .cont1 .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e622';
  color: #fff;
  transition: all 0.3s ease;
}
.abclients .content .cont1 .prev-next2 .slick-prev:before {
  transform: rotate(180deg);
}
.abclients .content .cont1 .prev-next2 .slick-prev,
.abclients .content .cont1 .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f19716;
  justify-content: center;
  align-items: center;
}
.abclients .content .cont1 .prev-next2 .slick-prev {
  border: 1px solid #999;
  background-color: #FFF;
}
.abclients .content .cont1 .prev-next2 .slick-next {
  right: 0;
}
.abclients .content .cont1 .prev-next2 .slick-prev {
  left: 0;
}
.abclients .content .cont1 .prev-next2 .slick-prev::before {
  color: #ccc;
}
.abclients .content .cont1 .c1cont .abclients-slick {
  margin: 0 -20px;
}
.abclients .content .cont1 .c1cont .abclients-slick .item-box {
  padding: 0 20px;
}
.abclients .content .cont1 .c1cont .abclients-slick .item {
  cursor: pointer;
  border: 1px solid #dedede;
}
.abclients .content .cont1 .c1cont .abclients-slick .item:hover {
  border: 2px solid #ff9307;
}
.abclients .content .cont1 .c1cont .abclients-slick .img-box {
  padding-bottom: calc(90 / 290 * 100%);
}
.abdown .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .abdown .content .row-box {
    margin: -10px;
  }
}
.abdown .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .abdown .content .row-box .col-box {
    padding: 10px;
  }
}
.abdown .content .row-box .col-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.abdown .content .row-box .col-box .item:hover {
  background-color: #f8f8f8;
}
.abdown .content .row-box .col-box .item .left {
  display: flex;
  align-items: center;
}
.abdown .content .row-box .col-box .item .left img {
  margin-right: 18px;
  width: 40px;
}
.abdown .content .row-box .col-box .item .left span {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .abdown .content .row-box .col-box .item .left span {
    font-size: 16px;
  }
}
.abdown .content .row-box .col-box .item .right {
  display: flex;
  align-items: center;
}
.abdown .content .row-box .col-box .item .right .icon1 {
  margin-right: 20px;
}
.abdown .content .row-box .col-box .item .right .icon1 img {
  width: 18px;
  height: auto;
}
.abdown .content .row-box .col-box .item .right .icon2 img {
  width: 18px;
  height: auto;
}
.abdown .content .row-box .col-box .item .right .icon2 .img1 {
  display: none;
}
.abdown .content .row-box .col-box .item .right .icon2 .img2 {
  display: block;
}
.abcer {
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .abcer {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .abcer {
    padding-bottom: 40px;
  }
}
.abcer .aboutFactory {
  position: relative;
}
.abcer .swiper-container {
  overflow: visible;
}
.abcer .content .img-box {
  padding-bottom: calc(240 / 180 * 100%);
}
.abcer .content .swiper-slide {
  height: 100%;
}
@media (min-width: 767px) {
  .abcer .content .swiper-slide {
    width: 600px;
  }
}
@media (min-width: 767px) {
  .abcer .content img {
    display: block;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    vertical-align: top;
  }
}
.abcer .content .swiper-button-next {
  position: absolute;
  margin-top: -22px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: url(../img/jiantou_xiangxia11.png) no-repeat;
  background-size: 50px;
  transform: rotate(180deg);
  top: 45%;
  right: 0;
}
@media (min-width: 1920px) {
  .abcer .content .swiper-button-next {
    right: -10%;
  }
}
.abcer .content .swiper-button-next::after {
  display: none;
}
.abcer .content .swiper-button-prev {
  position: absolute;
  margin-top: -22px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: url(../img/jiantou_xiangxia1.png) no-repeat;
  background-size: 50px;
  /* transform: rotate(180deg); */
  top: 45%;
  left: 0;
}
@media (min-width: 1920px) {
  .abcer .content .swiper-button-prev {
    left: -10%;
  }
}
.abcer .content .swiper-button-prev::after {
  display: none;
}
.product .content .row-box {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .product .content .row-box {
    margin: 0 -10px;
  }
}
.product .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .product .content .row-box .col-box {
    padding: 10px;
  }
}
.product .content .row-box .col-box .item {
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px #e1e1e1;
}
@media (max-width: 991px) {
  .product .content .row-box .col-box .item {
    margin-bottom: 30px;
  }
}
.product .content .row-box .col-box .item .img-box {
  padding-bottom: calc(230 / 400 * 100%);
}
.product .content .row-box .col-box .item .img-box img {
  transform: scale(1) !important;
}
.product .content .row-box .col-box .item .cont {
  padding: 18px;
}
.product .content .row-box .col-box .item .cont .tit {
  margin-bottom: 16px;
}
.product .content .row-box .col-box .item .cont .tit a {
  color: #111111;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product .content .row-box .col-box .item .cont .tit a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product .content .row-box .col-box .item .cont .tit a {
    font-size: 16px;
  }
}
.product .content .row-box .col-box .item .cont .txt {
  margin-bottom: 25px;
}
.product .content .row-box .col-box .item .cont .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product .content .row-box .col-box .item .cont .more img {
  width: 30px;
  height: auto;
}
@media (max-width: 991px) {
  .prodetails {
    overflow: hidden;
  }
}
.prodetails .productdatails-top {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .prodetails .productdatails-top {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top {
    padding-bottom: 30px;
  }
}
.prodetails .productdatails-top .pouch-cont {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 46%;
  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-next2 {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next:before,
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e622';
  color: #fff;
  transition: all 0.3s ease;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:before {
  transform: rotate(180deg);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev,
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f19716;
  justify-content: center;
  align-items: center;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next:hover,
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:hover {
  background-color: #F17A1E;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next {
  right: 0;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev {
  left: 0;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:hover::before,
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next:hover::before {
  color: #FFF;
}
.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 .horizontal-slick {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .horizontal-slick {
    width: 100%;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .horizontal-slick .item {
  overflow: hidden;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .horizontal-slick .img-box {
  overflow: hidden;
  padding-bottom: calc(410 / 620 * 100%);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .horizontal-slick .img-box img {
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  position: relative;
  z-index: 12;
}
@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 .title h2 {
  margin: 0;
  color: #111111;
  font-size: 30px;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
@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: 28px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
  color: #333333;
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 1023) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 16px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct .item {
  width: 50%;
  padding-right: 2%;
  margin-bottom: 30px;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct .item .count {
  font-size: 30px;
  color: #002e70;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct .item .count img {
  margin-left: 10px;
  width: 27px;
  height: auto;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct .item p {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .cont1ct .item p {
    font-size: 14px;
  }
}
.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 .cont3 {
  margin-top: 20px;
  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: center;
  width: calc(50% - 1%);
  padding: 12px 20px;
  border: 1px solid #dedede;
  height: 46px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  background-color: #F09715;
}
@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 span {
  color: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #F17A1E;
  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: 16px;
  color: #fff;
  margin-right: 10px;
  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: #fff;
  font-size: 14px;
  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: 117px;
  z-index: 99;
  background: #002e70;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .prodetails .productdetails-nav {
    top: 114px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdetails-nav {
    top: 75px;
  }
}
@media (max-width: 991px) {
  .prodetails .productdetails-nav {
    position: static;
  }
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav {
    padding: 10px 0;
  }
}
.prodetails .productdetails-nav ul {
  list-style: none;
  display: flex;
}
@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;
  width: 25%;
}
.prodetails .productdetails-nav ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.prodetails .productdetails-nav ul li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li {
    margin-right: 0;
    width: 100%;
  }
}
.prodetails .productdetails-nav ul li a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 22px 0 14px 0;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1199px) {
  .prodetails .productdetails-nav ul li a {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li a {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #f19716;
  }
}
@media (min-width: 767px) {
  .prodetails .productdetails-nav ul li a:hover {
    background-color: #f19716;
  }
  .prodetails .productdetails-nav ul li a.active {
    background-color: #f19716;
  }
}
.prodetails .detalscont .prows .content {
  position: relative;
  margin-bottom: 40px;
}
.prodetails .detalscont .prows .content .prev-next2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  width: 100%;
}
.prodetails .detalscont .prows .content .prev-next2 .slick-next:before,
.prodetails .detalscont .prows .content .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  content: '\e622';
  color: #fff;
  transition: all 0.3s ease;
}
.prodetails .detalscont .prows .content .prev-next2 .slick-prev:before {
  transform: rotate(180deg);
}
.prodetails .detalscont .prows .content .prev-next2 .slick-prev,
.prodetails .detalscont .prows .content .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f19716;
  justify-content: center;
  align-items: center;
}
.prodetails .detalscont .prows .content .prev-next2 .slick-next:hover,
.prodetails .detalscont .prows .content .prev-next2 .slick-prev:hover {
  background-color: #F17A1E;
}
.prodetails .detalscont .prows .content .prev-next2 .slick-next {
  right: -6%;
}
@media (max-width: 767px) {
  .prodetails .detalscont .prows .content .prev-next2 .slick-next {
    right: 10px;
  }
}
.prodetails .detalscont .prows .content .prev-next2 .slick-prev {
  left: -6%;
}
@media (max-width: 767px) {
  .prodetails .detalscont .prows .content .prev-next2 .slick-prev {
    left: 10px;
  }
}
.prodetails .detalscont .prows .content .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .prows .content .prev-next2 .slick-next:hover::before {
  color: #FFF;
}
.prodetails .detalscont .prows .content .prows-slick {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .prows .content .prows-slick {
    margin: 0 -15px;
  }
}
.prodetails .detalscont .prows .content .prows-slick .item-box {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .prows .content .prows-slick .item-box {
    padding: 0 15px;
  }
}
.prodetails .detalscont .prows .content .prows-slick .item-box .img-box {
  padding-bottom: calc(190 / 290 * 100%);
}
.prodetails .detalscont .prows .content2 p {
  color: #707070;
  font-size: 16px;
}
@media (max-width: 767px) {
  .prodetails .detalscont .prows .content2 p {
    font-size: 14px;
  }
}
.prodetails .detalscont .prows .content2 img {
  max-width: 100%;
  height: auto !important;
}
.prodetails .detalscont .prows .content2 table {
  width: 100% !important;
  height: auto !important;
}
.prodetails .detalscont .prows .content2 table tr:nth-child(1) td {
  color: #555555;
}
.prodetails .detalscont .prows .content2 table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.prodetails .detalscont .prows .content2 table tr td {
  color: #707070;
  font-size: 16px;
  border: 1px solid #686868;
  text-align: center;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .prodetails .detalscont .prows .content2 table tr td {
    font-size: 14px;
  }
}
.prodetails .detalscont .secce {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .prodetails .detalscont .secce {
    margin-top: 40px;
  }
}
.prodetails .detalscont .secce .secce-title h2 {
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.prodetails .detalscont .secce .content1 .row-box {
  margin: 0 -1%;
}
.prodetails .detalscont .secce .content1 .row-box .col-box {
  padding: 0 1%;
}
.prodetails .detalscont .secce .content1 .row-box .col-box .item .img-box {
  padding-bottom: calc(5 / 7 * 100%);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .secce .content1 .row-box .col-box .item .img-box {
    border-radius: 10px;
  }
}
.prodetails .detalscont .secce .content2 {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .prodetails .detalscont .secce .content2 {
    margin-top: 30px;
  }
}
.prodetails .detalscont .secce .content2 .c2secce-cont {
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .secce .content2 .c2secce-cont {
    flex-wrap: wrap;
  }
}
.prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 {
  width: 14.28%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 {
    width: 50%;
  }
}
.prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 h3 {
  color: #333333;
  font-size: 18px;
}
.prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 span {
  background: url(../img/secce-b1.png) no-repeat -18px;
  height: 14px;
  display: block;
  margin: 5px 0 20px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 span {
    display: none;
  }
}
.prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 .cont-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.prodetails .detalscont .secce .content2 .c2secce-cont .c2sec1 .img-box img {
  transform: scale(1) !important;
}
.prodetails .detalscont .secce .content3 .row-box {
  margin: -20px -2.5%;
}
.prodetails .detalscont .secce .content3 .row-box .col-box {
  padding: 20px 2.5%;
}
.prodetails .detalscont .secce .content3 .row-box .col-box .item .img-box {
  border-radius: 20px;
  padding-bottom: calc(260 / 380 * 100%);
}
@media (max-width: 991px) {
  .prodetails .detalscont .secce .content3 .row-box .col-box .item .img-box {
    border-radius: 10px;
  }
}
.prodetails .detalscont .secce .content3 .row-box .col-box .item .img-box img {
  transform: scale(1) !important;
}
.prodetails .detalscont .comon .content1 {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content1 {
    flex-wrap: wrap;
  }
}
.prodetails .detalscont .comon .content1 .left {
  width: 60%;
  padding-right: 3%;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content1 .left {
    width: 100%;
    padding-right: 0;
  }
}
.prodetails .detalscont .comon .content1 .left h2 {
  color: #333333;
  font-size: 26px;
  margin-bottom: 20px;
}
.prodetails .detalscont .comon .content1 .left h3 {
  color: #333333;
  font-size: 18px;
  padding-left: 18px;
  background: url(../img/prod53.png) no-repeat left 5px;
}
.prodetails .detalscont .comon .content1 .left p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .prodetails .detalscont .comon .content1 .left p {
    line-height: 24px;
  }
}
.prodetails .detalscont .comon .content1 .right {
  width: 40%;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content1 .right {
    width: 100%;
  }
}
.prodetails .detalscont .comon .content1 .right .cimg {
  width: 100%;
  height: auto !important;
  background: transparent;
}
.prodetails .detalscont .comon .content1 .right .rcont {
  display: flex;
  flex-wrap: wrap;
}
.prodetails .detalscont .comon .content1 .right .rcont .item {
  width: 50%;
  display: flex;
  padding-top: 30px;
}
.prodetails .detalscont .comon .content1 .right .rcont .item .icon {
  margin-top: 15px;
  margin-right: 15px;
  width: 29px;
}
.prodetails .detalscont .comon .content1 .right .rcont .item .icon img {
  width: 100%;
  height: auto;
}
.prodetails .detalscont .comon .content1 .right .rcont .item .text .count {
  font-size: 40px;
  font-weight: bold;
  color: #f19716;
}
@media (max-width: 1199px) {
  .prodetails .detalscont .comon .content1 .right .rcont .item .text .count {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content1 .right .rcont .item .text .count {
    font-size: 24px;
  }
}
.prodetails .detalscont .comon .content1 .right .rcont .item .text .count i {
  font-style: normal;
  font-size: 20px;
}
.prodetails .detalscont .comon .content1 .right .rcont .item .text p {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetails .detalscont .comon .content1 .right .rcont .item .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .detalscont .comon .comon-title h2 {
  color: #333333;
  font-size: 26px;
  line-height: 36px;
  padding-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .prodetails .detalscont .comon .comon-title h2 {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.prodetails .detalscont .comon .content2 .c2cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn {
  width: 130px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn:nth-child(7)::before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: -76px;
  width: 15px;
  height: 58px;
  background: url(../img/comon2-b2.png) no-repeat;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn:nth-child(14) {
  margin-bottom: 0px;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn:nth-child(12) {
  margin-bottom: 0px;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn:nth-child(8) {
  margin-bottom: 0px;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn:nth-child(10) {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemcn {
    width: 14.25%;
  }
}
@media (max-width: 768px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemcn {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn .img-box {
  padding-bottom: calc(90 / 130 * 100%);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemcn .img-box {
    border-radius: 10px;
  }
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn .img-box img {
  transform: scale(1) !important;
}
.prodetails .detalscont .comon .content2 .c2cont .itemcn p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.prodetails .detalscont .comon .content2 .c2cont .itemjt {
  padding-top: 38px;
}
@media (max-width: 1400px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemjt {
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemjt {
    width: 125px;
  }
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemjt {
    width: 14.25%;
  }
}
@media (max-width: 768px) {
  .prodetails .detalscont .comon .content2 .c2cont .itemjt {
    display: none;
  }
}
.prodetails .detalscont .comon .content2 .c2cont .itemjt img {
  width: 100%;
  height: auto;
}
.prodetails .detalscont .comon .content3 .cont {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content3 .cont {
    flex-wrap: wrap;
    justify-content: left;
  }
}
.prodetails .detalscont .comon .content3 .cont .con1 {
  text-align: center;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content3 .cont .con1 {
    width: 33.333333%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.prodetails .detalscont .comon .content3 .cont .con1:nth-child(5) {
  position: relative;
}
.prodetails .detalscont .comon .content3 .cont .con1:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -42px;
  width: 259px;
  height: 95px;
  background: url(../img/abadvs4-1.png) no-repeat;
}
@media (max-width: 1199px) {
  .prodetails .detalscont .comon .content3 .cont .con1:nth-child(5)::before {
    background-size: 100%;
    left: -7px;
    width: 224px;
  }
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content3 .cont .con1:nth-child(5)::before {
    display: none;
  }
}
.prodetails .detalscont .comon .content3 .cont .con1 .cont-img {
  width: 80px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .prodetails .detalscont .comon .content3 .cont .con1 .cont-img {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .prodetails .detalscont .comon .content3 .cont .con1 .cont-img {
    width: 50px;
  }
}
.prodetails .detalscont .comon .content3 .cont .con1 .img-box {
  padding-bottom: 100%;
}
.prodetails .detalscont .comon .content3 .cont .con1 .img-box img {
  transform: scale(1) !important;
  background: transparent;
}
.prodetails .detalscont .comon .content3 .cont .con1 p {
  color: #666666;
  font-size: 14px;
  margin-top: 15px;
}
.prodetails .detalscont .comon .content3 .cont .con2 {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-top: -30px;
}
@media (max-width: 1440px) {
  .prodetails .detalscont .comon .content3 .cont .con2 {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content3 .cont .con2 {
    display: none;
  }
}
.prodetails .detalscont .comon .content3 .cont .con2 span {
  display: inline-block;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.prodetails .detalscont .comon .content3 .cont .con2 img {
  height: auto !important;
}
.prodetails .detalscont .comon .content4 {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content4 {
    flex-wrap: wrap;
  }
}
.prodetails .detalscont .comon .content4 .left,
.prodetails .detalscont .comon .content4 .right {
  width: 48%;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .comon .content4 .left,
  .prodetails .detalscont .comon .content4 .right {
    width: 100%;
  }
}
.prodetails .detalscont .comon .content4 .left .c4cont,
.prodetails .detalscont .comon .content4 .right .c4cont,
.prodetails .detalscont .comon .content4 .left .c5cont,
.prodetails .detalscont .comon .content4 .right .c5cont {
  position: relative;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  width: 95%;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-next:before,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-next:before,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-next:before,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-next:before,
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 60px;
  display: block;
  content: '\e60b';
  color: #fff;
  transition: all 0.3s ease;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-prev:before,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-prev:before {
  transform: rotate(180deg);
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-next,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-next {
  right: 0;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-prev,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-prev {
  left: 0;
}
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .comon .content4 .left .c4cont .prev-next2 .slick-next:hover::before,
.prodetails .detalscont .comon .content4 .right .c4cont .prev-next2 .slick-next:hover::before,
.prodetails .detalscont .comon .content4 .left .c5cont .prev-next2 .slick-next:hover::before,
.prodetails .detalscont .comon .content4 .right .c5cont .prev-next2 .slick-next:hover::before {
  color: #f19716;
}
.prodetails .detalscont .comon .content4 .left .c4cont .comon4-slick,
.prodetails .detalscont .comon .content4 .right .c4cont .comon4-slick,
.prodetails .detalscont .comon .content4 .left .c5cont .comon4-slick,
.prodetails .detalscont .comon .content4 .right .c5cont .comon4-slick,
.prodetails .detalscont .comon .content4 .left .c4cont .comon5-slick,
.prodetails .detalscont .comon .content4 .right .c4cont .comon5-slick,
.prodetails .detalscont .comon .content4 .left .c5cont .comon5-slick,
.prodetails .detalscont .comon .content4 .right .c5cont .comon5-slick {
  margin: 0 -10px;
}
.prodetails .detalscont .comon .content4 .left .c4cont .comon4-slick .item,
.prodetails .detalscont .comon .content4 .right .c4cont .comon4-slick .item,
.prodetails .detalscont .comon .content4 .left .c5cont .comon4-slick .item,
.prodetails .detalscont .comon .content4 .right .c5cont .comon4-slick .item,
.prodetails .detalscont .comon .content4 .left .c4cont .comon5-slick .item,
.prodetails .detalscont .comon .content4 .right .c4cont .comon5-slick .item,
.prodetails .detalscont .comon .content4 .left .c5cont .comon5-slick .item,
.prodetails .detalscont .comon .content4 .right .c5cont .comon5-slick .item {
  padding: 0 10px;
}
.prodetails .detalscont .comon .content4 .left .c4cont .comon4-slick .item .img-box,
.prodetails .detalscont .comon .content4 .right .c4cont .comon4-slick .item .img-box,
.prodetails .detalscont .comon .content4 .left .c5cont .comon4-slick .item .img-box,
.prodetails .detalscont .comon .content4 .right .c5cont .comon4-slick .item .img-box,
.prodetails .detalscont .comon .content4 .left .c4cont .comon5-slick .item .img-box,
.prodetails .detalscont .comon .content4 .right .c4cont .comon5-slick .item .img-box,
.prodetails .detalscont .comon .content4 .left .c5cont .comon5-slick .item .img-box,
.prodetails .detalscont .comon .content4 .right .c5cont .comon5-slick .item .img-box {
  padding-bottom: calc(400 / 610 * 100%);
}
.prodetails .detalscont .comon .content4 .left .c4cont .comon4-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .right .c4cont .comon4-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .left .c5cont .comon4-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .right .c5cont .comon4-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .left .c4cont .comon5-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .right .c4cont .comon5-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .left .c5cont .comon5-slick .item .img-box img,
.prodetails .detalscont .comon .content4 .right .c5cont .comon5-slick .item .img-box img {
  transform: scale(1) !important;
}
.prodetails .detalscont .faq {
  margin-top: 40px;
}
.prodetails .detalscont .faq .asked-ul .libox {
  border-top: 1px solid #eeeeee;
}
.prodetails .detalscont .faq .asked-ul .libox:last-child {
  border-bottom: 1px solid #eeeeee;
}
.prodetails .detalscont .faq .asked-ul .li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.prodetails .detalscont .faq .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '+';
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  content: "+";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 30px;
}
.prodetails .detalscont .faq .asked-ul .li p {
  display: flex;
  padding: 18px 50px 18px 0px;
  color: #333333;
  font-size: 20px;
  background: #fff;
  width: 100%;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .prodetails .detalscont .faq .asked-ul .li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .prodetails .detalscont .faq .asked-ul .li p {
    font-size: 16px;
  }
}
.prodetails .detalscont .faq .asked-ul .li.current {
  border-top: 1px solid #ff9307;
}
.prodetails .detalscont .faq .asked-ul .li.current::after {
  content: '-';
}
.prodetails .detalscont .faq .asked-ul .li.current p {
  color: #ff9307;
}
.prodetails .detalscont .faq .asked-ul .text-box {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  padding: 0 20px 20px 20px;
  display: none;
}
.prodetails .detalscont .faq .asked-ul .text-box .tbbox {
  display: flex;
  align-items: flex-start;
}
.prodetails .detalscont .faq .asked-ul .text-box p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .prodetails .detalscont .faq .asked-ul .text-box p {
    line-height: 22px;
  }
}
.prodetails .detalscont .prorela {
  margin-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .prorela {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.prodetails .detalscont .prorela .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .prorela .top {
    flex-wrap: wrap;
  }
}
.prodetails .detalscont .prorela .top .title h2 {
  color: #111111;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .prodetails .detalscont .prorela .top .title h2 {
    font-size: 20px;
  }
}
.prodetails .detalscont .prorela .top .prev-next2 {
  width: 70px;
  position: relative;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-next:before,
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e622';
  color: #fff;
  transition: all 0.3s ease;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev:before {
  transform: rotate(180deg);
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev,
.prodetails .detalscont .prorela .top .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f19716;
  justify-content: center;
  align-items: center;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-next:hover,
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev:hover {
  background-color: #F17A1E;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-next {
  right: 0;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev {
  left: 0;
}
.prodetails .detalscont .prorela .top .prev-next2 .slick-prev:hover::before,
.prodetails .detalscont .prorela .top .prev-next2 .slick-next:hover::before {
  color: #FFF;
}
.prodetails .detalscont .prorela .proccont .prorela-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .prorela .proccont .prorela-slick {
    margin: 0 -10px;
  }
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box {
  padding: 0 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .prodetails .detalscont .prorela .proccont .prorela-slick .col-box {
    padding: 0 10px;
  }
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item {
  box-shadow: 0px 0px 10px #e1e1e1;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .img-box {
  padding-bottom: calc(230 / 400 * 100%);
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .img-box img {
  transform: scale(1) !important;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont {
  padding: 18px;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont .tit {
  margin-bottom: 16px;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont .tit a {
  color: #111111;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont .txt {
  margin-bottom: 25px;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prodetails .detalscont .prorela .proccont .prorela-slick .col-box .item .cont .more img {
  width: 30px;
  height: auto;
}
.inquiry {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .inquiry {
    flex-wrap: wrap;
    position: relative;
  }
}
.inquiry .left {
  width: 66%;
}
@media (max-width: 1023px) {
  .inquiry .left {
    width: 100%;
  }
}
.inquiry .left .title h2 {
  color: #111111;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .inquiry .left .title h2 {
    font-size: 24px;
  }
}
.inquiry .left .title p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .inquiry .left .title p {
    line-height: 24px;
  }
}
.inquiry .left .message {
  width: 100%;
  padding: 0 !important;
  padding-left: 5% !important;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .inquiry .left .message {
    padding: 0 !important;
  }
}
.inquiry .left .message .formbox .now-title {
  margin-bottom: 33px;
}
.inquiry .left .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #F17A1E;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .inquiry .left .message .formbox .now-title input {
    font-size: 14px;
  }
}
.inquiry .left .message .formbox .row {
  list-style: none;
  margin: 0 -3%;
}
.inquiry .left .message .formbox li {
  margin-bottom: 20px;
  padding: 0 3%;
}
.inquiry .left .message .formbox .group {
  position: relative;
}
.inquiry .left .message .formbox .group b {
  display: block;
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .inquiry .left .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry .left .message .formbox .group b {
    font-size: 14px;
  }
}
.inquiry .left .message .formbox .group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #868686;
}
@media (max-width: 767px) {
  .inquiry .left .message .formbox .group label {
    font-size: 14px;
    line-height: 22px;
  }
}
.inquiry .left .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  height: 40px;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  border: 1px solid #c8d0e3;
}
@media (max-width: 991px) {
  .inquiry .left .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry .left .message .formbox .group input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .inquiry .left .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry .left .message .formbox .group input:focus label {
  display: none;
}
.inquiry .left .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inquiry .left .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #868686;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .inquiry .left .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry .left .message .formbox .group textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .inquiry .left .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry .left .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry .left .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry .left .message .func {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiry .left .message .func {
    margin-top: 20px;
  }
}
.inquiry .left .message .func button {
  border: none;
  width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #aacd06;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
.inquiry .left .message .func button:hover {
  background-color: #99b901;
}
.inquiry .right {
  width: 34%;
}
@media (max-width: 1023px) {
  .inquiry .right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.inquiry .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.service-title {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .service-title {
    padding-bottom: 20px;
  }
}
.service-title h2 {
  color: #111111;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .service-title h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .service-title h2 {
    font-size: 22px;
  }
}
.service-title p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .service-title p {
    font-size: 14px;
  }
}
.service .content1 {
  padding-bottom: 60px;
}
.service .content1 .contnent .row-box {
  margin: -20px -2%;
}
.service .content1 .contnent .row-box .col-box {
  padding: 20px 2%;
  text-align: center;
}
.service .content1 .contnent .row-box .col-box .item {
  border-radius: 0 0 90px 0;
  background: url(../img/ser11.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px #dae1ea;
  padding: 24% 3% 15%;
  transition: all 0.3s;
  height: 100%;
}
.service .content1 .contnent .row-box .col-box .item:hover {
  background: url(../img/ser20.png) no-repeat;
}
.service .content1 .contnent .row-box .col-box .item:hover .icon .img1 {
  display: none;
}
.service .content1 .contnent .row-box .col-box .item:hover .icon .img2 {
  display: inline-block;
}
.service .content1 .contnent .row-box .col-box .item:hover h2 {
  color: #FFF;
}
.service .content1 .contnent .row-box .col-box .item:hover p {
  color: #FFF;
}
.service .content1 .contnent .row-box .col-box .item .icon {
  height: 54px;
  text-align: center;
  margin-bottom: 25px;
}
.service .content1 .contnent .row-box .col-box .item .icon img {
  height: 100%;
  width: auto;
}
.service .content1 .contnent .row-box .col-box .item .icon .img2 {
  display: none;
}
.service .content1 .contnent .row-box .col-box .item h2 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .service .content1 .contnent .row-box .col-box .item h2 {
    font-size: 18px;
  }
}
.service .content1 .contnent .row-box .col-box .item p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .service .content1 .contnent .row-box .col-box .item p {
    line-height: 24px;
  }
}
.service .content2 {
  background: url(../img/ser21.png) no-repeat;
  background-size: cover;
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .service .content2 {
    padding-top: 30px;
  }
}
.service .content2 .contnent .row-box {
  padding-bottom: 50px;
  margin: -2%;
}
.service .content2 .contnent .row-box .col-box {
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .content2 .contnent .row-box .col-box .item {
  width: 100%;
  background: #fff;
  border: 1px solid #eeeeee;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .content2 .contnent .row-box .col-box .item img {
  max-width: 100% !important;
  width: auto;
  height: auto;
  background: transparent;
}
.secort {
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .secort {
    padding-bottom: 40px;
  }
}
.secort .itembox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  .secort .itembox {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .secort .itembox:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
  .secort .itembox:nth-of-type(odd) .right {
    padding-left: 0;
    padding-right: 4%;
  }
  .secort .itembox:nth-of-type(odd) .right::before {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .secort .itembox:nth-of-type(odd) .right .icon {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.secort .itembox:hover .right::before {
  opacity: 1;
}
.secort .itembox:hover .right .icon {
  box-shadow: 0px 0px 10px #ffd9a8;
  background-color: #ff9307;
}
.secort .itembox:hover .right .icon .img1 {
  display: none;
}
.secort .itembox:hover .right .icon .img2 {
  display: inline-block;
}
.secort .itembox .left {
  width: 50%;
}
@media (max-width: 1023px) {
  .secort .itembox .left {
    width: 100%;
  }
}
.secort .itembox .left .img-box {
  padding-bottom: calc(27 / 64 * 100%);
}
.secort .itembox .left .img-box img {
  transform: scale(1) !important;
}
.secort .itembox .right {
  width: 50%;
  padding-left: 4%;
  position: relative;
}
@media (max-width: 767px) {
  .secort .itembox .right {
    position: static;
  }
}
.secort .itembox .right::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 147, 7, 0.5);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .secort .itembox .right::before {
    left: 50%;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .secort .itembox .right::before {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .secort .itembox .right {
    width: 100%;
    padding-left: 0;
  }
}
.secort .itembox .right h2 {
  color: #333333;
  font-size: 20px;
  padding-top: 40px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .secort .itembox .right h2 {
    padding-top: 10px;
  }
}
.secort .itembox .right span {
  display: block;
  width: 30px;
  height: 2px;
  background: #012f70;
  margin: 15px 0;
}
.secort .itembox .right p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
@media (max-width: 767px) {
  .secort .itembox .right p {
    line-height: 24px;
  }
}
.secort .itembox .right .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #d2dbe6;
  background-color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .secort .itembox .right .icon {
    left: 50%;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .secort .itembox .right .icon {
    box-shadow: 0px 0px 10px #ffd9a8;
    background-color: #ff9307;
  }
}
.secort .itembox .right .icon img {
  width: auto;
  height: auto !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .secort .itembox .right .icon .img1 {
    display: none;
  }
}
.secort .itembox .right .icon .img2 {
  display: none;
}
@media (max-width: 767px) {
  .secort .itembox .right .icon .img2 {
    display: inline-block;
  }
}
.sefaq {
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .sefaq {
    padding-bottom: 40px;
  }
}
.sefaq .service-title {
  padding-bottom: 40px;
}
.sefaq .service-title h2 {
  margin-bottom: 0;
}
.sefaq .asked-ul .libox {
  border-top: 1px solid #eeeeee;
}
.sefaq .asked-ul .libox:last-child {
  border-bottom: 1px solid #eeeeee;
}
.sefaq .asked-ul .li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.sefaq .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '+';
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  content: "+";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 30px;
}
.sefaq .asked-ul .li p {
  display: flex;
  padding: 18px 50px 18px 0px;
  color: #333333;
  font-size: 20px;
  background: #fff;
  width: 100%;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .sefaq .asked-ul .li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sefaq .asked-ul .li p {
    font-size: 16px;
  }
}
.sefaq .asked-ul .li.current {
  border-top: 1px solid #ff9307;
}
.sefaq .asked-ul .li.current::after {
  content: '-';
  color: #ff9307;
}
.sefaq .asked-ul .li.current p {
  color: #ff9307;
}
.sefaq .asked-ul .text-box {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  padding: 0 20px 20px 20px;
  display: none;
}
.sefaq .asked-ul .text-box .tbbox {
  display: flex;
  align-items: flex-start;
}
.sefaq .asked-ul .text-box p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sefaq .asked-ul .text-box p {
    line-height: 22px;
  }
}
.sequre {
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .sequre {
    padding-bottom: 40px;
  }
}
.sequre .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .sequre .content {
    flex-wrap: wrap;
  }
}
.sequre .content .left {
  width: 50%;
}
@media (max-width: 1023px) {
  .sequre .content .left {
    width: 100%;
  }
}
.sequre .content .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
  border-radius: 95px 0 95px 0;
}
.sequre .content .right {
  width: 50%;
  padding-left: 3%;
}
@media (max-width: 1023px) {
  .sequre .content .right {
    width: 100%;
    padding-left: 0;
  }
}
.sequre .content .right h2 {
  color: #111111;
  font-size: 30px;
  padding-top: 40px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .sequre .content .right h2 {
    font-size: 20px;
  }
}
.sequre .content .right span {
  display: block;
  width: 30px;
  height: 2px;
  background: #012f70;
  margin: 15px 0;
}
.sequre .content .right p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sequre .content .right p {
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .contact .cob1 {
    margin-top: 60px;
  }
}
.contact .cob1 .box .rowbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .contact .cob1 .box .rowbox {
    flex-wrap: wrap;
    margin: -2.5%;
  }
}
@media (max-width: 768px) {
  .contact .cob1 .box .rowbox {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.contact .cob1 .box .rowbox .colbox {
  width: 30%;
  margin-left: 5%;
  box-shadow: 0px 0px 10px #f2f2f2;
  border-radius: 30px;
  text-align: center;
  padding: 3% 1%;
  transition: all 0.5s;
}
.contact .cob1 .box .rowbox .colbox:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .contact .cob1 .box .rowbox .colbox:first-child {
    margin-left: 2.5%;
  }
}
@media (max-width: 991px) {
  .contact .cob1 .box .rowbox .colbox {
    width: 45%;
    margin: 2.5%;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .contact .cob1 .box .rowbox .colbox {
    width: 100%;
    border-radius: 10px;
  }
}
.contact .cob1 .box .rowbox .colbox:hover {
  background: url(../img/cob1-b1.jpg) no-repeat center;
  background-size: cover;
  transform: translate(0, -17px);
}
.contact .cob1 .box .rowbox .colbox:hover .item .icon .img1 {
  display: none;
}
.contact .cob1 .box .rowbox .colbox:hover .item .icon .img2 {
  display: inline-block;
}
.contact .cob1 .box .rowbox .colbox:hover .item .cot h2 {
  color: #FFF;
}
.contact .cob1 .box .rowbox .colbox:hover .item .cot p {
  color: #FFF;
}
.contact .cob1 .box .rowbox .colbox:hover .item .cot p a {
  color: #FFF;
}
.contact .cob1 .box .rowbox .colbox .item .icon {
  margin-bottom: 20px;
}
.contact .cob1 .box .rowbox .colbox .item .icon img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.contact .cob1 .box .rowbox .colbox .item .icon .img2 {
  display: none;
}
.contact .cob1 .box .rowbox .colbox .item .cot h2 {
  color: #0e3b7a;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s;
}
.contact .cob1 .box .rowbox .colbox .item .cot p {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .contact .cob1 .box .rowbox .colbox .item .cot p {
    line-height: 24px;
  }
}
.contact .cob1 .box .rowbox .colbox .item .cot p a {
  color: #333333;
  transition: all 0.5s;
}
.contact .cob2 {
  padding: 80px 0;
  background: url(../img/con6.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .contact .cob2 {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.contact .cob2 .txt {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact .cob2 .txt p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .contact .cob2 .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .price {
    margin-top: 60px;
  }
}
.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: #F17A1E;
  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;
}
#chat-button-div {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  font-size: 100% !important;
  position: fixed !important;
  bottom: 55px !important;
  right: 20px !important;
  left: auto !important;
  height: 48px !important;
  width: auto !important;
  z-index: 10000000000000 !important;
  background: #2d2d2d !important;
  border: 0 !important;
  border-radius: 100px !important;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box !important;
  padding: 0 20px !important;
  transition: all 0.4s, bottom 0.8s ease-in-out !important;
  cursor: pointer !important;
  outline: none !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  animation-name: loadBubble;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.2s;
}
#chat-button-div svg {
  position: initial !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
  width: 28px !important;
  display: inline-block !important;
  height: 48px !important;
}
#chat-button-div p {
  float: none !important;
  width: auto !important;
  position: initial !important;
  background: none !important;
  text-transform: none !important;
  border: none !important;
  box-shadow: none !important;
  height: initial !important;
  font-style: normal !important;
  min-width: auto !important;
  opacity: 1 !important;
  text-align: left !important;
  text-shadow: none !important;
  color: #fff;
  display: inline-block !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
  line-height: 48px !important;
  font-weight: bold !important;
  margin: 0 0 0 12px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: top !important;
  white-space: nowrap !important;
  padding: 0 !important;
  transition: 0.6s ease-in-out !important;
}
.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: #F17A1E;
}
@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: #F17A1E;
}
.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: #F17A1E;
  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 h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
  color: #333;
}
@media (max-width: 991px) {
  .privalcy h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .privalcy h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.privalcy h2 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 20px;
  }
}
.privalcy h3 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.privalcy .content p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 15px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  padding: 0px 0 80px 0;
}
@media (max-width: 1400px) {
  .pagination {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin: 0 0 30px 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;
  width: 44px;
  height: 44px;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  border-color: #000;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e747';
  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: #f19716;
}
.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: 18px;
  font-weight: 500;
  line-height: 44px;
  padding: 3px 5px;
  margin: 2px;
  border: 1px solid #BFBFBF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #f19716;
  border-color: #000;
  border-radius: 50%;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f19716;
  border-color: #000;
}
.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: #F17A1E;
}
@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 .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: #F17A1E;
}
.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: #F17A1E;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #F17A1E;
}
.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: #F17A1E;
  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 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: #F17A1E;
}
.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: #F17A1E;
  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: #F17A1E;
  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 #F17A1E;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #F17A1E;
}
.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: #F17A1E;
  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 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: #F17A1E;
  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;
}
