* {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
.header {
  /* position: relative; */
}

.swiper-container {
  position: absolute;
}

.swiper-wrapper img {
  width: 100vw;
  position: absolute;
}

.header_bar {
  width: 62.5vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-top: 1.04vw;
}

.header_bar .header_navbar {
  width: 30vw;
  display: flex;
  justify-content: space-between;
}

.header_navbar a {
  text-decoration: none;
  color: #0F1B2E;
}

.header_navbar .active {
  color: #1950DC;
}

.header_navbar a{
  font-size: 0.83vw;
}

.swiper-container {
  width: 100vw;
  height: 31.25vw;
}

.paginationClass {
  width: 100vw;
  display: flex;
  margin-left: 19vw;
  margin-top: -5vw;
}

.swiper-pagination-customs {
  display: block;
  width: 3.8vw;
  height: 0.25vw;
  background-color: #DFECFF;
  margin-right: 0.78vw;
}

.swiper-pagination-customs-active {
  background-color: #3f75ff !important;
}


.header_bar {
  width: 62.5vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-top: 1.04vw;
}

.header_bar .header_navbar {
  width: 30vw;
  display: flex;
  justify-content: space-between;
}


.header_navbar a{
  font-size: 0.83vw;
}

.content{
width: 100vw;
background: #FFFFFF;
display: flex;
margin-bottom: 7.8125vw;
margin-top: 31.25vw;
}
.content-right{
 width: 25.78vw;
 margin-top: 3.906vw;
 margin-left: 5.677vw;
}
.content-right-content{
width: 24.1667vw;

font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.73vw;
color: #717A88;
text-align: justified;
font-style: normal;
text-transform: none;
margin-top: 3vw;
line-height: 1.5vw;
}
.content-right-foutter{
  width: 24.1667vw;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.73vw;
color: #717A88;
text-align: justified;
font-style: normal;
text-transform: none;
margin-top: 1.5625vw;
line-height: 1.5vw;
}
.foutter{
  width: 100vw;
  background: #F5F8FF;
  padding-top: 4.271vw;
  margin-top: 7.96875vw;
  padding-bottom: 6vw;
}
.foutter-top{

font-family: PingFang SC, PingFang SC;
font-weight: 600;
font-size: 2.34375vw;
color: #333333;
line-height: 2.7604vw;
text-align: center;
font-style: normal;
text-transform: none;
margin: 0 auto;

}
.foutter-content{

font-family: PingFang SC, PingFang SC;
font-weight: 600;
font-size: 1.93vw;
color: #617591;
line-height: 2.23958vw;
text-align: center;
font-style: normal;
text-transform: none;
margin: 2.8125vw auto;
}
.slideshow-container {
  position: relative;
  width: 62.3vw;;
  margin: auto;
  margin-top: 4.0104vw;
}
.mySlides {
  display: none;
  width: 62.3vw;;
  text-align: center;
  transition:all 0.5s;
}
.slideshow-container img {
  width: 44.375vw;
  /* height: 24.5vw; */
  display: inline-block; 
}
.prev{
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: 2.34375vw;
  height: 2.34375vw;
 text-align: center;
  color: white;
  font-weight: bold;
  font-size:1.14583vw;
  transition: 0.6s ease;
  border-radius: 50%;
  background-color: rgba(201,204,212);
  line-height: 2.34375vw;
}
.next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: 2.34375vw;
  height: 2.34375vw;
  line-height: 2.34375vw;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size:1.14583vw;
  transition: 0.6s ease;
  border-radius: 50%;
  background-color: rgba(201,204,212);
  right: 0;
  border-radius: 50%;
}
.prev:hover, .next:hover {
  background-color: rgba(12,80,255);
}
.status-bar {
  text-align: center;
  margin-top: 20px;
}

.dot {
  width: 2.708333vw;
  height: 0.26041667vw;
  margin: 0 0,521vw;
  background: #FFFFFF;
 
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active-dot {
  background: #3D7AFF;
}
.MEUU-top{
font-family: PingFang SC, PingFang SC;
font-weight: 600;
font-size: 2.34375vw;
color: #1B1F26;
line-height: 2.76vw;
text-align: center;
margin-bottom: 4vw;
margin-top: 5.260vw;
}
.MEUU-text{
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.833333vw;
color: #717A88;
line-height: 1.66666vw;
text-align: center;
font-style: normal;
text-transform: none;
}
.cover{
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.34375vw;
  color: #1B1F26;
  line-height: 2.76vw;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 6.51vw;
}
.boderbox{
   width: 62.5vw;
   margin: 0 auto;
   margin-top: 4.6875vw;
   display: flex;
   flex-wrap: wrap;
   
}
.box{
  width: 13.125vw;
  margin-right: 3.33333333vw;
  margin-bottom: 4.94791667vw;
}
.box1{
  width: 13.125vw;
  margin-bottom: 4.94791667vw;
}
.box-img{
width: 7.8125vw;
height: 8.958333vw;
display:block;
margin: 0 auto;
}
.box-top{
  width: 13.125vw;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 1.19791667vw;
color: #1B1F26;
line-height: 1.40625vw;
text-align: center;
font-style: normal;
text-transform: none;
margin-top: 0.78125vw;
}

.box-text{
  margin-top: 1.04166667vw;

  width: 13.125vw;

font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.72916667vw;
color: #69717e;
line-height: 1.25vw;
font-style: normal;
text-transform: none;
}