@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/case_banner.jpg");
  color: #fff;
}
.banner-section .section-box {
  padding: 1.36rem 0;
}
.banner-section .section-box .title {
  font-size: 0.64rem;
  line-height: 0.76rem;
  font-weight: 900;
  margin-bottom: 0.24rem;
}
.banner-section .section-box .info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
}
.banner-section .section-box .btn {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
}
.banner-section.details-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--backimg);
  position: relative;
}
.banner-section.details-banner::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-section.details-banner::before {
  content: "";
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  z-index: 9;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.banner-section.details-banner .container {
  position: relative;
  z-index: 20;
}
.banner-section.details-banner .section-box {
  text-align: center;
}
.banner-section.rpt-banner, .banner-section.rpt-details {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/cased_banner.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 3.12rem;
}
.banner-section.rpt-banner .section-box, .banner-section.rpt-details .section-box {
  text-align: center;
  padding: 0;
}
.banner-section.rpt-banner .title, .banner-section.rpt-details .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.banner-section.rpt-banner .time, .banner-section.rpt-details .time {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: -0.06rem;
  margin-bottom: 0.36rem;
}
.banner-section.rpt-banner .btn, .banner-section.rpt-details .btn {
  padding: 0.09rem 0.29rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: #141414;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.banner-section.rpt-banner .btn:hover, .banner-section.rpt-details .btn:hover {
  background-color: #012FA7;
  color: #fff;
}

.crumb-section.outer {
  padding-bottom: 0;
}

.list-section .section-box {
  padding-bottom: 0;
  padding-top: 0.48rem;
}
.list-section .case-list-box {
  display: flex;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  margin-bottom: -0.24rem;
  flex-wrap: wrap;
}
.list-section .case-list-box .case-item {
  width: calc(33.3% - 0.24rem);
  margin: 0 0.12rem 0.24rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.24rem;
}
.list-section .case-list-box .case-item > .img-addon {
  height: 3.6rem;
  display: block;
}
.list-section .case-list-box .case-item::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.48) 100%);
  content: "";
}
.list-section .case-list-box .case-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 48, 167, 0);
  transition: background ease 0.3s;
}
.list-section .case-list-box .case-item .mask .logo {
  width: 1.4rem;
  height: 1rem;
  transition: all ease 0.3s;
  mix-blend-mode: lighten;
}
.list-section .case-list-box .case-item .mask .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.list-section .case-list-box .case-item .mask .df-info {
  position: absolute;
  right: 0.3rem;
  left: 0.3rem;
  bottom: 0.36rem;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  transition: all ease 0.2s;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-section .case-list-box .case-item .mask .case-datas {
  display: flex;
  align-items: center;
  margin: 0.12rem auto 0.36rem;
  color: #fff;
  justify-content: center;
  opacity: 0;
}
.list-section .case-list-box .case-item .mask .case-datas .dataitem {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-section .case-list-box .case-item .mask .case-datas .dataitem + .dataitem {
  position: relative;
}
.list-section .case-list-box .case-item .mask .case-datas .dataitem + .dataitem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.14rem;
  width: 0.01rem;
  height: 0.36rem;
  background-color: #F1F1F1;
}
.list-section .case-list-box .case-item .mask .case-datas .item-data {
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.4rem;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  justify-content: center;
  line-height: 1;
}
.list-section .case-list-box .case-item .mask .case-datas .item-data .num {
  font-size: 0.32rem;
  line-height: 0.44rem;
  line-height: 1;
  font-weight: 900;
}
.list-section .case-list-box .case-item .mask .case-datas .item-data .unit {
  margin-left: 4px;
}
.list-section .case-list-box .case-item .mask .case-datas .item-tit {
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.02rem;
  padding-left: 0.04rem;
}
.list-section .case-list-box .case-item .mask .case-link {
  margin: 0.22rem auto 0;
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #fff;
  background-color: #fff;
  color: #012FA7;
  opacity: 0;
  display: none;
}
.list-section .case-list-box .case-item:hover .mask {
  background-color: #012FA7;
}
.list-section .case-list-box .case-item:hover .mask .logo {
  width: 1.12rem;
  height: 0.8rem;
  margin: 0.36rem auto 0;
}
.list-section .case-list-box .case-item:hover .mask .df-info {
  opacity: 0;
  transform: translateY(100%);
}
.list-section .case-list-box .case-item:hover .mask .case-datas {
  opacity: 1;
}
.list-section .case-list-box .case-item:hover .mask .case-link {
  opacity: 1;
  display: block;
}

.pagination-box {
  margin-top: 0.64rem;
}
.pagination-box #pagination {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000;
}
.pagination-box #pagination2 {
  display: none;
}
.pagination-box .paginationjs {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.pagination-box .paginationjs-pages {
  margin-right: 0.24rem;
}
.pagination-box .paginationjs-pages > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-box .paginationjs-pages > ul > li {
  width: 0.34rem;
  text-align: center;
  margin: 0 0.04rem;
  border-radius: 0.04rem;
  color: #000;
  border: 1px solid #F1F1F1;
  background-color: #fff;
  transition: all ease 0.2s;
  cursor: pointer;
}
.pagination-box .paginationjs-pages > ul > li:hover {
  color: #012FA7;
  border-color: #012FA7;
}
.pagination-box .paginationjs-pages > ul > li.active {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.pagination-box .paginationjs-pages > ul > li:press {
  color: #012FA7;
}
.pagination-box .paginationjs-pages > ul > li a {
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding: 0.05rem 0;
  display: block;
  font-weight: 400;
  color: inherit;
}
.pagination-box .paginationjs-pages .paginationjs-prev > a::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 0.12rem;
}
.pagination-box .paginationjs-pages .paginationjs-next > a::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 0.12rem;
}
.pagination-box .paginationjs-pages .paginationjs-linksinner {
  display: flex;
}

.article-section .article-body {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.36rem;
  color: rgba(0, 0, 0, 0.72);
  flex: 1;
}
.article-section .article-body p, .article-section .article-body ul, .article-section .article-body ol {
  margin: 0.12rem 0 0.36rem;
}
.article-section .article-body ul li {
  padding-left: 0.16rem;
  position: relative;
}
.article-section .article-body ul li::before {
  content: "";
  position: absolute;
  left: 0.02rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 1rem;
  top: 0.1rem;
  background-color: #012FA7;
}
.article-section .article-body ol {
  padding-left: 0.16rem;
}
.article-section .article-body ol li {
  list-style-type: decimal;
}
.article-section .article-body img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.article-section .article-body .btn {
  padding: 0.09rem 0.29rem;
  border-radius: 1rem;
  background: #012FA7;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.24rem auto 0.336rem;
}
.article-section .article-body .btn:hover {
  background-color: #1664ff;
}
.article-section .article-body .video-addon, .article-section .article-body video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin: 0 auto;
}
.article-section .article-body .video-addon {
  position: relative;
}
.article-section .article-body .video-addon .control {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-section .article-body .video-addon .control .btn {
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  border: none;
  display: block;
  padding: 0;
}
.article-section .article-body .video-addon .control .btn.btn-play {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/icon_play_normal.png");
  background-color: transparent;
}
.article-section .article-body .video-addon .control .btn.btn-play:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/icon_play_hover.png");
}
.article-section .article-body .video-addon .control .btn.btn-pause {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/icon_pause_normal.png");
  background-color: transparent;
}
.article-section .article-body .video-addon .control .btn.btn-pause:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/icon_pause_hover.png");
}
.article-section .article-body .video-addon .control:hover .btn.btn-pause {
  opacity: 1;
}
.article-section .article-body figure {
  overflow: hidden;
  border-radius: 0.18rem;
}
.article-section .article-body figure.figure_column {
  width: 2.4rem;
}
.article-section .article-body h4 {
  margin: 0 0 0.18rem;
  padding-bottom: 0.06rem;
  position: relative;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.article-section .article-body h4::after {
  content: "";
  position: absolute;
  width: 0.36rem;
  height: 0.04rem;
  border-radius: 1rem;
  background-color: #012FA7;
  left: 0;
  bottom: 0;
}
.article-section .article-body section {
  margin-bottom: 0.18rem;
}
.article-section .article-body section + section {
  margin-top: 0.18rem;
}
.article-section .article-body section p {
  margin: 0;
}
.article-section .article-body .wrap h6 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.12rem;
  color: #141414;
}
.article-section .article-body .wrap + .wrap {
  margin-top: 0.3rem;
}
.article-section .article-body .wrap + .wrap-in,
.article-section .article-body .wrap * + .wrap-in {
  margin-top: 0.24rem;
}
.article-section .article-body .wrap p {
  margin-bottom: 0.12rem;
}
.article-section .article-body .wrap * + p {
  margin-top: 0.12rem;
}
.article-section .article-body .wrap .litip {
  position: relative;
  padding-left: 0.22rem;
}
.article-section .article-body .wrap .litip::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  left: 0.08rem;
  top: 0.08rem;
  background-color: #012FA7;
  border-radius: 5rem;
}
.article-section .article-body .wrap .tags {
  display: flex;
  align-items: center;
}
.article-section .article-body .wrap .tags .tag {
  padding: 0.04rem 0.12rem;
  background-color: #F1F1F1;
  color: #012FA7;
  border-radius: 0.02rem;
}
.article-section .article-body .wrap .tags .tag + .tag {
  margin-left: 0.12rem;
}
.article-section .article-body .wrap .tags + p {
  margin-top: 0.12rem;
}
.article-section .article-body .shrink-box {
  width: 5.04rem;
}
.article-section .article-body .ju-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-section .article-body .ju-line .data-wrap {
  margin-left: 0.36rem;
}
.article-section .article-body .ju-line p {
  margin-bottom: 0;
}
.article-section .article-body .ju-line p + p {
  margin-top: 0.12rem;
}
.article-section .article-body .dot-line {
  display: flex;
  margin: 0.24rem 0;
  align-items: center;
}
.article-section .article-body .dot-line .dot {
  position: relative;
  flex: 1;
  margin: 0 0.36rem;
  border-left: 1px solid #012FA7;
  border-right: 1px solid #012FA7;
  padding: 0.03rem 0;
  min-width: 0.24rem;
}
.article-section .article-body .dot-line .dot::before {
  content: "";
  display: block;
  border-bottom: 1px dotted #012FA7;
}
.article-section .article-body .media-line {
  display: flex;
  justify-content: space-between;
}
.article-section .article-body .media-line figure {
  width: 2.4rem;
  margin-right: 0.64rem;
  flex-shrink: 0;
  border-radius: 0.18rem;
}
.article-section .article-body .media-line div + figure {
  margin-left: 0.64rem;
  margin-right: 0;
}
.article-section .article-body .media-line.al-center {
  align-items: center;
}
.article-section .article-body .media-line.al-start {
  align-items: flex-start;
}
.article-section .article-body .in-line .float_rt {
  float: right;
  margin-left: 0.24rem;
  margin-bottom: 0.1rem;
}
.article-section .article-body .in-line .float_rt figure {
  margin-left: 0.4rem;
  width: 2.4rem;
}
.article-section .article-body .in-line .float-rt-line1 {
  float: right;
  height: 0.24rem;
  width: 1px;
}
.article-section .article-body .in-line .float-rt-line2 {
  float: right;
  height: 0.48rem;
  width: 1px;
}
.article-section .article-body .in-line .float-rt-line3 {
  float: right;
  height: 0.72rem;
  width: 1px;
}
.article-section .article-body .in-line .float-rt-line4 {
  float: right;
  height: 0.96rem;
  width: 1px;
}
.article-section .article-body .in-line .float-rt-line5 {
  float: right;
  height: 1.2rem;
  width: 1px;
}
.article-section .article-body .in-line .float_rm {
  float: right;
  clear: right;
}
.article-section .article-body .in-line .data-wrap {
  margin: 0.16rem 0 0 0.36rem;
}
.article-section .article-body .in-line .data-wrap.nospace_t {
  margin-top: 0;
}
.article-section .article-body .medias-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-section .article-body .medias-line figure {
  width: 2.4rem;
  border-radius: 0.18rem;
}
.article-section .article-body .media-out-line {
  position: relative;
}
.article-section .article-body .media-out-line figure {
  width: 2.4rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.18rem;
}
.article-section .article-body .media-out-line figure.bottom {
  top: auto;
  bottom: 0;
}
.article-section .article-body .data-wrap {
  display: flex;
}
.article-section .article-body .data-wrap .data {
  color: #797979;
  text-align: center;
  white-space: nowrap;
}
.article-section .article-body .data-wrap .data + .data {
  margin-left: 0.36rem;
}
.article-section .article-body .data-wrap .data .num {
  color: #012FA7;
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.02rem;
}
.article-section .article-body .text-secttip {
  padding-bottom: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #012FA7;
  border-bottom: 1px solid #012FA7;
  margin-top: 0.24rem;
}
.article-section .article-body .text-secttip + .data-wrap {
  margin-top: 0.3rem;
}
.article-section .article-body .text-secttip + .data-wrap .data {
  text-align: left;
}
.article-section .article-body blockquote {
  background-color: #F1F1F1;
  border-radius: 0.12rem;
  padding: 0.48rem;
  margin-top: 0.18rem;
  position: relative;
}
.article-section .article-body blockquote footer {
  text-align: right;
  margin-top: 0.12rem;
}
.article-section .article-body blockquote::before {
  content: "";
  width: 0.24rem;
  height: 0.3rem;
  position: absolute;
  left: 0.08rem;
  top: 0.18rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/case/quote.png");
}
.article-section .article-body .remark {
  font-size: 0.12rem;
  line-height: 1.5;
  color: #797979;
}
.article-section .article-body .btn-link {
  display: block;
  margin: 0.24rem 0 0.18rem;
  width: -moz-fit-content;
  width: fit-content;
}
.article-section .article-body .btn-link::after {
  margin-left: 0.08rem;
}
.article-section .article-body .highlight-1 {
  padding: 0.08rem 0.18rem;
  background-color: #EB103C;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.12rem;
}
.article-section .article-body .highlight-2 {
  padding: 0.08rem 0.18rem;
  background-color: #012FA7;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.12rem;
}
.article-section.hasRec .article-body img {
  width: 100%;
}
.article-section .section-main {
  display: flex;
}
.article-section .rec-box {
  margin-right: 0;
  margin-left: 1.08rem;
  width: 20%;
  flex-shrink: 0;
}
.article-section .rec-box .nav {
  margin-bottom: 0.24rem;
  display: flex;
  align-items: flex-end;
  margin-top: 0.36rem;
}
.article-section .rec-box .nav li {
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
  margin-right: 0.24rem;
  cursor: pointer;
}
.article-section .rec-box .nav li.active {
  font-weight: 700;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.article-section .rec-box .rec-main {
  margin-bottom: 0.3rem;
}
.article-section .rec-box .rec-main .rec-list-item {
  display: none;
}
.article-section .rec-box .rec-main .rec-list-item li {
  margin-bottom: 0.12rem;
  font-weight: 500;
  color: #797979;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.article-section .rec-box .rec-main .rec-list-item li .title::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.article-section .rec-box .rec-main .rec-list-item li:hover, .article-section .rec-box .rec-main .rec-list-item li.active {
  font-weight: 900;
  color: #000;
}
.article-section .rec-box .rec-main .rec-list-item li:hover .title::before, .article-section .rec-box .rec-main .rec-list-item li.active .title::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.article-section .rec-box .rec-main .rec-list-item li:hover .img-addon, .article-section .rec-box .rec-main .rec-list-item li.active .img-addon {
  display: block;
}
.article-section .rec-box .rec-main .rec-list-item li .img-addon {
  display: none;
  margin-top: 0.08rem;
}
.article-section .rec-box .rec-main .rec-list-item a {
  color: inherit;
}

.res-section .section-box {
  padding-top: 0.6rem;
}
.res-section .section-box .section-main {
  margin-top: 0.64rem;
  display: flex;
  justify-content: space-between;
}
.res-section .section-box .section-main .com-news-ver {
  width: calc(33% - 16px);
}

@media screen and (max-width: 980px) {
  /* .banner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/assets/img/news_banner.jpg");
  } */
  .banner-section .section-box {
    padding: 0.72rem 0 0.96rem;
  }
  .banner-section .section-box .title {
    font-size: 0.72rem;
    line-height: 0.96rem;
    margin-bottom: 0.24rem;
  }
  .banner-section .section-box .info {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .banner-section .section-box .btn {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.36rem;
  }
  .banner-section.rpt-banner, .banner-section.rpt-details {
    height: auto;
    padding: 0.72rem 0 0.96rem;
  }
  .banner-section.rpt-banner .time, .banner-section.rpt-details .time {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0;
  }
  .banner-section.rpt-banner .btn, .banner-section.rpt-details .btn {
    margin-top: 0.48rem;
  }
  .banner-section.details-banner br {
    display: none;
  }
  .banner-section.details-banner .section-box .title {
    font-size: 0.56rem;
    line-height: 0.8rem;
    margin: 0;
  }
  .list-section .case-list-box {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: -0.24rem;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .list-section .case-list-box .case-item {
    width: 100%;
    margin: 0.18rem 0;
  }
  .list-section .case-list-box .case-item > .img-addon {
    height: 6.4rem;
  }
  .list-section .case-list-box .case-item .mask .logo {
    width: 2rem;
  }
  .list-section .case-list-box .case-item .mask .df-info {
    left: 0.48rem;
    bottom: 0.48rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas .dataitem {
    width: 3rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas .dataitem + .dataitem::before {
    top: 0.1rem;
    width: 0.02rem;
    height: 0.72rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas .item-data {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas .item-data .num {
    font-size: 0.64rem;
    line-height: 0.88rem;
  }
  .list-section .case-list-box .case-item .mask .case-datas .item-tit {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .list-section .case-list-box .case-item .mask .case-link {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .list-section .case-list-box .case-item:hover .mask {
    background-color: transparent;
  }
  .list-section .case-list-box .case-item:hover .mask .logo {
    width: 2rem;
    margin-left: 0;
  }
  .list-section .case-list-box .case-item:hover .mask .df-info {
    opacity: 1;
    transform: translateY(0);
  }
  .list-section .case-list-box .case-item:hover .mask .case-datas {
    opacity: 0;
  }
  .list-section .case-list-box .case-item:hover .mask .case-link {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
  }
  .article-section .article-body {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .article-section .article-body figure.figure_column {
    width: 4.8rem;
    max-width: 90vw;
    margin-right: 0;
    border-radius: 0.24rem;
    margin: 0.24rem auto;
  }
  .article-section .article-body .video-addon .control .btn {
    width: 0.96rem;
    height: 0.96rem;
  }
  .article-section .article-body h4 {
    margin: 0 0 0.36rem;
    padding-bottom: 0.12rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .article-section .article-body h4::after {
    width: 0.72rem;
    height: 0.06rem;
  }
  .article-section .article-body section {
    margin-bottom: 0.36rem;
  }
  .article-section .article-body section + section {
    margin-top: 0.36rem;
  }
  .article-section .article-body .wrap + .wrap {
    margin-top: 0.6rem;
  }
  .article-section .article-body .wrap + .wrap-in,
  .article-section .article-body .wrap * + .wrap-in {
    margin-top: 0.48rem;
  }
  .article-section .article-body .wrap h6 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .article-section .article-body .wrap p {
    margin-bottom: 0.24rem;
  }
  .article-section .article-body .wrap * + p {
    margin-top: 0.24rem;
  }
  .article-section .article-body .wrap .litip {
    padding-left: 0.44rem;
  }
  .article-section .article-body .wrap .litip::before {
    width: 0.12rem;
    height: 0.12rem;
    left: 0.16rem;
    top: 0.16rem;
  }
  .article-section .article-body .wrap .tags {
    font-size: 0.24rem;
  }
  .article-section .article-body .wrap .tags .tag {
    padding: 0.06rem 0.2rem;
    border-radius: 0.04rem;
  }
  .article-section .article-body .wrap .tags .tag + .tag {
    margin-left: 0.16rem;
  }
  .article-section .article-body .wrap .tags + p {
    margin-top: 0.24rem;
  }
  .article-section .article-body * + .wrap-in {
    margin-top: 0.48rem;
  }
  .article-section .article-body .shrink-box {
    width: auto;
  }
  .article-section .article-body .ju-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-section .article-body .ju-line .data-wrap {
    margin-top: 0.36rem;
    margin-left: 0;
  }
  .article-section .article-body .ju-line p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .article-section .article-body .ju-line p + p {
    margin-top: 0.24rem;
  }
  .article-section .article-body .media-line {
    flex-direction: column;
    align-items: center;
  }
  .article-section .article-body .media-line figure {
    width: 4.8rem;
    max-width: 90vw;
    margin-right: 0;
    border-radius: 0.24rem;
    margin: 0.24rem auto;
  }
  .article-section .article-body .media-line div + figure {
    margin-top: 0.24rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .article-section .article-body .media-line.media-line-rvs {
    flex-direction: column-reverse;
  }
  .article-section .article-body .in-line {
    display: flex;
    flex-direction: column-reverse;
  }
  .article-section .article-body .in-line .float_rt {
    float: none;
    margin-left: 0;
    margin-top: 0.12rem;
    margin-bottom: 0.36rem;
  }
  .article-section .article-body .in-line .float_rt figure {
    margin-left: auto;
    margin-right: auto;
    width: 4.8rem;
    max-width: 90vw;
  }
  .article-section .article-body .in-line .float-rt-line1 {
    display: none;
  }
  .article-section .article-body .in-line .float-rt-line2 {
    display: none;
  }
  .article-section .article-body .in-line .float-rt-line3 {
    display: none;
  }
  .article-section .article-body .in-line .float-rt-line4 {
    display: none;
  }
  .article-section .article-body .in-line .float-rt-line5 {
    display: none;
  }
  .article-section .article-body .in-line .float_rm {
    float: none;
  }
  .article-section .article-body .in-line .float_rm + p {
    margin-top: 0;
  }
  .article-section .article-body .in-line .data-wrap {
    margin-top: 0.36rem;
    margin-left: 0;
  }
  .article-section .article-body .medias-line figure {
    width: 30%;
  }
  .article-section .article-body .media-out-line figure {
    position: initial;
    max-width: 90vw;
    height: auto;
    margin: 0.36rem auto 0.64rem;
    border-radius: 0.24rem;
    width: 4.8rem;
  }
  .article-section .article-body .data-wrap {
    overflow-x: auto;
    max-width: 100%;
  }
  .article-section .article-body .data-wrap .data {
    max-width: 50%;
    font-size: 0.24rem;
  }
  .article-section .article-body .data-wrap .data + .data {
    margin-left: 0.56rem;
  }
  .article-section .article-body .data-wrap .data .num {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.06rem;
  }
  .article-section .article-body .text-secttip {
    padding-bottom: 0.24rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.48rem;
  }
  .article-section .article-body .text-secttip + .data-wrap {
    margin-top: 0.36rem;
  }
  .article-section .article-body blockquote {
    border-radius: 0.18rem;
    padding: 0.64rem;
    margin-top: 0.36rem;
  }
  .article-section .article-body blockquote footer {
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .article-section .article-body blockquote::before {
    content: "";
    width: 0.36rem;
    height: 0.46rem;
    left: 0.16rem;
    top: 0.32rem;
  }
  .article-section .article-body .remark {
    font-size: 0.2rem;
    margin-top: 0.64rem;
  }
  .article-section .article-body .btn-link {
    margin: 0.36rem 0 0.12rem;
  }
  .article-section .article-body .btn-link::after {
    margin-left: 0.1rem;
  }
  .article-section .article-body .highlight-1, .article-section .article-body .highlight-2 {
    padding: 0.08rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .article-section .article-body img {
    width: 90%;
  }
  .article-section .section-main {
    display: block;
  }
  .article-section .rec-box {
    display: none;
  }
  .res-section .section-box {
    padding-bottom: 0;
  }
  .res-section .section-box .section-main {
    margin-top: 0.12rem;
    flex-direction: column;
  }
  .res-section .section-box .section-main .com-news-ver {
    width: 100%;
    margin: 0.36rem 0 0;
  }
  .res-section .section-box .section-main .com-news-ver .title {
    -webkit-line-clamp: initial;
    margin-top: 0.16rem;
    height: auto;
    margin-bottom: 0;
  }
}
#connt .box {
  padding: 0.48rem 0.36rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  background: #f8f8f8;
  margin-bottom: 0.6rem;
}
#connt .logo {
  padding: 14px 0;
}
#connt .logo .logo-info, #connt .logo .card-name {
  font-weight: 900;
}
#connt .logo .img-addon {
  width: 192px;
  height: 36px;
  margin-bottom: 28px;
}
#connt .logo .img-addon img {
  width: 100%;
}
#connt .logo .card-info {
  margin-top: 56px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}
#connt .logo .card-info span {
  font-weight: 900;
}
#connt .wechat-code {
  width: 266px;
  height: 360px;
}
#connt .wechat-code img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  #connt .box {
    display: flex;
    justify-content: center;
    padding: 64px 24px;
    font-size: 20px;
    line-height: 30px;
    color: #797979;
  }
  #connt .logo {
    padding: 0;
  }
  #connt .logo .logo-inner {
    display: flex;
    justify-content: space-between;
  }
  #connt .logo .img-addon {
    width: 144px;
    height: 27px;
    margin-bottom: 12px;
  }
  #connt .logo .logo-info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 400;
  }
  #connt .logo .logo-info div {
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #141414;
  }
  #connt .logo .wechat-code {
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
    padding: 4px;
    background-color: #012FA7;
    border-radius: 12px;
    margin-left: 10px;
  }
  #connt .logo .wechat-code .img-addon {
    width: 92px;
    height: 92px;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    position: relative;
  }
  #connt .logo .wechat-code .img-addon .img {
    width: auto;
    -o-object-fit: initial;
       object-fit: initial;
    position: absolute;
    top: -37px;
    height: 170%;
    left: -11px;
  }
  #connt .logo .card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
    width: 100%;
  }
  #connt .logo .card-info {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #connt .logo .card-info span {
    display: block;
    font-weight: 900;
    color: #141414;
  }
  #connt .logo .card-name {
    color: #141414;
  }
  #connt .layui-layer-setwin {
    top: 24px;
    right: 24px;
  }
}