:root{
  /* --primary-color: #00238c; 主色调 */
  --primary-color: #00569B;
  /* --secondary-color: #ffba3e ; 主色调 */
  --secondary-color: #88b92a;
  --font-size-nav: 16px; /* 导航字号 */
  --font-size-base: 14px; /* 主字号 */
}
.kele-zindex-9{
  position: relative;
  z-index: 9;
}
.kele-title{
  padding: 86px 0 45px;
  text-align: center;
}
.kele-title span{
  position: relative;
  z-index: 999;
  display: inline-block;
  padding-left: 120px;
  color: var(--primary-color);
  font-size: 40px;
  background: url(../images/title-logo.png) no-repeat center left;
}
.kele-main{
  position: relative;
  /* background-image: linear-gradient(to bottom, #bae9fe 0%, #fff 75%, #fff 94%, #b2e7ff 100%); */
  background: url(../images/index-article-bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  overflow: hidden;
}
.container{
  /* width: 1200px; */
}
.kele-ellipsis-1{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.kele-ellipsis-2{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.kele-ellipsis-3{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.kele-ellipsis-4{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.clearfix::after,.clearfix::before{ content: ''; display: table; }
.clearfix::after{ clear: both; }
.clearfix{ *zoom: 1; }

.index-interval{
  height: 170px;
}
.index-interval300{
  height: 100px;
}

.kele-header-placeholder{
  height: 100px;
}
.kele-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  /* max-width: 1550px; */
  width: 100%;
  height: 150px;
  background-color: var(--primary-color);
  box-sizing: border-box;
}
.header-logo{
  padding-left: 50px;
}
.header-logo img{
  /* max-width: 290px; */
  width: 90%;
}


.kele-header-m{
  display: none;
  /* display: flex; */
  justify-content: space-between;
  padding: 10px 15px 10px;
  height: 70px;
  background-color: var(--primary-color);
  box-sizing: border-box;
}
.logo img{
  /* margin-top: 5px; */
  height: 50px;
}
#navToggle{
  position: relative;
  height: 19px;
  width: 25px;
  margin-top: 15px;
  display: inline-block;
}
#navToggle span,
#navToggle:before,
#navToggle:after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  /* background-color: #4f4f4f; */
  background-color: #FFF;
}
#navToggle:before,
#navToggle:after{
  content: '';
}
#navToggle span{
  top: 9px;
}
#navToggle:before{
  top: 0;
}
#navToggle:after{
  bottom: 0;
}





/* pc-nav start */
.kele-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kele-pagination li.active .active,
.kele-pagination li.active .active a{
  color: var(--secondary-color) !important;
  font-weight: initial !important;
}
.kele-nav .kele-nav-list{
  display: inline-block;
  padding-left: 0;
  font-size: 0;
}
.kele-nav .kele-nav-list li{
  display: inline-block;
	position: relative;
  padding: 30px 0;
}

/* .kele-nav .kele-nav-list li:after{
	content: "";
	width: 0;
	height: 2px;
	background: #e70012;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
} */

.kele-nav .kele-nav-list li a{
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  line-height: 20px;
  color: #fff;
  font-size: var(--font-size-nav);
  letter-spacing: 2px;
  box-sizing: border-box;
  font-weight: lighter;
  
}
.kele-nav .kele-nav-list li > a{
  border-left: 1px solid #ccc;
}
.kele-nav .kele-nav-list li:nth-child(1) > a{
  border-left: none;
}

.kele-nav .kele-nav-list li.dropdown .dropdown_menu{
  display: none;
  position: absolute;
  top: 76px;
	left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  min-width: 120px;
  border-radius: 10px;
  background-color: #0737a6;
  box-shadow: 0 3px 10px 0 rgb(0, 0, 0);
}
.kele-nav .kele-nav-list li.dropdown:hover .dropdown_menu{
  display: block;
}
.kele-nav .kele-nav-list li.dropdown .dropdown_menu a{
  padding-left: 24px;
  padding-right: 24px;
  line-height: 32px;
  text-align: center;
  font-size: var(--font-size-base);
  white-space: nowrap;
  /* background-color: #fff; */
}
.kele-nav .kele-nav-list li a:hover{
  color: var(--secondary-color);
}
.kele-nav > a{
  display: inline-block;
  margin-left: 20px;
  margin-right: 18px;
  width: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  /* background-color: #008eff; */
  background-color: var(--secondary-color);
  vertical-align: middle;
}

.header-right{
  font-size: 12px;
  color: #fff;
  /* color: var(--primary-color); */
}
.header-right span{
  display: inline-block;
  /* width: 37px;
  height: 31px; */
  padding: 4px 0px 4px 5px;
  font-size: 20px;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 4px;
  text-align: end;
  background: url(../images/2023countdown2.png) no-repeat;
  box-sizing: border-box;
}


/* pc-nav end */

/* app-nav start */

.kele-nav-m{
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transform: translateX(100%);
  overflow: hidden;
  z-index: 999999999;
}
.kele-nav-m .top{
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}
.closed{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
}
.kele-nav-m .logo{
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
}
.kele-nav-m .logo img{
  height: 60px;
  vertical-align: middle;
}
.kele-nav-container{
  height: calc(100% - 160px);
  overflow-x: hidden;
}
.kele-nav-m .kele-nav-list{
  padding: 0;
}
.kele-nav-m .dropdown_menu a{
  border-top: 1px solid #f5f5f5;
  padding-left: 30px;
}
.kele-nav-m li{
  border-bottom: 1px solid #f5f5f5;
}
.kele-nav-m a{
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #333;
  font-size: var(--font-size-nav);
}
.dropdown_menu{
  display: none;
}
/* .kele-nav-m a:focus + .dropdown_menu{
  display: block;
} */

/* app-nav end */

/* 轮播图 */
.swiper-slide img{
  width: 100%;
}
/* .swiper-button-next,
.swiper-button-prev{
  top: 0px;
  width: 15%;
  height: 100%;
  margin-top: 0;
  background-position: center center;
  background-size:100%;
  background-image: none;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next1,
.swiper-button-prev1{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background-size: 100%;
} */

/* footer */
.footer-bg{
  /* background-color: #090923; */
  background-color: var(--primary-color);
}
.footer{
  padding-top: 20px;
}
.footer-con{
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  border-top: 1px solid var(--secondary-color);  
  font-size: 16px;
  color: #fff;
}
.footer-con .xixian{
  border-left: 1px solid var(--secondary-color);
}
.footer-con h5{font-size: 18px;font-weight: bold;}
.footer-con img{width: 100%;}
.footer-logo{
  text-align: center;
}
.vertical-bar{
  margin-top: 20px;
  height: 160px;
  width: 1px;
  background-color: var(--secondary-color);
}
.sponsor-table{
  color: #fff;
  line-height: 30px;
}
.sponsor-table th{
  padding: 0px 8px;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  font-family: "HarmonyOS_Sans_SC_Black";
}
.sponsor-table td{
  padding: 0px 8px;
  font-size: 14px;
  font-family: "HarmonyOS_Sans_SC_Light";
  line-height: 14px;
}

.code{
  /* padding-top: 20px; */
  /*text-align: end;*/
}
.code img{width: 100px;}
.code p{
  color: #fff;
  /*text-align: end;*/
  font-size: 14px;
  line-height: 24px;
}
.code div{float:left; width: 33.33%; text-align: center;}

.footer-copyright{
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.footer-copyright a{
  color: #fff;
}
.footer-copyright a:hover{
  color: var(--secondary-color);
}


.kele-navbar-right{
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 99999;
}
.kele-navbar-right a{
  display: block;
  margin-top: 10px;
  padding: 20px 0;
  width: 100px;
  height: 100px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #2c63cf;
  box-sizing: border-box;
  transition: all .5s;
  box-shadow: 0 0 5px var(--primary-color);
  border-radius: 10%;
}
.kele-navbar-right img{
  display: block;
  width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.kele-navbar-right span{
  display: inline-block;
}
.kele-navbar-right a:hover{
  background-color: var(--secondary-color);
  
}
.kele-navbar-right a:hover img,
.kele-navbar-right a:hover span{
  -webkit-animation: jump 1.5s linear infinite;
  animation: jump 1.5s linear infinite;
}
#showphone::before{
    position: absolute;
    width: 0px;
    right: 115px;
    top:0px;
    line-height: 100px; 
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #2c63cf;
    box-shadow: 0 0 5px #00569b;
    border-radius: 10px;
    height: 100px;
    transition: all 1s;
    cursor: pointer;
    overflow:hidden;
    content: '13888888888';
    z-index: 99;
}
#showphone{position: relative;z-index:88}
#showphone:hover::before{transition: all 1s;width: 200px;}

.live-float{
  position: fixed;
  top: 445px;
  right: 10px;
  z-index: 111;
}
.live-float img{
  width: 250px;
}


/* banner start */
.kele-banner{
  position: relative;
  z-index: 99;
  width: 100%;
}
.kele-banner img{
  width: 100%;
  vertical-align: middle;
}
.kele-banner-m{
  display: none;
}
/* banner end */


@keyframes jump {
  0%{
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10%{
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
    transform: translateY(5px) scaleX(1.2) scaleY(.8);
  }
  30%{
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50%{
    -webkit-transform: translateY(0) scale(1) rotate(0);
    transform: translateY(0) scale(1) rotate(0);
  }
  55%{
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotate(0);
    transform: translateY(0) scaleX(1.1) scaleY(.9) rotate(0);
  }
  70%{
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80%{
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85%{
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotate(0);
    transform: translateY(0) scaleX(1.05) scaleY(.95) rotate(0);
  }
  100%{
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
/* @keyframes ball {
  0% { background-color: pink; }
  25% { background-color: #0000ff; }
  50% { top: 200px; left: 350px;}
  75% { top: 200px; left: 0px;}
  100% { top: 0px; left: 0px;} 
} */
/* kele-navbar-right end */
/* and (max-width: 1718px)*/
@media (min-width: 1500px){
  
  .kele-header{
    padding: 0 20px;
  }
  /* .header-logo img{
    width: 400px;
  } */
  .kele-nav .kele-nav-list li a{
    padding: 0 10px;
  }
  .container{
    width: 1400px;
  }
  .display-none {
    display: none;
}
}
@media (min-width: 1200px) and (max-width: 1500px){
/* @media (min-width: 1200px) { */
  :root{
    --font-size-nav: 14px; /* 导航字号 */
    --font-size-base: 14px; /* 主字号 */
  }
  .kele-header{
    padding: 0 10px;
  }
  /* .header-logo{
    width: 320px;
  } */
  .header-logo img{
    width: 90%;
  }
  .display-none {
    display: none;
}
  .kele-nav .kele-nav-list li a{
    padding: 0 10px;
    font-size: 16px;
  }
  .kele-nav > a{
    margin-left: 10px;
    margin-right: 10px;
  }
/*  .container{*/
/*   width: 1200px; */
/*}*/
  .kele-container{
    max-width: 1200px;
  }
  .index-interval{
    height: 100px;
  }
  .index-interval300{
    height: 200px;
  }
  .kele-bg-vesicle::before{
    margin-top: -208px;
    width: 739.2px;
    height: 1118.4px;
  }
  .kele-bg-cloud::before{
    margin-top: -208px;
    width: 766.4px;
    height: 860.8px;
  }
  .kele-bg-submarine::before{
    margin-top: -120px;
    width: 269.6px;
    height: 168px;
  }
  .kele-bg-cloud-bubble::before{
    margin-top: -170px;
    width: 520px;
    height: 608.8px;
  }
  .kele-bg-ship::before{
    width: 280px;
    height: 484.8px;
  }
  .container{
    width: 1200px;
  }
  .display-none {
    display: none;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  :root{
    --font-size-nav: 16px; /* 导航字号 */
    --font-size-base: 14px; /* 主字号 */
  }
  .kele-header-placeholder{
    height: 110px;
  }
  .kele-header{
    padding: 60px 10px 0;
    height: 110px;
  }
  .header-logo{
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .kele-nav{
    display: flex;
    width: 100%;
  }
  .kele-nav .kele-nav-list{
    padding-left: 0px;
    margin: auto;
    margin-right: 0;
  }
  .kele-nav .kele-nav-list li{
    padding: 10px 0;
  }
  .kele-nav .kele-nav-list li a{
    padding: 0 10px;
  }
  .kele-nav .kele-nav-list li.dropdown .dropdown_menu{
    top: 38px;
    min-width: 100px;
  }
  .kele-nav > a{
    position: absolute;
    top: 26px;
    right: 160px;
  }
  .header-right{
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .kele-header-m{
    display: none;
  }
  .kele-nav-m{
    display: none;
  }
  .kele-container{
    max-width: 992px;
  }
  .kele-title{
    padding-top: 70px;
  }
  .kele-title span{
    font-size: 32px;
  }
  .index-interval{
    height: 50px;
  }
  .index-interval300{
    height: 140px;
  }
  .kele-bg-vesicle::before{
    margin-top: -150px;
    width: 770px;
    height: 1165px;
  }
  .kele-bg-cloud::before{
    width: 479px;
    height: 538px;
  }
  .kele-bg-submarine::before{
    margin-top: -40px;
    width: 168.5px;
    height: 105px;
  }
  .kele-bg-cloud-bubble::before{
    margin-top: -170px;
    width: 325px;
    height: 380.5px;
  }
  .kele-bg-ship::before{
    width: 210px;
    height: 364px;
  }

  .footer-con{
    max-width: 992px;
  }
  .sponsor-table td{
    font-size: 12px;
  }
  .display-none {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .live-float{
    display: none;
  }
  .none {
    display: none;
}
  :root{
    --font-size-nav: 16px; /* 导航字号 */
    --font-size-base: 14px; /* 主字号 */
  }
  .kele-header-placeholder{
    height: 110px;
  }
  .kele-header{
    padding: 60px 10px 0;
    height: 110px;
  }
  .header-logo{
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .kele-nav{
    display: flex;
    width: 100%;
  }
  .kele-nav .kele-nav-list{
    padding-left: 0px;
    margin: auto;
    margin-right: 0;
  }
  .kele-nav .kele-nav-list li{
    padding: 10px 0;
  }
  .kele-nav .kele-nav-list li a{
    padding: 0 10px;
  }
  .kele-nav .kele-nav-list li.dropdown .dropdown_menu{
    top: 38px;
    min-width: 100px;
  }
  .kele-nav > a{
    position: absolute;
    top: 26px;
    right: 160px;
  }
  .header-right{
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .kele-header-m{
    display: none;
  }
  .kele-nav-m{
    display: none;
  }
  
  
  .kele-title{
    padding: 50px 0 30px;
  }
  .kele-title img{
    width: 200px;
  }
  .kele-title span{
    font-size: 28px;
  }
  .kele-container{
    max-width: 768px;
  }
  .index-interval{
    height: 20px;
  }
  .index-interval300{
    height: 120px;
  }
  .kele-bg-vesicle::before{
    margin-top: -100px;
    width: 60%;
    height: 60vw;
  }
  .kele-bg-cloud::before{
    width: 60%;
    height: 60vw;
  }
  .kele-bg-submarine::before{
    margin-top: -80px;
    width: 25%;
  }
  .kele-bg-cloud-bubble::before{
    margin-top: -100px;
    width: 40%;
    height: 40vw;
  }
  .kele-bg-ship::before{
    width: 210px;
    height: 364px;
  }
    #showphone::before{line-height:64px;height:64px;right:70px;}
  .kele-navbar-right a{
    width: 64px;
    height: 64px;
    font-size: 14px;
    line-height: 20px;
    font-weight: initial;
  }
  .container {
    width: 100%;
}
  .footer-con{
    padding: 20px 5px;
    max-width: 768px;
  }

  .footer-logo1{
    display: none;
  }
  .footer-con .footer-logo1+div{
    display: none;
  }
  .sponsor-table td{
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    width: 100%;
}
  .live-float{
    display: none;
  }
  .kele-header,
  .kele-header-placeholder{
    display: none;
  }
  .kele-header-m{
    display: flex;
  }
  .kele-nav{
    display: none;
  }
  .kele-nav-m{
    display: block;
  }
  
  .kele-title{
    padding: 30px 0 20px;
  }
  .kele-title img{
    width: 200px;
  }
  .kele-title span{
    padding-left: 84px;
    font-size: 24px;
    background-size: 80px;
  }
  .index-interval{
    height: 20px;
  }
  .none {
    /*display: none;*/
}
  .index-interval300{
    height: 80px;
  }
  .kele-bg-vesicle::before{
    margin-top: -100px;
    width: 60%;
    height: 60vw;
  }
  .kele-bg-cloud::before{
    margin-top: -80px;
    width: 60%;
    height: 60vw;
  }
  .kele-bg-submarine::before{
    margin-top: -80px;
    width: 25%;
  }
  .kele-bg-cloud-bubble::before{
    margin-top: -100px;
    width: 40%;
    height: 40vw;
  }
  .kele-bg-ship::before{
    width: 175px;
    height: 303px;
  }
  
  .kele-navbar-right a{
    width: 64px;
    height: 64px;
    font-size: 14px;
    line-height: 20px;
    font-weight: initial;
  }
  .footer-con{
    /* display: none; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-con img {
    width: 50%;
    text-align: center;
}
.code img {
  width: 100px;
}
.footer-con .xixian {
  border-left: none;
}
.footer-logo{/*margin-bottom: 15px;*/display:none;}
  .footer-logo1{
    margin-top: 20px;
    text-align: center;
  }
  .vertical-bar{
    display: none;
  }
  .sponsor-table{
    margin-top: 20px;
  }
  .sponsor-table td{
    padding: 0 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-con{font-size: 14px;}
  .code{
    padding-top: 0;
    margin-top: 15px;
  }
  .code,
  .code p{
    text-align: center;
  }

  .footer-copyright{
    padding: 10px 0;
    font-size: 12px;
    line-height: 22px;
  }

}