.pad{
  padding: 0 15%; 
}
.navbar{
  display: flex;
  position: fixed;
  top: 0;
  padding: 6px 100px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  width: 100%;
  z-index: 999;
}
.navbar .img {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 200px;
}
.navbar .img img {
  width: 100%;
}
.navbar-list{
  display: flex;
  align-items: center;
}
.navbar-list >div{
  margin: 0 100px;
  cursor: pointer;
}
.about{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px 0;
}
.about-logo{
  position: relative;
}
.about-name{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  font-weight: bold;
}
.about-info{
  font-size: 20px;
  margin-top: 50px;
}
.product-info{
  width: 100%;
  height: 100%;
  background-color: #3B3B4E;
  color: #fff;
  padding: 50px 15% ;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.product-info .img{
  width: 100%;
  margin-left: 24px;
}
.product-info .info{
  width: 100%;
}
.product-info .info >div{
  margin-bottom: 30px;
}
.yw{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 50px 0;
}
.yw .img{
  width: 65%;
}
.yw-info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.yw-title-box{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.yw-title{
  padding: 12px 24px;
  background-color: #7171F8;
  display: inline-block;
  color: #FFFF87;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.yw-name{
  padding: 0 5% 0 15%;
  color: #000;
  font-size: 24px;
}
.yw-ab{
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.yw-6{
  width: 80px;
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: -1;
}
.bx-box{
  margin: 50px 0;
}
.bx-title{
  display: flex;
}
.bx-td{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 3% 50px 15%;
}
.bx-td-font{
  color: #000;
  font-size: 24px;
}
.bx-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.banner img{
  width: 100%;
}
.bx-flex-list{
  padding: 0 48px 0 15%;
}
.list-box{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.gj{
  margin: 50px 0;
}
.gj-list{
  padding: 0 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gj-info{
  background-color: #F7F7F7;
  border-radius: 24px;
  padding: 60px 70px 50px;
  width: 30%;
  margin-bottom: 100px;
  border: 1px solid #f1f1f1;
  position: relative;
  text-align: center;
}
.gj-logo{
  position: absolute;
  left: 50%;
  top: -50px;
  width: 100px;
  transform: translate(-50%, 0);
}
.footer{
  width: 100%;
  height: 400px;
  background-image: linear-gradient(#6D87FB, #7655F3);
}
.numbers {
  -webkit-text-stroke: 1px #7171F8;
  -webkit-text-fill-color : transparent;
  font-size: 100px;
  color:#7171F8;
  }
  .banner-box{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    height: 110px;
    background: rgba(0, 0, 0, .5);
    border-radius: 12px;
    padding: 20px 24px;
    /* display: flex;
    align-items: center; */
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    ::-webkit-scrollbar {
      display: none; /* Chrome, Safari and Opera */
    }
    overflow-x: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  ::-webkit-scrollbar-track {
    display: none; /* Chrome, Safari and Opera */
  }
  }
  .banner-box .img{
    width: 250px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }
  .banner-left{
    position: absolute;
    left: 15%;
    width: 30px;
    height: 100px;
    top: 8%;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    z-index: 9;
  }
  .banner-right{
    position: absolute;
    right: 15%;
    width: 30px;
    height: 100px;
    top: 8%;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    z-index: 9;
  }
  .bottom_bg{
    width: 100%;
    height: 275px;
    background-image: linear-gradient(#7653F3, #69a0ff);
    padding-top: 70px;
    display: flex;
    justify-content: center;
}
.bottom_bg_l{
    color: #fff;
    font-size: 25px;
    flex: 1;
    display: flex;
    justify-content: center;
}
.bottom_bg_l_title{
    color: #FFFF7C;
    font-size: 40px;
}
.bottom_bg_l_title1{
    color: #A4DBF3;
    font-size: 20px;
    margin: 12px 0 40px 0;
}
.bottom_info{
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 999999;
}
.info_box{
  width: 100%;
  height: 150px;
  background-color: rgba(9, 44, 142, 1);
  position: relative;
  bottom: 0;
  z-index: 99999;
  color: #7DBBFA;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 104px 90px;
  box-sizing: border-box;
}
.info_right{
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: 'CTCuHeiSJ';
}
.info_right img{
  width: 57px;
  height: 57px;
  cursor: pointer;
  margin: 24px 0 7px 0;
}
.info_left{
  padding-left: 80px;
  display: flex;
  font-family: 'MicrosoftYaHei';
  font-size: 12px;
  align-items: center;
}
.info_left .logo{
  width: 186px;
  height: 75px;
  margin-right: 64px;
}
.info_left .logo img{
  width: 100%;
  height: 100%;
}
.list_info{
  width: 1208px;
  position: relative;
  z-index: 9999;
  margin: 70px auto;
  padding-bottom: 50px;
}
.list_info::-webkit-scrollbar { width: 0 !important }