.cb-container {
  width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
}
.cb-mb {
  display: none;
}
.cb-kv {
  background: url(../images/KV.jpg) center center no-repeat;
  background-size: cover;
  height: calc(100vh - 99px);
  width: 100%;
  position: fixed;
  top: 99px;
  z-index: 1;
}
.cb-kv > img {
  display: none;
}
.cb-kv .cb-kv-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}
.cb-kv .cb-kv-text {
  position: absolute;
  top: 15.2604vw;
  left: 9.8438vw;
}
.cb-kv .cb-kv-text.animate .cb-text01::after {
  display: none;
}
.cb-kv .cb-kv-text.animate .cb-text02 h2 {
  opacity: 1;
  transform: translateY(0);
}
.cb-kv .cb-kv-text .cb-text01 {
  height: 107px;
  line-height: 107px;
}
.cb-kv .cb-kv-text .cb-text01::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100px;
  background: #fff;
  animation: blink 1s infinite;
  margin-left: 5px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cb-kv .cb-kv-text .cb-text01 img {
  display: none;
}
.cb-kv .cb-kv-text .cb-text01 img.show {
  display: inline-block !important;
}
.cb-kv .cb-kv-text .cb-text01 img.ni {
  width: 97.5px;
}
.cb-kv .cb-kv-text .cb-text01 img.hao {
  width: 105px;
}
.cb-kv .cb-kv-text .cb-text01 img.th {
  width: 69.5px;
}
.cb-kv .cb-kv-text .cb-text01 img.jing {
  width: 104px;
}
.cb-kv .cb-kv-text .cb-text01 img.geng {
  width: 101.5px;
}
.cb-kv .cb-kv-text .cb-text01 img.zhe {
  width: 96.5px;
}
.cb-kv .cb-kv-text .cb-text02 h2 {
  color: #FAFAFA;
  font-size: 45px;
  margin-top: 40px;
  font-weight: normal;
  opacity: 0;
  transform: translateY(30%);
  transition: 2s;
}
.cb-content {
  padding-top: 100vh;
  position: relative;
  z-index: 2;
}
.cb-content .section01 {
  background: #fff;
  padding: 25px 0;
}
.cb-content .section-box {
  position: relative;
}
.cb-content .section-box.animte .section02 ul li {
  opacity: 1;
  transform: translateY(0);
}
.cb-content .section-box.expand .section01 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cb-content .case-nav {
  padding-bottom: 13px;
}
.cb-content .case-nav .cb-cf-box {
  display: none;
}
.cb-content .case-nav .switch-cf-type {
  display: none;
}
.cb-content .case-nav .case-search {
  width: 589px;
  border: 1px solid #D8D8D8;
  padding-right: 83px;
  padding-left: 13px;
  position: relative;
  margin: 0 auto;
}
.cb-content .case-nav .case-search input {
  height: 44px;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.cb-content .case-nav .case-search input::placeholder {
  color: #8F8F8F;
}
.cb-content .case-nav .case-search .case-search-btn {
  cursor: pointer;
  width: 70px;
  height: 46px;
  position: absolute;
  right: 0;
  top: -1px;
  background: #E60012;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-content .case-nav .case-search .case-search-btn img {
  width: 24px;
}
.cb-content .case-list {
  padding-bottom: 13px;
}
.cb-content .case-list .case-item {
  display: flex;
  align-items: center;
}
.cb-content .case-list .case-item:last-child {
  margin-bottom: 0;
}
.cb-content .case-list .case-item h3 {
  color: #E60012;
  padding: 12px 25px;
  font-weight: normal;
  font-size: 16px;
}
.cb-content .case-list .case-item > ul {
  position: relative;
  flex: 1;
}
.cb-content .case-list .case-item ul {
  display: flex;
}
.cb-content .case-list .case-item ul li ul {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  transition: all 0.5s;
  flex-wrap: wrap;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  display: none;
}
.cb-content .case-list .case-item ul li ul li > div {
  padding: 15px 20px;
}
.cb-content .case-list .case-item ul li.include-children:hover > div {
  background: #F7F7F7;
}
.cb-content .case-list .case-item ul li.include-children:hover > div label {
  color: #E60012;
}
.cb-content .case-list .case-item ul li.include-children:hover > div > img.active {
  display: inline-block;
}
.cb-content .case-list .case-item ul li.include-children:hover > div > img.default {
  display: none;
}
.cb-content .case-list .case-item ul li.include-children:hover ul {
  display: flex;
}
.cb-content .case-list .case-item ul li .cb-checkbox {
  position: relative;
  margin-left: 10px;
}
.cb-content .case-list .case-item ul li .cb-checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.cb-content .case-list .case-item ul li .cb-checkbox span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #666;
  transition: all 0.5s;
}
.cb-content .case-list .case-item ul li.selected > div label {
  color: #E60012;
}
.cb-content .case-list .case-item ul li.selected > div .cb-checkbox span {
  background: #E60012;
  border-color: #E60012;
  position: relative;
}
.cb-content .case-list .case-item ul li.selected > div .cb-checkbox span::before {
  content: "";
  width: 3px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -1px;
}
.cb-content .case-list .case-item ul li > div {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.cb-content .case-list .case-item ul li > div > img {
  width: 20px;
  margin-left: 10px;
}
.cb-content .case-list .case-item ul li > div > img.active {
  display: none;
}
.cb-content .case-list .case-item ul li > div label {
  font-size: 16px;
  color: #3D3D3D;
  transition: 0.5s;
}
.cb-content .switch-search {
  display: flex;
  justify-content: center;
}
.cb-content .switch-search p {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  color: #3D3D3D;
}
.cb-content .switch-search p.close img {
  transform: rotate(0);
}
.cb-content .switch-search p.close img.expand {
  display: inline-block;
}
.cb-content .switch-search p.close img.pack-up {
  display: none;
}
.cb-content .switch-search p.close span.expand {
  display: inline-block;
  color: #E60012;
}
.cb-content .switch-search p.close span.pack-up {
  display: none;
}
.cb-content .switch-search p span.expand {
  display: none;
}
.cb-content .switch-search p img {
  width: 20px;
  transform: rotate(180deg);
}
.cb-content .switch-search p img.expand {
  display: none;
}
.cb-content .section02 {
  background: url(../images/case-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 30px 0 60px;
  margin-top: -1px;
}
.cb-content .section02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.cb-content .section02 ul li {
  transform: translateY(100px);
  transition: all 0.5s;
  opacity: 0.3;
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.cb-content .section02 ul li:hover .img-wrap img {
  transform: scale(1.1);
}
.cb-content .section02 ul li:hover .hidden-content {
  transform: translateY(0);
}
.cb-content .section02 ul li .img-wrap {
  overflow: hidden;
  font-size: 0;
  display: block;
}
.cb-content .section02 ul li .img-wrap img {
  width: 100%;
  transition: all 0.5s;
}
.cb-content .section02 ul li .cb-btn-box {
  padding-bottom: 15px;
}
.cb-content .section02 ul li .cb-btn-box a {
  background: #E60012;
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 30px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.cb-content .section02 ul li .cb-btn-box a img {
  margin-left: 10px;
}
.cb-content .section02 ul li .cb-btn-box a.ns-play-video img {
  margin-left: 0;
  margin-right: 10px;
}
.cb-content .section02 ul li h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cb-content .section02 ul li p {
  color: #666666;
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cb-content .section02 ul li dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.cb-content .section02 ul li dl dd {
  color: #666666;
  font-size: 14px;
  border-radius: 2px;
  padding: 5px 10px;
  border: 1px solid #D8D8D8;
  background: #FAFAFA;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cb-content .section02 ul li .case-type {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.cb-content .section02 ul li .case-type a {
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  background: #E60012;
  margin-bottom: 30px;
}
.cb-content .section02 ul li .case-type a img {
  margin-right: 10px;
  width: 26px;
}
.cb-content .section02 ul li .case-type dl {
  display: flex;
}
.cb-content .section02 ul li .case-type dl dd {
  color: #666666;
  font-size: 14px;
  border-radius: 2px;
  padding: 5px 10px;
  border: 1px solid #D8D8D8;
  background: #FAFAFA;
  margin-right: 10px;
}
.cb-content .section02 ul li .text-wrap,
.cb-content .section02 ul li .hidden-content {
  padding: 20px 30px;
  width: 100%;
  background: #fff;
}
.cb-content .section02 ul li .hidden-content {
  transform: translateY(100%);
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cb-content .section02 .cb-page {
  margin-top: 40px;
}
.cb-content .section02 .cb-page table {
  margin: 0 auto;
}
.cb-content .section02 .cb-page table td {
  padding-right: 10px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.cb-content .section02 .cb-page table td span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E4E4E4;
}
.cb-content .section02 .cb-page table td span.active,
.cb-content .section02 .cb-page table td span:hover {
  background: #E60012;
  color: #fff;
  border-color: #E60012;
}
.cb-content .section02 .cb-page table td p {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cb-content .section02 .cb-page table td input {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background: #fff;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.cb-content .section02 .cb-page table td input::-webkit-outer-spin-button,
.cb-content .section02 .cb-page table td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cb-content .section02 .cb-page table td input[type="number"] {
  -moz-appearance: textfield;
}
.cb-content .section03 {
  background: url(../images/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.cb-content .section03.animte ul li {
  transform: translateY(0);
  opacity: 1;
}
.cb-content .section03 h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.cb-content .section03 ul {
  display: flex;
}
.cb-content .section03 ul li {
  width: 25%;
  margin-right: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(50px);
  transition: all 0.5s;
  opacity: 0.3;
}
.cb-content .section03 ul li:hover a div {
  color: #E60012;
}
.cb-content .section03 ul li:hover a div::after {
  right: 0;
}
.cb-content .section03 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
}
.cb-content .section03 ul li a img {
  width: 110px;
  margin-top: 10px;
}
.cb-content .section03 ul li a div {
  position: relative;
  font-size: 20px;
  color: #000;
  padding-right: 30px;
  transition: all 0.5s;
}
.cb-content .section03 ul li a div::after {
  content: "";
  width: 21px;
  height: 13px;
  background: url(../images/icon-double-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.filter-result {
  display: flex;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.filter-result .filter-label {
  padding-top: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
.filter-result .filter-group .filter-item {
  padding: 5px 25px 5px 7px;
  display: inline-block;
  position: relative;
}
.filter-result .filter-group .filter-item .del-item {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  background: url(../images/close-selected.png) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
  cursor: pointer;
}
.filter-result .filter-group .filter-item .del-item:hover {
  background: url(../images/close-selected_active.png) no-repeat;
  background-size: 100%;
}
.filter-result .filter-group .del-item-all {
  padding: 5px 0 5px 7px;
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
}
.filter-result .filter-group .del-item-all:hover {
  color: #E60012;
}
.no-data-tips {
  padding-top: 60px;
  text-align: center;
  font-size: 24px;
  color: #666;
  display: none;
}
.news-page {
  margin: 30px auto 0;
  float: none;
}
footer {
  position: relative;
  z-index: 1;
}
.page-btn {
  cursor: auto;
  filter: grayscale(1);
}
.page-btn.on {
  cursor: pointer;
  filter: grayscale(0);
}
@media (max-width: 1500px) {
  .cb-container {
    width: 100%;
  }
  .cb-kv .cb-kv-text .cb-text01 {
    height: 81px;
    line-height: 81px;
  }
  .cb-kv .cb-kv-text .cb-text01::after {
    width: 8px;
    height: 80px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.ni {
    width: 76.1719px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.hao {
    width: 82.0313px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.th {
    width: 54.2969px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.jing {
    width: 81.25px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.geng {
    width: 79.2969px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.zhe {
    width: 75.3906px;
  }
  .cb-kv .cb-kv-text .cb-text02 h2 {
    font-size: 35px;
    margin-top: 30px;
  }
  .cb-content .section01 {
    padding: 20px 0;
  }
  .cb-content .case-nav {
    padding-bottom: 11px;
  }
  .cb-content .case-nav .case-search {
    width: 500px;
    padding-right: 65px;
    padding-left: 10px;
  }
  .cb-content .case-nav .case-search input {
    height: 40px;
    font-size: 15px;
  }
  .cb-content .case-nav .case-search .case-search-btn {
    width: 55px;
    height: 42px;
  }
  .cb-content .case-nav .case-search .case-search-btn img {
    width: 20px;
  }
  .cb-content .case-list {
    padding-bottom: 11px;
  }
  .cb-content .case-list .case-item h3 {
    padding: 9px 20px;
    font-size: 15px;
  }
  .cb-content .case-list .case-item ul li ul li > div {
    padding: 15px;
  }
  .cb-content .case-list .case-item ul li .cb-checkbox {
    margin-left: 7px;
  }
  .cb-content .case-list .case-item ul li > div {
    padding: 9px 15px;
  }
  .cb-content .case-list .case-item ul li > div > img {
    margin-left: 8px;
  }
  .cb-content .case-list .case-item ul li > div label {
    font-size: 15px;
  }
  .cb-content .section02 {
    padding: 30px 0 60px;
  }
  .cb-content .section02 ul {
    margin: 0 -10px -20px;
  }
  .cb-content .section02 ul li {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
  .cb-content .section02 ul li h2 {
    font-size: 18px;
  }
  .cb-content .section02 ul li p {
    font-size: 15px;
  }
  .cb-content .section02 ul li .cb-btn-box a {
    font-size: 14px;
    padding: 8px 15px;
    margin-right: 10px;
  }
  .cb-content .section02 ul li .cb-btn-box a img {
    width: 18px;
    margin-left: 5px;
  }
  .cb-content .section02 ul li .cb-btn-box a img.ns-play-video {
    margin-right: 5px;
    width: 20px;
  }
  .cb-content .section02 ul li .case-type {
    bottom: 25px;
    left: 25px;
  }
  .cb-content .section02 ul li .case-type a {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .cb-content .section02 ul li .case-type a img {
    margin-right: 8px;
    width: 22px;
  }
  .cb-content .section02 .cb-page {
    margin-top: 35px;
  }
  .cb-content .section02 .cb-page table td span {
    width: 35px;
    height: 35px;
  }
  .cb-content .section02 .cb-page table td input {
    width: 35px;
    height: 35px;
  }
  .cb-content .section03 {
    background: url(../images/cta-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .cb-content .section03.animte ul li {
    transform: translateY(0);
    opacity: 1;
  }
  .cb-content .section03 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cb-content .section03 ul li {
    margin-right: 20px;
  }
  .cb-content .section03 ul li a {
    padding: 15px 20px;
  }
  .cb-content .section03 ul li a div {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cb-mb {
    display: block;
  }
  .cb-pc {
    display: none;
  }
  .cb-container {
    padding: 0 20px;
  }
  .cb-kv {
    position: relative;
    top: auto;
    height: auto;
    background: none;
    overflow: hidden;
  }
  .cb-kv > img {
    width: 100%;
    display: inline-block;
  }
  .cb-kv .cb-kv-text {
    top: 50px;
    left: 20px;
  }
  .cb-kv .cb-kv-text .cb-text01 {
    height: 34px;
    line-height: 34px;
  }
  .cb-kv .cb-kv-text .cb-text01::after {
    width: 3px;
    height: 32px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.ni {
    width: 32.5px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.hao {
    width: 35px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.th {
    width: 23.1667px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.jing {
    width: 34.6667px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.geng {
    width: 33.8333px;
  }
  .cb-kv .cb-kv-text .cb-text01 img.zhe {
    width: 32.1667px;
  }
  .cb-kv .cb-kv-text .cb-text02 h2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .cb-content {
    padding-top: 0;
    position: static;
  }
  .cb-content .news-page > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cb-content .news-page > div .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cb-content .section-box {
    position: static;
  }
  .cb-content .section01 .switch-search {
    display: none;
  }
  .cb-content .section01 .case-nav {
    padding-bottom: 0;
  }
  .cb-content .section01 .case-nav.type-search .cb-search-box {
    display: flex;
  }
  .cb-content .section01 .case-nav.type-search .cb-cf-box {
    display: none;
  }
  .cb-content .section01 .case-nav .cb-search-box {
    display: none;
    align-items: center;
    line-height: 1;
  }
  .cb-content .section01 .case-nav .cb-search-box .case-search {
    flex: 1;
    padding-right: 50px;
    padding-left: 10px;
  }
  .cb-content .section01 .case-nav .cb-search-box .case-search input {
    height: 30px;
    font-size: 12px;
  }
  .cb-content .section01 .case-nav .cb-search-box .case-search .case-search-btn {
    height: 32px;
    width: 45px;
  }
  .cb-content .section01 .case-nav .cb-search-box .switch-cf-type {
    width: 30px;
    margin-left: 30px;
    display: block;
  }
  .cb-content .section01 .case-nav .cb-search-box .switch-cf-type img {
    width: 100%;
  }
  .cb-content .section01 .case-nav .cb-cf-box {
    display: flex;
    align-items: center;
  }
  .cb-content .section01 .case-nav .cb-cf-box .cf-content {
    flex: 1;
    font-size: 12px;
    border: 1px solid #D8D8D8;
    height: 30px;
    padding-left: 10px;
    color: #8F8F8F;
    line-height: 30px;
    background: url(../images/icon-down.png) center right 10px no-repeat;
    background-size: 20px 20px;
  }
  .cb-content .section01 .case-nav .cb-cf-box .cf-btn {
    margin-left: 30px;
    width: 32px;
    height: 32px;
    background: #E60012;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .cb-content .section01 .case-nav .cb-cf-box .cf-btn img {
    width: 20px;
  }
  .cb-content .section01 .case-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3002;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
  }
  .cb-content .section01 .case-list .case-list-back {
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
  .cb-content .section01 .case-list .case-list-back img {
    width: 20px;
    transform: rotate(90deg);
    margin-right: 5px;
  }
  .cb-content .section01 .case-list .case-list-btn {
    padding: 30px 0;
  }
  .cb-content .section01 .case-list .case-list-btn div {
    padding: 8px 23px;
    border: 2px solid #E60012;
    border-radius: 50px;
    font-size: 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .cb-content .section01 .case-list .case-list-btn div:last-child {
    border-color: #666;
    margin-bottom: 0;
  }
  .cb-content .section01 .case-list .case-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .cb-content .section01 .case-list .case-item.expand > ul {
    display: block;
  }
  .cb-content .section01 .case-list .case-item.expand h3::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .cb-content .section01 .case-list .case-item h3 {
    padding: 15px 15px;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: relative;
  }
  .cb-content .section01 .case-list .case-item h3::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-down.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .cb-content .section01 .case-list .case-item > ul {
    display: none;
  }
  .cb-content .section01 .case-list .case-item ul {
    width: 100%;
    padding-left: 20px;
  }
  .cb-content .section01 .case-list .case-item ul li {
    width: 100%;
  }
  .cb-content .section01 .case-list .case-item ul li.include-children.expand ul {
    display: block;
  }
  .cb-content .section01 .case-list .case-item ul li.include-children.expand > div img {
    transform: rotate(180deg);
  }
  .cb-content .section01 .case-list .case-item ul li.include-children:hover > div {
    background: transparent;
  }
  .cb-content .section01 .case-list .case-item ul li.include-children:hover > div label {
    color: #3D3D3D;
  }
  .cb-content .section01 .case-list .case-item ul li.include-children:hover > div > img.default {
    display: inline-block;
  }
  .cb-content .section01 .case-list .case-item ul li.include-children:hover > div > img.active {
    display: none;
  }
  .cb-content .section01 .case-list .case-item ul li > div {
    padding: 12px 15px 12px 0;
  }
  .cb-content .section01 .case-list .case-item ul li > div img {
    transition: all 0.5s;
  }
  .cb-content .section01 .case-list .case-item ul li div {
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  .cb-content .section01 .case-list .case-item ul li ul {
    opacity: 1;
    z-index: 1;
    position: static;
    left: auto;
    display: none;
    padding: 0 15px;
  }
  .cb-content .section01 .case-list .case-item ul li ul li > div {
    padding: 9px 7px;
    border: none;
  }
  .cb-content .section02 {
    padding: 20px 0 0;
  }
  .cb-content .section02 ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .cb-content .section02 ul li {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
    margin: 0 0 15px;
  }
  .cb-content .section02 ul li h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cb-content .section02 ul li p {
    font-size: 12px;
    line-height: 1.6;
  }
  .cb-content .section02 ul li dl dd {
    font-size: 12px;
    padding: 3px 7px;
    margin-right: 5px;
  }
  .cb-content .section02 ul li .case-type {
    position: static;
    top: auto;
    left: auto;
  }
  .cb-content .section02 ul li .case-type a {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .cb-content .section02 ul li .case-type a img {
    width: 11px;
  }
  .cb-content .section02 ul li .text-wrap,
  .cb-content .section02 ul li .hidden-content {
    padding: 15px;
  }
  .cb-content .section02 .cb-page {
    margin-top: 20px;
  }
  .cb-content .section02 .cb-page table td {
    padding-right: 5px;
  }
  .cb-content .section02 .cb-page table td img {
    width: 13px;
  }
  .cb-content .section02 .cb-page table td span,
  .cb-content .section02 .cb-page table td input {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .cb-content .section02 .cb-page table td:last-child span {
    width: 50px;
  }
  .cb-content .section03 {
    padding: 30px 0;
  }
  .cb-content .section03 h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cb-content .section03 ul {
    flex-direction: column;
  }
  .cb-content .section03 ul li {
    opacity: 1;
    transform: translateY(0);
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cb-content .section03 ul li a {
    padding: 0 20px;
  }
  .cb-content .section03 ul li a img {
    width: 60px;
  }
  .cb-content .section03 ul li a div {
    font-size: 14px;
  }
  .cb-content .section03 ul li a div::after {
    width: 14px;
    height: 8.6667px;
  }
  .filter-result {
    margin-bottom: 20px;
    display: none !important;
  }
  .news-page {
    margin-top: 0;
  }
  .no-data-tips {
    font-size: 18px;
    padding: 10px 0 30px;
  }
}
