.box {
  background-color: #f5f8fa;
}

.navigation {
  background-color: white;
}

.bannr_box {
  width: 100%;
  height: 320px;
  background: url(/static_source/image/kehuanlie/banner.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 0 120px;
  box-sizing: border-box;
}

.bannr_box h1 {
  font-size: 64px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101E;
  line-height: 80px;
}

.bannr_box p {
  width: 592px;
  height: 28px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  line-height: 28px;
}

.kehu_liebiao_box {
  margin: 0 120px;
  margin-top: 40px;
  display: flex;
  gap: 40px;
  padding-bottom: 100px;
}

.kehu_liebiao_box .left {
  width: 140px;
}

.kehu_liebiao_box .left h3 {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
  padding-left: 19px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.kehu_liebiao_box .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kehu_liebiao_box .left ul li {
  width: 140px;
  height: 42px;
  line-height: 42px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  cursor: pointer;
}

.kehu_liebiao_box .left ul .active {
  background: #1080fc;
  border-radius: 6px;
  color: white;
}

.kehu_liebiao_box .right {
  display: none;
}

.kehu_liebiao_box .right .image {
  width: 1020px;
  height: 140px;
  margin-bottom: 20px;
  background: url(/static_source/image/kehuanlie/tx.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.kehu_liebiao_box .right .image h3 {
  color: white;
  padding-left: 36px;
  font-size: 40px;
}

.kehu_liebiao_box .right .anliebeijing {
  padding: 30px;
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 20px;
}

.kehu_liebiao_box .right .anliebeijing .text {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}

.kehu_liebiao_box .right .kehu_tongdian {
  padding: 30px;
  box-sizing: border-box;
  background-color: white;
  margin-top: 20px;
}

.kehu_liebiao_box .right .kehu_jiazhi p {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  line-height: 26px;
}

.kehu_liebiao_box .kh_active {
  display: block;
}

.shuxian_text {
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
  align-items: center;
}

.shuxian_text .shuxian {
  width: 4px;
  height: 20px;
  background: #1080fc;
  border-radius: 6px;
}

.shuxian_text h3 {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
}

.text_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text_box .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text_box .text h3 {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
}

.text_box .text p {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
}

.footer {
  background-color: white;
}
