#pa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: 'ckt';
  src: url('../fonts/CKTKingKong.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.anim_to_right {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.anim_to_left {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@font-face {
  font-family: 'ckt';
  src: url('../36a3f39082b8bda6bbfb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#container {
  background: url(../images/kv2.jpg) no-repeat center top;
  min-width: 1200px;
}
#head {
  position: relative;
  overflow: initial;
  height: 962px;
}
#head .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-top: 26px;
}
#head .logo a {
  display: block;
}
#head .logo a:hover {
  opacity: 0.8;
}
#head .logo .yzz {
  width: 92px;
  margin-right: 50px;
}
#head .logo .yzz img {
  max-width: 100%;
}
#head .nav_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
#head .nav_box::after {
  position: absolute;
  left: -360px;
  top: -16px;
  content: '';
  display: block;
  background: url("../images/bg_head_nav.png");
  width: 1920px;
  height: 91px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#head .nav_box .nav_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
#head .nav_box .nav_list li {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  display: flex;
  position: relative;
  margin: 0 5px;
}
#head .nav_box .nav_list li.on,
#head .nav_box .nav_list li:hover {
  background: url("../images/bg_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#head .nav_box .nav_list li.on a,
#head .nav_box .nav_list li:hover a {
  color: #0b3ae8;
  font-weight: bolder;
}
#head .nav_box .nav_list li::after {
  content: '';
  display: block;
  background: none;
  width: auto;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '/';
  color: #ffffff;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 60px;
}
#head .nav_box .nav_list li:nth-last-child(1)::after {
  display: none;
}
#head .nav_box .nav_list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: 'ckt', "Microsoft YaHei", '-apple-system', serif;
}
#head .nav_box .nav_list li .icon_down {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 60px;
  font-weight: bolder;
}
#head .nav_box .nav_list .history {
  cursor: pointer;
  overflow: hidden;
}
#head .nav_box .nav_list .history .history_list {
  transition: 300ms;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #0b3ae8;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#head .nav_box .nav_list .history.on {
  overflow: unset;
}
#head .nav_box .nav_list .history.on .history_list a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: block;
  color: #0b3ae8;
  font-size: 24px;
  font-family: 'ckt', "Microsoft YaHei", '-apple-system', 'serif';
  border-bottom: 2px dashed #0b3ae8;
}
#head .nav_box .nav_list .history.on .history_list a:nth-last-child(1) {
  border-bottom: unset;
}
#head .nav_box .nav_list .history.on .history_list a:hover {
  color: #FFFFFF;
  background-color: #0b3ae8;
}
#head .nav_box .nav_list .history .icon_down {
  font-size: 20px;
}
/*# sourceMappingURL=sp_common.css.map */