﻿.scrolbox {
  overflow: auto;
}
.scrolbox::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-track {
  background-color: #F6F8FB;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 30px;
}
:root {
  --themeColor: #E62129;
}
.allTrans {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.onRight {
  margin-right: 0 !important;
}
.backg1 {
  background: #F2F1F2;
}
.OuterBox.cationbot {
  padding-bottom: 120px;
}
.OuterBox.about_style1 {
  background: #f3f6f9;
  padding: 130px 0;
}
.InnerBox {
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
  height: 100%;
}
.InnerBox2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.InnerBox3 {
  width: 90vw;
  max-width: 1400px;
  min-width: 1150px;
  margin: 0 auto;
  height: 100%;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .active span {
  font-size: 14px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox a,
.pagesBox span {
  padding: 0 3vw;
  height: 8vw;
  min-width: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  background: #f6f8fb;
  white-space: nowrap;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5vw;
  margin-bottom: 5vw;
  margin-right: 1vw;
  color: #333;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  background: var(--themeColor) !important;
  color: #fff !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .info_outer {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 8.4vw;
}
.banner .info_box .txt {
  font-size: 2.4vw;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}
.banner .info_box .tit {
  font-size: 6.1333vw;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-top: 1.3333vw;
}
.banner img {
  width: 100%;
  display: block;
  max-height: 450px;
}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container img {
  width: 100%;
  display: block;
  max-height: 450px;
}
.Weltbox {
  position: fixed;
  right: 22px;
  bottom: 50px;
  z-index: 100;
  border-radius: 5px;
  overflow: hidden;
}
.Weltbox .Welt_item:last-of-type .icon_box {
  border: none;
}
.Weltbox .Welt_item {
  display: block;
  width: 80px;
  padding: 0 9px;
  height: 94px;
  background: rgba(76, 76, 76, 0.8);
  cursor: pointer;
  position: relative;
}
.Weltbox .Welt_item .icon_box {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #A4A4A4;
}
.Weltbox .Welt_item .icon_box .txt {
  font-size: 13px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
}
.Weltbox .Welt_item .icon_box i {
  color: #fff;
  font-size: 22px;
}
.Weltbox .Welt_item .Welt_alert {
  border-radius: 3px;
  right: 102%;
  top: 0;
  z-index: 3;
  position: absolute;
  display: none;
  height: 100%;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  white-space: nowrap;
  line-height: 33px;
}
.Weltbox .Welt_item .Welt_alert > span {
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  display: block;
}
.Weltbox .Welt_item .Welt_alert > img {
  display: block;
  width: 120px;
  height: 120px;
}
.Weltbox .Welt_item:hover .icon_box .txt,
.Weltbox .Welt_item:hover .icon_box i {
  color: var(--themeColor);
}
.img_box {
  cursor: pointer;
  overflow: hidden;
}
.img_box > img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.img_box:hover > img {
  transform: scale(1.1);
}
.indexSwiper {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.indexSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  display: block;
}
.ewm_box {
  cursor: pointer;
  position: relative;
}
.ewm_box i {
  font-size: 25px;
  color: #838383;
}
.ewm_content {
  position: absolute;
  display: none;
  top: 160%;
  right: -5px;
  padding: 5px;
  background-color: #fff;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.ewm_content .txt {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #323232;
}
.ewm_content::before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  right: 4px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}
.qrcode_box > img {
  width: 120px;
  height: 120px;
  display: block;
}
.bread_item:last-of-type i {
  display: none;
}
.bread_item {
  display: flex;
  align-items: center;
}
.bread_item a:hover {
  color: #3c6df1;
}
.bread_item span,
.bread_item a {
  font-size: 15px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.bread_item > i {
  font-size: 18px;
  color: #8d8d8d;
  margin: 0 5px;
  margin-top: 2px;
}
.bread_item .font {
  font-size: 15px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.barnav.style2 {
  border-bottom: solid 1px #E5E5E5;
}
.barnav {
  padding-top: 5.3333vw;
}
.barnav .left .font,
.barnav .left span,
.barnav .left a {
  font-size: 2.6667vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.barnav .left span {
  margin-top: 2px;
}
.barnav .left .font {
  color: var(--themeColor);
}
.barnav .right {
  height: 100%;
}
.barnav .right .right_item.isActive {
  color: var(--themeColor);
}
.barnav .right .right_item.isActive::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 3px;
  background: var(--themeColor);
}
.barnav .right .right_item {
  height: 100%;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: right;
  color: #737373;
  margin-left: 70px;
  cursor: pointer;
  position: relative;
}
.barnav .right .right_item:hover {
  color: var(--themeColor);
}
