@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;
    /* margin-top: 0.66rem; */
}

.crumb-section {
    padding-top: 0.24rem;
}

.article-section .section-box {
    padding-top: 0;
}
.article-section .section-box .nav-box {
    width: 2.67rem;
    float: left;
    top: 1rem;
    position: sticky;
}
.article-section .section-box .nav-box .nav .title {
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #000;
    margin-bottom: 0.24rem;
    display: block;
}
.article-section .section-box .nav-box .nav .title h1 {
    display: inline;
    color: inherit;
    font-size: inherit;
}
.article-section .section-box .nav-box .nav .title-s {
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    margin-top: 0.24rem;
}
.article-section .section-box .nav-box .nav .title-s i {
    font-size: 0.28rem;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 0.28rem;
}
.article-section .section-box .nav-box .nav .title-i {
    margin-top: 18px;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #797979;
    position: relative;
    padding-left: 0.17rem;
}
.article-section .section-box .nav-box .nav .title-i::before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0.1rem;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 1rem;
    background: #797979;
}
.article-section .section-box .nav-box .nav .h {
    cursor: pointer;
}
.article-section .section-box .nav-box .nav .h.active, .article-section .section-box .nav-box .nav .h:hover {
  color: #1664ff;
}
.article-section .section-box .nav-box li .list {
    display: none;
}
.article-section .section-box .nav-box li.active .list {
    display: block;
}
.article-section .section-box .nav-box li + li .title {
    margin-top: 0.24rem;
}
.article-section .section-box .nav-box .box {
    display: none;
}
.article-section .section-box .article-box {
    margin-left: 2.9rem;
}
.article-section .section-box .article-box .sys-box {
    display: flex;
}
.article-section .section-box .article-box .sys-box .sys-item {
    padding: 0.08rem 0.56rem;
    border: 1px solid #000;
    margin-right: 0.24rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: 500;
    cursor: pointer;
}
.article-section .section-box .article-box .sys-box .sys-item.active {
    background-color: #000;
    color: #fff;
}
.article-section .section-box .article-box .download {
  font-size: 0.24rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
  margin-top: 0.48rem;
}
.article-section .section-box .article-box .download .icon {
  margin-left: 0.1rem;
  margin-right: 0.12rem;
}
.article-section .section-box .article-box .download .dl-link {
  color: #012FA7;
  cursor: pointer;
  margin-left: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.article-section .section-box .article-box .download .dl-link:hover {
  color: #1664ff;
}
.article-section .section-box .article-box .content {
    margin-top: 0.48rem;
}
.article-section .section-box .article-box .content .title-s {
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: 700;
    color: #141414;
    margin-bottom: 0.12rem;
    margin-top: 0.36rem;
}
.article-section .section-box .article-box .content .title-i {
    margin-top: 0.36rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: 500;
    margin-bottom: 0.12rem;
    color: #141414;
}
.article-section .section-box .article-box .content p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: rgba(0, 0, 0, 0.72);
}
.article-section .section-box .article-box .content a {
    color: #012FA7;
    text-decoration: underline;
}
.article-section .section-box .article-box .content .img-addon {
    margin: 0.12rem 0;
}
.article-section .section-box .article-box .content .img-addon .img {
    display: block;
}
.article-section .section-box .article-box .content .inner {
    display: none;
}
.article-section .section-box .article-box .content .strong {
    color: #012FA7;
}
.article-section .section-box .article-box .content .scan-tip {
  text-align: center;
  margin-top: 0.64rem;
}
.article-section .section-box .article-box .content .scan-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.24rem auto;
}

.news-section .top-box {
    justify-content: space-between;
    align-items: center;
}
.news-section .top-box .swiper-btns {
    display: flex;
    align-items: center;
}
.news-section .top-box .swiper-btns div {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 5rem;
    background-color: #585858;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.news-section .top-box .swiper-btns .swiper-btn-next {
    margin-left: 0.24rem;
    padding-left: 0.02rem;
}
.news-section .top-box .swiper-btns .swiper-btn-prev {
    padding-right: 0.02rem;
}
.news-section .news-main {
    margin-top: 0.48rem;
}
.news-section .news-main .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.news-section .news-main .com-news-ver {
    width: calc(33% - 16px);
}

@media screen and (max-width: 980px) {
    .article-section .section-box {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -0.24rem;
    }
    .article-section .section-box .nav-box {
        display: none;
    }
    .article-section .section-box .article-box {
        margin-left: 0;
    }
    .article-section .section-box .article-box .sys-box {
        justify-content: space-between;
    }
    .article-section .section-box .article-box .sys-box .sys-item {
        width: 47%;
        text-align: center;
        font-size: 0.3rem;
        line-height: 0.36rem;
        padding: 0.2rem 0;
    }
    .article-section .section-box .article-box .download {
      font-size: 0.36rem;
      line-height: 0.56rem;
      margin-top: 0.24rem;
      white-space: nowrap;
    }
    .article-section .section-box .article-box .download .dl-link {
      margin-left: 0.36rem;
      font-size: 0.32rem;
      line-height: 0.48rem;
    }
    .article-section .section-box .article-box .content .title-s {
        font-size: 0.36rem;
        line-height: 0.48rem;
        margin-bottom: 0.16rem;
        margin-top: 0.36rem;
    }
.article-section .section-box .article-box .content .title-s + .title-i {
    margin-top: 0.16rem;
  }
    .article-section .section-box .article-box .content .title-i {
        margin-top: 0.24rem;
        font-size: 0.32rem;
        line-height: 0.48rem;
        margin-bottom: 0.04rem;
    }
    .article-section .section-box .article-box .content p {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }
    .article-section .section-box .article-box .content .img-addon {
        margin: 0.08rem 0;
  }
  .article-section .section-box .article-box .content .scan-tip {
    text-align: center;
    margin-top: 0.36rem;
  }
  .article-section .section-box .article-box .content .scan-img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.24rem auto 0;
    }
    .news-section .top-box .swiper-btns {
        display: flex;
        align-items: center;
    }
    .news-section .top-box .swiper-btns div {
        width: 0.56rem;
        height: 0.56rem;
        font-size: 0.24rem;
        line-height: 0.56rem;
    }
    .news-section .top-box .swiper-btns .swiper-btn-next {
        padding-left: 0.04rem;
    }
    .news-section .top-box .swiper-btns .swiper-btn-prev {
        padding-right: 0.04rem;
    }
    .news-section .news-main {
        margin-top: 0.16rem;
    }
    .news-section .news-main .swiper-slide {
        flex-direction: column;
    }
    .news-section .news-main .com-news-ver {
        width: calc(100vw - 0.6rem);
        margin-top: 0.48rem;
    }
}
/* @media screen and (max-width: 598px) {
    main {
        margin-top: 1.14rem;
}
} */