.center {
  width: 1200px;
  margin: 0 auto;
}

a:hover {
  color: #ffff;
}

a {
  color: #ffff;
}

div {
  box-sizing: border-box;
}

.common_div {
  padding: 60px 0;
  text-align: center;
}

.common_div .common_title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  color: #323232;
}

.common_div .common_tic {
  margin: 0 auto;
  width: 790px;
  font-size: 16px;
  font-weight: 500;
  color: #969696;
  letter-spacing: 0.18px;
}
.byte_title{
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #323232;
  letter-spacing: 0.32px;
}

/* banner */
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 600px;
  background-image: url(https://qiniugw.sdwanyue.com/20231227/bj.png);
  background-repeat: no-repeat;
}

.banner>.center>div {
  float: left;
}

.banner>.center>.right {
  margin-top: 160px;
}

.banner>.center .right_img {
  margin-bottom: 43px;
}

.banner>.center>.left {
  margin-top: 111px;
  margin-left: 130px;
}


.banner>.center>.right .right_bottom a {
  display: inline-block;
  width: 135px;
  height: 43px;
  background: #ffe735;
  border-radius: 4px;
  color: #ffff;
  font-size: 15px;
  text-align: center;
  line-height: 43px;
  transition: all .5s;
}
.banner>.center>.right .right_bottom a:nth-child(1) {
    color: #0B7BF0;
    margin-right: 25px;
}

.banner>.center>.right .right_bottom a:nth-child(2) {
  background: transparent;
  border: 1px solid #ffff;
}



/* globoscope_box */
.globoscope_box{
  margin-bottom: 78px;
  display: flex;
  justify-content: center;
}

.globoscope{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 18px;
  position: relative;
  width: 90px;
  height: 90px;
}
.globoscope>.radius{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: #ffffff;
  box-shadow: 1.29px 1.53px 6px 0px rgba(149,159,165,0.20); 
  transition: all .5s;
}
.globoscope>img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: all .5s;
}
.globoscope>p{
  position: absolute;
  top: 70%;
  left: 50%;
  text-align: center;
  width: 56px;
  opacity: 0;
  font-size: 14px;
  transform: translate(-50%,-50%) scale(1);
  transition: all .5s;
}
.globoscope.active .radius{
  width: 100%;
  height: 100%;
}
.globoscope.active img{
  top: 30%;
}
.globoscope.active p{
  opacity: 1;
}



.byte_info_one .byte_info{
  transform: translateX(30%);
  float: left;
}
.byte_info_one .byte_info_img{
  float: right;
}
.byte_info_one{
  margin-top: 200px;
}
.byte_info{
  width: 455px;
}
.byte_info .title{
  margin-bottom: 30px;
  font-size: 26px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #323232;
  line-height: 28px;
  letter-spacing: 0.26px;
}
.byte_info .tic{
  width: 454px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #787878;
  line-height: 28px;
}
.byte_info_globoscope_box{
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.byte_info_globoscope_box .globoscope{
  width: 80px;
  height:80px;
}
.byte_info_globoscope_box .globoscope>.radius{
  width: 65px;
  height: 65px;
}

.byte_info_globoscope_box .globoscope.active img{
  top: 35%;
}

.byte_info_one .byte_info_img{
  transform: translate(-10%,-30%);
}

.byte_info_two .byte_info{
  transform: translateX(-15%);
  float: right;
}
.byte_info_two .byte_info_img{
  float: left;
}
.byte_info_two .byte_info_img{
  transform: translate(20%,-20%);
}


.select{
  margin-bottom: 70px;
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
}
.select_info{
  text-align: center;
  width: 285px;
  height: 352px;
  background: #ffffff;
  border: 1.5px solid #d2e9ff;
  border-radius: 10px;
}
.select_info img{
  margin-top: 50px;
}
.select_info p{
  margin-top: 50px;
  margin-bottom: 31px;
  font-size: 20px;
  font-weight: 500;
  color: #323232;
}

.select_info .tic{
  margin: 0 auto;
  width: 209px;
  font-size: 16px;
  text-align: center;
  color: #969696;
  line-height: 25px;
  letter-spacing: 0.16px;
}

.advantage{
  margin-bottom: 60px;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.advantage_info{
  margin-bottom: 20px;
  width: 520px;
  height: 140px;
  background: #ffffff;
  border: 1px solid #f0efee;
  border-radius: 18px;
  box-shadow: 0.64px 0.77px 16px 0px rgba(0,0,0,0.08); 
}
.advantage_info .right{
  float: left;
  width: 180px;
  text-align: center;
}
.advantage_info .right img{
  margin-top: 30px;
  margin-bottom: 10px;
}
.advantage_info .right p{
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.16px;
}

.advantage_info .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  height: 140px;
  float: right;
}
.advantage_info .left p{
  width: 313px;
  font-size: 14px;
  font-weight: 500;
  color: #969696;
  line-height: 23px;
  letter-spacing: 0.14px;
  text-align: left;
}