/*body {*/
/*  background-color: #0064d2;*/
/*}*/



.cls-50 {
    stroke-dasharray: 50;
    animation: cls-50-k 3s linear infinite;
}

.cls-50b {
    stroke-dasharray: 50;
    stroke-dashoffset: -50;
    animation: cls-50b-k 3s 1s linear infinite;
}

@keyframes cls-50-k {
    from {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 100;
    }
}

@keyframes cls-50b-k {
    from {
        stroke-dashoffset: -50;
    }
    to {
        stroke-dashoffset: 150;
    }
}

.cls-100 {
    stroke-dasharray: 100;
    animation: cls-100-k 1.5s linear infinite;
}

.cls-100b {
    stroke-dasharray: 100;
    animation: cls-100-k 1.2s .5s linear infinite;
}

@keyframes cls-100-k {
    from {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 100;
    }
}

.cls-200 {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: cls-200-k 1.5s .3s linear infinite;
}

.cls-200b {
    stroke-dasharray: 100;
    animation: cls-200b-k 1.45s linear infinite;
}

@keyframes cls-200-k {
    from {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 100;
    }
}

@keyframes cls-200b-k {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: -300;
    }
}

.cls-400 {
    stroke-dasharray: 400;
    stroke-dashoffset: -400;
    animation: cls-400-k 4.5s 2s linear infinite;
}

.cls-400b {
    stroke-dasharray: 600;
    animation: cls-400b-k 4.6s linear infinite;
}

.cls-400c {
    stroke-dasharray: 400;
    stroke-dashoffset: -400;
    animation: cls-400-k 4.2s 2.5s linear infinite;
}

@keyframes cls-400-k {
    from {
        stroke-dashoffset: -400;
    }
    to {
        stroke-dashoffset: 400;
    }
}
@keyframes cls-400b-k {
    from {
        stroke-dashoffset: -200;
    }
    to {
        stroke-dashoffset: 1000;
    }
}

.cls-800 {
    stroke-dasharray: 1200;
    animation: cls-800-k 6s linear infinite;
}

.cls-800b {
    stroke-dasharray: 1200;
    animation: cls-800b-k 6.5s linear infinite;
}

@keyframes cls-800-k {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 2400;
    }
}

@keyframes cls-800b-k {
    0% {
        stroke-dashoffset: 600;
    }
    100% {
        stroke-dashoffset: 3000;
    }
}

.cls-3200 {
    stroke-dasharray: 2400;
    animation: cls-3200-k 8s linear infinite;
}


@keyframes cls-3200-k {
    0% {
        stroke-dashoffset: -2400;
    }
    100% {
        stroke-dashoffset: 2400;
    }
}

.cls-3200b {
    stroke-dasharray: 1600;
    animation: cls-3200b-k 6s linear infinite;
}


@keyframes cls-3200b-k {
    0% {
        stroke-dashoffset: 600;
    }
    100% {
        stroke-dashoffset: 3800;
    }
}



.kv-banner .swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.kv-banner .swiper-pagination-bullet{
    background:#fff;
}
.kv-banner .swiper-button-prev, 
.kv-banner .swiper-button-next{
    color:#fff;
    font-weight:300;
    display: none;
}
.kv-banner .swiper-button-prev{
    left:0.5rem;
}
.kv-banner .swiper-button-next{
    right:0.5rem;
}
.breadcrumbs{
  display: none;
}
.item_container_mo{
  display: none;
}
.top_banner {
  background-image: linear-gradient(#001e82, #0099f8);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.info {
  position: relative;
  z-index: 9;
}
#c_in{
    fill:#7c91d8;
}
.no-lb .if-nl-tips,
.info h3 {
  font-size: 0.2rem;
  font-weight: 300;
  margin-top: 0.96rem;
  /* font-family: NotoSansHans-Light; */
}
.info h4 {
  font-size: 0.2rem;
  font-weight: 700;
  /* font-family: NotoSansHans-Bold; */
}
.no-lb .if-nl-key,
.info h5 {
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
  margin-top: 0.16rem;
}
.info h5 i{
    width:1px;
    height:0.06rem;
    background:#fff;
    margin:0 5px;
    display: inline-block;
    vertical-align: middle;
}
.swiper-slide:nth-child(2) .info h5 i{
    background:#000;
}
.info h5 a{
    display: inline-block;
    transition: all 0.6s;
    transform:translateY(0);
}
.info h5 a:hover{
    transform:translateY(-5px);
}
.info h5 i:nth-child(1){
    display: none;
}
.image_container {
  position: relative;
  width: 4.45rem;
  height: 1.34rem;
  margin-top: 0.23rem;
  z-index: 9;
}
.image_container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}
#unlimit_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 180px; */
}

#unlimit_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 180px; */
}

h2 {
  font-size: 0.19rem;
}

.width_animate {
  position: absolute;
  top: 0;
  z-index: 9;
}

.hasyzm{
    position: relative;
}
      .get_code {
  font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
  height: 0.23rem;
  background: transparent;
  border-radius:20px;
  color: #fff;
  box-sizing: box-sizing;
  padding: 0 28px;
  text-align: center;
  line-height: 0.23rem;
  margin-left: 5px;
}


#earth {
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  top: 0;
  /* width: 100%; */
  z-index: 2;
  height: 100%;
  overflow: hidden;
  width: 4rem;
  opacity: 0.8;
}
.earth_video {
  width: 100%;
  pointer-events: none;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: screen;
  object-fit: cover;
}

.kv-banner .video{
    width: 100%;
    height: 100%;
}
.kv-banner .video img,
.kv-banner .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.earth_video #video_el{
  height: 100%;
  object-fit: cover;
}
.unlimit_circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.unlimit_circle svg {
  width: 100%;
  height: 100%;
}
.if-kv-box{
    position: relative;
}
.yunwangan {
  font-size: 0.2rem;
  color: #fff;
  font-family: Alibaba-PuHuiTi-B;
  position: absolute;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 2.14rem;
  top: 50%;
  width: 3.5rem;
  left: 50%;
  margin-left: -1.8rem;
  transform: translateY(-50%);
}
.yunwangan img {
  /* position: absolute; */
  height: 0.47rem;
  object-fit: contain;
  opacity: 0.7;
}
.yunwangan span {
  font-size: 0.14rem;
  position: absolute;
  font-weight: 700;
}

.yunwangan div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yunwangan div:nth-child(1) img{
    width: 0.56rem;
    height: 0.33rem;
}
.yunwangan div:nth-child(2) img{
    width: 0.61rem;
    height: 0.39rem;
}
.yunwangan div:nth-child(3) img{
    width: 0.34rem;
    height: 0.41rem;
}
.layer2 {
  background-color: #fff;
  text-align: center;
  padding: 0.47rem 1.25rem;
  /*height: 4.02rem;*/
}

.layer2 h2 {
  font-size: 0.19rem;
  /*font-family: "NotoSansHans-Medium";*/
}

.layer2 p {
  color: #829db5;
  font-size: 0.08rem;
  font-size:max(0.08rem , 12px);
}
.layer2 .container {
  margin-top: 0.29rem;
  position: relative;
  line-height: 0;
  width: 100%;
}
.layer2 .container img {
  width: 100%;
}
.layer2 .container .left_ball {
    width:50%;
}
.layer2 .container .left_ball .canvas-sc{
    position: relative;
    padding-bottom:100%;
}
.layer2 .container .left_ball .canvas-sc canvas{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform: scale(1.1);
}
@keyframes shake {
  0% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
#zongbu,
#fenzhi,
#yidong,
#shuju{
    cursor: pointer;
}
#zongbu:hover{
    transition: transform 0.3s ease-in-out;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
#fenzhi:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
#yidong:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
#shuju:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
.layer2 .container .right {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.layer2 .container .right svg {
  width: 100%;
  height: 2.43rem;
  user-select: none;
}
.layer3 {
  background-color: #f4f8fb;
  padding: 0.47rem 1.25rem 0.51rem 1.25rem;
}
.layer3 .rightbar,
.layer3 .leftbar {
  background-color: #fff;
}
.layer3 .leftbar {
  width: 1.45rem;
  font-size: 0.08rem;
  font-size:max(0.08rem , 14px);
  border-right: 1px solid #0064d22c;
  padding: 0.13rem 0;
}
.layer3 .leftbar .item_container div {
  padding: 0.16rem;
  border-bottom: 1px solid #0064d22c;
  white-space: nowrap;
  cursor: default;
  user-select: none;
}
.layer3 .leftbar .item_container div:last-child {
  border-bottom: none;
}
.layer3 .leftbar .item_container div:hover,
.layer3 .leftbar .item_container div.active {
  background-color: #f4f8fb;
  border-left: 0.02rem solid #0064d2;
  transition: 0.2s;
}
.layer3 .rightbar {
  width: calc(100% - 1.45rem);
  padding: 0.16rem;
}
.layer3 .info_box {
  border-radius: 0.13rem;
  overflow: hidden;
  margin-top: 0.2rem;
}


.layer3 .image-wrap {
    
    border-radius: 0.038rem;
    overflow: hidden;
    box-shadow: 0 0  10px 3px  rgba(0,0,0,0.1);

}

.layer3 .image-wrap .text-content {
    padding: 0 0.153rem;
}

.layer3 .img_box {
  width: 3.24rem;
  margin: 0 auto;
  height: 1.55rem;
  /*padding: 0.09rem 0.32rem;*/
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer3 .img_box img {
  display: block;
  width: 100%;
  height: 1.55rem;
}
.layer3 h3 {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  font-size:max(0.12rem , 16px);
}
.layer3 p.des {
  margin-top: 0.08rem;
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
  color: #888;
}
.layer3 .tag_box {
  margin: 0.08rem 0 ;
  flex-wrap: wrap;
}
.layer3 .tag {
    margin-bottom:0.03rem;
  padding: 0.02rem 0.09rem;
  color: #0064d2;
  background-color: #f1f3f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.03rem;
  margin-right: 0.03rem;
  white-space:nowrap;
}
.layer3 .tag i img {
  width: 0.05rem;
  height: 0.04rem;
  opacity: 0.6;
  margin-right: 0.02rem;
  display: block;
}
.layer3 .slash {
  width: 100%;
  height: 1px;
  background: #0064d2;
  opacity: 0.15;
  margin-top: 0.08rem;
}
.layer3 .info_bot {
  padding-top: 0.1rem;
}
.layer3 .info_bot b {
  font-weight: 800;
  /*font-family: "NotoSansHans-Bold";*/
}
.layer3 .info_bot p {
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
  color: #888;
  flex: 1;
  margin: 0;
  padding: 0;
}
.layer3 .action {
  display: flex;
  align-items: center;
  margin-top: 0.05rem;
}
.layer3 .action .btn {
  width: 0.9rem;
  height: 0.2rem;
  background: #f4f8fb;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.layer3 .action .btn:last-child {
  margin-left: 0.04rem;
}
.layer3 .action .btn.active {
  background: #0064d2;
  color: #fff;
}
.layer3 .action .btn:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.layer3 .main_title {
}
.layer3 .main_title h2 {
  font-size: 0.19rem;
  /*font-family: NotoSansHans;*/
  font-weight: 500;
  color: #222222;
}
.layer3 .main_title .btn {
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.06rem 0.17rem;
  cursor: pointer;
}
.layer3 .main_title .btn:hover {
  background-color: #0064d2;
  color: #fff;
  transition: 0.2s;
  border-color: #0064d2;
}

.layer4 {
  width: 100%;
  background-color: #0064d2;
  overflow: hidden;
  position: relative;
 
}

.layer4 .map_container {
  /* width: 6.02rem; */
  /* padding: 0.92rem 0 0.36rem 0; */
  position: relative;
}

.layer4 .map_container .map {
      max-width: 1490px;
   margin: 0 auto;
}

.layer4 .info {
 
  z-index: 2;
  top: 0;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 0.3rem;
}

.layer4 .title_container h4 {
  /* font-family: NotoSansHans-Medium; */
  font-weight: 500;
}

.layer4 .map_container img {
  width: 100%;
}
.layer4 .server_icon_container_s {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  margin-left: -0.3rem;
}
.layer4 .server_icon_container_s img.bg {
  width: 100%;
}
.layer4 .server_icon_container_s img.logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0.15rem;
  object-fit: contain;
}
.layer4 #layer4_svg {
  width: 6.02rem;
  margin: 0.92rem auto 0.36rem auto;
}
.layer4 .btn_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
.layer4 .btn_container .btn {
  border: 2px solid #ffffff;
  border-radius: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0.04rem;
  cursor: pointer;
  font-size: 0.05rem;
  font-size:max(0.05rem , 12px);
  padding: 0.06rem 0.18rem;
  white-space: nowrap;
}
.layer4 .btn_container .btn:hover,
.layer4 .btn_container .btn.active {
  background-color: #fff;
  color: #0064d2;
  transition: 0.2s;
}
.layer4 .num {
  position: relative;

  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.layer4 .num.show{
    display: flex;
}
.layer4 .num img {
  width: 0.2rem;
  display: block;
}

.layer4 .num-warp {
    margin: 0.1rem 0 0.3rem;
}
.layer4 .num .num_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.19rem;
  line-height: 1;
  padding: 0 0.11rem;
}
.layer4 .num .num_item .text {
  /* margin-top: 0.05rem; */
  font-size:max(min(0.24rem,42px),22px);
}
.layer4 .num .num_item .text b {
  font-size: 0.24rem;
  font-size:max(min(0.24rem,42px),22px);
  font-weight: 500;
}
.layer4 .num .num_item .text i {
  font-style: normal;
}
.layer4 .num .num_item .des {
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
}

.layer5 {
  background-color: #f4f8fb;
  padding: 0.47rem 1.25rem 0.51rem 1.25rem;
  overflow: hidden;
  position: relative;
}

.layer5 .main_title h2 {
  font-size: 0.19rem;
  /* font-family: NotoSansHans; */
  font-weight: 500;
  color: #222222;
}
.layer5 .main_title .btn {
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.06rem 0.17rem;
  cursor: pointer;
}
.layer5 .main_title .btn:hover {
  background-color: #0064d2;
  color: #fff;
  transition: 0.2s;
  border-color: #0064d2;
}

.layer5 .info_box {
  overflow: hidden;
}

.layer5 .info_box .card_container {
  margin-top: 0.2rem;
  display: flex;
  width:100%;
}
.layer5 .info_box .card_container .swiper-slide {
  width: 1.11rem;
  height: 0.55rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing:border-box;
  margin-right: 0.04rem;
}

.layer5 .info_box .card_container .swiper-slide.active,
.layer5 .info_box .card_container .swiper-slide:hover {
  /* background-color: #0064d2; */
  transition: 0.2s;
  border-color: #0064d2;
  cursor: pointer;
}
.layer5 .info_box .card_container .swiper-slide.active {
  background-color: #0064d2;
}
/* .layer5 .info_box .card_container .swiper-slide.active .title,
.layer5 .info_box .card_container .swiper-slide:hover .title,
.layer5 .info_box .card_container .swiper-slide.active .des,
.layer5 .info_box .card_container .swiper-slide:hover .des
{
  color: #fff;
} */
.layer5 .info_box .card_container .swiper-slide.active .title,
.layer5 .info_box .card_container .swiper-slide.active .des {
  color: #fff;
}
.layer5 .info_box .card_container .swiper-slide .title {
  font-size: 0.08rem;
  font-size:max(0.08rem , 16px);
  font-weight: bold;
  color: #383838;
  text-align: center;
  cursor: pointer;
}
.layer5 .info_box .card_container .swiper-slide .des {
  margin-top: 0.05rem;
  font-size: 0.05rem;
  font-size:max(0.05rem , 12px);
  color: #0064d2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer5 .info_box .card_container .swiper-slide .des span {
  margin-right: 0.02rem;
}
.layer5 .content_container {
  color: #888;
  display: flex;
  justify-content: space-between;
  width: 1.76rem;
  width: 100%;
}
.layer5 .content_container p {
  font-size: 0.07rem;
  font-size:max(0.07rem , 14px);
  margin-top: 0.38rem;
}
.layer5 .content_container .tag_container {
  margin-top: 0.2rem;
  color: #0064d2;
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
  display: flex;
  flex-wrap: wrap;
}
.layer5 .content_container .if-des{
    margin-top:0.15rem;
    width: 0.9rem;
    height: 0.2rem;
    background: #0064d2;
    color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.layer5 .content_container .if-des:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.layer5 .content_container .left {
  width: 1.76rem;
}
.layer5 .content_container .tag_container .tag_item img {
  width: 0.05rem;
  height: 0.04rem;
  margin-right: 0.05rem;
}
.layer5 .content_container .tag_container .tag_item {
  width: 50%;
  margin-bottom: 0.06rem;
}
.layer5 .content_container .tag_container .tag_item {
  white-space: nowrap;
}
.layer5 .content_container .right {
  position: relative;
  padding: 0.28rem 0 0 0;
  height:fit-content;
}

.layer5 .content_container .right .img1 {
  position: absolute;
  top: 0.52rem;
  right: 1.92rem;
  width: 0.29rem;
  z-index:4;
}
.layer5 .content_container .right .img2 {
  position: absolute;
  z-index:2;
  bottom: -0.1rem;
  right: 1.73rem;
  width: 0.76rem;
}
.layer5 .content_container .right .img3 {
  width: 2.06rem;
  /* height: 1.56rem; */
}

.layer6 {
  background-image: linear-gradient(#e9edf3, #fff);
  padding: 0.27rem 1.25rem;
}

.layer6 .right img {
  width: 3.43rem;
}

.layer6 .left .title_con {
  margin-top: 0.71rem;
}

.layer6 .left .title_con h3 {
  font-size: 0.19rem;
}

.layer6 .btn {
  width: 0.55rem;
  height: 0.2rem;
  background: #f4f8fb;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0.29rem;
}

.layer6 .btn:last-child {
  margin-left: 0.04rem;
}
.layer6 .btn.active {
  background: #0064d2;
  color: #fff;
}
.layer6 .btn:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.layer7 {
  background-color: #f6f6f6;
  padding: 0.47rem 1.25rem 0.51rem 1.25rem;
  overflow: hidden;
  position: relative;
}
.layer7 .main_title h2 {
  font-size: 0.19rem;
  /* font-family: NotoSansHans; */
  font-weight: 500;
  color: #222222;
}
.active_tit{
  font-size: 0.19rem !important;
  /* font-family: NotoSansHans; */
  font-weight: 500 !important;
  color: #222222 !important;
}
.layer7 .main_title .btn {
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.06rem 0.17rem;
  cursor: pointer;
}
.layer7 .main_title .btn:hover {
  background-color: #0064d2;
  color: #fff;
  transition: 0.2s;
  border-color: #0064d2;
}
.layer7 .main_title .width_des {
  display: flex;
  align-items: baseline;
}
.layer7 .main_title .width_des span {
  display: inline-block;
  color: #888888;
  font-size: 0.09rem;
  margin-left: 0.04rem;
}
.layer7 .main_title .width_des span:hover{
  cursor: pointer;
}
.layer7 .news_con {
  margin-top: 0.19rem;
  display: flex;
  justify-content: space-between;
}
.layer7 .left {
  width: 2.46rem;
  padding: 0.076rem 0.076rem  0.11rem;
  background: #fff;
  border-radius: 0.02rem;
}
.layer7 .left .img_con {
  position: relative;
  width: 2.308rem;
  height: 1.38rem;
  border-radius: 0.02rem;
  overflow: hidden;
}

.layer7 .left .img_con .type { 
    position: absolute;
    right: 0.0769rem;
    top: 0.0769rem;
}



.layer7 .left .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.layer7 .news_item {
  cursor: pointer;
}
.layer7 .left .news_item .title {
  font-size: 0.09rem;
  font-size:max(0.09rem , 16px);
  margin-top: 0.15rem;
}
.layer7 .left .news_item .des {
  font-size: 0.05rem;
  font-size: max(0.05rem , 12px);
  margin-top: 0.08rem;
  color: #888;
}
.layer7 .news_item .date {
  font-size: 0.05rem;
  font-size: max(0.05rem , 12px);
  margin-top: 0.076rem;
  color: #829db5;
}
.layer7 .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layer7 .right .news_item {
  background: #fff;
  width: 49%;
  border-radius: 0.02rem;
  padding: 0.076rem 0.115rem 0.1rem;
  display: flex;
  flex-direction: column;
}

.layer7 .right .news_item .type,.layer7 .left .img_con .type {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width:0.23rem;
    height: 0.115rem;
    border-radius: 0.1rem;
    background: #f2f7fc;
    font-size: 0.053rem;
    color: #4498f1;
}


.layer7 .right .news_item .img_con {
  width: 100%;
  height: 0.67rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.02rem;
}
.layer7 .right .news_item .date {
  margin-top: auto;
}
.layer7 .right .news_item .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.layer7 .right .news_item .title {
  margin-top: 0.076rem;
  font-size: 0.07rem;
  font-size:max(0.07rem , 14px);
  
}
.layer7 .right {
  margin-left: 0.08rem;
}
.layer7 .right .news_item:nth-child(3),
.layer7 .right .news_item:nth-child(4) {
  margin-top: 0.11rem;
}

.layer8 {
  background-color: #fff;
  padding: 0.47rem 1.02rem 0 1.02rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(../assets/layer8_bg.png);
  background-size: cover;
  background-position:center bottom;
}
.layer8 .title_con h3 {
  color: #0064d2;
  display: none;
  font-size: 0.09rem;
  text-align: center;
  /* margin-top: 0.47rem; */
}
.layer8 .title_con h5 {
  color: #222222;
  font-size: 0.19rem;
  text-align: center;
  /*margin-top: 0.08rem;*/
}
.layer8 .logo_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.27rem;
}
.layer8 .logo_con .logo_item {
  width: 25%;
  box-sizing:border-box;
  margin-bottom: 0.1rem;
  padding: 0.1rem;
  display: flex;
  text-align: center;
  justify-content: center;
}
.layer8 .logo_con .logo_item img {
   max-width:1rem; 
   height:auto;
}
.layer8 .btn {
  width: 0.74rem;
  height: 0.2rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  margin-bottom: 0.49rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.05rem;
  font-size:max(0.05rem ,12px);
}

.layer8 .btn img {
  width: 0.06rem;
  height: 0.04rem;
  display: block;
  margin-left: 0.04rem;
  cursor: pointer;
}
.layer8 .btn img.active {
  display: none;
}

.layer8 .btn:hover {
  background-color: #0064d2;
  border-color: #0064d2;
  color: #fff;
  user-select: none;
  transition: 0.2s;
}
.layer8 .btn:hover img {
  display: none;
}
.layer8 .btn:hover img.active {
  display: block;
}

.layer9 {
  /* width: 7.5rem; */
  /*height: 1.94rem;*/
  background-image: url(../assets/layer9_bg.png);
  background-size: cover;
  padding: 0.47rem 1.1rem 0.51rem 1.1rem;
  /*overflow: hidden;*/
  position: relative;
  color: #fff;
}
.layer9 .con {
  display: flex;
  justify-content: space-between;
}

.layer9 .btn {
  width: 0.78rem;
  height: 0.22rem;
  background: #ffffff;
  border-radius: 0.11rem;
  color: #001e82;
  margin-top: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.07rem;
  cursor: pointer;
}
.layer9 .btn:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.animate_icon_in {
  transition: all 0.5s ease;
  opacity: 1 !important;
}
.animate_icon_out {
  transition: all 0.5s ease;
  opacity: 0.7 !important;
}

@media screen and (min-width: 1440px) {
  .layer5 .content_container .left {
        width: 2rem;
    }   
  body {
    font-size: 14px;
  }
  .info h3,
  .info h4,
  .yunwangan span {
    font-size: 50px;
  }
  .info h5,
  .layer3 p.des,
  .layer3 .info_bot,
  .layer3 .info_bot p,
  .layer5 .content_container .tag_container {
    font-size: 16px;
  }
  .layer2 h2,
  .layer3 .main_title h2,
  .layer3 .main_title h2,
  .layer4 .title_container h4,
  .layer5 .main_title h2,
  .layer6 .left .title_con h3,
  .layer7 .main_title h2,
  .layer8 .title_con h5,
  .layer9 .con .left h4 {
    /* font-size: 48px; */
  }
  .layer2 p,
  .layer3 .leftbar,
  .layer5 .info_box .card_container .swiper-slide .title {
    /* font-size: 20px; */
  }
  .layer3 .main_title .btn,
  .layer4 .btn_container .btn,
  .layer5 .info_box .card_container .swiper-slide .des,
  .layer7 .left .news_item .des,
  .layer8 .btn {
    font-size: 14px;
  }
  .layer3 h3 {
    font-size: 30px;
  }
  .layer5 .content_container p,
  .layer7 .right .news_item .title {
    font-size: 18px;
  }
  .layer7 .main_title .width_des span,
  .layer7 .left .news_item .title,
  .layer8 .title_con h3 {
    font-size: 24px;
  }
}
.moiles,
.draw_now,
.layer7 .all {
  display: none !important;
}
.layer9 .right img {
  width: 0.09rem;
}
/*.menu .menu_item_container ul li a{*/
/*  color: #ffffff !important;*/
/*}*/
.menu .menu_item_container ul li a:hover{
  /*color: #0064d2 !important;*/
}
.menu .menu_item_container .ceshi li a{
  color: #333333 !important;
}
.language{color:#fff;}
.swiper-if-box-phone{
    display: none;
    --swiper-navigation-size:20px;
}
.layer5 .info_box .swiper-button-next,
.layer5 .info_box .swiper-button-prev{
    display: none;
}
@media only screen and (max-width: 1300px) {
    .get_code{
        padding:0 15px;
    }
    
    
    .layer5 .content_container .left {
        width: 2rem;
    }  
    
   
}
@media only screen and (max-width: 1000px) {
    .layer5 .info_box .card_container{
        margin-top:0;
    }
    .layer5 .content_container .left {
        width: 2rem;
    }  
    .layer5 .info_box{
        position: relative;
        margin-top:20px;
        padding:0 20px;
    }
    .layer4 .num .num_item .text{
        font-size:14px;
    }
    .layer5 .info_box .swiper-button-next{
        right:0;
        display: flex;
    }
    .layer5 .info_box .swiper-button-prev{
        left:0;
        display: flex;
    }
    .kv-banner .video{
        height:100vw;
    }
    .kv-banner .swiper-button-prev{
        left:10px;
    } 
    .kv-banner .swiper-button-next{
        right:10px;
    }
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size:30px;
    }
    .swiper-if-box-phone{
        display: block;
        position: relative;
        padding:0 20px;
    }
    .top_banner{
        height:100% !important;
    }
    .layer3 .swiper-wrapper .swiper-slide {
        text-align: center;
        border: 1px solid #bbbbbb;
        border-radius: 0.08rem;
        padding:10px;
        font-size:12px;
    }
    .layer2 .container .right svg{
        height:100%;
    }
    .if-kv-box{
        padding:0 0;
    }
    .image_container{
        width:100%;
    }
    .yunwangan{
        left:0;
        width:100%;
        margin-left:0;
    }
    .yunwangan div{
        width:calc(100% / 3);
    }
    .info h3{
        margin-top:0.4rem;
    }
  .earth_video{
    min-height: 300px;
    height: 100vw;
  }
  .width_animate{
    top: 60px;
    width: 98%;
    left: 1%;
  }
  .sidebar_s a:first-child {
    display: none;
  }
  .moiles {
    display: block !important;
  }
  .layer2 {
    padding: 0.47rem 20px;
  }
  .layer2 .container img {
    width: 5rem;
  }
  .layer3 {
    background-color: #f4f8fb;
    padding: 0.3rem 20px 0.3rem 20px;
  }
  .flex {
    display: block;
  }
  .layer3 .main_title .btn {
    display: none;
  }
  .layer3 .main_title h2 {
    margin: auto;
  }
  .layer3 .leftbar {
    width: 100%;
    font-size: 0.08rem;
    border-right: 0px solid #0064d22c;
    padding: 0.13rem 0;
  }
  .layer3 .leftbar .item_container div {
    width: 1rem;
    height: 0.85rem;
    border: 1px solid #bbbbbb;
    border-radius: 0.08rem;
    padding: 0;
  }
  .layer3 .leftbar .item_container div:hover,
  .layer3 .leftbar .item_container div.active {
    border: 0.02rem solid #0064d2;
    background: #0064d2;
    color: #ffffff;
  }
  .layer3 .leftbar .item_container div {
    white-space: normal;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
    margin-right: 0.104rem;
  }
  .item_container {
    display: flex;
    width: 1000px;
  }
  .layer3 .leftbar {
    background-color: transparent;
  }
  /*.layer3 .leftbarpc {*/
  /*  display: none !important;*/
  /*}*/
  .layer3 .rightbar {
    border-radius: 0.08rem;
    width:100%;
    box-shadow: 0.032rem 0.052rem 0.12rem 0px rgba(0, 89, 146, 0.08);
  }
  .layer3 .img_box {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .layer3 .img_box img{ height:auto}
  .layer3 h3 {
    color: #222222;
  }
  .layer3 .tag_box {
    display: flex;
    flex-wrap: wrap;
  }
  .layer3 .info_bot b {
    display: block;
    font-size: 15px;
  }
  .area {
    margin-top: 0.072rem;
  }
  .items-center {
    display: flex !important;
  }
  .layer3 .action {
    justify-content: center;
  }
  .layer3 .action .btn {
    width: 85px;
    height: 26px;
    display: block;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
  }
  .all_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .all_btn img {
    width: 0.1rem;
    height: 0.108rem;
    color: #383838;
    font-size: 0.104rem;
    margin-right: 0.052rem;
  }

  .layer6 .btn:last-child,
    .layer4 .btn_container .btn {
    font-size: 14px;
  }
    .layer5 {
    padding: 0.3rem 20px;
  }
  .layer5 .content_container .tag_container .tag_item,
  .layer5 .content_container p,
  .layer5 .info_box .card_container .swiper-slide .des span {
    font-size: 14px;
  }
    .layer5 .info_box .card_container .swiper-slide .title {
    text-align: initial;
  }
  .layer5 .content_container {
    display: block;
  }
  .layer5 .content_container .left {
    width: 100%;
  }
  
  .layer5 .info_box .card_container .swiper-slide{
      padding:10px 0;
      height:auto;
  }
  .layer5 .content_container .right {
    width: 73%;
    box-sizing:border-box;
    position: relative;
    margin:0 auto;
  }
  .layer5 .content_container .right::after {
    content: "";
    clear: both;
  }
  .layer5 .content_container .right .img3 {
    width: 100%;
  }
  .layer5 .content_container .right .img1 {
    left: -0.14rem;
  }
  .layer5 .content_container .right .img2 {
    left: -0.38rem;
  }
  .layer5 .main_title .btn {
    display: none;
  }
  .layer5 .main_title h2 {
    margin: auto;
  }
  .clear {
    clear: both;
  }
  .layer6 {
    padding: 0.1rem;
    position: relative;
  }
  .layer6 .left .title_con h3 {
    text-align: center;
  }
  .layer6 .left .title_con {
    margin-top: 0.324rem !important;
  }
  .layer6 .btn.active {
    display: none;
  }
  .draw_now {
    display: block !important;
    margin-bottom: 0.596rem;
  }
  .layer6 .btn:last-child {
    margin-left: auto;
  }
  .layer6 .btn {
    margin: auto;
    width: 1rem;
    text-align: center;
    margin-bottom: 0.292rem;
    line-height: 0.3rem;
    height: 0.3rem;
    border-radius: 0.15rem;
  }
  .layer6 .right img {
    width: 100%;
  }
  .layer7 {
    padding: 0.47rem 0.1rem;
  }
  .layer7 .main_title .btn {
    display: none;
  }
  .layer7 .main_title {
    justify-content: center;
  }
  .layer7 .main_title .width_des span {
    font-size: 0.16rem;
  }
  .layer7 .left .news_item .title{
    font-size: 16px;
  }
  .layer7 .main_title h2 {
    font-size: 0.16rem;
  }
  .layer7 .news_con {
    display: block;
  }
  .layer7 .left .img_con {
    width: 100%;
    height: auto;
  }
  .layer7 .left {
    width: 100%;
  }
  .layer7 .left .news_item .des {
    display: none;
  }
  .layer7 .news_item .date {
    margin-top: 0.05rem;
    font-size: 14px;
  }
  .layer7 .right {
    margin-left: 0;
    margin-top: 0.092rem;
  }
  .layer7 .right .news_item:nth-child(3),
  .layer7 .right .news_item:nth-child(4) {
    margin-top:10px;
  }
  .layer7 .right .news_item {
    width: 48%;
  }
  .layer7 .right .news_item .img_con {
    width: 100%;
    height: auto;
  }
  .layer7 .right .news_item .title{
    font-size: 15px;
  }
  .layer8 {
    padding: 0.47rem 0.1rem;
  }
  .layer8 .logo_con .logo_item {
    width: 32%;
    display: block;
  }
  .layer8 .logo_con .logo_item img {
      max-width:100%;
  }
  .layer8 .title_con h3{
    font-size: 16px;
  }
  .layer8 .btn {
    width: 115px;
    background: #0064d2;
    border-radius: 0.15rem;
    height: 0.3rem;
    color: #ffffff;
    text-align: center;
    border: 0px solid #bbbbbb;
    margin: auto;
    font-size: 14px;
  }
  .layer8 .btn img {
    display: none;
  }
  .layer8 .btn:hover img.active {
    display: none;
  }
  .layer9 {
    padding: 0.27rem 20px;
    height: auto;
  }
  .layer9 .con {
    display: block;
  }
  .layer9 .con .left h4,
  .layer9 .con .left h3 {
    text-align: center;
  }
  .form_item.light {
    margin: 0.08rem 0;
    width: 100%;
    height: 0.3rem;
    border-radius: 0.15rem;
  }
  .layer9 .btn {
    margin: auto;
    background-color: #0064d2;
    color: #ffffff;
    height: 0.3rem;
    border-radius: 0.15rem;
    width: 0.9rem;
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .layer9 .btn img {
    display: none;
  }
  .layer4 .num .num_item,
  .layer4 .num .num_item .text b {
    font-size: 14px;
  }
  .layer4 #layer4_svg {
    width: 100%;
    margin-top: 1.5rem;
  }
  .unlimit_circle {
    margin-top: 0.076rem;
  }
  .info_bot .area {
    align-items: baseline;
  }
  .sidebar-wrapper {
    overflow: scroll;
  }
/*// 兼容chrome和safari浏览器*/
.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
/*// 兼容火狐*/
.sidebar-wrapper {
  scrollbar-width: none;
}
/*// 兼容IE10+*/
.sidebar-wrapper {
  -ms-overflow-style: none;
}
.item_container_pc{
display: none;
}
.item_container_mo{
  display: block;
  margin-bottom: 0.1rem;
  position: relative;
}
.swiper-if-box-phone .swiper-button-prev{
    left:0;
} 
.swiper-if-box-phone .swiper-button-next{
    right:0;
}
  .layer3 .swiper-wrapper .active {
    color: #ffffff;
    border: 0.02rem solid #0064d2;
    background: #0064d2;
  }
}
.leftbar .item_container::-webkit-scrollbar {
  display: none;
}