.main .banner {
  width: 100%;
  height: 620px;
  user-select: none;
}

.main .banner .swiper {
  width: 100%;
  height: 620px;
  --swiper-pagination-color: #006CFF;
  /* 两种都可以 */
}

.main .banner .swiper-slide {
  width: 100%;
  height: 620px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .content {
  margin-top: 60px;
}

.main .content .title {
  text-align: center;
  margin-bottom: 32px;
  line-height: 48px;
}

.main .content .title h3 {
  color: #000;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 1.7px;
}

.main .content .title p {
  color: rgba(191, 198, 206, 0.30);
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: capitalize;
}

.main .content .title h3 span {
  color: #006CFF
}


.main .content .about .video {
  height: 600px;
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
}

.main .content .about .video video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main .content .about .video .mask {
  height: 600px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(22, 57, 89, .6), rgba(22, 57, 89, .6));
  position: absolute;
  top: 0;
}

.main .content .about .text {
  position: absolute;
  width: 800px;
  top: 144px;
}

.main .content .about .text h4 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

.main .content .about .text .cont {
  width: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  justify-content: space-around;
  align-items: center;
}

.main .content .about .text .cont p {
  width: 350px;
  margin-top: 25px;
}

.main .content .about .text .cont p span {
  font-weight: 700;
}

#newsSwiper {
  position: relative;
  width: 1700px;
  /*判断宽度设置响应式效果*/
  margin: 60px auto
}

#newsSwiper .swiper-container {
  padding-bottom: 60px;
}

#newsSwiper .swiper-slide {
  width: 1060px;
  height: 440px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.05);

}

#newsSwiper .swiper-slide .slideLeft img {
  width: 700px;
  height: 440px;
}

#newsSwiper .swiper-slide .slideRight {
  padding: 24px;
  background-color: #fff;
}

#newsSwiper .swiper-slide .slideRight h3 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin: 20px 0;
}

#newsSwiper .swiper-slide .slideRight p {
  height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}

#newsSwiper .swiper-slide .slideRight .btn {
  margin-top: 20px;
  width: 100px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(0, 108, 255, 0.05);
  line-height: 32px;
}

#newsSwiper .swiper-slide .slideRight .btn:hover {
  background: rgba(0, 108, 255, 1);
}

#newsSwiper .swiper-slide .slideRight .btn:hover a {
  text-decoration: none;
}

#newsSwiper .swiper-slide .slideRight .btn:hover span {
  color: #fff;
}

#newsSwiper .swiper-slide .slideRight .btn:hover svg path {
  fill: #FFF;
  /* 修改填充颜色为红色 */
}

#newsSwiper .swiper-slide .slideRight .btn span {
  margin: 0 8px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

#newsSwiper .swiper-slide .slideRight .time {
  display: flex;
  align-items: center
}

#newsSwiper .swiper-slide .slideRight .time span {
  margin-left: 5px;
  color: #999;
  ;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

#newsSwiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#newsSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#newsSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.main .content .upgrade {
  margin-bottom: 152px;
}

.main .content .upgrade p {
  color: #ABABAB;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 42px;
}

.main .content .upgrade .upgImg {
  text-align: center;
  margin-top: 70px;
}

.main .content .earth {
  height: 660px;
  background: url(../images/ls_earth.png) no-repeat center;
  background-size: 900px;
}

.main .content .earthBg {
  height: 660px;
  background: url(../images/ls_upgrade_arrow.png) no-repeat center 143px;
  background-size: 1052px;
}
.main .content .earthBg .earthCont{
  width: 1052px;
  height: 660px;
  margin: auto;
  position: relative;

}
.main .content .earth .earthLi{
  width: 180px;
  position: absolute;
  
}
.main .content .earth .earthLi.earthPositon1{
  top: 15%;
  left: -5%;
}
.main .content .earth .earthLi.earthPositon2{
  top: 42%;
  left: 26%;
}
.main .content .earth .earthLi.earthPositon3{
  top: 38.5%;
  right: 26%;
}
.main .content .earth .earthLi.earthPositon4{
  top: 15%;
  right: -5%;
}
.main .content .earth .earthLi .top {
  width: 180px;
  height: 234px;
  border-radius: 5px;
  flex-shrink: 0;
  line-height: 32px;
  background: linear-gradient(180deg, #EBF4FF 0%, rgba(255, 255, 255, 0.85) 74.9%);
  box-shadow: 0px 8px 8px 0px rgba(155, 176, 226, 0.13);
  text-align: center;
}

.main .content .earth .earthLi .top .text h4 {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
}

.main .content .earth .earthLi .top .text p {
  color: #666;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.main .content .earth .earthLi .bottom{
  text-align: center;
}
.main .content.partnersWrap{
  margin-top: 80px;
}
.main .content .partners {
  margin-top: 60px;
}
.main .content .partners .parImg{
  /* display: flex; */
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.main .content .partners .parImg img{
  height: 60px;
  margin-left: 20px;
  margin-bottom: 10px;
}


