header {
  width: 100%;
  z-index: 99;
  position: fixed;
  padding: 0 7.6563vw;
  transition: all ease 1s;
}
.header_box {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_scroll{
  background: rgba(0, 0, 0, 0.5);
  transition: all ease 1s;
}
.wrap1 {
  width: 100vw;
  height: 56.1979vw;
  position: relative;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
  position: absolute;
  top: 20vw;
  left: 95vw;
  width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
  width: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  height: 50px;
  display: block;
  margin: 5px 5px;
  position: relative;
  transition: all ease .4s;
}
.swiper-pagination-customs::after{
  width: 2px;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left:0;
  content: "";
}
@keyframes test{
  0%{
      height: 0;
  }
  100%{
      height: 48px;
  }
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active::after {
  animation: test 4s;
}
.bannerImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.bannerImg_item {
  position: absolute;
  top: -3.0729vw;
  left: 35.5729vw;
}
.banner_text {
  top: 34.5313vw;
  left: 26.7188vw;
  position: absolute;
  text-align: center;
}
.banner_sm_title {
  font-size: 1.3542vw;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 2.2917vw;
}
.banner_button {
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b256c;
  padding: 0.5208vw 1.875vw;
}
.banner_title {
  font-size: 2.9167vw;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.header_menu {
  display: flex;
  align-items: center;
}
.menu_item {
  padding-right: 4.5313vw;
  font-size: 0.8333vw;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.search_box {
  width: 9.6354vw;
  height: 2.1354vw;
  position: relative;
  border: solid 1px white;
  border-radius: 1.3281vw;
  display: flex;
  align-items: center;
  padding-left: 0.7813vw;
}
.search_input {
  width: 80%;
  background: transparent;
}
.search_icon {
  position: absolute;
}
.header_menu_chess_icon {
  padding-left: 0.5208vw;
  padding-right: 0.2604vw;
}
.wrap2 {
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(180deg, rgb(25, 8, 76) 0%, rgb(19, 65, 129) 100%);
}
.card_item {
  width: 33.3%;
  height: 37.9167vw;
  border-radius: 20px 20px 20px 20px;
}
.card_one {
  background: linear-gradient(360deg, #f6b418 0%, #f8820b 100%);
}
.card_two {
  background: linear-gradient(180deg, #4b256c 0%, #c059ba 100%);
}
.card_three {
  background: linear-gradient(180deg, #0c4691 0%, #276dc7 100%);
}
.card_content {
  padding: 2.8125vw 4.1146vw 2.8125vw 3.1771vw;
}
.card_content_title {
  font-size: 2.3958vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}
.card_content_sm {
  font-size: 0.8333vw;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}
.card_content_img {
  width: 100%;
  height: 23.3333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_content_footer {
  display: flex;
  align-items: center;
}
.line {
  border: solid 2px white;
}
.card_content_footer_font {
  font-size: 0.8333vw;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.sm_line {
  width: 42px;
  height: 1px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  margin: 0 0.5208vw;
}
.circle {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.wrap3 {
  padding-top: 5.5729vw;
  background-color: #0c4691;
}
.wrap3_title {
  text-align: center;
}
.wrap3_font {
  padding-top: 1.5104vw;
  padding: 0 24.5313vw;
  text-align: center;
}
.white_font {
  font-size: 0.8333vw;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.wrap3_content_one {
  width: 31.9792vw;
  padding-left: 4.3229vw;
}
.wrap3_content_two {
  width: 31.9792vw;
  padding-left: 4.3229vw;
}
.wrap3_content {
  padding-top: 6.4583vw;
  display: flex;
  padding: 6.4583vw 21.8229vw 0 18.8021vw;
}
.wrap3_content_left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4.7396vw;
}
.wrap3_content_right {
  width: 27.3438vw;
}
.read_more {
  margin-top: 42px;
  margin-bottom: 114px;
  width: 120px;
  height: 3.0208vw;
  padding: 0.9375vw 1.25vw;
  background: #ffffff;
  border-radius: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.read_more:hover {
  background: #ffffff;
  border-radius: 50%;
}
.wrap3_content_ont_title {
}
.wrap3_footer {
  display: flex;
  justify-content: space-between;
  padding-left: 7.1875vw;
  padding-top: 1.6667vw;
  padding-bottom: 2.7083vw;
}
.light_font {
  font-size: 2.3958vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 4.6354vw;
}
.footer_right_menu {
  padding-top: 0.3646vw;
  padding-right: 3.9583vw;
  display: flex;
}
.footer_right_menu_item {
  padding-right: 4.375vw;
  font-size: 0.8333vw;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.footer_title_font {
  font-size: 0.8333vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}
.footer_font {
  font-size: 0.8333vw;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
.iconList_item {
  display: flex;
  align-items: center;
}
.footer_icon {
  padding-right: 0.3125vw;
}
.icon_list {
  display: flex;
  padding-top: 1.4583vw;
}
.icon_list > img {
  padding-right: 1.5104vw;
}
.footer_wrap3 {
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  padding: 1.0417vw 0 1.0417vw 8.1771vw;
}
.hidden_mobile {
  display: none;
}
.header_box_mobile {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.6042vw 5.2083vw 1.5625vw 5.2083vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  justify-content: space-between;
}
.mobile_menu_item {
  width: 20px;
  height: 3px;
  margin: 3px 0;
  background: #ffffff;
  display: block;
}
@media (max-width: 1000px) {
  .hidden_mobile {
    display: flex;
  }
  .header_box {
    display: none;
  }
}
.down_button{
  color: white;
  margin-left: .2604vw;
  position: relative;
}
.down_sl{
  display: none;
  color: white;
  position: absolute;
  top: 1.5417vw;
  left: -2.6042vw;
  width: 5.2083vw;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
}
.sl_item{
  display: flex;
  align-items: center;
  padding: .2604vw 1.0417vw;
}
.sl_item:hover{
  background: #0c4691;
  transition: all ease 0.5s;
}
.sl_item:active{
  background: #0c4691;
}
.sl_item>span{
  padding-left: .5208vw;
}
.open_sl{
  transform: rotate(180deg);
}
.down_bt_li{
  position: relative;
}