﻿@charset "utf-8";

.page_content {
    overflow: visible;
}

.pro_service_bg {
    position: relative;

    background: #F1F8FD;
    overflow: hidden;
    z-index: 1;
}

.pro_service_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    max-width: 620px;
    background-image: url(../images/service_bg_l.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: -1;
}

.follow_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/service_bg_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: right center;
    will-change: transform;
    z-index: -1;
}


.service_list {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: -12px;
    margin-right: -12px;
}

.service_list ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.service_list ul li {
    width: 20%;
    float: left;
    padding: 12px;
}

.service_list .bg {
    display: block;
    position: relative;
    padding: 30px 24px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.service_list .bg::before {
    content: "";
    position: absolute;
    left: -172px;
    bottom: 0;
    width: 172px;
    height: 172px;
    background-image: url(../images/ser_bg_l2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service_list .bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: -317px;
    width: 317px;
    height: 317px;
    background-image: url(../images/ser_bg_r2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.6s ease-in-out;
    z-index: -1;
}

.service_list .s_t {
    color: var(--dark);
    font-family: 'Rubik Medium';
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.service_bottom {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_bottom span:first-child {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.service_bottom span:nth-child(2) {
    width: 30px;
    height: 30px;
    transition: all 0.4s ease-in-out;
}

.service_list ul li:hover .bg .s_t,
.service_list ul li:hover .service_bottom span:first-child {
    color: var(--white-color);
}

.service_list ul li:hover .bg {
    background-color: var(--main-color);
}

.service_list ul li:hover .bg::before {
    left: -100px;
    animation: moveUpDown 12s linear infinite;
}

.service_list ul li:hover .bg::after {
    right: -200px;
    animation: moveUpDown2 20s linear infinite;
}

@keyframes moveUpDown {
    0% {
      transform: translateY(50%);
    }
    50% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(50%);
    }
  }
  @keyframes moveUpDown2 {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(-80%);
    }
    100% {
      transform: translateY(-50%);
    }
  }


.service_list ul li:hover .bg .service_bottom span:nth-child(2) {
    transform: rotate(45deg);
}

.service_list ul li:hover .bg .service_bottom span:nth-child(2) svg g {
    opacity: 0.5;
}

.service_list ul li:hover .bg .service_bottom span:nth-child(2) svg path {
    stroke: var(--white-color);
}



@media (max-width:1280px) {
    .service_list ul li {
        width: 25%;
    }

}

@media (max-width:991px) {

    .service_list .bg {
        padding: 30px 16px 20px 16px;
    }

    .service_bottom span:first-child {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .service_list {
        padding-bottom: 20px;
    }

    .service_list ul li {
        width: 50%;
    }

    .service_list .s_t {
        font-size: 22px;
    }

    .service_bottom span:nth-child(2) svg {
        width: 20px;
        height: 20px;
    }
    .follow_bg {
        max-width: 200px;
        background-attachment: inherit;
    }

    

}

@media (max-width:360px) {
    .service_list ul li {
        width: 100%;
    }

}

/* service_detail */
.ser_xq_top {
    position: relative;
    padding-top: 110px;
    min-height: 30vh;
    background-image: url(../images/ser_xq_bg01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.ser_xq_top:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(242, 249, 255, 0.00) 0%, #F2F9FF 100%);
    z-index: -1;
}

.ser_xq_top .page_menu {
    position: relative;
    top: inherit;
}
/* .ser_xq_top .page_menu_right a:first-child {
    opacity: 1;
}
.ser_xq_top .page_menu_right a:nth-child(n + 2) {
opacity: 1;
} */


.xq_top_two {
    padding-top: 15px;
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

.xq_top_two .top_two_l {
    flex: 1;
    max-width: 760px;
    margin-right: 50px;
}

.xq_top_two .top_two_r {
    max-width: 588px;
    width: 44%;
}

.top_two_l .a_small_t {
    color: var(--dark);
    font-weight: 400;
    line-height: 26px;
}

.top_two_l .top_t_big {
    padding-top: 24px;
    color: var(--main-color);
    font-size: 76px;
    font-family: 'Rubik Medium';
    line-height: 1.2;
}

.top_two_l .top_tedian {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.top_two_l .top_tedian p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.top_two_l .two_l_button {
    padding-top: 48px;
}

.top_two_l .two_l_button .index_more {
    margin-right: 16px;
}

.xq_pic_loop {
    width: 100%;
}

.xq_pic_loop .swiper-slide i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.top_two_r .xq-pagination {
    text-align: center;
    padding-top: 10px;
}

.top_two_r .xq-pagination span {
    width: 14px;
    height: 4px;
    display: inline-block;
    background-color: #999;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
    outline: 0;
}

.top_two_r .xq-pagination span.swiper-pagination-bullet-active {
    background-color: var(--main-color);

}

.pro_showcenter {
    background: #FFF;
    padding-top: 21px;
    padding-bottom: 21px;
    position: sticky;
    top: 0px;
    z-index: 9;
}

.pro_showcenter_boxleft {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.pro_showcenter_boxrightnav_item {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 46px;
    position: relative;
    cursor: pointer;
}

.pro_showcenter_boxrightnav_item:last-child {
    margin-right: 0;
}

.pro_showcenter_boxrightnav {
    display: flex;

    align-items: center;
}



.pro_showcenter_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_showcenter_boxright {
    display: flex;
    align-items: center;
}

.pro_showcenter_boxrightnav_item::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    left: 0;
    background-color: var(--main-color);
    bottom: -22px;
    transition: .3s;
}

.pro_showcenter_boxrightnav_item:hover,
.pro_showcenter_boxrightnav_item.active {
    color: var(--main-color);
}

.pro_showcenter_boxrightnav_item.active::after {
    width: 100%;
    transition: .3s;
}

.pro_showcenter_boxrightnav_item:hover::after {
    width: 100%;
    transition: .3s;
}

.ser_page_cont {
    position: relative;
    padding-top: 40px;
    min-height: 30vh;
    background-color: #F1F8FD;
    overflow: hidden;
    z-index: 1;
}

.follow_bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/ser_xq_bgleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: left top;
    will-change: transform;
    z-index: -1;
}

.pro_showbottom {
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.pro_showbottom_box {
    display: flex;
    justify-content: space-between;
}

.ser_xq_title {
    width: 22%;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.ser_xq_title span {
    position: relative;
    display: inline-block;
    padding-left: 26px;

}

.ser_xq_title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
}

.pro_showbottom_box .ser_xq_right {
    flex: 1;
    max-width: 1005px;
}

.pro_showbottom_box .ser_xq_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.pro_showbottom_box .ser_xq_text p {
    padding-bottom: 20px;
}

.pro_showbottom_box .ser_xq_text p:last-child {
    padding-bottom: 0;
}

.pro_showbottom_box .ser_xq_right .ser_xq_t {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.pro_showbottom_box .ser_xq_right .table.pb40 {
    padding-bottom: 40px;
}

.pro_showbottom_box .ser_xq_right .table.pb {
    padding-bottom: 0;
}

.ser_xq_right .table table th,
.ser_xq_right .table table td {
    padding: 10px;
    text-align: center;
    background-color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.ser_xq_right .table {
    margin-top: 8px;
}

.ser_xq_right .table table {
    width: 100%;
    border-spacing: 1px;
}

.ser_xq_right .table thead tr td,
.ser_xq_right .table thead tr th {
    background-color: var(--main-color);
    color: var(--white-color);
}

/* 底部分享 */
.new_xqfx {
    margin-top: 54px;
    text-align: center;
}

.new_xqfxtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

.new_xqfxbox {
    display: flex;
    justify-content: center;
}

.new_xqfxbox span {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #FFF;
    border-radius: 50%;
    transition: background-color .3s;
    cursor: pointer;
}

.new_xqfxbox span img:nth-child(2) {
    display: none;
}

.new_xqfxbox img:last-child {
    margin-right: 0;
}

.new_xqfxbox span:hover {
    background-color: var(--main-color);
}

.new_xqfxbox span:hover img:first-child {
    display: none;
}

.new_xqfxbox span:hover img:nth-child(2) {
    display: inline-block;
}

.new_xqfxbox {
    margin-bottom: 56px;
}

.new_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 85px;
}

.new_page a:first-child,
.new_page a:nth-child(3) {
    width: calc(50% - 220px);
}

.newxq_prev span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.newxq_prev span em,
.newxxq_next span em {
    font-style: normal;
    margin-left: 16px;
}

.newxxq_next span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.newxq_list,
.newxq_prev,
.newxxq_next {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.newxq_list {
    justify-content: center;
}

.newxq_prev svg {
    margin-right: 16px;
}

.newxxq_next svg {
    margin-left: 16px;
}

.newxq_list::after {
    content: '';
    height: 80%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    left: -40px;
}

.newxq_list::before {
    content: '';
    height: 80%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    right: -40px;
}

.newxq_list {
    width: 280px;
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
}

.newxq_list svg {
    margin-left: 16px;
}

.newxq_prev:hover span {
    color: #fff;
    transition: .3s;
}

.newxq_prev:hover {
    background-color: var(--main-color);
    transition: .3s;
}

.newxxq_next:hover {
    background-color: var(--main-color);
    transition: .3s;
}

.newxq_prev:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.newxxq_next:hover span {
    color: #fff;
    transition: .3s;
}

.newxxq_next:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.newxq_list:hover {
    background: var(--main-color);
    color: #FFF
}

.newxq_list:hover a {
    color: #fff;
}

.newxq_list:hover svg path {
    stroke: #fff;
    transition: .3s;
}

@media (max-width:1440px) {

    .top_two_l .top_t_big {
        font-size: 70px;
    }

}

@media (max-width:13667px) {

    .top_two_l .top_t_big {
        font-size: 60px;
    }

}

@media (max-width:1280px) {

    .top_two_l .top_t_big {
        font-size: 56px;
    }

    .new_page a:first-child,
    .new_page a:nth-child(3) {
        width: calc(50% - 180px);
    }

    .newxq_list {
        width: 200px;
    }
}

@media (max-width:991px) {

    .top_two_l .top_t_big {
        font-size: 50px;
    }

    .ser_xq_title {
        width: 26%;
    }

    .new_page a:first-child,
    .new_page a:nth-child(3) {
        width: calc(50% - 120px);
    }

    .newxq_list {
        width: 160px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .newxq_list::after {
        left: -20px;
    }

    .newxq_list::before {
        right: -20px;
    }

    .new_xqfxbox span {
        margin-right: 20px;
        width: 54px;
        height: 54px;
    }


}

@media (max-width:767px) {
    .ser_xq_top .page_menu {
        margin-top: 0;
    }

    .top_two_l .top_t_big {
        font-size: 40px;
    }

    .xq_top_two {
        padding-top: 35px;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }

    .xq_top_two .top_two_l {
        flex: inherit;
        max-width: inherit;
        margin-right: 0;
        width: 100%;
    }

    .xq_top_two .top_two_r {
        margin-top: 30px;
        max-width: inherit;
        width: 100%;
    }

    .top_two_l .two_l_button .index_more {
        width: 48%;
    }

    .top_two_l .two_l_button .index_more:nth-child(2) {
        margin-right: 0;
    }

    .index_more a {
        width: 100%;
    }

    .pro_showcenter_box {
        flex-wrap: wrap;
    }

    .pro_showcenter_boxleft {
        width: 100%;
    }

    .pro_showcenter_boxright {
        margin-top: 16px;
    }

    .pro_showcenter_boxrightnav_item {
        font-size: 16px;
        margin-right: 26px;
    }

    .pro_showbottom_box {
        display: block;
    }

    .ser_xq_title {
        width: 100%;
        margin-bottom: 30px;
    }

    .pro_showbottom_box .ser_xq_text {
        font-size: 16px;
        line-height: 26px;
    }

    .ser_xq_right .table {
        overflow-y: auto;
    }

    .ser_xq_right .table table {
        width: max-content;
        border-spacing: 1px;
    }

    .pro_showcenter {

        top: 84px;
    }

    .new_page {
        flex-wrap: wrap;
    }

    .new_page a:first-child,
    .new_page a:nth-child(3) {
        width: calc(50% - 60px);
    }

    .newxq_list,
    .newxq_prev,
    .newxxq_next {
        padding: 16px 8px;
        font-size: 12px;
    }

    .newxq_prev span,
    .newxxq_next span {
        font-size: 12px;
    }

    .newxq_list {
        width: 110px;
        padding: 16px 4px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .newxq_list svg {
        margin-left: 4px;
        width: 20px;
    }

    .newxq_prev svg {
        margin-right: 4px;
        width: 20px;
    }

    .newxxq_next svg {
        margin-left: 4px;
        width: 20px;
    }

    .newxq_prev span em,
    .newxxq_next span em {
        display: none;
    }

    .newxq_list::before,
    .newxq_list::after {
        display: none;
    }

    .newxq_prev span {
        font-size: 12px;
    }
    .new_xqfxbox span {
        margin-right: 12px;
        padding: 10px;
        width: 40px;
        height: 40px;
    }
}
@media (max-width:359px) {

.newxq_prev span, .newxxq_next span {
    display: none;
}
.newxxq_next{
    justify-content: flex-end;
}
}