h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.out-header {
  height: 90px;
  width: 100%;
}
.container {
  max-width: 1440px;
  width: 94%;
  margin: 0 auto;
}
.inner-container {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.5s;
}
header .header {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-blank {
  height: 0;
  width: 9%;
}
header .header .logo {
  position: relative;
  left: -100px;
  opacity: 0;
  text-align: center;
}
header .header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 100px;
  opacity: 0;
}
header .header .lv1 > li {
  position: relative;
  padding-bottom: 5px;
  flex: 1;
  text-align: center;
}
header .header .lv1 > li a {
  font-size: 16px;
  color: #1a1a1a;
  transition: all 0.5s;
}
header .header .lv1 > li a:hover {
  color: #ed1b23;
}
header .header .lv1 > .active > a {
  color: #ed1b23;
  font-weight: 700;
}
header .header .lv1 .lang {
  position: relative;
  margin-left: 40px;
}
header .header .lv1 .lang a {
  font-size: 16px;
  color: #1a1a1a;
}
header .header .lv1 .lang em {
  position: relative;
  top: -2px;
  margin-left: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  transform: rotate(45deg);
}
header .header .lv1 .lang .lang-select {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 100px;
  padding: 5px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
header .header .lv1 .lang .lang-select p {
  text-align: center;
}
header .header .lv1 .lang .lang-select p a {
  transition: all 0.5s;
}
header .header .lv1 .lang .lang-select p a:hover {
  color: #ed1b23;
}
header .header .lv1 .lang:hover .lang-select {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
header .header .lv1 .search {
  margin-left: 12px;
}
header .header .lv1 .search form {
  position: relative;
}
header .header .lv1 .search input {
  outline: none;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  padding: 0 15px 0 40px;
  border: 1px solid transparent;
  color: #666;
  font-size: 16px;
  background-color: #f2f2f2;
}
header .header .lv1 .search input::placeholder {
  color: #999;
  font-size: 16px;
}
header .header .lv1 .search input:focus {
  border: 1px solid #ededed;
}
header .header .lv1 .search button {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
header .header .lv2 {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 200px;
  padding: 5px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
header .header .lv2 .inner-container {
  position: relative;
}
header .header .lv2 section {
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
}
header .header .lv2 section > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header .lv2 section > a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .header .lv2 .son {
  position: absolute;
  left: 150%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
header .header .lv2 section .son a {
  margin-right: 5px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  font-size: 14px;
}
header .header .lv2 section:hover .son {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
header .header .lv1 > li:hover .lv2 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.banner .container {
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .container .swiper-process {
  width: 69.444%;
}
.banner .container .swiper-process em {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner .container .swiper-process em i {
  position: absolute;
  display: block;
  width: 10%;
  height: 4px;
  border-radius: 2px;
  background-color: #ed1b23;
  top: 50%;
  transform: translate(0, -50%);
}
.banner .container .custom-page {
  display: flex;
}
.banner .container .custom-page .page-num {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0 15px;
}
.banner .container .custom-page .page-num .current {
  font-size: 22px;
}
.banner .container .custom-page .swiper-button-next,
.banner .container .custom-page .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  width: 65px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.banner .container .custom-page .swiper-button-next::after,
.banner .container .custom-page .swiper-button-prev::after {
  display: none;
}
.banner .container .custom-page .swiper-button-disabled {
  width: 40px;
  opacity: 0.5;
}
.banner .container .custom-page .swiper-button-next {
  background-image: url('../images/banner-swiper-arrow-next.png');
}
.banner .container .custom-page .swiper-button-prev {
  background-image: url('../images/banner-swiper-arrow-prev.png');
}
.banner .container .custom-page .swiper-button-next.swiper-button-disabled {
  background-image: url('../images/banner-swiper-arrow-next-disable.png');
}
.banner .container .custom-page .swiper-button-prev.swiper-button-disabled {
  background-image: url('../images/banner-swiper-arrow-prev-disable.png');
}
.inner-banner img {
  min-height: 120px;
  object-position: 30%;
}
.index-prod {
  margin: 6.771% 0 4.167%;
}
.index-prod .index-title {
  margin-bottom: 3.82%;
  text-align: center;
}
.index-prod .index-title h2 {
  font-size: 40px;
  color: #090909;
  line-height: 1;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block .pic {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 315px;
  overflow: hidden;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block .pic img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  transition: all 0.5s;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block h5 {
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block span {
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  transition: all 0.5s;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block span img {
  margin-left: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block:hover .pic img {
  transform: scale(1.05);
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block:hover span {
  padding: 0 20px;
  background-color: #ed1b23;
  color: #fff;
  border-radius: 17.5px;
}
.index-prod .prod-swiper .swiper .swiper-slide .index-prod-block:hover span img {
  opacity: 1;
}
.index-prod .prod-swiper .prod-custom-page {
  display: flex;
  align-items: center;
  margin-top: 3.472%;
}
.index-prod .prod-swiper .prod-custom-page .line-lt {
  flex: 1;
  height: 1px;
  background: -webkit-linear-gradient(left, #fff, #d0d0d0);
}
.index-prod .prod-swiper .prod-custom-page .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 1px solid #b5b5b5;
}
.index-prod .prod-swiper .prod-custom-page .page em {
  height: 10px;
  width: 1px;
  background-color: #e1e1e1;
}
.index-prod .prod-swiper .prod-custom-page .line-rt {
  flex: 1;
  height: 1px;
  background: -webkit-linear-gradient(right, #fff, #d0d0d0);
}
.index-prod .prod-swiper .prod-custom-page .swiper-button-next,
.index-prod .prod-swiper .prod-custom-page .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin: 0;
}
.index-prod .prod-swiper .prod-custom-page .swiper-button-next::after,
.index-prod .prod-swiper .prod-custom-page .swiper-button-prev::after {
  font-size: 14px;
  color: #ed1b23;
}
.index-prod .prod-swiper .prod-custom-page .swiper-button-disabled {
  opacity: 1;
}
.index-prod .prod-swiper .prod-custom-page .swiper-button-disabled::after {
  color: #b0b0b0;
}
.index-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 48.8%;
}
.index-video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-video .container {
  position: absolute;
  top: -200%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}
.index-video .container .mask h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
.index-video .container .mask .play {
  display: block;
  margin: 4.861% auto 0;
  cursor: pointer;
}
.index-video:hover .container {
  top: 50%;
}
.index-news {
  margin: 5.21% 0 4.167%;
}
.index-news .index-news-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 3.82%;
}
.index-news .index-news-title h2 {
  font-size: 40px;
  color: #333;
}
.index-news .index-news-title .news-tab {
  display: flex;
}
.index-news .index-news-title .news-tab li {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  margin-left: 50px;
  padding-bottom: 50px;
}
.index-news .index-news-title .news-tab .act {
  color: #ed1b23;
}
.index-news .index-news-title .news-tab .act::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -1px;
  background-color: #ed1b23;
}
.index-news .index-news-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 950px;
}
.index-news .index-news-wrapper .index-news-block {
  width: 31.25%;
  margin-bottom: 25px;
}
.index-news .index-news-wrapper .index-news-block img {
  transition: all 0.5s;
}
.index-news .index-news-wrapper .index-news-block h5 {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin: 25px 0 5px;
}
.index-news .index-news-wrapper .index-news-block h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.index-news .index-news-wrapper .index-news-block:hover img {
  transform: scale(1.03);
}
.index-news .index-news-wrapper .index-news-block:hover h4 {
  color: #ed1b23;
}
.index-news .index-news-wrapper em {
  display: none;
  width: 3.125%;
  float: left;
  height: 1px;
}
.index-news .more-news {
  display: block;
  width: 145px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #ed1b23;
  border-radius: 20px;
  margin: 20px auto 0;
  transition: all 0.5s;
}
.index-news .more-news img {
  margin-left: 10px;
}
.index-news .more-news:hover {
  box-shadow: 0 4px 16px rgba(165, 64, 0, 0.22);
  transform: translate(0, -5px);
}
.index-news .news-change {
  position: relative;
}
.index-news .news-type {
  position: absolute;
  top: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s;
  z-index: -1;
}
.index-news .news-act {
  position: relative;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.index-tech {
  background-color: #f8f8f8;
  padding: 3.646% 0;
}
.index-tech .index-tech-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 4.861%;
}
.index-tech .index-tech-title h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}
.index-tech .index-tech-title h4 {
  font-size: 18px;
  color: #999;
}
.index-tech .index-tech-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-tech .index-tech-wrapper .block {
  text-align: center;
  cursor: default;
}
.index-tech .index-tech-wrapper .block em {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 1s;
  perspective: 800px;
}
.index-tech .index-tech-wrapper .block h3 {
  font-size: 22px;
  color: #333;
}
.index-tech .index-tech-wrapper .block h4 {
  font-size: 16px;
  color: #999;
}
.index-tech .index-tech-wrapper .block:hover em {
  transform: rotateY(360deg);
}
.index-tech .index-tech-wrapper .line {
  width: 1px;
  height: 100px;
  background-color: #dddddd;
}
footer {
  background-color: #222;
  padding-top: 2.604%;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-top ul h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-top ul li a {
  font-size: 12px;
  color: #fff;
  transition: all 0.5s;
}
footer .footer-top ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.1% 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
footer .footer-bt a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  color: #fff;
}
footer .footer-bt .lt .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 24px;
  background: url('../images/footer-contact-icon.png') no-repeat;
}
footer .footer-bt .lt .icon1 {
  background-position: 7px 8px;
}
footer .footer-bt .lt .icon2 {
  background-position: -54px 8px;
}
footer .footer-bt .lt .icon3 {
  background-position: -114px 8px;
}
.bread-crumb {
  background-color: #f2f2f2;
}
.bread-crumb .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.bread-crumb .inner-container p {
  font-size: 16px;
  color: #666;
}
.bread-crumb .inner-container p a {
  color: #666;
  transition: all 0.5s;
}
.bread-crumb .inner-container p a:hover {
  color: #ed1b23;
}
.bread-crumb .inner-container p .icon-home3 {
  color: #ed1b23;
  font-size: 14px;
  margin-right: 10px;
}
.bread-crumb .inner-container .tab {
  display: flex;
  height: 100%;
}
.bread-crumb .inner-container .tab li {
  position: relative;
  line-height: 60px;
  margin-left: 40px;
}
.bread-crumb .inner-container .tab li a {
  font-size: 16px;
  color: #1a1a1a;
  transition: all 0.5s;
}
.bread-crumb .inner-container .tab li a:hover {
  color: #ed1b23;
}
.bread-crumb .inner-container .tab .act::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 75%;
  height: 4px;
  background-color: #ed1b23;
}
.inner-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 4.167%;
}
.inner-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #dfdfdf;
  margin-bottom: 15px;
}
.inner-title h3 {
  font-size: 30px;
  color: #333;
}
.join {
  margin: 3.646% 0 5.73%;
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 4.167%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #e6e6e6;
  margin: 0px 7px;
  color: #999;
  font-size: 16px;
}
.pagination .active a {
  color: #fff;
  background-color: #ed1b23;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #ed1b23;
}
.recruit .recruit-block {
  margin-bottom: 20px;
}
.recruit .recruit-block .recruit-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  padding: 25px 50px 25px 70px;
  cursor: pointer;
  transition: all 0.5s;
}
.recruit .recruit-block .recruit-title .lt h4 {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.recruit .recruit-block .recruit-title .lt p {
  font-size: 12px;
  color: #999;
}
.recruit .recruit-block .recruit-title .lt span {
  margin-right: 60px;
}
.recruit .recruit-block .recruit-title .lt span:last-child {
  margin-right: 0;
}
.recruit .recruit-block .recruit-title .lt .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url('../images/join-icon.png') no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.5s;
}
.recruit .recruit-block .recruit-title .lt .icon1 {
  background-position: 0 -16px;
}
.recruit .recruit-block .recruit-title .lt .icon2 {
  background-position: -20px -16px;
}
.recruit .recruit-block .recruit-title .lt .icon3 {
  background-position: -44px -16px;
}
.recruit .recruit-block .recruit-title .rt {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #a0a0a0;
}
.recruit .recruit-block .recruit-title .rt::after {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 13px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  transition: all 0.5s;
  transform: rotate(45deg);
}
.recruit .recruit-block .recruit-content {
  display: none;
  padding: 45px 70px;
  box-shadow: 0 5px 10px rgba(0, 42, 71, 0.18);
}
.recruit .recruit-block .recruit-content h4 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 700;
}
.recruit .recruit-block .recruit-content p {
  font-size: 14px;
  color: #666;
}
.recruit .act .recruit-title {
  background-color: #ed1b23;
}
.recruit .act .recruit-title .lt h4 {
  color: #fff;
}
.recruit .act .recruit-title .lt p {
  color: #fff;
}
.recruit .act .recruit-title .lt .icon1 {
  background-position: 0 0;
}
.recruit .act .recruit-title .lt .icon2 {
  background-position: -20px 0;
}
.recruit .act .recruit-title .lt .icon3 {
  background-position: -44px 0;
}
.recruit .act .recruit-title .rt {
  background-color: #fff;
}
.recruit .act .recruit-title .rt::after {
  top: 16px;
  transform: rotate(-135deg);
}
.contact {
  margin: 3.646% 0 6.25%;
}
.contact-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.contact-wrapper .lt {
  width: 38.462%;
}
.contact-wrapper .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 97.6%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.contact-wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .rt {
  margin-left: 10%;
}
.contact-wrapper .rt a:first-child .contact-block {
  margin-bottom: 40px;
}
.contact-wrapper .rt h3 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.5;
}
.contact-wrapper .rt h5 {
  font-size: 14px;
  color: #808080;
  margin-bottom: 15px;
}
.contact-wrapper .rt p {
  font-size: 16px;
  color: #666;
  margin: 3px 0;
}
.contact-wrapper .rt img {
  vertical-align: middle;
  margin: 0 15px 0 10px;
}
.news {
  margin: 3.646% 0 6.771%;
}
.news-list .news-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 60px 60px 40px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  transition: all 0.5s;
}
.news-list .news-block .date {
  width: 118px;
  text-align: center;
}
.news-list .news-block .date h2 {
  font-size: 40px;
  color: #999;
}
.news-list .news-block .date em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ababab;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.news-list .news-block .date span {
  font-size: 16px;
  color: #999;
  transition: all 0.5s;
}
.news-list .news-block .picture {
  width: 32.1%;
}
.news-list .news-block .picture .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.33%;
  overflow: hidden;
}
.news-list .news-block .picture .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .news-block .news-title {
  width: 46.67%;
}
.news-list .news-block .news-title h4 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.news-list .news-block .news-title p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .news-block .news-title .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  margin-top: 25px;
  border-top: 1px dashed #d5d5d5;
}
.news-list .news-block .news-title .more span {
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
}
.news-list .news-block .news-title .more em {
  display: block;
  width: 27px;
  height: 15px;
  background: url('../images/news-arrow.png') no-repeat;
  transition: all 0.5s;
  background-position: 0 0;
}
.news-list .news-block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
}
.news-list .news-block:hover .date h2 {
  color: #ed1b23;
}
.news-list .news-block:hover .date em {
  background-color: #ed1b23;
}
.news-list .news-block:hover .date span {
  color: #ed1b23;
}
.news-list .news-block:hover .picture .pic img {
  transform: scale(1.05);
}
.news-list .news-block:hover .news-title h4 {
  color: #ed1b23;
}
.news-list .news-block:hover .news-title .more span {
  color: #ed1b23;
}
.news-list .news-block:hover .news-title .more em {
  background-position: -27px 0;
}
.news-detail {
  margin: 3.125% 0 4.167%;
}
.news-detail article {
  margin: 25px 0 60px;
}
.news-detail article p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  text-indent: 2em;
}
.news-detail article img {
  margin: 20px 0 25px;
}
.news-detail .news-preview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.news-detail .news-preview p {
  font-size: 14px;
  color: #999;
}
.news-detail .news-preview p a {
  color: #999;
  transition: all 0.5s;
}
.news-detail .news-preview p a:hover {
  color: #ed1b23;
}
.news-detail-title {
  text-align: center;
}
.news-detail-title h3 {
  font-size: 24px;
  color: #333;
}
.news-detail-title h5 {
  font-size: 14px;
  color: #999;
}
.intro {
  margin: 3.39% 0;
}
.intro .intro-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.intro .intro-wrapper .lt {
  width: 47.77%;
}
.intro .intro-wrapper .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50.564%;
  overflow: hidden;
}
.intro .intro-wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.intro .intro-wrapper .rt {
  width: 47.077%;
}
.intro .intro-wrapper .rt h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.intro .intro-wrapper .rt p {
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.intro-banner {
  background: url('../images/intro-bg.jpg') no-repeat;
  background-position: 0 0;
  animation: mv 60s infinite ease-in-out;
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-banner h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  background: -webkit-linear-gradient(left, rgba(239, 186, 192), rgba(241, 93, 109), rgba(239, 186, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
  -webkit-box-reflect: 10px 10px 10px 10px 10px #000;
}
.intro-banner h4 {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 2px 1px #000;
}
@keyframes mv {
  0% {
    background-position: center 0;
  }
  50% {
    background-position: center 100%;
  }
  100% {
    background-position: center 0;
  }
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.research {
  margin: 3.91% 0 4.95%;
}
.research-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.research-wrapper .lt,
.research-wrapper .rt {
  width: 33.77%;
}
.research-wrapper .lt .pic,
.research-wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.588%;
}
.research-wrapper .lt .pic img,
.research-wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-wrapper .mid {
  width: 28.231%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.research-wrapper .mid .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.78%;
  overflow: hidden;
}
.research-wrapper .mid .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.research-wrapper .mid .pic:hover img {
  transform: scale(1.03);
}
.research-wrapper .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(25, 0, 1, 0.5);
  overflow: hidden;
  transition: all 1s;
}
.research-wrapper .mask h4 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.research-wrapper .mask .msk-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s;
}
.research-wrapper .mask .msk-content > p {
  width: 90%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.research-wrapper .mask .msk-content ul {
  width: 70%;
  margin-top: 5.695%;
}
.research-wrapper .mask .msk-content ul li {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  display: flex;
  padding-left: 20px;
}
.research-wrapper .mask .msk-content ul li span {
  white-space: nowrap;
}
.research-wrapper .mask .msk-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ed1b23;
  left: 0;
  top: 12px;
}
.research-wrapper .lt:hover .mask,
.research-wrapper .rt:hover .mask {
  height: 100%;
  background-color: rgba(25, 0, 1, 0.8);
  padding-top: 5.695%;
}
.research-wrapper .lt:hover .mask h4,
.research-wrapper .rt:hover .mask h4 {
  font-size: 22px;
}
.research-wrapper .lt:hover .mask .msk-content,
.research-wrapper .rt:hover .mask .msk-content {
  position: relative;
  opacity: 1;
}
.honor {
  padding: 3.646% 0 4.6875%;
  background-color: #f2f2f2;
}
.honor-swiper .swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 131.11%;
  overflow: hidden;
}
.honor-swiper .swiper .swiper-slide .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-swiper .swiper-pagination {
  position: relative;
  margin-top: 4.62%;
}
.honor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ed1b23;
  margin: 0 14px;
}
.product .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product aside {
  width: 200px;
}
.product aside .aside-title {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid transparent;
}
.product aside .aside-title h3 {
  font-size: 30px;
  color: #ed1b23;
  line-height: 1.5;
}
.product aside .aside-title h5 {
  font-size: 14px;
  color: #ed1b23;
}
.product aside ul li {
  line-height: 48px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid transparent;
}
.product aside ul li a {
  display: inline;
  padding: 0 10px;
  width: calc(100% - 30px);
  /* height: 100%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  box-sizing: border-box;
}
.product aside ul li em {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  box-sizing: content-box;
}
.product aside ul li div {
  display: none;
  width: 100%;
  background-color: #fff;
  line-height: 30px;
}
.product aside ul li div section {
  border-top: 1px solid #e6e6e6;
}
.product aside ul li div section a {
  width: 100%;
  color: #999 !important;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product aside ul li div .active a {
  color: #ed1b23 !important;
  font-weight: 700;
}
.product aside ul li div section a:hover {
  color: #ed1b23 !important;
}
.product aside ul li a:hover {
  color: #ed1b23;
}
.product aside ul li:nth-last-child(1) {
  border-bottom: 1px solid #e6e6e6;
}
.product aside ul .act {
  background-color: #ed1b23;
  border: 1px solid transparent;
}
.product aside ul .act a {
  color: #fff;
}
.product aside ul .act em {
  color: #fff;
}
/* .product aside ul .act div {
  display: block;
} */
.product aside ul .act a:hover {
  color: #fff;
}
.product main {
  width: 80.77%;
  margin-left: 3%;
}
.product .box {
  margin-top: 2.6042%;
}
.product-list {
  margin: 3.125% 0 6.25%;
}
.product-list .prod-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-list .prod-wrapper .prod-block {
  width: 31.43%;
  height: 247px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}
.product-list .prod-wrapper .prod-block .pic {
  width: 100%;
  height: 203px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .prod-wrapper .prod-block .pic img {
  mix-blend-mode: multiply;
  max-height: 100%;
}
.product-list .prod-wrapper .prod-block .title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  font-size: 18px;
  color: #1a1a1a;
  transition: all 0.5s;
}
.product-list .prod-wrapper .prod-block:hover .title {
  height: 100%;
  background-color: rgba(237, 27, 35, 0.8);
  color: #fff;
  font-weight: 700;
}
.product-detail {
  margin: 3.125% 0 2.0833%;
}
.product-detail .params-title {
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.product-detail .params-title h5 {
  font-size: 18px;
  color: #ed1b23;
}
.product-detail .params-title h4 {
  font-size: 20px;
  color: #333;
}
.product-detail .params-title h4 span {
  font-size: 14px;
  color: #999;
}
.product-detail .detail-pic {
  text-align: center;
  margin: 3.33% 0 5.7143%;
}
.product-detail .feature-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4.286% 0 3.81%;
}
.product-detail .feature-wrapper .feature-block {
  width: 31.2381%;
  margin-bottom: 20px;
  padding: 25px 2% 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition: all 0.5s;
}
.product-detail .feature-wrapper .feature-block .num {
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: #ed1b23;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 12px;
  text-align: center;
}
.product-detail .feature-wrapper .feature-block p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.product-detail .feature-wrapper .feature-block:hover {
  box-shadow: 0 3px 20px rgba(0, 42, 71, 0.18);
}
.product-detail .params-content {
  margin-bottom: 4.762%;
}
.product-detail .params-content table {
  width: 100%;
}
.product-detail .params-content table tr {
  background-color: #f2f2f2;
}
.product-detail .params-content table tr td {
  text-align: center;
  font-size: 16px;
  color: #333;
  border: 1px solid #e6e6e6;
  height: 53px;
  padding: 0 10px;
}
.product-detail .params-content table tr:nth-child(1) {
  background-color: #ed1b23;
}
.product-detail .params-content table tr:nth-child(1) td {
  position: relative;
  font-weight: 700;
  color: #fff;
  border: 0;
  white-space: nowrap;
}
.product-detail .params-content table tr:nth-child(1) td:not(:nth-last-child(1))::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #e6e6e6;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.mb-tab {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb-tab li {
  width: 49%;
  line-height: 40px;
  text-align: center;
  margin-bottom: 5px;
}
.mb-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  color: #666;
  border: 1px solid #e6e6e6;
}
.mb-tab .act a {
  background-color: #ed1b23;
  color: #fff;
  border: 1px solid transparent;
}
.anchorFix {
  position: relative;
  top: -140px;
}
