* {
  padding: 0;
  margin: 0;
  border: 0;
}
/* 为所有具有滚动条的元素自定义滚动条样式 */
::-webkit-scrollbar {
  width: 0px; /* 设置滚动条的宽度 */
}

/* 设置滚动条的轨道（背景）样式 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置轨道的背景颜色 */
}

/* 设置滚动条的滑块（滚动条）样式 */
::-webkit-scrollbar-thumb {
  background: #888; /* 设置滑块的背景颜色 */
}

/* 设置滚动条滑块的hover样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 设置滑块的hover背景颜色 */
}

.container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  /* position: fixed; */
}
.main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.main .article {
  flex: 1;
  background-color: yellowgreen;
}

.main .nav,
.main .aside {
  background-color: bisque;
}

.header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 99;
}
.footer {
  height: 639px;
}

@media screen and (min-width: 400px) {
  .main {
    flex-direction: row;
  }

  .main .nav,
  .main .aside {
    flex: 0 0 20vw;
  }
}

.banenr-center {
  width: 100%;
  height: 1080px;
  border: 1px solid #000;
  margin: 0 auto;
  position: relative;
}
.center {
  width: 7680px;
  font-size: 50px;
  text-align: center;
  line-height: 1080px;
  position: absolute;
}
.center li {
  list-style: none;
  width: 100%;
  height: 1080px;
  float: left;
}
.but-left {
  position: absolute;
  left: 0;
  top: 140px;
  width: 20px;
  height: 35px;
  display: none;
}
.but-right {
  position: absolute;
  right: 0;
  top: 140px;
  width: 20px;
  height: 35px;
  display: none;
}
div:hover span {
  display: block;
}
.centers {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.centers li {
  list-style: none;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  float: left;
  margin-left: 20px;
  position: relative;
}
.active {
  background: #fff;
}

/* 轮播图 */
.img {
  width: 100%;
  height: 100%;
}

.lb_box {
  width: 100%;
  height: 25vw;
}
.lb_imgbox {
  width: 100%;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
.lb_imgleft {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  transition: left 0.3s linear;
}
.lb_img {
  width: 500%;
  height: 100%;
  display: flex;
}
.lb_li {
  list-style: none;
  display: block;
  height: 100%;
  margin: 0;
}
.lb_point {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
}
.li_ol {
  display: flex;
  justify-content: center;
}
.lb_olli {
  list-style: none;
  border: 0.2vw solid snow;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-left: 1%;
  margin-right: 1%;
  /* padding: 0.5%;  */
}
.lb_olli_color {
  background-color: red;
}
@media screen and (max-width: 599px) {
  .lb_btn {
    display: none;
  }
  .lb_box {
    height: 40vw;
  }
}
.lb_btn {
  position: absolute;
  top: 30%;
  height: 40%;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 3vw;
  z-index: 1;
}
.lb_btnl {
  left: 0;
}
.lb_btnr {
  right: 0;
}

.system {
  width: 207px;
  height: 102px;
  border: 1px solid #ffe8dd;
  text-align: center;
  line-height: 104px;
  background: #fff;
}
.systemFunction {
  width: 207px;
  height: 102px;
  border: 1px solid #ffe8dd;
  background: #2d5bf7;
  text-align: center;
  line-height: 104px;
  color: #fff;
}
.systemFunctions {
  width: 207px;
  height: 102px;
  border: 1px solid #ffe8dd;
  text-align: center;
  line-height: 104px;
  background: #fff;
}
.characters {
  width: 259px;
  color: #000;
  font-size: 20px;
  margin-left: 44px;
}
.clueOne {
  width: 263px;
  height: 355px;
  background: url("../image/home/01.png") no-repeat;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  border-radius: 11px;
}
.verticalBar {
  display: inline-block;
  width: 3px;
  height: 13px;
  background: #2d5bf7;
  border-radius: 2px;
  margin-right: 5px;
}
.clueOne:hover {
  width: 263px;
  height: 355px;
  background: url("../image/home/01 (1).png") no-repeat;
  color: #fff;
}
.clueOne:hover .clueOneSpan {
  color: #fff;
}
.clueOne:hover .verticalBar {
  background: #fff;
}
.clueOne:hover .clueOneContent {
  border-top: 1px dashed #fff;
}
.clueOneSpan {
  font-size: 16px;
  color: #7c7c7c;
  display: inline-block;
  margin: 5px 0 37px;
}
.clueOneContent {
  width: 214px;
  height: 114px;
  border-top: 1px dashed #7c7c7c;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.clueTwo {
  width: 263px;
  height: 355px;
  background: url("../image/home/02.png") no-repeat;
  border-radius: 11px;
  overflow: hidden;
}
.clueTwoSpan {
  font-size: 14px;
  color: #7c7c7c;
  display: inline-block;
  margin: 5px 0 37px;
}
.clueTwoContent {
  width: 214px;
  height: 114px;
  border-top: 1px dashed #7c7c7c;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clueTwo:hover {
  width: 263px;
  height: 355px;
  background: url("../image/home/01\ \(2\).png") no-repeat;
  color: #fff;
}
.clueTwo:hover .clueTwoSpan {
  color: #fff;
}
.clueTwo:hover .verticalBar {
  background: #fff;
}
.clueTwo:hover .clueTwoContent {
  border-top: 1px dashed #fff;
}

.clueThree {
  width: 263px;
  height: 355px;
  background: url("../image/home/03.png") no-repeat;
  border-radius: 11px;
  overflow: hidden;
}
.clueThreeSpan {
  font-size: 14px;
  color: #7c7c7c;
  display: inline-block;
  margin: 5px 0 37px;
}
.clueThreeContent {
  width: 214px;
  height: 114px;
  border-top: 1px dashed #7c7c7c;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clueThree:hover {
  width: 263px;
  height: 355px;
  background: url("../image/home/01\ \(3\).png") no-repeat;
  color: #fff;
}
.clueThree:hover .clueThreeSpan {
  color: #fff;
}
.clueThree:hover .verticalBar {
  background: #fff;
}
.clueThree:hover .clueThreeContent {
  border-top: 1px dashed #fff;
}

.clueFore {
  width: 263px;
  height: 355px;
  background: url("../image/home/04.png") no-repeat;
  border-radius: 11px;
  overflow: hidden;
}

.clueForeSpan {
  font-size: 14px;
  color: #7c7c7c;
  display: inline-block;
  margin: 5px 0 37px;
}
.clueForeContent {
  width: 214px;
  height: 114px;
  border-top: 1px dashed #7c7c7c;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clueFore:hover {
  width: 263px;
  height: 355px;
  background: url("../image/home/01\ \(4\).png") no-repeat;
  color: #fff;
}
.clueFore:hover .clueForeSpan {
  color: #fff;
}
.clueFore:hover .verticalBar {
  background: #fff;
}
.clueFore:hover .clueForeContent {
  border-top: 1px dashed #fff;
}

.coreValues {
  width: 107px;
  height: 37px;
  background: #2d5bf7;
  border-radius: 19px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  cursor: pointer;
}
.coreValuesSelect {
  width: 107px;
  height: 37px;
  background: #fff7f2;
  border-radius: 19px;
  text-align: center;
  line-height: 37px;
  color: #2d5bf7;
  cursor: pointer;
}

.coreValuesImg {
  margin-left: 50px;
}
.specificValue {
  font-size: 20px;
  margin-top: 22px;
  color: #000;
}
.toInformationFilling {
  cursor: pointer;
}
.moreCases {
  width: 251px;
  height: 63px;
  color: #fff;
  text-align: center;
  line-height: 63px;
  background: #2d5bf7;
  border-radius: 32px;
}

.bossPopUpWindow {
  width: 800px;
  height: 483px;
  background: Red;
  position: absolute;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  top: 300px;
  background: #ffffff;
  box-shadow: 6px 4px 10px 4px rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  padding: 43px 51px 27px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.sideNavigationBar {
  width: 60px;
  height: 332px;
}
.topping {
  margin-top: 7px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -4px 7px 12px 0px rgba(0, 0, 0, 0.06);
}
.topping img {
  width: 84px;
  height: 84px;
  transform: translate(-16px, -6px);
}
@media screen and (max-width: 1920px) {
  .sideNavigationBar {
    width: 80px;
    height: 440px;
    /* background: #000; */
  }
  .topping {
    margin-top: 10px;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -4px 7px 12px 0px rgba(0, 0, 0, 0.06);
  }
  .topping img {
    width: 112px;
    height: 112px;
    transform: translate(-21px, -7px);
  }
}
