:root {
  --themeColor: #4073FA;
  --footColor: #575D6C;
  --isActColor: #4073FA;
  --hoverColor: #4073FA;
}
.keyspan {
  color: var(--themeColor);
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background: #D8D8D8;
}
.Grayscalebg1 {
  background: #F7F8FA;
}
.Grayscalebg2 {
  background: #F5F7FA;
}
.OuterBox {
  width: 100%;
}
.InnerBox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.pagination_box {
  width: 100%;
  height: 30.0096px;
  margin-top: 20.0064px;
}
.pagination_box .swiper {
  width: 100%;
  height: 100% !important;
  padding-left: 30.0096px;
}
.pagination_box .swiper .pagin-slide {
  background-color: #c4c4c4;
  font-size: 0.0625rem;
  border-radius: 100%;
  min-width: 30.0096px;
  max-width: 30.0096px;
  min-height: 30.0096px;
  max-height: 30.0096px;
  color: #333;
  cursor: pointer;
}
.pagination_box .swiper .pagin-slide.isActive {
  background: var(--themeColor);
  color: #fff;
}
.swiperIndicate {
  padding-bottom: 57.6px !important;
}
.swiperIndicate .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 0.1042rem;
  height: 0.1042rem;
  text-align: center;
  line-height: 0.1042rem;
  font-size: 0.0625rem;
  color: #000;
  opacity: 1;
  background: #c4c4c4;
}
.swiperIndicate .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--themeColor);
}
.OuterPadd100 {
  padding: 99.9936px 0;
}
.OuterPadd90 {
  padding: 90.0096px 0;
}
.OuterPadd80 {
  padding: 80.0064px 0;
}
.OuterPadd70 {
  padding: 70.0032px 0;
}
.OuterPadd60 {
  padding: 60px 0;
}
.Welt_box {
  position: fixed;
  bottom: 120px;
  right: 20.0064px;
  z-index: 101;
}
.Welt_box .Welt_item {
  width: 49.9968px;
  height: 49.9968px;
  border-radius: 4.992px;
  color: #333;
  background: #fff;
  cursor: pointer;
  margin-bottom: 19.2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8.0064px 24px;
}
.Welt_box .Welt_item i {
  color: inherit;
  font-size: 15.9936px;
}
.Welt_box .Welt_item:hover {
  background: var(--themeColor);
  color: #fff;
}
.loading_box {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.loading_box .mask_icon {
  width: 100%;
  height: 100%;
}
.loading_box .mask_icon i {
  color: #fff;
  font-weight: bold;
  font-size: 49.9968px;
  animation: rotericon 1s linear infinite;
}
@keyframes rotericon {
  100% {
    transform: rotate(360deg);
  }
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 39.9936px;
}
.pagesBox ul {
  display: flex;
}
.pagesBox .active span {
  font-size: 14px;
  width: 32px;
  height: 32px;
  color: var(--themeColor);
  border-color: var(--themeColor);
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox a,
.pagesBox span {
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  background: #fff;
  border-radius: 3px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e !important;
  overflow: hidden;
  position: relative;
  border: solid 1px #D9D9D9;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: var(--themeColor) !important;
  border: solid 1px var(--themeColor) !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.pagnation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 当前页样式 */
.pagnation .current {
  color: #4073FA !important;
  /* background-color: #449fe9; */
  border: solid 1px #4073FA;
}
/* 上一页 下一页 */
.pagnation .current.prev,
.pagnation .current.next,
.next {
  color: #D9D9D9 !important;
  border: solid 1px #D9D9D9;
}
/* 按钮主题样式 */
.pagnation a,
.pagnation span {
  height: 32px;
  width: 32px;
  /* padding: 0 8px; */
  background: #fff;
  border-radius: 3px;
  margin-right: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #252B3A;
  min-width: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: solid 1px #D9D9D9;
}
.img_box {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.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;
}
.indexSwiper .btn_next,
.indexSwiper .btn_prev {
  width: 71.0016px;
  height: 71.0016px;
  background-color: #0000001a;
  border-radius: 4.992px;
}
.indexSwiper .btn_next i,
.indexSwiper .btn_prev i {
  color: #fff;
  font-weight: bold;
  font-size: 30.0096px;
}
.indexSwiper .btn_next::after,
.indexSwiper .btn_prev::after {
  display: none;
}
.indexpagin span {
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  width: 42.0096px;
  height: 2.9952px;
  background: #e8e8e8;
}
.indexpagin span.isActive {
  background: var(--themeColor) !important;
}
.bread_box.style2 {
  border-bottom: solid 0.9984px #E5E5E5;
}
.bread_box {
  width: 100%;
}
.bread_box .bread_item:last-of-type i {
  display: none;
}
.bread_box .bread_item span,
.bread_box .bread_item a {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #8B9099;
}
.bread_box .bread_item > i {
  font-size: 15.9936px;
  color: #8B9099;
  margin: 0 4.992px;
  margin-top: 2.9952px;
}
.bread_box .bread_item a:hover {
  color: var(--themeColor) !important;
}
.bread_box .bread_right {
  height: 100%;
}
.bread_box .bread_right .r_nav {
  margin-left: 74.9952px;
  font-size: 15.9936px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: var(--footColor);
  height: 100%;
}
.bread_box .bread_right .r_nav.isActive {
  color: var(--themeColor);
}
.botline {
  cursor: pointer;
  position: relative;
}
.botline.isActive::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 34.0032px;
  border-radius: 4.992px;
  height: 2.9952px;
  background: var(--themeColor);
}
.nonedata {
  width: 100%;
}
.nonedata .nocontent {
  width: 100%;
  min-height: 399.9936px;
}
.nonedata .nocontent img {
  width: 200.0064px;
}
.nonedata .nocontent span {
  margin-top: 20.0064px;
  color: #323232;
  font-size: 15.9936px;
  font-weight: bold;
}
.BMap_bubble_pop {
  padding: 0.0417rem !important;
}
.BMap_bubble_center {
  height: 0.4167rem !important;
}
.BMap_bubble_center,
.BMap_bubble_title,
.BMap_bubble_content {
  width: 100% !important;
}
.BMap_bubble_pop img {
  top: 0.6615rem !important;
}
.load_btn.style2 i {
  color: var(--isActColor);
}
.load_btn {
  display: none;
  margin: 0 2.6667vw;
}
.load_btn i {
  animation: loading 1s linear infinite;
  color: #fff;
  font-size: 5vw;
  display: block;
  width: 5vw;
  height: 5vw;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading .loadbox {
  width: 100%;
  height: 100%;
}
.loading .loadtxt {
  font-size: 20.0064px;
  margin-top: 20.0064px;
  color: #fff;
}
.ewm_box {
  cursor: pointer;
  position: relative;
}
.ewm_box i {
  font-size: 18.0096px;
  color: #A3A3A3;
}
.ewm_box .ewm_content {
  position: absolute;
  display: none;
  top: 160%;
  right: -4.992px;
  padding: 4.992px;
  background-color: #fff;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4.992px 14.9952px 0px;
}
.ewm_box .ewm_content .txt {
  display: inline-block;
  margin-top: 8.0064px;
  font-size: 12px;
  color: #323232;
}
.ewm_box .ewm_content::before {
  content: '';
  display: block;
  position: absolute;
  top: -19.008px;
  right: 3.9936px;
  border: 10.0032px solid transparent;
  border-bottom: 10.0032px solid #eee;
}
.ewm_box .qrcode_box > img {
  width: 120px;
  height: 120px;
  display: block;
}
