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: 1410px;
  }
}

@media (min-width: 1720px) {
  .container.con1660 {
    max-width: 1690px;
  }
}

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

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

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

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

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

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

.index-title h2 {
  color: #222;
  font-family: Inter;
  font-size: 70px;
  font-weight: 700;
  text-transform: capitalize;
}

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

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

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

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

.index-title h2 span {
  color: #1964BE;
}

.index-title p {
  color: #444444;
  font-size: 18px;
  line-height: 26px;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 5px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1199px) {
  .header {
    padding: 5px 0;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 10px 0;
  }
}

.header .header-box {
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .logo {
  width: 180px;
}

@media (max-width: 1199px) {
  .header .logo {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header .logo {
    margin-left: 0;
  }
}

.header .logo img {
  width: 100%;
}

@media (max-width: 1199px) {
  .header .logo img {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .header .logo img {
    width: 60%;
  }
}

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

.header .header-nav ul {
  display: flex;
  align-items: center;
  padding: 0 -40px;
}

.header .header-nav ul>li {
  position: relative;
}

.header .header-nav ul>li.active>a {
  color: #1964BE;
}

.header .header-nav ul>li.active>a::after {
  width: 50%;
}

.header .header-nav ul>li>a {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  text-transform: capitalize;
  padding: 20px 40px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

.header .header-nav ul>li>a::after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: 20px;
  width: 0;
  height: 1px;
  background-color: #1964BE;
  transition: width 0.3s ease;
}

.header .header-nav ul>li>a:hover {
  color: #1964BE;
}

.header .header-nav ul>li>a:hover::after {
  width: 50%;
}

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

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

.header .header-nav ul>li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 12;
  background-color: white;
}

.header .header-nav ul>li ul li {
  text-align: left;
  position: relative;
}

.header .header-nav ul>li ul li a {
  display: inline-block;
  text-decoration: none;
  color: #1E1E2E;
  padding: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;

}

.header .header-nav ul>li ul li a:hover {
  color: #43C3D1;
}

.header .header-nav ul>li ul li a:hover::after {
  width: 0;
}

.header .header-nav ul>li ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  z-index: 12;
  background-color: white;
}

.header .header-nav ul>li ul li ul li {
  text-align: left;
  position: relative;
}

.header .header-nav ul>li ul li ul li a {
  display: inline-block;
  text-decoration: none;
  color: #1E1E2E;
  padding: 10px 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding-left: 10px;
}

.header .header-nav ul>li ul li ul li a:hover {
  color: #43C3D1;
}

.header .header-nav ul>li ul li ul li a:hover::after {
  width: 0;
}

.header .translate {
  margin-right: 20px;
}

.header .hesder-search {
  width: 120px;
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .header .hesder-search {
    font-size: 14px;
    width: 110px;
    margin-right: 10px;
  }
}

.header .hesder-search .btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #1964BE;
  border-radius: 100px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .header .hesder-search .btn {
    height: 30px;
    line-height: 30px;
  }
}

.header .hesder-search .btn:hover {
  background-color: #4B96F0;
}

.header .hesder-search .btn span {
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .header .hesder-search .btn span {
    font-size: 14px;
  }
}

.header .hesder-search .iconfont {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .header .hesder-search .iconfont {
    font-size: 18px;
    margin-left: 0px;
  }
}

.header .county-box img {
  width: 40px;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .header .county-box img {
    width: 30px;
    margin-left: 2px;
  }
}

.header .btn-menu {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 6px;
}

.header .btn-menu a {
  text-decoration: none;
  color: #333333;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .header .btn-menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
  }
}

.header .header-serch-box {
  position: absolute;
  top: 100%;
  right: 20px;
  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: 4px;
  padding: 4px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.header .header-serch-box form {
  margin-bottom: 0;
}

.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: 50px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}

.header .header-serch-box button:hover {
  background-color: #1964BE;
}

.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-wrapper .swiper-slide {
  overflow: hidden;
  height: 100%;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 44px !important;
}

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

.swiper-pagination-bullet-active {
  border-radius: 4px !important;
  width: 36px !important;
  height: 6px !important;
  background-color: #1964BE !important;
}

.swiper-pagination-bullet {
  border-radius: 100px;
  width: 10px;
  height: 6px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  opacity: 1;
}







.index-product {
  padding: 120px 0 150px 0;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .index-product {
    padding: 30px 0 40px 0;
  }
}

.index-product .index-title {
  text-align: center;
}

.index-product .index-product-nav {
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  margin-top: 40px;
  padding: 15px 0;
  height: 150px;
  overflow: hidden;
  /* 设置滚动条的宽度 */
  /* 设置滚动条的轨道 */
  /* 设置滚动条的滑块 */
  /* 设置滚动条的滑块在悬停时的颜色 */
}

@media (max-width: 767px) {
  .index-product .index-product-nav {
    margin-top: 20px;
  }
}

.index-product .index-product-nav ul::-webkit-scrollbar {
  width: 2px;
}

.index-product .index-product-nav ul::-webkit-scrollbar-track {
  background: #DEDEDE;
}

.index-product .index-product-nav ul::-webkit-scrollbar-thumb {
  background: #1964BE;
  border-radius: 5px;
}

.index-product .index-product-nav ul::-webkit-scrollbar-thumb:hover {
  background: #1964BE;
}

.index-product .index-product-nav ul {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 120px;
  width: 99%;
}

.index-product .index-product-nav ul li {
  padding: 15px 50px;
}

@media (max-width: 1199px) {
  .index-product .index-product-nav ul li {
    padding: 10px 30px;
  }
}

@media (max-width: 991px) {
  .index-product .index-product-nav ul li {
    padding: 4px 20px;
  }
}

@media (max-width: 767px) {
  .index-product .index-product-nav ul li {
    padding: 0px 10px;
  }
}

.index-product .index-product-nav ul li.active a {
  color: #1964BE;
}

.index-product .index-product-nav ul li.active a::after {
  width: 100%;
}

.index-product .index-product-nav ul li a {
  overflow: hidden;
  display: inline-block;
  color: #222;
  text-overflow: ellipsis;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .index-product .index-product-nav ul li a {
    font-size: 16px;
  }
}

.index-product .index-product-nav ul li a:hover {
  color: #1964BE;
}

.index-product .index-product-nav ul li a:hover::after {
  width: 100%;
}

.index-product .index-product-nav ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1964BE;
  transition: width 0.3s ease;
}

.index-product .content .prev-next {
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
}

.index-product .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-product .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
}

.index-product .content .prev-next .slick-prev,
.index-product .content .prev-next .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #DCDCDC;
  border-radius: 50%;
}

.index-product .content .prev-next .slick-prev:hover,
.index-product .content .prev-next .slick-next:hover {
  background-color: #1964BE;
}

.index-product .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .index-product .content .prev-next .slick-prev {
    left: 0;
  }
}

.index-product .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .index-product .content .prev-next .slick-next {
    right: 0;
  }
}

.index-product .content .prev-next .slick-prev,
.index-product .content .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.index-product .content .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.index-product .content .cont {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .index-product .content .cont {
    margin-top: 20px;
  }
}

.index-product .content .cont .now-slick-box {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .index-product .content .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.index-product .content .cont .now-slick-box .now-slick-display {
  text-align: center;
  opacity: 0;
  max-height: 0;
}

.index-product .content .cont .now-slick-box .now-slick-display.active {
  opacity: 1;
  max-height: 100%;
}

.index-product .content .cont .now-slick-box .now-slick-display .li {
  padding: 18px 14px;
}

@media (max-width: 991px) {
  .index-product .content .cont .now-slick-box .now-slick-display .li {
    padding: 0px 14px;
  }
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box .now-slick-display .li {
    padding: 0px 5px;
  }
}

.index-product .content .cont .now-slick-box .now-slick-display .li:hover .cont-box {
  background-color: #1964BE;
}

.index-product .content .cont .now-slick-box .now-slick-display .li:hover .cont-box .cont p {
  color: #FFFFFF;
}

.index-product .content .cont .now-slick-box .now-slick-display .li:hover img {
  transform: scale(1.05);
}

.index-product .content .cont .now-slick-box .now-slick-display .img-box {
  border-radius: 10px;
  padding-bottom: 75%;
  cursor: pointer;
  position: relative;
}

.index-product .content .cont .now-slick-box .now-slick-display .cont-box {
  padding: 10px;
  background-color: #F1F2F6;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

.index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont p {
  text-align: left;
  color: #333;
  font-family: Onest;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont p::after {
  font-family: 'iconfont' !important;
  font-size: 22px;
  content: '\e641';
  right: 0;
}

@media (max-width: 1400px) {
  .index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont p {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .index-product .content .cont .now-slick-box .now-slick-display .cont-box .cont p {
    font-size: 16px;
  }
}

.index-product .content .cont .now-slick-box .now-slick-display img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  /* 添加过渡效果 */
}

.index-about {
  padding: 60px 0;
  background-image: url(../img/index-about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.index-about .box {
  align-items: center;
  justify-content: space-between;
}

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

.index-about .box .left {
  width: 815px;
  position: relative;
  /* 定义旋转动画 */
}

@media (max-width: 1560px) {
  .index-about .box .left {
    width: 700px;
  }
}

@media (max-width: 1470px) {
  .index-about .box .left {
    width: 600px;
  }
}

@media (max-width: 1400px) {
  .index-about .box .left {
    width: 500px;
  }
}

@media (max-width: 1199px) {
  .index-about .box .left {
    width: 46%;
  }
}

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

.index-about .box .left .bg-img {
  width: 100%;
  border-radius: 20px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.index-about .box .left .video {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 58%;
  right: -25%;
  transform: translate3d(-70%, 0, 0);
  line-height: 160px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .index-about .box .left .video {
    right: -36%;
    top: 50%;
  }
}

@media (max-width: 1199px) {
  .index-about .box .left .video {
    right: -25%;
    top: 58%;
  }
}

@media (max-width: 991px) {
  .index-about .box .left .video {
    top: 70%;
    right: -15%;
  }
}

@media (max-width: 767px) {
  .index-about .box .left .video {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.index-about .box .left .video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  animation: rotate 10s linear infinite;
  background: url(../img/index-about-3.jpg) no-repeat center;
  background-size: cover;
}

.index-about .box .left .video span {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.index-about .box .left .video span .iconfont {
  font-size: 28px;
  color: white;
}

@media (max-width: 1199px) {
  .index-about .box .left .video {
    width: 100px;
    height: 100px;
  }
}

.index-about .box .right {
  width: calc(100% - 955px);
  margin-left: auto;
}

@media (max-width: 1560px) {
  .index-about .box .right {
    width: calc(100% - 840px);
  }
}

@media (max-width: 1470px) {
  .index-about .box .right {
    width: calc(100% - 740px);
  }
}

@media (max-width: 1400px) {
  .index-about .box .right {
    width: calc(100% - 640px);
  }
}

@media (max-width: 1199px) {
  .index-about .box .right {
    width: 46%;
  }
}

@media (max-width: 991px) {
  .index-about .box .right {
    width: 100%;
    margin-top: 20px;
  }
}

.index-about .box .right .text-box {
  margin: 20px 0 40px 0;
}

.index-about .box .right .text-box p {
  color: #464646;
  font-size: 16px;
  line-height: 24px;
}

.index-about .box .right .about-cont {
  justify-content: flex-start;
}

.index-about .box .right .about-cont .about-cont-1 {
  text-align: left;
  margin-right: 40px;
}

.index-about .box .right .about-cont .about-cont-1:last-child {
  margin-right: 0;
}

.index-about .box .right .about-cont .about-cont-1 .about-cont-1-number {
  color: #1964BE;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 1199px) {
  .index-about .box .right .about-cont .about-cont-1 .about-cont-1-number {
    font-size: 30px;
  }
}

.index-about .box .right .about-cont .about-cont-1 .about-cont-1-number .counter {
  color: #1964BE;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .index-about .box .right .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 30px;
  }
}

.index-about .box .right .about-cont .about-cont-1 p {
  color: #666;
  font-size: 16px;
}

.index-about .box .right .more {
  margin-top: 60px;
  display: block;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .index-about .box .right .more {
    margin-top: 30px;
  }
}

.index-about .box .right .more:hover {
  color: #FFFFFF;
  background-color: #1964BE;
  border: 1px solid #1964BE;
}

.index-exhibitions {
  padding-top: 120px;
  overflow: hidden;
}

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

.index-exhibitions .index-title {
  text-align: center;
  width: 78%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .index-exhibitions .index-title {
    width: 100%;
    padding: 0 14px;
  }

  .index-exhibitions .index-title p {
    font-size: 14px;
  }
}

.index-exhibitions .content .prev-next {
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
}

.index-exhibitions .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-exhibitions .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
}

.index-exhibitions .content .prev-next .slick-prev,
.index-exhibitions .content .prev-next .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #DCDCDC;
  border-radius: 50%;
}

.index-exhibitions .content .prev-next .slick-prev:hover,
.index-exhibitions .content .prev-next .slick-next:hover {
  background-color: #1964BE;
}

.index-exhibitions .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .index-exhibitions .content .prev-next .slick-prev {
    left: 0;
  }
}

.index-exhibitions .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .index-exhibitions .content .prev-next .slick-next {
    right: 0;
  }
}

.index-exhibitions .content .prev-next .slick-prev,
.index-exhibitions .content .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.index-exhibitions .content .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.index-exhibitions .content .cont {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .index-exhibitions .content .cont {
    margin-top: 20px;
  }
}

.index-exhibitions .content .cont .now-slick-box {
  position: relative;
}

@media (max-width: 575px) {
  .index-exhibitions .content .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about {
  text-align: center;
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about .img-box {
  border-radius: 10px;
  padding-bottom: 78%;
  cursor: pointer;
  position: relative;
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about .cont-box {
  transition: all 0.3s ease;
  border-radius: 10px;
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  /* 添加过渡效果 */
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about .item {
  padding: 0 10px;
}

.index-exhibitions .content .cont .now-slick-box .now-slick-about .item:hover img {
  transform: scale(1.05);
}

.index-services {
  padding: 150px 0;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .index-services {
    padding: 60px 0;
  }
}

.index-services .box {
  justify-content: space-between;
}

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

.index-services .box .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

@media (max-width: 767px) {
  .index-services .box .left .index-title {
    padding: 0 14px;
  }

  .index-services .box .left .index-title p {
    font-size: 14px;
  }
}

.index-services .box .left .content .asked-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-services .box .left .content .asked-ul li {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .index-services .box .left .content .asked-ul li {
    padding: 20px 0;
  }
}

.index-services .box .left .content .asked-ul li .cont {
  padding-left: 40px;
}

@media (max-width: 1560px) {
  .index-services .box .left .content .asked-ul li .cont {
    padding-left: 26px;
  }
}

@media (max-width: 1199px) {
  .index-services .box .left .content .asked-ul li .cont {
    padding-left: 10px;
  }
}

.index-services .box .left .content .asked-ul li .cont p {
  color: #333333;
  font-family: Inter18pt;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .index-services .box .left .content .asked-ul li .cont p {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .index-services .box .left .content .asked-ul li .cont p {
    font-size: 16px;
  }
}

.index-services .box .left .content .asked-ul li .text-box {
  display: none;
  padding: 40px;
  margin-top: 40px;
  background-color: #F1F2F6;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 1560px) {
  .index-services .box .left .content .asked-ul li .text-box {
    padding: 26px;
  }
}

@media (max-width: 1199px) {
  .index-services .box .left .content .asked-ul li .text-box {
    padding: 10px;
  }
}

.index-services .box .left .content .asked-ul li .text-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  transition: width 0.3s ease;
}

.index-services .box .left .content .asked-ul li .text-box:hover h3::after {
  width: 100%;
}

.index-services .box .left .content .asked-ul li .text-box h3 {
  color: #1964BE;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}

@media (max-width: 1199px) {
  .index-services .box .left .content .asked-ul li .text-box h3 {
    font-size: 22px;
  }
}

.index-services .box .left .content .asked-ul li .text-box h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1964BE;
  transition: width 0.3s ease;
}

.index-services .box .left .content .asked-ul li .text-box p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  /* 137.5% */
  margin: 0;
}

@media (max-width: 991px) {
  .index-services .box .left .content .asked-ul li .text-box p {
    font-size: 14px;
  }
}

.index-services .box .left .content .asked-ul li.on .cont span {
  transform: rotate(135deg);
}

.index-services .box .left .content .asked-ul li.current {
  border-bottom: 1px solid #1964BE;
}

.index-services .box .left .content .asked-ul li.current .cont span {
  transform: rotate(-135deg);
}

.index-services .box .left .content .asked-ul li.current .cont p {
  color: #1E1E2E;
}

.index-services .box .right {
  width: 46%;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .index-services .box .right {
    width: 100%;
    margin-top: 20px;
  }
}

.index-services .box .right:hover .right-img {
  transform: scale(1.05);
}

.index-services .box .right .right-img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: none;
}

.index-services .box .right .right-img.active {
  display: block;
}

.index-news {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../img/index-news-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

@media (max-width: 767px) {
  .index-news {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .index-news .index-title {
    flex-wrap: wrap;
  }
}

.index-news .prev-a-box {
  display: flex;
  align-items: center;
}

.index-news .prev-a-box .prev-next {
  width: 50px;
  color: white;
  position: relative;
  margin-right: 26px;
}

@media (max-width: 767px) {
  .index-news .prev-a-box .prev-next {
    position: absolute;
    top: 50%;
    left: 12%;
    width: 75%;
  }
}

.index-news .prev-a-box .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #A8A8A8;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-news .prev-a-box .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #A8A8A8;
  transition: all 0.3s ease;
}

.index-news .prev-a-box .prev-next .slick-prev,
.index-news .prev-a-box .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #A8A8A8;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.index-news .prev-a-box .prev-next .slick-prev:hover,
.index-news .prev-a-box .prev-next .slick-next:hover {
  color: #222222;
}

.index-news .prev-a-box .prev-next .slick-next:hover {
  border: 1px solid #222222;
}

.index-news .prev-a-box .prev-next .slick-prev:hover {
  border: 1px solid #222222;
}

.index-news .prev-a-box .prev-next .slick-prev,
.index-news .prev-a-box .prev-next .slick-next:hover::before {
  color: #222222;
}

.index-news .prev-a-box .prev-next .slick-prev:hover::before {
  color: #222222;
}

.index-news .prev-a-box .news-a {
  width: 160px;
  padding: 10px 0;
  background-color: #1964BE;
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.index-news .prev-a-box .news-a:hover {
  background-color: #4B96F0;
}

@media (max-width: 767px) {
  .index-news .prev-a-box .news-a {
    margin-left: 0;
    width: 130px;
  }
}

.index-news .cont {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .index-news .cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .index-news .cont {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .index-news .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.index-news .cont .now-slick-box .now-slick .img-box {
  padding-bottom: 56%;
  border-radius: 10px;
  cursor: pointer;
}

.index-news .cont .now-slick-box .now-slick img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  /* 添加过渡效果 */
}

.index-news .cont .now-slick-box .now-slick .li {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .index-news .cont .now-slick-box .now-slick .li {
    padding: 0px 14px;
  }
}

.index-news .cont .now-slick-box .now-slick .li a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  border-radius: 10px;
}

.index-news .cont .now-slick-box .now-slick .li:hover .cont-box .title .text p {
  color: #1964BE;
  text-decoration: underline;
}

.index-news .cont .now-slick-box .now-slick .li:hover img {
  transform: scale(1.05);
}

.index-news .cont .now-slick-box .now-slick .title {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick .title {
    margin-top: 10px;
  }
}

.index-news .cont .now-slick-box .now-slick .title .date {
  display: flex;
  align-items: center;
}

.index-news .cont .now-slick-box .now-slick .title .date::before {
  font-family: 'iconfont' !important;
  content: '\e610';
  font-size: 22px;
  color: #7C7C7C;
  margin-right: 10px;
}

.index-news .cont .now-slick-box .now-slick .title .date p {
  color: #7C7C7C;
  font-size: 14px;
}

.index-news .cont .now-slick-box .now-slick .title .text {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick .title .text {
    margin-top: 0px;
  }
}

.index-news .cont .now-slick-box .now-slick .title .text p {
  color: #333333;
  font-size: 22px;
  transition: all 0.3s;
  position: relative;
  display: inline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .index-news .cont .now-slick-box .now-slick .title .text p {
    font-size: 18px;
  }
}

.index-bottom {
  padding-top: 100px;
  background-color: #F1F2F6;
}

@media (max-width: 1199px) {
  .index-bottom {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .index-bottom {
    padding-top: 1px;
  }
}

.index-bottom .box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .index-bottom .box {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 50px;
  }
}

.index-bottom .box .left {
  width: 20%;
}

@media (max-width: 991px) {
  .index-bottom .box .left {
    width: 50%;
    margin-top: 20px;
  }
}

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

.index-bottom .box .left:nth-child(3) ul li:hover::before {
  color: #1964BE !important;
}

.index-bottom .box .left:nth-child(3) ul li:nth-child(2)::before {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s;
  color: #333333;
}

.index-bottom .box .left:nth-child(3) ul li:nth-child(3) {
  display: flex;
  align-items: center;
}

.index-bottom .box .left:nth-child(3) ul li:nth-child(3)::before {
  font-family: 'iconfont' !important;
  content: '\e600';
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
  transition: all 0.3s;
}

.index-bottom .box .left:nth-child(3) ul li:nth-child(4) {
  display: flex;
}

.index-bottom .box .left:nth-child(3) ul li:nth-child(4)::before {
  font-family: 'iconfont' !important;
  content: '\e62e';
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
  transition: all 0.3s;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .index-bottom .box .left ul li {
    display: inline-block;
    margin-right: 30px;
  }

  .index-bottom .box .left ul li:first-child {
    display: block;
  }
}

.index-bottom .box .left ul li:hover .iconfont {
  color: #1964BE;
}

.index-bottom .box .left ul li .iconfont {
  color: #333333;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s;
}

.index-bottom .box .left ul li:nth-child(1) a {
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .index-bottom .box .left ul li:nth-child(1) a {
    padding-bottom: 0;
  }
}

.index-bottom .box .left ul li:nth-child(1) a:hover {
  color: #222;
  font-weight: 500;
}

.index-bottom .box .left ul li a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  /* text-transform: capitalize; */
  padding: 10px 0;
  transition: all 0.3s ease;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .index-bottom .box .left ul li a {
    padding: 5px 0;
  }
}

.index-bottom .box .left ul li a:hover {
  color: #1964BE;
  text-decoration: underline;
}

.index-bottom .box .left ul li span {
  display: inline-block;
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 0;
  transition: all 0.3s ease;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .index-bottom .box .left ul li span {
    padding: 5px 0;
  }
}

.index-bottom .box .left ul li span:hover {
  color: #1964BE;
}

.index-bottom .box .left ul .translate {
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .index-bottom .box .right {
    width: 30%;
  }
}

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

.index-bottom .box .right .title {
  color: #1964BE;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

@media (max-width: 1400px) {
  .index-bottom .box .right .title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 1199px) {
  .index-bottom .box .right .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .index-bottom .box .right .title {
    font-size: 24px;
  }
}

.index-bottom .box .right .form {
  background-color: white;
  border-radius: 6px;
  padding: 3px 0;
  margin-top: 40px;
  width: 460px;
}

@media (max-width: 1400px) {
  .index-bottom .box .right .form {
    margin-top: 24px;
  }
}

@media (max-width: 1400px) {
  .index-bottom .box .right .form {
    width: 330px;
  }
}

.index-bottom .box .right .form form {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .index-bottom .box .right .form {
    margin-top: 25px;
  }
}

.index-bottom .box .right .form input {
  color: rgba(38, 38, 38, 0.4);
  font-size: 12px;
  width: 100%;
  border: none;
  height: 100%;
  padding-left: 20px;
}

.index-bottom .box .right .form input::placeholder,
.index-bottom .box .right .form input::-webkit-input-placeholder,
.index-bottom .box .right .form input:-ms-input-placeholder,
.index-bottom .box .right .form input::-ms-input-placeholder,
.index-bottom .box .right .form input:-moz-placeholder,
.index-bottom .box .right .form input::-moz-placeholder {
  color: rgba(38, 38, 38, 0.4);
  font-size: 12px;
}

.index-bottom .box .right .form input:focus::placeholder,
.index-bottom .box .right .form input:focus::-webkit-input-placeholder,
.index-bottom .box .right .form input:focus:-ms-input-placeholder,
.index-bottom .box .right .form input:focus::-ms-input-placeholder,
.index-bottom .box .right .form input:focus:-moz-placeholder,
.index-bottom .box .right .form input:focus::-moz-placeholder {
  color: #333333;
}

.index-bottom .box .right .form .submit {
  width: 90px;
  height: 44px;
  border-radius: 6px;
  background-color: #222;
  color: #FFF;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
}

.index-bottom .box .right .form .submit:hover {
  background-color: #1964BE;
}

.index-bottom .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .index-bottom .center {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.index-bottom .center .left {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .index-bottom .center .left {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.index-bottom .center .left ul {
  display: flex;
  align-items: center;
  margin-right: 140px;
}

@media (max-width: 991px) {
  .index-bottom .center .left ul {
    margin-right: 36px;
  }
}

@media (max-width: 575px) {
  .index-bottom .center .left ul {
    margin-right: 0;
  }
}

.index-bottom .center .left ul li {
  margin-right: 20px;
}

.index-bottom .center .left ul li:last-child {
  margin-right: 0;
}

.index-bottom .center .left ul li a {
  text-decoration: none;
}

.index-bottom .center .left ul li a .iconfont {
  color: #0000004D;
  font-size: 26px;
  transition: all 0.3s;
}

.index-bottom .center .left ul li a:hover .iconfont {
  color: #000000;
}

.index-bottom .center .left .text p {
  color: #222;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}

.index-bottom .center .left .text p a {
  color: #1964BE;
  font-size: 16px;
  text-decoration: none;
}

.index-bottom .center .left .text p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .index-bottom .center .right {
    margin-top: 20px;
  }
}

.index-bottom .center .right img {
  width: 140px;
  height: 140px;
}

.index-bottom .center .right span {
  display: block;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.index-bottom .index-footer-bottom {
  background: #1964BE;
  padding: 20px 0;
}

@media (max-width: 1199px) {
  .index-bottom .index-footer-bottom {
    padding: 12px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .index-bottom .index-footer-bottom .con1660 {
    flex-wrap: wrap;
  }
}

.index-bottom .index-footer-bottom .footer-bottom-span1 {
  color: #FFF;
  margin: 0;
  align-items: center;
  /* 125% */
}

@media (max-width: 991px) {
  .index-bottom .index-footer-bottom .footer-bottom-span1 {
    flex-wrap: wrap;
  }
}

.index-bottom .index-footer-bottom .footer-bottom-span1 a {
  text-decoration: none;
  color: #FFF;
}

.index-bottom .index-footer-bottom .footer-bottom-span1 p {
  margin: 0;
}

.index-bottom .index-footer-bottom .footer-bottom-span1 .cnzz {
  margin: 0 10px;
}

.index-bottom .index-footer-bottom .footer-bottom-span1 .hicheng {
  transition: all 0.3s;
}

.index-bottom .index-footer-bottom .footer-bottom-span1 .hicheng:hover {
  text-decoration: underline;
}

.index-bottom .index-footer-bottom .footer-bottom-span2 {
  color: rgba(234, 234, 234, 0.6);
  margin: 0;
}

@media (max-width: 575px) {
  .index-bottom .index-footer-bottom .footer-bottom-span2 {
    margin: 10px 0;
  }
}

.index-bottom .index-footer-bottom .footer-bottom-span2 a {
  text-decoration: none;
  color: #EAEAEA99;
  transition: all 0.3s;
}

.index-bottom .index-footer-bottom .footer-bottom-span2 a:hover {
  color: #FFF;
  text-decoration: underline;
}

.index-bottom .index-footer-bottom .footer-bottom-span2 span {
  margin: 0 14px;
}

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

.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 99;
  background-color: #00000066;
  text-align: center;
  border-radius: 100px;
}

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

.index-nav a {
  display: block;
  text-decoration: none;
  width: 40px;
  position: relative;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 15px 0;
}

.index-nav a .iconfont {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.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;
  white-space: nowrap;
}

.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: 25px;
  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 .banner-title {
  color: #FFF;
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8%;
}

@media (max-width: 1400px) {
  .box-banner .banner-title {
    margin-bottom: 6%;
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .box-banner .banner-title {
    margin-bottom: 4%;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .box-banner .banner-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .box-banner .banner-title {
    margin-bottom: 1%;
    font-size: 24px;
  }
}

.box-banner .product-nav {
  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;
  align-items: center;
}

.box-banner .product-nav .nav-a a {
  padding: 0 10px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.box-banner .product-nav .nav-a a:hover {
  text-decoration: underline;
}

.box-banner .product-nav .nav-a::before {
  font-family: 'iconfont' !important;
  content: "\e602";
  color: #FFF;
  font-size: 18px;
}

.product-title {
  padding-top: 100px;
}

@media (max-width: 1400px) {
  .product-title {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .product-title {
    padding-top: 30px;
  }
}

.product-title h2 {
  color: #222;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  /* 166.667% */
}

@media (max-width: 991px) {
  .product-title h2 {
    font-size: 34px;
  }
}

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

.product-title1 {
  padding-top: 100px;
}

@media (max-width: 1400px) {
  .product-title1 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .product-title1 {
    padding-top: 30px;
  }
}

.product-title1 h2 {
  color: #222;
  font-family: Inter18pt;
  font-size: 30px;
  font-weight: 500;
  /* 166.667% */
}

@media (max-width: 991px) {
  .product-title1 h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .product-title1 h2 {
    font-size: 30px;
  }
}

.popular {
  padding: 30px 0 100px 0;
}

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

@media (max-width: 767px) {
  .popular {
    padding: 10px 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: #1964BE;
}

.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;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-left .ul-li {
    margin-right: 30px;
  }
}

.popular .popular-box .popular-left .ul-li>a {
  padding: 12px 24px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 10px;
  color: #333333;
  background-color: #F1F2F6;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.popular .popular-box .popular-left .ul-li>a::after {
  font-family: 'iconfont' !important;
  content: '\e622';
  color: #666666;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);

  pointer-events: none;
}

@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: #1964BE;
}

.popular .popular-box .popular-left .ul-li.active>a::after {
  font-family: 'iconfont' !important;
  content: '\e622';
  color: #FFFFFF;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  transition: all 0.3s ease-in-out;
}

@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%;
  display: none;
}

.popular .popular-box .popular-left .ul-li .li-ul li {
  list-style-type: disc !important;
  padding: 15px 0;
  list-style: none;
  margin-left: 40px;
  transition: all 0.3s;
}

.popular .popular-box .popular-left .ul-li .li-ul li:hover {
  color: #1964BE;
}

.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: #1964BE;
  text-decoration: underline;
}

.popular .popular-box .popular-left .ul-li .li-ul li a {
  text-decoration: none;
  color: #333333;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 500;
}

.popular .popular-box .popular-right {
  width: calc(100% - 360px);
  margin-left: auto;
  margin-top: -18px;
}

@media (max-width: 1470px) {
  .popular .popular-box .popular-right {
    width: calc(100% - 330px);
  }
}

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

@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 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:hover .box-a {
  background-color: #1964BE;
}

.popular .popular-box .popular-right .slide li:hover img {
  transform: scale(1.05);
}

.popular .popular-box .popular-right .slide li:hover .text-box p {
  color: #FFFFFF !important;
}

.popular .popular-box .popular-right .slide li:hover .text-box p::after {
  color: white !important;
}

.popular .popular-box .popular-right .slide li .box-a {
  display: block;
  border-radius: 20px;
  padding: 14px;
  background-color: #F1F2F6;
  transition: all 0.3s ease;
}

.popular .popular-box .popular-right .slide li .box-a .img-box {
  padding-bottom: 76%;
  overflow: hidden;
  border-radius: 20px;
}

.popular .popular-box .popular-right .slide li .box-a .img-box img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.popular .popular-box .popular-right .slide li .box-a .text-box {
  margin-top: 20px;
}

.popular .popular-box .popular-right .slide li .box-a .text-box p {
  text-align: left;
  color: #333333;
  font-family: Onest;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
}

.popular .popular-box .popular-right .slide li .box-a .text-box p::after {
  font-family: 'iconfont' !important;
  content: '\e641';
  color: #000000;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -2px;
}

.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 10px;
  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: #333333;
}

.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: 18px;
  display: block;
  content: '\e622';
  color: #333333;
  text-align: center;
  transition: all 0.3s;
}

.popular .popular-box .popular-right .pagination li.prev a:hover:before,
.popular .popular-box .popular-right .pagination li.next a:hover:before {
  color: white;
}

.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: 28px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border-radius: 50%;
  border: none;
  color: #666;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right .pagination li a {
    font-size: 14px;
    line-height: 34px;
    width: 28px;
    height: 28px;
  }
}

.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: #FFFFFF !important;
  background-color: #1964BE;
}

.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: #FFFFFF;
  background-color: #1964BE;
}

.prodetails-title h2 {
  color: #222;
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.prodetails-title h2 span {
  color: #1964BE;
}

.productdatails-top {
  overflow: hidden;
  margin-top: 40px;
}

.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;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .productdatails-top .pouch-cont {
    padding-top: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left {
  width: 46%;
  align-items: center;
  flex-direction: row-reverse;
}

@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: 16%;
  margin-right: 4%;
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
    margin-right: 0;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}

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

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 18px 0;
  }
}

@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.slick-current {
  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 #1974E2;
  border-radius: 10px;
  overflow: hidden;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  content: '';
  background-color: #00000033;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
}

.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: #000;
  background-color: #FFFFFF;
  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: 75%;
  overflow: hidden;
  border-radius: 10px;
}

.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: 80%;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden;
}

@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: 76%;
  border-radius: 10px;
  overflow: hidden;
}

.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: 40px;
}

@media (max-width: 1400px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 0px 0 30px 5%;
  }
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .product-title {
  padding-top: 0;
}

.productdatails-top .pouch-cont .pouch-cont-right .text {
  padding: 20px 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 p {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  /* 137.5% */
  width: 100%;
}

.productdatails-top .pouch-cont .pouch-cont-right .right-bottom {
  display: flex;
}

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

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

.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
  background: #000000;
  border-radius: 100px;
  transition: all 0.3s ease;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a::before {
  font-family: 'iconfont' !important;
  content: '\e637';
  font-size: 18px;
  color: #FFF;
  margin-right: 10px;
}

.productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-a:hover {
  background-color: #1964BE;
}

.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: #333333;
  font-size: 16px;
  /* 112.5% */
  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: space-around;
  position: sticky;
  top: 100px;
  z-index: 12;
  padding: 0;
  border-radius: 100px;
}

@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: #333333;
  font-size: 18px;
  padding: 20px 0;
  font-family: Inter18pt;
  font-weight: 500;
}

@media (max-width: 767px) {
  .productdatails-nav a {
    padding: 4px 0;
    font-size: 16px;
  }
}

.productdatails-nav a.active {
  color: #1964BE;
}

#inquiry:target {
  scroll-margin-top: 300px !important;
}

.productdatails-details {
  overflow: hidden;
  padding-top: 48px;
}

@media (max-width: 1400px) {
  .productdatails-details {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .productdatails-details img {
    width: 100% !important;
    height: auto !important;
  }
}

@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 .specialized-bottom {
  margin: 30px 0;
}

.productdatails-details .cont .specialized-bottom .table-box {
  overflow-x: auto;
}

.productdatails-details .cont .specialized-bottom table {
  width: 100%;
  border-collapse: collapse;

}

.productdatails-details .cont .specialized-bottom table tr td {
  border: 1px solid #222;
  padding: 10px;

}

.productdatails-details .cont .specialized-bottom table .firstRow {
  background-color: #1964BE;
}

.productdatails-details .cont .specialized-bottom table .firstRow td {
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .productdatails-details .cont .specialized-bottom {
    margin: 10px 0;
  }
}

@media(max-width: 767px) {
  .productdatails-details .cont .specialized-bottom p img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productdatails-details .cont .about-title h2 {
    margin: 10px 0;
  }
}

.productdatails-Data {
  overflow: hidden;
  padding-top: 50px;
}

@media (max-width: 1400px) {
  .productdatails-Data {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .productdatails-Data {
    margin-top: 30px;
  }
}

.productdatails-Data .data-cont {
  margin-top: 40px;
}

.productdatails-Data .data-cont .table-box {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .productdatails-Data .data-cont {
    margin-top: 20px;
  }
}

.productdatails-Data .data-cont table caption {
  caption-side: top;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  border: 1px solid black;
  border-bottom: none;
}

.productdatails-Data .data-cont table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: center;
}

.productdatails-Data .data-cont table td {
  border: 1px solid black;
  font-size: 16px;
  padding: 4px 0;
}

.productdatails-inquiry {
  margin-top: 50px;
  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: #1964BE;
  padding: 12px 20px;
  color: white;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.message .formbox li {
  margin-top: 10px;
}

.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 {
  padding: 10px 60px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 100px;
}

.message .func button:hover {
  background: #1964BE;
}

.productdatails-recommended {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .productdatails-recommended {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .productdatails-recommended {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .productdatails-recommended {
    padding-top: 0px;
  }
}

.productdatails-recommended .content .prev-next {
  position: absolute;
  top: 50%;
  width: 100%;
}

.productdatails-recommended .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #A8A8A8;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.productdatails-recommended .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #A8A8A8;
}

.productdatails-recommended .content .prev-next .slick-prev,
.productdatails-recommended .content .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #A8A8A8;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.productdatails-recommended .content .prev-next .slick-prev:hover,
.productdatails-recommended .content .prev-next .slick-next:hover {
  border: 1px solid #222222;
}

.productdatails-recommended .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .productdatails-recommended .content .prev-next .slick-prev {
    left: 0;
  }
}

.productdatails-recommended .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .productdatails-recommended .content .prev-next .slick-next {
    right: 0;
  }
}

.productdatails-recommended .content .prev-next .slick-prev,
.productdatails-recommended .content .prev-next .slick-next:hover::before {
  color: #222222;
}

.productdatails-recommended .content .prev-next .slick-prev:hover::before {
  color: #222222;
}

.productdatails-recommended .content .cont {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .productdatails-recommended .content .cont {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .productdatails-recommended .content .cont {
    margin-top: 20px;
  }
}

.productdatails-recommended .content .cont .now-slick-box {
  position: relative;
}

@media (max-width: 575px) {
  .productdatails-recommended .content .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about {
  text-align: center;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .img-box {
  border-radius: 10px;
  padding-bottom: 76%;
  cursor: pointer;
  position: relative;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box {
  padding: 15px;
  background-color: #F1F2F6;
  transition: all 0.3s ease;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box {
    padding: 10px;
  }
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box .cont {
  margin: 20px 0 5px 0;
}

@media (max-width: 767px) {
  .productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box .cont {
    margin: 10px 0 5px 0;
  }
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box .cont p {
  text-align: left;
  color: #333;
  font-family: Onest;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box .cont p {
    font-size: 14px;
  }
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .cont-box .cont p::after {
  font-family: 'iconfont' !important;
  content: '\e641';
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 22px;
  color: #333333;
  transition: all 0.3s ease;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  /* 添加过渡效果 */
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .slick-slide {
  height: auto;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .li {
  padding: 18px 14px;
}

@media (max-width: 991px) {
  .productdatails-recommended .content .cont .now-slick-box .now-slick-about .li {
    padding: 0px 14px;
  }
}

@media (max-width: 767px) {
  .productdatails-recommended .content .cont .now-slick-box .now-slick-about .li {
    padding: 0 10px;
  }
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .li:hover .cont-box {
  background-color: #1964BE;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .li:hover .cont-box .cont p {
  color: #FFFFFF;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .li:hover .cont-box .cont p::after {
  color: white;
  transition: all 0.3s ease;
}

.productdatails-recommended .content .cont .now-slick-box .now-slick-about .li:hover img {
  transform: scale(1.05);
}

.about-provide {
  overflow: hidden;
  position: relative;
  clear: both;
}

.about-provide .provide-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .about-provide .provide-box {
    flex-wrap: wrap;
  }
}

.about-provide .left {
  width: calc(100% - 200px);
  margin-right: auto;
  clear: both;
}

@media (max-width: 1900px) {
  .about-provide .left {
    width: calc(100% - 350px);
  }
}

@media (max-width: 1700px) {
  .about-provide .left {
    width: calc(100% - 400px);
  }
}

@media (max-width: 1560px) {
  .about-provide .left {
    width: calc(100% - 480px);
  }
}

@media (max-width: 1400px) {
  .about-provide .left {
    width: calc(100% - 480px);
  }
}

@media (max-width: 991px) {
  .about-provide .left {
    width: 100%;
  }
}

.about-provide .left .product-title {
  width: 74%;
}

@media (max-width: 1400px) {
  .about-provide .left .product-title {
    width: 100%;
  }
}

.about-provide .left .cont-text {
  margin: 30px 0;
}

.about-provide .left .cont-text .title {
  color: #464646;
  font-size: 18px;
  font-weight: 600;
}

.about-provide .left .cont-text p {
  color: #464646;
  font-size: 16px;
  line-height: 28px;
}

.about-provide .left .about-cont {
  justify-content: flex-start;
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .about-provide .left .about-cont {
    flex-wrap: wrap;
  }
}

.about-provide .left .about-cont .about-cont-1 {
  text-align: center;
  margin-right: 90px;
}

.about-provide .left .about-cont .about-cont-1:last-child {
  margin-right: 0;
}

.about-provide .left .about-cont .about-cont-1 .about-cont-1-number {
  color: #1964BE;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  .about-provide .left .about-cont .about-cont-1 .about-cont-1-number {
    font-size: 38px;
  }
}

.about-provide .left .about-cont .about-cont-1 .about-cont-1-number .counter {
  color: #1964BE;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .about-provide .left .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 36px;
  }
}

.about-provide .left .about-cont .about-cont-1 p {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  white-space: nowrap;
}

.about-provide .right {
  width: 490px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1400px) {
  .about-provide .right {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .about-provide .right {
    width: 100%;
    position: static;
  }
}

.about-provide .right img {
  width: 100%;
}

.about-video {
  position: relative;
  overflow: hidden;
}

.about-video .lazy {
  width: 100%;
}

.about-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.about-video .play:hover span::before {
  background-color: #1964BE;
  border: 2px solid #1964BE;
}

.about-video .play:hover p {
  color: #1964BE;
}

.about-video .play span::before {
  font-family: 'iconfont' !important;
  content: '\ea82';
  font-size: 24px;
  color: white;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border-radius: 70px;
  text-align: center;
  border: 2px solid white;
  margin-right: 20px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .about-video .play span::before {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
}

.about-video .play p {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .about-video .play p {
    font-size: 16px;
  }
}

.about-exhibition {
  padding: 150px 0;
  background-color: #F1F2F6;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .about-exhibition {
    padding: 30px 0;
  }
}

.about-exhibition .product-title {
  padding-top: 0;
}

.about-exhibition .text {
  padding: 30px 0;
  width: 74%;
}

@media (max-width: 767px) {
  .about-exhibition .text {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .about-exhibition .text {
    width: 100%;
    padding: 20px;
    padding: 10px 0;
  }
}

.about-exhibition .text p {
  color: #444;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .about-exhibition .text p {
    font-size: 14px;
  }
}

.about-exhibition .content .prev-next {
  position: absolute;
  top: 50%;
  width: 100%;
}

.about-exhibition .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-exhibition .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e622';
  line-height: 44px;
  color: #000000;
}

.about-exhibition .content .prev-next .slick-prev,
.about-exhibition .content .prev-next .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #DCDCDC;
  border-radius: 50%;
}

.about-exhibition .content .prev-next .slick-prev:hover,
.about-exhibition .content .prev-next .slick-next:hover {
  background-color: #0765AD;
}

.about-exhibition .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .about-exhibition .content .prev-next .slick-prev {
    left: 0;
  }
}

.about-exhibition .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .about-exhibition .content .prev-next .slick-next {
    right: 0;
  }
}

.about-exhibition .content .prev-next .slick-prev,
.about-exhibition .content .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.about-exhibition .content .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.about-exhibition .content .cont {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .about-exhibition .content .cont {
    margin-top: 10px;
  }
}

.about-exhibition .content .cont .now-slick-box {
  position: relative;
}

@media (max-width: 575px) {
  .about-exhibition .content .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.about-exhibition .content .cont .now-slick-box .now-slick-about {
  text-align: center;
}

.about-exhibition .content .cont .now-slick-box .now-slick-about .img-box {
  border-radius: 10px;
  padding-bottom: 76%;
  cursor: pointer;
  position: relative;
}

.about-exhibition .content .cont .now-slick-box .now-slick-about .cont-box {
  transition: all 0.3s ease;
  border-radius: 20px;
}

.about-exhibition .content .cont .now-slick-box .now-slick-about img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  /* 添加过渡效果 */
}

.about-exhibition .content .cont .now-slick-box .now-slick-about .slick-slide {
  height: auto;
}

.about-exhibition .content .cont .now-slick-box .now-slick-about .li {
  padding: 18px 14px;
}

@media (max-width: 991px) {
  .about-exhibition .content .cont .now-slick-box .now-slick-about .li {
    padding: 0px 14px;
  }
}

.about-exhibition .content .cont .now-slick-box .now-slick-about .li:hover img {
  transform: scale(1.05);
}

.about-excellent {
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about-excellent {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .about-excellent {
    padding: 30px 0;
  }
}

.about-excellent .product-title {
  padding-top: 0;
}

.about-excellent .text {
  padding: 30px 0;
  width: 74%;
}

@media (max-width: 991px) {
  .about-excellent .text {
    width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .about-excellent .text {
    padding: 15px 0;
  }
}

.about-excellent .text p {
  color: #444;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .about-excellent .text p {
    font-size: 14px;
  }
}

.about-excellent .content .prev-next {
  position: absolute;
  top: 50%;
  width: 100%;
}

.about-excellent .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 44px;
  color: #000000;
}

.about-excellent .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e602';
  line-height: 44px;
  color: #000000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-excellent .content .prev-next .slick-prev,
.about-excellent .content .prev-next .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #DCDCDC;
  border-radius: 50%;
}

.about-excellent .content .prev-next .slick-prev:hover,
.about-excellent .content .prev-next .slick-next:hover {
  background-color: #0765AD;
}

.about-excellent .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .about-excellent .content .prev-next .slick-prev {
    left: 0;
  }
}

.about-excellent .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .about-excellent .content .prev-next .slick-next {
    right: 0;
  }
}

.about-excellent .content .prev-next .slick-prev,
.about-excellent .content .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.about-excellent .content .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.about-excellent .content .cont {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .about-excellent .content .cont {
    margin-top: 10px;
  }
}

.about-excellent .content .cont .now-slick-box {
  position: relative;
}

@media (max-width: 575px) {
  .about-excellent .content .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.about-excellent .content .cont .now-slick-box .now-slick-about {
  text-align: center;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li {
  padding: 18px 14px;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li .img-box {
  border-radius: 10px;
  padding-bottom: 113%;
  cursor: pointer;
  position: relative;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li .text-box {
  margin-top: 16px;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li .text-box p {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .about-excellent .content .cont .now-slick-box .now-slick-about .li {
    padding: 0px 14px;
  }
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li:hover .cont-box {
  background-color: #1964BE;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li:hover img {
  transform: scale(1.05);
}

.about-excellent .content .cont .now-slick-box .now-slick-about .li-box {
  height: 100% !important;
}

.about-excellent .content .cont .now-slick-box .now-slick-about .cont-box {
  padding: 20px;
  background-color: #DEDEDE;
  transition: all 0.3s ease;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-excellent .content .cont .now-slick-box .now-slick-about img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.service-choose {
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .service-choose {
    padding-bottom: 60px;
  }
}

.service-choose .title-text1 {
  margin-top: 30px;
  width: 68%;
}

@media (max-width: 991px) {
  .service-choose .title-text1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-choose .title-text1 {
    margin-top: 10px;
  }
}

.service-choose .title-text1 p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  overflow-wrap: break-word;
}

.service-choose .cont-box .col-box {
  padding: 40px 15px;
}

@media (max-width: 991px) {
  .service-choose .cont-box .col-box {
    padding: 20px 15px;
  }
}

.service-choose .cont-box .col-box .box-box {
  height: 100%;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .service-choose .cont-box .col-box .box-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .service-choose .cont-box .col-box .box-box {
    display: block;
    padding: 16px;
  }
}

.service-choose .cont-box .col-box .box-box .iconfont {
  color: #1964BE;
  font-size: 60px;
  transition: all 0.3s ease;
  margin-right: 50px;
}

@media (max-width: 1400px) {
  .service-choose .cont-box .col-box .box-box .iconfont {
    margin-right: 30px;
  }
}

.service-choose .cont-box .col-box .box-box:hover {
  border: 1px solid #1964BE;
  background-color: #1964BE;
}

.service-choose .cont-box .col-box .box-box:hover .iconfont {
  color: white;
}

.service-choose .cont-box .col-box .box-box:hover .text-box .text-title {
  color: #FFFFFF;
}

.service-choose .cont-box .col-box .box-box:hover .text-box .text-cont p {
  color: #FFFFFF;
}

.service-choose .cont-box .col-box .box-box .text-box .text-title {
  color: #333;
  font-family: Inter18pt;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .service-choose .cont-box .col-box .box-box .text-box .text-title {
    font-size: 20px;
  }
}

.service-choose .cont-box .col-box .box-box .text-box .text-cont {
  margin-top: 10px;
}

.service-choose .cont-box .col-box .box-box .text-box .text-cont p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s;
}

.news-trebding {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .news-trebding {
    padding-bottom: 40px;
  }
}

.news-trebding .title-text1 {
  margin-top: 30px;
  width: 68%;
}

@media (max-width: 991px) {
  .news-trebding .title-text1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-trebding .title-text1 {
    margin-top: 16px;
  }
}

.news-trebding .title-text1 p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}

.news-trebding .cont-box {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .news-trebding .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.news-trebding .cont-box .cont {
  padding: 50px 0;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s ease;
  border-bottom: 1px solid #DEDEDE;
}

@media (max-width: 1199px) {
  .news-trebding .cont-box .cont {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .news-trebding .cont-box .cont {
    width: 100%;
    padding: 20px 0;
  }
}

.news-trebding .cont-box .cont:hover img {
  transform: scale(1.05);
}

.news-trebding .cont-box .cont:hover .title-news a {
  text-decoration: underline !important;
  color: #1964BE !important;
}

.news-trebding .cont-box .cont:hover .more a {
  background-color: #1964BE;
  color: #FFFFFF !important;
  border: 1px solid #1964BE !important;
}

@media (max-width: 1199px) {
  .news-trebding .cont-box .cont {
    flex-wrap: wrap;
  }
}

.news-trebding .cont-box .cont .cont-img {
  width: 570px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .news-trebding .cont-box .cont .cont-img {
    width: 500px;
  }
}

@media (max-width: 1199px) {
  .news-trebding .cont-box .cont .cont-img {
    width: 100%;
    margin-top: 20px;
  }
}

.news-trebding .cont-box .cont .cont-img .img-box {
  padding-bottom: 56%;
  border-radius: 10px;
}

.news-trebding .cont-box .cont .cont-img img {
  width: 100%;
  transition: all 0.3s ease;
}

.news-trebding .cont-box .cont .cont-text {
  width: calc(100% - 720px);
}

@media (max-width: 1400px) {
  .news-trebding .cont-box .cont .cont-text {
    width: calc(100% - 550px);
  }
}

@media (max-width: 1199px) {
  .news-trebding .cont-box .cont .cont-text {
    width: 100%;
  }
}

.news-trebding .cont-box .cont .cont-text .title-news {
  margin: 30px 0 20px 0;
}

@media (max-width: 991px) {
  .news-trebding .cont-box .cont .cont-text .title-news {
    margin: 10px 0;
  }
}

.news-trebding .cont-box .cont .cont-text .title-news a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  /* 125% */
  text-transform: capitalize;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .news-trebding .cont-box .cont .cont-text .title-news a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .news-trebding .cont-box .cont .cont-text .title-news a {
    font-size: 18px;
  }
}

.news-trebding .cont-box .cont .cont-text .note p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  /* 137.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: 991px) {
  .news-trebding .cont-box .cont .cont-text .note p {
    font-size: 14px;
  }
}

.news-trebding .cont-box .cont .cont-text .date {
  color: #7C7C7C;
  font-size: 14px;
  /* 128.571% */
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.news-trebding .cont-box .cont .cont-text .date::before {
  font-family: 'iconfont' !important;
  content: '\e610';
  margin-right: 10px;
  font-size: 22px;
  color: #B5B5B5;
}

.news-trebding .cont-box .cont .cont-text .more {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .news-trebding .cont-box .cont .cont-text .more {
    margin-top: 30px;
  }
}

.news-trebding .cont-box .cont .cont-text .more a {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #000;
  text-decoration: none;
  width: 150px;
  text-align: center;
  padding: 12px 0;
  color: #222222;
  font-size: 16px;
  /* 125% */
  text-transform: capitalize;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .news-trebding .cont-box .cont .cont-text .more a {
    width: 120px;
    padding: 6px 0;
    font-size: 14px;
  }
}

.news-trebding nav {
  text-align: center;
}

.news-trebding a {
  text-decoration: none;
}

.news-trebding .pagination {
  display: flex;
  justify-content: right;
  padding: 80px 0 0 0;
}

@media (max-width: 1199px) {
  .news-trebding .pagination {
    padding: 40px 0 40px 0;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .news-trebding .pagination {
    padding: 20px 0 0 0;
  }
}

.news-trebding .pagination li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .news-trebding .pagination li {
    margin: 0 4px;
  }
}

.news-trebding .pagination li.prev a,
.news-trebding .pagination li.next a {
  color: #333333;
}

.news-trebding .pagination li.prev a:before,
.news-trebding .pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e622';
  color: #333333;
  text-align: center;
  transition: all 0.3s;
}

.news-trebding .pagination li.prev a:hover:before,
.news-trebding .pagination li.next a:hover:before {
  color: white;
}

.news-trebding .pagination li.next a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-trebding .pagination li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border-radius: 50%;
  border: none;
  color: #666;
}

@media (max-width: 767px) {
  .news-trebding .pagination li a {
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }
}

.news-trebding .pagination li a span {
  border-radius: 0;
}

.news-trebding .pagination>.active>a,
.news-trebding .pagination>.active>a:focus,
.news-trebding .pagination>.active>a:hover,
.news-trebding .pagination>.active>span,
.news-trebding .pagination>.active>span:focus,
.news-trebding .pagination>.active>span:hover {
  color: #FFFFFF !important;
  background-color: #1964BE;
}

.news-trebding .pagination>li>a:focus,
.news-trebding .pagination>li>a:hover,
.news-trebding .pagination>li>span:focus,
.news-trebding .pagination>li>span:hover {
  color: #FFFFFF;
  background-color: #1964BE;
}

.newsdetails {
  margin: 100px 0;
}

@media (max-width: 1199px) {
  .newsdetails {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .newsdetails {
    margin: 20px 0;
  }
}

.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: #1964BE;
}

@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: #1964BE;
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #1964BE;
}

.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: 30px;
  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: #1964BE;
}

.contact-top {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contact-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-top {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .contact-top .box {
    flex-wrap: wrap;
  }
}

.contact-top .box .cont {
  width: 25%;
  padding: 26px;
  background-color: #F1F2F6;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  height: 270px;
}

@media (max-width: 991px) {
  .contact-top .box .cont {
    width: 48%;
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-top .box .cont {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    height: 210px;
  }
}

.contact-top .box .cont:last-child {
  margin-right: 0;
}

.contact-top .box .cont .icon-img {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.contact-top .box .cont:hover {
  background-color: #1964BE;
}

.contact-top .box .cont:hover .icon-img {
  animation: swing 1s 0s ease both;
}

.contact-top .box .cont:hover .text-title p {
  color: #FFFFFF;
}

.contact-top .box .cont:hover .text-cont p {
  color: #FFFFFF;
}

.contact-top .box .cont:hover .text-cont p a {
  color: #FFFFFF;
  text-decoration: none;
}

.contact-top .box .text-title {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact-top .box .text-title {
    margin-top: 20px;
  }
}

.contact-top .box .text-title p {
  color: #1964BE;
  font-family: Inter18pt;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.contact-top .box .text-cont {
  margin-top: 10px;
  /* 137.5% */
}

.contact-top .box .text-cont p {
  color: #444;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.contact-top .box .text-cont p a {
  color: #444;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.contact-messaage .product-title {
  text-align: center;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .contact-messaage .product-title {
    padding-top: 30px;
  }
}

.contact-messaage .title-text1 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact-messaage .title-text1 {
    margin-top: 10px;
  }
}

.contact-messaage .title-text1 p {
  text-align: center;
  color: #444;
  font-size: 16px;
  line-height: 22px;
}

.contact-messaage .message {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact-messaage .message {
    margin-top: 20px;
  }
}

.contact-messaage .message .now-title {
  margin-top: 20px;
}

.contact-messaage .message .now-title input {
  width: 100%;
  background-color: #1964BE;
  padding: 12px 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-messaage .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.contact-messaage .message .formbox li {
  margin-top: 10px;
}

.contact-messaage .message .formbox .group {
  position: relative;
}

.contact-messaage .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: none;
  padding: 30px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #F1F2F6;
}

.contact-messaage .message .formbox .group input::placeholder {
  color: #444;
}

@media (max-width: 1199px) {
  .contact-messaage .message .formbox .group input {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .contact-messaage .message .formbox .group input {
    padding: 15px 20px;
  }
}

.contact-messaage .message .formbox .group input:focus label {
  display: none;
}

.contact-messaage .message .formbox .group input:focus::placeholder {
  color: #999;
}

.contact-messaage .message .formbox .group textarea {
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  background: #FFF;
  border: none;
  outline: none;
  background-color: #F1F2F6;
}

@media (max-width: 1199px) {
  .contact-messaage .message .formbox .group textarea {
    padding: 16px;
  }
}

.contact-messaage .message .formbox .group textarea::placeholder {
  color: #444;
}

.contact-messaage .message .formbox .group textarea:focus label {
  display: none;
}

.contact-messaage .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.contact-messaage .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-messaage .message .func {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .contact-messaage .message .func {
    margin: 26px 0;
  }
}

.contact-messaage .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}

.contact-messaage .message .func button {
  padding: 15px 110px;
  background: #1974E2;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact-messaage .message .func button {
    padding: 7px 50px;
  }
}

.contact-messaage .message .func button:hover {
  background: #1964BE;
}

.bottom-img {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .bottom-img {
    margin-top: 40px;
  }
}

.bottom-img img {
  width: 100%;
}

.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: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}

.sitmap ul li .ul-block {
  opacity: 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;
  }
}