body{

}

.kele-container{
  min-height: 100vh;
  min-width: 100vw;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.kele-layout-l-1330{
  position: relative;
  background: url('/public/images/2022/home_bg.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  /* height: 100%; */
  min-height: 100vh;
  width: 1330px;
  width: 70%;
}
.kele-layout-l-1330 .logo{
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  z-index: 1;
}
.kele-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  justify-content: center;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  border-image:linear-gradient(to right,rgba(255,255,255,.0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%,rgba(255,255,255,.0) 100%) 10 10;;
}
.kele-LT-RB{
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  }
.kele-RT-LB{
  transform: translate(-50%, -50%) rotate(-45deg);
  }
.kele-nav{
  position: relative;
  height: 100px;
  width: 100px;
  color: #fff;
  
  /* line-height: 100px; */
  margin-left: 20px;
  background-color: rgba(31, 102, 156, .3);
  cursor: pointer;
  transition: all .3s;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.kele-nav-item{
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 21px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.kele-LT-RB .kele-nav-item{
  display: inline-block;
  transform: rotate(-45deg);
  
}
.kele-RT-LB .kele-nav-item{
  display: inline-block;
  transform: rotate(45deg);
}
.kele-nav-item img{
  width: 32px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.kele-nav-1,
.kele-nav-4{
  margin-left: 0;
}

.kele-nav:hover{
  color: #333;
  background-color: rgba(255,255,255,.3);
}
.kele-nav:hover .kele-nav-item{
  color: red;
}

/* kele-layout-r-590 */
.kele-layout-r-590{
  width: 590px;
  width: 30%;
  /* padding: 20px 96px 0; */
  padding-top: 20px;
  background-color: #1f669c;
  box-sizing: border-box;
}
.kele-layout-r-590 h1{
  color: #fff;
  max-width: 394px;
  margin: auto;
  margin-bottom: 20px;
}
.personal-information-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 394px;
  margin: auto;
}
.personal-information-list li{
  margin-bottom: 20px;
  cursor: pointer;
}
.personal-information-list li:hover{
  box-shadow: 0 0 10px rgba(221, 220, 220, .5);
}
.information{
  /* padding: 10px 30px; */
  padding: 10px 0;
  width: 190px;
  color: #fff;
  background-color: #4ebcfb;
  font-size: 14px;
  line-height: 20px;
}
.information p{
  /* margin: auto; */
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  text-align: center;
  margin-bottom: 4px;
}
.information span{
  font-weight: 600;
  font-size: 16px;
}
.personal-information-list img{
  width: 190px;
  height: 190px;
}