.index-banner {
  margin-top: 80px;
  height: calc(100vh - 80px);
  position: relative;
}


.lay-banner {
  background-position: bottom;
}

body .index-banner .banner-swiper-pagination {
  position: absolute;
  top: 50%;
  left: 20px;
  width: auto;
  bottom: unset;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

body .index-banner .banner-swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  margin-bottom: 26px;
  transition: .3s;
  opacity: 1;
}

body .index-banner .banner-swiper-pagination .swiper-pagination-bullet-active {
  height: 36px;
  border-radius: 3px;
}

.banner-cont {
  width: 100%;
  z-index: 89;
  top: 20%;
  flex-direction: column;
}

.banner-cont .pic {
  margin-bottom: calc(57rem / 16);
}

.banner-scroll {
  width: 100%;
  z-index: 89;
  top: 80%;
  flex-direction: column;
  color: #fff;
}

.banner-scroll img {
  margin-bottom: 10px;
}

.index-aboutus {
  padding: calc(128rem / 16) 0;
  background-position: center calc(128rem / 16);
}

.index-aboutus .intro-cont {
  width: calc(420rem /16);
  padding: calc(20rem /16);
  background-color: #fff;
}

.index-aboutus .intro-cont .font_cn {
  font-size: calc(18rem / 16);
  color: #f08200;
}

.index-aboutus .intro-cont .font_en {
  font-size: calc(60rem / 16);
  margin: calc(15rem / 16) 0 calc(40rem / 16);
}

.index-aboutus .intro-cont .txt {
  margin-bottom: calc(60rem / 16);
  line-height: 30px;
}

.index-product {
  height: calc(100vh - 80px);
  position: relative;
}

.index-product .swiper-slide {
  padding: 0 calc(68rem / 16);
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(255, 255, 255, .3);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 0%;
}

.index-product .swiper-slide .index-product-cont {
  flex-direction: column;
  transform: translateY(-20%);
}

.index-product .swiper-slide .index-product-cont .icon {
  overflow: hidden;
}

.index-product .swiper-slide .title {
  margin: calc(45rem / 16) calc(30rem / 16);
  font-size: calc(32rem / 16);
}

.index-product .swiper-slide .txt {
  font-size: calc(18rem / 16);
}

.index-product .swiper-slide .more {
  margin-top: calc(60rem /16);
  visibility: hidden;
}

@media screen and (min-width: 560px) {
  .index-product .swiper-slide-next {
    background-color: rgba(255, 255, 255, .7);
    transition: background-size .5s;
    background-size: 75%;
    transition-delay: .5s;
  }

  .index-product .swiper-slide-next .index-product-cont {
    color: #000;
    transform: translateY(24%);
    transition: transform .5s;
  }

  .index-product .swiper-slide-next .index-product-cont .more {
    background-color: #f08200;
    color: #fff;
    visibility: visible;
  }

  /* .index-product .swiper-slide-next .index-product-cont .icon img {
    filter: drop-shadow(0 85px 0 #f08200);
    transform: translateY(-100%);
  } */


}

.index-product-swiper-button-prev,
.index-product-swiper-button-next {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: unset;
  z-index: 99;
}

.index-product-swiper-button-prev:hover,
.index-product-swiper-button-next:hover {
  border: 1px solid #f08200;
}


.index-product-swiper-button-prev {
  left: 20px;
}

.index-product-swiper-button-next {
  right: 20px;
}

.index-news {
  padding-left: calc((100% - (73.57% + 200px)) / 2);
  margin: calc(148rem / 16) 0;
}

.index-news-top {
  width: calc(73.57vw + 200px);
  max-width: 100%;
}

.index-news .title {
  font-size: calc(48rem / 16);
  margin-bottom: calc(30rem /16);
}

.index-news .tips {
  font-size: calc(18rem / 16);
  color: #666;
  margin-bottom: calc(50rem / 16);
}

.filter-btns {
  padding: calc(40rem / 16) 0;
  border-top: 1px solid #666;
}

.filter-btns .btn {
  background-color: unset;
  border: solid 1px #cccccc;
  color: #000;
  margin-right: calc(20rem / 16);
  cursor: pointer;
}

.filter-btns .navigator .index-news-swiper-button-prev {
  margin-right: calc(20rem / 16);
}

.filter-btns .btn.active,
.filter-btns .btn:hover {
  background-color: #f08200;
  color: #fff;
}

.index-news-alone .swiper-wrapper {
  align-items: stretch;
}

.index-news .swiper-slide {
  width: 33%;
}

.index-news-alone .swiper-slide {
  height: auto;
}

.index-news .index-news-swiper-cont {
  flex-direction: column;
}

.index-news-alone .index-news-swiper-cont {
  height: 100%;
}

.index-news .index-news-swiper-cont .pic {
  overflow: hidden;
}

.index-news .index-news-swiper-cont .pic {
  height: 60%;
}

.index-news .index-news-swiper-cont .pic img {
  transition: .3s;
}

.index-news .index-news-swiper-cont:hover .pic img {
  transform: scale(1.1);
}

.index-news .index-news-swiper-cont:hover .txt,
.index-news .index-news-swiper-cont:hover .txt .time {
  color: #f08200;
}

.index-news .txt .time {
  font-size: calc(18rem / 16);
  color: #666;
  margin: calc(40rem /16) 0 calc(28rem / 16);
}

.index-news .txt .intro {
  font-size: calc(24rem / 16);
  margin-bottom: calc(40rem /16);
}

.index-performance {
  align-items: stretch;
}

.index-performance>div {
  padding: 5% 0;
}

.index-performance .index-performance-left {
  width: 25%;
  color: #fff;
  padding-left: 5%;
}

.index-performance-left .title {
  font-size: calc(48rem / 16);
  margin-bottom: calc(76rem / 16);
}

.index-performance-left .change {
  border-left: 2px solid rgba(255, 255, 255, .3);
  padding-bottom: calc(30rem / 16);
}

.index-performance-left .change .item {
  padding-left: calc(20rem / 16);
  font-size: calc(20rem / 16);
  margin-bottom: calc(20rem / 16);
  margin-left: -2px;
  cursor: pointer;
}

.index-performance-left .change .item.active {
  border-left: 2px solid rgba(255, 255, 255, 1);
  font-size: calc(24rem / 16);
}

.index-performance .index-news {
  padding-left: calc(90rem / 16);
  width: 75%;
  margin: 0;
}

.index-performance .index-news .index-news-top {
  width: 89%;
}

.index-performance .name {
  background-color: #fff;
  padding: calc(20rem / 16);
  font-size: calc(24rem / 16);
  height: 100%;
}

.index-performance .index-partner {
  padding-left: calc(90rem / 16);
  width: 75%;
}

.index-partner-top {
  align-items: center;
  margin-bottom: calc(75rem / 16);
}

.index-partner-top .intro {
  font-size: calc(32rem / 16);
  text-align: right;
}

.index-partner-top .line {
  width: 2px;
  height: calc(58rem / 16);
  background-color: #666;
  margin: 0 calc(40rem / 16);
}

.index-partner .index-partner-swiper {
  width: 89%;
  margin-left: 0;
}

.index-case-swiper .swiper-wrapper {
  align-items: stretch;
  height: auto;
}

.index-case-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.index-case-swiper .swiper-wrapper .index-news-swiper-cont {
  height: 100%;
}

.index-case-swiper .swiper-wrapper .index-news-swiper-cont .txt {
  flex: 1;
}

.index-partner-swiper .pic-wrap {
  flex-wrap: wrap;
}

.index-partner-swiper .pic-wrap .item {
  width: calc(20% - 2px);
  margin-left: 2px;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, .3);
  padding: calc(10rem / 16);
}

.index-partner-swiper .pic-wrap .item img {
  max-height: 100%;
}

.index-partner-swiper .pic-wrap .item.swi {
  /* background-color: #fff; */
}

.index-partner-swiper .pic-wrap .item.swi>div {
  display: block;
}

.index-partner-swiper .pic-wrap .item.swi .index-partner-swiper-button-prev:hover svg path,
.index-partner-swiper .pic-wrap .item.swi .index-partner-swiper-button-next:hover svg path {
  fill: #f08200;
}

.aboutus-intro .intro-cont {
  font-size: calc(18rem / 16);
  color: #333;
  margin-bottom: calc(80rem / 16);
  line-height: calc(30rem /16);
}

.aboutus-culture .culture-cont {
  align-items: stretch;
}

.aboutus-culture .card .title {
  font-size: calc(24rem / 16);
}

.aboutus-culture .card .pic img {
  width: calc(108rem / 16);
  height: calc(108rem / 16);
}

.aboutus-culture .card .txt {
  font-size: calc(18rem / 16);
}

.aboutus-culture .card:hover {
  background-color: #08417e;
  color: #fff;
}

.aboutus-invention .invention-cont {
  flex-wrap: wrap;
  align-items: stretch;
}

.aboutus-invention .card {
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.aboutus-invention .card .serial {
  font-size: calc(14rem / 16);
  margin-bottom: calc(20rem / 16);
}

.aboutus-invention .card .title {
  font-size: calc(20rem / 16);
}

.aboutus-invention .card .txt {
  margin-bottom: calc(10rem / 16);
}

.aboutus-equipment .lay-l .tips {
  font-size: calc(18rem / 16);
  line-height: calc(30rem / 16);
  max-width: 365px;
  margin-bottom: calc(40rem / 16);
  padding-right: calc(20rem / 16);
}

.aboutus-equipment-swiper .swiper-slide {
  width: 38%;
}

.aboutus-equipment .aboutus-equipment-swiper-button-prev {
  margin-right: calc(20rem / 16);
}

.aboutus-performance {
  height: auto;
  padding-bottom: calc(100rem / 16);
}

.aboutus-performance .index-partner .index-partner-swiper {
  padding-bottom: calc(50rem / 16);
}

.aboutus-performance .title {
  color: #000;
  font-size: calc(32rem / 16);
}

.aboutus-performance .change {
  border-left: 2px solid rgba(0, 0, 0, .1);
}

.aboutus-performance .change .item {
  color: #000;
}

.aboutus-performance .change .item.active {
  color: #f08200;
  border-left: 2px solid rgb(240, 130, 0);
}

.aboutus-performance .index-partner .swiper-slide {
  flex-wrap: wrap;
}

.aboutus-performance .index-partner .pic {
  width: calc((100% - 20rem / 16 * 3) / 4);
  max-height: calc(340rem / 16);
  margin-bottom: calc(30rem / 16);
  margin-right: calc(20rem / 16);
}

.aboutus-performance .index-partner .pic:nth-child(4n) {
  margin-right: 0;
}

.aboutus-performance .index-performance-left {
  padding-top: 0;
}

.aboutus-performance .index-partner {
  padding-top: calc(120rem / 16);
}

.aboutus-performance .index-performance .index-news {
  padding-top: calc(120rem / 16);
}

.aboutus-performance .index-partner-swiper-pagination {
  position: absolute;
  text-align: center;
}

.aboutus-performance .index-partner-swiper-pagination .swiper-pagination-bullet {
  background-color: unset;
  border: 1px solid rgba(0, 0, 0, .3);
  opacity: unset;
  width: 10px;
  height: 10px;
}

.aboutus-performance .index-partner-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
  border: 1px solid #f08200;
}

.center-intro {
  padding: calc(100rem / 16) 0 calc(80rem / 16);
}

.center-intro .title {
  font-size: calc(48rem / 16);
  margin-bottom: calc(50rem / 16);
}

.center-intro .intro {
  padding: calc(200rem / 16) calc(100rem / 16);
  color: #fff;
}

.center-intro .intro .name {
  font-size: calc(42rem / 16);
  margin-bottom: calc(50rem / 16);
}

.center-intro .intro .txt {
  font-size: calc(18rem / 16);
  max-width: 608px;
  line-height: calc(30rem / 16);
}

.center-intro .intro-not-txt {
  height: calc(100vw / 3.5);
}

.product-center-wrap .items {
  align-items: stretch;
  flex-wrap: wrap;
}

.product-center-wrap .item {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: calc(50rem / 16) calc(24rem / 16);
  width: calc((100% - 50rem / 16 * 2) / 3);
  margin: 0 calc(50rem / 16) calc(50rem / 16) 0;
  position: relative;
}

.product-center-wrap .item:nth-child(3n) {
  margin-right: 0;
}

.product-center-wrap .items .title {
  font-size: calc(24rem / 16);
  padding-left: calc(10rem / 16);
  border-left: 2px solid #f08200;
  margin-bottom: calc(30rem / 16);
  font-weight: bold;
  text-align: justify;
}

.product-center-wrap .items .contain {
  font-size: calc(18rem / 16);
  margin-left: calc(12rem / 16);
  padding: calc(30rem / 16) 0 calc(48rem / 16);
  line-height: 36px;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.product-center-wrap .items .download {
  justify-content: flex-end;
  position: absolute;
  bottom: calc(50rem / 16);
  right: calc(24rem / 16);
}

.product-center-wrap .items .download a {
  color: #f08200;
  align-items: center;
}

.product-center-wrap .items .download a i {
  width: 20px;
  height: 30px;
  background: url(../images/download.png) no-repeat center;
  margin-left: calc(10rem / 16);
}


.product-center-wrap .item:hover {
  color: #fff;
  background-color: #08417e;
}

.product-center-wrap .item:hover .title {
  border-left: 2px solid #fff;
}

.product-center-wrap .item:hover .contain {
  border-top: 2px solid rgba(255, 255, 255, .1);

}

.product-center-wrap .item:hover .download a {
  color: #fff;
}

.product-center-wrap .item:hover .download a i {
  background: url(../images/download_hover.png) no-repeat center;
}

.contactus-center-intro {
  padding-bottom: calc(40rem / 16);
}

.contactus-title {
  font-size: calc(48rem / 16);
  margin-bottom: calc(50rem / 16);
}

.contactus-wrap {
  align-items: stretch;
  margin-bottom: calc(50rem / 16);
}

.contactus-wrap .title {
  font-size: calc(24rem / 16);
  text-align: center;
}

.contactus-wrap .txt {
  text-align: center;
}

.contactus-center-intro .suggest {
  margin-bottom: calc(20rem / 16);
}

.contactus-tips {
  font-size: calc(24rem / 16);
  color: #8a8a8a;
  margin-bottom: calc(30rem / 16);
}

.contactus-center-intro .form {
  flex-wrap: wrap;
}

.contactus-center-intro .form .item {
  width: calc((100% - 20rem / 16) / 2);
  margin-right: calc(20rem / 16);
  margin-bottom: calc(40rem / 16);
}

.contactus-center-intro .form .item:nth-child(2n) {
  margin-right: 0;
}

.contactus-center-intro .form .item .label {
  margin-bottom: calc(20rem / 16);
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.contactus-center-intro .form .item input,
.contactus-center-intro .form .item textarea {
  width: 100%;
  padding: calc(15rem / 16) calc(20rem / 16);
  border: 1px solid #d2d2d2;
}

.contactus-center-intro .form .item.w100 {
  width: 100%;
  margin-right: 0;
}

.contactus-center-intro .form .item.necessary .label::after {
  content: '*';
  position: absolute;
  top: -1px;
  right: -10px;
  color: red;
}

.handbook {
  flex-direction: column;
}

.handbook .item {
  padding: calc(20rem / 16);
  background-color: #fff;
  margin-bottom: calc(20rem / 16);
}

.handbook .item-title,
.certificate-title,
.lay-1-title {
  font-size: calc(20rem / 16);
  margin-bottom: calc(20rem / 16);
}

.handbook .item-time,
.certificate-time,
.download-icon,
.lay-1-time {
  color: #666;
}

.handbook .item-r span {
  font-size: calc(18rem / 16);
  color: #666;
  margin-right: calc(20rem / 16);
}

.handbook .item-r .pic {
  width: calc(40rem / 16);
  height: calc(40rem / 16);
  background-color: #666;
  border-radius: 50%;
  padding-left: 2px;
}

.handbook .item-r:hover span {
  color: #f08200;
}

.handbook .item-r:hover .pic {
  background-color: #f08200;
}

.certificate {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.certificate .item {
  padding: calc(10rem /16);
}

.certificate .download-card-pic {
  margin-right: calc(30rem / 16);
  margin-bottom: 0;
}

.certificate .download-card-pic img {
  display: block;
  max-height: calc(200rem / 16);
}

.download-card-txt {
  flex-direction: column;
  padding-bottom: calc(20rem / 16);
  margin-bottom: 0;
}

.download-icon span {
  margin-right: calc(5rem / 16);
}

.download-icon:hover span {
  color: #f08200;
}

.download-icon:hover svg path {
  fill: #f08200;
}

.lay-1-wrap {
  flex-wrap: wrap;
}

.lay-1-wrap .item {
  flex-direction: column;
  padding: 0;
}

.lay-1-wrap .item>div {
  margin-bottom: 0;
}

.lay-1-txt {
  padding: calc(20rem / 16);
  background-color: #fff;
}

.video-wrap .item .lay-1-pic {
  position: relative;
}

.video-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  background-color: #fff;
  border: 0;
}

.video-wrap .play svg {
  margin-left: 7px;
}

.video-wrap .play:hover {
  background-color: #f08200;
}

.video-wrap .play:hover svg path {
  fill: #fff;
}

.news-wrap .lay-1-time {
  margin-bottom: calc(10rem / 16);
}

.news-wrap-first .item {
  flex-direction: row;
  width: 100%;
  margin-right: 0;
}

.news-wrap-first .item .lay-1-pic {
  width: 50%;
}

.news-wrap-first .item .lay-1-txt {
  padding: 6%;
  width: 50%;
}

.news-wrap-first .item .lay-1-title {
  font-size: calc(32rem / 16);
}

.news-wrap-first .item .lay-1-time {
  font-size: calc(18rem / 16);
}

.news-wrap .lay-1-title {
  margin-bottom: calc(30rem / 16);
  font-weight: bold;
  font-size: calc(24rem / 16);
}

.news-wrap .lay-icon {
  width: 40px;
  height: 40px;
}

.lay-1-intro {
  font-size: calc(18rem / 16);
  color: #333;
  margin-bottom: calc(30rem / 16);
}

.news-wrap .lay-icon {
  background-color: #fff;
  border-color: #d3d3d3;
}

.news-wrap .lay-icon svg {
  transform: scale(.6);
}

.news-wrap .lay-icon svg path {
  fill: #333;
}

.news-wrap .item:hover .lay-icon {
  background-color: #f08200;
  border-color: #f08200;
}

.news-wrap .item:hover .lay-icon svg path {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .case-wrap .card {
    padding: 20px 0;
  }
}

.case-wrap .lay-1-title {
  font-size: calc(24rem / 16);
  font-weight: bold;
  margin-bottom: 0;
}

.case-wrap .lay-1-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(20rem / 16);
  height: 9.5vw;
  min-height: 100px;
}

.case-wrap .lay-1-pic img {
  max-height: 100%;
}

.case-wrap .lay-1-txt {
  text-align: center;
}

.case-wrap .lay-1-intro {
  display: none;
}

.case-wrap .lay-1-time {
  font-size: calc(18rem / 16);
  display: none;
}

.news_detail-head {
  background-color: #edf1f6;
}

.news_detail-wrap {
  padding: calc(85rem / 16) calc(100rem / 16);
}

.news_detail-wrap .label .label-wrap {
  background-color: #f08200;
  color: #fff;
}

.news_detail-wrap .title {
  font-size: calc(42rem / 16);
  font-weight: bold;
  margin: calc(20rem / 16) 0 calc(48rem / 16);
  max-width: calc(660rem / 16);
}

.news_detail-wrap .time {
  font-size: calc(24rem / 16);
  color: #666;
}

.news-detail-cont {
  margin-bottom: calc(95rem / 16);
}

.news-detail-cont .txt {
  padding: calc(95rem / 16) calc(200rem / 16) calc(55rem / 16);
  font-size: calc(18rem / 16);
  color: #333;
}

.news-detail-cont .txt p,
.news-detail-cont .txt img,
.news-detail-cont .txt h1 {
  margin-bottom: calc(40rem / 16);
}

.news-detail-cont .txt img {
  width: 100%;
}

.news-detail-cont .txt h1 {
  font-weight: bold;
  font-size: calc(24rem / 16);
}

.news-detail-cont .back-wrap {
  background-color: #fff;
  border: 1px solid #f08200;
  color: #f08200;
}

.mobile-nav {
  display: none;
}

.header-r {
  display: flex;
  justify-content: end;
}

.btn-head-nav-toggle {
  cursor: pointer;
  display: none;
  width: 25px;
  height: 25px;
  background: url(../images/svg/menu.svg) center/20px auto no-repeat;
}

.btn-head-nav-toggle.active {
  background: url(../images/svg/close.svg) center/15px auto no-repeat;
}

.index-performance .filter-btns .btns-cont {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}

.index-performance .filter-btns .navigator {
  margin-left: calc(20rem / 16);
}


.index-performance .filter-btns .btns-cont::-webkit-scrollbar-button {
  display: none;
}

.index-performance .filter-btns .btns-cont::-webkit-scrollbar {
  height: 5px;
  border-radius: 5px;
  background-color: #cccccc;
}

.index-performance .filter-btns .btns-cont::-webkit-scrollbar-thumb {
  background-color: #f08200;
  border-radius: 5px;
}

.index-performance .filter-btns .btns-cont .btn {
  flex-shrink: 0;
}


.index-performance .filter-btns .navigator {
  flex: 1;
}

.index-case-swiper {
  display: none;
}

.index-case-swiper.active {
  display: block;
}

.index-case-swiper .pic {
  background-color: #fff;
  padding: calc(20rem / 16);
}

.index-case-swiper .pic img {
  width: 60%;
  max-height: 100%;
}

.secont-nav-cont {
  /* flex-wrap: wrap; */
  position: relative;
}

.video-wrap .card {
  background-color: transparent;
}

.aboutus-performance .pic img {
  max-height: 100%;
}

.contactus-center-intro .form .tips {
  font-size: calc(14rem / 16);
  margin-top: 5px;
  color: #f00;
  display: none;
}

.action--site-product-center .secont-nav {
  background-color: #f6f6f6;
  border-bottom: 0px;
  padding: calc(80rem / 16) 0 0;
  position: relative;
}

.action--site-product-center .secont-nav .swiper {
  padding-bottom: calc(60rem / 16);
}

.action--site-product-center .secont-nav::after {
  content: '';
  width: 100%;
  height: calc(50rem / 16);
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.action--site-product-center .secont-nav-swiper-button-prev,
.action--site-product-center .secont-nav-swiper-button-next {
  border-color: #acacac;
}

.action--site-product-center .secont-nav-swiper-button-prev svg path,
.action--site-product-center .secont-nav-swiper-button-next svg path {
  fill: #acacac;
}

.action--site-product-center .secont-nav-swiper-button-prev:hover,
.action--site-product-center .secont-nav-swiper-button-next:hover {
  border-color: #f08200;
  background-color: #fff;
}

.action--site-product-center .secont-nav-swiper-button-prev:hover svg path,
.action--site-product-center .secont-nav-swiper-button-next:hover svg path {
  fill: #f08200;
}

.action--site-product-center .center-intro {
  padding-top: 0;
}

.secont-nav .title {
  font-size: calc(28rem / 16);
  margin-bottom: calc(30rem / 16);
  font-weight: bold;
}

.action--site-product-center .secont-nav-cont a {
  font-size: calc(24rem / 16);
  color: #000;
}

.action--site-product-center .swiper-slide-active a,
.action--site-product-center .secont-nav-cont a.avtive,
.action--site-product-center .secont-nav-cont .swiper-slide:hover a {
  color: #fff;
}

.action--site-product-center .swiper-slide .icon-active {
  display: none;
}

.action--site-product-center .swiper-slide-active .icon,
.action--site-product-center .secont-nav-cont .swiper-slide:hover a .icon {
  display: none;
}

.action--site-product-center .swiper-slide-active .icon-active,
.action--site-product-center .secont-nav-cont .swiper-slide:hover a .icon-active {
  display: initial;
}

.action--site-product-center .secont-nav-cont a .pic {
  margin-bottom: calc(20rem / 16);
  padding-left: calc(20rem / 16);
  position: relative;
}

.action--site-product-center .secont-nav-cont a .pic img {
  height: calc(80rem / 16);
}

.action--site-product-center .secont-nav-cont a .pic::after {
  content: '';
  background-color: #08417e;
  width: calc(40rem / 16);
  height: calc(40rem / 16);
  opacity: .9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.action--site-product-center .swiper-slide {
  padding: calc(34rem / 16);
  padding-bottom: 0;
  user-select: none;
}


.action--site-product-center .swiper-slide:hover::after,
.action--site-product-center .swiper-slide-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f08200;
  width: 100%;
  height: calc(100% + 100rem / 16);
  z-index: -1;
}