:root {
  --themeColor: #0071ef;
  --footColor: #191919;
  --isActColor: #2AAE67;
  --hoverColor: #0252db;
  --danColor: #eaf3fc;
}
.cursor {
  cursor: pointer;
}
.defpagebg {
  background-image: url(../img/home/home3-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.deflinear {
  background: linear-gradient(90deg, #2d6dff 0%, #5d9bff 100%), #191919;
}
.Experience {
  width: 209px;
  height: 58px;
  border-radius: 8px;
  /* box-shadow: 0px 0px 27px 0px #4d895a67; */
  cursor: pointer;
  font-size: 23px;
  color: #ffffff;
}
.Experience.radius {
  border-radius: 30px;
}
.Experience.style2 {
  width: 181px;
  height: 58px;
}
.Experience.style2 span {
  margin-right: 25px;
}
.Experience.ismall {
  width: 147px;
  height: 47px;
  border-radius: 7px;
}
.Experience.ismall span {
  font-size: 18px;
  margin-right: 20px;
}
.Experience.white {
  background: #fff;
  box-shadow: none;
  color: var(--themeColor);
}
.Experience:hover i {
  transform: translateX(10px);
}
.Experience span {
  font-size: inherit;
  font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium-Regular;
  font-weight: 400;
  text-align: left;
  color: inherit;
  margin-right: 40px;
}
.Experience i {
  transition: all 0.3s;
  font-size: 16px;
  color: inherit;
}
.home_ban_a1 .a1_box1 {
  width: 347px;
  height: 37px;
  border-radius: 5px;
  font-size: 18px;
  font-family: HarmonyOS_Sans_SC_Bold, HarmonyOS_Sans_SC_Bold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.home_ban_a1 .a1_title {
  margin-bottom: 30px;
}
.home_ban_a1 .a1_title p {
  font-size: 53px;
  font-family: HarmonyOS_Sans_SC_Bold, HarmonyOS_Sans_SC_Bold-Regular;
  font-weight: bold;
  text-align: left;
  color: #191919;
  line-height: 68px;
}
.home_ban_a1 .a1_txt {
  font-size: 19px;
  font-family: HarmonyOS_Sans_SC, HarmonyOS_Sans_SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #191919;
}
.home_ban_a1 .a1_labels {
  margin: 50px 0 80px 0;
}
.home_ban_a1 .a1_labels .labelval {
  margin-right: 36px;
}
.home_ban_a1 .a1_labels .labelval .icon i {
  color: var(--themeColor);
  font-size: 28px;
  margin-right: 7px;
}
.home_ban_a1 .a1_labels .labelval span {
  font-size: 18px;
  font-family: HarmonyOS_Sans_SC, HarmonyOS_Sans_SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #191919;
}
.disnone {
  display: none !important;
}
.nomBottom {
  margin-bottom: 0 !important;
}
.nomRight {
  margin-right: 0 !important;
}
.txtnowrap {
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
  height: 10px !important;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 30px;
  height: 10px !important;
}
::-webkit-scrollbar-thumb {
  background: var(--themeColor);
  border-radius: 30px;
  height: 10px !important;
}
.Grayscalebg1 {
  background: #F7F8FA;
}
.Grayscalebg2 {
  background: #F5F7FA;
}
.OuterBox {
  width: 100%;
}
.InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.backorther {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.OuterPadd100 {
  padding: 100px 0;
}
.OuterPadd90 {
  padding: 90px 0;
}
.OuterPadd80 {
  padding: 80px 0;
}
.OuterPadd70 {
  padding: 70px 0;
}
.OuterPadd60 {
  padding: 60px 0;
}
.nodatas {
  text-align: center;
  font-size: 14px;
  color: #A3A3A3;
  padding: 50px 0;
}
.Welt_box {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 101;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.Welt_box .Welt_item {
  width: 50px;
  height: 50px;
  color: #333;
  cursor: pointer;
}
.Welt_box .Welt_item i {
  color: inherit;
  font-size: 16px;
}
.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: 40px;
}
.pagesBox ul {
  display: flex;
}
.pagesBox .active span {
  font-size: 13.9968px;
  width: 49.9968px;
  height: 49.9968px;
  background: var(--themeColor);
  color: #fff !important;
  border-radius: 2.9952px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox a,
.pagesBox span {
  min-width: 49.9968px;
  height: 49.9968px;
  padding: 0 15.9936px;
  background: #fff;
  border-radius: 2.9952px;
  margin-right: 3.9936px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.9968px;
  color: #3e3e3e !important;
  overflow: hidden;
  position: relative;
  border: solid 1px #Eee;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 13.9968px;
  background: var(--themeColor) !important;
  color: #fff !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.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 {
  bottom: 50px !important;
}
.indexpagin span {
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  width: 42px;
  height: 3px;
  background: #e8e8e8;
}
.indexpagin span.isActive {
  background: var(--themeColor) !important;
}
.bread_box {
  width: 100%;
  padding: 55px 0;
}
.bread_box .home_icon {
  width: 26px;
  height: 26px;
  background: #1d4684;
  border-radius: 100%;
  margin-right: 12px;
}
.bread_box .home_icon i {
  color: #fff;
  font-size: 12px;
}
.bread_box .bread_item:last-of-type i {
  display: none;
}
.bread_box .bread_item span,
.bread_box .bread_item a {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.bread_box .bread_item > i {
  font-size: 22px;
  color: #999999;
  margin: 0 12px;
  margin-top: 3px;
}
.bread_box .bread_item a:hover {
  color: var(--themeColor);
}
.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);
}
.nonedata {
  width: 100%;
}
.nonedata .nocontent {
  width: 100%;
  min-height: 400px;
}
.nonedata .nocontent img {
  width: 200px;
}
.nonedata .nocontent span {
  margin-top: 20px;
  color: #323232;
  font-size: 16px;
  font-weight: bold;
}
.BMap_bubble_pop {
  padding: 8px !important;
}
.BMap_bubble_center {
  height: 80px !important;
}
.BMap_bubble_center,
.BMap_bubble_title,
.BMap_bubble_content {
  width: 100% !important;
}
.BMap_bubble_pop img {
  top: 127px !important;
}
.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;
}
@keyframes hvr-buzz-out {
  5% {
    -webkit-transform: translateX(2.9952px) rotate(2deg);
    transform: translateX(2.9952px) rotate(2deg);
  }
  10% {
    -webkit-transform: translateX(-2.9952px) rotate(-2deg);
    transform: translateX(-2.9952px) rotate(-2deg);
  }
  15% {
    -webkit-transform: translateX(2.9952px) rotate(2deg);
    transform: translateX(2.9952px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-2.9952px) rotate(-2deg);
    transform: translateX(-2.9952px) rotate(-2deg);
  }
  25% {
    -webkit-transform: translateX(1.9968px) rotate(1deg);
    transform: translateX(1.9968px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-1.9968px) rotate(-1deg);
    transform: translateX(-1.9968px) rotate(-1deg);
  }
  35% {
    -webkit-transform: translateX(1.9968px) rotate(1deg);
    transform: translateX(1.9968px) rotate(1deg);
  }
  40% {
    -webkit-transform: translateX(-1.9968px) rotate(-1deg);
    transform: translateX(-1.9968px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(0.9984px) rotate(0);
    transform: translateX(0.9984px) rotate(0);
  }
  50% {
    -webkit-transform: translateX(-0.9984px) rotate(0);
    transform: translateX(-0.9984px) rotate(0);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
}
.subpupFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
}
.subpupFixed .subpupContnet {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.subpupFixed .subpupBox {
  width: 487px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.subpupFixed .subpupBox .subpupHead {
  background-image: url(../img/alertbg.jpg);
  width: 100%;
  min-height: 130px;
  position: relative;
}
.subpupFixed .subpupBox .subpupHead .scloseBox {
  right: 15px;
  top: 15px;
  cursor: pointer;
  position: absolute;
  color: #7A7A7A;
}
.subpupFixed .subpupBox .subpupHead .scloseBox:hover {
  color: red;
}
.subpupFixed .subpupBox .subpupHead .scloseBox i {
  font-weight: bold;
  color: inherit;
  font-size: 16px;
}
.subpupFixed .subpupBox .subpupHead .subtit {
  font-size: 29px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: center;
  color: #191919;
}
.subpupFixed .subpupBox .subpupHead .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin: 6px 0;
}
.subpupFixed .subpupBox .subpupHead .labels .lab_val {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-left: 4px;
  width: 63px;
  height: 23px;
  background: var(--themeColor);
  border-radius: 2px;
}
.subpupFixed .subpupBox .subpupBody {
  width: 100%;
  padding: 25px;
}
.subpupFixed .subpupBox .subpupBody .from_tit {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: var(--footColor);
  margin-bottom: 16px;
}
.subpupFixed .subpupBox .subpupBody .from_Box {
  width: 100%;
}
.subpupFixed .subpupBox .subpupBody .from_input {
  margin-bottom: 16px;
  width: 100%;
  height: 47px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.subpupFixed .subpupBox .subpupBody .from_input input {
  padding: 0 17px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  width: 100%;
  height: 100%;
}
.subpupFixed .subpupBox .subpupBody .from_input input::placeholder {
  color: #999999;
  font-size: 14px;
}
.subpupFixed .subpupBox .subpupBody .agrebox {
  width: 100%;
  margin-bottom: 35px;
}
.subpupFixed .subpupBox .subpupBody .agrebox .checkbox {
  width: 13px;
  height: 13px;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  margin-right: 6px;
  overflow: hidden;
}
.subpupFixed .subpupBox .subpupBody .agrebox .checkbox i {
  color: #fff;
  font-size: 12px;
}
.subpupFixed .subpupBox .subpupBody .agrebox .text {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.subpupFixed .subpupBox .subpupBody .agrebox .text span {
  color: var(--themeColor);
}
.subpupFixed .subpupBox .subpupBody .submitArea {
  width: 100%;
}
.subpupFixed .subpupBox .subpupBody .submitbtn {
  cursor: pointer;
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 18px 0px rgba(77, 137, 90, 0.24);
}
.subpupFixed .subpupBox .subpupBody .bot_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
