@charset "utf-8";
.home_box #swiper1 .swiper-img {
  width: 100%;
}
.home_box #swiper1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid var(--color);
  opacity: 1;
  background-color: transparent;
  margin-bottom: 30px;
}
.home_box #swiper1 .swiper-pagination-bullet-active {
  border: none;
  background-color: var(--color);
}
.home_box #swiper1 .swiper-slide {
  position: relative;
}
.home_box #swiper1 .swiper-slide .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: AuroraBT-BoldCondensed;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 3.8vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home_box #swiper1 .swiper-pagination-bullet {
    margin-bottom: 0;
    width: 12px;
    height: 12px;
  }
}
.home_box .title_box {
  font-family: Arial-BoldMT;
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 50px 0;
}
.home_box .title_box.who_title {
  background: url(../img/whoweare.png) no-repeat center;
}
@media screen and (max-width: 768px) {
  .home_box .title_box {
    font-size: 20px;
    padding: 20px 0;
  }
}
.home_box .whoweare {
  width: 95%;
  margin: auto;
}
.home_box .whoweare .row {
  margin: 0;
}
.home_box .whoweare .left,
.home_box .whoweare .right {
  padding: 0;
}
.home_box .whoweare .left {
  overflow: hidden;
}
.home_box .whoweare .left img:hover {
  transform: scale(1.05);
}
.home_box .whoweare .left img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.home_box .whoweare .right {
  background-color: #ede9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 5%;
}
.home_box .whoweare .right .title_box {
  text-align: left;
  padding: 0;
}
.home_box .whoweare .right .ms {
  font-family: ArialMT;
  color: #696967;
  margin-bottom: 20px;
  line-height: 28px;
}
.home_box .whoweare .right .button {
  color: var(--color);
  border: 1px solid var(--color);
  display: block;
  width: 112px;
  height: 42px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: box-shadow 0.3s;
}
.home_box .whoweare .right .button:hover {
  box-shadow: 0 0 5px 1px var(--color);
}
.home_box .product .swiper-slide .hrer {
  padding: 0 2px;
  display: block;
  position: relative;
}
.home_box .product .swiper-slide .hrer::after {
  transition: all 0.5s;
  content: "";
  display: block;
}
.home_box .product .swiper-slide .hrer:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.home_box .product .swiper-slide .hrer:hover .tit {
  color: #fff;
}
.home_box .product .swiper-slide .hrer img {
  width: 100%;
}
.home_box .product .swiper-slide .hrer .tit {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  transition: all 0.3s;
  z-index: 9;
}
/*
.home_box .product .swiper-slide .hrer .tit {
  position: absolute;
  bottom: 5%;
  right: 45%;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  text-transform:uppercase;
  transition: all 0.3s;
  z-index: 9;
}
*/
.home_box .product .pagination {
  justify-content: center;
  padding: 30px 0;
}
.home_box .product .pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid var(--color);
  opacity: 1;
  background-color: transparent;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.home_box .product .pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: var(--color);
}
@media screen and (max-width: 768px) {
  .home_box .product .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.home_box .product2 {
  background-color: rgb(242, 242, 242);
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.home_box .product2 .row {
  align-items: center;
}
.home_box .product2 .left {
  padding-left: 10%;
  margin-bottom: 20px;
}
.home_box .product2 .left .title_box {
  padding: 0;
  text-align: left;
  position: relative;
}
.home_box .product2 .left .title_box::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  z-index: 9;
}
.home_box .product2 .left .ms {
  color: #5f5d5d;
  line-height: 28px;
  margin: 20px 0;
}
.home_box .product2 .left .button {
  width: 118px;
  line-height: 37px;
  font-family: Arial-BoldMT;
  font-size: 14px;
  color: #fff;
  display: block;
  background-color: #000;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}
.home_box .product2 .right {
  padding: 0 5%;
  position: relative;
}
.home_box .product2 .right .itme {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px;
}
.home_box .product2 .right .itme:hover::after,
.home_box .product2 .right .itme:hover button {
  opacity: 1;
}
.home_box .product2 .right .itme::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
}
.home_box .product2 .right .itme img {
  width: 100%;
}
.home_box .product2 .right .itme button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  width: 116px;
  height: 35px;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
}
.home_box .product2 .right .swiper3-prev,
.home_box .product2 .right .swiper3-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.home_box .product2 .right .swiper3-prev img,
.home_box .product2 .right .swiper3-next img {
  width: 100%;
  height: 100%;
}
.home_box .product2 .right .swiper3-prev.swiper-button-disabled,
.home_box .product2 .right .swiper3-next.swiper-button-disabled {
  opacity: 0;
}
.home_box .product2 .right .swiper3-prev {
  left: 20px;
}
@media screen and (max-width: 1150px) {
  .home_box .product2 .right .swiper3-prev,
  .home_box .product2 .right .swiper3-next {
    right: 1%;
    width: 25px;
    height: 25px;
  }
  .home_box .product2 .right .swiper3-prev {
    left: 1%;
  }
}
.home_box .partner {
  width: 80%;
  margin: auto;
  margin-top: -12vw;
}
.home_box .partner .top-img,
.home_box .partner .img {
  overflow: hidden;
}
.home_box .partner .top-img img,
.home_box .partner .img img {
  transition: all 0.3s;
  cursor: pointer;
}
.home_box .partner .top-img img:hover,
.home_box .partner .img img:hover {
  transform: scale(1.05);
}
.home_box .partner .top-img {
  text-align: right;
  padding: 0;
  border-radius: 10px;
  width: 100%;
}
.home_box .partner .top-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home_box .partner .right {
  padding: 0;
  padding-top: 5vw;
}
.home_box .partner .right .title_box {
  padding: 0;
  padding-bottom: 10vw;
}
.home_box .partner .right .list {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
}
.home_box .partner .right .list li {
  width: 50%;
  font-size: 18px;
  padding-left: 10%;
  padding-left: 3.6vw;
  margin-bottom: 1vw;
}
.home_box .partner .right .list li .tit {
  font-weight: bold;
  font-family: Arial-BoldMT;
}
.home_box .partner .right .list li .ms {
  font-family: ArialMT;
  color: #716e6e;
}
.home_box .partner .right .img {
  width: 80%;
  border-radius: 10px;
}
.home_box .partner .right .img img {
  width: 100%;
  height: 100%;
}
.home_box .our-partner {
  padding-bottom: 5vw;
  margin-top: -6.2vw;
}
.home_box .our-partner .our1 {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
.home_box .our-partner .our1 .title_box {
  padding: 0;
  text-align: left;
  margin-bottom: 1vw;
  position: relative;
  transform: translateX(65px);
}
.home_box .our-partner .our1 .title_box::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}
.home_box .our-partner .our1 .ms {
  color: #616060;
  font-family: ArialMT;
}
.home_box .our-partner .our-swiper {
  margin: 0 10%;
  position: relative;
}
.home_box .our-partner .our-swiper .itme {
  display: block;
  padding: 0 1.5vw;
}
.home_box .our-partner .our-swiper .itme img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_box .our-partner .our-swiper .swiper4-prev,
.home_box .our-partner .our-swiper .swiper4-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5vw;
}
.home_box .our-partner .our-swiper .swiper4-prev img,
.home_box .our-partner .our-swiper .swiper4-next img {
  width: 100%;
  height: 100%;
}
.home_box .our-partner .our-swiper .swiper4-prev.swiper-button-disabled,
.home_box .our-partner .our-swiper .swiper4-next.swiper-button-disabled {
  opacity: 1;
}
.home_box .our-partner .our-swiper .swiper4-prev {
  left: -5vw;
}
@media screen and (max-width: 576px) {
  .home_box .our-partner .our-swiper .swiper4-prev,
  .home_box .our-partner .our-swiper .swiper4-next {
    display: none;
  }
}
@media screen and (max-width: 1566px) {
  .home_box .partner .right .title_box {
    padding-bottom: 5vw;
  }
  .home_box .partner .right .list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .home_box .partner .top-img {
    display: none;
  }
  .home_box .partner .right .list {
    margin-bottom: 10px;
    width: 100%;
  }
  .home_box .partner .right .list li {
    padding: 0;
    padding-right: 10px;
  }
  .home_box .partner .right .list li .ms {
    font-size: 14px;
  }
  .home_box .partner .right .img {
    width: 100%;
  }
  .home_box .our-partner {
    margin-top: 12px;
  }
  .home_box .our-partner .our1 .title_box {
    transform: translateX(0);
  }
}
.home_box .programme {
  display: flex;
  background-color: rgb(255, 255, 255);
  padding: 6vw 0;
  flex-wrap: wrap;
}
.home_box .programme .left {
  padding-left: 10vw;
  width: 50%;
  padding-right: 5vw;
}
.home_box .programme .left .left-top {
  position: relative;
  margin-bottom: 3vw;
}
.home_box .programme .left .left-top .title_box {
  text-align: left;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
.home_box .programme .left .left-top .title_box::after {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -61px;
}
.home_box .programme .left .left-top .ms {
  font-family: ArialMT;
  font-size: 18px;
  color: #5f5e5e;
  overflow: hidden;
}
.home_box .programme .left .left-top .read {
  width: 118px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #000;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
.home_box .programme .left .left-bottom {
  display: flex;
  color: #000;
}
.home_box .programme .left .left-bottom .d {
  width: 140px;
  text-align: center;
}
.home_box .programme .left .left-bottom .d .d1 {
  font-family: ArialMT;
  font-size: 24px;
}
.home_box .programme .left .left-bottom .d .d2 {
  width: 31px;
  height: 1px;
  background-color: #000;
  margin: 5px auto;
}
.home_box .programme .left .left-bottom .d .d3 {
  font-family: ArialMT;
  font-size: 18px;
}
.home_box .programme .left .left-bottom .nr {
  width: calc(100% - 140px);
}
.home_box .programme .left .left-bottom .nr .nr-tit,
.home_box .programme .left .left-bottom .nr .nr-ms {
  transition: all 0.3s;
}
.home_box .programme .left .left-bottom .nr .nr-tit:hover,
.home_box .programme .left .left-bottom .nr .nr-ms:hover {
  color: var(--color);
}
.home_box .programme .left .left-bottom .nr .nr-tit {
  font-family: Arial-BoldMT;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.home_box .programme .left .left-bottom .nr .nr-ms {
  font-family: ArialMT;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home_box .programme .right-img {
  width: 50%;
}
.home_box .programme .right-img img {
  width: 100%;
}
@media screen and (max-width: 1380px) {
  .home_box .programme .left {
    margin-bottom: 20px;
  }
  .home_box .programme .left,
  .home_box .programme .right-img {
    width: 100%;
  }
  .home_box .programme .right-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home_box .programme .left .left-top .title_box::after {
    left: -49px;
  }
  .home_box .programme .left .left-top .ms {
    font-size: 16px;
  }
  .home_box .programme .left .left-top .read {
    display: none;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 5px;
    background-color: transparent;
    color: #008aff;
    font-weight: normal;
    line-height: normal;
  }
  .home_box .programme .left .left-bottom .d {
    display: none;
  }
  .home_box .programme .left .left-bottom .nr {
    width: 100%;
  }
  .home_box .programme .left .left-bottom .nr .nr-tit {
    font-size: 16px;
    margin: 0;
  }
  .home_box .programme .left .left-bottom .nr .nr-ms {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 14px;
  }
}

.business-solutions {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
.business-solutions .left {
  width: 480px;
}
.business-solutions .left .nav-list .itme {
  margin-bottom: 8px;
}
.business-solutions .left .nav-list .itme.activ > a, .business-solutions .left .nav-list .product_box .nav .list .itme:hover > a, .product_box .nav .list .business-solutions .left .nav-list .itme:hover > a {
  color: var(--color);
}
.business-solutions .left .nav-list .itme.activ > a::after, .business-solutions .left .nav-list .product_box .nav .list .itme:hover > a::after, .product_box .nav .list .business-solutions .left .nav-list .itme:hover > a::after {
  transform: translateY(-10px) rotate(90deg);
}
.business-solutions .left .nav-list .itme.activ > a::after, .business-solutions .left .nav-list .product_box .nav .list .itme:hover > a::after, .product_box .nav .list .business-solutions .left .nav-list .itme:hover > a::after {
  background-image: url(../img/_sanjiao.png);
}
.business-solutions .left .nav-list .itme.activ .sub-list, .business-solutions .left .nav-list .product_box .nav .list .itme:hover .sub-list, .product_box .nav .list .business-solutions .left .nav-list .itme:hover .sub-list {
  display: block;
}
.business-solutions .left .nav-list .itme > a {
  display: block;
  font-family: Arial-BoldMT;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
}
.business-solutions .left .nav-list .itme > a::after {
  display: block;
  content: "";
  background: url(../img/sanjiao.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.business-solutions .left .nav-list .itme > a:hover {
  color: var(--color);
}
.business-solutions .left .nav-list .itme > a:hover::after {
  background-image: url(../img/_sanjiao.png);
}
.business-solutions .left .nav-list .itme > a.cuu {
  color: var(--color);
}
.business-solutions .left .nav-list .itme > a.cuu::after {
  background-image: url(../img/_sanjiao.png);
}
.business-solutions .left .nav-list .itme .sub-list {
  padding-left: 30px;
  display: none;
}
.business-solutions .left .nav-list .itme .sub-list a {
  display: block;
  font-size: 20px;
}
.business-solutions .left .nav-list .itme .sub-list a:hover {
  color: var(--color);
}
.business-solutions .left .guanyu {
  margin-top: 30px;
}
.business-solutions .left .guanyu .tit {
  font-family: Arial-BoldMT;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.business-solutions .left .guanyu a {
  display: block;
  font-family: ArialMT;
  font-weight: normal;
  letter-spacing: 0px;
  color: #696967;
  margin-bottom: 5px;
}
.business-solutions .right-list {
  width: calc(100% - 480px);
}
.business-solutions .right-list .itme {
  display: block;
  border-bottom: 1px solid #edecec;
}
.business-solutions .right-list .itme:hover .tit {
  color: var(--color);
}
.business-solutions .right-list .itme .tit {
  font-family: Arial-BoldMT;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1em;
}
.business-solutions .right-list .itme .ms {
  color: #696967;
  font-family: ArialMT;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0 30px;
}
.business-solutions .right_content {
  width: calc(100% - 480px);
  padding-bottom: 5vw;
}
.business-solutions .right_content .tit {
  font-family: Arial-BoldMT;
  font-size: 26px;
  color: #010103;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
}
.business-solutions .right_content .sj {
  display: flex;
  justify-content: center;
  color: #696967;
  font-size: 14px;
  padding: 1vw 0;
  border-bottom: 1px solid #edecec;
}
.business-solutions .right_content .sj > div {
  margin: 10px;
}
.business-solutions .right_content .ms {
  margin-top: 2vw;
  width: 100%;
  line-height: 1.8em;
  letter-spacing: 0px;
  color: #696967;
  font-family: ArialMT;
  word-break: break-all;
}
@media screen and (max-width: 1400px) {
  .business-solutions .left {
    margin-bottom: 20px;
  }
  .business-solutions .left,
  .business-solutions .right-list,
  .business-solutions .right_content {
    width: 100%;
  }
  .business-solutions .left .guanyu,
  .business-solutions .right-list .guanyu,
  .business-solutions .right_content .guanyu {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .business-solutions {
    width: 95%;
  }
  .business-solutions .left .nav-list .itme > a {
    font-size: 20px;
  }
  .business-solutions .right-list .itme .tit {
    font-size: 20px;
  }
  .business-solutions .right-list .itme .ms {
    font-size: 16px;
    margin: 8px 0;
    -webkit-line-clamp: 1;
  }
  .business-solutions .right_content .tit {
    font-size: 22px;
  }
}
.about_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  padding: 5vw 0;
}
.about_box .text,
.about_box .video {
  /*width: 50%;*/
}
.about_box .text {
  padding: 0 8%;
}
.about_box .text .tit {
  font-family: Arial-BoldMT;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.about_box .text .ms {
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #696967;
}
.about_box .video video {
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 996px) {
  .about_box .text {
    margin-bottom: 10px;
  }
  .about_box .text,
  .about_box .video {
    padding: 0;
    width: 100%;
  }
}

.contact_box {
  padding: 3vw;
}
.contact_box .china .tit {
  font-family: Arial-BoldMT;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #130504;
  font-weight: bold;
  margin-bottom: 1vw;
}
.contact_box .china a {
  display: block;
  font-family: ArialMT;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #626161;
  line-height: 2.4em;
}
.contact_box .message {
  margin-top: 2vw;
}
.contact_box .message .tit {
  font-family: Arial-BoldMT;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #130504;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.contact_box .message .tit::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contact_box .message .ms {
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #626161;
  text-align: center;
}
.contact_box .message .form {
  margin-top: 1.5vw;
}
.contact_box .message .form ul {
  display: flex;
  flex-wrap: wrap;
}
.contact_box .message .form .itme {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact_box .message .form .itme input,
.contact_box .message .form .itme textarea {
  height: 40px;
  width: calc(100% - 50px);
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  padding-left: 8px;
}
.contact_box .message .form .itme input:focus,
.contact_box .message .form .itme textarea:focus {
  box-shadow: 0 0 3px #008aff;
}
.contact_box .message .form .itme span {
  width: 50px;
  padding-left: 12px;
}
.contact_box .message .form .textarea {
  width: 100%;
}
.contact_box .message .form .textarea textarea {
  height: auto;
}
.contact_box .message .form .code {
  width: 100%;
}
.contact_box .message .form .code input {
  width: 130px;
}
.contact_box .message .form .code img {
  width: 120px;
  height: 35px;
  border: 1px solid #eee;
}
.contact_box .message .form .submit {
  color: #fff;
  background-color: #000;
  outline: none;
  width: 158px;
  height: 40px;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact_box .message .form ul .itme {
    width: 100%;
  }
  .contact_box .message .form ul .itme input,
  .contact_box .message .form ul .itme textarea {
    width: calc(100% - 30px);
  }
  .contact_box .message .form ul .itme span {
    width: 30px;
    text-align: center;
    padding: 0;
  }
  .contact_box .message .form ul .code input {
    width: 140px;
  }
}

.product_box ._product_public, .product_box .product_list, .product_box .sub_navs, .product_box .nav .list {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .product_box ._product_public, .product_box .product_list, .product_box .sub_navs, .product_box .nav .list {
    width: 95%;
    margin: auto;
  }
}
.product_box .nav {
  border-bottom: 1px solid #e5e5e5;
}
.product_box .nav .list {
  display: flex;
  overflow-x: auto;
}
.product_box .nav .list::-webkit-scrollbar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 50px;
}
.product_box .nav .list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #eee;
}
.product_box .nav .list .itme {
  white-space: nowrap;
}
.product_box .nav .list .itme > a {
  color: #282828;
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  text-transform:uppercase;
  line-height: 72px;
  border-right: 1px solid #ccc;
  padding: 0 16px;
}
.product_box .nav .list .itme:nth-last-child(1) > a {
  border-right: none;
}
.product_box .nav .list .itme.activ, .product_box .nav .list .itme:hover {
  border-bottom: 2px solid var(--color);
}
.product_box .nav .list .itme.activ a, .product_box .nav .list .itme:hover a {
  color: var(--color);
}
.product_box .sub_navs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2vw;
  padding-left: 5%;
}
.product_box .sub_navs li {
  margin-bottom: 8px;
}
.product_box .sub_navs li:hover a {
  color: var(--color);
}
.product_box .sub_navs li a {
  border-right: 1px solid #ccc;
  padding: 0 12px;
  cursor: pointer;
}
.product_box .sub_navs li:nth-last-child(1) a {
  border: none;
}
@media all and (max-width: 992px) {
  .product_box .nav .list::-webkit-scrollbar {
    height: 0;
  }
  .product_box .nav .list .itme a {
    font-size: 16px;
  }
  .product_box .sub_navs {
    padding: 0;
  }
  .product_box .sub_navs a {
    font-size: 14px;
  }
}
.product_box .product_list {
  margin-top: 1.8vw;
}
.product_box .product_list .itme {
  margin-bottom: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.product_box .product_list .itme a {
  display: block;
}
.product_box .product_list .itme a:hover .tit {
  background-color: #c4caca;
  color: #fff;
}
.product_box .product_list .itme a .img {
  overflow: hidden;
}
.product_box .product_list .itme a .img img {
  width: 100%;
  transition: all 0.3s;
}
.product_box .product_list .itme a .img img:hover {
  transform: scale(1.05);
}
.product_box .product_list .itme a .tit {
  text-align: center;
  height: 64px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #282828;
  font-family: ArialMT;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .product_box .product_list .row {
    margin: 0 -5px;
  }
  .product_box .product_list .itme a .tit {
    line-height: 2em;
    height: 2em;
  }
}
.product_box .page_box {
  margin: 1.8vw 0 2vw;
}

.product_show_box ._product_show_w, .product_show_box .nr, .product_show_box .top .href {
  width: 80%;
  margin: auto;
}
.product_show_box .top {
  border-bottom: 1px solid #e5e5e5;
}
.product_show_box .top .href {
  line-height: 80px;
}
.product_show_box .top .href a {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #282828;
}
.product_show_box .nr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4vw 0;
}
.product_show_box .left {
  width: 40%;
}
.product_show_box .left .img img {
  width: 100%;
}
.product_show_box .left .swiper_xq {
  margin-top: 15px;
  padding: 0 10%;
  position: relative;
}
.product_show_box .left .swiper_xq .swiper-slide .xq_img {
  width: 100%;
  padding: 0 5px;
  cursor: pointer;
}
.product_show_box .left .swiper_xq .prev,
.product_show_box .left .swiper_xq .next {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.product_show_box .left .swiper_xq .prev img,
.product_show_box .left .swiper_xq .next img {
  width: 2vw;
}
.product_show_box .left .swiper_xq .next {
  left: auto;
  right: 2%;
}
.product_show_box .right {
  width: 54%;
}
.product_show_box .right .title {
  font-family: Arial-BoldMT;
  font-size: 24px;
  color: #282828;
  line-height: 36px;
  font-weight: bold;
}
.product_show_box .right .ms {
  font-family: ArialMT;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #737373;
}
@media screen and (max-width: 992px) {
  .product_show_box ._product_show_w, .product_show_box .top .href, .product_show_box .nr {
    width: 95%;
    margin: auto;
  }
  .product_show_box .left,
  .product_show_box .right {
    width: 100%;
  }
  .product_show_box .left {
    margin-bottom: 15px;
  }
  .product_show_box .left .img {
    display: none;
  }
  .product_show_box .left .swiper_xq {
    padding: 0;
  }
  .product_show_box .left .swiper_xq .swiper-pagination-bullet-active {
    background-color: var(--color);
  }
  .product_show_box .left .swiper_xq .prev,
  .product_show_box .left .swiper_xq .next {
    display: none;
  }
  .product_show_box .right .title {
    font-size: 20px;
  }
  .product_show_box .right .ms {
    font-size: 16px;
  }
}

.guide_box {
  width: 100%;
  min-height: 100vh;
  background: url(../img/guide-ba.png) center no-repeat;
  background-size: cover;
  padding-bottom: 2vw;
}
.guide_box .logo {
  display: block;
  padding-top: 32px;
  padding-left: 38px;
}
.guide_box ._xtde, .guide_box .select, .guide_box .text {
  width: 58%;
  margin: auto;
}
.guide_box .text {
  text-align: center;
  color: #040706;
  font-family: AuroraBT-BoldCondensed;
  font-size: 2.8vw;
  padding-bottom: 3vw;
  padding-top: 3vw;
}
.guide_box .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_box .select > div {
  margin-bottom: 15px;
}
.guide_box .select .img {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.guide_box .select .img img {
  transition: all 0.3s;
  display: block;
}
.guide_box .select .img img:hover {
  transform: scale(1.05);
}
.guide_box .select h2 {
  font-family: Arial-BoldMT;
  font-size: 25px;
  color: #a88c23;
  margin: 10px 0;
  letter-spacing: -1px;
}
.guide_box .select h2 span {
  font-family: Arial-BoldMT;
  font-size: 42px;
  line-height: 35px;
  color: #ce042b;
}
.guide_box .select .bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  line-height: 41px;
  background-color: #ce042b;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: Arial-BoldMT;
  font-size: 17px;
  font-weight: bold;
}
.guide_box .select .bt span {
  font-family: YouYuan;
  font-size: 21px;
  padding-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1488px) {
  .guide_box {
    height: auto;
  }
  ._xtde, .guide_box .text, .guide_box .select {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .guide_box .logo {
    height: 100px;
  }
  .guide_box .logo img {
    height: 100%;
  }
  .guide_box .select {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .guide_box {
    height: auto;
  }
  .guide_box ._xtde, .guide_box .text, .guide_box .select {
    width: 95%;
  }
  .guide_box .text {
    font-size: 16px;
  }
  .guide_box .select .img {
    width: 100%;
  }
  .guide_box .select .img img {
    width: 100%;
  }
  .guide_box .select h2 {
    font-size: 20px;
    margin: auto;
  }
  .guide_box .select h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .guide_box .logo {
    height: 50px;
    box-sizing: content-box;
    padding-top: 2%;
    padding-left: 3%;
  }
  .guide_box .logo img {
    height: 100%;
  }
}/*# sourceMappingURL=page-style.css.map */