@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;
}

.p-section {
    background-color: #000;
}
.p-section .section-box {
    padding: 1rem 0 0.72rem;
    color: #fff;
    font-size: 0.64rem;
    line-height: 0.76rem;
    font-weight: 500;
}

.swp-section {
    background-color: #012FA7;
}
.swp-section .section-main {
    display: flex;
}
.swp-section .section-main > div:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swp-section .section-main > div:nth-child(1) .icon {
    font-size: 1rem;
    color: #fff;
}
.swp-section .section-main .swp-swiper {
    width: 60%;
}
.swp-section .section-main .swp-swiper .img {
    width: 100%;
    height: 3.32rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pg-section {
    background-color: #34E0A1;
}
.pg-section .section-main {
    display: flex;
}
.pg-section .section-main > div:nth-child(1) {
    width: 50%;
    font-size: 0.56rem;
    line-height: 0.68rem;
    color: #000;
}
.pg-section .section-main > div:nth-child(2) {
    width: 50%;
    font-size: 0.24rem;
    line-height: 0.36rem;
}
.pg-section .section-main > div:nth-child(2) p + p {
    margin-top: 0.32rem;
}

.swpf-section {
    margin: 0.4rem 0;
}
.swpf-section .img, .swpf-section .swiper-slide {
    width: 8.4rem;
    height: 5.6rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.py-section {
    background-color: #FFCE00;
    font-size: 0.56rem;
    line-height: 0.68rem;
    text-align: center;
}

.pyInfo-section .section-main {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    display: flex;
    align-items: center;
}
.pyInfo-section .section-main .img-addon {
    width: 60%;
    flex-shrink: 0;
    height: 5.28rem;
}
.pyInfo-section .section-main .img-addon .img {
    width: 100%;
}
.pyInfo-section .section-main p {
    margin: 0.32rem 0.3rem 0.32rem 0.7rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
}

.pb-section {
    background-color: #000;
    color: #fff;
    font-size: 0.64rem;
    line-height: 0.76rem;
    text-align: center;
}

.connect-section .section-box {
    padding: 0;
}
.connect-section .top {
    padding: 0.6rem 0.64rem 0.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.connect-section .top h2 {
    font-size: 0.56rem;
    line-height: 0.68rem;
    font-weight: 700;
}
.connect-section .top .icon {
    font-size: 0.32rem;
}
.connect-section .main {
    padding: 0.48rem 0.64rem;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.connect-section .main .line {
    padding-left: 0.54rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.3rem auto;
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.connect-section .main .line + .line {
    margin-top: 0.24rem;
}
.connect-section .main .line[data-ty=tel] {
    background-image: url(/assets/img/icon-tel.png);
}
.connect-section .main .line[data-ty=email] {
    background-image: url(/assets/img/icon-email.png);
}
.connect-section .main .line[data-ty=addr] {
    background-image: url(/assets/img/icon-addr.png);
}
.connect-section .main .line[data-ty=phone] {
    background-image: url(/assets/img/icon-phone.png);
}
.connect-section .main .line + .line-tip {
  margin-top: 0.48rem;
}
.connect-section .main .line-tip {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 980px) {
    .p-section .section-box {
        padding: 0.48rem 0 0.96rem;
        font-size: 0.56rem;
        line-height: 0.8rem;
        white-space: nowrap;
    }
    .swp-section .section-main > div:nth-child(1) {
        padding: 1.28rem 0;
    }
    .swp-section .section-main .swp-swiper {
        width: 100%;
    }
    .swp-section .section-main .swp-swiper .img {
        width: 100%;
        height: 100%;
    }
    .pg-section .section-box {
        padding: 0.8rem 0;
    }
    .pg-section .section-main {
        flex-direction: column;
    }
    .pg-section .section-main > div:nth-child(1) {
        width: 100%;
        font-size: 0.4rem;
        line-height: 0.64rem;
        margin-bottom: 0.48rem;
        font-weight: 700;
    }
    .pg-section .section-main > div:nth-child(2) {
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .pg-section .section-main > div:nth-child(2) p + p {
        margin-top: 0.24rem;
    }
    .swpf-section {
        margin: 0.24rem 0;
    }
    .swpf-section .img, .swpf-section .swiper-slide {
        width: calc(100vw - 0.48rem);
        height: 4.6rem;
    }
    .py-section {
        font-size: 0.4rem;
        line-height: 0.64rem;
        text-align: left;
        font-weight: 700;
    }
    .py-section .section-box {
        padding: 0.6rem 0;
    }
    .pyInfo-section .section-main {
        flex-direction: column;
    }
    .pyInfo-section .section-main .img-addon {
        width: 100%;
        flex-shrink: 0;
        height: 4.6rem;
    }
    .pyInfo-section .section-main p {
        margin: 0.24rem 0.36rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .pb-section {
        font-size: 0.4rem;
        line-height: 0.64rem;
    }
    .pb-section .section-box {
        padding: 0.8rem 0;
    }
    .connect-section .top {
        padding: 0.6rem 0.48rem;
    }
    .connect-section .top h2 {
        font-size: 0.4rem;
        line-height: 0.64rem;
    }
    .connect-section .main {
        padding: 0.48rem;
    }
    .connect-section .main .line {
        padding-left: 0.54rem;
        background-position: left 0.13rem;
        background-repeat: no-repeat;
        background-size: 0.3rem auto;
        font-weight: 500;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .connect-section .main .line + .line {
        margin-top: 0.12rem;
    }
    .connect-section .main .line-tip {
        font-size: 0.32rem;
        line-height: 0.48rem;
        margin-bottom: 0.24rem;
    }
    .com-form-section .section-box {
        padding-top: 0.48rem;
    }
}