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

.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: 1500px) {
  .container.con1470 {
    max-width: 1470px;
  }
}

@media (min-width: 1800px) {
  .container.con1770 {
    max-width: 1770px;
  }
}

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

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

@font-face {
  font-family: 'InterTight';
  src: local('InterTight Bold'), local('InterTight-Bold'), 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: 'InterTight';
  src: local('InterTight Medium'), local('InterTight-Medium'), 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: local('InterTight Regular'), local('InterTight-Regular'), 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;
}

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 {
  margin: 150px 0;
}

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

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

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

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

.index-title h2 {
  margin: 0;
  color: #E7141B;
  font-family: Oswald;
  font-size: 60px;
  font-weight: 700;
  line-height: 125%;
  /* 75px */
}

.index-title h2 span {
  color: #222222;
  text-transform: uppercase;
}

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

@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}

@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
    letter-spacing: -0.24px;
  }
}

@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
    letter-spacing: 0;
  }
}

.index-more {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #A32500;
  padding: 3px 13px;
  transition: all 0.3s;
}

.index-more span {
  display: inline-block;
  color: #A32500;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .index-more span {
    font-size: 14px;
  }
}

.index-more .iconfont {
  content: '\e638';
  font-size: 25px;
  transition: all 0.3s;
  display: inline-block;
  color: #A32500;
  margin-left: 24px;
}

.index-more.active {
  background: #A32500;
}

.index-more.active span {
  color: #000000;
}

.index-more.active .iconfont {
  color: #000000;
}

.index-more:hover {
  background: #A32500;
}

.index-more:hover span {
  color: #000000;
}

.index-more:hover .iconfont {
  color: #000000;
}

.header.scrolled {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

.header .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .box .header-logo {
  width: 145px;
}

@media (max-width: 1400px) {
  .header .box .header-logo {
    width: 120px;
  }
}

@media (max-width: 1199px) {
  .header .box .header-logo {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .header .box .header-logo {
    width: 80px;
  }
}

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

.header .box .right-box {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
}

@media (max-width: 1800px) {
  .header .box .right-box {
    width: 82%;
  }
}

@media (max-width: 1400px) {
  .header .box .right-box {
    width: 86%;
  }
}

@media (max-width: 1199px) {
  .header .box .right-box {
    width: auto;
  }
}

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

.header .box .header-nav ul {
  display: flex;
  list-style: none;
  margin: 0 -30px;
}

@media (max-width: 1800px) {
  .header .box .header-nav ul {
    margin: 0 -20px;
  }
}

@media (max-width: 1440px) {
  .header .box .header-nav ul {
    margin: 0 -15px;
  }
}

.header .box .header-nav ul>li {
  display: block;
  padding: 30px 20px;
  position: relative;
}

@media (max-width: 1800px) {
  .header .box .header-nav ul>li {
    padding: 30px 10px;
  }
}

@media (max-width: 1440px) {
  .header .box .header-nav ul>li {
    padding: 30px 5px;
  }
}

.header .box .header-nav ul>li>a {
  padding: 10px 10px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}

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

.header .box .header-nav ul>li>a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  bottom: 10px;
  width: 0;
  transition: all 0.3s;
  background-color: #E7141B;
}

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

.header .box .header-nav ul>li>a:hover {
  color: #E7141B;
}

.header .box .header-nav ul>li>a:hover::after {
  width: calc(100% - 20px);
}

.header .box .header-nav ul>li>a.active {
  color: #E7141B;
}

.header .box .header-nav ul>li>a.active::after {
  width: calc(100% - 20px);
}

.header .box .header-nav ul>li ul {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 100%;
  margin: 0;
  display: none;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.header .box .header-nav ul>li ul li {
  position: relative;
  padding: 10px 20px;
}

.header .box .header-nav ul>li ul li a {
  color: #000;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 16px;
}

.header .box .header-nav ul>li ul li a:hover {
  color: #E7141B;
}

.header .box .header-nav ul>li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  transform: translateX(0);
  width: auto;
}

.header .box .header-nav ul>li ul li ul li a {
  padding: 0 5px;
  font-size: 14px;
}

.header .box .header-nav ul>li ul li ul li a::after {
  display: none;
}

.header .box .search-language-icon {
  display: flex;
  align-items: center;
}

.header .box .search-language-icon .search {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .box .search-language-icon .search .iconfont {
  font-size: 20px;
  color: #E7141B;
  cursor: pointer;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .header .box .search-language-icon .search .iconfont {
    font-size: 18px;
  }
}

.header .box .search-language-icon .language-box {
  margin: 0 40px;
  position: relative;
  width: 100px;
  height: 36px;
  align-self: center;
}

@media (max-width: 1800px) {
  .header .box .search-language-icon .language-box {
    margin: 0 20px;
  }
}

@media (max-width: 1400px) {
  .header .box .search-language-icon .language-box {
    width: 100px;
    height: 25px;
    margin: 0 10px;
  }
}

@media (max-width: 1199px) {
  .header .box .search-language-icon .language-box {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .header .box .search-language-icon .language-box {
    width: auto;
    height: auto;
    margin: 0 15px;
  }
}

.header .box .search-language-icon .language-box .icon-none {
  display: none;
  align-items: center;
  justify-content: center;
  color: #E7141B;
  transition: all 0.3s ease;
  font-size: 18px;
}

@media (max-width: 767px) {
  .header .box .search-language-icon .language-box .icon-none {
    display: inline-flex;
    color: #E7141B;
  }
}

.header .box .search-language-icon .language-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 27px;
  border-radius: 44px;
  list-style: none;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .header .box .search-language-icon .language-box ul {
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .header .box .search-language-icon .language-box ul {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    width: auto;
    min-width: 100%;
    border-radius: 10px !important;
  }
}

.header .box .search-language-icon .language-box ul:hover {
  border-radius: 16px;
  padding-bottom: 10px;
}

.header .box .search-language-icon .language-box ul li {
  display: none;
}

@media (max-width: 767px) {
  .header .box .search-language-icon .language-box ul li {
    display: block;
  }
}

.header .box .search-language-icon .language-box ul li:last-child {
  padding-bottom: 10px;
}

.header .box .search-language-icon .language-box ul li a {
  color: #444;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  display: flex;
  align-items: center;
  padding-top: 20px;
  text-align: right;
  justify-content: center;
}

@media (max-width: 767px) {
  .header .box .search-language-icon .language-box ul li a {
    font-size: 14px;
  }
}

.header .box .search-language-icon .language-box ul li a:hover {
  text-decoration: underline;
  color: #E7141B;
}

@media (min-width: 767px) {
  .header .box .search-language-icon .language-box ul li.active {
    display: block;
  }

  .header .box .search-language-icon .language-box ul li.active a {
    color: #444;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none !important;
  }

  .header .box .search-language-icon .language-box ul li.active a::after {
    font-family: 'iconfont' !important;
    content: '\e624';
    font-size: 14px;
    color: #444444;
    margin-left: 8px;
  }

  .header .box .search-language-icon .language-box ul li.active a::before {
    font-family: 'iconfont' !important;
    content: '\e61b';
    font-size: 18px;
    color: #444444;
    margin-right: 12px;
  }
}

.header .box .search-language-icon .translate {
  display: block;
}

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

.header-serch-box button .iconfont {
  font-size: 20px;
}

.header-serch-box .header-serch-none {
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  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: #000000;
}

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

@media (max-width: 575px) {
  .btn-menu {
    margin-right: 10px;
  }
}

.banner-box {
  position: relative;
  padding-top: 0px;
}

.banner-box .banner-mark {
  text-align: center;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  padding: 30px;
  bottom: 1.3vw;
  background: #fff;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .banner-box .banner-mark {
    display: none;
  }
}

.banner-box .banner-mark p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner-box .banner-mark p {
    font-size: 14px;
  }
}

.banner-box .banner-note {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease-out;
}

.banner-box .banner-note .tit h2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.67);
  font-size: 96px;
  font-weight: 800;
  line-height: 96px;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner-box .banner-note .tit h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.banner-box .banner-note .txt p {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.67);
}

@media (max-width: 1199px) {
  .banner-box .banner-note .txt p {
    font-size: 18px;
    line-height: 26px;
  }
}

.banner-box .banner-note .more {
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.banner-box .banner-note .more a {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 999px;
  transition: all 0.2s ease-out;
}

@media (max-width: 1199px) {
  .banner-box .banner-note .more a {
    padding: 7px 20px;
    font-size: 14px;
  }
}

.banner-box .banner-note .more a:hover {
  background: #1359A4;
  color: #fff;
}

.banner-box .swiper-slide-active .banner-note {
  transform: translate(-50%, -50%);
}

.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-pagination {
  bottom: 30px;
}

.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 .swiper-pagination {
  display: none !important;
}

.banner-box .banner.hide-video video {
  display: none !important;
}

.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(860 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}

.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}

.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}

.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}

.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}

.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}

.swiper-pagination {
  bottom: 44px !important;
  border-radius: 50px;
  padding: 4px 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

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

.swiper-pagination-bullet-active {
  width: 48px !important;
  height: 4px !important;
  background-color: #E7141B !important;
  margin: 0 8px !important;
  position: relative;
  opacity: 1 !important;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

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

.swiper-pagination-bullet {
  width: 48px !important;
  height: 4px !important;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 0 8px !important;
  opacity: 1 !important;
}

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

.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px;
}

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

.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: 24px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}

.index-nav .a:hover .iconfont {
  background: #E7141B;
}

.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: rgba(0, 0, 0, 0.44);
  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: 36px;
  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: #E7141B;
  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;
  }
}

.index-product {
  overflow: hidden;
  padding: 100px 0 118px 0;
}

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

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

.index-product .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media (max-width: 991px) {
  .index-product .top .index-title {
    width: 100%;
  }
}

.index-product .top .text {
  width: 33%;
}

@media (max-width: 1400px) {
  .index-product .top .text {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .index-product .top .text {
    width: 70%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-product .top .text {
    width: 95%;
  }
}

.index-product .top .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .index-product .top .text p {
    font-size: 14px;
  }
}

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

@media (max-width: 1400px) {
  .index-product .content {
    margin-top: 40px;
  }
}

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

.index-product .content .product-slick {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .index-product .content .product-slick {
    margin: 0 -10px;
  }
}

.index-product .content .product-slick .item-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .index-product .content .product-slick .item-box {
    padding: 0 10px;
  }
}

.index-product .content .product-slick .item-box .item {
  border-radius: 8px;
  overflow: hidden;
}

.index-product .content .product-slick .item-box .item:hover .img-box img {
  transform: scale(1.06);
}

.index-product .content .product-slick .item-box .item:hover .cont {
  background-color: #F5F5F5;
}

.index-product .content .product-slick .item-box .item:hover .cont::after {
  width: 100%;
}

.index-product .content .product-slick .item-box .item:hover .cont .tit {
  color: #E7141B;
}

.index-product .content .product-slick .item-box .item .img-box {
  padding-bottom: 100%;
  border-radius: 8px;
}

.index-product .content .product-slick .item-box .item .cont {
  padding: 30px;
  transition: all 0.3s;
  position: relative;
}

@media (max-width: 1400px) {
  .index-product .content .product-slick .item-box .item .cont {
    padding: 20px;
  }
}

.index-product .content .product-slick .item-box .item .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #E7141B;
  transition: all 0.3s;
  width: 0;
}

@media (max-width: 767px) {
  .index-product .content .product-slick .item-box .item .cont::after {
    width: 100%;
  }
}

.index-product .content .product-slick .item-box .item .cont .tit {
  display: inline-block;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

@media (max-width: 1400px) {
  .index-product .content .product-slick .item-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-product .content .product-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}

.index-product .content .product-slick .item-box .item .cont .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .index-product .content .product-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}

.index-product .content .product-slick .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .index-product .content .product-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.index-about {
  overflow: hidden;
  position: relative;
  min-height: 715px;
  background-image: url(../img/index-about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

@media (max-width: 1560px) {
  .index-about {
    min-height: 447px;
  }
}

@media (max-width: 1199px) {
  .index-about {
    min-height: 550px;
  }
}

.index-about .box1 .left {
  width: 42%;
  height: 100%;
}

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

.index-about .box1 .left .txt {
  margin-top: 32px;
}

@media (max-width: 1400px) {
  .index-about .box1 .left .txt {
    margin-top: 25px;
  }
}

@media (max-width: 1199px) {
  .index-about .box1 .left .txt {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .index-about .box1 .left .txt {
    margin-top: 10px;
  }
}

.index-about .box1 .left .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

.index-about .box1 .left .more {
  display: inline-block;
  margin-top: 80px;
  padding: 12px 35px;
  border-radius: 48px;
  background: #F5F5F5;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .index-about .box1 .left .more {
    background: #E7141B;
  }
}

.index-about .box1 .left .more:hover {
  background: #E7141B;
}

.index-about .box1 .left .more:hover span {
  color: #FFF;
}

@media (max-width: 1560px) {
  .index-about .box1 .left .more {
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  .index-about .box1 .left .more {
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .index-about .box1 .left .more {
    padding: 5px 15px;
    margin-top: 20px;
  }
}

.index-about .box1 .left .more span {
  color: #222222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .index-about .box1 .left .more span {
    font-size: 14px;
    color: #FFF;
  }
}

.index-about .box1 .right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 55%;
}

@media (max-width: 1560px) {
  .index-about .box1 .right {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .index-about .box1 .right {
    width: 100%;
    margin-top: 40px;
    position: static;
  }
}

.index-about .box1 .right .cont {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.index-about .box1 .right .cont .cont-img {
  width: 90%;
  position: relative;
  z-index: 56;
  -webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  background-image: url(../img/index-about-6.png);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .index-about .box1 .right .cont .cont-img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
}

.index-about .box1 .right .cont .cont-img .bgimg {
  width: 100%;
  height: 100%;
}

.index-about .box1 .right .cont .cont-img .yuanjiao {
  position: absolute;
  left: 30%;
  width: 60px;
  top: 0;
  z-index: 6;
  transition: all 0.3s;
}

@media (max-width: 1800px) {
  .index-about .box1 .right .cont .cont-img .yuanjiao {
    left: 29%;
  }
}

@media (max-width: 1199px) {
  .index-about .box1 .right .cont .cont-img .yuanjiao {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .index-about .box1 .right .cont .cont-img .yuanjiao {
    display: none;
  }
}

.index-about .box1 .right .cont .cont-img2 {
  position: absolute;
  top: 88px;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #E7141B;
}

@media (max-width: 1560px) {
  .index-about .box1 .right .cont .cont-img2 {
    top: 40px;
  }
}

.index-about .box1 .right .cont .cont-img2::after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.index-about .box1 .right .cont .cont-img2 .bgimg {
  width: 100%;
  height: 100%;
}

.index-about .box1 .right .cont .cont-img2 .yuanjiao {
  position: absolute;
  left: 28%;
  width: 60px;
  top: 0;
  z-index: 6;
  transition: all 0.3s;
}

@media (max-width: 1800px) {
  .index-about .box1 .right .cont .cont-img2 .yuanjiao {
    left: 27%;
  }
}

@media (max-width: 1199px) {
  .index-about .box1 .right .cont .cont-img2 .yuanjiao {
    left: 26%;
  }
}

@media (max-width: 575px) {
  .index-about .box1 .right .cont .cont-img2 .yuanjiao {
    left: 24%;
    width: 70px;
  }
}

@media (max-width: 390px) {
  .index-about .box1 .right .cont .cont-img2 .yuanjiao {
    left: 22%;
    width: 80px;
  }
}

.index-about .box1 .right .cont .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
}

.index-about .box1 .right .cont .firm-video .video {
  width: 100px;
  height: 100px;
  position: relative;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .index-about .box1 .right .cont .firm-video .video {
    width: 80px;
    height: 80px;
  }
}

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

.index-about .box1 .right .cont .firm-video .video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-about .box1 .right .cont .firm-video .video span .iconfont {
  font-size: 20px;
  color: #FFFFFF;
}

.index-number {
  overflow: hidden;
  padding: 40px 0;
  background: #E7141B;
}

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

.index-number .number {
  display: flex;
}

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

.index-number .number .item-box {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .index-number .number .item-box {
    width: 50%;
    margin-top: 20px;
  }
}

.index-number .number .item-box::after {
  content: '';
  background-image: url(../img/index-about-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.index-number .number .item-box .item .cont {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.56px;
}

@media (max-width: 1560px) {
  .index-number .number .item-box .item .cont {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {
  .index-number .number .item-box .item .cont {
    font-size: 35px;
  }
}

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

@media (max-width: 767px) {
  .index-number .number .item-box .item .cont {
    font-size: 25px;
  }
}

.index-number .number .item-box .item .cont .counter {
  margin-right: 5px;
}

.index-number .number .item-box .item p {
  margin-top: 12px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.16px;
}

@media (max-width: 991px) {
  .index-number .number .item-box .item p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-number .number .item-box .item p {
    font-size: 14px;
  }
}

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

@media (max-width: 1560px) {
  .index-categories {
    padding: 80px 0;
  }
}

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

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

.index-categories .index-title h2 {
  text-align: center;
}

.index-categories .index-title span {
  color: #FFFFFF;
}

.index-categories .content {
  display: flex;
  margin: 0 5px;
  margin-top: 60px;
}

@media (max-width: 1560px) {
  .index-categories .content {
    margin-top: 40px;
  }
}

@media (max-width: 1400px) {
  .index-categories .content {
    margin-top: 20px;
  }
}

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

.index-categories .content .list-box {
  width: calc(100% / 8);
  padding: 0 5px;
  transition: all 1s;
}

@media (max-width: 991px) {
  .index-categories .content .list-box {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box {
    width: 100%;
  }
}

.index-categories .content .list-box:hover {
  width: 88%;
}

@media (max-width: 991px) {
  .index-categories .content .list-box:hover {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box:hover {
    width: 100%;
  }
}

.index-categories .content .list-box:hover .list::before {
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.index-categories .content .list-box:hover .list .cont {
  flex-direction: row;
  align-items: end;
  padding: 40px;
  top: auto;
  bottom: 0;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box:hover .list .cont {
    padding: 20px;
  }
}

.index-categories .content .list-box:hover .list .cont .tit-txt {
  width: 70%;
}

.index-categories .content .list-box:hover .list .cont .tit-txt .tit {
  writing-mode: horizontal-tb;
}

.index-categories .content .list-box:hover .list .cont .tit-txt .txt {
  width: auto;
  height: auto;
  opacity: 1;
}

.index-categories .content .list-box:hover .list .cont .number-more {
  width: auto;
  height: auto;
  padding: 14px 35px;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box:hover .list .cont .number-more {
    padding: 10px 20px;
  }
}

.index-categories .content .list-box:hover .list .cont .number-more .number {
  width: 0;
  height: 0;
  opacity: 0;
}

.index-categories .content .list-box:hover .list .cont .number-more .more {
  width: auto;
  height: auto;
  opacity: 1;
}

.index-categories .content .list-box.on {
  width: 88%;
}

@media (max-width: 991px) {
  .index-categories .content .list-box.on {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box.on {
    width: 100%;
  }
}

.index-categories .content .list-box.on .list::before {
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.index-categories .content .list-box.on .list .cont {
  flex-direction: row;
  align-items: end;
  padding: 40px;
  top: auto;
  bottom: 0;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box.on .list .cont {
    padding: 20px;
  }
}

.index-categories .content .list-box.on .list .cont .tit-txt {
  width: 70%;
}

.index-categories .content .list-box.on .list .cont .tit-txt .tit {
  writing-mode: horizontal-tb;
}

.index-categories .content .list-box.on .list .cont .tit-txt .txt {
  width: auto;
  height: auto;
  opacity: 1;
}

.index-categories .content .list-box.on .list .cont .number-more {
  width: auto;
  height: auto;
  padding: 14px 35px;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box.on .list .cont .number-more {
    padding: 10px 20px;
  }
}

.index-categories .content .list-box.on .list .cont .number-more .number {
  width: 0;
  height: 0;
  opacity: 0;
}

.index-categories .content .list-box.on .list .cont .number-more .more {
  width: auto;
  height: auto;
  opacity: 1;
}

.index-categories .content .list-box .list {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 566px;
}

@media (max-width: 1800px) {
  .index-categories .content .list-box .list {
    height: 445px;
  }
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list {
    height: 356px;
  }
}

@media (max-width: 1199px) {
  .index-categories .content .list-box .list {
    height: 295px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list {
    height: auto;
    padding-bottom: calc(566 / 850 * 100%);
    overflow: hidden;
  }
}

.index-categories .content .list-box .list::before {
  content: '';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.5) 0%, rgba(26, 26, 26, 0.5) 100%);
  transition: all 1s;
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list::before {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
}

.index-categories .content .list-box .list .bgimg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: block;
    width: 100%;
    height: 100%;
  }
}

.index-categories .content .list-box .list .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  padding: 40px 0;
  transition: all 0.8s;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont {
    flex-direction: row;
    align-items: end;
    padding: 40px;
    top: auto;
    bottom: 0;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .tit-txt {
    width: 60%;
  }
}

.index-categories .content .list-box .list .cont .tit-txt .tit {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  writing-mode: vertical-rl;
  transition: all 0.8s;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont .tit-txt .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .tit-txt .tit {
    writing-mode: horizontal-tb;
  }
}

.index-categories .content .list-box .list .cont .tit-txt .tit:hover {
  color: #E7141B;
}

.index-categories .content .list-box .list .cont .tit-txt .txt {
  margin-top: 20px;
  width: 0;
  height: 0;
  transition: all 0.8s;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont .tit-txt .txt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .tit-txt .txt {
    width: auto;
    height: auto;
    opacity: 1;
  }
}

.index-categories .content .list-box .list .cont .tit-txt .txt p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont .tit-txt .txt p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (max-width: 1199px) {
  .index-categories .content .list-box .list .cont .tit-txt .txt p {
    font-size: 14px;
  }
}

.index-categories .content .list-box .list .cont .number-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #FFFFFF;
  transition: all 0.8s;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont .number-more {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .number-more {
    width: auto;
    height: auto;
    padding: 10px 20px;
  }
}

.index-categories .content .list-box .list .cont .number-more:hover {
  background-color: #E7141B;
}

.index-categories .content .list-box .list .cont .number-more:hover .number {
  color: #FFFFFF;
}

.index-categories .content .list-box .list .cont .number-more:hover .more {
  color: #FFFFFF;
}

.index-categories .content .list-box .list .cont .number-more .number {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
  transition: all 0.8s;
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .number-more .number {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

.index-categories .content .list-box .list .cont .number-more .more {
  color: #222;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.8s;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index-categories .content .list-box .list .cont .number-more .more {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .index-categories .content .list-box .list .cont .number-more .more {
    width: auto;
    height: auto;
    opacity: 1;
  }
}

.index-us {
  padding: 120px 0;
  overflow: hidden;
  background-image: url(../img/index-us-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1560px) {
  .index-us {
    padding: 80px 0;
  }
}

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

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

.index-us .index-title h2 {
  text-align: center;
}

.index-us .content {
  margin: 0 -20px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .index-us .content {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .index-us .content {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 40px;
  }
}

.index-us .content .left {
  padding: 0 20px;
  width: calc(100% / 3);
}

@media (max-width: 1199px) {
  .index-us .content .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

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

.index-us .content .left .list {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 40px;
  height: calc(50% - 20px);
}

.index-us .content .left .list:first-child {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .index-us .content .left .list {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .index-us .content .left .list {
    height: 100%;
    width: 48%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .index-us .content .left .list {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.index-us .content .left .list:hover .icon {
  animation: swing 1s 0s ease both;
}

.index-us .content .left .list .icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #E7141B;
}

@media (max-width: 1400px) {
  .index-us .content .left .list .icon {
    width: 40px;
    height: 40px;
  }
}

.index-us .content .left .list .tit {
  margin: 32px 0 16px 0;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  /* 25px */
}

@media (max-width: 1400px) {
  .index-us .content .left .list .tit {
    margin: 20px 0 10px 0;
  }
}

@media (max-width: 991px) {
  .index-us .content .left .list .tit {
    font-size: 18px;
  }
}

.index-us .content .left .list .txt p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 991px) {
  .index-us .content .left .list .txt p {
    font-size: 14px;
  }
}

.index-us .content .center {
  width: calc(100% / 3);
}

@media (max-width: 1199px) {
  .index-us .content .center {
    width: 100%;
    margin: 20px 0;
  }
}

.index-us .content .center .img-box {
  padding-bottom: calc(602 / 550 * 100%);
  overflow: hidden;
  border-radius: 8px;
}

.index-us .content .center .img-box:hover img {
  transform: scale(1.06);
}

.index-us .content .center .img-box img {
  transition: all 0.5s;
}

.index-qualification {
  overflow: hidden;
  margin: 40px 0 120px 0;
  position: relative;
}

.index-qualification::after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

@media (max-width: 1400px) {
  .index-qualification {
    margin: 40px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .index-qualification {
    margin: 40px 0 60px 0;
  }
}

.index-qualification .top .index-title h2 {
  text-align: center;
}

.index-qualification .top .txt {
  width: 70%;
  margin: 0 auto;
  margin-top: 24px;
}

@media (max-width: 1400px) {
  .index-qualification .top .txt {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .index-qualification .top .txt {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .index-qualification .top .txt {
    margin-top: 10px;
  }
}

.index-qualification .top .txt p {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

@media (max-width: 991px) {
  .index-qualification .top .txt p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .index-qualification .top .txt p {
    font-size: 14px;
  }
}

.index-qualification .top .more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

@media (max-width: 1400px) {
  .index-qualification .top .more {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .index-qualification .top .more {
    margin-top: 20px;
  }
}

.index-qualification .top .more a {
  display: inline-block;
  border-radius: 48px;
  background: #f5f5f5;
  padding: 16px 35px;
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .index-qualification .top .more a {
    background: #E7141B;
    color: #FFF;
  }
}

.index-qualification .top .more a:hover {
  background: #E7141B;
  color: #FFF;
}

@media (max-width: 1199px) {
  .index-qualification .top .more a {
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .index-qualification .top .more a {
    font-size: 14px;
  }
}

.index-qualification .content {
  margin-top: 80px;
}

@media (max-width: 1560px) {
  .index-qualification .content {
    margin-top: 60px;
  }
}

@media (max-width: 1400px) {
  .index-qualification .content {
    margin-top: 40px;
  }
}

.index-qualification .content .quali-slick {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .index-qualification .content .quali-slick {
    margin: 0 -8px;
  }
}

.index-qualification .content .quali-slick .item-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .index-qualification .content .quali-slick .item-box {
    padding: 0 8px;
  }
}

.index-qualification .content .quali-slick .item-box .item .img-box {
  padding-bottom: calc(466 / 330 * 100%);
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.index-qualification .content .quali-slick .item-box .item .img-box:hover img {
  transform: scale(1.06);
}

.index-qualification .content .quali-slick .item-box .item .img-box img {
  transition: all 0.3s;
}

.index-blogs {
  overflow: hidden;
  padding: 120px 0;
  background: #F5F5F5;
}

@media (max-width: 1560px) {
  .index-blogs {
    padding: 80px 0;
  }
}

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

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

.index-blogs .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-blogs .top .prev-next {
  width: 66px;
  color: white;
  position: relative;
  margin-right: 26px;
}

@media (max-width: 991px) {
  .index-blogs .top .prev-next {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .index-blogs .top .prev-next {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
    width: 90%;
  }
}

@media (max-width: 575px) {
  .index-blogs .top .prev-next {
    width: 80%;
  }
}

.index-blogs .top .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e659';
  line-height: 50px;
  color: #E7141B;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .index-blogs .top .prev-next .slick-next:before {
    line-height: 40px;
    font-size: 16px;
  }
}

.index-blogs .top .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e659';
  line-height: 50px;
  color: #E7141B;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .index-blogs .top .prev-next .slick-prev:before {
    line-height: 40px;
    font-size: 16px;
  }
}

.index-blogs .top .prev-next .slick-prev,
.index-blogs .top .prev-next .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: transparent;
  background-color: #FFFFFF;
}

@media (max-width: 991px) {

  .index-blogs .top .prev-next .slick-prev,
  .index-blogs .top .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}

.index-blogs .top .prev-next .slick-next:hover {
  background-color: #E7141B;
}

.index-blogs .top .prev-next .slick-prev:hover {
  background-color: #E7141B;
}

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

.index-blogs .top .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.index-blogs .content {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .index-blogs .content {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .index-blogs .content {
    margin-top: 20px;
  }
}

.index-blogs .content .blogs-slick {
  margin: 0 -30px;
}

@media (max-width: 1199px) {
  .index-blogs .content .blogs-slick {
    margin: 0 -15px;
  }
}

.index-blogs .content .blogs-slick .item-box {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .index-blogs .content .blogs-slick .item-box {
    padding: 0 15px;
  }
}

.index-blogs .content .blogs-slick .item-box .item:hover .img-box img {
  transform: scale(1.06);
}

.index-blogs .content .blogs-slick .item-box .item:hover .cont .tit {
  color: #E7141B;
}

.index-blogs .content .blogs-slick .item-box .item .img-box {
  padding-bottom: calc(366 / 550 * 100%);
  overflow: hidden;
  border-radius: 8px;
}

.index-blogs .content .blogs-slick .item-box .item .img-box img {
  object-fit: cover;
  transition: all 0.3s;
}

.index-blogs .content .blogs-slick .item-box .item .img-box .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  border-radius: 4px;
  background: #FFF;
  display: inline-block;
  padding: 12px 18px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  /* 16px */
}

@media (max-width: 1199px) {
  .index-blogs .content .blogs-slick .item-box .item .img-box .date {
    padding: 10px 15px;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
  }
}

.index-blogs .content .blogs-slick .item-box .item .cont {
  padding: 30px 30px 0 8px;
}

@media (max-width: 1400px) {
  .index-blogs .content .blogs-slick .item-box .item .cont {
    padding: 20px 20px 0 8px;
  }
}

.index-blogs .content .blogs-slick .item-box .item .cont .tit {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  /* 25px */
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index-blogs .content .blogs-slick .item-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .index-blogs .content .blogs-slick .item-box .item .cont .tit {
    font-size: 16px;
  }
}

.index-blogs .content .blogs-slick .item-box .item .cont .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .index-blogs .content .blogs-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}

.index-blogs .content .blogs-slick .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 991px) {
  .index-blogs .content .blogs-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.footer {
  background-color: #222222;
}

@media (max-width: 575px) {
  .footer {
    padding: 0 20px;
  }
}

.footer .box {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

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

.footer .box .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 40%; */
}

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

.footer .box .left h1 {
  color: #FFF;
  font-size: 48px;
  line-height: 100%;
  /* 48px */
}

@media (max-width: 1400px) {
  .footer .box .left h1 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .footer .box .left h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .footer .box .left h1 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer .box .left .icon {
    margin-top: 20px;
  }
}

.footer .box .left .icon a {
  margin-right: 16px;
}

.footer .box .left .icon a .iconfont {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #FFFFFF;
  font-size: 18px;
}

.footer .box .left .icon a .iconfont:hover {
  background-color: #E7141B;
}

.footer .box .right {
  width: 30%;
}

@media (max-width: 1199px) {
  .footer .box .right {
    width: 38%;
  }
}

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

.footer .box .right .item {
  margin-top: 30px;
  width: 48%;
}

.footer .box .right .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

  .footer .box .right .item:first-child {
    /* margin-top: 20px; */
  }
}



.footer .box .right .item b {
  display: block;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  /* 20px */
}

@media (max-width: 1199px) {
  .footer .box .right .item b {
    margin-bottom: 10px;
  }
}

.footer .box .right .item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 24px */
}

.footer .box .right .item p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.footer .box .right .item p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer .box2 {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .footer .box2 {
    padding: 20px 0 100px 0;
  }
}

.footer .box2 .bottom {
  display: flex;
  justify-content: space-between;
}

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

.footer .box2 .bottom .text {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  /* 16px */
}

@media (max-width: 767px) {
  .footer .box2 .bottom .text {
    font-size: 14px;
  }
}

.footer .box2 .bottom .text .hicheng {
  color: #FFF;
  margin: 0 10px;
}

.footer .box2 .bottom .text .cnzz {
  display: inline-block;
}

.footer .box2 .bottom .bottom-right {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .footer .box2 .bottom .bottom-right {
    margin-top: 16px;
  }
}

.footer .box2 .bottom .bottom-right a {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.3s;
}

.footer .box2 .bottom .bottom-right a:hover {
  color: #E7141B;
}

.footer .box2 .bottom .bottom-right span {
  display: inline-block;
  margin: 0 16px;
  background: #FFF;
  width: 1px;
  height: 12px;
}

.about-title h2 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  font-family: Oswald;
}

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

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

.about-banner {
  position: relative;
}

.about-banner img {
  width: 100%;
}

.about-banner .about-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .about-banner .about-nav {
    position: static;
    margin-top: 20px;
    transform: translateY(0);
  }
}

.about-banner .about-nav .box h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  font-family: Oswald;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .about-banner .about-nav .box h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .about-banner .about-nav .box h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .about-banner .about-nav .box h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-banner .about-nav .box h2 {
    color: #000;
    font-size: 28px;
  }
}

.about-banner .about-nav .box .nav {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
}

.about-banner .about-nav .box .nav .iconfont {
  color: #FFF;
  font-size: 16px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .about-banner .about-nav .box .nav .iconfont {
    color: #000;
  }
}

@media (max-width: 767px) {
  .about-banner .about-nav .box .nav {
    color: #000;
  }
}

.about-banner .about-nav .box .nav a {
  color: #FFF;
}

@media (max-width: 767px) {
  .about-banner .about-nav .box .nav a {
    color: #000;
  }
}

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

.about-banner .about-nav .box .nav span {
  display: inline-block;
  margin: 0 8px;
}

.about-maoxiang {
  padding: 88px 0 118px 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .about-maoxiang {
    padding: 60px 0 88px 0;
  }
}

@media (max-width: 1199px) {
  .about-maoxiang {
    padding: 40px 0 60px 0;
  }
}

.about-maoxiang .box {
  display: flex;
  justify-content: space-between;
}

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

.about-maoxiang .box .left {
  width: 48%;
}

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

.about-maoxiang .box .left .about-title b {
  color: #E7141B;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}

@media (max-width: 1400px) {
  .about-maoxiang .box .left .about-title b {
    margin-bottom: 10px;
  }
}

.about-maoxiang .box .left .txt {
  margin-top: 24px;
}

@media (max-width: 1400px) {
  .about-maoxiang .box .left .txt {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .about-maoxiang .box .left .txt {
    margin-top: 10px;
  }
}

.about-maoxiang .box .left .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .about-maoxiang .box .left .txt p {
    font-size: 14px;
  }
}

.about-maoxiang .box .left .about-number {
  border-radius: 8px;
  background: #FFF;
  margin-top: 55px;
  width: 123%;
  position: relative;
  z-index: 4;
}

@media (max-width: 1400px) {
  .about-maoxiang .box .left .about-number {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .about-maoxiang .box .left .about-number {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .about-maoxiang .box .left .about-number {
    width: 100%;
    margin-top: 0;
  }
}

.about-maoxiang .box .left .about-number .number {
  display: flex;
}

@media (max-width: 767px) {
  .about-maoxiang .box .left .about-number .number {
    flex-wrap: wrap;
  }
}

.about-maoxiang .box .left .about-number .number .item-box {
  margin: 40px 0;
  margin-right: 60px;
}

@media (max-width: 1199px) {
  .about-maoxiang .box .left .about-number .number .item-box {
    margin: 25px 0;
    margin-right: 50px;
  }
}

.about-maoxiang .box .left .about-number .number .item-box:last-child {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .about-maoxiang .box .left .about-number .number .item-box:last-child {
    margin-right: 40px;
  }
}

.about-maoxiang .box .left .about-number .number .item-box .item .cont {
  display: flex;
  align-items: flex-end;
  color: #E7141B;
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}

@media (max-width: 1400px) {
  .about-maoxiang .box .left .about-number .number .item-box .item .cont {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .about-maoxiang .box .left .about-number .number .item-box .item .cont {
    font-size: 24px;
  }
}

.about-maoxiang .box .left .about-number .number .item-box .item .cont .counter {
  margin-right: 10px;
}

.about-maoxiang .box .left .about-number .number .item-box .item p {
  margin-top: 16px;
  color: #222;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .about-maoxiang .box .left .about-number .number .item-box .item p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .about-maoxiang .box .left .about-number .number .item-box .item p {
    font-size: 14px;
  }
}

.about-maoxiang .box .right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

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

.about-maoxiang .box .right .item {
  width: 48%;
}

.about-maoxiang .box .right .item .img-box {
  padding-bottom: calc(525 / 350 * 100%);
  border-radius: 8px;
}

.about-maoxiang .box .right .item:nth-of-type(1) {
  padding-bottom: 70px;
}

.about-maoxiang .box .right .item:nth-of-type(2) {
  padding-top: 70px;
}

.about-maoxiang .box .right .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
  padding: 10px;
  background-color: #FFF;
  border-radius: 100px;
}

@media (max-width: 1199px) {
  .about-maoxiang .box .right .firm-video {
    top: 34%;
  }
}

@media (max-width: 991px) {
  .about-maoxiang .box .right .firm-video {
    top: 50%;
  }
}

.about-maoxiang .box .right .firm-video .video {
  width: 120px;
  height: 120px;
  position: relative;
  line-height: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #E7141B;
  border-radius: 50%;
}

@media (max-width: 1400px) {
  .about-maoxiang .box .right .firm-video .video {
    width: 80px;
    height: 80px;
  }
}

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

.about-maoxiang .box .right .firm-video .video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-maoxiang .box .right .firm-video .video span .iconfont {
  font-size: 20px;
  color: #FFFFFF;
}

.about-qualification {
  padding: 100px 0 88px 0;
  overflow: hidden;
  background-image: url(../img/about-qualification-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  .about-qualification {
    padding: 60px 0 88px 0;
  }
}

@media (max-width: 1199px) {
  .about-qualification {
    padding: 40px 0 88px 0;
  }
}

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

.about-qualification .about-title {
  text-align: center;
}

.about-qualification .content {
  margin-top: 40px;
  position: relative;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .about-qualification .content {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}

.about-qualification .content .qualification-slick {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .about-qualification .content .qualification-slick {
    margin: 0 -8px;
  }
}

.about-qualification .content .qualification-slick .item-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .about-qualification .content .qualification-slick .item-box {
    padding: 0 8px;
  }
}

.about-qualification .content .qualification-slick .item-box .item {
  cursor: pointer;
}

.about-qualification .content .qualification-slick .item-box .item .img-box {
  padding-bottom: calc(380 / 270 * 100%);
  border-radius: 8px;
}

.about-qualification .content .prev-next {
  position: absolute;
  bottom: -25px;
  width: 66px;
  left: calc(50% - 35px);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .about-qualification .content .prev-next {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .about-qualification .content .prev-next {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
    width: 90%;
  }
}

.about-qualification .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e659';
  line-height: 50px;
  color: #E7141B;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .about-qualification .content .prev-next .slick-next:before {
    line-height: 40px;
    font-size: 16px;
  }
}

.about-qualification .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e659';
  line-height: 50px;
  color: #E7141B;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .about-qualification .content .prev-next .slick-prev:before {
    line-height: 40px;
    font-size: 16px;
  }
}

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

@media (max-width: 991px) {

  .about-qualification .content .prev-next .slick-prev,
  .about-qualification .content .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}

.about-qualification .content .prev-next .slick-next:hover {
  background-color: #E7141B;
}

.about-qualification .content .prev-next .slick-prev:hover {
  background-color: #E7141B;
}

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

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

.about-factory {
  padding: 82px 0 100px 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .about-factory {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .about-factory {
    padding: 40px 0 60px 0;
  }
}

.about-factory .about-title {
  text-align: center;
}

.about-factory .content {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-factory .content {
    margin-top: 20px;
  }
}

.about-factory .content .factory-slick {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .about-factory .content .factory-slick {
    margin: 0 -8px;
  }
}

.about-factory .content .factory-slick .item-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .about-factory .content .factory-slick .item-box {
    padding: 0 8px;
  }
}

.about-factory .content .factory-slick .item-box .item {
  cursor: pointer;
}

.about-factory .content .factory-slick .item-box .item .img-box {
  padding-bottom: calc(280 / 420 * 100%);
  border-radius: 8px;
}

.product {
  padding: 88px 0 100px 0;
}

@media (max-width: 1400px) {
  .product {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .product {
    padding: 40px 0 60px 0;
  }
}

.popular .top-nav {
  display: flex;
  display: none;
}

@media (max-width: 1199px) {
  .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .popular .top-nav {
    font-size: 14px;
  }
}

.popular .top-nav li {
  display: block;
  padding: 10px;
}

@media (max-width: 991px) {
  .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}

.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) {
  .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .popular .top-nav .top-a {
    font-size: 14px;
  }
}

.popular .top-nav .top-a:hover {
  color: white;
  background-color: #E7141B;
}

.popular .popular-box {
  flex-wrap: wrap;
}

@media (max-width: 156px) {
  .popular .popular-box {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-left {
    display: none;
  }
}

.popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 120px;
  overflow: hidden;
  width: 410px;
  border-radius: 8px;
  background: #F5F5F5;
  padding-bottom: 4px;
}

@media (max-width: 1440px) {
  .popular .popular-box .popular-left .left-ul {
    width: 350px;
  }
}

.popular .popular-box .popular-left .left-ul .tit {
  border-radius: 8px;
  padding: 28px 0;
  background-image: url(../img/product-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.popular .popular-box .popular-left .left-ul .tit span {
  color: #FFF;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-left .left-ul .tit span {
    font-size: 25px;
  }
}

.popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  padding: 0 24px;
}

.popular .popular-box .popular-left .ul-li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 2px;
  height: 24px;
  background: #CCC;
  transition: all 0.4s;
}

.popular .popular-box .popular-left .ul-li:nth-child(1) {
  margin-top: 0;
}

.popular .popular-box .popular-left .ul-li:last-child>a {
  border-bottom: none;
}

.popular .popular-box .popular-left .ul-li>a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-left .ul-li>a {
    font-size: 16px;
  }
}

.popular .popular-box .popular-left .ul-li>a::before {
  font-family: "iconfont" !important;
  content: '\e625';
  display: inline-block;
  font-size: 16px;
  transition: all 0.4s ease;
  color: #999999;
  font-weight: 400;
  margin-right: 12px;
}

@media (max-width: 575px) {
  .popular .popular-box .popular-left .ul-li>a {
    font-size: 16px;
  }
}

.popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
}

.popular .popular-box .popular-left .ul-li ul li {
  margin-top: 12px;
  padding-left: 26px;
}

.popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}

.popular .popular-box .popular-left .ul-li ul li a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  transition: all 0.3s ease-in-out;
  position: relative;
}

.popular .popular-box .popular-left .ul-li ul li a:hover {
  color: #E7141B;
  text-decoration: underline;
}

.popular .popular-box .popular-left .ul-li.active::after {
  background-color: #E7141B;
}

.popular .popular-box .popular-left .ul-li.active>a::before {
  content: '\e626';
}

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

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

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

@media (max-width: 991px) {
  .popular .popular-box .popular-right {
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.product-right {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.product-right .content-box .about-title {
  width: 90%;
}

.popular .popular-box .popular-right.product-right .content-box .about-title p {
  margin-top: 24px;
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.product-right .content-box .about-title p {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.product-right .content-box .about-title p {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.product-right .content-box .about-title p {
    font-size: 14px;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box {
  margin: 0 -15px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box {
    margin: 0 -10px;
    padding-top: 0;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box {
  padding: 0 15px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box {
    padding: 0 10px;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item {
  border-radius: 8px;
  overflow: hidden;
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item:hover .img-box img {
  transform: scale(1.06);
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item:hover .cont {
  background-color: #F5F5F5;
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item:hover .cont::after {
  width: 100%;
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item:hover .cont .tit {
  color: #E7141B;
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .img-box {
  padding-bottom: 100%;
  border-radius: 8px;
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont {
  padding: 30px;
  transition: all 0.3s;
  position: relative;

  background-color: #F5F5F5;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont {
    background-color: #F5F5F5;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #E7141B;
  transition: all 0.3s;
  width: 100%;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont::after {
    width: 100%;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .tit {
  display: block;
  color: #E7141B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: all 0.3s;
  text-align: center;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .tit {
    font-size: 16px;
    color: #E7141B;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .txt {
    margin-top: 10px;
  }
}

.popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.product-right .content-box .row-box .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top {
  overflow: hidden;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 30px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top {
    padding: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
  width: 55%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 18%;
  margin-left: 2%;
}

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

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 5px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  border: 1px solid #E7141B;
  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);
  }
}

.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: 16px;
  padding-left: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  content: '\e60a';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #E7141B;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  border-radius: 5px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 80%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  border-radius: 8px;
  overflow: hidden;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  padding-bottom: 100%;
  overflow: hidden;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
  width: 45%;
  padding: 30px 30px 0 60px;
}

@media (max-width: 1800px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 20px 20px 0 40px;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .tit {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .tit {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .tit {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .tit {
    font-size: 24px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt {
  margin-top: 48px;
}

@media (max-width: 1800px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt b {
    font-size: 16px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .txt p {
    font-size: 14px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
  margin-top: 48px;
}

@media (max-width: 1800px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .share p {
    font-size: 16px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more {
  margin-top: 92px;
}

@media (max-width: 1800px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more {
    margin-top: 40px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a {
  display: inline-block;
  padding: 12px 27px;
  border-radius: 48px;
  background: #FFFFFF;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a {
    background-color: #E7141B;
    padding: 10px 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a:hover {
  background-color: #E7141B;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a:hover .iconfont {
  color: #fff;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a:hover span {
  color: #fff;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a .iconfont {
  color: #222;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a .iconfont {
    margin-right: 6px;
    font-size: 14px;
    color: #FFF;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a span {
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s;
  /* 16px */
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .conus-more a span {
    font-size: 14px;
    color: #FFF;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav {
  background: #fff;
  margin-top: 38px;
  position: sticky;
  top: 86px;
  z-index: 12;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav {
    top: 82px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav {
    top: 76px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav {
    position: static;
    flex-wrap: wrap;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a {
  display: inline-block;
  text-decoration: none;
  margin-right: 48px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  padding: 22px 0;
  transition: all 0.3s ease;
  position: relative;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #E7141B;
  transition: all 0.3s ease;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a:last-child {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a {
    margin-right: 40px;
    font-size: 16px;
  }

  .popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a {
    padding-bottom: 10px;
  }
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a:hover {
  color: #E7141B;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a:hover::after {
  width: 100%;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a.active {
  color: #E7141B;
}

.popular .popular-box .popular-right.productdetails-right .productdatails-nav .box a.active::after {
  width: 100%;
}

.popular .popular-box .popular-right.productdetails-right .details-productdeta .content {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 30px;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .details-productdeta .content {
    padding: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-productdeta .content .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-productdeta .content .txt p {
    font-size: 14px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-productdeta .content table {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .popular .popular-box .popular-right.productdetails-right .details-productdeta .content table {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-productdeta .content table tr td {
  padding: 16px 10px;
  border: 1px solid #D9D9D9;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-productdeta .content table tr td {
    font-size: 14px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .details-related {
    margin-top: 40px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content {
    margin-top: 20px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick {
    margin: 0 -10px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box {
    padding: 0 10px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item {
  border-radius: 8px;
  overflow: hidden;
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item:hover .img-box img {
  transform: scale(1.06);
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item:hover .cont {
  background-color: #F5F5F5;
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item:hover .cont::after {
  width: 100%;
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item:hover .cont .tit {
  color: #E7141B;
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .img-box {
  padding-bottom: 100%;
  border-radius: 8px;
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont {
  padding: 30px;
  transition: all 0.3s;
  position: relative;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont {
    background-color: #F5F5F5;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #E7141B;
  transition: all 0.3s;
  width: 0;
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont::after {
    width: 100%;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .tit {
  display: inline-block;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .tit {
    font-size: 16px;
    color: #E7141B;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}

.popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .popular .popular-box .popular-right.productdetails-right .details-related .content .detail-related-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}

.productdetails {
  padding: 88px 0 100px 0;
}

@media (max-width: 1400px) {
  .productdetails {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .productdetails {
    padding: 40px 0 60px 0;
  }
}

.table-box {
  overflow-x: auto;
}

.news {
  padding: 88px 0 100px 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .news {
    padding: 60px 0 80px 0;
  }
}

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

.news .news-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .news .news-list {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

.news .news-list a {
  display: inline-block;
  margin-right: 16px;
  border-radius: 48px;
  background: #F5F5F5;
  padding: 16px 30px;
  color: #222;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s;
  white-space: nowrap;
}

.news .news-list a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .news .news-list a {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.news .news-list a:hover {
  background-color: #E7141B;
  color: #FFFFFF;
}

.news .news-list a.active {
  background-color: #E7141B;
  color: #FFFFFF;
}

.news .content .item-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .news .content .item-box {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .news .content .item-box {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.news .content .item-box:hover {
  border: 1px solid #E7141B;
}

.news .content .item-box:hover .cont .tit a {
  color: #E7141B;
}

.news .content .item-box:hover .cont .more span {
  color: #E7141B;
}

.news .content .item-box:hover .cont .more .iconfont {
  color: #E7141B;
}

.news .content .item-box .date {
  margin: 0 48px;
  margin-right: 68px;
}

@media (max-width: 1400px) {
  .news .content .item-box .date {
    margin: 0 30px;
    margin-right: 45px;
  }
}

@media (max-width: 1199px) {
  .news .content .item-box .date {
    margin: 0 30px;
  }
}

@media (max-width: 991px) {
  .news .content .item-box .date {
    margin: 0;
  }
}

.news .content .item-box .date .day {
  color: #E7141B;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .news .content .item-box .date .day {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .news .content .item-box .date .day {
    font-size: 30px;
  }
}

.news .content .item-box .date .year-month {
  white-space: nowrap;
  margin-top: 12px;
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}

@media (max-width: 1400px) {
  .news .content .item-box .date .year-month {
    margin-top: 10px;
  }
}

.news .content .item-box .cont-img {
  width: 420px;
  transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 1400px) {
  .news .content .item-box .cont-img {
    width: 350px;
    transform: scale(1.2);
  }
}

@media (max-width: 1199px) {
  .news .content .item-box .cont-img {
    transform: scale(1);
  }
}

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

.news .content .item-box .cont-img .img-box {
  padding-bottom: calc(280 / 420 * 100%);
  border-radius: 8px;
}

.news .content .item-box .cont {
  width: 62%;
  padding: 40px 0;
  padding-left: 60px;
}

@media (max-width: 1800px) {
  .news .content .item-box .cont {
    padding: 20px 0;
    padding-left: 60px;
  }
}

@media (max-width: 1400px) {
  .news .content .item-box .cont {
    padding: 20px 0;
    padding-left: 45px;
  }
}

@media (max-width: 1199px) {
  .news .content .item-box .cont {
    padding-left: 30px;
  }
}

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

.news .content .item-box .cont .tit {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 1800px) {
  .news .content .item-box .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .news .content .item-box .cont .tit {
    font-size: 16px;
  }
}

.news .content .item-box .cont .tit a {
  color: #222;
  transition: all 0.3s;
}

.news .content .item-box .cont .tit a:hover {
  text-decoration: underline;
}

.news .content .item-box .cont .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .news .content .item-box .cont .txt {
    margin-top: 10px;
  }
}

.news .content .item-box .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 1800px) {
  .news .content .item-box .cont .txt p {
    font-size: 14px;
  }
}

.news .content .item-box .cont .more {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .news .content .item-box .cont .more {
    margin-top: 25px;
  }
}

.news .content .item-box .cont .more a {
  display: inline-flex;
  align-items: center;
}

.news .content .item-box .cont .more a span {
  color: #999;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}

@media (max-width: 767px) {
  .news .content .item-box .cont .more a span {
    font-size: 14px;
  }
}

.news .content .item-box .cont .more a .iconfont {
  margin-left: 12px;
  color: #999999;
  font-size: 16px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .news .content .item-box .cont .more a .iconfont {
    font-size: 14px;
    margin-left: 8px;
  }
}

.download {
  padding: 58px 0 100px 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .download {
    padding: 30px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .download {
    padding: 10px 0 60px 0;
  }
}

.download .content .row-box {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .download .content .row-box {
    margin: 0 -8px;
  }
}

.download .content .row-box .col-box {
  padding: 0 15px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .download .content .row-box .col-box {
    padding: 0 8px;
  }
}

.download .content .row-box .col-box .item {
  border-radius: 8px;
  background: #F5F5F5;
  overflow: hidden;
  position: relative;
}

.download .content .row-box .col-box .item:hover .cont {
  border-bottom: 2px solid #E7141B;
}

.download .content .row-box .col-box .item:hover .cont .icon a {
  background-color: #E7141B;
}

.download .content .row-box .col-box .item .img-box {
  padding-bottom: calc(280 / 420 * 100%);
  border-radius: 8px;
}

.download .content .row-box .col-box .item .cont {
  padding: 30px;
  border-bottom: 2px solid #CCCCCC;
  transition: all 0.3s;
}

@media (max-width: 1440px) {
  .download .content .row-box .col-box .item .cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .download .content .row-box .col-box .item .cont {
    border-bottom: 2px solid #E7141B;
  }
}

.download .content .row-box .col-box .item .cont .tit a {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  transition: all 0.3s;
}

.download .content .row-box .col-box .item .cont .tit a:hover {
  color: #E7141B;
}

@media (max-width: 991px) {
  .download .content .row-box .col-box .item .cont .tit a {
    font-size: 18px;
  }
}

.download .content .row-box .col-box .item .cont .txt-icon {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .download .content .row-box .col-box .item .cont .txt-icon {
    margin-top: 15px;
  }
}

.download .content .row-box .col-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  margin-top: 8px;
}

.download .content .row-box .col-box .item .cont .txt p:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .download .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}

.download .content .row-box .col-box .item .cont .icon {
  position: absolute;
  z-index: 4;
  top: 57%;
  right: 30px;
  border-radius: 100px;
  background-color: #FFF;
  padding: 4px;
}

@media (max-width: 1440px) {
  .download .content .row-box .col-box .item .cont .icon {
    top: 48%;
  }
}

@media (max-width: 991px) {
  .download .content .row-box .col-box .item .cont .icon {
    top: 54%;
  }
}

@media (max-width: 767px) {
  .download .content .row-box .col-box .item .cont .icon {
    top: 67%;
  }
}

@media (max-width: 500px) {
  .download .content .row-box .col-box .item .cont .icon {
    top: 65%;
  }
}

@media (max-width: 440px) {
  .download .content .row-box .col-box .item .cont .icon {
    top: 61%;
  }
}

.download .content .row-box .col-box .item .cont .icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background-color: #666666;
  color: #ffffff;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .download .content .row-box .col-box .item .cont .icon a {
    background-color: #E7141B;
  }
}

.download .content .row-box .col-box .item .cont .icon a img {
  width: 20px;
}

.contact {
  overflow: hidden;
}

.contact .box1 {
  padding: 88px 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .contact .box1 {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .contact .box1 {
    padding: 40px 0;
  }
}

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

@media (max-width: 575px) {
  .contact .box1 {
    padding: 40px 20px;
  }
}

.contact .box1 .left {
  width: 40%;
}

.contact .box1 .left .item {
  margin-top: 40px;
  width: 50%;
}

@media(max-width: 767px) {
  .contact .box1 .left .item {
    width: 100%;
  }
}

.contact .box1 .left .item b {
  color: #222;
  font-size: 20px;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 5px;
}


.contact .box1 .left .item .icon {
  display: flex;
}

.contact .box1 .left .item .icon a {
  margin-right: 20px;
}

.contact .box1 .left .item .icon a:last-child {
  margin-right: 0;
}

.contact .box1 .left .item .icon a .iconfont {
  display: inline-block;
  color: #222222;
  font-size: 26px;
  transition: all 0.3s;
}

.contact .box1 .left .icon a .iconfont:hover {
  color: #E7141B;
}

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

.contact .box1 .left b {
  color: #E7141B;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .contact .box1 .left b {
    font-size: 14px;
  }
}

.contact .box1 .left h2 {
  margin: 0;
  margin-top: 24px;
  color: #222;
  font-size: 60px;
  font-weight: 700;
  line-height: 125%;
  /* 75px */
}

@media (max-width: 1400px) {
  .contact .box1 .left h2 {
    font-size: 45px;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .contact .box1 .left h2 {
    margin-top: 10px;
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .contact .box1 .left h2 {
    font-size: 28px;
  }
}

.contact .box1 .right {
  width: 50%;
  padding-top: 20px;

  position: relative;
}

@media (max-width: 991px) {
  .contact .box1 .right {
    width: 100%;
    padding-top: 40px;
  }
}

.contact .box1 .right .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 767px) {
  .contact .box1 .right .txt p {
    font-size: 14px;
  }
}

.contact .box1 .right .cont-box {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .contact .box1 .right .cont-box {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .contact .box1 .right .cont-box {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact .box1 .right .cont-box {
    margin-top: 0px;
  }
}

.contact .box1 .right .cont-box .cont {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

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

@media (max-width: 1400px) {
  .contact .box1 .right .cont-box .cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact .box1 .right .cont-box .cont {
    margin-top: 0;
    flex-wrap: wrap;
  }
}

.contact .box1 .right .cont-box .cont .item {
  width: 40%;
}

@media (max-width: 1400px) {
  .contact .box1 .right .cont-box .cont .item {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .contact .box1 .right .cont-box .cont .item {
    width: 100%;
    margin-top: 20px;
  }
}

.contact .box1 .right .cont-box .cont:nth-child(1) .item b {
  background-color: #F5F5F5;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #E7141B;
}

.contact .box1 .right .cont-box .cont:nth-child(1) .item p b {
  background-color: transparent;
  text-align: left;
  padding: 0;
  font-size: 16px;
  border: none;
}

.contact .box1 .right .cont-box .cont .item b {
  /* color: #666;
  font-size: 16px;
  font-weight: 400; */
  color: #222;
  line-height: 100%;
  font-weight: 400;
  display: block;
  font-size: 16px;

  margin-bottom: 16px;
  border-radius: 5px;
}

@media(max-width: 767px) {
  .contact .box1 .right .cont-box .cont:nth-child(1) .item:nth-child(1) {
    height: 330px;
  }

  .contact .box1 .right .cont-box .cont:not(:nth-child(1)) .item:first-child {
    position: absolute;
    top: 34%;
    left: 0;

  }

  .contact .box1 .right .cont-box .cont:nth-child(3) .item:first-child {
    position: absolute;
    top: 49%;
    left: 0;

  }
}

@media (max-width: 1400px) {
  .contact .box1 .right .cont-box .cont .item b {
    font-size: 18px;



  }
}

@media (max-width: 1199px) {
  .contact .box1 .right .cont-box .cont .item b {
    margin-bottom: 10px;


  }
}

@media (max-width: 991px) {
  .contact .box1 .right .cont-box .cont .item b {
    /* font-size: 14px; */
    font-size: 16px;

  }
}

.contact .box1 .right .cont-box .cont .item p {
  /* color: #222;
  font-size: 20px; */
  line-height: 150%;

  color: #666;
  font-size: 16px;
  font-weight: 400;

}

/* @media (max-width: 1400px) {
  .contact .box1 .right .cont-box .cont .item p {
    font-size: 18px;



  }
} */
@media (max-width: 991px) {
  .contact .box1 .right .cont-box .cont .item p {
    /* font-size: 16px; */
    font-size: 14px;

  }
}

.contact .box1 .right .cont-box .cont .item p a {
  color: #222;
  transition: all 0.3s;
}

.contact .box1 .right .cont-box .cont .item p a:hover {
  color: #E7141B;
  text-decoration: underline;
}

.contact .box1 .right .cont-box .cont .item .icon {
  display: flex;
}

.contact .box1 .right .cont-box .cont .item .icon a {
  margin-right: 20px;
}

.contact .box1 .right .cont-box .cont .item .icon a:last-child {
  margin-right: 0;
}

.contact .box1 .right .cont-box .cont .item .icon a .iconfont {
  display: inline-block;
  color: #222222;
  font-size: 26px;
  transition: all 0.3s;
}

.contact .box1 .right .cont-box .cont .item .icon a .iconfont:hover {
  color: #E7141B;
}

.contact .box2 {
  margin-top: 88px;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 1400px) {
  .contact .box2 {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .contact .box2 {
    margin-top: 40px;
  }
}

.contact .box2 .img-box {
  padding-bottom: calc(600 / 1900 * 100%);
  border-radius: 8px;
}

.contact .box2 .cont {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 25%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 48px;
  width: 420px;
}

@media (max-width: 1700px) {
  .contact .box2 .cont {
    top: 6%;
    left: 20%;
  }
}

@media (max-width: 1470px) {
  .contact .box2 .cont {
    width: 370px;
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .contact .box2 .cont {
    left: auto;
    right: 4%;
  }
}

@media (max-width: 767px) {
  .contact .box2 .cont {
    position: static;
    width: auto;
    margin: 20px 0 40px 0;
  }
}

.contact .box2 .cont .tit {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}

@media (max-width: 1470px) {
  .contact .box2 .cont .tit {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .contact .box2 .cont .tit {
    font-size: 18px;
  }
}

.contact .box2 .cont span {
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #E7141B 0%, rgba(231, 20, 27, 0) 100%);
  margin: 30px 0;
}

@media (max-width: 1470px) {
  .contact .box2 .cont span {
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .contact .box2 .cont span {
    margin: 15px 0;
  }
}

.contact .box2 .cont .item {
  margin-top: 16px;
  display: flex;
}

@media (max-width: 1470px) {
  .contact .box2 .cont .item {
    margin-top: 10px;
  }
}

.contact .box2 .cont .item:first-child {
  margin-top: 0;
}

.contact .box2 .cont .item .iconfont {
  color: #999999;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}

.contact .box2 .cont .item .txt p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1470px) {
  .contact .box2 .cont .item .txt p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contact .box2 .cont .item .txt p {
    font-size: 14px;
  }
}

.contact .box2 .cont .item .txt p a {
  color: #666;
  transition: all 0.3s;
}

.contact .box2 .cont .item .txt p a:hover {
  color: #E7141B;
}

.contact .box3 {
  border-radius: 16px;
  background: #FFF;
  margin-top: -100px;
  position: relative;
  z-index: 6;
  padding: 100px 60px;
}

@media (max-width: 1400px) {
  .contact .box3 {
    padding: 60px 40px;
    margin-top: -60px;
  }
}

@media (max-width: 1199px) {
  .contact .box3 {
    padding: 40px 20px;
    margin-top: -40px;
  }
}

@media (max-width: 991px) {
  .contact .box3 {
    border-radius: 8px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .contact .box3 {
    padding: 40px 20px;
  }
}

.contact .box3 .tit h2 {
  color: #222;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
}

@media (max-width: 1400px) {
  .contact .box3 .tit h2 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .contact .box3 .tit h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contact .box3 .tit h2 {
    font-size: 24px;
  }
}

.contact .box3 .tit p {
  margin-top: 30px;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}

@media (max-width: 1400px) {
  .contact .box3 .tit p {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .contact .box3 .tit p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .contact .box3 .tit p {
    font-size: 14px;
  }
}

.contact .box3 .message {
  width: 100%;
  padding-top: 17px;
}

.contact .box3 .message .formbox .row {
  margin: 0 -15px;
}

.contact .box3 .message .formbox li {
  margin-top: 40px;
  padding: 0 15px;
  list-style: none;
}

@media (max-width: 1400px) {
  .contact .box3 .message .formbox li {
    margin-top: 30px;
  }
}

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

.contact .box3 .message .formbox .group {
  position: relative;
}

.contact .box3 .message .formbox .group input {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border: none;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .contact .box3 .message .formbox .group input {
    font-size: 14px;
  }
}

.contact .box3 .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
}

@media (max-width: 991px) {
  .contact .box3 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

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

.contact .box3 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.contact .box3 .message .formbox .group textarea {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border: none;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding-bottom: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  border-bottom: 1px solid #D9D9D9;
  height: 80px;
}

@media (max-width: 991px) {
  .contact .box3 .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .contact .box3 .message .formbox .group textarea {
    font-size: 14px;
  }
}

.contact .box3 .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
}

@media (max-width: 991px) {
  .contact .box3 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

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

.contact .box3 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.contact .box3 .message .func {
  margin-top: 24px;
}

@media (max-width: 1400px) {
  .contact .box3 .message .func {
    margin-top: 20px;
  }
}

.contact .box3 .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.contact .box3 .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background: #f5f5f5;
  padding: 16px 45px;
  border: none;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .contact .box3 .message .func .submit {
    padding: 12px 35px;
  }
}

@media (max-width: 767px) {
  .contact .box3 .message .func .submit {
    background: #E7141B;
  }
}

.contact .box3 .message .func .submit:hover {
  background: #E7141B;
}

.contact .box3 .message .func .submit:hover span {
  color: #FFF;
}

.contact .box3 .message .func .submit span {
  display: inline-block;
  color: #222;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .contact .box3 .message .func .submit span {
    color: #FFFFFF;
  }
}

.sitmap {
  padding: 100px 0;
  overflow: hidden;
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
    padding-top: 20px;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
}

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

.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: #A32500;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.privalcy {
  padding: 100px 0;
  padding-top: 40px;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .privalcy {
    padding: 50px 0;
    padding-top: 20px;
  }
}

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

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

.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 4px;
  vertical-align: top;
}

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

.pagination li.prev {
  margin-right: 16px;
}

.pagination li.next {
  margin-left: 16px;
}

.pagination li.prev a,
.pagination li.next a {
  color: #222;
}

.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  content: '\e624';
  color: #222;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #F5F5F5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
  background-color: #E7141B;
}

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

.pagination li a {
  font-size: 16px;
  line-height: 44px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: #F5F5F5;
  color: #222;
  border-radius: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
  text-align: center;
  text-transform: capitalize;
}

.pagination li a.have-more {
  color: #222222 !important;
  background-color: transparent !important;
}

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #FFFFFF;
  background-color: #E7141B;
}

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

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

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

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

.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: '\e659';
  -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: #A32500;
}

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

.newsdetails .relate-details .prev a::before {
  content: '\e659';
  -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: #A32500;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
}

.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}

.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: -20px;
}

@media (max-width: 1400px) {
  .now-bottom .contactus-right .message {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message {
    margin-top: 0;
  }
}

.now-bottom .contactus-right .message .formbox .row {
  margin: 0 -15px;
}

.now-bottom .contactus-right .message .formbox li {
  margin-top: 40px;
  padding: 0 15px;
  list-style: none;
}

@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox li {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox li {
    margin-top: 20px;
  }
}

.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}

.now-bottom .contactus-right .message .formbox .group input {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border: none;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  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;
}

@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 {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border: none;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding-bottom: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  border-bottom: 1px solid #D9D9D9;
  height: 80px;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    height: auto;
  }
}

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

@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: 1400px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}

.now-bottom .contactus-right .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.now-bottom .contactus-right .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background: #E7141B;
  padding: 16px 45px;
  border: none;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .func .submit {
    padding: 12px 35px;
  }
}

.now-bottom .contactus-right .message .func .submit:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.now-bottom .contactus-right .message .func .submit span {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s;
}

.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: #A32500;
  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: #A32500;
  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 #A32500;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #A32500;
}

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

.inquiry-wrap .content .message .formbox .row {
  margin: 0 -6px;
}

.inquiry-wrap .content .message .formbox li {
  margin-top: 20px;
  padding: 0 6px;
  list-style: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox li {
    margin-top: 10px;
  }
}

.inquiry-wrap .content .message .formbox .new-width input {
  padding: 14px 98px !important;
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #F5F5F5;
  overflow: hidden;
  border: none;
  color: #444;
  font-size: 16px;
  padding: 14px 22px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 15px 14px !important;
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #444;
  font-size: 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 {
  width: 100%;
  border-radius: 6px;
  background: #F5F5F5;
  overflow: hidden;
  border: none;
  color: #444;
  font-size: 16px;
  padding: 14px 22px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 15px 14px;
    height: auto;
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #444;
  font-size: 16px;
}

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

@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}

.inquiry-wrap .content .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}

.inquiry-wrap .content .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  background: #1C161B;
  padding: 14px 80px;
  border: none;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .func .submit {
    padding: 10px 50px;
  }
}

.inquiry-wrap .content .message .func .submit span {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  /* 122.222% */
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .func .submit span {
    font-size: 18px;
  }
}

.inquiry-wrap .content .message .func .submit span:hover {
  background-color: #DC0B0B;
}

.product .search-none {
  margin-bottom: 30px;
}

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

.contact-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}

.contact-form form .row .col-12 .form-group input {
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  padding: 20px 24px;
  color: #666;
  width: 100%;
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact-form form .row .col-12 .form-group input:focus {
  box-shadow: 0px 0px 4px 0px #B4BBDE;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group input {
    line-height: 40px;
    padding: 0 15px;
  }
}

.contact-form form .row .col-12 .form-group input::placeholder {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}

.contact-form form .row .col-12 .form-group textarea {
  border-radius: 6px;
  border: 1px solid #E2E8F0 !important;
  background: #FFF;
  padding: 20px 24px;
  color: #666;
  width: 100%;
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact-form form .row .col-12 .form-group textarea:focus {
  box-shadow: 0px 0px 4px 0px #B4BBDE !important;
  border: 1px solid #E2E8F0 !important;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group textarea::placeholder {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}

.contact-form form .row .col-12 .select-group {
  position: relative;
  z-index: 3;
}

.contact-form form .row .col-12 .select-group .intl-tel-input {
  width: 100%;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .select-group input {
    padding: 0 15px;
  }
}

.contact-form form .row .col-12 .select-group .drop-tel.on::after {
  transform: rotate(-180deg);
}

.contact-form form .row .col-12 .select-group .drop-tel {
  position: absolute;
  top: 50%;
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 15%;
  }
}

.contact-form form .row .col-12 .select-group .drop-tel:hover::after {
  transform: rotate(-180deg);
}

.contact-form form .row .col-12 .select-group .drop-tel::after {
  cursor: pointer;
  content: "\e609";
  font-family: 'iconfont' !important;
  position: absolute;
  color: #666;
  right: -5px;
  top: 10px;
  transition: all 0.2s;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-default {
  border: none;
  background: transparent;
  display: none;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-default.active {
  display: block;
}

.contact-form form .row .col-12 .select-group .drop-tel img {
  word-wrap: 100%;
  display: block;
  max-height: 15px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  box-shadow: 3px 3px 11px 3px rgba(0, 0, 0, 0.1);
  display: none;
  height: 140px;
  overflow-y: auto;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a {
  margin: 0;
  white-space: nowrap;
  padding: 5px 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a:hover {
  background: #f1f1f1;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a img {
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a span {
  display: inline-block;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a .address {
  color: #333333;
  font-size: 13px;
  margin-right: 8px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a .num {
  font-size: 13px;
  color: #999999;
}

.contact-form form .row .col-12 .upload-box .tit {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
}

.text-p {
  margin: 4px 0;
  color: #9DA4C7;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .upload-box .tit {
    font-size: 14px;
  }
}

.wrap-contact .contact-form {
  margin-top: 48px;
}

@media (max-width: 1199px) {
  .wrap-contact .contact-form {
    margin-top: 40px;
    order: 4;
  }
}


.gjcont-box .gjcont {
  display: none;
}

.gjcont-box .gjcont.active {
  display: block;
}

.gj-btmcont1 .gj-logo {
  width: 200px;
}

@media (max-width: 991px) {
  .gj-btmcont1 .gj-logo {
    width: 150px;
  }
}

.gj-btmcont1 .gj-logo img {
  width: 100%;
}

.gj-btmcont1 p {
  font-size: 20px;
  color: #FFF;
  margin-top: 20px;
}


.gj-center{
  width: 20%;
}
@media(max-width:1199px) {
  .gj-center{
    width: 30%;
  }
}
@media(max-width:991px) {
  .gj-center{
    width: 100%;
  }
}
.gj-center .gj-tit2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  text-align: center;

}

@media(max-width:991px) {
  .gj-center .gj-tit2 {
    margin-bottom: 0px;
    text-align: left;
  }
}

.gj-center ul {
  list-style: none;

  display: flex;

  flex-wrap: wrap;
}

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

@media(max-width:991px) {
  .gj-center ul {
    display: flex;
    flex-wrap: wrap;

  }
}

.gj-center ul li {
  margin-top: 12px;
  text-align: center;
  width: 50%;

}

@media(max-width:991px) {
  .gj-center ul li {
    margin-top: 20px;
    margin-right: 20px;
    width: auto;
  }
}

.gj-center ul li:first-child {
  /* margin-top: 0; */
}

@media(max-width:991px) {
  .gj-center ul li:first-child {
    margin-top: 20px;
  }
}

.gj-center ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
  transition: all 0.3s;
}

@media(max-width:767px) {
  .gj-center ul li a {
    font-size: 14px;
  }
}

.gj-center ul li a:hover {
  text-decoration: underline;
}

.gi-tit {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}