@charset "utf-8";

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

body {
  /* 填写默认字体 */
  font-family: 'Microsoft YaHei', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #1e1d28;
  min-height: initial !important;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}

/* h1隐藏 */
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fszero h1 {
  margin: 0;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}

:root {
  font-size: 10px;
  --main-color: #333;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: auto;
}

/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}

.fancybox-content {
  height: 800px !important;
}

.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

.header ul>li>ul {
  background: transparent !important;
}

/* lis-start */
/* banner-start */
.home_banner {
  position: relative;
}

.home_banner .swiper-container {
  width: 100%;
}

.home_banner .swiper-slide {
  overflow: hidden;
}

.home_banner .slide-link {
  position: relative;
  display: block;
}

.home_banner .slide-link img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .home_banner .slide-link img {
    height: auto;
  }
}

.home_banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home_banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_banner .swiper-pagination {
  z-index: 10;
  bottom: 20px !important;
  --wh: 8px !important;
  --interval: 12px;
  width: 30px;
  padding: 0 86%;
}
@media (max-width: 991px) {
  .home_banner .swiper-pagination {
    padding: 0 84%;
  }
}

@media (max-width: 768px) {
  .home_banner .swiper-pagination {
    width: 100%;
    padding: 0;
    bottom: 10px !important;
  }
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  position: relative;
}

.home_banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -70%;
  left: -70%;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.home_banner>ul {
  position: absolute;
  bottom: 20px;
  left: 14%;
  z-index: 999;
  width: 22px;
}
@media (max-width:768px) {
  .home_banner>ul {
    display: none;
  }
}

.home_banner>ul>li {
  margin: 10px 0;
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .home_banner>ul>li {
    margin: 6px 0;
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .home_banner>ul>li {
    margin: 0 0;
    width: 12px;
    height: 12px;
  }
}

.home_banner>ul>li:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .home_banner>ul>li:after {
    width: 4px;
    height: 4px;
  }
}

.home_banner>ul>li.active {
  border: 1px solid #fff;
}

/* banner-end */
/* header*/
@media (max-width: 1199px) {
  .header-box .pc-nav {
    display: none;
  }
}

.header-box .pc-nav>ul {
  margin: 0 -30px;
  padding-right: 80px;
  display: flex;
}

.header-box .pc-nav>ul>li {
  padding: 0 30px;
  position: relative;
}

.header-box .pc-nav>ul>li a {
  line-height: 90px;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.36s;
}

@media (max-width: 1400px) {
  .header-box .pc-nav>ul>li a {
    line-height: 70px;
  }
}

.header-box .pc-nav>ul>li:nth-child(2)>a::after,
.header-box .pc-nav>ul>li:nth-child(3)>a::after {
  position: absolute;
  content: '\e651';
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 14px;
  color: #000;
  font-family: iconfont !important;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.36s;
}

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

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

.header-box .pc-nav>ul>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 10px 0;
  z-index: 99999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}

.header-box .pc-nav>ul>li>ul a {
  line-height: 30px;
  text-align: center;
  padding: 4px 20px;
  white-space: nowrap;
}

.header-box .pc-nav>ul>li>ul a:hover {
  color: #C70B19;
  text-decoration: underline;
}

.header-box .logo {
  height: 90px;
  position: relative;
  display: block;
}

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

@media (max-width: 768px) {
  .header-box .logo {
    height: 60px;
  }
}

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

.header-box .header-search {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #C70B19;
  position: relative;
}

@media (max-width: 768px) {
  .header-box .header-search {
    height: 36px;
    width: 36px;
  }
}

.header-box .header-search .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}

.header-box .header-right {
  align-items: center;
}

/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  display: none;
}

.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}

.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}

.search_close .iconfont {
  color: #fff;
  font-size: 20px;
}

body.search_open {
  overflow: hidden;
}

@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.search_view_cont {
  position: relative;
  width: 1200px;
}

.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}

.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}

.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .search_view_cont button {
    font-size: 24px;
  }

  .search_close {
    width: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }

  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .search_view_cont button {
    font-size: 22px;
  }

  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }

  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }

  .search_view_tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }

  .search_view_tit {
    font-size: 20px;
  }

  .search_view_cont button {
    font-size: 18px;
  }

  .search_view_cont input {
    height: 40px;
  }
}

/* search-end */
/* aside-start */
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  --item-wh: 40px;
  --item-bg: rgba(0, 0, 0, 0.25);
  --item-hover-bg: #C70B19;
  --item-margin-bottom: 2px;
  --item-fs: 20px;
}

@media (max-width: 768px) {
  .ct_aside1 {
    --item-wh: 40px;
  }
}

.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}

.ct_aside1_item {
  margin-bottom: var(--item-margin-bottom);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .ct_aside1_item span {
    font-size: 18px;
  }
}

.ct_aside1_item:last-child {
  margin-bottom: 0;
}

.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--item-bg);
  font-size: var(--item-fs);
  color: #fff;
  transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--item-hover-bg);
}

.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--item-hover-bg);
}

.ct_aside1_item:hover .ct_aside1_link .iconfont {
  color: #fff;
}

.ct_aside1_link,
.ct_aside1_switch {
  width: var(--item-wh);
  height: var(--item-wh);
}

.ct_aside1_switch {
  background-color: var(--item-bg);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}

.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}

.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-135deg);
}

.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}

.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.ct_aside1_cont .qr img {
  width: 100%;
}

.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.ct_aside1_list.animatelist {
  transform: translateX(100px);
}

.ct_aside1_list.active {
  transform: translateX(0px);
}

.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}

.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }

  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }

  .ct_aside1_switch {
    display: block;
  }
}

/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }

  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}

/* aside-end */
.index-product {
  padding-top: 110px !important;
  background: url(../images/index-product-bg.jpg) no-repeat center;
}

@media (max-width: 1200px) {
  .index-product {
    padding: 70px 0 !important;
  }
}

@media (max-width: 991px) {
  .index-product {
    padding: 50px 0 !important;
  }
}

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

.title {
  text-align: center;
}

.title span {
  color: #C70B19;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 8px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .title span {
    padding-bottom: 0;
  }
}

.title h2 {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

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

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

@media (max-width: 991px) {
  .title h2 {
    font-size: 26px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .title h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

.index-product-list>ul {
  margin: 0 -15px;
}

@media (max-width: 1200px) {
  .index-product-list>ul {
    margin: 0 -10px;
  }
}

@media (max-width: 768px) {
  .index-product-list>ul {
    margin: 0;
  }
}

.index-product-list>ul>li {
  padding: 0 15px;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .index-product-list>ul>li {
    padding: 0 10px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .index-product-list>ul>li {
    padding: 0;
    margin-top: 14px;
  }
}

.index-product-list>ul>li .img-box {
  padding-bottom: 65.789473%;
  border: 2px solid #8497a6;
}

.index-product-list>ul>li .img-box img {
  transition: all 0.36s;
  padding: 5px;
}

.index-product-list>ul>li .text {
  background: #fff;
  padding: 14px 16px;
  transition: all 0.36s;
}

@media (max-width: 1199px) {
  .index-product-list>ul>li .text {
    padding: 10px 16px;
  }
}

.index-product-list>ul>li .text h3 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 10px;
  position: relative;
  transition: all 0.36s;
}

.index-product-list>ul>li .text h3::before {
  position: absolute;
  content: '';
  top: 50%;
  width: 2px;
  height: 16px;
  left: 0;
  background: #C70B19;
  transform: translateY(-50%);
  transition: all 0.36s;
}

.index-product-list>ul>li .text .iconfont {
  transform: rotate(180deg);
  color: #222;
  transition: all 0.36s;
}

.index-product-list>ul>li:hover img {
  transform: scale(1.05);
}

.index-product-list>ul>li:hover .text {
  background: #C70B19;
}

.index-product-list>ul>li:hover .text h3,
.index-product-list>ul>li:hover .text .iconfont {
  color: #FFF;
}

.index-product-list>ul>li:hover .text h3::before {
  background: #fff;
}

.index-about-texts {
  width: 47%;
}

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

.index-about-texts p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.index-about-texts ul,
.index-about-texts ol {
  padding-left: 1em;
}

.index-about-texts ul li,
.index-about-texts ol li {
  list-style: inherit;
}

.index-about-title {
  width: 53%;
  padding-right: 90px;
}

@media (max-width: 1400px) {
  .index-about-title {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .index-about-title {
    padding-bottom: 0;
    padding-right: 70px;
  }
}

@media (max-width: 991px) {
  .index-about-title {
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }
}

.index-about-title .title {
  text-align: left;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .index-about-title .title {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .index-about-title .title {
    padding-bottom: 24px;
  }
}

.index-about-box {
  flex-wrap: wrap;
}

.index-more-button li {
  cursor: pointer;
}

.index-more-button a {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 10px 28px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

@media (max-width: 1400px) {
  .index-more-button a {
    padding: 12px 24px;
  }
}

@media (max-width: 1199px) {
  .index-more-button a {
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .index-more-button a {
    padding: 6px 16px;
  }
}

.index-more-button a .iconfont {
  font-size: 12px;
  margin-left: 12px;
  transition: all 0.36s;
}

.index-more-button li:first-child:hover a {
  background: #C70B19;
  color: #fff;
  border: 1px solid #C70B19;
}

.index-more-button li:first-child:hover a .iconfont {
  color: #fff;
}

.index-more-button li:last-child a {
  border: 1px solid transparent;
  color: #C70B19;
  transition: all 0.36s;
}

.index-more-button li:last-child a .iconfont {
  margin-left: 0;
  margin-right: 12px;
  color: #C70B19;
}

.index-more-button li:last-child a:hover {
  color: #fff;
  background: #C70B19;
}

.index-more-button li:last-child a:hover .iconfont {
  color: #fff;
}

.index-about-logo {
  height: 235px;
  margin-top: 80px;
}

@media (max-width: 1470px) {
  .index-about-logo {
    height: 195px;
  }
}

@media (max-width: 1400px) {
  .index-about-logo {
    height: 170px;
    margin-top: 70px;
  }
}

@media (max-width: 1199px) {
  .index-about-logo {
    height: 140px;
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .index-about-logo {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .index-about-logo {
    height: 60px;
    margin-top: 30px;
  }
}

.index-about-logo img {
  width: 100%;
  height: 100%;
}

.index-about {
  position: relative;
  background: #F5F5F5;
}

.index-about .container {
  position: relative;
  z-index: 999;
}

.index-about-bg {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-right-text {
  width: 58%;
}

@media (max-width: 991px) {
  .index-right-text {
    width: 100%;
  }
}

.index-right-text p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-customer-title {
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .index-customer-title {
    margin-bottom: 20px;
  }
}

.index-customer-title .title {
  text-align: left;
}

.index-customer-list {
  margin: -15px;
}

@media (max-width: 1199px) {
  .index-customer-list {
    margin: -10px;
  }
}

@media (max-width: 768px) {
  .index-customer-list {
    margin: -6px;
  }
}

.index-customer-list .item {
  width: 20%;
  padding: 15px;
}

@media (max-width: 1199px) {
  .index-customer-list .item {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .index-customer-list .item {
    padding: 6px;
  }
}

.index-customer-list .img-box {
  padding-bottom: 57.692307%;
}

.index-customer {
  position: relative;
  overflow: hidden;
}

.index-customer .container {
  position: relative;
  z-index: 999;
}

.index-customer .slick-dots li.slick-active,
.index-news-listbox .slick-dots li.slick-active,
.warp-product-detail-list .slick-dots li.slick-active {
  background: #C70B19 !important;
}

.index-customer .slick-dots li,
.index-news-listbox .slick-dots li,
.warp-product-detail-list .slick-dots li {
  background: transparent;
  border: 1px solid #C70B19;
}

@media (max-width: 768px) {
  .warp-product-detail-list .slick-dots {
    margin-top: 0px;
  }
}

.index-news .title {
  text-align: left;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .index-news .title {
    padding-right: 0;
  }
}

.index-news p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.index-news-button {
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .index-news-button {
    padding-top: 20px;
  }
}

.index-news-button a {
  display: inline-block;
  padding: 12px 25px;
  background: #C70B19;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid transparent;
  transition: all 0.36s;
}

@media (max-width: 1400px) {
  .index-news-button a {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .index-news-button a {
    padding: 6px 18px;
  }
}

@media (max-width: 768px) {
  .index-news-button a {
    padding: 6px 16px;
  }
}

.index-news-button a .iconfont {
  transform: rotate(-180deg);
  font-size: 10px;
  margin-left: 10px;
  line-height: 24px;
}

.index-news-button a:hover {
  background: transparent;
  border: 1px solid #C70B19;
  color: #C70B19;
}

.index-news-button a:hover .iconfont {
  color: #C70B19;
}

.index-news-list {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .index-news-list {
    margin: 0 -10px;
  }
}

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

.index-news-list .item {
  padding: 0 15px;
}

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

@media (max-width: 768px) {
  .index-news-list .item {
    padding: 0;
  }
}

.index-news-list .item:hover .item-right-title a {
  color: #C70B19;
}

.index-news-list .item:hover .item-more a,
.index-news-list .item:hover .item-more i {
  color: #C70B19;
}

.index-news-list .item:hover img {
  transform: scale(1.05);
}

.index-news-list .img-box {
  padding-bottom: 66.666666%;
}

.index-news-list .img-box img {
  transition: all 0.36s;
}

.index-news-list .itembox {
  background: #F5F5F5;
}

.index-news-list .item-left-time {
  max-width: 50px;
  flex-shrink: 0;
  text-align: center;
}

.index-news-list .item-left-time p {
  color: #C70B19;
  font-family: Anton;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .index-news-list .item-left-time p {
    font-size: 26px;
  }
}

.index-news-list .item-left-time span {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.item-right-title {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #CCC;
}

@media (max-width: 1199px) {
  .item-right-title {
    padding-left: 14px;
    margin-left: 14px;
  }
}

.item-right-title a {
  color: #222;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.36s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item-right-title p {
  color: #444;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-texts {
  padding: 24px 20px;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 1199px) {
  .item-texts {
    padding: 20px 16px;
  }
}

.item-more {
  padding: 10px 20px;
  cursor: pointer;
}

.item-more .iconfont {
  transform: rotate(180deg);
}

.item-more a,
.item-more i {
  color: #444;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.index-news-listbox {
  margin-top: 40px;
}

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

.index {
  height: 100%;
  padding-top: 170px;
}

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

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

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

/* footer-start*/
.footer {
  background: #222;
}

@media (max-width: 1199px) {
  .footer {
    padding-bottom: 72px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 62px;
  }
}

@media (max-width: 768px) {
  .footer-contact {
    width: 100%;
    padding-bottom: 30px;
  }
}

.footer-contact h3 {
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .footer-contact h3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-contact h3 {
    padding-bottom: 4px;
  }
}

.footer-contact .footer-link {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.footer-contact .footer-link:hover::after {
  background: #fff !important;
}

@media (max-width: 1199px) {
  .footer-contact .footer-link {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .footer-contact .footer-link {
    font-size: 18px;
  }
}

.footer-contact .footer-img {
  width: 100px;
  height: 100px;
}

@media (max-width: 1199px) {
  .footer-contact .footer-img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .footer-contact .footer-img {
    width: 60px;
    height: 60px;
  }
}

.footer-contact .footer-img img {
  height: 100%;
}

.footer-contact ul {
  margin: 16px 0 40px 0;
}

@media (max-width: 1199px) {
  .footer-contact ul {
    margin: 12px 0 30px 0;
  }
}

@media (max-width: 768px) {
  .footer-contact ul {
    margin: 4px 0 12px 0;
  }
}

.footer-list li {
  padding-bottom: 8px;
}

.footer-list ul {
  margin-bottom: -8px;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .footer-list ul {
    padding-top: 6px;
  }
}

.footer h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 768px) {
  .footer h3 {
    font-size: 16px;
  }
}

.footer a,
.footer span {
  color: #CCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer a {
  position: relative;
}

.footer a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CCC;
  height: 1px;
  width: 0;
  transition: all 0.36s;
}

.footer a:hover {
  color: #fff;
}

.footer a:hover::after {
  width: 100%;
}

.footer-form {
  width: 360px;
}

@media (max-width: 1400px) {
  .footer-form {
    width: 320px;
  }
}

@media (max-width: 1199px) {
  .footer-form {
    width: 270px;
  }
}

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

.footer-form .form-box {
  margin: 0;
}

.footer-form .form-item {
  width: 100%;
  padding: 0;
}

.footer-form .form-item input,
.footer-form .form-item textarea {
  border: 1px solid #666;
  background: transparent;
  color: #999;
}

.footer-form .form-irembox::input-placeholder {
  color: #999;
}

.footer-form .footer-title {
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .footer-form .footer-title {
    padding-bottom: 10px;
  }
}

.footer-box {
  padding: 72px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .footer-box {
    padding: 62px 0;
  }
}

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

@media (max-width: 768px) {
  .footer-box {
    padding: 40px 0;
  }
}

.footer-logo {
  height: 35px;
}

@media (max-width: 991px) {
  .footer-logo {
    height: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    height: 20px;
    margin-bottom: 10px;
  }
}

.footer-logo img {
  height: 100%;
}

.footer-logo a:hover::after {
  width: 0;
}

@media (max-width: 768px) {
  .footer-other-text {
    flex-wrap: wrap;
  }
}

.footer-other-text p,
.footer-other-text a {
  color: #9A9A9A;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-other-text p:nth-child(2) {
  padding: 0 18px;
}

@media (max-width: 768px) {
  .footer-other-text p:nth-child(2) {
    padding: 0;
    padding-right: 18px;
  }
}

.footer-other {
  padding: 22px 0;
}

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

/* form-start */
.form-box {
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .form-box {
    margin: 0;
  }
}

.form-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .form-item {
    width: 100%;
    padding: 0;
  }
}

.form-item .form-irembox {
  width: 100%;
  position: relative;
}

.form-item input,
.form-item textarea {
  padding: 10px 20px;
  width: 100%;
  background: #F5F5F5;
}

.form-item input {
  height: 42px;
}

@media (max-width: 1199px) {
  .form-item input {
    height: 38px;
  }
}

.form-item textarea {
  height: 160px;
  width: 100%;
}

@media (max-width: 1199px) {
  .form-item textarea {
    height: 130px;
  }
}

.form-item.textarea {
  width: 100%;
}

.form-item.button {
  margin-bottom: 0 !important;
}

.form-item.button button {
  background: #C70B19;
  min-width: 100px;
  padding: 10px 36px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid transparent;
  transition: all 0.36s;
}

@media (max-width: 1199px) {
  .form-item.button button {
    padding: 8px 36px;
  }
}

@media (max-width: 768px) {
  .form-item.button button {
    min-width: 80px;
    padding: 6px 30px;
  }
}

.form-item.button button:hover {
  background: transparent;
  border: 1px solid #fff;
}

.in-title h2 {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 12px;
}

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

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

@media (max-width: 991px) {
  .in-title h2 {
    font-size: 26px;
    padding-bottom: 4px;
  }
}

@media (max-width: 768px) {
  .in-title h2 {
    font-size: 22px;
  }
}

.in-title P {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact.in-title {
  text-align: center;
  padding: 0 110px;
}

@media (max-width: 1400px) {
  .contact.in-title {
    padding: 0 90px;
  }
}

@media (max-width: 1199px) {
  .contact.in-title {
    padding: 0 80px;
  }
}

@media (max-width: 991px) {
  .contact.in-title {
    padding: 0;
  }
}

.contact-listbox {
  padding-top: 48px;
}

@media (max-width: 1400px) {
  .contact-listbox {
    padding-top: 40px;
  }
}

.contact-listbox>ul {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contact-listbox>ul {
    margin-bottom: -24px;
  }
}

.contact-listbox>ul>li {
  text-align: center;
  width: 25%;
}

@media (max-width: 768px) {
  .contact-listbox>ul>li {
    width: 50%;
    padding-bottom: 24px;
  }
}

.contact-listbox>ul>li h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.36s;
}

@media (max-width: 768px) {
  .contact-listbox>ul>li h3 {
    font-size: 16px;
  }
}

.contact-listbox>ul>li p,
.contact-listbox>ul>li a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.contact-listbox>ul>li:hover h3,
.contact-listbox>ul>li:hover a,
.contact-listbox>ul>li:hover p {
  color: #C70B19;
}

.contact-listbox>ul>li:hover .contact-icon {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: rgba(199, 11, 25, 0.1);
  position: relative;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .contact-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .contact-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
}

.contact-icon i {
  color: #C70B19;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .contact-icon i {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-icon i {
    font-size: 16px;
  }
}

.contact-text {
  padding: 80px 0;
}

@media (max-width: 1400px) {
  .contact-text {
    padding: 70px 0;
  }
}

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

@media (max-width: 991px) {
  .contact-text {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .contact-text {
    padding: 40px 0;
  }
}

.contact-form-title {
  text-align: center;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .contact-form-title {
    padding-bottom: 38px;
  }
}

@media (max-width: 768px) {
  .contact-form-title {
    padding-bottom: 28px;
  }
}

.contact-form {
  position: relative;
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 40%);
  padding: 80px 0 100px 0;
}

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

@media (max-width: 991px) {
  .contact-form {
    padding: 40px 0 60px 0;
  }
}

.contact .mod_form_item {
  text-align: center;
}

.contact.contact-form .form-item {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page_banner img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: 1000px;
  }
}

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

.index-online {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.index-online-item {
  display: none;
  width: 20%;
  position: relative;
}

@media (max-width: 1199px) {
  .index-online-item {
    display: block;
  }
}

.index-online-item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ccc;
}

.index-online-item a {
  display: block;
  background: #C70B19;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 1199px) {
  .index-online-item a {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .index-online-item a {
    font-size: 12px;
  }
}

.index-online-item i {
  display: block !important;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .index-online-item i {
    margin-bottom: 6px;
  }
}

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

@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
  }
}

.btn-menu a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.btn-menu a::after,
.btn-menu a::before {
  display: block;
  height: 2px;
  content: '';
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
}

.btn-menu a span {
  display: block;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
}

.bread-box {
  padding: 14px 0;
  border-bottom: 1px solid #CCC;
}

@media (max-width: 1400px) {
  .bread-box {
    padding: 10px 0;
  }
}

.breadbox i {
  color: #C70B19;
  font-size: 14px;
}

.breadbox>ul>li a {
  color: #444;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.breadbox>ul>li a:hover {
  color: #C70B19;
}

.breadbox>ul>li i {
  color: #444;
  transform: rotate(180deg);
  font-size: 10px;
  margin-left: 6px;
}

.breadbox>ul {
  margin: 0 -6px;
  padding-left: 12px;
}

.breadbox>ul>li {
  padding: 0 6px;
}

.news-listbox>ul {
  background: #F7F7F7;
  padding: 10px 40px;
}

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

@media (max-width: 768px) {
  .news-listbox>ul {
    padding: 0 20px;
  }
}

.news-listbox>ul>li {
  padding: 30px 0;
  border-bottom: 1px solid #CCC;
}

.news-listbox>ul>li:hover h2,
.news-listbox>ul>li:hover a,
.news-listbox>ul>li:hover i {
  color: #C70B19;
}

.news-listbox>ul>li:hover img {
  transform: scale(1.05);
}

.news-listbox>ul>li:last-child {
  border-bottom: 0;
}

.news-left-text {
  width: 70%;
  padding-right: 70px;
}

@media (max-width: 1470px) {
  .news-left-text {
    padding-right: 50px;
  }
}

@media (max-width: 1400px) {
  .news-left-text {
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .news-left-text {
    padding-right: 24px;
  }
}

@media (max-width: 991px) {
  .news-left-text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .news-left-text {
    margin-bottom: 15px;
  }
}

.news-left-text p,
.news-left-text span {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.news-left-text h2 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.36s;
}

@media (max-width: 768px) {
  .news-left-text h2 {
    font-size: 18px;
  }
}

.news-left-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}

@media (max-width: 1400px) {
  .news-left-text p {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .news-left-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .news-left-text p {
    margin-bottom: 22px;
  }
}

.news-left-link {
  display: block;
  margin: 8px 0 24px 0;
}

@media (max-width: 1400px) {
  .news-left-link {
    margin: 8px 0 20px 0;
  }
}

@media (max-width: 768px) {
  .news-left-link {
    margin: 4px 0 16px 0;
  }
}

.news-left-text>a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.news-left-text>a i {
  transform: rotate(180deg);
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.36s;
}

@media (max-width: 768px) {
  .news-left-text>a i {
    font-size: 10px;
  }
}

.news-right-img {
  width: 30%;
}

@media (max-width: 991px) {
  .news-right-img {
    width: 100%;
  }
}

.news-right-img a {
  display: block;
}

.news-right-img .img-box {
  padding-bottom: 66.666666%;
}

.news-right-img .img-box img {
  transition: all 0.36s;
}

.news-libox {
  flex-wrap: wrap;
}

.news-listbox {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .news-listbox {
    margin-bottom: 38px;
  }
}

.warp {
  padding: 80px 0 100px 0;
}

@media (max-width: 1400px) {
  .warp {
    padding: 70px 0 90px 0;
  }
}

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

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

.page_banner {
  overflow: hidden;
  position: relative;
}

.page_banner::after {
  position: absolute;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, #CBEEFF 0%, rgba(203, 238, 255, 0) 100%);
  z-index: 9;
  left: 0;
  top: 0;
  height: 200px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .page_banner::after {
    height: 120px;
  }
}

.warp-partner-box {
  height: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  position: relative;
  transition: all 0.36s;
  /* padding: 20px; */
}

.warp-partner-box h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.36s;
}

@media (max-width: 768px) {
  .warp-partner-box h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

.warp-partner-box p {
  color: #444;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 30px 0;
  transition: all 0.36s;
}

@media (max-width: 1199px) {
  .warp-partner-box p {
    margin: 16px 0 26px 0;
  }
}

@media (max-width: 768px) {
  .warp-partner-box p {
    margin: 10px 0 18px 0;
  }
}

.warp-partner-box a,
.warp-partner-box i {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.warp-partner-box i {
  transform: rotate(180deg);
  font-size: 10px;
  margin-left: 8px;
}

.warp-partner-box:hover .img-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  z-index: 9;
  top: 0;
  left: 0;
  opacity: 0;
}

.partner-img {
  padding: 20px;
  overflow: hidden;
}

/* .partner-img2 {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transition: all 0.36s;
}
.partner-img2 .img-box {
  padding-bottom: 66.666666%;
} */
.partner-img .img-box {
  display: block;
  padding-bottom: 66.666666%;
}

.partner-img .img-box::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  transition: all 0.36s;
}

.warp-partner-text {
  padding: 10px 30px 30px 30px;
}

@media (max-width: 768px) {
  .warp-partner-text {
    padding-top: 20px;
  }
}

.warp-partnerbox>ul>li {
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 1470px) {
  .warp-partnerbox>ul>li {
    padding: 0 25px;
  }
}

@media (max-width: 1400px) {
  .warp-partnerbox>ul>li {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .warp-partnerbox>ul>li {
    padding: 0 8px;
  }
}

@media (max-width: 768px) {
  .warp-partnerbox>ul>li {
    padding: 0;
    margin-bottom: 20px;
  }
}

.warp-partnerbox>ul {
  margin: 0 -30px;
}

@media (max-width: 1470px) {
  .warp-partnerbox>ul {
    margin: 0 -25px;
  }
}

@media (max-width: 1400px) {
  .warp-partnerbox>ul {
    margin: 0 -15px;
  }
}

@media (max-width: 1199px) {
  .warp-partnerbox>ul {
    margin: 0 -8px;
  }
}

@media (max-width: 768px) {
  .warp-partnerbox>ul {
    margin: 0;
  }
}

.warp-partnerbox {
  padding-bottom: 18px;
}

.warp-partner-box:hover {
  background: #C70B19;
}

.warp-partner-box:hover .partner-img .img-box {
  transform: scale(1.2);
}

.warp-partner-box:hover .warp-partner-text {
  background: transparent;
}

/* .warp-partner-box:hover .partner-img2 {
  opacity: 1;
} */
.warp-partner-box:hover h2,
.warp-partner-box:hover a,
.warp-partner-box:hover i,
.warp-partner-box:hover p {
  color: #fff;
}

.warp-aside {
  width: 24%;
}

@media (max-width: 991px) {
  .warp-aside {
    display: none;
  }
}

.warp-aside-box {
  position: sticky;
  top: 110px;
}

.warp-content {
  width: 76%;
  padding-left: 30px;
}

@media (max-width: 1400px) {
  .warp-content {
    padding-left: 26px;
  }
}

@media (max-width: 1199px) {
  .warp-content {
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .warp-detail-content {
    padding-left: 0;
    width: 100%;
  }
}

.warp-product-box {
  flex-wrap: wrap;
}

.warp-pricebox .mod_form .mod_form_item.proname .conts input {
  color: #fff;
}

.warp-aside-title {
  background: #C70B19;
  text-align: center;
  padding: 16px 0;
}

@media (max-width: 1199px) {
  .warp-aside-title {
    padding: 14px 0;
  }
}

.warp-aside-title h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 1400px) {
  .warp-aside-title h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .warp-aside-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.warp-aside-list {
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 0 10px 10px 10px;
}

.warp-aside-list h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.36s;
}

.warp-aside-list>ul>li>div span {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-right: 12px;
}

.warp-aside-list>ul>li>div span::before,
.warp-aside-list>ul>li>div span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #444;
  transition: all 0.36s;
}

.warp-aside-list>ul>li>div span::before {
  width: 100%;
  height: 2px;
}

.warp-aside-list>ul>li>div span::after {
  width: 2px;
  height: 100%;
}

.warp-aside-list>ul>li>div {
  padding: 14px 16px;
  background: #F5F5F5;
  transition: all 0.36s;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .warp-aside-list>ul>li>div {
    padding: 12px 16px;
  }
}

@media (max-width: 1199px) {
  .warp-aside-list>ul>li>div {
    padding: 10px 14px;
  }
}

.warp-aside-list>ul>li>div:hover {
  background: #C70B19;
}

.warp-aside-list>ul>li>div:hover span,
.warp-aside-list>ul>li>div:hover h3 {
  color: #fff;
}

.warp-aside-list>ul>li>div:hover span::after,
.warp-aside-list>ul>li>div:hover h3::after,
.warp-aside-list>ul>li>div:hover span::before,
.warp-aside-list>ul>li>div:hover h3::before {
  background: #fff;
}

.warp-aside-list>ul>li.active>div {
  background: #C70B19;
}

.warp-aside-list>ul>li.active>div span,
.warp-aside-list>ul>li.active>div h3 {
  color: #fff;
}

.warp-aside-list>ul>li.active>div span::after,
.warp-aside-list>ul>li.active>div h3::after,
.warp-aside-list>ul>li.active>div span::before,
.warp-aside-list>ul>li.active>div h3::before {
  background: #fff;
}

.warp-aside-list>ul>li.active>div span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.warp-aside-list>ul>li.current ul {
  display: block;
}

.warp-aside-list>ul>li>ul>li a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.warp-aside-list>ul>li>ul>li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C70B19;
  transition: all 0.36s;
}

.warp-aside-list>ul>li>ul>li a:hover {
  color: #C70B19;
}

.warp-aside-list>ul>li>ul>li a:hover::after {
  width: 100%;
}

.warp-aside-list>ul>li>ul {
  padding: 8px 16px;
  display: none;
}

.warp-aside-list>ul>li>ul>li {
  margin-top: 8px;
}

.warp-aside-list>ul>li {
  margin-top: 10px;
}

.warp-product-title h2 {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 1199px) {
  .warp-product-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .warp-product-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .warp-product-title {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.warp-product-title .breadbox {
  padding-bottom: 15px;
}

.warp-product-text {
  margin: 18px 0 40px 0;
}

.warp-product-text p {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
  .warp-product-text {
    margin: 16px 0 35px 0;
  }
}

@media (max-width: 1199px) {
  .warp-product-text {
    margin: 12px 0 26px 0;
  }
}

@media (max-width: 768px) {
  .warp-product-text {
    margin: 10px 0 24px 0;
  }
}

.warp-product-list>ul>li .text,
.warp-product-detail-item .text {
  padding: 0 16px;
  margin-top: 16px;
  border-left: 2px solid #999;
  transition: all 0.36s;
}

@media (max-width: 1199px) {

  .warp-product-list>ul>li .text,
  .warp-product-detail-item .text {
    padding: 0 12px;
  }
}

@media (max-width: 768px) {

  .warp-product-list>ul>li .text,
  .warp-product-detail-item .text {
    margin-top: 14px;
  }
}

.warp-product-list>ul>li .text h3,
.warp-product-detail-item .text h3 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.warp-product-list>ul>li .text p,
.warp-product-detail-item .text p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.36s;
}

.warp-product-list>ul>li,
.warp-product-detail-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {

  .warp-product-list>ul>li,
  .warp-product-detail-item {
    margin-bottom: 26px;
  }
}

.warp-product-list>ul>li .text h3,
.warp-product-detail-item .text h3 {
  margin-bottom: 12px;
}

.warp-product-list>ul>li .img-box,
.warp-product-detail-item .img-box {
  padding-bottom: 75.757575%;
}

.warp-product-list>ul>li .img-box img,
.warp-product-detail-item .img-box img {
  transition: all 0.36s;
}

.warp-product-list>ul>li:hover img,
.warp-product-detail-item:hover img {
  transform: scale(1.05);
}

.warp-product-list>ul>li:hover .text,
.warp-product-detail-item:hover .text {
  border-left: 2px solid #C70B19;
}

.warp-product-list>ul>li:hover .text p,
.warp-product-detail-item:hover .text p {
  color: #C70B19;
}

.warp-product-list>ul,
.warp-product-detail-list {
  margin: 0 -15px;
}

.warp-product-list {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .warp-product-list {
    padding-bottom: 10px;
  }
}

.warp-product-imgitem {
  position: relative;
  cursor: pointer;
}

.warp-product-imgitem .img-box {
  padding-bottom: 75.757575%;
}

.warp-product-imgitem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  cursor: pointer;
}

.warp-product-img {
  width: 83.857142%;
  position: relative;
}
@media (max-width:768px) {
  .warp-product-img{
    width: 100%;
  }
}

.warp-product-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #C70B19;
  z-index: 2;
}
.warp-product-detail-texts {
  padding-left: 30px;
  width: 45.714285%;
  display: none;
}

.warp-product-show {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 24px;
}

@media (max-width: 1400px) {
  .warp-product-show {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .warp-product-show {
    padding-top: 15px;
  }
}

.warp-detail-imgbox {
  width: 100%;
}
@media (max-width: 768px) {
  .warp-detail-imgbox {
    flex-wrap: wrap;
  }
}

.warp-product-imgbox {
  width: 14.380952%;
  position: relative;
}

.warp-product-imgbox .inquiry {
  background: #C70B19;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 30px;
}
.warp-product-imgbox .inquiry:hover{
  background: #E60012;
}

.warp-product-imgbox .inquiry .iconfont {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .warp-product-imgbox {
    width: 100%;
    margin-top: 10px;
  }
}

.inquiry-button {
  width: 100%;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: #C70B19;
}

.warp-product-imgitem2 {
  position: relative;
  cursor: pointer;
  padding: 8px 0;
}

@media (max-width:768px) {
  .warp-product-imgitem2 {
    padding: 0;
    padding: 0 5px;
  }
}

.warp-product-imgitem2 .img-box {
  padding-bottom: 82%;
  position: relative;
  border: 1px solid #dcdcdc;
}
.warp-product-imgitem2 .img-box::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #C70B19;
  z-index: 99;
  opacity: 0;
}

.warp-product-imgitem2 .img-box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
  z-index: 9999;
}

.warp-product-imglist2 {
  margin: -6px 0;
}

@media (max-width:768px) {
  .warp-product-imglist2 {
    margin: 0;
    margin: 0 -10px;
  }
}

.warp-product-imglist2 .slick-current .img-box::after {
  display: none;
}
.warp-product-imglist2 .slick-current .img-box::before,.warp-product-imglist2 .slick-current .warp-border{
  opacity: 1;
}

.warp-border {
  position: absolute;
  content: '';
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  opacity: 0;
}

.product-video-button {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #C70B19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: inline-block;
}

.product-video-button .iconfont {
  position: absolute;
  content: '';
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-button1 {
  width: 64px;
  height: 64px;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .video-button1 {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 1400px) {
  .video-button1 {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .video-button1 {
    width: 40px;
    height: 40px;
  }
}

.video-button2 {
  width: 32px;
  height: 32px;
  font-size: 10px;
}

@media (max-width: 1400px) {
  .video-button2 {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 768px) {
  .video-button2 {
    width: 22px;
    height: 22px;
  }

  .video-button2 .iconfont {
    font-size: 6px;
  }
}

.warp-product-detail-texts2 h3 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 991px) {
  .warp-product-detail-texts2 h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .warp-product-detail-texts2 h3 {
    font-size: 16px;
  }
}

.warp-product-detail-texts2 p,
.warp-product-detail-texts2 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.warp-product-detail-texts2 p {
  color: #444;
  padding: 12px 0 28px 0;
}

@media (max-width: 1440px) {
  .warp-product-detail-texts2 p {
    padding: 10px 0 24px 0;
  }
}

@media (max-width: 1400px) {
  .warp-product-detail-texts2 p {
    padding: 6px 0 20px 0;
  }
}

@media (max-width: 991px) {
  .warp-product-detail-texts2 p {
    padding: 6px 0 14px 0;
  }
}

.warp-product-detail-texts2 a {
  color: #C70B19;
}

.warp-product-detail-texts2 a:hover {
  text-decoration: underline;
}

.warp-product-detail-texts2 i {
  font-size: 18px;
  margin-right: 10px;
}

.warp-ask {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  background: #C70B19;
  cursor: pointer;
  padding: 10px;
  margin-top: 68px;
  border: 1px solid transparent;
  transition: all 0.36s;
}

@media (max-width: 1440px) {
  .warp-ask {
    margin-top: 38px;
  }
}

@media (max-width: 1400px) {
  .warp-ask {
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .warp-ask {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .warp-ask {
    margin-top: 6px;
  }
}

.warp-ask:hover {
  background: transparent;
  border: 1px solid #C70B19;
  color: #C70B19;
}

.detail-title {
  padding-bottom: 20px;
}

.detail-title h4 {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 1400px) {
  .detail-title h4 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .detail-title {
    padding-bottom: 16px;
  }
}

.warp-product-detailbox .edit_active {
  padding: 25px 20px;
  background: #F5F5F5;
}

.mod_form_item.proname {
  width: 100% !important;
}

.mod_form_item.proname .conts {
  background: #C70B19 !important;
}

.mod_form_item.proname .conts label {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.box {
  padding-bottom: 48px;
}

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

@media (max-width: 768px) {
  .box {
    padding-bottom: 35px;
  }
}

.warp-product-detail-item {
  width: 33.3333333%;
}

@media (max-width: 1199px) {
  .warp-product .warp-aside {
    display: none;
  }
}

.warp-product-showbox h2 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 1400px) {
  .warp-product-showbox h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .warp-product-showbox h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .warp-product-showbox h2 {
    font-size: 20px;
    padding-top: 15px;
  }
}

/* form */
.mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F5F5F5;
  --form-item-height: 48px;
  --form-item-padding: 20px;
  --form-label-size: 15px;
  --form-color: #000;
  --form-textarea-height: 160px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .mod_form {
    --form-item-width: 100%;
    --form-margin: 0;
    --form-padding: 0;
  }
}

.mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}

.mod_form .mod_form_item .conts {
  position: relative;
  /* padding: 0 10px; */
  background-color: var(--form-item-bg);
}

.mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
}

.mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: 14px;
  color: #666;
}

.mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}

.mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 100px;
  height: 44px;
  padding: 0 18px;
  color: #fff;
  background-color: #C70B19;
  border: 1px solid #C70B19;
  transition: all 0.36s;
}

.mod_form .mod_form_item .conts button:hover {
  background-color: transparent;
  color: #C70B19;
  border: 1px solid #C70B19;
}

@media (max-width: 991px) {
  .mod_form .mod_form_item .conts button {
    height: 40px;
  }
}

.mod_form .mod_form_item .conts.active label {
  top: -10px !important;
  color: rgba(102, 102, 102, 0.5);
}

.mod_form .mod_form_item.button .conts {
  background-color: transparent;
  border: none;
}

.mod_form .mod_form_item.button {
  margin-bottom: 0;
}

.mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}

.mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}

.mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: #fff;
}

.mod_form .mod_form_item.proname .conts input {
  width: 100%;
}

.mod_form .mod_form_item.block {
  width: 100%;
}

.warp-about-nav {
  background: #FFF;
  border-bottom: 1px solid #D9D9D9;
  position: sticky;
  top: 90px;
  z-index: 99;
}

@media (max-width: 1400px) {
  .warp-about-nav {
    top: 72px;
  }
}

@media (max-width: 1199px) {
  .warp-about-nav {
    top: 70px;
  }
}

@media (max-width: 768px) {
  .warp-about-nav {
    top: 60px;
  }
}

.warp-about-navbox>ul>li {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 14px 0;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .warp-about-navbox>ul>li {
    font-size: 15px;
  }
}

.warp-about-navbox>ul>li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C70B19;
  transition: all 0.36s;
}

.warp-about-navbox>ul>li:hover {
  color: #C70B19;
}

.warp-about-navbox>ul>li:hover::after {
  width: 100%;
}

.warp-about-navbox>ul>li.active {
  color: #C70B19;
}

.warp-about-navbox>ul>li.active::after {
  width: 100%;
}

.warp-about-navbox>ul {
  justify-content: space-around;
}

.warp-company-left-img {
  position: relative;
  cursor: pointer;
  width: 46%;
}

@media (max-width: 1199px) {
  .warp-company-left-img {
    width: 50%;
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .warp-company-left-img {
    width: 100%;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .warp-company-left-img {
    margin-left: 0;
  }
}

.warp-company-left-img .img-box {
  padding-bottom: 74.242424%;
}

.warp-company-left-img .img-box img {
  transition: all 0.36s;
}

.warp-company-left-img .img-box:hover img {
  transform: scale(1.05);
}

.warp-company-left-img::after {
  width: 210px;
  height: 210px;
  background: #C70B19;
  position: absolute;
  content: '';
  top: -20px;
  left: -20px;
}

@media (max-width: 768px) {
  .warp-company-left-img::after {
    top: -10px;
    left: -10px;
    width: 200px;
    height: 200px;
  }
}

.warp-company-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: '';
}

@media (max-width: 1400px) {
  .warp-company-button {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 768px) {
  .warp-company-button {
    width: 40px;
    height: 40px;
  }
}

.warp-company-button::after {
  width: 100px;
  height: 100px;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1400px) {
  .warp-company-button::after {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 768px) {
  .warp-company-button::after {
    width: 60px;
    height: 60px;
  }
}

.warp-company-button .iconfont {
  color: #C70B19;
  font-size: 16px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.warp-company-right-text {
  width: 54%;
  padding-left: 60px;
}

@media (max-width: 1400px) {
  .warp-company-right-text {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .warp-company-right-text {
    padding-left: 0;
    width: 100%;
    margin-top: 16px;
  }
}

.warp-company-right-text .text {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.warp-company-right-text .title {
  padding-bottom: 24px;
  text-align: left;
}

@media (max-width: 1199px) {
  .warp-company-right-text .title {
    padding-bottom: 4px;
  }
}

.warp-about-companybox {
  align-items: center;
  flex-wrap: wrap;
}

.warp-about-company {
  position: relative;
  padding-bottom: 0 !important;
}

.warp-about-listbox {
  padding-top: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .warp-about-listbox {
    padding-top: 30px;
  }
}

.warp-about-arrow .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #C70B19;
  background: #FFF;
  position: absolute;
  top: 58%;
  transform: translateY(-58%);
  cursor: pointer;
}

@media (max-width: 568px) {
  .warp-about-arrow .arrow {
    width: 36px;
    height: 36px;
  }
}

.warp-about-arrow .arrow .iconfont {
  font-size: 14px;
  color: #C70B19;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.warp-about-arrow .arrow.prev {
  left: -20px;
}

@media (max-width: 568px) {
  .warp-about-arrow .arrow.prev {
    left: -12px;
  }
}

.warp-about-arrow .arrow.next {
  right: -20px;
  transform: translateY(-58%) rotate(180deg);
}

@media (max-width: 568px) {
  .warp-about-arrow .arrow.next {
    right: -12px;
  }
}

.warp-about-arrow .arrow.next:hover,
.warp-about-arrow .arrow.prev:hover {
  background: #C70B19;
}

.warp-about-arrow .arrow.next:hover .iconfont,
.warp-about-arrow .arrow.prev:hover .iconfont {
  color: #fff;
}

.warp-about-item {
  padding: 0 10px;
}

.warp-about-item .img-box {
  padding-bottom: 66.666666%;
  cursor: pointer;
}

.warp-about-item .img-box img {
  transition: all 0.5s;
}

.warp-about-item:hover img {
  transform: scale(1.05);
}

.warp-about-list {
  margin: 0 -10px;
}

.warp-about-titlebox {
  text-align: center;
}

.warp-about-titlebox h3 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .warp-about-titlebox h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .warp-about-titlebox h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .warp-about-titlebox h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

@media (max-width: 768px) {
  .warp-about-titlebox h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.warp-about-titlebox p {
  color: #444;
  font-size: 14px;
  font-weight: 290;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.warp-about-title {
  background: url('../images/warp-about-bg.jpg');
  padding-bottom: 64px;
}

.warp-about-title.warp1 {
  margin-top: -40px;
  padding-bottom: 64px !important;
}

@media (max-width: 1199px) {
  .warp-about-title.warp1 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 991px) {
  .warp-about-title.warp1 {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .warp-about-title.warp1 {
    margin-top: -20px;
    padding-bottom: 40px !important;
  }
}

.warp-about-honorbox .img-box {
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}

.warp-about-honorbox .img-box:hover .warp-honor-bg {
  opacity: 1;
}

.warp-about-honorbox li>.item {
  border: 1px solid #E6E6E6;
}

.warp-about-honorbox>ul>li {
  padding: 0 15px 40px 15px;
}

@media (max-width: 1400px) {
  .warp-about-honorbox>ul>li {
    padding: 0 10px 30px 10px;
  }
}

@media (max-width: 768px) {
  .warp-about-honorbox>ul>li {
    padding: 0 6px 16px 6px;
  }
}

.warp-about-honorbox>ul {
  margin: 0 -15px -40px -15px;
}

@media (max-width: 1400px) {
  .warp-about-honorbox>ul {
    margin: 0 -10px -30px -15px;
  }
}

@media (max-width: 768px) {
  .warp-about-honorbox>ul {
    margin: 0 -6px -16px -6px;
  }
}

.warp1 {
  padding: 100px 0;
}

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

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

@media (max-width: 991px) {
  .warp1 {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .warp1 {
    padding: 40px 0;
  }
}

.warp-about-honor {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.warp-about-honor .title {
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .warp-about-honor .title {
    padding-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .warp-about-honor .title {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .warp-about-honor .title {
    padding-bottom: 10px;
  }
}

.about-honor-bg {
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  max-width: 100%;
}

.about-honor-bg img {
  max-width: 100%;
}

.warp-honor-bg {
  position: absolute;
  content: '';
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.36s;
}

.warp-honor-bg .text {
  text-align: center;
  background: #C70B19;
  position: absolute;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
}

.warp-about-partner-item {
  padding: 0 5px;
}

.warp-about-partner-item .img-box {
  padding-bottom: 55.555555%;
}

.warp-about-partner-list {
  margin: 0 -5px;
}

.warp-about-partner-list2 {
  padding: 15px 0;
}

@media (max-width: 768px) {
  .warp-about-partner-list2 {
    padding: 10px 0;
  }
}

.warp-about-customer {
  overflow: hidden;
}

.warp-about-customer .title {
  padding-bottom: 32px;
}

@media (max-width: 1199px) {
  .warp-about-customer .title {
    padding-bottom: 26px;
  }
}

@media (max-width: 991px) {
  .warp-about-customer .title {
    padding-bottom: 20px;
  }
}

.index-news-title {
  flex-wrap: wrap;
}

.stuck {
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.scroll-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.scroll-list li {
  display: flex;
  align-items: center;
}

.scroll-list i {
  width: 12px;
  height: 2px;
  background: #999;
  display: inline-block;
}

.scroll-list span {
  color: #C70B19;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 10px;
}

.swiper-pagination-current::before,
.swiper-pagination-total::before {
  content: '0';
}

.swiper-pagination-current {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

@media (max-width: 768px) {
  .swiper-pagination-current {
    font-size: 18px;
  }
}

.swiper-pagination {
  color: #FFF;
  font-family: Anton;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 768px) {
  .swiper-pagination {
    font-size: 14px;
  }
}

.fp-scroller {
  height: 100%;
}

.index-about-title {
  -webkit-animation: fadeInUp 1s 0.2s ease both;
  animation: fadeInUp 1s 0.2s ease both;
}

/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}

.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}

.news_info {
  margin-bottom: 50px;
}

.news_info ul,
.news_info ol {
  padding-left: 1em;
}

.news_info ul li,
.news_info ol li {
  list-style: inherit;
}

.news_info li {
  list-style: inherit;
}

.news_info ol,
.news_info ul {
  padding-left: 1rem;
}

.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}

.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}

.news_info img {
  height: auto !important;
}

.newdate_main .pdrf_shares {
  margin-top: 50px;
}

.newdate_page {
  margin: 40px 0;
}

.newdate_page a:hover {
  color: var(--main-color);
}

.newdate_prev {
  margin-bottom: 20px;
}

.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}

.pdrf_shares {
  display: flex;
  align-items: center;
}

.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.newdate_page a:hover {
  color: #C70B19;
}

@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .newdate_info {
    padding: 55px 0 20px;
  }

  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }

  .pdrf_shares_text {
    font-size: 20px;
  }

  .news_info {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .newdate_info {
    padding: 50px 0 15px;
  }

  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }

  .newdate_info_date {
    font-size: 14px;
  }

  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .news_info {
    margin-bottom: 30px;
  }

  .pdrf_shares_text {
    font-size: 18px;
  }

  .newdate_page {
    margin-top: 30px;
  }

  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }

  .newdate_prev {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }

  .newdate_info {
    padding: 40px 0 12px;
  }

  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .pdrf_shares_text {
    font-size: 16px;
  }

  .news_info h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }

  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }

  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}

/* newdate-end */
.index .title {
  -webkit-animation: fadeInUp 1s 0s ease both;
  animation: fadeInUp 1s 0s ease both;
}

.index-product-list {
  -webkit-animation: fadeInUp 1s 0s ease both;
  animation: fadeInUp 1.5s 0s ease both;
}

.index-about-title {
  -webkit-animation: fadeInUp 1s 0.2s ease both;
  animation: fadeInUp 1s 0.2s ease both;
}

canvas {
  display: block;
  height: 100% !important;
}

.waves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

@media (max-width: 768px) {
  .waves {
    display: none;
  }
}

.milestone-canvas {
  position: absolute;
  z-index: 2;
  bottom: -20%;
  left: -25%;
  width: 150%;
  height: 150%;
}

.wrap-milestone .milestone-canvas canvas {
  width: 100%;
  height: 100%;
}

.wrap-milestone .milestone {
  position: relative;
  z-index: 7;
  margin-top: 100px;
}

/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 7px;
  --fs: 16px;
  --iconfs: 16px;
  --wh: 44px;
  --bg: #F5F5F5;
  --page-color: #222;
}

@media (max-width: 768px) {
  .mod_page {
    --margin-x: 5px;
    --fs: 14px;
    --iconfs: 14px;
    --wh: 38px;
  }
}

.mod_page_item {
  margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !important;
}

.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  min-width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
}

.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}

.mod_page .next span {
  transform: rotate(180deg);
}

.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}

@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background: #C70B19;
  }

  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }

  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }

  .mod_page_item.act a {
    background: #C70B19;
    color: #fff;
  }
}

.mod_page_item.active a {
  background: #C70B19;
  color: #fff;
}

/* 分页-end */
/*编辑器内元素默认样式处理 start*/
.edit_active p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 12px;
}

.edit_active img,
.edit_active video {
  max-width: 100% !important;
  height: auto !important;
}

.edit_active iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .edit_active iframe {
    max-height: 33vh;
  }
}

.edit_active ul,
.edit_active ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-left: 1em;
}

.edit_active ul li,
.edit_active ol li {
  list-style: inherit;
}

.edit_active table {
  max-width: 100%;
  overflow-y: initial;
  height: auto;
  width: auto;
}

.edit_active table td,
.edit_active table th {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.edit_active img {
  max-width: 100% !important;
  height: auto !important;
}

.edit_active table tr,
.edit_active table td,
.edit_active table th {
  width: auto !important;
  height: auto !important;
}

/*编辑器内元素默认样式处理 end*/
#myMenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
}

@media (max-width: 1200px) {
  #myMenu {
    display: none;
  }
}

#myMenu li>a {
  display: flex;
  align-items: center;
}

#myMenu li>a p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: none;
  transition: all 0.36s;
}

#myMenu li>a span {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
  transition: all 0.36s;
}

#myMenu li>a span::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: #666;
}

#myMenu li>a span::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #C70B19;
  transition: all 0.36s;
}

#myMenu>li.active span::after {
  width: 100%;
}

#myMenu>li.active a>p {
  display: block;
  color: #C70B19;
}

#myMenu>li:first-child.active span::after {
  width: 100%;
  background: #fff;
}

#myMenu>li:first-child.active a>p {
  display: block;
  color: #fff;
}

#myMenu>li:first-child.active span::before {
  background: #fff !important;
}

#myMenu>li:hover span::after {
  width: 100%;
}

#myMenu>li:hover a>p {
  display: block;
  color: #C70B19;
}

.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}

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


.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-trigger {
  background-color: transparent;
  color: #222;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px; 
}

/* 下拉箭头图标 */
.dropdown-trigger::after {
  content: '▼';
  font-size: 12px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 1;
}

.dropdown-container:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  color: #222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}