@charset "UTF-8";
@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/news_banner.jpg");
  color: #fff;
  text-align: center;
}
.banner-section .section-main .info {
  font-weight: 500;
  margin: 0.18rem 0 0.36rem;
}
.banner-section .section-main .tip {
  font-size: 0.12rem;
  color: #DEDEDE;
  line-height: 1;
  margin-top: -0.24rem;
  margin-bottom: 0.36rem;
}
.banner-section .section-main .title + .btn {
  margin-top: 0.36rem;
}

.crumb-section {
  padding-bottom: 0.64rem;
}
.crumb-section.light {
  background-color: #fff;
}

.top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-box .btn {
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.scence-section {
  background-color: #F1F1F1;
}
.scence-section .section-main {
  margin-top: 0.48rem;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  display: flex;
  justify-content: space-between;
}
.scence-section .section-main .line {
  margin: 0 0.12rem;
  flex: 1;
}
.scence-section .section-main .line .img-addon {
  height: 1.76rem;
}
.scence-section .section-main .line .title {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.04rem;
  margin-top: 0.18rem;
}
.scence-section .section-main .line .info {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
}

.info-section {
  background-color: #F1F1F1;
}
.info-section .section-main {
  padding-right: 6.85rem;
}
.info-section .section-main .title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 900;
  margin-bottom: 0.24rem;
}
.info-section .section-main .info {
  font-size: 0.18rem;
  line-height: 0.28rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
}
.info-section .section-main .tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: block;
}

.page_node .info-section {
  position: relative;
}
.page_node .info-section .section-main .info {
  margin-top: 0;
}
.page_node .info-section .video-box {
  position: absolute;
  width: 6.85rem;
  height: 100%;
  right: 0;
  top: 0;
}
.page_node .info-section .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_node .list-section .section-main {
  margin-top: 0.64rem;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  display: flex;
  justify-content: space-between;
}
.page_node .list-section .section-main .line {
  margin: 0 0.12rem;
  flex: 1;
}
.page_node .list-section .section-main .line .title {
  font-weight: 900;
  font-size: 0.4rem;
  margin-bottom: 0.24rem;
  line-height: 0.48rem;
}
.page_node .list-section .section-main .line .info {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #797979;
}
.page_node .img-section .section-main {
  margin-top: 0.76rem;
}
.page_node .img-section .section-main .img-addon {
  height: 4rem;
}
.page_node .img-section .section-main .img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page_node .img2-section {
  background-color: #F1F1F1;
}
.page_node .img2-section .section-main {
  margin-top: 0.64rem;
}
.page_node .img2-section .section-main .img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page_node .flow-section .section-main {
  height: 3.6rem;
  margin-top: 0.64rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("/assets/img/node-flow.jpg");
  text-align: center;
}
.page_node .flow-section .section-main .info-line {
  display: flex;
  padding: 0 0.72rem;
  color: #141414;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  justify-content: space-between;
}
.page_node .flow-section .section-main .info-line span::before {
  content: "";
  width: 1.16rem;
  height: 1.16rem;
  margin-bottom: 0.36rem;
  display: block;
  border-radius: 1rem;
  border: 2px solid #F1F1F1;
  background-color: #fff;
}
.page_node .flow-section .section-main .info-line span.i1::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.64rem auto;
  background-image: url("/assets/img/node-flow-i1.png");
}
.page_node .flow-section .section-main .info-line span.i2::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.64rem auto;
  background-image: url("/assets/img/node-flow-i2.png");
}
.page_node .flow-section .section-main .info-line span.i3::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.64rem auto;
  background-image: url("/assets/img/node-flow-i3.png");
}
.page_node .flow-section .section-main .info-line span.i4::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.64rem auto;
  background-image: url("/assets/img/node-flow-i4.png");
}
.page_node .flow-section .section-main .info-line span.i5::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.64rem auto;
  background-image: url("/assets/img/node-flow-i5.png");
}
.page_node .flow-section .section-main .tip {
  margin-top: 0.48rem;
  color: #012FA7;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.12rem;
}
.page_node .flow-section .section-main .tel {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.09rem 0.29rem;
  background-color: #012FA7;
  color: #fff;
  display: block;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  }
.page_node .news-section {
  background-color: #F1F1F1;
}
.page_node .scence-section .section-main .line .title {
  margin-bottom: 0;
}

.page_anchor .info-section {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6.85rem 100%;
  background-image: url("/assets/img/anchor-info.jpg");
}
.page_anchor .info-section .section-main {
  padding-right: 7.84rem;
}
.page_anchor .info-section .section-main .info {
  margin-top: 0;
}
.page_anchor .list-section .section-main {
  margin-top: 0.36rem;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
.page_anchor .list-section .section-main .line {
  margin: 0.12rem;
  width: calc(20% - 0.24rem);
}
.page_anchor .list-section .section-main .line .img-addon {
  height: 2.8rem;
}
.page_anchor .list-section .section-main .line .title {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.24rem;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_anchor .scence-section {
  background-color: #F1F1F1;
}
.page_anchor .scence-section .section-main .line .title {
  margin-bottom: 0;
}
.page_anchor .news-section .section-box {
  padding-bottom: 0;
}

.page_added .crumb-section {
  padding-top: 0.18rem;
  padding-bottom: 0.8rem;
}
.page_added .banner-section {
  background-image: url(/assets/img/added_banner.jpg);
}
.page_added .banner-section .section-main {
  align-items: flex-start;
}
.page_added .banner-section .section-main .title {
  margin-left: 0;
}
.page_added .list-section .section-box {
  padding: 0;
}
.page_added .list-section .scroll-nav-box {
  position: sticky;
  top: 23%;
  float: left;
}
.page_added .list-section .scroll-nav-box > span {
  margin: 0 0 0.24rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.page_added .list-section .scroll-nav-box li {
  margin: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #797979;
  cursor: pointer;
}
.page_added .list-section .scroll-nav-box li::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.page_added .list-section .scroll-nav-box li.active {
  font-weight: 700;
  color: #000;
}
.page_added .list-section .scroll-nav-box li.active::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.page_added .list-section .scroll-box {
  margin-left: 2.9rem;
}
.page_added .list-section .scroll-box > ul > li + li {
  padding-top: 0.88rem;
}
.page_added .list-section .scroll-box .service-item .title-p {
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_added .list-section .scroll-box .service-item .title-p .title {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.page_added .list-section .scroll-box .service-item .title-p .btn {
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
}
.page_added .list-section .scroll-box .service-item .service-item-main {
  display: flex;
  justify-content: space-between;
}
.page_added .list-section .scroll-box .service-item .service-item-main .left {
  flex: 1;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line {
  display: flex;
  padding: 0.18rem 0 0.18rem 0.24rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle {
  width: 0.141rem;
  height: 0.141rem;
  flex-shrink: 0;
  margin-right: 0.14rem;
  margin-top: 0.09rem;
  line-height: 0.14rem;
  text-align: center;
  border-radius: 1rem;
  font-size: 0.06rem;
  color: #797979;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/added-arr.svg");
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle {
  position: relative;
  width: 0.14rem;
  height: 0.14rem;
  background: transparent;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
  border-radius: 1rem;
  background-color: #edf0f9;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-left, .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-right {
  width: 0.07rem;
  height: 0.14rem;
  overflow: hidden;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-bar {
  background-color: #012FA7;
  width: 0.14rem;
  height: 0.14rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-right .circle-bar {
  animation: rotate_added linear 2s forwards;
  transform-origin: center left;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-left .circle-bar {
  animation: rotate_added2 linear 2s forwards 2s;
  transform-origin: center left;
  margin-left: 0.07rem;
  background-color: #edf0f9;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.12rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list {
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list li {
  position: relative;
  padding-left: 0.16rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: 0.1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line-box.active .info-line {
  background: linear-gradient(90deg, rgba(1, 47, 167, 0.08) 0%, rgba(1, 47, 167, 0) 100%);
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line-box.active .info-line .tools-item-circle {
  background-color: transparent;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line-box.active .info-line .tools-item-circle::before {
  content: none;
}
.page_added .list-section .scroll-box .service-item .service-item-main .info-line-box .img-addon {
  display: none;
}
.page_added .list-section .scroll-box .service-item .service-item-main .right {
  margin-left: 0.42rem;
  width: 4.7rem;
  flex-shrink: 0;
}
.page_added .list-section .scroll-box .service-item .service-item-main .right .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_video .banner-section {
  background-image: url(/assets/img/video_banner.jpg);
}
.page_video .into-section .section-box {
  padding-top: 0;
  padding-bottom: 0.68rem;
}
.page_video .into-section .section-info {
  margin-top: 0.18rem;
}
.page_video .into-section .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.12rem -0.12rem 0;
}
.page_video .into-section .list .img-addon {
  margin: 0.12rem;
  width: calc(33.3% - 0.24rem);
}
.page_video .case-section {
  background-color: #F1F1F1;
}
.page_video .case-section .section-main {
  margin-top: 0.36rem;
  position: relative;
}
.page_video .case-section .case-layout {
  height: 4.8rem;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.page_video .case-section .case-layout .case-media {
  flex: 1 0 66.4%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.page_video .case-section .case-layout .case-media .box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_video .case-section .case-layout .case-media .box:hover .btn-pause {
  opacity: 1 !important;
}
.page_video .case-section .case-layout .case-media .case-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.page_video .case-section .case-layout .case-media .case-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
}
.page_video .case-section .case-layout .case-media .control {
  position: absolute;
  z-index: 999666;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page_video .case-section .case-layout .case-media .control .btn {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  cursor: pointer;
  border: none;
}
.page_video .case-section .case-layout .case-media .control .btn.btn-play {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/icon_play_normal.png");
}
.page_video .case-section .case-layout .case-media .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");
}
.page_video .case-section .case-layout .case-media .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");
}
.page_video .case-section .case-layout .case-media .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");
}
.page_video .case-section .case-layout .case-media .case-black {
  width: 100%;
  height: 55.5%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page_video .case-section .case-layout .case-media .case-info {
  position: absolute;
  left: 0.3rem;
  top: 3.2rem;
  color: #fff;
  z-index: 5;
  width: 80%;
}
.page_video .case-section .case-layout .case-media .case-title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
}
.page_video .case-section .case-layout .case-media .case-desc {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  margin-top: 0.08rem;
}
.page_video .case-section .case-layout .case-datas {
  height: 100%;
  background: #012FA7;
  padding: 0.64rem 0.48rem 0.64rem 0.64rem;
  color: #fff;
  width: 3.6rem;
}
.page_video .case-section .case-layout .case-datas.case-tp1 {
  color: #F1F1F1;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.page_video .case-section .case-layout .case-datas.case-tp1 .info {
  font-weight: 900;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
}
.page_video .case-section .case-layout .case-datas.case-tp2 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
}
.page_video .case-section .case-layout .case-datas.case-tp2 .title {
  font-weight: 900;
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-bottom: 0.08rem;
}
.page_video .case-section .swiper-btns {
  position: absolute;
  right: 2.04rem;
  bottom: 0.64rem;
  z-index: 999;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.page_video .case-section .swiper-btns .swiper-btn-prev, .page_video .case-section .swiper-btns .swiper-btn-next {
  width: 0.36rem;
  background-color: #F1F1F1;
  margin-left: 0.24rem;
  height: 0.36rem;
  line-height: 0.38rem;
  border-radius: 1rem;
  color: #012FA7;
  font-weight: 900;
  cursor: pointer;
}
.page_video .case-section .swiper-btns .swiper-btn-next {
  padding-left: 0.02rem;
}
.page_video .case-section .swiper-btns .swiper-btn-prev {
  padding-right: 0.02rem;
}
.page_video .task-section .list {
  display: flex;
  margin-top: 0.48rem;
  align-items: flex-start;
}
.page_video .task-section .list .item {
  background-color: #F1F1F1;
  padding: 0.48rem 0.32rem 0.48rem 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
  flex: 1;
}
.page_video .task-section .list .item + .item {
  margin-left: 0.2rem;
}
.page_video .task-section .list .item .title {
  color: #141414;
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.36rem;
}
.page_video .task-section .list .item .stitle {
  margin-top: 0.24rem;
  margin-bottom: 0.12rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #141414;
  font-weight: 900;
}
.page_video .task-section .list .item ul {
  height: 1.12rem;
}
.page_video .task-section .list .item ul > li {
  position: relative;
  padding-left: 0.16rem;
}
.page_video .task-section .list .item ul > li::before {
  content: "";
  background-color: #141414;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.page_video .task-section .list .item ol > li {
  position: relative;
  padding-left: 0.2rem;
}
.page_video .task-section .list .item ol > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}
.page_video .task-section .list .item .btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.36rem;
}
.page_video .about-section {
  background-color: #F1F1F1;
}
.page_video .about-section .section-main {
  margin-top: 0.64rem;
}
.page_video .about-section .line {
  margin-top: 0.36rem;
}
.page_video .about-section .line .title {
  margin-bottom: 0.12rem;
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 700;
  color: #141414;
}
.page_video .about-section .line .info {
  color: #797979;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.page_video .about-section .list {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.page_video .about-section .list .img-outer {
  flex: 1;
  position: relative;
}
.page_video .about-section .list .img-outer + .img-outer {
  margin-left: 0.24rem;
}
.page_video .about-section .list .img-outer::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000000 0.69%, #000000 100%);
}
.page_video .about-section .list .img-outer span {
  position: absolute;
  font-size: 0.24rem;
  line-height: 0.36rem;
  left: 0.24rem;
  bottom: 0.24rem;
  color: #fff;
  font-weight: 700;
}
.page_video .service-section .list {
  display: flex;
  margin-top: 0.64rem;
}
.page_video .service-section .list .line {
  flex: 1;
}
.page_video .service-section .list .line .title {
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin-bottom: 0.36rem;
  color: #141414;
}
.page_video .service-section .list .line .info {
  color: #797979;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.page_video .news-section {
  background-color: #F1F1F1;
}

.page_operate .banner-section {
  background-image: url(/assets/img/operate_banner.jpg);
}
.page_operate .info-section {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7.82rem 100%;
  background-image: url("/assets/img/operate-info.jpg");
}
.page_operate .info-section .section-box {
  padding: 0.48rem 0;
}
.page_operate .info-section .section-main {
  padding-right: 7.88rem;
}
.page_operate .scence-section {
  background-color: #fff;
}
.page_operate .scence-section .section-main .line .img-addon {
  height: 2.4rem;
}
.page_operate .instru-section {
  background-color: #F1F1F1;
}
.page_operate .instru-section .section-main {
  display: flex;
  margin-top: 0.64rem;
}
.page_operate .instru-section .section-main .line {
  display: flex;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #141414;
  flex: 1;
  border: 1px solid #DEDEDE;
}
.page_operate .instru-section .section-main .line + .line {
  margin-left: 0.24rem;
}
.page_operate .instru-section .section-main .line .img-addon {
  width: 2.08rem;
  height: 3.18rem;
  margin-right: 0.36rem;
}
.page_operate .instru-section .section-main .line .title {
  margin-top: 0.36rem;
  margin-bottom: 0.36rem;
  padding-bottom: 0.22rem;
  position: relative;
  font-weight: 900;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.page_operate .instru-section .section-main .line .title span {
  margin-right: 0.04rem;
  color: #012FA7;
}
.page_operate .instru-section .section-main .line .title::after {
  content: "";
  width: 0.48rem;
  height: 0.04rem;
  background-color: #012FA7;
  border-radius: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_operate .instru-section .section-main .line ul > li {
  position: relative;
  padding-left: 0.16rem;
}
.page_operate .instru-section .section-main .line ul > li::before {
  content: "";
  background-color: #012FA7;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.11rem;
}
.page_operate .instru-section .section-main .line .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: block;
}
.page_operate .table-section {
  background-color: #fff;
}
.page_operate .table-section .nav-box {
  display: flex;
  padding-bottom: 0.24rem;
  align-items: center;
  background-color: #fff;
}
.page_operate .table-section .nav-box .nav-item {
  margin-right: 0.24rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
}
.page_operate .table-section .nav-box .nav-item:hover {
  color: #012FA7;
}
.page_operate .table-section .nav-box .nav-item.active {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
}
.page_operate .table-section .nav-box .nav-item.active:hover {
  color: inherit;
}
.page_operate .table-section .section-main {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.page_operate .table-section .section-main table {
  border-left: 1px solid #000;
  margin-top: 0.64rem;
  width: 100%;
}
.page_operate .table-section .section-main table thead {
  height: 100px;
  background: #000;
  padding: 0.36rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 900;
  color: #fff;
  border-left: 1px solid #000;
}
.page_operate .table-section .section-main table thead tr th:nth-child(1) {
  width: 26%;
}
.page_operate .table-section .section-main table thead tr th:nth-child(2) {
  width: 19%;
}
.page_operate .table-section .section-main table tbody td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.16rem 0.24rem;
}
.page_operate .point-section {
  background-color: #F1F1F1;
}
.page_operate .point-section .point-line {
  justify-content: space-between;
  margin: 0.48rem 0 0;
}
.page_operate .point-section .point-line span {
  padding: 0.24rem;
  background-color: #DEDEDE;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  color: #000;
  width: calc(33% - 15px);
  justify-content: center;
  display: flex;
  align-items: center;
}
.page_operate .news-section .section-box {
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  main {
    margin-top: 0;
  }
  .crumb-section {
    padding-bottom: 0.72rem;
  }
  .banner-section .section-main .info {
    margin: 0.36rem 0 0.72rem;
  }
  .banner-section .section-main .tip {
    font-size: 0.24rem;
    margin-top: -0.48rem;
    margin-bottom: 0.48rem;
  }
  .banner-section .section-main .title + .btn {
    margin-top: 0.72rem;
  }
  .top-box .btn {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0;
    margin: 0;
    border: none;
    color: #012FA7;
    font-weight: 500;
    background-color: transparent;
  }
.scence-section .section-box {
    padding-bottom: 0.54rem;
  }
  .scence-section .section-main {
    margin-top: 0.3rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .scence-section .section-main .line {
    margin: 0.18rem 0;
    flex: initial;
    width: 100%;
    position: relative;
    height: 7.6rem;
  }
  .scence-section .section-main .line .img-addon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  .scence-section .section-main .line .img-addon::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
  }
  .scence-section .section-main .line > .text {
    bottom: 0.32rem;
    position: absolute;
    z-index: 2;
    color: #fff;
    padding: 0 0.6rem;
  }
  .scence-section .section-main .line > .text .title {
    color: #fff;
    margin: 0 0 0.12rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .scence-section .section-main .line > .text .info {
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .scence-section .section-main .line .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-bottom: 0.12rem;
    margin-top: 0.16rem;
  }
  .scence-section .section-main .line .info {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .info-section .section-box {
    padding-top: 0.6rem;
  }
  .info-section .section-main {
    padding-right: 0 !important;
    padding-bottom: 4.48rem;
  }
  .info-section .section-main .title {
    font-size: 0.56rem;
    line-height: 0.68rem;
    margin-bottom: 0.24rem;
  }
  .info-section .section-main .info {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .info-section .section-main .tel {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.48rem;
  }
  .page_node .info-section {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 4.8rem;
    background-image: url("/assets/img/node-info.jpg");
  }
  .page_node .info-section .video-box {
    width: 100%;
    height: 4.8rem;
    bottom: 0;
    top: initial;
    left: 0;
  }
  .page_node .list-section .topTine-box {
    margin-bottom: 0.44rem;
  }
  .page_node .list-section .section-main {
    margin-top: 0.12rem;
    margin-left: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
  .page_node .list-section .section-main .line {
    margin: 0.36rem 0 0;
  }
  .page_node .list-section .section-main .line .title {
    margin-bottom: 0.08rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .page_node .list-section .section-main .line .info {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .page_node .img-section .topTine-box {
    margin-bottom: 0.8rem;
  }
  .page_node .img-section .section-box {
    padding-bottom: 0.56rem;
  }
  .page_node .img-section .section-main {
    margin-top: 0.36rem;
  }
  .page_node .img-section .section-main .img-addon {
    height: 3.88rem;
  }
  .page_node .img2-section .section-main {
    margin-top: 0.48rem;
  }
  .page_node .img2-section .section-main .img-addon {
    height: 9rem;
  }
  .page_node .flow-section .section-main {
    height: auto;
    margin-top: 0.48rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.36rem auto;
    background-image: url("/assets/img/node-flow-m2.jpg");
  }
  .page_node .flow-section .section-main .info-line {
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
  }
  .page_node .flow-section .section-main .info-line span {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-bottom: 1.1rem;
    width: 30%;
    min-width: 1.9rem;
  }
  .page_node .flow-section .section-main .info-line span:nth-last-child(1), .page_node .flow-section .section-main .info-line span:nth-last-child(2) {
    margin-bottom: 0;
  }
  .page_node .flow-section .section-main .info-line span::before {
    margin: 0 auto 0.4rem;
    width: 1.28rem;
    height: 1.28rem;
    background-size: 0.72rem auto !important;
  }
  .page_node .flow-section .section-main .tip {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-bottom: 0;
    margin-top: 0.16rem;
    padding: 0 0.16rem;
    width: 1.9rem;
    line-height: 0.56rem;
  }
  .page_node .flow-section .section-main .tel {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0.19rem 0.59rem;
  }
  .page_anchor .info-section {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 4.8rem;
    background-image: url("/assets/img/anchor-info.jpg");
  }
  .page_anchor .list-section .section-main .line {
    width: calc(33.3% - 0.24rem);
  }
  .page_anchor .scence-section .topTine-box {
    margin-bottom: 0.48rem;
  }
  .page_anchor .scence-section .section-main .line {
    height: 3.6rem;
    margin: 0;
  }
  .page_anchor .scence-section .section-main .line + .line {
    margin-top: 0.48rem;
  }
  .page_added .banner-section .section-main .title {
    margin-top: 0.72rem;
  }
  .page_added .banner-section .section-main .info {
    margin: 0.16rem 0 0;
  }
  .page_added .crumb-section {
    padding-bottom: 0.6rem;
    padding-top: 0.24rem;
  }
  .page_added .list-section .scroll-nav-box {
    display: none;
  }
  .page_added .list-section .scroll-box {
    margin-left: 0;
    margin-right: 0;
  }
  .page_added .list-section .scroll-box > ul > li + li {
    padding-top: 0.44rem;
  }
  .page_added .list-section .scroll-box .service-item .title-p {
    margin-bottom: 0.2rem;
  }
  .page_added .list-section .scroll-box .service-item .title-p .btn {
    display: none;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main {
    flex-direction: column;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line {
    padding: 0.16rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.28rem;
    margin-top: 0.18rem;
    line-height: 0.28rem;
    font-size: 0.12rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle {
    width: 0.28rem;
    height: 0.28rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle::after {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.06rem;
    left: 0.06rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-left, .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-right {
    width: 0.14rem;
    height: 0.28rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-bar {
    width: 0.28rem;
    height: 0.28rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle .circle .circle-left .circle-bar {
    margin-left: 0.14rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .tools-item-circle::before {
    width: 0.28rem;
    height: 0.28rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.16rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list li {
    padding-left: 0.24rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line .info-list li::before {
    width: 0.08rem;
    height: 0.08rem;
    top: 0.2rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .info-line-box.active .img-addon {
    display: block;
    margin: 0.2rem 0;
    height: 3rem;
  }
  .page_added .list-section .scroll-box .service-item .service-item-main .right {
    margin-left: 0;
    margin-top: 0.16rem;
    width: 100%;
    height: 3rem;
    display: none;
  }
  .page_added .list-section .scroll-box #n1 {
    height: 11.28rem;
  }
  .page_added .list-section .scroll-box #n2 {
    height: 11.36rem;
  }
  .page_added .list-section .scroll-box #n3 {
    height: 11.36rem;
  }
  .page_added .list-section .scroll-box #n4 {
    height: 10.28rem;
  }
  .page_added .list-section .scroll-box #n5 {
    height: 10.76rem;
  }
  .page_added .list-section .scroll-box #n6 {
    height: 11.24rem;
  }
  .page_video .into-section .section-box {
    padding-bottom: 0.6rem;
  }
  .page_video .into-section .section-info {
    margin-top: 0.16rem;
  }
  .page_video .into-section .list .img-addon {
    width: calc(50% - 0.24rem);
  }
  .page_video .case-section .section-main {
    margin-top: 0.48rem;
  }
  .page_video .case-section .case-layout {
    height: auto;
    flex-direction: column;
  }
  .page_video .case-section .case-layout .case-media {
    flex: initial;
    height: 4.26rem;
  }
  .page_video .case-section .case-layout .case-media .case-info {
    left: 0.48rem;
    top: 2.66rem;
    width: 100%;
  }
  .page_video .case-section .case-layout .case-media .case-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .page_video .case-section .case-layout .case-media .case-desc {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.04rem;
  }
  .page_video .case-section .case-layout .case-media .control .btn {
    width: 0.72rem;
    height: 0.72rem;
  }
  .page_video .case-section .case-layout .case-media .case-black {
    bottom: -1px;
  }
  .page_video .case-section .case-layout .case-datas {
    padding: 0.96rem 0.72rem 1.92rem;
    width: 100%;
  }
  .page_video .case-section .case-layout .case-datas.case-tp1 {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .page_video .case-section .case-layout .case-datas.case-tp1 .info {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.24rem;
  }
  .page_video .case-section .case-layout .case-datas.case-tp2 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding-bottom: 2.96rem;
  }
  .page_video .case-section .case-layout .case-datas.case-tp2 .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.16rem;
  }
  .page_video .case-section .swiper-btns {
    position: absolute;
    right: auto;
    left: 0.72rem;
    bottom: 0.96rem;
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
  .page_video .case-section .swiper-btns .swiper-btn-prev, .page_video .case-section .swiper-btns .swiper-btn-next {
    width: 0.72rem;
    margin-left: 0;
    margin-right: 0.48rem;
    height: 0.72rem;
    line-height: 0.72rem;
  }
  .page_video .case-section .swiper-btns .swiper-btn-next {
    padding-left: 0.02rem;
  }
  .page_video .case-section .swiper-btns .swiper-btn-prev {
    padding-right: 0.02rem;
  }
  .page_video .task-section .list {
    margin-top: 0.48rem;
    flex-direction: column;
  }
  .page_video .task-section .list .item {
    padding: 0.72rem 0.48rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    width: 100%;
  }
  .page_video .task-section .list .item + .item {
    margin-left: 0;
    margin-top: 0.36rem;
  }
  .page_video .task-section .list .item .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.36rem;
  }
  .page_video .task-section .list .item .stitle {
    margin-top: 0.36rem;
    margin-bottom: 0.24rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
.page_video .task-section .list .item ul {
    height: auto;
  }
  .page_video .task-section .list .item ul > li {
    padding-left: 0.24rem;
  }
  .page_video .task-section .list .item ul > li::before {
    width: 0.1rem;
    height: 0.1rem;
    left: 0;
    top: 0.14rem;
  }
  .page_video .task-section .list .item ol > li {
    padding-left: 0.36rem;
  }
  .page_video .task-section .list .item .btn {
    margin-top: 0.36rem;
  }
  .page_video .about-section .section-main {
    margin-top: 0.48rem;
  }
  .page_video .about-section .line .title {
    margin-bottom: 0.16em;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .page_video .about-section .line .info {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .page_video .about-section .list {
    margin-top: 0.16rem;
  }
  .page_video .about-section .list .img-outer span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    left: 0.12rem;
    bottom: 0.12rem;
    font-weight: 400;
  }
  .page_video .service-section .list {
    flex-wrap: wrap;
    margin-top: 0.12rem;
  }
  .page_video .service-section .list .line {
    width: 50%;
    flex: initial;
    margin-top: 0.36rem;
  }
  .page_video .service-section .list .line .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    margin-bottom: 0.24rem;
  }
  .page_video .service-section .list .line .info {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .page_operate .info-section {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 4.8rem;
    background-image: url("/assets/img/operate-info.jpg");
  }
  .page_operate .info-section .section-box {
    padding-top: 0.6rem;
    padding-bottom: 0.72rem;
  }
  .page_operate .scence-section .section-main .line .img-addon {
    height: auto;
  }
  .page_operate .scence-section .section-main .line .title {
    margin-bottom: 0.16rem;
  }
  .page_operate .scence-section .topTine-box {
    margin-bottom: 1.1rem;
  }
  .page_operate .instru-section .section-main {
    flex-direction: column;
    margin-top: 0.48rem;
  }
  .page_operate .instru-section .section-main .line {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .page_operate .instru-section .section-main .line + .line {
    margin-left: 0;
    margin-top: 0.36rem;
  }
  .page_operate .instru-section .section-main .line .img-addon {
    width: 2.18rem;
    height: 3.48rem;
  }
  .page_operate .instru-section .section-main .line .title {
    margin-top: 0.36rem;
    margin-bottom: 0.28rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .page_operate .instru-section .section-main .line .title::after {
    width: 0.96rem;
    height: 0.08rem;
    border-radius: 0.08rem;
  }
  .page_operate .instru-section .section-main .line ul > li {
    padding-left: 0.24rem;
    white-space: nowrap;
  }
  .page_operate .instru-section .section-main .line ul > li::before {
    top: 0.16rem;
  }
  .page_operate .table-section .section-main table {
    margin-top: 0.48rem;
  }
  .page_operate .point-section .section-info {
    margin-top: 0.04rem;
  }
  .page_operate .point-section .point-line {
    flex-direction: column;
    margin-top: 0.48rem;
  }
  .page_operate .point-section .point-line span {
    padding: 0.48rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
    width: 100%;
  }
  .page_operate .point-section .point-line span + span {
    margin-top: 0.36rem;
  }
}
@media screen and (min-width: 1900px) {
  .page_node .info-section .video-box {
    width: calc(50vw - 950px + 6.7rem);
  }
  .page_anchor .info-section {
    background-size: calc(50vw - 950px + 6.85rem) auto;
  }
  .page_operate .info-section {
    background-size: calc(50vw - 950px + 6.85rem) auto;
  }
}