input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}
@media (min-width: 1560px) {
  .container.con1530 {
    max-width: 1530px;
  }
}
@font-face {
  font-family: 'Tillana';
  src: url('../fonts/Tillana-Medium.woff2') format('woff2'), url('../fonts/Tillana-Medium.woff') format('woff'), url('../fonts/Tillana-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Bold.woff2') format('woff2'), url('../fonts/InterTight-Bold.woff') format('woff'), url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'), url('../fonts/RobotoCondensed-Medium.woff') format('woff'), url('../fonts/RobotoCondensed-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'KaushanScript';
  src: url('../fonts/KaushanScript-Regular.woff2') format('woff2'), url('../fonts/KaushanScript-Regular.woff') format('woff'), url('../fonts/KaushanScript-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'InterTight', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-title h2 {
  margin: 0;
  color: #222;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 125%;
  /* 65px */
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 40px !important;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}
.index-title p {
  color: #444;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .index-title p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  transition: all 0.5s;
  overflow-x: clip;
  overflow-y: visible;
}
.header .header-box {
  position: relative;
}
.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  max-width: 1650px;
}
.header .box .header-logo {
  width: 83px;
}
@media (max-width: 1680px) {
  .header .box .header-logo {
    width: 70px;
  }
}
@media (max-width: 1400px) {
  .header .box .header-logo {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .header .box .header-logo {
    width: 50px;
  }
}
.header .box .header-logo img {
  height: auto;
  width: 100%;
}
.header .contentbox {
  width: 89%;
}
@media (max-width: 1440px) {
  .header .contentbox {
    width: 92%;
  }
}
@media (max-width: 1400px) {
  .header .contentbox {
    width: 93%;
  }
}
.header .contentbox .box1-box {
  position: relative;
}
@media (max-width: 1199px) {
  .header .contentbox .box1-box {
    display: none;
  }
}
.header .contentbox .box1-box::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1010%;
  height: 100%;
  background: linear-gradient(90deg, #0A331F 0%, #174D32 50%, #0A331F 100%);
}
.header .contentbox .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1440px) {
  .header .contentbox .box1 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header .contentbox .box1 {
    display: none;
  }
}
.header .contentbox .box1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 56px solid transparent;
  border-right: 50px solid #FFFFFF;
  /* 白色三角形 */
  transform: rotate(180deg);
}
.header .contentbox .box1::after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 34px;
  height: 27px;
  background: url(../img/yuanjiao.png) no-repeat center;
  background-size: cover;
  transform: rotate(80deg);
}
.header .contentbox .box1 .b1-left {
  display: flex;
  align-items: center;
}
.header .contentbox .box1 .b1-left p {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  margin-right: 12px;
}
.header .contentbox .box1 .b1-left .icon {
  display: flex;
  align-items: center;
}
.header .contentbox .box1 .b1-left .icon a {
  display: inline-block;
  margin-left: 16px;
}
.header .contentbox .box1 .b1-left .icon a:first-child {
  margin-left: 0;
}
.header .contentbox .box1 .b1-left .icon a .iconfont {
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .header .contentbox .box1 .b1-right .header-nav {
    display: none;
  }
}
.header .contentbox .box1 .b1-right .header-nav .nav ul {
  display: flex;
  list-style: none;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul > li {
  margin-right: 40px;
  display: block;
  padding: 17px 0;
  position: relative;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .header .contentbox .box1 .b1-right .header-nav .nav ul > li {
    margin-right: 25px;
  }
}
.header .contentbox .box1 .b1-right .header-nav .nav ul > li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul > li a:hover {
  text-decoration: underline;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul > li a.active {
  text-decoration: underline;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul ul {
  position: absolute;
  z-index: 65;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 8px;
  list-style: none;
  display: none;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul ul li a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 20px;
  color: #104229;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(0);
  min-width: auto;
  width: auto;
}
.header .contentbox .box1 .b1-right .header-nav .nav ul ul li ul li a {
  font-size: 14px;
}
.header .contentbox .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
}
@media (max-width: 1440px) {
  .header .contentbox .box2 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header .contentbox .box2 {
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .header .contentbox .box2 .nav2 {
    display: none;
  }
}
.header .contentbox .box2 .nav2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.header .contentbox .box2 .nav2 ul li {
  margin-right: 48px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1680px) {
  .header .contentbox .box2 .nav2 ul li {
    padding: 24px 0;
    margin-right: 24px;
  }
}
@media (max-width: 1400px) {
  .header .contentbox .box2 .nav2 ul li {
    margin-right: 15px;
    padding: 20px 0;
  }
}
.header .contentbox .box2 .nav2 ul li:last-child {
  margin-right: 0;
}
.header .contentbox .box2 .nav2 ul li a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .header .contentbox .box2 .nav2 ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .header .contentbox .box2 .nav2 ul li a {
    font-size: 14px;
  }
}
.header .contentbox .box2 .nav2 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  background-color: #104229;
}
.header .contentbox .box2 .nav2 ul li a:hover {
  color: #104229;
}
.header .contentbox .box2 .nav2 ul li a:hover::after {
  width: 100%;
}
.header .contentbox .box2 .b2-box {
  display: flex;
  align-items: center;
}
.header .contentbox .box2 .b2-box .search {
  cursor: pointer;
}
.header .contentbox .box2 .b2-box .search .iconfont {
  color: #313131;
  font-size: 18px;
}
.header .contentbox .box2 .b2-box .language {
  margin: 0 24px;
  padding: 40px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .header .contentbox .box2 .b2-box .language {
    padding: 24px 0;
  }
}
@media (max-width: 1400px) {
  .header .contentbox .box2 .b2-box .language {
    padding: 20px 0;
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header .contentbox .box2 .b2-box .language {
    padding: 30px 0;
  }
}
.header .contentbox .box2 .b2-box .language .lang {
  display: flex;
  align-items: center;
}
.header .contentbox .box2 .b2-box .language .lang img {
  width: 20px;
  height: auto;
}
.header .contentbox .box2 .b2-box .language .lang span {
  margin: 0 8px 0 12px;
  color: #222;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
.header .contentbox .box2 .b2-box .language .lang .iconfont {
  color: #222222;
  font-size: 12px;
}
.header .contentbox .box2 .b2-box .language ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 8px;
  list-style: none;
  display: none;
}
.header .contentbox .box2 .b2-box .language ul li a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 20px;
  color: #222;
}
.header .contentbox .box2 .b2-box .language ul li a:hover {
  text-decoration: underline;
  color: #104229;
}
.header .contentbox .box2 .b2-box .car {
  position: relative;
  padding-right: 10px;
}
.header .contentbox .box2 .b2-box .car .iconfont {
  color: #000000;
  font-size: 24px;
}
.header .contentbox .box2 .b2-box .car span {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 100px;
  background-color: #104229;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  bottom: 56%;
  left: 50%;
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #104229;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #104229;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  margin-left: 10px;
}
.btn-menu a {
  text-decoration: none;
  color: #111737;
  transition: all 0.3s;
}
.btn-menu a .iconfont {
  font-size: 28px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-slide  iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(810 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swiper-pagination-box2 {
  position: absolute;
  z-index: 68;
  left: 0;
  padding: 0 4%;
  width: 100%;
  top: 45%;
  pointer-events: none;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .swiper-pagination-box2 {
    display: none;
  }
}
.swiper-pagination-box2 .banner-button-prev-mobile,
.swiper-pagination-box2 .banner-button-next-mobile {
  position: relative;
  z-index: 67;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box2 .banner-button-prev-mobile .iconfont,
.swiper-pagination-box2 .banner-button-next-mobile .iconfont {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.swiper-pagination-box2 .banner-button-prev-mobile {
  transform: rotate(180deg);
  left: 0;
}
.swiper-pagination-box2 .banner-button-next-mobile {
  right: 0;
}
.swiper-pagination-box {
  position: absolute;
  bottom: 8px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 67;
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .swiper-pagination-box {
    bottom: -4px !important;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-box {
    top: 50%;
    bottom: auto;
  }
}
.swiper-pagination-box .banner-button-prev,
.swiper-pagination-box .banner-button-next {
  position: relative;
  z-index: 67;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box .banner-button-prev .iconfont,
.swiper-pagination-box .banner-button-next .iconfont {
  font-size: 40px;
}
.swiper-pagination-box .banner-button-prev {
  left: 0;
  transform: rotate(-90deg);
}
.swiper-pagination-box .banner-button-next {
  right: 0;
  transform: rotate(90deg);
}
.swiper-pagination {
  bottom: 33px !important;
  z-index: 66;
  display: flex !important;
  justify-content: flex-end;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet-active span {
  position: relative;
  z-index: 10;
  color: white;
}
.swiper-pagination-bullet-active::before {
  background-color: #104229 !important;
}
.swiper-pagination-bullet-active::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  padding: 0 30px;
  position: relative;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullet span {
  position: relative;
  z-index: 10;
  color: white;
}
.swiper-pagination-bullet::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.swiper-pagination-bullet::before {
  content: '';
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 38px;
  height: 38px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  padding: 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.index-nav .a:nth-child(1) {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
  width: 44px;
  height: 44px;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}
.index-nav .a:hover .iconfont {
  background-color: #104229;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(300%);
  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: #104229;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  white-space: nowrap;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 37px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 10%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #104229;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
.index-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 226px;
  border-radius: 10px;
  background: linear-gradient(90deg, #104229 0%, #104229 100%);
  padding: 14px 30px;
  transition: all 0.5s;
}
.index-more a:hover span {
  color: #FFF;
}
.index-more a span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.48px;
  transition: all 0.5s;
}
.index-more a .iconfont {
  display: inline-block;
  transition: all 0.5s;
}
.index .index-featured {
  overflow: hidden;
  background: url(../img/featured-bg1.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
.index .index-featured .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .index .index-featured .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-featured .content {
    margin-top: 20px;
  }
}
.index .index-featured .content .product-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .index .index-featured .content .product-slick {
    margin: 0 -10px;
  }
}
.index .index-featured .content .product-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .index .index-featured .content .product-slick .item-box {
    padding: 0 10px;
  }
}
.index .index-featured .content .product-slick .item-box .item {
  transition: all 0.4s;
  padding: 10px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .index .index-featured .content .product-slick .item-box .item {
    background-color: #104229;
  }
}
.index .index-featured .content .product-slick .item-box .item:hover {
  background-color: #104229;
}
.index .index-featured .content .product-slick .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.2);
}
.index .index-featured .content .product-slick .item-box .item:hover .cont .tit a {
  color: #FFF;
}
.index .index-featured .content .product-slick .item-box .item:hover .cont .txt p {
  color: #FFFFFF;
  opacity: 0.5;
}
.index .index-featured .content .product-slick .item-box .item .cont-img .img-box {
  border-radius: 8px;
}
.index .index-featured .content .product-slick .item-box .item .cont {
  padding: 20px 0;
}
.index .index-featured .content .product-slick .item-box .item .cont .tit {
  margin-top: 4px;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
}
@media (max-width: 1400px) {
  .index .index-featured .content .product-slick .item-box .item .cont .tit {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  .index .index-featured .content .product-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}
.index .index-featured .content .product-slick .item-box .item .cont .tit a {
  color: #222;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .index-featured .content .product-slick .item-box .item .cont .tit a {
    color: #FFF;
  }
}
.index .index-featured .content .product-slick .item-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .index .index-featured .content .product-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index .index-featured .content .product-slick .item-box .item .cont .txt p {
  color: #104229;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .index-featured .content .product-slick .item-box .item .cont .txt p {
    color: #FFF;
  }
}
.index .index-partner {
  background: url(../img/partner-bg1.png) no-repeat;
  background-size: cover;
  background-color: #104229;
}
.index .index-partner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .index .index-partner .box {
    flex-wrap: wrap;
  }
}
.index .index-partner .box .left {
  position: relative;
  width: 45%;
}
@media (max-width: 991px) {
  .index .index-partner .box .left {
    width: 100%;
  }
}
.index .index-partner .box .left .row-box {
  margin: -5px;
}
.index .index-partner .box .left .row-box .col-box {
  padding: 5px;
}
.index .index-partner .box .left .row-box .col-box .img-box {
  border-radius: 0 100px;
  padding-bottom: calc(300 / 340 * 100%);
}
.index .index-partner .box .left .row-box .col-box:nth-child(2) .img-box {
  border-radius: 100px 0;
}
.index .index-partner .box .left .row-box .col-box:nth-child(3) .img-box {
  border-radius: 100px 0;
}
.index .index-partner .box .left .firm-video {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .index-partner .box .left .firm-video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFF;
}
.index .index-partner .box .left .firm-video .iconfont {
  cursor: pointer;
  font-size: 28px;
  padding-left: 3px;
  color: #FFF;
  background-color: #104229;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  transition: all 0.4s;
}
.index .index-partner .box .right {
  width: 45%;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .index .index-partner .box .right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .index .index-partner .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.index .index-partner .box .right .index-title b {
  opacity: 0.5;
  display: block;
  color: #FFF;
  font-family: "KaushanScript";
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .index .index-partner .box .right .index-title b {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .index .index-partner .box .right .index-title b {
    margin-bottom: 10px;
  }
}
.index .index-partner .box .right .index-title h2 {
  color: #FFF;
  text-align: left;
}
.index .index-partner .box .right .tx {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .index .index-partner .box .right .tx {
    margin-top: 20px;
  }
}
.index .index-partner .box .right .tx p {
  color: #FFF;
  font-size: 16px;
  line-height: 175%;
  /* 28px */
}
@media (max-width: 767px) {
  .index .index-partner .box .right .tx p {
    font-size: 14px;
  }
}
.index .index-partner .box .right .more {
  margin-top: 90px;
}
@media (max-width: 1470px) {
  .index .index-partner .box .right .more {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .index .index-partner .box .right .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-partner .box .right .more {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .index .index-partner .box .right .more {
    margin-top: 20px;
  }
}
.index .index-partner .box .right .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 40px;
  border-radius: 48px;
  background: #FFF;
  transition: all 0.4s;
}
.index .index-partner .box .right .more a {
  margin-right: 20px;
}

.index .index-partner .box .right .more a:hover {
  background: #104229;
}
.index .index-partner .box .right .more a:hover span {
  color: #FFF;
}
.index .index-partner .box .right .more a span {
  color: #104229;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .index-partner .box .right .more a span {
    font-size: 14px;
  }
}
.index .index-product .content {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .index .index-product .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-product .content {
    margin-top: 20px;
  }
}
.index .index-product .content .row-box {
  margin: -5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .index-product .content .row-box .col-box {
  padding: 5px;
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .index .index-product .content .row-box .col-box {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .index .index-product .content .row-box .col-box {
    width: 100%;
  }
}
.index .index-product .content .row-box .col-box.colwidth {
  width: calc(100% / 2);
}
@media (max-width: 991px) {
  .index .index-product .content .row-box .col-box.colwidth {
    width: calc(100% / 1);
  }
}
@media (max-width: 767px) {
  .index .index-product .content .row-box .col-box.colwidth {
    width: 100%;
  }
}
.index .index-product .content .row-box .col-box.colwidth .item-box .img-box {
  padding-bottom: calc(335 / 760 * 100%);
}
.index .index-product .content .row-box .col-box .item-box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index .index-product .content .row-box .col-box .item-box:hover .img-box::after {
  opacity: 1;
}
.index .index-product .content .row-box .col-box .item-box:hover .cont1 {
  opacity: 0;
}
.index .index-product .content .row-box .col-box .item-box:hover .cont2 {
  opacity: 1;
}
.index .index-product .content .row-box .col-box .item-box .img-box {
  padding-bottom: calc(335 / 500 * 100%);
  border-radius: 8px;
}
.index .index-product .content .row-box .col-box .item-box .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #104229CC;
  opacity: 0;
  transition: all 0.5s;
}
.index .index-product .content .row-box .col-box .item-box .cont1 {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 17px 0;
  transition: all 0.5s;
}
.index .index-product .content .row-box .col-box .item-box .cont1 p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1470px) {
  .index .index-product .content .row-box .col-box .item-box .cont1 p {
    font-size: 16px;
  }
}
.index .index-product .content .row-box .col-box .item-box .cont2 {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(16, 66, 41, 0.8) 0%, rgba(16, 66, 41, 0.8) 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}
.index .index-product .content .row-box .col-box .item-box .cont2 .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #104229;
  font-size: 22px;
  transition: all 0.5s;
}
.index .index-product .content .row-box .col-box .item-box .cont2 .tit {
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
}
@media (max-width: 1470px) {
  .index .index-product .content .row-box .col-box .item-box .cont2 .tit {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index .index-product .content .row-box .col-box .item-box .cont2 .tit {
    margin-top: 10px;
  }
}
.index .index-factory {
  overflow: hidden;
  background-size: cover;
  background-color: #F5F5F5;
}
.index .index-factory .content {
  margin-top: 110px;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1400px) {
  .index .index-factory .content {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .index .index-factory .content {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .index .index-factory .content {
    padding-bottom: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index .index-factory .content {
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.index .index-factory .content .prev-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  bottom: 25px;
}
@media (max-width: 991px) {
  .index .index-factory .content .prev-next {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .index .index-factory .content .prev-next {
    display: none;
  }
}
.index .index-factory .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  color: #444444;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .index .index-factory .content .prev-next .slick-next:before {
    font-size: 16px;
  }
}
.index .index-factory .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  font-weight: bold;
  color: #444444;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .index .index-factory .content .prev-next .slick-prev:before {
    font-size: 16px;
  }
}
.index .index-factory .content .prev-next .slick-prev,
.index .index-factory .content .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #666666;
}
@media (max-width: 991px) {
  .index .index-factory .content .prev-next .slick-prev,
  .index .index-factory .content .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}
.index .index-factory .content .prev-next .slick-next:hover,
.index .index-factory .content .prev-next .slick-prev:hover {
  background-color: #104229;
}
.index .index-factory .content .prev-next .slick-next {
  right: 0;
}
.index .index-factory .content .prev-next .slick-prev {
  left: 0;
}
.index .index-factory .content .prev-next .slick-prev:hover::before,
.index .index-factory .content .prev-next .slick-next:hover::before {
  color: #FFF;
}
.index .index-factory .content .factory-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick {
    margin: 0 -10px;
  }
}
.index .index-factory .content .factory-slick .slick-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick .slick-list {
    overflow: hidden;
  }
}
.index .index-factory .content .factory-slick .item-box {
  padding: 0 15px;
  position: relative;
  transition: all 0.4s;
  width: 425px;
}
@media (max-width: 1560px) {
  .index .index-factory .content .factory-slick .item-box {
    width: 370px;
  }
}
@media (max-width: 1400px) {
  .index .index-factory .content .factory-slick .item-box {
    width: 340px;
  }
}
@media (max-width: 1199px) {
  .index .index-factory .content .factory-slick .item-box {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick .item-box {
    width: auto;
  }
}
.index .index-factory .content .factory-slick .item-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: 4;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick .item-box::after {
    width: calc(100% - 20px);
  }
}
.index .index-factory .content .factory-slick .item-box.custom-width {
  width: 620px;
  margin-top: -40px;
}
@media (max-width: 1560px) {
  .index .index-factory .content .factory-slick .item-box.custom-width {
    width: 550px;
  }
}
@media (max-width: 1400px) {
  .index .index-factory .content .factory-slick .item-box.custom-width {
    width: 460px;
    margin-top: -30px;
  }
}
@media (max-width: 1199px) {
  .index .index-factory .content .factory-slick .item-box.custom-width {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick .item-box.custom-width {
    width: auto;
  }
}
.index .index-factory .content .factory-slick .item-box.slick-active::after {
  display: none;
}
@media (max-width: 991px) {
  .index .index-factory .content .factory-slick .item-box {
    padding: 0 10px;
  }
}
.index .index-factory .content .factory-slick .item-box .img-box {
  padding-bottom: calc(280 / 430 * 100%);
  border-radius: 8px;
}
.index .index-team {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.index .index-team .index-title {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .index .index-team .index-title {
    width: 100%;
  }
}
.index .index-team .more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .index .index-team .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-team .more {
    margin-top: 20px;
  }
}
.index .index-team .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #104229;
  transition: all 0.5s;
  padding: 17px 40px;
}
.index .index-team .more a:hover {
  background-color: #104229;
}
.index .index-team .more a:hover span {
  color: #FFF;
}
.index .index-team .more a span {
  color: #104229;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
.index .index-team .content .team-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: end;
}
@media (max-width: 1199px) {
  .index .index-team .content .team-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .index .index-team .content .team-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .index .index-team .content .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index .index-team .content .team-list .item-box .item {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 10px;
}
.index .index-team .content .team-list .item-box .item .cont-img {
  position: relative;
}
.index .index-team .content .team-list .item-box .item .cont-img .img-box.width1 {
  padding-bottom: calc(350 / 260 * 100%);
}
.index .index-team .content .team-list .item-box .item .cont-img .img-box.width2 {
  padding-bottom: calc(310 / 260 * 100%);
}
.index .index-team .content .team-list .item-box .item .cont-img .img-box.width3 {
  padding-bottom: calc(270 / 260 * 100%);
}

.index .index-team .content .team-list .item-box .item .cont-img .img-box.width5 {
  padding-bottom: calc(350 / 260 * 100%);
}
.index .index-team .content .team-list .item-box .item .cont-img .img-box.width4 {
  padding-bottom: calc(310 / 260 * 100%);
}

.index .index-team .content .team-list .item-box .item .cont-img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 50%, #f5f5f5 100%);
}
.index .index-team .content .team-list .item-box .item .cont {
  padding: 24px 0 14px 0;
}
.index .index-team .content .team-list .item-box .item .cont .tit {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
}
@media (max-width: 1470px) {
  .index .index-team .content .team-list .item-box .item .cont .tit {
    font-size: 16px;
  }
}
.index .index-team .content .team-list .item-box .item .cont .txt {
  margin-top: 12px;
}
.index .index-team .content .team-list .item-box .item .cont .txt p {
  color: #104229;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  /* 14px */
}
.index .index-honor {
  position: relative;
  padding-top: 7.6%;
}
.index .index-honor .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/learn-bg1.jpg') no-repeat bottom;
  background-size: cover;
  z-index: 3;
}
.index .index-honor .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .index-honor .box {
    flex-wrap: wrap;
  }
}
.index .index-honor .box .left {
  width: 43%;
  padding-top: 30px;
  position: relative;
  z-index: 8;
}
@media (max-width: 1440px) {
  .index .index-honor .box .left {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .index .index-honor .box .left {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .index .index-honor .box .left {
    width: 100%;
  }
}
.index .index-honor .box .left .index-title h2 {
  text-align: left;
}
.index .index-honor .box .left .txt {
  margin-top: 30px;
}
@media (max-width: 1470px) {
  .index .index-honor .box .left .txt {
    margin-top: 20px;
  }
}
.index .index-honor .box .left .txt p {
  color: #444;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 767px) {
  .index .index-honor .box .left .txt p {
    font-size: 14px;
  }
}
.index .index-honor .box .left .more {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .index .index-honor .box .left .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-honor .box .left .more {
    margin-top: 20px;
  }
}
.index .index-honor .box .left .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #104229;
  padding: 14px 40px;
  transition: all 0.5s;
  color: #104229;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 767px) {
  .index .index-honor .box .left .more a {
    font-size: 14px;
  }
}
.index .index-honor .box .left .more a:hover {
  background-color: #104229;
  color: #fff;
}
.index .index-honor .box .right {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 14.5%;
}
@media (max-width: 991px) {
  .index .index-honor .box .right {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
.index .index-honor .box .right .honor-slick {
  margin: 0 -20px;
  position: relative;
  z-index: 12;
}
@media (max-width: 991px) {
  .index .index-honor .box .right .honor-slick {
    margin: 0 -10px;
  }
}
.index .index-honor .box .right .honor-slick .slick-track {
  display: flex;
  align-items: flex-end;
}
.index .index-honor .box .right .honor-slick .slick-list {
  padding-right: 200px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .index .index-honor .box .right .honor-slick .slick-list {
    padding: 0;
  }
}
.index .index-honor .box .right .honor-slick .item-box {
  padding: 0 20px;
  transition: all 0.5s;
  width: 350px;
}
@media (max-width: 1560px) {
  .index .index-honor .box .right .honor-slick .item-box {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .index .index-honor .box .right .honor-slick .item-box {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .index .index-honor .box .right .honor-slick .item-box {
    padding: 0 10px;
    width: auto;
  }
}
.index .index-honor .box .right .honor-slick .item-box.custom-width {
  width: 390px;
  margin-bottom: auto;
  margin-top: 0;
}
@media (max-width: 1560px) {
  .index .index-honor .box .right .honor-slick .item-box.custom-width {
    width: 350px;
  }
}
@media (max-width: 1400px) {
  .index .index-honor .box .right .honor-slick .item-box.custom-width {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .index .index-honor .box .right .honor-slick .item-box.custom-width {
    width: auto;
  }
}
.index .index-honor .box .right .honor-slick .item-box .item {
  cursor: pointer;
}
.index .index-honor .box .right .honor-slick .item-box .item .img-box {
  padding-bottom: calc(500 / 350 * 100%);
  border-radius: 8px;
}
.index .index-honor .box .right .honor-slick .item-box .item .img-box img {
  transform: scale(1) !important;
}
.index .index-honor .bottom-bg {
  margin-top: 110px;
  height: 200px;
  background: url(../img/index-honor-1.png) no-repeat center;
  background-size: cover;
  background-color: #104229;
  position: relative;
  z-index: 10;
}
@media (max-width: 1560px) {
  .index .index-honor .bottom-bg {
    height: 180px;
  }
}
@media (max-width: 1400px) {
  .index .index-honor .bottom-bg {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .index .index-honor .bottom-bg {
    margin-top: -9%;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .index .index-honor .bottom-bg {
    height: 15vw;
  }
}
.index .index-news .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .index .index-news .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .index-news .content {
    margin-top: 20px;
  }
}
.index .index-news .content .news-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .index-news .content .news-slick {
    margin: 0 -10px;
  }
}
.index .index-news .content .news-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .index-news .content .news-slick .item-box {
    padding: 0 10px;
  }
}
.index .index-news .content .news-slick .item-box .item {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.index .index-news .content .news-slick .item-box .item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.index .index-news .content .news-slick .item-box .item:hover .img-box img {
  transform: scale(1.05);
}
.index .index-news .content .news-slick .item-box .item:hover .cont .tit a {
  color: #104229;
  text-decoration: underline;
}
.index .index-news .content .news-slick .item-box .item .img-box {
  padding-bottom: calc(330 / 490 * 100%);
}
.index .index-news .content .news-slick .item-box .item .cont {
  padding: 0 40px 30px 30px;
}
@media (max-width: 1199px) {
  .index .index-news .content .news-slick .item-box .item .cont {
    padding: 20px;
    padding-top: 0;
  }
}
.index .index-news .content .news-slick .item-box .item .cont .date {
  border-radius: 40px;
  background: #104229;
  padding: 13px 23px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  /* 14px */
  position: absolute;
  top: 60%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1560px) {
  .index .index-news .content .news-slick .item-box .item .cont .date {
    top: 57%;
  }
}
@media (max-width: 1400px) {
  .index .index-news .content .news-slick .item-box .item .cont .date {
    top: 52%;
  }
}
@media (max-width: 1199px) {
  .index .index-news .content .news-slick .item-box .item .cont .date {
    top: 48%;
  }
}
@media (max-width: 991px) {
  .index .index-news .content .news-slick .item-box .item .cont .date {
    top: 52%;
  }
}
@media (max-width: 767px) {
  .index .index-news .content .news-slick .item-box .item .cont .date {
    position: static;
    margin-top: 20px;
  }
}
.index .index-news .content .news-slick .item-box .item .cont .tit {
  margin-top: 40px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .index-news .content .news-slick .item-box .item .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .index .index-news .content .news-slick .item-box .item .cont .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index .index-news .content .news-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .index-news .content .news-slick .item-box .item .cont .tit {
    margin-top: 20px;
  }
}
.index .index-news .content .news-slick .item-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .index .index-news .content .news-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index .index-news .content .news-slick .item-box .item .cont .txt p {
  color: #444;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.footer {
  background: url(../img/footer-bg1.png) no-repeat center;
  background-size: cover;
  background-color: #072D1A;
}
.footer h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .footer h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.footer .fbox1 {
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}
.footer .fbox1::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.2;
  background: #FFF;
}
@media (max-width: 1400px) {
  .footer .fbox1 {
    padding-top: 40px;
  }
}
.footer .fbox1 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .fbox1 .box {
    flex-wrap: wrap;
  }
}
.footer .fbox1 .box .left {
  width: 42%;
  display: flex;
  align-items: center;
  padding-top: 14px;
}
@media (max-width: 991px) {
  .footer .fbox1 .box .left {
    width: 100%;
  }
}
.footer .fbox1 .box .left .footer-logo {
  width: 60px;
}
.footer .fbox1 .box .left .footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer .fbox1 .box .left .txt {
  width: calc(100% - 60px - 40px);
  margin-left: auto;
}
@media (max-width: 1199px) {
  .footer .fbox1 .box .left .txt {
    width: calc(100% - 60px - 20px);
  }
}
.footer .fbox1 .box .left .txt p {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  opacity: 0.6;
  /* 24px */
}
@media (max-width: 767px) {
  .footer .fbox1 .box .left .txt p {
    font-size: 14px;
  }
}
.footer .fbox1 .box .right {
  width: 41%;
}
@media (max-width: 991px) {
  .footer .fbox1 .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .fbox1 .box .right .form-box form {
  justify-content: space-between;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.footer .fbox1 .box .right .form-box form input {
  width: 70%;
  padding-left: 24px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  background: transparent;
  border: none;
  opacity: 0.5;
}
.footer .fbox1 .box .right .form-box form input::placeholder {
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .fbox1 .box .right .form-box form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .fbox1 .box .right .form-box form input {
    font-size: 14px;
  }
}
.footer .fbox1 .box .right .form-box form button {
  border-radius: 50px;
  background-color: #FFF;
  border: none;
  padding: 17px 40px;
  color: #104229;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .footer .fbox1 .box .right .form-box form button {
    padding: 14px 30px;
    font-size: 14px;
  }
}
.footer .fbox1 .box .right .form-box form button:hover {
  background-color: #104229;
  color: #F5F5F5;
}
.footer .fbox2 {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .footer .fbox2 {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer .fbox2 h2 {
    margin-bottom: 15px;
  }
}
.footer .fbox2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .fbox2 .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer .fbox2 .box .item {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fbox2 .box .item {
    margin-top: 10px;
  }
}
.footer .fbox2 .box .item ul {
  list-style: none;
}
@media (max-width: 991px) {
  .footer .fbox2 .box .item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .fbox2 .box .item ul li {
  margin-top: 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
.footer .fbox2 .box .item ul li:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer .fbox2 .box .item ul li {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer .fbox2 .box .item ul li {
    font-size: 14px;
  }
}
.footer .fbox2 .box .item ul li a {
  color: #FFF;
  opacity: 0.6;
  transition: all 0.5s;
}
.footer .fbox2 .box .item ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .fbox2 .box .item2 {
  width: 32%;
}
@media (max-width: 1199px) {
  .footer .fbox2 .box .item2 {
    width: 70%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer .fbox2 .box .item2 {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fbox2 .box .item2 {
    margin-top: 10px;
  }
}
.footer .fbox2 .box .item2 ul li {
  line-height: 150%;
}
.footer .fbox2 .box .item2 ul li:first-child {
  opacity: 0.6;
}
.footer .fbox3 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .footer .fbox3 {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .footer .fbox3 {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
.footer .fbox3 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .fbox3 .box {
    flex-wrap: wrap;
  }
}
.footer .fbox3 .box .text {
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.footer .fbox3 .box .text a {
  color: #FFF;
}
.footer .fbox3 .box .text a:hover {
  text-decoration: underline;
}
.footer .fbox3 .box .text .cnzz {
  display: inline-block;
}
.footer .fbox3 .box .text-right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .fbox3 .box .text-right {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .fbox3 .box .text-right a {
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.footer .fbox3 .box .text-right a:hover {
  text-decoration: underline;
}
.footer .fbox3 .box .text-right span {
  display: inline-block;
  margin: 0 16px;
  width: 1px;
  height: 12px;
  background: #FFF;
}
.about-banner {
  position: relative;
}
.about-banner img {
  width: 100%;
  height: auto;
}
.about-banner .nav-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-banner .nav-box .box h2 {
  color: #FFF;
  text-align: center;
  font-family: "RobotoCondensed";
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1560px) {
  .about-banner .nav-box .box h2 {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .about-banner .nav-box .box h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .about-banner .nav-box .box h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .about-banner .nav-box .box h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-banner .nav-box .box h2 {
    font-size: 40px;
  }
}
.about-banner .nav-box .box .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about-banner .nav-box .box .nav {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .about-banner .nav-box .box .nav {
    margin-top: 10px;
  }
}
.about-banner .nav-box .box .nav .iconfont {
  font-size: 18px;
  color: #FFF;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .about-banner .nav-box .box .nav .iconfont {
    font-size: 14px;
  }
}
.about-banner .nav-box .box .nav a {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about-banner .nav-box .box .nav a {
    font-size: 14px;
  }
}
.about-banner .nav-box .box .nav a:hover {
  text-decoration: underline;
}
.about-banner .nav-box .box .nav span {
  color: #FFF;
  margin: 0 5px;
}
.about .about-partner {
  position: relative;
  padding: 140px 0 160px 0;
}
@media (max-width: 1400px) {
  .about .about-partner {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-partner {
    padding: 70px 0 170px 0;
  }
}
@media (max-width: 991px) {
  .about .about-partner {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .about .about-partner {
    padding: 40px 0 50px 0;
  }
}
.about .about-partner .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .about-partner .box {
    flex-wrap: wrap;
  }
}
.about .about-partner .box .left {
  width: 52%;
  position: relative;
}
@media (max-width: 991px) {
  .about .about-partner .box .left {
    width: 100%;
  }
}
.about .about-partner .box .left .firm-video {
  position: absolute;
  z-index: 6;
  top: 20%;
  right: 11%;
}
@media (max-width: 991px) {
  .about .about-partner .box .left .firm-video {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.about .about-partner .box .left .firm-video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFF;
}
.about .about-partner .box .left .firm-video .iconfont {
  cursor: pointer;
  font-size: 20px;
  padding-left: 3px;
  color: #FFF;
  background-color: #104229;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  transition: all 0.4s;
}
.about .about-partner .box .left .content {
  display: flex;
  padding-bottom: 72px;
  position: relative;
}
@media (max-width: 1440px) {
  .about .about-partner .box .left .content {
    padding-bottom: 65px;
  }
}
@media (max-width: 1400px) {
  .about .about-partner .box .left .content {
    padding-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .about .about-partner .box .left .content {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .about .about-partner .box .left .content {
    padding-bottom: 10%;
  }
}
.about .about-partner .box .left .content .item1 {
  width: 83%;
}
.about .about-partner .box .left .content .item1 .img-box {
  padding-bottom: calc(490 / 650 * 100%);
  border-radius: 8px;
}
.about .about-partner .box .left .content .item1 .img-box img {
  transform: scale(1) !important;
}
.about .about-partner .box .left .content .item2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40.5%;
}
.about .about-partner .box .left .content .item2 .img-box {
  padding-bottom: calc(240 / 320 * 100%);
  border-radius: 8px;
}
.about .about-partner .box .right {
  width: 46%;
}
@media (max-width: 991px) {
  .about .about-partner .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .about-partner .box .right .index-title h2 {
  text-align: left;
}
.about .about-partner .box .right .txt {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .about .about-partner .box .right .txt {
    margin-top: 20px;
  }
}
.about .about-partner .box .right .txt p {
  color: #222;
  font-size: 16px;
  line-height: 175%;
  /* 28px */
}
@media (max-width: 767px) {
  .about .about-partner .box .right .txt p {
    font-size: 14px;
  }
}
.about .about-partner .ti-botombox {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 12;
}
@media (max-width: 991px) {
  .about .about-partner .ti-botombox {
    position: static;
    margin-top: 20px;
  }
}
.about .about-partner .ti-botom {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D5D5D5;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  font-size: 146px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 146px */
  text-align: right;
}
@media (max-width: 1920px) {
  .about .about-partner .ti-botom {
    font-size: 110px;
  }
}
@media (max-width: 1740px) {
  .about .about-partner .ti-botom {
    font-size: 96px;
  }
}
@media (max-width: 1560px) {
  .about .about-partner .ti-botom {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .about .about-partner .ti-botom {
    font-size: 80px;
  }
}
@media (max-width: 797px) {
  .about .about-partner .ti-botom {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .about .about-partner .ti-botom {
    font-size: 42px;
  }
}
.about .about-company {
  position: relative;
}
.about .about-company .box .left {
  padding: 18% 0 20% 0;
  width: 43%;
}
@media (max-width: 991px) {
  .about .about-company .box .left {
    width: 100%;
  }
}
.about .about-company .box .left::after {
  content: '';
  width: 65%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(../img/about-company-bg1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .about .about-company .box .left::after {
    width: 100%;
  }
}
.about .about-company .box .left .cont {
  position: relative;
  z-index: 6;
}
.about .about-company .box .left .index-title h2 {
  color: #FFF;
  text-align: left;
}
.about .about-company .box .left .txt {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .about .about-company .box .left .txt {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-company .box .left .txt {
    margin-top: 20px;
  }
}
.about .about-company .box .left .txt p {
  color: #FFF;
  font-size: 16px;
  line-height: 180%;
  opacity: 0.6;
  /* 28.8px */
}
@media (max-width: 767px) {
  .about .about-company .box .left .txt p {
    font-size: 14px;
  }
}
.about .about-company .box .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34.5%;
  z-index: 3;
}
@media (max-width: 1980px) {
  .about .about-company .box .right {
    width: 45.5%;
  }
}
@media (max-width: 991px) {
  .about .about-company .box .right {
    position: relative;
    width: 100%;
  }
}
.about .about-company .box .right img {
  width: 100%;
  height: auto;
}
.about .about-values .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .about .about-values .box {
    flex-wrap: wrap;
  }
}
.about .about-values .box .left {
  width: 50%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .about-values .box .left {
    width: 100%;
  }
}
.about .about-values .box .left::after {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.2) 0%, rgba(34, 34, 34, 0.2) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about .about-values .box .left .tit {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 5;
  opacity: 0.25;
  color: #FFF;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1470px) {
  .about .about-values .box .left .tit {
    font-size: 76px;
  }
}
@media (max-width: 1400px) {
  .about .about-values .box .left .tit {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .about .about-values .box .left .tit {
    bottom: 20px;
    left: 20px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .about .about-values .box .left .tit {
    font-size: 42px;
  }
}
.about .about-values .box .left img {
  width: 100%;
  height: auto;
}
.about .about-values .box .right {
  width: 48%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .about .about-values .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .about-values .box .right .row-box {
  margin: -15px;
}
.about .about-values .box .right .row-box .col-box {
  padding: 15px;
}
.about .about-values .box .right .row-box .col-box .item {
  border-radius: 16px;
  background: #F5F5F5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 265px;
}
@media (max-width: 1400px) {
  .about .about-values .box .right .row-box .col-box .item {
    padding: 30px 20px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .about .about-values .box .right .row-box .col-box .item {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .about .about-values .box .right .row-box .col-box .item {
    height: auto;
  }
}
.about .about-values .box .right .row-box .col-box .item:hover .icon img {
  animation: swing 1s 0s ease both;
}
.about .about-values .box .right .row-box .col-box .item:hover .cont .tit {
  color: #104229;
}
.about .about-values .box .right .row-box .col-box .item .icon img {
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .about .about-values .box .right .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
.about .about-values .box .right .row-box .col-box .item .cont .tit {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  transition: all 0.5s;
  /* 25px */
}
@media (max-width: 1440px) {
  .about .about-values .box .right .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about .about-values .box .right .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.about .about-values .box .right .row-box .col-box .item .cont .txt {
  margin-top: 12px;
}
.about .about-values .box .right .row-box .col-box .item .cont .txt p {
  color: #444;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 767px) {
  .about .about-values .box .right .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.about .about-culture {
  padding: 120px 0 140px 0;
  background: url(../img/about-culture-bg1.png) no-repeat center;
  background-size: cover;
  background-color: #104229;
}
@media (max-width: 1400px) {
  .about .about-culture {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-culture {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .about .about-culture {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .about .about-culture {
    padding: 40px 0 50px 0;
  }
}
.about .about-culture .index-title h2 {
  color: #FFF;
}
.about .about-culture .index-title p {
  color: #FFF;
}
.about .about-culture .content {
  margin-top: 80px;
}
@media (max-width: 1470px) {
  .about .about-culture .content {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .about .about-culture .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-culture .content {
    margin-top: 40px;
  }
}
.about .about-culture .content .row-box {
  margin: -20px -40px;
}
.about .about-culture .content .row-box .col-box {
  padding: 20px 40px;
  position: relative;
}
.about .about-culture .content .row-box .col-box::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: url(../img/about-culture-bg2.png) no-repeat center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .about .about-culture .content .row-box .col-box::after {
    left: 50%;
    right: auto;
    transform: rotate(90deg);
  }
}
.about .about-culture .content .row-box .col-box:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .about .about-culture .content .row-box .col-box:last-child::after {
    display: block;
  }
}
.about .about-culture .content .row-box .col-box .item .icon {
  display: flex;
  justify-content: center;
}
.about .about-culture .content .row-box .col-box .item .icon .iconfont {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 1;
}
.about .about-culture .content .row-box .col-box .item .tit {
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
@media (max-width: 1440px) {
  .about .about-culture .content .row-box .col-box .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .about .about-culture .content .row-box .col-box .item .tit {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .about .about-culture .content .row-box .col-box .item .tit {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .about-culture .content .row-box .col-box .item .tit {
    font-size: 16px;
  }
}
.about .about-culture .content .row-box .col-box .item .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .about .about-culture .content .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}
.about .about-culture .content .row-box .col-box .item .txt p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  opacity: 0.5;
}
@media (max-width: 767px) {
  .about .about-culture .content .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}
.about .about-deworth {
  background-color: rgba(16, 66, 41, 0.05);
  padding: 180px 0;
}
@media (max-width: 1470px) {
  .about .about-deworth {
    padding: 140px 0;
  }
}
@media (max-width: 1400px) {
  .about .about-deworth {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-deworth {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .about .about-deworth {
    padding: 40px 0;
  }
}
.about .about-deworth .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .about .about-deworth .row-box {
    margin: -10px;
  }
}
.about .about-deworth .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .about .about-deworth .row-box .col-box {
    padding: 10px;
  }
}
.about .about-deworth .row-box .col-box .item2 h2 {
  text-align: left;
}
.about .about-deworth .row-box .col-box .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 30px 40px;
  border-radius: 8px;
  background: #FFF;
  height: 300px;
}
@media (max-width: 1400px) {
  .about .about-deworth .row-box .col-box .item {
    padding: 30px 20px;
    height: 270px;
  }
}
@media (max-width: 1199px) {
  .about .about-deworth .row-box .col-box .item {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .about .about-deworth .row-box .col-box .item {
    height: auto;
  }
}
.about .about-deworth .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
}
.about .about-deworth .row-box .col-box .item:hover .cont .tit {
  color: #104229;
}
.about .about-deworth .row-box .col-box .item .icon .iconfont {
  color: #104229;
  display: inline-block;
  font-size: 28px;
}
@media (max-width: 767px) {
  .about .about-deworth .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
.about .about-deworth .row-box .col-box .item .cont .tit {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
  /* 20px */
}
@media (max-width: 1470px) {
  .about .about-deworth .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about .about-deworth .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.about .about-deworth .row-box .col-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .about .about-deworth .row-box .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.about .about-deworth .row-box .col-box .item .cont .txt p {
  color: #444;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 767px) {
  .about .about-deworth .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.about .about-factory {
  padding: 100px 0;
}
@media (max-width: 1470px) {
  .about .about-factory {
    padding: 80px 0;
  }
}
@media (max-width: 1400px) {
  .about .about-factory {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-factory {
    padding: 40px 0;
  }
}
.about .about-factory .content {
  margin-top: 50px;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .about .about-factory .content {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .about .about-factory .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about .about-factory .content {
    padding-bottom: 0;
  }
}
.about .about-factory .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .about .about-factory .content .row-box {
    margin: -10px;
  }
}
.about .about-factory .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .about .about-factory .content .row-box .col-box {
    padding: 10px;
  }
}
.about .about-factory .content .row-box .col-box .item {
  cursor: pointer;
}
.about .about-factory .content .row-box .col-box .item:hover .img-box .cont {
  opacity: 1;
}
.about .about-factory .content .row-box .col-box .item .img-box {
  padding-bottom: calc(260 / 390 * 100%);
  border-radius: 8px;
}
.about .about-factory .content .row-box .col-box .item .img-box .cont {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(16, 66, 41, 0.9) 0%, rgba(16, 66, 41, 0.9) 100%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.about .about-factory .content .row-box .col-box .item .img-box .cont .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 28px;
}
.about .about-factory .content .prev-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .about .about-factory .content .prev-next {
    display: none;
  }
}
.about .about-factory .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  color: #104229;
  font-weight: bold;
  transition: all 0.3s ease;
}
.about .about-factory .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  color: #104229;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.about .about-factory .content .prev-next .slick-prev,
.about .about-factory .content .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 rgba(5, 12, 26, 0.1);
}
.about .about-factory .content .prev-next .slick-next:hover,
.about .about-factory .content .prev-next .slick-prev:hover {
  background-color: #104229;
}
.about .about-factory .content .prev-next .slick-next {
  right: 0;
}
.about .about-factory .content .prev-next .slick-prev {
  left: 0;
}
.about .about-factory .content .prev-next .slick-prev:hover::before,
.about .about-factory .content .prev-next .slick-next:hover::before {
  color: #FFF;
}
.about-honor {
  padding: 80px 0 100px 0;
}
@media (max-width: 1400px) {
  .about-honor {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .about-honor {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .about-honor {
    padding: 40px 0 50px 0;
  }
}
.about-honor .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .about-honor .content .row-box {
    margin: -10px;
  }
}
.about-honor .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .about-honor .content .row-box .col-box {
    padding: 10px;
  }
}
.about-honor .content .row-box .col-box .item {
  cursor: pointer;
}
.about-honor .content .row-box .col-box .item:hover .img-box .cont {
  opacity: 1;
}
.about-honor .content .row-box .col-box .item .img-box {
  padding-bottom: calc(510 / 360 * 100%);
  border-radius: 8px;
}
.about-honor .content .row-box .col-box .item .img-box .cont {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(16, 66, 41, 0.9) 0%, rgba(16, 66, 41, 0.9) 100%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.about-honor .content .row-box .col-box .item .img-box .cont .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  color: #FFF;
  font-size: 32px;
}
.product {
  padding: 90px 0 100px 0;
}
@media (max-width: 1400px) {
  .product {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .product {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 40px 0 50px 0;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}
.product .popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  height: 100%;
}
@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}
.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #104229;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 160px;
  overflow: hidden;
  width: 360px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 8px;
  border-radius: 8px;
  background: rgba(16, 66, 41, 0.1);
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li p {
  padding: 22px 24px;
}
.product .popular .popular-box .popular-left .ul-li p > a {
  display: flex;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li p > a::before {
  font-family: 'iconfont' !important;
  content: '\e632';
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  margin-right: 12px;
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p > a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product .popular .popular-box .popular-left .ul-li p > a {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  padding: 0 7px;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  margin-bottom: 8px;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #444;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 20px 16px;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.product .popular .popular-box .popular-left .ul-li ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999;
  border-radius: 50%;
  transition: all 0.4s;
  margin-right: 10px;
}
.product .popular .popular-box .popular-left .ul-li ul li a:hover {
  color: #FFF;
  background-color: #104229;
}
.product .popular .popular-box .popular-left .ul-li ul li a:hover::before {
  opacity: 0.5;
}
.product .popular .popular-box .popular-left .ul-li.active {
  padding-bottom: 8px;
}
.product .popular .popular-box .popular-left .ul-li.active p > a::before {
  content: '\e729';
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 360px - 30px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 20px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -15px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box {
    margin: -10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 15px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
    padding: 10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item {
  transition: all 0.4s;
  padding: 10px;
  border-radius: 8px;
  background-color: #F5F5F5;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover {
  background-color: #104229;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.2);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .tit a {
  color: #FFF;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .txt p {
  color: #FFFFFF;
  opacity: 0.5;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box {
  border-radius: 8px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
  padding: 20px 0;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
  margin-top: 4px;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /* 18px */
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit a {
  color: #222;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt {
  margin-top: 16px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
  color: #104229;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
  width: 48%;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 70%;
  margin: 0 -8px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0 8px;
  overflow: hidden;
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 14px;
  padding-left: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  content: '\ea6a';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #104229;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video:hover::after {
  background-color: #FFFFFF;
  color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  border-radius: 16px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  border-radius: 8px;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  position: absolute;
  right: 0px;
  width: 112px;
  bottom: 6%;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    width: 90px;
    bottom: 8%;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    width: 112px;
    bottom: 6%;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: none;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  color: #444444;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e642';
  font-weight: bold;
  color: #444444;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #666666;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
    width: 50px;
    height: 50px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:hover,
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:hover {
  background-color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  right: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  left: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:hover::before,
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:hover::before {
  color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
  width: 47%;
  padding-top: 44px;
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding-bottom: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  color: #222;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
  /* 60px */
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 24px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
  display: block;
  margin-bottom: 16px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  /* 22px */
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt p {
  color: #444;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt ul {
  list-style: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt ul li {
  color: #444;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt ul li {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  /* 22px */
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now {
  margin-top: 70px;
  display: flex;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now {
    flex-wrap: wrap;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  background-color: rgba(16, 66, 41, 0.1);
  margin-right: 40px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a {
    margin-right: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a:last-child {
  margin-right: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a:hover {
  background-color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a:hover .iconfont {
  color: #fff;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a:hover span {
  color: #fff;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a .iconfont {
  color: #104229;
  line-height: 1;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .inquiry-now a span {
  color: #104229;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
  position: sticky;
  top: 156px;
  margin-top: 90px;
  background-color: #FFF;
  z-index: 99;
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    position: static;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0 -30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: flex-start;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
  padding: 0 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
    padding: 0 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
  display: inline-block;
  position: relative;
  padding: 17px 0;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
  /* 20px */
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
    padding-bottom: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-radius: 2px;
  height: 2px;
  background: #104229;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a:hover {
  color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a:hover::after {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a.active {
  color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a.active::after {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox {
  border-top: 1px solid #ccc;
  padding: 30px;
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox {
    padding: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox h2 {
  color: #222;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  /* 36px */
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox h2 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox h2 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox h2 {
    font-size: 22px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .specifications h2 {
  margin-top: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .specifications .table-box table {
  width: 100%;
  background-color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .specifications .table-box table caption {
  caption-side: top;
  padding: 15px 0;
  background-color: #FFF;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .specifications .table-box table tr td {
  border: 1px solid #CCCCCC;
  color: #444;
  font-size: 16px;
  /* 48.64px */
  padding: 12px 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .specifications .table-box table tr td {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .available .cont img {
  width: 100%;
  height: auto;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .available .cont table {
  margin-top: 24px;
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .available .cont table tr td {
  color: #444;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  border: 1px solid #CCC;
  padding: 16px 0;
  text-align: center;
  width: calc(100%/5);
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .available .cont table tr td {
    padding: 16px 10px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .available .cont table tr td {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box {
    margin: -10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box {
    padding: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item:hover .tit a {
  color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item .cont-img .img-box {
  border-radius: 8px;
  padding-bottom: calc(255 / 340 * 100%);
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item .tit {
  margin-top: 20px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item .tit {
    font-size: 16px;
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .details-application .cont .row-box .col-box .item .tit a {
  color: #222;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #104229;
  border: none;
  padding: 16px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .row {
  list-style: none;
  margin: 0 -7px;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox li {
  margin-top: 16px;
  padding: 0 7px;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group {
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit {
  border: none;
  border-radius: 48px;
  background: #104229;
  padding: 14px 40px;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit {
    padding: 10px 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit span {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit .iconfont {
  margin-right: 12px;
  color: #FFF;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox .inquiry .cont .message .func .submit .iconfont {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 h2 {
  color: #222;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  /* 36px */
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 h2 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 h2 {
    font-size: 22px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick {
    margin: 0 -10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box {
    padding: 0 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item {
  transition: all 0.4s;
  padding: 10px;
  border-radius: 8px;
  background-color: #F5F5F5;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item:hover {
  background-color: #104229;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.2);
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item:hover .cont .tit a {
  color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item:hover .cont .txt p {
  color: #FFFFFF;
  opacity: 0.5;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont-img .img-box {
  border-radius: 8px;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont {
  padding: 20px 0;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .tit {
  margin-top: 4px;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .tit {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .tit a {
  color: #222;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .txt {
  margin-top: 16px;
}
.product .popular .popular-box .popular-right.productdetails-right .details-contentbox2 .related .contbox .related-slick .item-box .item .cont .txt p {
  color: #104229;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.4s;
}
.application {
  padding: 90px 0 100px 0;
}
@media (max-width: 1400px) {
  .application {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .application {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .application {
    padding: 40px 0 50px 0;
  }
}
.application .index-title {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .application .index-title {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .application .index-title {
    width: 100%;
  }
}
.application .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .application .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .application .content {
    margin-top: 20px;
  }
}
.application .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .application .content .row-box {
    margin: -10px;
  }
}
.application .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .application .content .row-box .col-box {
    padding: 10px;
  }
}
.application .content .row-box .col-box .item {
  position: relative;
}
.application .content .row-box .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.2);
}
.application .content .row-box .col-box .item:hover .tit a {
  background-color: #104229;
}
.application .content .row-box .col-box .item:hover .tit a span {
  color: #FFFFFF;
}
.application .content .row-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(330 / 490 * 100%);
  border-radius: 8px;
}
.application .content .row-box .col-box .item .tit {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
.application .content .row-box .col-box .item .tit a {
  display: flex;
  padding: 12px 20px;
  transition: all 0.5s;
  border-radius: 4px;
  background: #FFF;
}
@media (max-width: 767px) {
  .application .content .row-box .col-box .item .tit a {
    background-color: #104229;
  }
}
.application .content .row-box .col-box .item .tit a span {
  color: #222;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .application .content .row-box .col-box .item .tit a span {
    font-size: 14px;
    color: #FFF;
  }
}
.news {
  padding: 90px 0 100px 0;
}
@media (max-width: 1400px) {
  .news {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 40px 0 50px 0;
  }
}
.news .news-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.news .news-nav ul li {
  margin-right: 16px;
  display: inline-flex;
  border-radius: 48px;
  background-color: #F5F5F5;
  transition: all 0.5s;
}
.news .news-nav ul li:last-child {
  margin-right: 0;
}
.news .news-nav ul li.active {
  background-color: #104229;
}
.news .news-nav ul li.active span {
  color: #FFFFFF;
}
.news .news-nav ul li a {
  display: block;
  padding: 16px 30px;
}
@media (max-width: 1400px) {
  .news .news-nav ul li a {
    padding: 12px 25px;
  }
}
.news .news-nav ul li:hover {
  background-color: #104229;
}
.news .news-nav ul li:hover span {
  color: #FFFFFF;
}
.news .news-nav ul li span {
  color: #222;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .news .news-nav ul li span {
    font-size: 14px;
  }
}
.news .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .news .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .news .content {
    margin-top: 20px;
  }
}
.news .content .news-list {
  margin: -15px -20px;
}
@media (max-width: 991px) {
  .news .content .news-list {
    margin: -10px -15px;
  }
}
.news .content .news-list .list-box {
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .news .content .news-list .list-box {
    padding: 10px 15px;
  }
}
.news .content .news-list .list-box .list {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  .news .content .news-list .list-box .list {
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
}
.news .content .news-list .list-box .list:hover {
  background-color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.news .content .news-list .list-box .list:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.news .content .news-list .list-box .list:hover .cont .tit a {
  text-decoration: underline;
  color: #104229;
}
.news .content .news-list .list-box .list .cont-img .img-box {
  padding-bottom: calc(270 / 480 * 100%);
}
.news .content .news-list .list-box .list .cont {
  padding: 30px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .news .content .news-list .list-box .list .cont {
    padding: 20px;
  }
}
.news .content .news-list .list-box .list .cont .date {
  position: absolute;
  top: 44%;
  right: 30px;
  z-index: 5;
  border-radius: 8px;
  background: #104229;
  padding: 14px 20px;
}
@media (max-width: 1400px) {
  .news .content .news-list .list-box .list .cont .date {
    top: 37%;
  }
}
@media (max-width: 1199px) {
  .news .content .news-list .list-box .list .cont .date {
    right: 15px;
  }
}
.news .content .news-list .list-box .list .cont .date .day {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .news .content .news-list .list-box .list .cont .date .day {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .news .content .news-list .list-box .list .cont .date .day {
    font-size: 20px;
  }
}
.news .content .news-list .list-box .list .cont .date .year {
  margin-top: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  /* 14px */
}
.news .content .news-list .list-box .list .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px 13px;
  color: #104229;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  background: rgba(16, 66, 41, 0.05);
}
.news .content .news-list .list-box .list .cont .tit {
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .news .content .news-list .list-box .list .cont .tit {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .news .content .news-list .list-box .list .cont .tit {
    margin-top: 10px;
  }
}
.news .content .news-list .list-box .list .cont .tit a {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
  /* 30px */
}
@media (max-width: 1400px) {
  .news .content .news-list .list-box .list .cont .tit a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .news .content .news-list .list-box .list .cont .tit a {
    font-size: 16px;
  }
}
.news .content .news-list .list-box .list .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .news .content .news-list .list-box .list .cont .txt {
    margin-top: 10px;
  }
}
.news .content .news-list .list-box .list .cont .txt p {
  color: #444;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.downloads {
  padding: 90px 0 100px 0;
}
@media (max-width: 1400px) {
  .downloads {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .downloads {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .downloads {
    padding: 40px 0 50px 0;
  }
}
.downloads .contentbox {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .downloads .contentbox {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .downloads .contentbox {
    margin-top: 30px;
  }
}
.downloads .contentbox .downlist {
  margin: -15px;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist {
    margin: -10px;
  }
}
.downloads .contentbox .downlist .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box {
    padding: 10px;
  }
}
.downloads .contentbox .downlist .col-box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: rgba(16, 66, 41, 0.1);
  transition: all 0.5s;
  padding: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .downloads .contentbox .downlist .col-box .list {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list {
    flex-wrap: wrap;
  }
}
.downloads .contentbox .downlist .col-box .list::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 32px);
  border-radius: 8px;
  background-color: #CCC;
  transition: all 0.5s;
}
.downloads .contentbox .downlist .col-box .list:hover::after {
  background-color: #104229;
}
.downloads .contentbox .downlist .col-box .list:hover .right a {
  background-color: #104229;
}
.downloads .contentbox .downlist .col-box .list:hover .right a .iconfont {
  color: #FFF;
}
.downloads .contentbox .downlist .col-box .list:hover .right a span {
  color: #FFF;
}
.downloads .contentbox .downlist .col-box .list .left {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list .left {
    width: 100%;
  }
}
.downloads .contentbox .downlist .col-box .list .left .icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (max-width: 1199px) {
  .downloads .contentbox .downlist .col-box .list .left .icon a {
    width: 50px;
    height: 50px;
  }
}
.downloads .contentbox .downlist .col-box .list .left .icon a .iconfont {
  color: #CC0000;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .downloads .contentbox .downlist .col-box .list .left .icon a .iconfont {
    font-size: 20px;
  }
}
.downloads .contentbox .downlist .col-box .list .left .tit-type {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .downloads .contentbox .downlist .col-box .list .left .tit-type {
    margin-left: 10px;
  }
}
.downloads .contentbox .downlist .col-box .list .left .tit-type .tit a {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}
@media (max-width: 1400px) {
  .downloads .contentbox .downlist .col-box .list .left .tit-type .tit a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list .left .tit-type .tit a {
    font-size: 16px;
  }
}
.downloads .contentbox .downlist .col-box .list .left .tit-type .type {
  margin-top: 16px;
  display: inline-flex;
}
@media (max-width: 1400px) {
  .downloads .contentbox .downlist .col-box .list .left .tit-type .type {
    margin-top: 10px;
  }
}
.downloads .contentbox .downlist .col-box .list .left .tit-type .type span {
  display: inline-block;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  /* 14px */
  margin-right: 15px;
}
.downloads .contentbox .downlist .col-box .list .left .tit-type .type span:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list .right {
    width: 100%;
    margin-top: 40px;
  }
}
.downloads .contentbox .downlist .col-box .list .right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid rgba(16, 66, 41, 0.2);
  transition: all 0.5s;
  padding: 14px 30px;
}
@media (max-width: 1199px) {
  .downloads .contentbox .downlist .col-box .list .right a {
    padding: 10px 20px;
  }
}
.downloads .contentbox .downlist .col-box .list .right a .iconfont {
  margin-right: 12px;
  color: #104229;
  font-size: 16px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list .right a .iconfont {
    font-size: 14px;
  }
}
.downloads .contentbox .downlist .col-box .list .right a span {
  color: #104229;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .downloads .contentbox .downlist .col-box .list .right a span {
    font-size: 14px;
  }
}
.contact {
  background: #F5F5F5;
  padding: 100px 0;
}
@media (max-width: 1470px) {
  .contact {
    padding: 80px 0;
  }
}
@media (max-width: 1400px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .contact {
    padding: 40px 0;
  }
}
.contact .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .left {
  width: 48%;
  border-radius: 16px;
  background: #FFF;
  padding: 30px 60px;
}
@media (max-width: 1199px) {
  .contact .box .left {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .contact .box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact .box .left {
    padding: 25px 20px;
  }
}
.contact .box .left .laybel {
  color: #104229;
  font-family: "KaushanScript";
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
@media (max-width: 1400px) {
  .contact .box .left .laybel {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .contact .box .left .laybel {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .box .left .laybel {
    font-size: 14px;
  }
}
.contact .box .left h2 {
  color: #222;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  margin: 30px 0;
}
@media (max-width: 1680px) {
  .contact .box .left h2 {
    font-size: 55px;
  }
}
@media (max-width: 1470px) {
  .contact .box .left h2 {
    font-size: 46px;
  }
}
@media (max-width: 1440px) {
  .contact .box .left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .contact .box .left h2 {
    margin: 20px 0;
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .contact .box .left h2 {
    font-size: 28px;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .contact .box .left h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .contact .box .left h2 {
    font-size: 22px;
    margin: 10px 0;
  }
}
.contact .box .left .txt p {
  color: #444;
  font-size: 20px;
  line-height: 150%;
  /* 30px */
}
@media (max-width: 1470px) {
  .contact .box .left .txt p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .contact .box .left .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .box .left .txt p {
    font-size: 14px;
  }
}
.contact .box .left .hr {
  margin: 50px 0;
  background: #D9D9D9;
  height: 1px;
}
@media (max-width: 1400px) {
  .contact .box .left .hr {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .contact .box .left .hr {
    margin: 20px 0;
  }
}
.contact .box .left .message {
  width: 100%;
}
.contact .box .left .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #104229;
  border: none;
  padding: 16px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .contact .box .left .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.contact .box .left .message .formbox .row {
  list-style: none;
  margin: -15px -10px;
}
@media (max-width: 1199px) {
  .contact .box .left .message .formbox .row {
    margin: -10px -10px;
  }
}
.contact .box .left .message .formbox li {
  padding: 15px 10px;
}
@media (max-width: 1199px) {
  .contact .box .left .message .formbox li {
    padding: 10px 10px;
  }
}
.contact .box .left .message .formbox .group {
  position: relative;
}
.contact .box .left .message .formbox .group label {
  margin-bottom: 16px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}
@media (max-width: 1400px) {
  .contact .box .left .message .formbox .group label {
    margin-bottom: 10px;
  }
}
.contact .box .left .message .formbox .group label span {
  color: #CC0000;
}
@media (max-width: 1400px) {
  .contact .box .left .message .formbox .group label {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .contact .box .left .message .formbox .group label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .box .left .message .formbox .group label {
    font-size: 14px;
  }
}
.contact .box .left .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5F5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .contact .box .left .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .box .left .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 991px) {
  .contact .box .left .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .box .left .message .formbox .group input:focus label {
  display: none;
}
.contact .box .left .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .box .left .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 6px;
  background: #F5F5F5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 991px) {
  .contact .box .left .message .formbox .group textarea {
    font-size: 14px;
  }
}
.contact .box .left .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .contact .box .left .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .box .left .message .formbox .group textarea:focus label {
  display: none;
}
.contact .box .left .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .box .left .message .func {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .contact .box .left .message .func {
    margin-top: 20px;
  }
}
.contact .box .left .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.contact .box .left .message .func .submit {
  border: none;
  border-radius: 48px;
  background: #104229;
  padding: 14px 40px;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact .box .left .message .func .submit {
    padding: 10px 30px;
  }
}
.contact .box .left .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .contact .box .left .message .func .submit span {
    font-size: 14px;
  }
}
.contact .box .left .message .func .submit .iconfont {
  margin-right: 12px;
  color: #FFF;
}
@media (max-width: 991px) {
  .contact .box .left .message .func .submit .iconfont {
    font-size: 14px;
  }
}
.contact .box .right {
  width: 48%;
}
@media (max-width: 991px) {
  .contact .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.contact .box .right .cont-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .contact .box .right .cont-img img {
    border-radius: 10px;
  }
}
.contact .box .right .cont {
  margin-top: 30px;
  border-radius: 16px;
  background: #FFF;
  padding: 30px;
}
@media (max-width: 1400px) {
  .contact .box .right .cont {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .contact .box .right .cont {
    padding: 20px;
  }
}
.contact .box .right .cont .list {
  margin-top: 10px;
  border-radius: 8px;
  background: #F5F5F5;
  display: flex;
  padding: 30px;
}
.contact .box .right .cont .list:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .contact .box .right .cont .list {
    padding: 20px;
  }
}
.contact .box .right .cont .list .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 66, 41, 0.1);
  color: #104229;
  font-size: 24px;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .contact .box .right .cont .list .icon .iconfont {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.contact .box .right .cont .list .ti-tx {
  width: calc(100% - 64px - 30px);
  margin-left: auto;
}
@media (max-width: 1199px) {
  .contact .box .right .cont .list .ti-tx {
    width: calc(100% - 50px - 20px);
  }
}
.contact .box .right .cont .list .ti-tx .ti {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
}
@media (max-width: 1400px) {
  .contact .box .right .cont .list .ti-tx .ti {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .contact .box .right .cont .list .ti-tx .ti {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact .box .right .cont .list .ti-tx .ti {
    font-size: 16px;
  }
}
.contact .box .right .cont .list .ti-tx .tx {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .contact .box .right .cont .list .ti-tx .tx {
    margin-top: 10px;
  }
}
.contact .box .right .cont .list .ti-tx .tx p {
  color: #444;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}
.contact .box .right .cont .list .ti-tx .tx p a {
  color: #444;
  transition: all 0.5s;
}
.contact .box .right .cont .list .ti-tx .tx p a:hover {
  color: #104229;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .contact .box .right .cont .list .ti-tx .tx p {
    font-size: 14px;
  }
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #104229;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #104229;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #104229;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}
@media (max-width: 1400px) {
  .pagination {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding: 40px 0 0 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 4px;
  vertical-align: top;
}
.pagination li.prev,
.pagination li.next {
  margin: 0 12px;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #104229;
  color: #FFF;
}
.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e686';
  color: #104229;
  text-align: center;
  transition: all 0.5s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a:before {
    font-size: 14px;
  }
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #104229;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 0;
  background-color: #1042290D;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #104229 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #104229;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff !important;
  background-color: #104229;
}
.newsdetails {
  margin-top: 140px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin-top: 80px;
  }
}
.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: #104229;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:first-child {
  background-color: #104229;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.newsdetails .auto-adjust-img p.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;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e610';
  -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: #104229;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #104229;
}
.newsdetails .relate-details .next a:before {
  content: '\e610';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #104229;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-family: 'Montserrat';
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #104229;
  border: none;
  padding: 16px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: 0 -7px;
}
.now-bottom .contactus-right .message .formbox li {
  margin-top: 16px;
  padding: 0 7px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 6px;
  background: #f5f5f5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.now-bottom .contactus-right .message .func .submit {
  border: none;
  border-radius: 48px;
  background: #104229;
  padding: 14px 40px;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .func .submit {
    padding: 10px 30px;
  }
}
.now-bottom .contactus-right .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .func .submit span {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .func .submit .iconfont {
  margin-right: 12px;
  color: #FFF;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .func .submit .iconfont {
    font-size: 14px;
  }
}
.inquiry-wrap {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1409px) {
  .inquiry-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap {
    padding-bottom: 40px;
  }
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #104229;
  border-color: #000;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #104229;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #104229;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #104229;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #104229;
  border: none;
  padding: 16px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: 0 -7px;
}
.inquiry-wrap .content .message .formbox li {
  margin-top: 16px;
  padding: 0 7px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 6px;
  background: #f5f5f5;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .func {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.inquiry-wrap .content .message .func .submit {
  border: none;
  border-radius: 48px;
  background: #104229;
  padding: 14px 40px;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .func .submit {
    padding: 10px 30px;
  }
}
.inquiry-wrap .content .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .func .submit span {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .func .submit .iconfont {
  margin-right: 12px;
  color: #FFF;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .func .submit .iconfont {
    font-size: 14px;
  }
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
