@charset "utf-8";


/* kele-main start */





.kele-overview{
  position: relative;
  display: flex;
  background-color: #0737a6;
  z-index: 1;
  /* height: 656px; */
}
.kele-overview img{
  width: 634px;
  height: 560px;
  object-fit: cover;
}
.kele-overview div{
  flex: 1;
  margin: 0;
  padding: 80px 60px 16px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-indent: 2em;
  box-sizing: border-box;
}
.kele-overview p{
  margin-top: 0;
  margin-bottom: 0;
}
.kele-overview div a{
  float: right;
  color: #fff;
  line-height: 40px;
}
.kele-overview div a:hover{
  color: var(--secondary-color);
}

/* news start */
.kele-news-container{
  position: relative;
  z-index: 1;
}
.kele-news-more{
  text-align: end;
}
.kele-news-more a{
  display: inline-block;
  padding: 10px;
  color: var(--primary-color);
  font-size: 14px;
}
.kele-news-more a:hover{
  color: var(--secondary-color);
}
.kele-news-con{
  display: flex;
}
.kele-news-left{
  border-radius: 12px;
  overflow: hidden;
  max-width: 560px;
  width: 100%;
}
.kele-news-left a{
  position: relative;
  display: inline-block;
}
.kele-news-left img{
  vertical-align: middle;
  width: 560px;
  height: 513px;
  object-fit: cover;
}
.kele-news-left p{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
  /* height: 60px; */
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  color: var(--primary-color);
  background-color: #fff;
  box-sizing: border-box;
}
.kele-news-list{
  flex: 1;
  padding-left: 5px;
}
.kele-news-item a{
  display: inline-block;
  margin-top: 10px;
  padding: 24px 80px;
  width: 100%;
  background-color: #1e52c8;
  box-sizing: border-box;
  border-radius: 6px;
}
.kele-news-item:first-child a{
  margin-top: 0;
}
.kele-news-item h3{
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: initial;
  cursor: pointer;
}
.kele-news-item h3::before{
  content: "·";
  font-weight: bold;
  margin-right: 10px;
}
.kele-news-item p{
  margin: 0;
  padding-left: 20px;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 36px;
  font-weight: lighter;
  box-sizing: border-box;
}
.kele-news-item:hover h3,
.kele-news-item:hover p{
  color: var(--secondary-color);
}
.kele-news-con .swiper-pagination{
  border: none;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.kele-news-con .swiper-pagination span{
  border: none;
}
.kele-news-con .swiper-pagination .swiper-pagination-bullet-active{
  background-color: var(--primary-color);
}
/* news end */

/* kele-event start */
#certify{
  position: relative;
}
.kele-event-container {
	position: relative;
	max-width: 1420px;
	overflow: hidden;
}
#certify .kele-event-container{
  margin: auto;
}

.kele-event-container .swiper-slide {
	position: relative;
	width: 530px;
	height: 530px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.kele-event-container .swiper-slide a{
	display: inline-block;
}

.kele-event-container .swiper-slide div{
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
	background-color: #00238cc1;
}
.kele-event-container .swiper-slide div h3{
	margin: 0;
	padding-bottom: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: initial;
	text-align: center;
  cursor: pointer;
}
.kele-event-container .swiper-slide div p{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
  text-indent: 2em;
}
.kele-event-container .swiper-slide img{
  width: 100%;
  transition: all .5s;
}
.kele-event-container .swiper-slide a:hover img{
  transform: scale(1.3);
}
 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.swiper-button-prev {
	left: -40px;
	width: 45px;
	height: 45px;
	background: url(/public/images/news-btn-left.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.swiper-button-next {
	right: -40px;
	width: 45px;
	height: 45px;
	transform: rotate(180deg);
	background: url(/public/images/news-btn-left.png) no-repeat;
	background-size: 100%;
}
/* kele-event end */

/* kele-exhibition-container start */
.kele-exhibition-container{
  position: relative;
  max-width: 1377px;
  width: 90%;
  margin: auto;
  z-index: 1;
}
.kele-exhibition-container img{
  width: 100%;
}
.kele-exhibition-container div{
  position: absolute;
  padding: 40px;
  width: 40%;
  height: 36.5%;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.kele-exhibition-container .kele-exhibition-item1{
  top: 5%;
  left: 3.9%;
}
.kele-exhibition-container .kele-exhibition-item2{
  top: 5%;
  right: 3.9%;
  padding-left: 80px;
}
.kele-exhibition-container .kele-exhibition-item3{
  bottom: 5.7%;
  left: 3.9%;
}
.kele-exhibition-container .kele-exhibition-item4{
  bottom: 5.7%;
  right: 3.9%;
  padding-left: 80px;
}
.kele-exhibition-container p{
  margin: 0;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: lighter;
  /* background-size: 10px; */
}
.kele-exhibition-container p::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 19px;
  background-image: url(/public/images/icon-c.png);
}
.kele-exhibition-item1 p:nth-child(1)::before{
  background-position: -24px 0;
}

.kele-exhibition-item1 p:nth-child(2)::before{
  height: 20px;
  width: 21px;
  background-position: -24px -20px;
}
.kele-exhibition-item2 p:nth-child(1)::before{
  height: 24px;
  width: 24px;
  /* background-position: -48px 0; */
  background-position: -79px 0;
}
.kele-exhibition-item2 p:nth-child(2)::before{
  height: 21px;
  width: 24px;
  background-position: -79px -22px;
}
.kele-exhibition-item3 p:nth-child(1)::before{
  height: 21px;
  width: 22px;
  background-position: -24px -41px;
}
.kele-exhibition-item3 p:nth-child(2)::before{
  height: 24px;
  width: 23px;
  background-position: -24px -63px;
}
.kele-exhibition-item4 p:nth-child(1)::before{
  width: 30px;
  height: 23px;
  background-position: -79px -47px;
}
.kele-exhibition-item4 p:nth-child(2)::before{
  width: 30px;
  height: 23px;
  background-position: -79px -71px;
}

.kele-exhibition-item1:hover p:nth-child(1)::before,
.kele-exhibition-item1:hover p:nth-child(2)::before,
.kele-exhibition-item3:hover p:nth-child(1)::before,
.kele-exhibition-item3:hover p:nth-child(2)::before{
  background-position-x: 0;
}
.kele-exhibition-item2:hover p:nth-child(1)::before,
.kele-exhibition-item2:hover p:nth-child(2)::before,
.kele-exhibition-item4:hover p:nth-child(1)::before,
.kele-exhibition-item4:hover p:nth-child(2)::before{
  background-position-x: -48px;
}

.kele-exhibition-container div:hover{
  background-image: url(/public/images/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 85% 80%;
}
.kele-exhibition-container div:hover p{
  color: #00d2ff;
}

.kele-exhibition-container div:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
}
.kele-exhibition-container div:hover::before{
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
@-webkit-keyframes shine{100%{left: 125%}}
@keyframes shine{100%{left: 125%}}
/* kele-exhibition-container end */
/* kele-main end */

@media (min-width: 1200px) and (max-width: 1500px){
  
  .kele-overview img{
    width: 50%;
    height: 590px;
  }
  .kele-overview div{
    padding: 20px 30px;
  }
  .kele-overview p{
    font-size: 14px;
  }
  .kele-news-left{
    width: 50%;
  }
  .kele-news-left img{
    width: 590px;
    height: 478px;
  }
  .kele-news-left p{
    /* font-size: 4px; */
  }
  .kele-news-item a{
    margin-top: 10px;
    padding: 20px;
  }

  .kele-event-container .swiper-slide{
    width: 440px;
    height: 440px;
  }
  .swiper-button-prev{
    left: -5px;
  }
  .swiper-button-next{
    right: -5px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){
  
  .kele-overview img{
    width: 50%;
    height: 280px;
  }
  .kele-overview div{
    padding: 15px;
  }
  .kele-overview p{
    font-size: 14px;
    line-height: 28px;
  }
  .kele-overview p:nth-child(2){
    display: none;
  }
  .kele-overview div a{
    line-height: 20px;
  }
  .kele-news-more a{
    font-size: 20px;
  }
  .kele-news-left{
    width: 50%;
  }
  .kele-news-left img{
    width: 100%;
    height: 400px;
  }
  .kele-news-left p{
    /* font-size: 20px; */
    line-height: 40px;
  }
  .kele-news-item a{
    margin-top: 21px;
    padding: 14px;
  }
  .kele-news-item h3{
    font-size: 18px;
    line-height: 24px;
  }
  .kele-news-item p{
    margin-top: 4px;
    font-size: 14px;
    line-height: 28px;
  }

  .kele-event-container .swiper-slide{
    width: 360px;
    height: 360px;
  }
  .kele-event-container .swiper-slide div{
    padding: 12px;
  }
  .kele-event-container .swiper-slide div h3{
    font-size: 20px;
  }
  .kele-event-container .swiper-slide div p{
    font-size: 16px;
    line-height: 28px;
  }
  .swiper-button-prev{
    left: -10px;
  }
  .swiper-button-next{
    right: -10px;
  }
  .kele-exhibition-container{
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  
  
  .kele-overview img{
    width: 50%;
    height: 310px;
  }
  .kele-overview div{
    padding: 15px;
  }
  .kele-overview div br{
    display: none;
  }
  .kele-overview p{
    font-size: 14px;
    line-height: 24px;
  }
  .kele-overview p:nth-child(2){
    display: none;
  }
  .kele-news-more a{
    padding: 4px 10px;
    font-size: 16px;  
  }
  .kele-news-left{
    width: 50%;
  }
  .kele-news-left img{
    width: 100%;
    height: 304px;
  }
  .kele-news-left p{
    line-height: 40px;
  }
  .kele-news-item a{
    margin-top: 10px;
    padding: 10px;
  }
  .kele-news-item h3{
    font-size: 16px;
    line-height: 28px;
  }
  .kele-news-item p{
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .kele-event-container .swiper-slide{
    width: 290px;
    height: 290px;
  }
  .kele-event-container .swiper-slide div{
    padding: 10px;
  }
  .kele-event-container .swiper-slide div h3{
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .kele-event-container .swiper-slide div p{
    font-size: 12px;
    line-height: 20px;
  }
  .swiper-button-prev{
    left: -5px;
  }
  .swiper-button-next{
    right: -5px;
  }
  .kele-exhibition-container{
    width: 100%;
  }
  .kele-exhibition-container div{
    padding: 24px;
  }
  .kele-exhibition-container .kele-exhibition-item2,
  .kele-exhibition-container .kele-exhibition-item4{
    padding-left: 50px;
  }
  .kele-exhibition-container p{
    font-size: 20px;
    line-height: 36px;
  }
  
}

@media (min-width: 320px) and (max-width: 767px) {
  .kele-overview{
    display: block;
  }
  .kele-overview img{
    width: 100%;
    height: auto;
  }
  .kele-overview div{
    padding: 14px 14px 40px;
  }
  .kele-overview p{
    /* padding: 14px;
    padding-bottom: 40px; */
    font-size: 14px;
    line-height: 28px;
  }
  .kele-overview p:nth-child(2){
    display: none;
  }
  .kele-overview div a{
    line-height: 24px;
  }

  .kele-news-more a{
    padding: 6px;
    font-size: 14px;
  }
  .kele-news-con{
    display: block;
  }
  .kele-news-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .kele-news-left img{
    width: 100%;
    height: 250px;
  }
  .kele-news-con .swiper-pagination {
    bottom: 36px;
  }
  .kele-news-left p{
    /* font-size: 14px; */
    line-height: 32px;
  }
  .kele-news-list{
    padding: 0;
  }
  .kele-news-item a{
    margin-top: 10px;
    padding: 10px;
  }
  .kele-news-item h3{
    font-size: 16px;
    line-height: 24px;
  }
  .kele-news-item p{
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .kele-event-container .swiper-slide{
    width: 100%;
    height: auto;
  }
  .kele-event-container .swiper-slide div{
    padding: 10px;
  }
  .kele-event-container .swiper-slide div h3{
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .kele-event-container .swiper-slide div p{
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-button-prev{
    left: -5px;
  }
  .swiper-button-next{
    right: -5px;
  }
  .kele-exhibition-container{
    width: 100%;
  }
  .kele-exhibition-container div{
    padding: 10px 4px;
  }
  .kele-exhibition-container .kele-exhibition-item2,
  .kele-exhibition-container .kele-exhibition-item4{
    padding-left: 14px;
  }
  
  .kele-exhibition-container p{
    font-size: 12px;
    line-height: 24px;
  }
  .kele-exhibition-container p::before{
    zoom: .8;
  }
}