input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.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;
}
.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: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1720px) {
  .container.con1660 {
    max-width: 1690px;
  }
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  src: local('MonaSans Regular'), local('MonaSans-Regular'), url('../fonts/MonaSans-Regular.woff2') format('woff2'), url('../fonts/MonaSans-Regular.woff') format('woff'), url('../fonts/MonaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: 'Roboto', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.index-title h2 {
  color: #1E1E2E;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 68px;
}
@media (max-width: 1560px) {
  .index-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.index-title .title-top {
  font-size: 24px;
  color: #666;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .index-title .title-top {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .index-title .title-top {
    font-size: 16px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 33;
  width: 100%;
  background-color: white;
}
.header .top {
  background-color: #1E1E2E;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header .top {
    padding: 0;
  }
}
.header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6%;
}
@media (max-width: 767px) {
  .header .top .container {
    padding: 0;
  }
}
.header .top .left {
  display: flex;
  align-items: center;
}
.header .top .left p {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .header .top .left p {
    margin-left: 16px;
    margin-right: 0;
  }
}
.header .top .left p:hover a {
  text-decoration: underline;
}
.header .top .left p a {
  text-decoration: none;
  color: #D9D9D9;
}
@media (max-width: 991px) {
  .header .top .left p a {
    display: none;
  }
}
.header .top .left p .iconfont {
  color: #43C3D1;
  font-size: 16px;
  margin-right: 10px;
}
.header .top .right ul {
  display: flex;
}
.header .top .right ul li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .header .top .right ul li {
    margin-right: 16px;
    margin-left: 0;
  }
}
.header .top .right ul li a {
  text-decoration: none;
}
.header .top .right ul li a .iconfont {
  color: #999999;
  font-size: 20px;
  transition: all 0.3s ease;
}
.header .top .right ul li a .iconfont:hover {
  color: #43C3D1;
}
.header .bottom {
  position: relative;
}
.header .bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
.header .bottom .bottom-box .logo {
  width: 125px;
  margin-top: -22px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .header .bottom .bottom-box .logo {
    margin: 6px 0;
    width: 80px;
  }
}
.header .bottom .bottom-box .logo img {
  width: 100%;
}
.header .bottom .bottom-box .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .bottom .bottom-box .header-nav .clearfix {
  display: flex;
}
@media (max-width: 1199px) {
  .header .bottom .bottom-box .header-nav .clearfix {
    display: none;
  }
}
.header .bottom .bottom-box .header-nav .clearfix .active {
  color: #43C3D1;
  border-bottom: 2px solid #43C3D1;
}
.header .bottom .bottom-box .header-nav .clearfix > li {
  padding: 0 40px;
  position: relative;
}
.header .bottom .bottom-box .header-nav .clearfix > li > a {
  text-decoration: none;
  color: #1E1E2E;
  padding: 25px 0;
  border-bottom: 1px solid #FFF;
  transition: all 0.3s ease;
}
.header .bottom .bottom-box .header-nav .clearfix > li > a:hover {
  color: #43C3D1;
  border-bottom: 2px solid #43C3D1;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul {
  display: none;
  position: absolute;
  top: 220%;
  left: 0;
  min-width: 100%;
  z-index: 12;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

}
.header .bottom .bottom-box .header-nav .clearfix > li ul li {
  text-align: center;
  position: relative;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li a {
  display: inline-block;
  text-decoration: none;
  color: #1E1E2E;
  padding: 10px 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li a:hover {
  color: #43C3D1;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  z-index: 12;
  background-color: white;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li ul li {
  text-align: center;
  position: relative;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li ul li a {
  display: inline-block;
  text-decoration: none;
  color: #1E1E2E;
  padding: 10px 0;
  transition: all 0.3s ease;
  text-align: center;
}
.header .bottom .bottom-box .header-nav .clearfix > li ul li ul li a:hover {
  color: #43C3D1;
}
.header .bottom .bottom-box .header-nav .search {
  display: flex;
  align-items: center;
}
.header .bottom .bottom-box .header-nav .search .iconfont {
  font-size: 20px;
  margin-left: 50px;
}
.header .btn-menu {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .header .btn-menu {
    margin-right: 0;
  }
}
.header .btn-menu a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .header .btn-menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
  }
}
.header .header-serch-box {
  position: absolute;
  top: 110%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 20;
  background-color: white;
  border-radius: 0px;
  padding: 4px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.header .header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: none;
}
.header .header-serch-box button {
  border-radius: 5px;
  background: #111;
  width: 74px;
  height: 40px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header .header-serch-box button:hover {
  background-color: #43C3D1;
}
.header .header-serch-box .header-serch-none {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.header .header-serch-box.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* swiper */
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 0;
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .banner {
    padding-top: 0;
  }
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner a {
  display: block;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination {
  width: 26%;
  bottom: 10% !important;
}
.swiper-pagination-bullet-active {
  border-radius: 0;
  width: 88px;
  height: 3px;
  background-color: #FFFFFF;
}
@media (max-width: 1199px) {
  .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 88px;
  height: 3px;
}
@media (max-width: 1199px) {
  .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 20px;
  }
}
.index-padding {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-product {
  padding: 150px 0;
}
@media (max-width: 1560px) {
  .index-product {
    padding: 30px 0;
  }
}
.index-product .title-top {
  display: flex;
  align-items: center;
}
.index-product .title-top img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .index-product .title-top img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.index-product .about-factory {
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .index-product .about-factory {
    margin-top: 10px;
  }
}
.index-product .about-factory .index-title h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index-product .about-factory .index-title h2 {
    margin-bottom: 10px;
  }
}
.index-product .about-factory .index-title p {
  width: 60%;
  color: #666666;
}
@media (max-width: 991px) {
  .index-product .about-factory .index-title p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .index-product .about-factory .index-title p {
    width: 100%;
  }
}
.index-product .about-factory .prev-next {
  width: 140px;
  color: white;
  position: relative;
  margin-right: 26px;
}
@media (max-width: 1199px) {
  .index-product .about-factory .prev-next {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .index-product .about-factory .prev-next {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .index-product .about-factory .prev-next {
    position: absolute;
    top: 58%;
    left: 12%;
    width: 76%;
  }
}
.index-product .about-factory .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
}
.index-product .about-factory .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index-product .about-factory .prev-next .slick-prev,
.index-product .about-factory .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #D9D9D9;
  width: 70px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
.index-product .about-factory .prev-next .slick-prev:hover,
.index-product .about-factory .prev-next .slick-next:hover {
  color: #43C3D1;
}
.index-product .about-factory .prev-next .slick-prev,
.index-product .about-factory .prev-next .slick-next:hover::before {
  color: #43C3D1;
}
.index-product .about-factory .prev-next .slick-prev:hover::before {
  color: #43C3D1;
}
.index-product .about-factory .cont {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .index-product .about-factory .cont {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .index-product .about-factory .cont .now-slick-box {
    padding-bottom: 0;
  }
}
.index-product .about-factory .cont .now-slick-box .now-slick {
  text-align: center;
}
.index-product .about-factory .cont .now-slick-box .now-slick .img-box {
  padding-bottom: 100%;
  cursor: pointer;
}
.index-product .about-factory .cont .now-slick-box .now-slick img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.index-product .about-factory .cont .now-slick-box .now-slick li {
  padding: 18px 14px;
}
@media (max-width: 991px) {
  .index-product .about-factory .cont .now-slick-box .now-slick li {
    padding: 0px 14px;
  }
}
.index-product .about-factory .cont .now-slick-box .now-slick li .cont-box {
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}
.index-product .about-factory .cont .now-slick-box .now-slick li:hover .cont-box .title-left p {
  text-decoration: underline !important;
}
.index-product .about-factory .cont .now-slick-box .now-slick li:hover .title .more {
  opacity: 1 !important;
}
.index-product .about-factory .cont .now-slick-box .now-slick li:hover img {
  transform: scale(1.05);
}
.index-product .about-factory .cont .now-slick-box .now-slick .title {
  height: 180px;
  position: relative;
}
@media (max-width: 767px) {
  .index-product .about-factory .cont .now-slick-box .now-slick .title {
    flex-wrap: wrap;
    height: 140px;
  }
}
.index-product .about-factory .cont .now-slick-box .now-slick .title .title-left {
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .index-product .about-factory .cont .now-slick-box .now-slick .title .title-left {
    font-size: 16px;
  }
}
.index-product .about-factory .cont .now-slick-box .now-slick .title .title-left p {
  font-size: 14px;
  color: #666666;
  font-size: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.index-product .about-factory .cont .now-slick-box .now-slick .title .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .index-product .about-factory .cont .now-slick-box .now-slick .title .more {
    opacity: 1 !important;
  }
}
.index-product .about-factory .cont .now-slick-box .now-slick .title .more .more-a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background-color: #43C3D1;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
}
.index-product .about-factory .cont .now-slick-box .now-slick .title .more .more-a::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  color: white;
  font-size: 14px;
  margin-left: 6px;
}
.index-about {
  background-color: #1E1E2E;
  padding: 100px;
}
@media (max-width: 767px) {
  .index-about {
    padding: 50px 10px;
  }
}
.index-about .container {
  position: relative;
  padding-bottom: 16%;
}
@media (max-width: 767px) {
  .index-about .container {
    padding-bottom: 0;
  }
}
.index-about .content-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-about .content-box {
    flex-wrap: wrap;
  }
}
.index-about .content-box .left {
  width: 22%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .index-about .content-box .left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .index-about .content-box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-about .content-box .left {
    width: 100%;
  }
}
.index-about .content-box .left .index-title .title-top {
  color: #FFF;
}
.index-about .content-box .left .index-title .title-top img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .index-about .content-box .left .index-title .title-top img {
    width: 40px;
    height: 40px;
  }
}
.index-about .content-box .bottom p {
  color: #D9D9D9;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .index-about .content-box .bottom p {
    font-size: 14px;
  }
}
.index-about .content-box .bottom a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  background-color: #43C3D1;
  padding: 10px 0;
  width: 240px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s;
}
.index-about .content-box .bottom a:hover {
  background-color: #50EAEF;
}
.index-about .content-box .bottom a::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  color: white;
  font-size: 14px;
  margin-left: 6px;
}
@media (max-width: 991px) {
  .index-about .content-box .bottom a {
    font-size: 14px;
    width: 140px;
  }
}
.index-about .right {
  width: 60%;
}
@media (max-width: 991px) {
  .index-about .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .index-about .right {
    margin-top: 40px;
  }
}
.index-about .right .top {
  border-bottom: 1px solid #2F2F3F;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .index-about .right .top {
    padding-bottom: 20px;
  }
}
.index-about .right .top h2 {
  background: linear-gradient(94deg, #FFF 33.24%, #999 92.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1560px) {
  .index-about .right .top h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .index-about .right .top h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-about .right .top p {
  color: #D9D9D9;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .index-about .right .top p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-about .right .about-cont {
  justify-content: space-between;
}
.index-about .right .about-cont .about-cont-1 {
  text-align: left;
  padding: 60px 0 0 0;
}
@media (max-width: 1560px) {
  .index-about .right .about-cont .about-cont-1 {
    padding: 20px 0 0 0;
  }
}
.index-about .right .about-cont .about-cont-1 .about-cont-1-number {
  color: #43C3D1;
  font-size: 48px;
}
@media (max-width: 1560px) {
  .index-about .right .about-cont .about-cont-1 .about-cont-1-number {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .index-about .right .about-cont .about-cont-1 .about-cont-1-number {
    font-size: 24px;
  }
}
.index-about .right .about-cont .about-cont-1 .about-cont-1-number .counter {
  color: #FFF;
  font-size: 58px;
  font-weight: 700;
}
@media (max-width: 1560px) {
  .index-about .right .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .index-about .right .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 26px;
  }
}
.index-about .right .about-cont .about-cont-1 p {
  color: #D9D9D9;
  font-size: 16px;
}
@media (max-width: 991px) {
  .index-about .right .about-cont .about-cont-1 p {
    font-size: 14px;
  }
}
.video-box {
  position: absolute;
  bottom: -44%;
  left: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .video-box {
    bottom: -32%;
  }
}
@media (max-width: 767px) {
  .video-box {
    position: static;
    margin-top: 30px;
  }
}
.video-box .firm-video {
  position: relative;
  width: 100%;
}
@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;
  }
}
.video-box .firm-video .video-bgimg {
  width: 100%;
}
.video-box .firm-video .video {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%);
  line-height: 160px;
  text-align: center;
  cursor: pointer;
}
.video-box .firm-video .video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite;
  animation: videoan1 3s linear infinite;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.video-box .firm-video .video::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite 1s;
  animation: videoan1 3s linear infinite 1s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.video-box .firm-video .video span {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  background-color: white;
  border-radius: 50%;
  z-index: 12;
}
.video-box .firm-video .video span .iconfont {
  font-size: 28px;
  color: #43C2D1;
}
@media (max-width: 991px) {
  .video-box .firm-video .video {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .video-box .firm-video .video {
    width: 30px;
    height: 30px;
  }
}
.index-choose {
  background-color: #F1F1F1;
  padding: 400px 0 100px 0;
}
@media (max-width: 1560px) {
  .index-choose {
    padding: 280px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .index-choose {
    padding: 160px 0 0 0;
  }
}
@media (max-width: 767px) {
  .index-choose {
    padding: 70px 0;
  }
}
.index-choose .index-title {
  text-align: center;
}
.index-choose .index-title .title-top img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .index-choose .index-title .title-top img {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
  }
}
.index-choose .index-title h2 {
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .index-choose .index-title h2 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .index-choose .index-title h2 {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .index-choose .cont .item-box {
    padding: 10px 10px;
  }
}
.index-choose .cont .item-box .item {
  border: 1px solid #F1F1F1;
  padding: 30px 25px 70px 25px;
}
@media (max-width: 1560px) {
  .index-choose .cont .item-box .item {
    padding: 30px 10px 70px 10px;
  }
}
@media (max-width: 1199px) {
  .index-choose .cont .item-box .item {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .index-choose .cont .item-box .item {
    padding: 0px;
  }
}
.index-choose .cont .item-box .item:hover {
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .index-choose .cont .item-box .item:hover {
    border: none;
  }
}
.index-choose .cont .item-box .item:hover .text-title span::after {
  width: 100%;
}
.index-choose .cont .item-box .item:hover .iconfont {
  animation: swing 1s 0s ease both;
}
.index-choose .cont .item-box .item .iconfont {
  display: inline-block;
  color: #43C3D1;
  font-size: 26px;
}
.index-choose .cont .item-box .item .text-title {
  color: #1E1E2E;
  font-size: 22px;
  padding: 30px 0 16px 0;
}
@media (max-width: 767px) {
  .index-choose .cont .item-box .item .text-title {
    padding: 16px 0 10px 0;
  }
}
.index-choose .cont .item-box .item .text-title span {
  display: inline-block;
  position: relative;
}
.index-choose .cont .item-box .item .text-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1E1E2E;
  transition: width 0.3s ease;
}
.index-choose .cont .item-box .item .text-cont p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.index-news {
  padding-top: 140px;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (max-width: 1560px) {
  .index-news {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .index-news {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .index-news {
    padding-top: 30px;
  }
}
.index-news .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .index-news .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .index-news .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.index-news .top .left .title-top img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .index-news .top .left .title-top img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.index-news .top .left h2 {
  padding: 26px 0 16px 0;
}
@media (max-width: 991px) {
  .index-news .top .left h2 {
    padding: 12px 0 10px 0;
  }
}
.index-news .top .left p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.index-news .top .right a {
  background-color: #43C3D1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 240px;
  padding: 10px 0;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s;
}
.index-news .top .right a:hover {
  background-color: #50EAEF;
}
.index-news .top .right a::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  color: white;
  font-size: 14px;
  margin-left: 6px;
}
@media (max-width: 991px) {
  .index-news .top .right a {
    width: 140px;
    font-size: 14px;
  }
}
.index-news .prev-next {
  color: white;
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 100px;
}
@media (max-width: 1199px) {
  .index-news .prev-next {
    left: 42%;
    width: 160px;
  }
}
@media (max-width: 575px) {
  .index-news .prev-next {
    left: 32%;
  }
}
.index-news .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
}
.index-news .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index-news .prev-next .slick-prev,
.index-news .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #F5F5F5;
  width: 70px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
.index-news .prev-next .slick-prev:hover,
.index-news .prev-next .slick-next:hover {
  color: #43C3D1;
}
@media (max-width: 1199px) {
  .index-news .prev-next .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .index-news .prev-next .slick-next {
    right: 0;
  }
}
.index-news .prev-next .slick-prev,
.index-news .prev-next .slick-next:hover::before {
  color: #43C3D1;
}
.index-news .prev-next .slick-prev:hover::before {
  color: #43C3D1;
}
.index-news .cont {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .index-news .cont {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index-news .cont {
    margin-top: 40px;
  }
}
.index-news .cont .now-slick-box {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .index-news .cont .now-slick-box {
    padding-bottom: 40px;
  }
}
.index-news .cont .now-slick-box .now-slick-news {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-news .cont .now-slick-box .now-slick-news {
    width: 100%;
  }
}
.index-news .cont .now-slick-box .now-slick-news .slick-list {
  overflow: visible;
}
.index-news .cont .now-slick-box .now-slick-news .img-box {
  padding-bottom: 64%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.index-news .cont .now-slick-box .now-slick-news .img-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 6;
}
.index-news .cont .now-slick-box .now-slick-news .img-box img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.index-news .cont .now-slick-box .now-slick-news .cont-box {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: block;
}
.index-news .cont .now-slick-box .now-slick-news .cont-box .text-box {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  border-top: 1px solid #D9D9D9;
  padding: 24px 0;
  z-index: 13;
}
@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box {
    padding: 12px 0;
  }
}
.index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-title p {
  color: #FFF;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 设置显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-title p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-title p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-title p {
    line-height: 20px;
  }
}
.index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-time {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-time {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-time {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}
.index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-time p {
  color: #F5F5F5;
  font-family: "MonaSans";
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick-news .cont-box .text-box .text-time p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-news .cont .now-slick-box .now-slick-news li {
  padding: 18px 14px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-news .cont .now-slick-box .now-slick-news li {
    padding: 0px 14px;
  }
}
.index-news .cont .now-slick-box .now-slick-news li:hover img {
  transform: scale(1.05);
}
.index-news .cont .now-slick-box .now-slick-news li:hover .text-title p {
  text-decoration: underline;
}
.index-drequently {
  padding-top: 140px;
  padding-bottom: 8%;
  background-image: url(../img/index-frequently-1.jpg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  transition: padding 0.3s ease;
}
@media (max-width: 1400px) {
  .index-drequently {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .index-drequently {
    padding-top: 30px;
  }
}
.index-drequently .container {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-drequently .container {
    flex-wrap: wrap;
  }
}
.index-drequently .left {
  width: 40%;
}
@media (max-width: 991px) {
  .index-drequently .left {
    width: 100%;
  }
}
.index-drequently .left .title-top img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.index-drequently .left h2 {
  margin-top: 24px;
}
.index-drequently .right {
  width: 57%;
}
@media (max-width: 991px) {
  .index-drequently .right {
    width: 100%;
  }
}
.index-drequently .right .asked-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-drequently .right .asked-ul li {
  display: block;
  border-bottom: 1px solid #D9D9D9;
  padding: 40px 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .index-drequently .right .asked-ul li {
    padding: 20px 0;
  }
}
.index-drequently .right .asked-ul li .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-drequently .right .asked-ul li .cont p {
  color: #666;
  font-size: 24px;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .index-drequently .right .asked-ul li .cont p {
    font-size: 16px;
  }
}
.index-drequently .right .asked-ul li .cont span {
  color: #666;
  font-size: 18px;
  transition: all 0.3s ease;
}
.index-drequently .right .asked-ul li .text-box {
  display: none;
  padding-top: 16px;
}
.index-drequently .right .asked-ul li .text-box p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 991px) {
  .index-drequently .right .asked-ul li .text-box p {
    font-size: 14px;
  }
}
.index-drequently .right .asked-ul li.on .cont span {
  transform: rotate(135deg);
}
.index-drequently .right .asked-ul li.current .cont span {
  transform: rotate(-135deg);
}
.index-drequently .right .asked-ul li.current .cont p {
  color: #1E1E2E;
}
.index-bottom {
  background-color: #1E1E2E;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .index-bottom {
    padding: 40px 0 80px 0;
  }
}
.index-bottom .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-bottom .top {
    flex-wrap: wrap;
  }
}
.index-bottom .top .left {
  display: flex;
  align-items: center;
}
.index-bottom .top .left img {
  height: 34px;
  width: 34px;
  margin-right: 16px;
}
.index-bottom .top .left p {
  color: #FFF;
  font-size: 32px;
  line-height: 33px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .index-bottom .top .left p {
    font-size: 20px;
  }
}
.index-bottom .top .right {
  display: flex;
  align-items: center;
  width: 62%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .index-bottom .top .right {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.index-bottom .top .right p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .index-bottom .top .right p {
    font-size: 16px;
  }
}
.index-bottom .top .right .right-form {
  border-bottom: 1px solid #2F2F3F;
  display: flex;
  align-items: center;
  width: 40%;
}
.index-bottom .top .right .right-form input {
  color: #F5F5F5;
  font-size: 16px;
  padding: 16px 0;
  background-color: #1E1E2E;
  border: none;
  width: 100%;
}
.index-bottom .top .right .right-form input::placeholder {
  color: #F5F5F5;
  font-size: 16px;
}
.index-bottom .top .right .right-form input:focus::placeholder {
  color: #DEDEDF;
}
@media (max-width: 1199px) {
  .index-bottom .top .right .right-form input {
    font-size: 14px;
    padding: 6px 0;
  }
}
.index-bottom .top .right .right-form button {
  background-color: #1E1E2E;
  border: none;
}
.index-bottom .top .right .right-form button .iconfont {
  font-size: 16px;
  color: #F5F5F5;
}
.index-bottom .center {
  padding: 70px 0;
  border-bottom: 1px solid #2F2F3F;
  color: #FFF;
  font-size: 68px;
  font-weight: 700;
  line-height: 87px;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 1470px) {
  .index-bottom .center {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .index-bottom .center {
    font-size: 28px;
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .index-bottom .center {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .index-bottom .center {
    font-size: 20px;
    padding: 30px 0;
  }
}
.index-bottom .bottom {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .index-bottom .bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .index-bottom .bottom {
    padding: 40px 0;
  }
}
.index-bottom .bottom .left ul {
  display: flex;
  flex-wrap: wrap;
}
.index-bottom .bottom .left ul li {
  margin-right: 60px;
}
.index-bottom .bottom .left ul li:last-child {
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .index-bottom .bottom .left ul li {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .index-bottom .bottom .left ul li {
    margin-right: 22px;
  }
}
.index-bottom .bottom .left ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #D9D9D9;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.index-bottom .bottom .left ul li a:hover {
  color: #43C3D1;
}
.index-bottom .bottom .right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-bottom .bottom .right ul li {
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .index-bottom .bottom .right ul li {
    margin-top: 10px;
  }
}
.index-bottom .bottom .right ul li:last-child a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #2F2F3F;
  text-align: center;
  margin-left: 6px;
}
.index-bottom .bottom .right ul li:last-child a:first-child {
  margin: 0;
}
.index-bottom .bottom .right ul li:last-child a:hover .iconfont {
  color: #43C3D1;
}
.index-bottom .bottom .right ul li a {
  display: inline-block;
  text-decoration: none;
  color: #D9D9D9;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.index-bottom .bottom .right ul li a:hover {
  color: #43C3D1;
}
.index-bottom .bottom .right ul li a .iconfont {
  color: #969696;
  transition: all 0.3s ease;
}
.index-bottom .bottom-text {
  text-align: center;
  color: #D9D9D9;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
.index-bottom .bottom-text a {
  text-decoration: none;
  color: #D9D9D9;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.index-bottom .bottom-text a:hover {
  color: #43C3D1;
  text-decoration: underline;
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 5px;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
    padding: 4px 4px;
  }
}
.index-nav a {
  display: block;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 7px 0;
}
.index-nav a .iconfont {
  font-size: 26px;
}
.index-nav a:hover {
  background-color: #43C3D1;
}
.index-nav a:hover .iconfont {
  color: white;
  transition: color 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.index-nav a:hover .fix-nav-phonenumber {
  transform: translateX(0);
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 0;
  transform: translateX(180%);
  transition: all 0.3s ease;
  line-height: 30px;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 26px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #333;
  text-align: center;
  z-index: 20;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #111;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.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: 1199px) {
  .xs-online {
    display: block !important;
  }
}
.box-banner {
  width: 100%;
  position: relative;
}
.box-banner img {
  width: 100%;
}
.box-banner .product-nav {
  background-color: rgba(30, 30, 46, 0.27);
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .box-banner .product-nav {
    padding: 6px 0;
  }
}
.box-banner .product-nav .nav-a {
  display: flex;
  color: #FFF;
}
.box-banner .product-nav .nav-a a {
  padding: 0 20px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.box-banner .product-nav .nav-a a:hover {
  color: #43C3D1;
}
.box-banner .product-nav .nav-a::before {
  font-family: 'iconfont' !important;
  content: "\e601";
  color: #FFF;
}
.product-title {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .product-title {
    padding-top: 50px;
  }
}
.product-title h2 {
  color: #1E1E2E;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .product-title h2 {
    font-size: 30px;
  }
}
.product-title p {
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-title p {
    font-size: 14px;
  }
}
.popular {
  padding: 30px 0 100px 0;
}
@media (max-width: 1199px) {
  .popular {
    padding: 30px 0 0px 0;
  }
}
.popular .top-nav {
  display: flex;
  display: none;
  align-items: center;
}
@media (max-width: 1199px) {
  .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .popular .top-nav {
    font-size: 14px;
  }
}
.popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
.popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .popular .top-nav .top-a {
    font-size: 14px;
  }
}
.popular .top-nav .top-a:hover {
  color: white;
  background-color: #DD4509;
}
.popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 156px) {
  .popular .popular-box {
    width: 100%;
  }
}
.popular .popular-box .popular-left {
  width: 330px;
  border-radius: 10px;
}
@media (max-width: 1470px) {
  .popular .popular-box .popular-left {
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .popular .popular-box .popular-left {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .popular .popular-box .popular-left {
    display: none;
  }
}
.popular .popular-box .popular-left .left-ul {
  color: #696969;
  position: sticky !important;
  top: 130px;
}
.popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  color: #696969 !important;
  margin-bottom: 20px;
  background-color: #F5F5F5;
}
@media (max-width: 1199px) {
  .popular .popular-box .popular-left .ul-li {
    margin-right: 30px;
  }
}
.popular .popular-box .popular-left .ul-li > a {
  padding: 14px 32px;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #696969;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  justify-content: space-between;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.popular .popular-box .popular-left .ul-li > a::after {
  font-family: 'iconfont' !important;
  content: '\e727';
  color: #666666;
  position: absolute;
  right: 12px;
}
@media (max-width: 1470px) {
  .popular .popular-box .popular-left .ul-li > a::after {
    margin-left: 46%;
  }
}
@media (max-width: 1400px) {
  .popular .popular-box .popular-left .ul-li > a::after {
    margin-left: 40%;
  }
}
@media (max-width: 575px) {
  .popular .popular-box .popular-left .ul-li > a {
    font-size: 16px;
  }
}
.popular .popular-box .popular-left .ul-li.active > a {
  color: #FFF;
  background-color: #43C2D1;
}
.popular .popular-box .popular-left .ul-li.active > a::after {
  font-family: 'iconfont' !important;
  content: '\e729';
  color: #FFFFFF;
  margin-left: 52%;
}
@media (max-width: 1470px) {
  .popular .popular-box .popular-left .ul-li.active > a::after {
    margin-left: 46%;
  }
}
@media (max-width: 1400px) {
  .popular .popular-box .popular-left .ul-li.active > a::after {
    margin-left: 40%;
  }
}
.popular .popular-box .popular-left .ul-li.active .li-ul {
  display: block;
}
.popular .popular-box .popular-left .ul-li .li-ul {
  width: 100%;
  overflow: hidden;
  display: none;
  background-color: #F5F5F5;
}
.popular .popular-box .popular-left .ul-li .li-ul li {
  list-style-type: disc;
  padding: 12px 32px;
  list-style: none;
}
.popular .popular-box .popular-left .ul-li .li-ul li::before {
  font-family: 'iconfont' !important;
  content: '\e729';
  color: #999999;
  font-size: 16px;
  text-decoration: none !important;
  margin-right: 10px;
}
.popular .popular-box .popular-left .ul-li .li-ul li:nth-child(1) {
  padding-top: 24px;
}
.popular .popular-box .popular-left .ul-li .li-ul li:last-child {
  padding-bottom: 24px;
}
.popular .popular-box .popular-left .ul-li .li-ul li:hover {
  transition: color 0.3s ease;
}
.popular .popular-box .popular-left .ul-li .li-ul li:hover a {
  color: #1F1E2E;
  text-decoration: underline;
}
.popular .popular-box .popular-left .ul-li .li-ul li:hover::before {
  font-family: 'iconfont' !important;
  content: '\e729';
  color: #1E1E2E;
  font-size: 16px;
  text-decoration: none !important;
  margin-right: 10px;
}
.popular .popular-box .popular-left .ul-li .li-ul li a {
  text-decoration: none;
  color: #9A9A9A;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 500;
}
.popular .popular-box .popular-right {
  width: calc(100% - 400px);
  margin-left: auto;
  margin-top: -18px;
}
@media (max-width: 1470px) {
  .popular .popular-box .popular-right {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1400px) {
  .popular .popular-box .popular-right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199px) {
  .popular .popular-box .popular-right {
    width: 100%;
  }
}
.popular .popular-box .popular-right .news-slider {
  width: 100%;
}
.popular .popular-box .popular-right .slide {
  text-align: center;
}
.popular .popular-box .popular-right .slide img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.popular .popular-box .popular-right .slide li {
  padding: 18px 14px;
}
@media (max-width: 991px) {
  .popular .popular-box .popular-right .slide li {
    padding: 0px 14px 20px 14px;
  }
}
.popular .popular-box .popular-right .slide li .box-a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  border-radius: 10px;
}
.popular .popular-box .popular-right .slide li:hover .cont-box .title-left p {
  text-decoration: underline !important;
}
.popular .popular-box .popular-right .slide li:hover .cont-box .more {
  opacity: 1;
}
.popular .popular-box .popular-right .slide li:hover img {
  transform: scale(1.05);
}
.popular .popular-box .popular-right .slide .title {
  height: 160px;
  position: relative;
}
@media (max-width: 575px) {
  .popular .popular-box .popular-right .slide .title {
    flex-wrap: wrap;
    height: 130px;
  }
}
.popular .popular-box .popular-right .slide .title .title-left {
  width: 100%;
  padding: 30px 0;
}
.popular .popular-box .popular-right .slide .title .title-left p {
  font-size: 14px;
  color: #222;
  font-size: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .popular .popular-box .popular-right .slide .title .title-left p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .popular .popular-box .popular-right .slide .title .title-left p {
    font-size: 16px;
  }
}
.popular .popular-box .popular-right .slide .title .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .popular .popular-box .popular-right .slide .title .more {
    opacity: 1;
  }
}
.popular .popular-box .popular-right .slide .title .more .more-a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background-color: #43C3D1;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}
.popular .popular-box .popular-right .slide .title .more .more-a::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  color: white;
  font-size: 14px;
  margin-left: 6px;
}
.popular .popular-box .popular-right nav {
  text-align: center;
}
.popular .popular-box .popular-right a {
  text-decoration: none;
}
.popular .popular-box .popular-right .pagination {
  display: flex;
  justify-content: right;
  padding: 80px 0 0 0;
}
@media (max-width: 1199px) {
  .popular .popular-box .popular-right .pagination {
    padding: 10px 0 40px 0;
  }
}
.popular .popular-box .popular-right .pagination li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .popular .popular-box .popular-right .pagination li {
    margin: 0 4px;
  }
}
.popular .popular-box .popular-right .pagination li.prev a,
.popular .popular-box .popular-right .pagination li.next a {
  color: #666;
}
.popular .popular-box .popular-right .pagination li.prev a:before,
.popular .popular-box .popular-right .pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: bold;
  display: block;
  content: '\e622';
  color: #D9D9D9;
}
.popular .popular-box .popular-right .pagination li.next a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popular .popular-box .popular-right .pagination li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border: none;
  background: none;
  color: #666;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .popular .popular-box .popular-right .pagination li a {
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }
}
.popular .popular-box .popular-right .pagination li a span {
  border-radius: 0;
}
.popular .popular-box .popular-right .pagination > .active > a,
.popular .popular-box .popular-right .pagination > .active > a:focus,
.popular .popular-box .popular-right .pagination > .active > a:hover,
.popular .popular-box .popular-right .pagination > .active > span,
.popular .popular-box .popular-right .pagination > .active > span:focus,
.popular .popular-box .popular-right .pagination > .active > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.popular .popular-box .popular-right .pagination > li > a:focus,
.popular .popular-box .popular-right .pagination > li > a:hover,
.popular .popular-box .popular-right .pagination > li > span:focus,
.popular .popular-box .popular-right .pagination > li > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.productdatails-top {
  overflow: hidden;
}
.productdatails-top .pouch-cont {
  background-color: white;
  border-radius: 10px;
  padding: 40px 0;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .productdatails-top .pouch-cont {
    padding-top: 10px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left {
  width: 46%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 13%;
}
@media (max-width: 1560px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 12%;
  }
}
@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 11%;
  }
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 14%;
  }
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  margin: 15px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 10px 20px 10px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  position: relative;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #43C2D1;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-weight: bold;
  display: block;
  content: '\ea82';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #43C2D1;
  background-color: #F5F5F5;
  border-radius: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box {
  position: relative;
  padding-bottom: 100%;
/*  padding-bottom: 88%;*/
  overflow: hidden;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box .play {
  position: absolute;
  top: 36%;
  right: 40%;
  color: white;
  background-color: #1974E2;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
}
.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 83%;
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}
.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  padding-bottom: 100%;
/*  padding-bottom: 88%;*/
}
.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.productdatails-top .pouch-cont .pouch-cont-right {
  padding: 30px;
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 00px 0 30px 5%;
  }
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-right h2 {
  color: #1E1E2E;
  font-size: 32px;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right h2 {
    font-size: 22px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-right .text {
  padding: 33px 0 90px 0;
}
@media (max-width: 1560px) {
  .productdatails-top .pouch-cont .pouch-cont-right .text {
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-right .text {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .text {
    padding: 10px 0 0px 0;
  }
}
.productdatails-top .pouch-cont .pouch-cont-right .text span {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.productdatails-top .pouch-cont .pouch-cont-right .text p {
  color: #222;
  font-size: 16px;
  line-height: 30px;
  /* 187.5% */
  width: 100%;
}
@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-right .right-bottom {
    margin-top: 50px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 270px;
  line-height: 40px;
  background: #43C2D1;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a::before {
  font-family: 'iconfont' !important;
  content: '\e625';
  font-size: 16px;
  color: #FFF;
  margin-right: 20px;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a:hover {
  background-color: #B23A07;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
  align-items: center;
}
@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
    margin-top: 20px;
  }
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 70px;
  padding: 0;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share .share-cn {
  display: none;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share[lang=zh-CN] .share-cn {
  display: block;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share[lang=zh-CN] .share-other {
  display: none;
}
.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share .a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
.productdatails-nav {
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #F1F1F1;
  margin-top: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  position: sticky;
  top: 130px;
  z-index: 12;
  padding: 0;
}
@media (max-width: 991px) {
  .productdatails-nav {
    position: static;
    margin-top: 0;
    border-radius: 0;
    justify-content: space-around;
  }
}
.productdatails-nav a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 10px 80px;
}
@media (max-width: 767px) {
  .productdatails-nav a {
    padding: 4px 20px;
    font-size: 16px;
  }
}
.productdatails-nav a.active {
  background-color: #43C2D1;
  color: #FFF;
}
.prodetails-title h2 {
  color: #1E1E2E;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .prodetails-title h2 {
    font-size: 28px;
  }
}
.productdatails-details {
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .productdatails-details {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .productdatails-details {
    margin-top: 30px;
  }
}
.productdatails-details .cont p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.productdatails-details .cont .editor-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .productdatails-details .cont .editor-content {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .productdatails-details .cont .about-title h2 {
    margin: 10px 0;
  }
}
.productdatails-Data {
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .productdatails-Data {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .productdatails-Data {
    margin-top: 30px;
  }
}
.productdatails-Data .data-cont {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .productdatails-Data .data-cont {
    margin-top: 10px;
  }
}
.productdatails-Data .data-cont h3 {
  font-weight: 500;
  font-size: 18px;
}
.productdatails-Data .data-cont table {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  border: 1px solid #DEDEDF;
  border-collapse: collapse;
  color: #333;
}
@media (max-width: 991px) {
  .productdatails-Data .data-cont table {
    width: 100%;
  }
}
.productdatails-Data .data-cont table td {
  border: 1px solid #DEDEDF;
  padding-left: 6px;
}
.productdatails-Data .data-cont table td:nth-child(1) {
  height: 30px;
  line-height: 30px;
  background-color: #F3F4F8;
  width: 20%;
}
.productdatails-inquiry {
  margin-top: 90px;
  overflow: hidden;
}
.productdatails-inquiry .cont {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .productdatails-inquiry .cont {
    margin-top: 10px;
  }
}
.productdatails-inquiry .cont p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  .productdatails-inquiry {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .productdatails-inquiry {
    margin-top: 50px;
  }
}
.message {
  width: 100%;
  overflow: hidden;
}
.message .now-title {
  margin-top: 20px;
}
.message .now-title input {
  width: 100%;
  background-color: #000;
  padding: 16px 20px;
  color: white;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.message .formbox li {
  margin-top: 20px;
}
.message .formbox .group {
  position: relative;
}
.message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}
.message .formbox .group input::placeholder {
  color: #444;
}
@media (max-width: 575px) {
  .message .formbox .group input {
    padding: 15px 20px;
  }
}
.message .formbox .group input:focus label {
  display: none;
}
.message .formbox .group input:focus::placeholder {
  color: #999;
}
.message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}
.message .formbox .group textarea::placeholder {
  color: #444;
}
.message .formbox .group textarea:focus label {
  display: none;
}
.message .formbox .group textarea:focus::placeholder {
  color: #999;
}
.message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.message .func {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .message .func {
    margin: 26px 0;
  }
}
.message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.message .func button {
  width: 200px;
  height: 40px;
  background: #43C2D1;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 0;
}
.message .func button::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  margin-left: 10px;
  font-size: 16px;
}
.message .func button:hover {
  background: #333;
}
.productdatails-recommended {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .productdatails-recommended {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .productdatails-recommended {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .productdatails-recommended {
    padding-top: 0px;
  }
}
.productdatails-recommended .about-title {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .productdatails-recommended .about-title h2 {
    margin: 30px 0 0 0;
  }
}
.productdatails-recommended .prev-next {
  width: 100px;
  color: white;
  position: relative;
  margin-right: 26px;
}
@media (max-width: 767px) {
  .productdatails-recommended .prev-next {
    position: absolute;
    top: 46%;
    left: 12%;
    width: 75%;
  }
}
.productdatails-recommended .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
}
.productdatails-recommended .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.productdatails-recommended .prev-next .slick-prev,
.productdatails-recommended .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #D9D9D9;
  width: 70px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
.productdatails-recommended .prev-next .slick-prev:hover,
.productdatails-recommended .prev-next .slick-next:hover {
  color: #43C3D1;
}
.productdatails-recommended .prev-next .slick-prev,
.productdatails-recommended .prev-next .slick-next:hover::before {
  color: #43C3D1;
}
.productdatails-recommended .prev-next .slick-prev:hover::before {
  color: #43C3D1;
}
@media (max-width: 991px) {
  .productdatails-recommended .cont {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .productdatails-recommended .cont {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .productdatails-recommended .cont .now-slick-box {
    padding-bottom: 0;
  }
}
.productdatails-recommended .cont .now-slick-box .now-slick {
  text-align: center;
}
.productdatails-recommended .cont .now-slick-box .now-slick .img-box {
  padding-bottom: 100%;
  cursor: pointer;
}
.productdatails-recommended .cont .now-slick-box .now-slick img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.productdatails-recommended .cont .now-slick-box .now-slick li {
  padding: 18px 14px;
}
@media (max-width: 991px) {
  .productdatails-recommended .cont .now-slick-box .now-slick li {
    padding: 0px 14px;
  }
}
.productdatails-recommended .cont .now-slick-box .now-slick li a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  border-radius: 10px;
}
.productdatails-recommended .cont .now-slick-box .now-slick li:hover .cont-box .title-left p {
  text-decoration: underline !important;
}
.productdatails-recommended .cont .now-slick-box .now-slick li:hover .cont-box .more {
  opacity: 1;
}
.productdatails-recommended .cont .now-slick-box .now-slick li:hover img {
  transform: scale(1.05);
}
.productdatails-recommended .cont .now-slick-box .now-slick .title {
  height: 180px;
  position: relative;
}
@media (max-width: 767px) {
  .productdatails-recommended .cont .now-slick-box .now-slick .title {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .productdatails-recommended .cont .now-slick-box .now-slick .title {
    flex-wrap: wrap;
  }
}
.productdatails-recommended .cont .now-slick-box .now-slick .title .title-left {
  width: 100%;
  padding: 30px 0;
}
.productdatails-recommended .cont .now-slick-box .now-slick .title .title-left p {
  font-size: 14px;
  color: #222;
  font-size: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .productdatails-recommended .cont .now-slick-box .now-slick .title .title-left p {
    font-size: 16px;
  }
}
.productdatails-recommended .cont .now-slick-box .now-slick .title .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .productdatails-recommended .cont .now-slick-box .now-slick .title .more {
    opacity: 1;
  }
}
.productdatails-recommended .cont .now-slick-box .now-slick .title .more a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background-color: #43C3D1;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}
.productdatails-recommended .cont .now-slick-box .now-slick .title .more a::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  color: white;
  font-size: 14px;
  margin-left: 6px;
}
.about-us-title h2 {
  color: #1E1E2E;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-us-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-us-title h2 {
    font-size: 30px;
  }
}
.about-us {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .about-us {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 10px 0;
  }
}
.about-us .text-title {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .about-us .text-title {
    padding: 0 0 10px 0;
  }
}
.about-us .text-title p {
  color: #1E1E2E;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-us .text-title p {
    font-size: 20px;
  }
}
.about-us .text-box p {
  color: #666;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.about-us .about-cont {
  justify-content: space-around;
}
.about-us .about-cont .about-cont-1 {
  text-align: left;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .about-us .about-cont .about-cont-1 {
    padding: 30px 0;
  }
}
.about-us .about-cont .about-cont-1 .about-cont-1-number {
  color: #43C3D1;
  font-size: 48px;
  text-align: left;
}
@media (max-width: 767px) {
  .about-us .about-cont .about-cont-1 .about-cont-1-number {
    font-size: 38px;
  }
}
.about-us .about-cont .about-cont-1 .about-cont-1-number .counter {
  color: #1E1E2E;
  font-size: 58px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-us .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 36px;
  }
}
.about-us .about-cont .about-cont-1 p {
  color: #666;
  font-size: 16px;
}
.about-us .video-box {
  position: static;
}
.about-us .video-box .firm-video {
  position: relative;
  width: 100%;
}
@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);
  }
}
.about-us .video-box .firm-video .video-bgimg {
  width: 100%;
}
.about-us .video-box .firm-video .video {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%);
  line-height: 160px;
  text-align: center;
  cursor: pointer;
}
.about-us .video-box .firm-video .video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite;
  animation: videoan1 3s linear infinite;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.about-us .video-box .firm-video .video::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite 0.8s;
  animation: videoan1 3s linear infinite 0.8s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.about-us .video-box .firm-video .video span {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  transform: translate3d(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  z-index: 12;
}
.about-us .video-box .firm-video .video span .iconfont {
  font-size: 28px;
  color: #43C2D1;
}
@media (max-width: 767px) {
  .about-us .video-box .firm-video .video {
    width: 30px;
    height: 30px;
  }
}
.about-display {
  padding: 100px 0;
  background-color: #1E1E2E;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .about-display {
    padding: 10px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .about-display {
    margin-top: 30px;
    padding: 10px 0 40px 0;
  }
}
.about-display .about-us-title h2 {
  color: #FFF;
}
.about-display .prev-next {
  color: white;
  position: absolute;
  bottom: -32px;
  left: 47%;
  width: 100px;
}
@media (max-width: 1199px) {
  .about-display .prev-next {
    bottom: 0;
    width: 160px;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .about-display .prev-next {
    left: 36%;
  }
}
@media (max-width: 575px) {
  .about-display .prev-next {
    left: 26%;
  }
}
.about-display .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
}
.about-display .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-display .prev-next .slick-prev,
.about-display .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #F5F5F5;
  width: 70px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
.about-display .prev-next .slick-prev:hover,
.about-display .prev-next .slick-next:hover {
  color: #43C3D1;
}
@media (max-width: 1199px) {
  .about-display .prev-next .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .about-display .prev-next .slick-next {
    right: 0;
  }
}
.about-display .prev-next .slick-prev,
.about-display .prev-next .slick-next:hover::before {
  color: #43C3D1;
}
.about-display .prev-next .slick-prev:hover::before {
  color: #43C3D1;
}
.about-display .cont {
  margin-top: 60px;
  overflow: visible;
}
@media (max-width: 1199px) {
  .about-display .cont {
    margin-top: 20px;
  }
}
.about-display .cont .now-slick-box {
  position: relative;
  overflow: visible;
}
@media (max-width: 1199px) {
  .about-display .cont .now-slick-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-display .cont .now-slick-box {
    padding-bottom: 40px;
  }
}
.about-display .cont .now-slick-box .now-slick-display {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 767px) {
  .about-display .cont .now-slick-box .now-slick-display {
    width: 100%;
  }
}
.about-display .cont .now-slick-box .now-slick-display .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.about-display .cont .now-slick-box .now-slick-display .img-box {
  padding-bottom: 75%;
  cursor: pointer;
  position: relative;
}
.about-display .cont .now-slick-box .now-slick-display .cont-box {
  transition: all 0.3s ease;
  overflow: hidden;
}
.about-display .cont .now-slick-box .now-slick-display img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.about-display .cont .now-slick-box .now-slick-display .slide {
  padding: 18px 14px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-display .cont .now-slick-box .now-slick-display .slide {
    padding: 0px 14px;
  }
}
@media (max-width: 767px) {
  .about-display .cont .now-slick-box .now-slick-display .slide {
    padding: 0px 8px;
  }
}
.about-display .cont .now-slick-box .now-slick-display .slide:hover img {
  transform: scale(1.05);
}
.about-honor {
  padding: 100px 0;
  background-image: url('../img/about-honor-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .about-honor {
    padding: 30px 0;
  }
}
.about-honor .prev-next {
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
}
.about-honor .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
}
.about-honor .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 32px;
  color: #666;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-honor .prev-next .slick-prev,
.about-honor .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #F5F5F5;
  width: 70px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .about-honor .prev-next .slick-prev,
  .about-honor .prev-next .slick-next {
    width: 50px;
  }
}
.about-honor .prev-next .slick-prev:hover,
.about-honor .prev-next .slick-next:hover {
  color: #43C3D1;
}
.about-honor .prev-next .slick-prev {
  left: -6%;
}
@media (max-width: 1199px) {
  .about-honor .prev-next .slick-prev {
    left: 0;
  }
}
.about-honor .prev-next .slick-next {
  right: -6%;
}
@media (max-width: 1199px) {
  .about-honor .prev-next .slick-next {
    right: 0;
  }
}
.about-honor .prev-next .slick-prev,
.about-honor .prev-next .slick-next:hover::before {
  color: #43C3D1;
}
.about-honor .prev-next .slick-prev:hover::before {
  color: #43C3D1;
}
.about-honor .cont {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .about-honor .cont {
    margin-top: 20px;
  }
}
.about-honor .cont .now-slick-box {
  position: relative;
}
@media (max-width: 575px) {
  .about-honor .cont .now-slick-box {
    padding-bottom: 0;
  }
}
.about-honor .cont .now-slick-box .now-slick-about {
  text-align: center;
}
.about-honor .cont .now-slick-box .now-slick-about .img-box {
  padding-bottom: 140%;
  cursor: pointer;
  position: relative;
}
.about-honor .cont .now-slick-box .now-slick-about .cont-box {
  padding: 10px;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
.about-honor .cont .now-slick-box .now-slick-about .cont-box .honor-mask {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}
.about-honor .cont .now-slick-box .now-slick-about .cont-box .honor-mask .iconfont {
  position: absolute;
  font-size: 26px;
  color: #FFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-honor .cont .now-slick-box .now-slick-about img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.about-honor .cont .now-slick-box .now-slick-about .item {
  padding: 18px 14px;
}
@media (max-width: 991px) {
  .about-honor .cont .now-slick-box .now-slick-about .item {
    padding: 0px 14px;
  }
}
@media (max-width: 767px) {
  .about-honor .cont .now-slick-box .now-slick-about .item {
    padding: 0px 8px;
  }
}
.about-honor .cont .now-slick-box .now-slick-about .item:hover .cont-box {
  background-color: #43C3D1;
}
.about-honor .cont .now-slick-box .now-slick-about .item:hover .cont-box .honor-mask {
  opacity: 1;
}
.about-honor .cont .now-slick-box .now-slick-about .item:hover img {
  transform: scale(1.05);
}
.about-video .img-box {
  padding-bottom: 26%;
}
.servicedetails {
  padding: 100px 0 60px 0;
}
@media (max-width: 991px) {
  .servicedetails {
    padding: 30px 0;
  }
}
.servicedetails ul {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .servicedetails ul {
    margin-top: 0px;
  }
}
.servicedetails ul li {
  padding: 18px 15px;
  overflow: hidden;
}
.servicedetails ul li:hover .box .text-title a {
  color: #000 !important;
  text-decoration: underline;
}
.servicedetails ul li:hover .box img {
  transform: scale(1.05);
}
.servicedetails ul li .box {
  transition: all 0.3s ease;
  border: 1px solid #D9D9D9;
}
.servicedetails ul li .box .serde-title {
  padding: 14px;
}
@media (max-width: 991px) {
  .servicedetails ul li .box .serde-title {
    padding: 20px 20px 20px 20px;
  }
}
.servicedetails ul li .box .serde-title .text-title {
  margin-bottom: 20px;
  margin-bottom: 10px;
}
.servicedetails ul li .box .serde-title .text-title a {
  transition: all 0.3s ease;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  /* 155.556% */
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 允许多行 */
}
.servicedetails ul li .box .serde-title p {
  color: #666;
  font-size: 16px;
  /* 173.333% */
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  max-width: 100%;
}
.servicedetails ul li .box .serde-title p span:nth-child(1) {
  margin-right: 20px;
}
.servicedetails ul li .box .serde-title .load {
  color: #666;
  font-size: 16px;
  display: block;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .servicedetails ul li .box .serde-title .load {
    margin-top: 20px;
  }
}
.servicedetails ul li .box .serde-title .load::before {
  font-family: 'iconfont' !important;
  content: '\e6d4';
  margin-right: 16px;
  font-size: 22px;
}
.servicedetails ul li .serde-img {
  width: 100%;
  overflow: hidden;
}
.servicedetails ul li .serde-img .img-box {
  padding-bottom: 55%;
}
.servicedetails ul li .serde-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.servicedetails nav {
  text-align: center;
}
.servicedetails a {
  text-decoration: none;
}
.servicedetails .pagination {
  display: flex;
  justify-content: center;
  padding: 80px 0 0 0;
}
@media (max-width: 1199px) {
  .servicedetails .pagination {
    padding: 10px 0 40px 0;
  }
}
.servicedetails .pagination li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .servicedetails .pagination li {
    margin: 0 4px;
  }
}
.servicedetails .pagination li.prev a,
.servicedetails .pagination li.next a {
  color: #666;
}
.servicedetails .pagination li.prev a:before,
.servicedetails .pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: bold;
  display: block;
  content: '\e622';
  color: #D9D9D9;
}
.servicedetails .pagination li.next a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.servicedetails .pagination li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border: none;
  background: none;
  color: #666;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .servicedetails .pagination li a {
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }
}
.servicedetails .pagination li a span {
  border-radius: 0;
}
.servicedetails .pagination > .active > a,
.servicedetails .pagination > .active > a:focus,
.servicedetails .pagination > .active > a:hover,
.servicedetails .pagination > .active > span,
.servicedetails .pagination > .active > span:focus,
.servicedetails .pagination > .active > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.servicedetails .pagination > li > a:focus,
.servicedetails .pagination > li > a:hover,
.servicedetails .pagination > li > span:focus,
.servicedetails .pagination > li > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.news {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .news {
    padding: 35px 0;
  }
}
.news .news-left {
  width: 100%;
}
.news .news-left .cont-box {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .news .news-left .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .news .news-left {
    width: 100%;
    padding-right: 0%;
  }
}
.news .news-left .cont {
  padding: 24px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
  margin-top: 25px;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .news .news-left .cont {
    width: 48%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news .news-left .cont {
    width: 100%;
    padding: 10px;
  }
}
.news .news-left .cont:hover {
  background-color: #43C3D1;
}
.news .news-left .cont:hover img {
  transform: scale(1.05);
}
.news .news-left .cont:hover .title-news a {
  color: #FFF !important;
}
.news .news-left .cont:hover .note p {
  color: #F5F5F5 !important;
}
.news .news-left .cont:hover .date {
  color: #F5F5F5 !important;
}
@media (max-width: 1199px) {
  .news .news-left .cont {
    flex-wrap: wrap;
  }
}
.news .news-left .cont .cont-img {
  width: 400px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .news .news-left .cont .cont-img {
    width: 100%;
  }
}
.news .news-left .cont .cont-img .img-box {
  padding-bottom: 72%;
}
.news .news-left .cont .cont-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.news .news-left .cont .cont-text {
  width: calc(100% - 470px);
  padding: 20px 0 20px 60px;
}
@media (max-width: 1400px) {
  .news .news-left .cont .cont-text {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .news .news-left .cont .cont-text {
    width: 100%;
    padding: 20px 0;
  }
}
.news .news-left .cont .cont-text .title-news a {
  margin: 30px 0 16px 0;
  color: #1E1E2E;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  /* 145.455% */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .news .news-left .cont .cont-text .title-news a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .news-left .cont .cont-text .title-news a {
    font-size: 18px;
    margin: 14px 0;
  }
}
.news .news-left .cont .cont-text .note p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  /* 162.5% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news .news-left .cont .cont-text .note p {
    font-size: 14px;
  }
}
.news .news-left .cont .cont-text .date {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.news .news-left .cont .cont-text .date::before {
  font-family: 'iconfont' !important;
  content: '\e615';
  margin-right: 16px;
  font-size: 22px;
}
.news nav {
  text-align: center;
}
.news a {
  text-decoration: none;
}
.news .pagination {
  display: flex;
  justify-content: center;
  padding: 80px 0 0 0;
}
@media (max-width: 1199px) {
  .news .pagination {
    padding: 10px 0 40px 0;
  }
}
.news .pagination li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .news .pagination li {
    margin: 0 4px;
  }
}
.news .pagination li.prev a,
.news .pagination li.next a {
  color: #666;
}
.news .pagination li.prev a:before,
.news .pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: bold;
  display: block;
  content: '\e622';
  color: #D9D9D9;
}
.news .pagination li.next a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news .pagination li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border: none;
  background: none;
  color: #666;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .news .pagination li a {
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }
}
.news .pagination li a span {
  border-radius: 0;
}
.news .pagination > .active > a,
.news .pagination > .active > a:focus,
.news .pagination > .active > a:hover,
.news .pagination > .active > span,
.news .pagination > .active > span:focus,
.news .pagination > .active > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.news .pagination > li > a:focus,
.news .pagination > li > a:hover,
.news .pagination > li > span:focus,
.news .pagination > li > span:hover {
  color: #CAD7D8;
  background-color: #43C2D1;
}
.newsdetails {
  margin-top: 50px;
}
.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #43C2D1;
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
  padding: 14px 0 20px 0;
}
@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.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@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 .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;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
}
.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: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e622';
  -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: #43C2D1;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #43C2D1;
}
.newsdetails .relate-details .next a:before {
  content: '\e622';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 20px 0 40px 0;
}
@media (max-width: 991px) {
  .now-bottom {
    padding: 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: #1974E2;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
}
.now-bottom .contactUS-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactUS-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactUS-right {
    margin-top: 0;
  }
}
.now-bottom .contactUS-right .message {
  width: 100%;
}
.now-bottom .contactUS-right .message .title h2 {
  color: #222;
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .now-bottom .contactUS-right .message .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactUS-right .message .title h2 {
    font-size: 34px;
  }
}
.now-bottom .contactUS-right .message .title p {
  color: #666;
  font-size: 18px;
  padding: 24px 0 44px 0;
  line-height: 22px;
}
@media (max-width: 767px) {
  .now-bottom .contactUS-right .message .title p {
    padding: 0;
    font-size: 16px;
  }
}
.now-bottom .contactUS-right .message .formbox li {
  margin-top: -5px !important;
}
.now-bottom .contactUS-right .message .formbox .group {
  margin-top: 14px;
  position: relative;
}
.now-bottom .contactUS-right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}
@media (max-width: 575px) {
  .now-bottom .contactUS-right .message .formbox .group input {
    padding: 10px;
  }
}
.now-bottom .contactUS-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactUS-right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}
.now-bottom .contactUS-right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.now-bottom .contactUS-right .message .func {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .now-bottom .contactUS-right .message .func {
    margin: 26px 0;
  }
}
.now-bottom .contactUS-right .message .func button {
  width: 160px;
  height: 45px;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.now-bottom .contactUS-right .message .func button:hover {
  background-color: #43C2D1;
}
.contact-box {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .contact-box {
    padding: 30px 0;
  }
}
.contact-box .cont-box {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-box .cont-box {
    flex-wrap: wrap;
  }
}
.contact-box .contact-box-left {
  width: 44%;
}
@media (max-width: 991px) {
  .contact-box .contact-box-left {
    width: 100%;
  }
}
.contact-box .contact-box-left .about-us-title h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .contact-box .contact-box-left .about-us-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contact-box .contact-box-left .about-us-title h2 {
    font-size: 24px;
  }
}
.contact-box .contact-box-left .about-us-title p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.contact-box .contact-box-left ul li {
  padding: 24px 0;
  border-bottom: 1px solid #F5F5F5;
}
.contact-box .contact-box-left ul li .text-title {
  color: #060F16;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .contact-box .contact-box-left ul li .text-title {
    font-size: 20px;
  }
}
.contact-box .contact-box-left ul li .text-title::before {
  font-family: 'iconfont' !important;
  content: "\e64e";
  margin-right: 16px;
  font-size: 22px;
  color: #43C2D1;
}
.contact-box .contact-box-left ul li .text-cont {
  color: #4E5062;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  width: 90%;
}
@media (max-width: 767px) {
  .contact-box .contact-box-left ul li .text-cont {
    font-size: 14px;
  }
}
.contact-box .contact-box-left ul li:nth-child(2) .text-title::before {
  font-family: 'iconfont' !important;
  content: "\e618";
  margin-right: 16px;
  font-size: 22px;
  color: #43C2D1;
}
.contact-box .contact-box-left ul li:nth-child(3) .text-title::before {
  font-family: 'iconfont' !important;
  content: "\e8ea";
  margin-right: 16px;
  font-size: 22px;
  color: #43C2D1;
}
.contact-box .contact-box-left ul li:nth-child(4) .text-title::before {
  font-family: 'iconfont' !important;
  content: "\e678";
  margin-right: 16px;
  font-size: 22px;
  color: #43C2D1;
}
.contact-box .contact-box-right {
  width: 40%;
  padding: 60px 45px;
  background-color: #F5F5F5;
  margin-top: -12%;
  z-index: 13;
}
@media (max-width: 1199px) {
  .contact-box .contact-box-right {
    padding: 0 16px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact-box .contact-box-right {
    padding: 0 16px 20px 16px;
    width: 100%;
    margin-top: 20px;
  }
}
.contact-box .contact-box-right .productdatails-inquiry {
  margin-top: 0;
}
.contact-box .contact-box-right .productdatails-inquiry .cont h2 {
  color: #221E1F;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .contact-box .contact-box-right .productdatails-inquiry .cont h2 {
    font-size: 28px;
  }
}
.contact-box .contact-box-right .productdatails-inquiry .cont p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-box .contact-box-right .productdatails-inquiry {
    margin-top: 20px;
  }
}
.contact-box .contact-box-right .message {
  width: 100%;
}
.contact-box .contact-box-right .message .now-title {
  margin-top: 20px;
}
.contact-box .contact-box-right .message .now-title input {
  width: 100%;
  background-color: #000;
  padding: 16px 20px;
  color: white;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-box .contact-box-right .message .now-title input {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.contact-box .contact-box-right .message .formbox li {
  margin-top: 20px;
}
.contact-box .contact-box-right .message .formbox .group {
  position: relative;
}
.contact-box .contact-box-right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}
.contact-box .contact-box-right .message .formbox .group input::placeholder {
  color: #444;
}
@media (max-width: 575px) {
  .contact-box .contact-box-right .message .formbox .group input {
    padding: 15px 20px;
  }
}
.contact-box .contact-box-right .message .formbox .group input:focus label {
  display: none;
}
.contact-box .contact-box-right .message .formbox .group input:focus::placeholder {
  color: #999;
}
.contact-box .contact-box-right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}
.contact-box .contact-box-right .message .formbox .group textarea::placeholder {
  color: #444;
}
.contact-box .contact-box-right .message .formbox .group textarea:focus label {
  display: none;
}
.contact-box .contact-box-right .message .formbox .group textarea:focus::placeholder {
  color: #999;
}
.contact-box .contact-box-right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.contact-box .contact-box-right .message .func {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .contact-box .contact-box-right .message .func {
    margin: 26px 0;
  }
}
.contact-box .contact-box-right .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.contact-box .contact-box-right .message .func button {
  width: 200px;
  height: 40px;
  background: #43C2D1;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 0;
}
.contact-box .contact-box-right .message .func button::after {
  font-family: 'iconfont' !important;
  content: '\e6a8';
  margin-left: 10px;
  font-size: 16px;
}
.contact-box .contact-box-right .message .func button:hover {
  background: #333;
}
.contact-nav {
  margin-top: 56px;
}
.contact-nav .nav-title {
  color: #060F16;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.contact-nav .nav-list {
  margin-top: 16px;
}
.contact-nav .nav-list a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background-color: #F5F5F5;
  margin-right: 10px;
}
.contact-nav .nav-list a .iconfont {
  font-size: 20px;
  transition: all 0.3s ease;
  color: #666;
}
.contact-nav .nav-list a:hover .iconfont {
  color: #43C2D1;
}
.sitmap {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .sitmap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sitmap {
    padding: 30px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #43C2D1;
}
.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: 500px;
  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: 0;
  max-height: 0;
}
.sitmap ul li ul {
  margin-top: 0px;
  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: #1e382b;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .privalcy {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .privalcy {
    padding: 30px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}

.newcont {
  margin-top: 40px;
}
.newcont-title {
  text-align: center;
  overflow: hidden;
}
.newcont-title h3 {
  display: inline-block;
  border-bottom: 3px solid #E6E6E6;
  border-top: 3px solid #E6E6E6;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #161616;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .newcont-title h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}
.newcont-title h3::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  bottom: -2.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #43C3D1;
}
.newcont-title h3::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  top: -2.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #43C3D1;
}
.newcont-cont .pd-col {
  padding: 0 15px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .newcont-cont .pd-col {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.newcont-cont .cont-box:hover .img-box img {
  transform: scale(1.1);
}
.newcont-cont .cont-box img {
  width: 100%;
  transition: all 0.3s ease;
  height: auto;
}
.newcont-cont .cont-box .text-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .newcont-cont .cont-box .text-box {
    margin-top: 15px;
    padding: 0 5px;
  }
}
.newcont-cont .cont-box .text-box .text-title p {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.newcont-cont .cont-box .text-box .text-text {
  margin-top: 10px;
}
.newcont-cont .cont-box .text-box .text-text p {
  color: #555;
  font-size: 16px;
  text-align: center;
}
.newscont2 {
  margin-top: 40px;
}
.newscont2-cont {
  margin: 0 -15px;
}
.newscont2-cont .item {
  padding: 0 15px;
  margin-top: 40px;
}
.newscont2-cont .item:hover .left img {
  transform: scale(1.1);
}
.newscont2-cont .item .left {
  overflow: hidden;
}

.newscont2-cont .item .left img {
  width: 100%;
  transition: all 0.3s;
  height: auto;
}
.newscont2-cont .item .right {
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .newscont2-cont .item .right {
    padding: 0 10px !important;
  }
}
.newscont2-cont .item .right .text p {
  color: #555;
  font-size: 20px;
  /* 24px */
}
@media (max-width: 1199px) {
  .newscont2-cont .item .right .text p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .newscont2-cont .item .right .text p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .newscont2-cont .item .right .text p {
    font-size: 14px;
  }
}
.table-box {
  overflow-x: auto;
}
.productdatails-details table{
  border-collapse: collapse;
}
.productdatails-details table tr td{
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.productdatails-details table .firstRow{
  background-color: #43C2D1;
}
.productdatails-details table .firstRow td{
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.productdatails-details table{
  margin-top: 20px;
}