@charset "utf-8";

body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

.backTop,
.help-list__item {
    overflow: hidden;
    cursor: pointer
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 12px;
    font-family: "微软雅黑", "黑体";
    color: #898989;
    line-height: 1;
    background: #fff
}

input,
textarea {
    font-family: "微软雅黑";
    border: none;
    outline: 0;
    background: 0 0
}

li,
ul {
    list-style: none
}

img {
    border: 0;
    padding: 0;
    display: block
}

a {
    color: #5c5c5c;
    text-decoration: none
}

b,
h2,
h3,
h4,
strong {
    font-weight: 400
}

em,
i {
    font-style: normal
}

.clear {
    zoom: 1
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
    background: url() center no-repeat
}

.list-empty,
.list-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.help-item-link,
.help-list__item {
    display: inline-block
}

.list-loading img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px
}

.list-empty {
    flex-direction: column;
    padding: 200px 0
}

.list-empty img {
    width: 200px !important;
    margin-bottom: 40px
}

.help_list {
    box-sizing: border-box;
    margin-top: 8px;
    font-size: 0
}
/*.indexnews{*/
/*    display: none;*/
/*}*/
.help-list__item {
    width: 295px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s;
    background-size: 100% 100%;
    position: relative
}

.help-list__item:hover {
    transform: translateY(-6px)
}

.itemempty {
    height: 0;
    width: 276px
}

.help-item-title {
    line-height: 30px;
    font-size: 19px;
    padding: 20px;
    font-weight: 600;
    margin-left: 20px;
    color: #fff;
    text-overflow: ellipsis;
    max-height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.backTop,
.backTop i {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.help-item-header {
    margin: 20px 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box
}

.help-list-visit {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 30px;
    bottom: 20px
}

.backTop {
    display: none;
    background: #fff;
    color: #3c93ff;
    font-size: 19px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 25px;
    bottom: 120px;
    bottom: calc(env(safe-area-inset-bottom) + 120px) !important;
    bottom: calc(constant(safe-area-inset-bottom) + 120px) !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
    -moz-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
    -ms-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
    -o-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
    box-shadow: 0 0 .6rem rgba(153, 153, 153, .1)
}

.backTop i {
    display: table-cell;
    vertical-align: middle
}

.backTop i img {
    display: block;
    max-width: 19px;
    max-height: 19px;
    margin: auto
}

.footer-btn-box-warp {
    display: none
}

@media (min-width:1000px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        transition: All .4s ease-in-out;
        width: 100%
    }

    .header .headerbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        height: 80px;
        margin: 0 auto
    }

    .header .headerbox .nav {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 785px;
    }

    .header .headerbox .nav li {
        height: 60px;
        line-height: 60px
    }

    .header .headerbox .nav li a {
        font-size: 16px;
        color: #fff
    }

    .header .headerbox .nav .active {
        border-bottom: 2px solid #fff;
        height: 60px
    }

    .header .headerbox .nav .active a {
        color: #fff
    }

    .header .headerbox .nav_btn {
        display: none
    }

    .header .headerbox .reg_login {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #595757;
        align-items: center
    }

    .header .headerbox .reg_login .login {
        margin-right: 34px
    }

    .header .headerbox .reg_login .login a {
        font-size: 16px
    }

    .header .headerbox .reg_login .reg a {
        font-size: 16px;
        color: #fff
    }

    .header .headerbox .reg_login .active {
        background: #fff;
        border-radius: 15px;
        padding: 7px 30px
    }

    .header .headerbox .reg_login .active a {
        color: #007aff
    }

    footer {
        background: url(../images/footer_bg.png) no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 500px;
        padding-bottom: 74px
    }

    footer .f_main {
        width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.3fr 1fr 1.2fr;
        grid-column-gap: 50px;
        padding-top: 100px
    }

    footer .f_main .left .flogo {
        margin-bottom: 72px
    }

    footer .f_main .left .item {
        width: 65%;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 15px
    }

    footer .f_main .left .item p {
        color: #fff;
        font-size: 16px;
        line-height: 30px
    }

    footer .f_main .contact {
        font-size: 28px;
        color: #fff
    }

    footer .f_main .contact .ewm {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }

    footer .f_main .contact .ewm .item {
        margin-right: 10px
    }

    footer .f_main .contact .ewm .item .title {
        font-size: 16px;
        margin-bottom: 45px;
        text-align: center
    }

    footer .f_main .contact .ewm .item img {
        width: 130px;
        height: 130px
    }

    footer .f_main .midle {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }

    footer .f_main .midle .f_nav .title {
        font-size: 16px;
        color: #fff;
        margin-bottom: 40px
    }

    footer .f_main .midle .f_nav ul li {
        height: 24px;
        line-height: 24px;
        margin-top: 15px
    }

    footer .f_main .midle .f_nav ul li a {
        color: #fff;
        font-size: 14px
    }

    footer .line {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin: 20px auto 0
    }

    footer .bq {
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
        text-align: center
    }

    footer .bq a {
        color: #fff
    }

    .bannerbox {
        width: 100%;
        overflow: hidden;
        height: 600px;
        background: url(../images/home.png) center center no-repeat;
        background-size: cover
    }

    .bannerbox .swiper {
        width: 100%;
        min-height: 600px;
    }

    .bannerbox .swiper .swiper-slide {
        width: 100%;
        height: auto;
        min-height: 600px;
    }

    .bannerbox .swiper .swiper-slide .b_main {
        width: 1200px;
        margin: 200px auto 0;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .bannerbox .swiper .swiper-slide .b_main .left {
        width: 62%;
        display: flex;
        flex-direction: column
    }

    .bannerbox .swiper .swiper-slide .b_main .left .title {
        font-size: 44px;
        font-weight: 700;
        color: #3c3c3c;
        margin-bottom: 15px
    }

    .bannerbox .swiper .swiper-slide .b_main .left p {
        font-size: 22px;
        color: #3c3c3c;
        margin-bottom: 20px;
        line-height: 1.8
    }

    .bannerbox .swiper .swiper-slide .b_main .left .btn {
        width: 180px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #fe9a00;
        border-radius: 24px;
        margin-top: 60px;
    }

    .bannerbox .swiper .swiper-slide .b_main .left .btn a {
        color: #fff;
        font-size: 18px
    }

    .bannerbox .swiper .swiper-slide .b_main .right {
        width: 737px;
        height: 481px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .bannerbox .swiper .swiper-slide .b_main .right img {
        width: 100%
    }

    .bannerB {
        width: 1200px;
        height: 140px;
        margin: -50px auto 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        background: #fff;
        z-index: 9;
        border-radius: 20px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center
    }

    .bannerB .line {
        width: 2px;
        height: 31px;
        background: #B5B4B0
    }

    .bannerB .bitem {
        display: flex;
        flex-direction: row;
        padding: 0 26px;
        align-items: center;
        height: 100%
    }

    .bannerB .bitem:hover {
        box-shadow: 0 0 20px rgba(12, 49, 213, .3);
        border-radius: 25px;
        transition: all .8s
    }

    .bannerB .bitem .left img {
        width: 64px;
        margin-right: 26px
    }

    .bannerB .bitem .right .title {
        height: 45px;
        font-size: 24px;
        color: #3E3A39;
        font-weight: 700;
        display: inline;
        padding-bottom: 4px
    }

    .bannerB .bitem .right .des {
        font-size: 16px;
        color: #828080;
        margin-top: 12px;
        line-height: 22px
    }

    .toupiao {
        width: 1200px;
        margin: 0 auto
    }

    .toupiao .mtitle {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 65px
    }

    .toupiao .toupiao_list {
        margin-top: 70px;
        width: 100%
    }

    .toupiao .toupiao_list .left {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 40px
    }

    .toupiao .toupiao_list .left .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 7%;
        box-sizing: border-box;
        height: 460px
    }

    .toupiao .toupiao_list .left .item .img {
        width: 115px;
        height: 115px
    }

    .toupiao .toupiao_list .left .item .img img {
        width: 100%
    }

    .toupiao .toupiao_list .left .item .title {
        font-size: 24px;
        margin-bottom: 14px;
        color: #000;
        margin-top: 25px
    }

    .toupiao .toupiao_list .left .item .des {
        font-size: 14px;
        margin-bottom: 26px;
        color: #221815
    }

    .toupiao .toupiao_list .left .item .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px
    }

    .activity .act_list,
    .surper .surper_list,
    .yn .ysnrbox {
        grid-template-columns: repeat(5, 1fr)
    }

    .toupiao .toupiao_list .left .item .list li {
        border: 1px solid #fff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        text-align: center
    }

    .toupiao .toupiao_list .left .item .btn {
        width: 126px;
        height: 38px;
        border-radius: 5px;
        background: #FFB922;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
        opacity: 0;
        transition: all .4s
    }

    .toupiao .toupiao_list .left .item .btn a {
        color: #fff
    }

    .toupiao .toupiao_list .left .item:nth-child(1) {
        background: url(../images/tp01.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(1) .list li {
        border: 1px solid #FF430E
    }

    .toupiao .toupiao_list .left .item:nth-child(1) .btn {
        background: #FF430E
    }

    .toupiao .toupiao_list .left .item:nth-child(2) {
        background: url(../images/tp02.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(2) .list li {
        border: 1px solid #FFC466
    }

    .toupiao .toupiao_list .left .item:nth-child(2) .btn {
        background: #FF6E00
    }

    .toupiao .toupiao_list .left .item:nth-child(3) {
        background: url(../images/tp03.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(3) .list li {
        border: 1px solid #BDD3FE
    }

    .toupiao .toupiao_list .left .item:nth-child(3) .btn {
        background: #1B58FE
    }

    .toupiao .toupiao_list .left .item:nth-child(4) {
        background: url(../images/tp04.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(4) .list li {
        border: 1px solid #1FCA7F
    }

    .toupiao .toupiao_list .left .item:nth-child(4) .btn {
        background: #1FCA7F
    }

    .toupiao .toupiao_list .left .item:nth-child(5) {
        background: url(../images/tp05.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(5) .list li {
        border: 1px solid #7C60FF
    }

    .toupiao .toupiao_list .left .item:nth-child(5) .btn {
        background: #7C60FF
    }

    .toupiao .toupiao_list .left .item:nth-child(6) {
        background: url(../images/tp06.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(6) .list li {
        border: 1px solid #FF3747
    }

    .toupiao .toupiao_list .left .item:nth-child(6) .btn {
        background: #FF3747
    }

    .toupiao .toupiao_list .left .item:hover .btn {
        opacity: 1;
        transition: all .4s ease-in;
        margin-top: 40px
    }

    .surper {
        width: 1200px;
        margin: 0 auto 40px
    }

    .surper .title {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 65px
    }

    .surper .surper_list {
        margin-top: 70px;
        display: grid;
        justify-items: center
    }

    .surper .surper_list li {
        width: 100%;
        height: 200px
    }

    .surper .surper_list li .show {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 200px;
        justify-content: center
    }

    .surper .surper_list li .show img {
        width: 84px;
        height: 84px
    }

    .surper .surper_list li .show .s_title {
        font-size: 18px;
        color: #3E3A39
    }

    .surper .surper_list li .hv {
        display: none
    }

    .surper .surper_list li .hv .s_des {
        font-size: 14px;
        color: #828080;
        line-height: 22px
    }

    .surper .surper_list li:hover {
        background: #007aff;
        transition: all .5s ease-in;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .surper .surper_list li:hover .hv {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .surper .surper_list li:hover .hv .h_title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 25px
    }

    .surper .surper_list li:hover .hv .s_des {
        width: 70%;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: center
    }

    .surper .surper_list li:hover .show {
        display: none;
        transition: all .5s ease-out
    }

    .surper .surper_list li:hover:nth-child(1) {
        background: #FD92B1
    }

    .surper .surper_list li:hover:nth-child(2) {
        background: #B057E6
    }

    .surper .surper_list li:hover:nth-child(3) {
        background: #6E78ED
    }

    .surper .surper_list li:hover:nth-child(4) {
        background: #F84363
    }

    .surper .surper_list li:hover:nth-child(5) {
        background: #5AB3F9
    }

    .surper .surper_list li:hover:nth-child(6) {
        background: #FFC35E
    }

    .surper .surper_list li:hover:nth-child(7) {
        background: #7B53E4
    }

    .surper .surper_list li:hover:nth-child(8) {
        background: #52CBFE
    }

    .surper .surper_list li:hover:nth-child(9) {
        background: #FD99B7
    }

    .surper .surper_list li:hover:nth-child(10) {
        background: #FFB255
    }

    .scene {
        width: 1200px;
        margin: 65px auto 0
    }

    .scene .sc_title {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center
    }

    .scene .sc_des {
        font-size: 16px;
        color: #828080;
        text-align: center;
        height: 96px;
        line-height: 96px
    }

    .scene .ysnrbox .zwpx_title {
        border-top: 1px solid #9C9D9D
    }

    .scene .ysnrbox .zwpx_title ul {
        overflow: hidden;
        display: flex;
        justify-content: space-around
    }

    .scene .ysnrbox .zwpx_title ul li {
        float: left;
        padding: 0 0 0 30px;
        font-size: 18px;
        line-height: 61px
    }

    .scene .ysnrbox .zwpx_title ul li span {
        display: block;
        color: #595757;
        cursor: pointer;
        padding: 0 15px
    }

    .scene .ysnrbox .zwpx_title ul li .on2 {
        border-top: 2px solid #007aff;
        padding: 0 15px;
        color: #007aff
    }

    .scene .ysnrbox .zwpx_nr {
        padding-top: 35px;
        position: relative
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box {
        overflow: hidden
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left {
        width: 40%;
        float: left;
        position: relative
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img {
        margin: 0 auto;
        width: 68%
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left iframe {
        width: 60%;
        height: 89%;
        position: absolute;
        left: 50.1%;
        top: 8.6%;
        bottom: 0;
        border: 0;
        transform: translateX(-50%);
        border-radius: 0 0 35px 35px;
        overscroll-behavior: contain
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right {
        float: right;
        width: 40%
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2 {
        font-size: 22px;
        font-weight: 700;
        color: #3e3a39;
        padding: 60px 0 25px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p {
        font-size: 16px;
        line-height: 36px;
        color: #221815
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm {
        width: 266px;
        text-align: center;
        padding-top: 15px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm img {
        width: 130px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm .qrcode,
    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm p {
        font-size: 12px;
        color: grey;
        padding: 20px 0 30px;
        text-align: left
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a {
        transition: All .4s ease-in-out;
        display: block;
        line-height: 40px;
        border-radius: 20px;
        background: #007aff;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        width: 50%
    }

    .adBg h2,
    .cadBg h2 {
        font-size: 34px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a:hover {
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px)
    }

    .scene .ysnrbox .zwpx_nr .btn {
        position: absolute;
        top: 220px;
        left: 40%;
        width: 100px;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background: url(../images/r_bg.png) center no-repeat;
        background-size: contain
    }

    .scene .ysnrbox .zwpx_nr .btn li {
        width: 170px;
        height: 58px;
        text-align: center;
        color: #000;
        border-radius: 29px;
        line-height: 58px;
        box-shadow: 0 3px 6px 1px #0000a;
        font-weight: 600;
        cursor: pointer
    }

    .scene .ysnrbox .zwpx_nr .btn .a_on {
        background: #007aff;
        color: #fff
    }

    .acti_bg {
        background: url(../images/acti_bg.png) no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 150px
    }

    .acti_bg .contant {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        align-items: center;
        grid-row-gap: 25px
    }

    .acti_bg .contant .line {
        width: 3100px;
        display: flex;
        flex-direction: row;
        animation-name: slider;
        animation-iteration-count: infinite;
        animation-duration: 38s
    }

    .acti_bg .contant .line:nth-child(1) {
        margin-left: -1890px
    }

    .acti_bg .contant .line:nth-child(2) {
        margin-left: -1720px
    }

    .acti_bg .contant .line:nth-child(3) {
        margin-left: -1820px
    }

    .acti_bg .contant .line:nth-child(4) {
        margin-left: -1920px
    }

    .acti_bg .contant .line span {
        width: 200px;
        box-sizing: border-box;
        border-radius: 10px
    }

    .acti_bg .contant .line span img,
    .adBg {
        width: 100%
    }

    .adBg .btn,
    .banneritem .b_main .left .btn {
        border-radius: 24px;
        line-height: 48px;
        text-align: center
    }

    .acti_bg .contant .line:hover {
        animation-play-state: paused
    }

    @keyframes slider {
        to {
            transform: translateX(1900px)
        }
    }

    .adBg {
        background: url(../images/ad_bg.png) no-repeat;
        height: 246px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .adBg h2 {
        color: #fff
    }

    .adBg .btn {
        width: 178px;
        height: 48px;
        background: #fff;
        margin-top: 15px
    }

    .adBg .btn a {
        color: #007aff;
        font-size: 18px;
        font-weight: 600
    }

    .banneritem {
        width: 100%;
        height: 510px;
        background: url(../images/prod.png) center center no-repeat;
        background-size: 100%
    }

    .banneritem .b_main {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .banneritem .b_main .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 3%
    }

    .banneritem .b_main .left .title {
            font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 100px;
    padding-left: 25%;
    }

    .banneritem .b_main .left p {
        font-size: 26px;
        color: #fff;
        margin-bottom: 35px;
            padding-left: 25%;
    }

    .banneritem .b_main .left .btn {
        width: 180px;
        height: 48px;
        background: #fff;
        margin-left:25%;
    }

    .banneritem .b_main .left .btn a {
        color: #007aff;
        font-size: 18px
    }

    .banneritem .b_main .right {
        width: 737px;
        height: 481px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .about,
    .cp {
        height: 510px
    }

    .banneritem .b_main .right img {
        width: 80%
    }

    .cp {
        background-size: cover
    }

    .cp .b_main .left .title {
        margin-top: 80px
    }

    .jjfa {
        background: url(../images/jjfa.png) no-repeat;
        background-size: cover
    }

    .jjfa .b_main .left .title,
    .jjfa .b_main .left p {
        color: #fff
    }

    .hlep {
        background: url(../images/help.png) no-repeat;
        padding-top: 80px;
        background-size: cover
    }

    .about {
        background: url(../images/about_bg.png) center center no-repeat;
        background-size: auto 100%
    }

    /*.about .b_main .left .title {*/
    /*    margin-top: 200px*/
    /*}*/

    .activity {
        width: 1200px;
        margin: 0 auto
    }

    .activity .title {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 60px
    }

    .activity .act_list {
        display: grid;
        column-gap: 30px;
        row-gap: 20px;
        margin-top: 41px
    }

    .activity .act_list li {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 250px;
        justify-content: center;
        padding-top: 50px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1)
    }

    .activity .act_list li .right {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .activity .act_list li .right img {
        width: 45px;
        margin-bottom: 27px
    }

    .activity .act_list li .right .sort_title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 18px
    }

    .activity .act_list li .right p {
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        text-align: center
    }

    .activity .act_list li:hover {
        margin-top: -10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        transition: all .4s;
        border-radius: 15px
    }

    .activity .act_list li:nth-child(1) {
        background: url(../images/c01.png);
        background-size: contain
    }

    .activity .act_list li:nth-child(2) {
        background: url(../images/c02.png);
        background-size: contain
    }

    .activity .act_list li:nth-child(3) {
        background: url(../images/c03.png);
        background-size: contain
    }

    .activity .act_list li:nth-child(4) {
        background: url(../images/c04.png);
        background-size: contain
    }

    .activity .act_list li:nth-child(5) {
        background: url(../images/c05.png);
        background-size: contain
    }

    .activity .t_img {
        background: url(../images/t_img.png) no-repeat;
        height: 74px;
        width: 950px;
        margin: 50px auto 0;
        position: relative
    }

    .activity .t_img span {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px
    }

    .activity .t_img span:nth-child(1) {
        background: #2F81FF;
        box-shadow: 4px 4px 7px 0 rgba(47, 129, 255, .96);
        position: absolute;
        top: 60%;
        left: -4.5%
    }

    .activity .t_img span:nth-child(2) {
        background: #FF943F;
        box-shadow: 4px 4px 7px 0 rgba(255, 148, 63, .96);
        position: absolute;
        top: -19%;
        left: 22%
    }

    .activity .t_img span:nth-child(3) {
        background: #7270FF;
        box-shadow: 4px 4px 7px 0 rgba(114, 112, 255, .96);
        position: absolute;
        top: 64%;
        left: 48%
    }

    .activity .t_img span:nth-child(4) {
        background: #65E977;
        box-shadow: 4px 4px 7px 0 rgba(101, 233, 119, .96);
        position: absolute;
        top: -19%;
        left: 74.5%
    }

    .activity .t_img span:nth-child(5) {
        background: #2F81FF;
        box-shadow: 4px 4px 7px 0 rgba(47, 129, 255, .96);
        position: absolute;
        top: 56%;
        left: 101%
    }

    .advantage .title {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 35px
    }

    .advantage .item {
        width: 100%
    }

    .advantage .item .items {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 50px
    }

    .advantage .item .items .left {
        width: 50%
    }

    .advantage .item .items .left img {
        width: 80%
    }

    .advantage .item .items .right {
        width: 50%
    }

    .advantage .item .items .right img {
        width: 80%;
        margin: 0 auto
    }

    .advantage .item:nth-child(even) .items .right {
        padding-left: 10%
    }

    .advantage .item:nth-child(even) .items .right .ititle {
        color: #3E3A39;
        font-size: 30px;
        font-weight: 700
    }

    .advantage .item:nth-child(even) .items .right p {
        margin-top: 28px;
        font-size: 16px;
        color: #828080;
        line-height: 34px;
        width: 80%;
        margin-bottom: 30px
    }

    .advantage .item:nth-child(even) .items .right .btn {
        height: 44px;
        width: 130px;
        background: #0673EA;
        border-radius: 5px;
        text-align: center;
        line-height: 44px
    }

    .advantage .item:nth-child(even) .items .right .btn a {
        color: #fff
    }

    .advantage .item:nth-child(odd) {
        background: #F8F8FC
    }

    .advantage .item:nth-child(odd) .items .left {
        padding-left: 150px
    }

    .advantage .item:nth-child(odd) .items .left .ititle {
        color: #3E3A39;
        font-size: 30px;
        font-weight: 700
    }

    .advantage .item:nth-child(odd) .items .left p {
        margin-top: 28px;
        font-size: 16px;
        color: #828080;
        line-height: 34px;
        width: 80%;
        margin-bottom: 30px
    }

    .advantage .item:nth-child(odd) .items .left .btn a,
    .cadBg h2 {
        color: #fff
    }

    .advantage .item:nth-child(odd) .items .left .btn {
        height: 44px;
        width: 130px;
        background: #0673EA;
        border-radius: 5px;
        text-align: center;
        line-height: 44px
    }

    .aadBg .btn,
    .cadBg .btn {
        margin-top: 43px;
        border-radius: 24px
    }

    .cadBg {
        background: url(../images/ad_bg.png);
        width: 100%;
        height: 246px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .cadBg .btn {
        width: 178px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #fff
    }

    .cadBg .btn a {
        color: #1353D4;
        font-size: 18px
    }

    .help .title,
    .service .title {
        font-weight: 700;
        color: #3E3A39
    }

    .service {
        width: 1200px;
        margin: 0 auto
    }

    .service .title {
        font-size: 30px;
        text-align: center;
        margin-top: 65px;
        margin-bottom: 25px
    }

    .service .des {
        color: #1F1F1F;
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center
    }

    .service #certify {
        margin-top: 60px
    }

    .help,
    .pain {
        margin: 0 auto
    }

    .service #certify .swiper-slide {
        display: grid;
        grid-template-columns: 3fr 8fr;
        justify-items: center;
        align-items: center;
        height: 320px;
        border-radius: 10px;
        padding: 0 4%
    }

    .service #certify .swiper-slide .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 8%
    }

    .service #certify .swiper-slide .left img {
        width: 100%
    }

    .service #certify .swiper-slide .left .ntitle {
        font-size: 24px;
        color: #1f1f1f
    }

    .service #certify .swiper-slide .right {
        color: #1F1F1F;
        line-height: 32px;
        padding: 0 5%;
        font-size: 16px
    }

    .help {
        width: 1200px
    }

    .help .title {
        font-size: 30px;
        text-align: center;
        margin-top: 115px;
        margin-bottom: 100px
    }

    .help .helpList li {
        display: grid;
        grid-template-columns: 8fr 2fr;
        align-items: center;
        border-bottom: 1px solid #333;
        padding: 30px 0
    }

    .help .helpList li a {
        color: #333;
        font-size: 16px;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .core .title,
    .cpcore .title,
    .pain .title {
        font-size: 30px;
        text-align: center;
        font-weight: 700
    }

    .help .helpList li span {
        width: 100%;
        height: 6px;
        background: url(../images/jiantou.png) no-repeat;
        background-size: cover
    }

    .help .helpList li:hover {
        border-bottom: 1px solid #0072F2
    }

    .help .helpList li:hover a {
        color: #0072F2
    }

    .help .helpList li:hover span {
        background: url(../images/jiantou_a.png) no-repeat;
        background-size: cover
    }

    .hlepp {
        background: url(../images/help_bg.png) center center no-repeat;
        background-size: auto 100%
    }

    .help_detail {
        background: url(../images/help-detail.png) center center no-repeat;
        background-size: auto 100%
    }

    .hlepp .b_main .left .btn {
        background: #007aff;
        margin-left: 25%;
    }

    .hlepp .b_main .left .btn a {
        color: #fff
    }

    .pain {
        width: 1200px
    }

    .pain .title {
        color: #3E3A39;
        margin-top: 65px;
        margin-bottom: 50px
    }

    .pain .painList {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .pain .painList li {
        width: 304px;
        height: 284px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .pain .painList li:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 10px;
        transition: all .4s;
        margin-top: -20px
    }

    .pain .painList li .ptitle {
        color: #333;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center
    }

    .pain .painList li .des {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        width: 85%;
        text-align: center
    }

    .core {
        background: url(../images/193d1e336aa84e7caae04dacaefadce2.gif) no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 50px
    }

    .core .title {
        color: #3E3A39;
        margin: 45px auto 30px;
        width: 1200px;
        padding-top: 46px
    }

    .core .dec {
        text-align: center;
        font-size: 16px;
        color: #666;
        margin-bottom: 50px
    }

    .core .coreitem {
        width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-rows: 80px 1fr;
        grid-row-gap: 30px
    }

    .core .coreitem .left {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .core .coreitem .left li {
        width: 290px;
        height: 75px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        border-radius: 10px;
        background: #fff
    }

    .core .coreitem .left li span {
        width: 20px;
        height: 20px
    }

    .core .coreitem .left li .text {
        font-size: 18px;
        color: #3E3A39;
        margin-left: 20px
    }

    .core .coreitem .left .activ:nth-child(1) .text,
    .core .coreitem .left .activ:nth-child(2) .text,
    .core .coreitem .left .activ:nth-child(3) .text,
    .core .coreitem .left .activ:nth-child(4) .text {
        color: #fff
    }

    .core .coreitem .left li:nth-child(1) span {
        background: url(../images/tico1.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(2) span {
        background: url(../images/tico2.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(3) span {
        background: url(../images/tico3.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(4) span {
        background: url(../images/tico4.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(1) {
        background: #FF8E08
    }

    .core .coreitem .left .activ:nth-child(1) span {
        background: url(../images/tico1_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(2) {
        background: #68A0FB
    }

    .core .coreitem .left .activ:nth-child(2) span {
        background: url(../images/tico2_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(3) {
        background: #FE6A60
    }

    .core .coreitem .left .activ:nth-child(3) span {
        background: url(../images/tico3_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(4) {
        background: #B767FB
    }

    .core .coreitem .left .activ:nth-child(4) span {
        background: url(../images/tico4_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .right {
        width: 100%;
        background: #fff
    }

    .core .coreitem .right .item {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
        padding: 5%;
        box-sizing: border-box
    }

    .core .coreitem .right .item:nth-child(1) {
        box-shadow: 0 12px 20px 0 rgba(255, 142, 8, .46)
    }

    .core .coreitem .right .item:nth-child(2) {
        box-shadow: 0 12px 20px 0 rgba(47, 129, 255, .46)
    }

    .core .coreitem .right .item:nth-child(3) {
        box-shadow: 0 12px 20px 0 rgba(254, 106, 96, .46)
    }

    .core .coreitem .right .item:nth-child(4) {
        box-shadow: 0 12px 20px 0 rgba(183, 103, 251, .46)
    }

    .core .coreitem .right .item img {
        width: 100%
    }

    .core .coreitem .right .item .des {
        display: flex;
        flex-direction: column;
        padding-right: 5%
    }

    .core .coreitem .right .item .des .rtitle {
        font-size: 22px;
        font-weight: 700;
        color: #3E3A39;
        margin-bottom: 28px
    }

    .core .coreitem .right .item .des p {
        font-size: 16px;
        line-height: 36px;
        color: #828080
    }

    .cpcore {
        background: url(../images/cosebg.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-top: 130px
    }

    .cpcore .title {
        color: #3E3A39;
        margin: 45px auto 20px;
        width: 1200px;
        padding-top: 0px
    }

    .cpcore .des {
        color: #666;
        font-size: 16px;
        text-align: center;
        margin-bottom: 50px
    }

    .cpcore .coreitem {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .cpcore .coreitem .left {
        width: 332px;
        height: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .cpcore .coreitem .left li {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        background: #fff
    }

    .cpcore .coreitem .left li span {
        width: 20px;
        height: 20px
    }

    .cpcore .coreitem .left li .text {
        font-size: 18px;
        color: #3E3A39;
        margin-left: 20px
    }

    .cpcore .coreitem .left .activ:nth-child(1) .text,
    .cpcore .coreitem .left .activ:nth-child(2) .text,
    .cpcore .coreitem .left .activ:nth-child(3) .text,
    .cpcore .coreitem .left .activ:nth-child(4) .text {
        color: #fff
    }

    .cpcore .coreitem .left li:nth-child(1) span {
        background: url(../images/co01.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(2) span {
        background: url(../images/co02.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(3) span {
        background: url(../images/co03.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(4) span {
        background: url(../images/co04.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(1) {
        background: #FF8E08
    }

    .cpcore .coreitem .left .activ:nth-child(1) span {
        background: url(../images/co01_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(2) {
        background: #68A0FB
    }

    .cpcore .coreitem .left .activ:nth-child(2) span {
        background: url(../images/co02_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(3) {
        background: #FE6A60
    }

    .cpcore .coreitem .left .activ:nth-child(3) span {
        background: url(../images/co03_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(4) {
        background: #B767FB
    }

    .cpcore .coreitem .left .activ:nth-child(4) span {
        background: url(../images/co04_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .right {
        height: 360px;
        width: calc(100% - 332px);
        background: #fff;
        margin-left: 20px
    }

    .cpcore .coreitem .right .item {
        height: 360px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-left: 5px solid #FF8E08
    }

    .cpcore .coreitem .right .item:nth-child(2) {
        border-left: 5px solid #68A0FB
    }

    .cpcore .coreitem .right .item:nth-child(3) {
        border-left: 5px solid #FE6A60
    }

    .cpcore .coreitem .right .item:nth-child(4) {
        border-left: 5px solid #B767FB
    }

    .cpcore .coreitem .right .item img {
        width: 46%
    }

    .cpcore .coreitem .right .item .des {
        display: flex;
        flex-direction: column;
        padding-left: 5%;
        box-sizing: border-box
    }

    .cpcore .coreitem .right .item .des .rtitle {
        font-size: 22px;
        font-weight: 700;
        color: #3E3A39;
        margin-bottom: 28px;
        text-align: left
    }

    .cpcore .coreitem .right .item .des p {
        font-size: 16px;
        line-height: 36px;
        color: #828080;
        text-align: left
    }

    .wz1320 {
        width: 1200px;
        margin: 0 auto
    }

    .wz1320 .wztd_tit h2 {
        font-size: 32px;
        color: #3e3a39;
        line-height: 100px;
        text-align: center;
        font-weight: 700;
        height: 70px;
        margin-bottom: 63px
    }

    .wz1320 .ysnrbox .zwpx_title ul {
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        border-top: 1px solid #e9e9e9
    }

    .wz1320 .ysnrbox .zwpx_title ul li {
        float: left;
        padding: 0 0 0 30px;
        font-size: 18px;
        line-height: 61px
    }

    .wz1320 .ysnrbox .zwpx_title ul li span {
        display: block;
        color: #595757;
        cursor: pointer;
        padding: 0 15px
    }

    .wz1320 .ysnrbox .zwpx_title ul li .on2 {
        border-top: 2px solid #007aff;
        padding: 0 15px;
        color: #007aff
    }

    .wz1320 .ysnrbox .zwpx_nr {
        padding-top: 35px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box {
        overflow: hidden
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left {
        width: 50%;
        float: left;
        animation: fadeInLeft .65s, .1s
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img {
        margin: 0 auto;
        width: 46%
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left iframe {
        width: 40.7%;
        height: 88.5%;
        position: absolute;
        left: 50.1%;
        top: 9%;
        bottom: 0;
        border: 0;
        transform: translateX(-50%);
        overscroll-behavior: contain;
        border-radius: 0 0 30px 30px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right {
        float: right;
        width: 50%;
        animation: fadeInRight .85s, .1s
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2 {
        font-size: 22px;
        font-weight: 700;
        color: #3e3a39;
        padding: 60px 0 25px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p {
        font-size: 16px;
        line-height: 36px;
        color: #221815
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm {
        width: 266px;
        text-align: center;
        padding-top: 40px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm img {
        width: 175px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm p {
        font-size: 16px;
        color: #666;
        padding: 20px 0 50px;
        text-align: left
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a {
        transition: All .4s ease-in-out;
        display: block;
        line-height: 40px;
        border-radius: 20px;
        background: #007aff;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        width: 60%
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a:hover {
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px)
    }

    .project {
        width: 100%;
        height: auto
    }

    .project .title {
        padding-top: 72px;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-align: center;
        margin-bottom: 67px
    }

    .project .pList {
        display: grid;
        grid-gap: 50px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        width: 1200px;
        margin: 25px auto 0
    }

    .project .pList li {
        width: 100%;
        height: 320px;
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 5% 10%;
        justify-content: center;
        box-sizing: border-box
    }

    .project .pList li:hover {
        box-shadow: 0 0 25px rgba(28, 28, 28, .2);
        opacity: .9;
        border-radius: 20px;
        transition: all .4s ease-out
    }

    .project .pList li:hover .btn {
        display: block;
        transition: all .4s ease-out
    }

    .project .pList li .ptitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .project .pList li .ptitle span {
        width: 100px;
        height: 100px
    }

    .project .pList li .ptitle span img {
        width: 100%;
        height: 100%
    }

    .project .pList li .ptitle .stitle {
        font-size: 20px;
        font-weight: 700;
        color: #3E3A39;
        margin-left: 10px
    }

    .project .pList li p {
        font-size: 16px;
        color: #828080;
        line-height: 32px;
        text-align: center
    }

    .project .pList li .btn {
        display: none;
        width: 104px;
        height: 32px;
        border-radius: 5px;
        background: #007aff;
        line-height: 32px;
        text-align: center;
        margin: 25px auto 0
    }

    .project .pList li .btn a {
        font-size: 16px;
        color: #fff
    }

    .company {
        width: 1200px;
        margin: 0 auto
    }

    .company .title {
        font-size: 30px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 65px;
        margin-bottom: 45px
    }

    .company img {
        width: 100%;
        margin-bottom: 54px;
        border-radius: 5px
    }

    .company .content {
        width: 100%;
        font-size: 16px;
        color: #828080;
        line-height: 24px
    }

    .gshj .gshj_tit,
    .kf .title {
        font-weight: 700;
        color: #3E3A39;
        text-align: center
    }

    .company .content p {
        margin-bottom: 15px;
        text-indent: 2em
    }

    .gshj {
        width: 1200px;
        margin: 0 auto
    }

    .gshj .gshj_tit {
        font-size: 30px;
        margin-top: 65px;
        margin-bottom: 45px
    }

    .gshj .gshj_nr {
        position: relative;
        padding: 0 100px
    }

    .gshj .gshj_nr .swiper-slide {
        width: 80%
    }

    .gshj .gshj_nr .swiper-slide img {
        width: 100%
    }

    .gshj .gshj_nr .swiper-button-next {
        background: url(../images/e_30.png);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background-size: 100% 100%;
        right: 0
    }

    .gshj .gshj_nr .swiper-button-next::after {
        content: none
    }

    .gshj .gshj_nr .swiper-button-prev {
        background: url(../images/e_31.png);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background-size: 100% 100%;
        left: 0
    }

    .gshj .gshj_nr .swiper-button-prev::after {
        display: none
    }

    .yn {
        width: 1200px;
        margin: 0 auto 100px
    }

    .yn .wztd_tit {
        margin-top: 60px;
        margin-bottom: 42px
    }

    .yn .wztd_tit h2 {
        font-size: 32px;
        color: #3e3a39;
        line-height: 100px;
        text-align: center;
        font-weight: 700;
        height: 70px;
        margin-bottom: 25px
    }

    .yn .wztd_tit p {
        font-size: 16px;
        color: #828080;
        text-align: center
    }

    .yn .ysnrbox {
        display: grid;
        grid-column-gap: 40px
    }

    .yn .ysnrbox li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10%;
        box-sizing: border-box;
        height: 330px;
        border: 1px solid red;
        border-radius: 10px
    }

    .yn .ysnrbox li:nth-child(1) {
        border: 1px solid #F73252
    }

    .yn .ysnrbox li:nth-child(2) {
        border: 1px solid #AD50E2
    }

    .yn .ysnrbox li:nth-child(3) {
        border: 1px solid #658AF0
    }

    .yn .ysnrbox li:nth-child(4) {
        border: 1px solid #FFB053
    }

    .yn .ysnrbox li:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 10px;
        transition: all .4s;
        margin-top: -20px
    }

    .yn .ysnrbox li span {
        width: 40px;
        height: 40px;
        margin-bottom: 33px
    }

    .yn .ysnrbox li span img {
        width: 100%
    }

    .yn .ysnrbox li .title {
        color: #333;
        font-size: 18px;
        margin-bottom: 22px;
        text-align: center
    }

    .yn .ysnrbox li .des {
        font-size: 12px;
        color: #333;
        line-height: 24px;
        text-align: center
    }

    .aadBg {
        background: url(../images/ad_bg.png);
        width: 100%;
        height: 246px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px
    }

    .aadBg h2 {
        font-size: 48px;
        color: #fff
    }

    .aadBg .btn {
        width: 178px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #fff
    }

    .aadBg .btn a {
        color: #114BCF;
        font-size: 18px
    }

    .kf {
        width: 1200px;
        margin: 0 auto
    }

    .kf .title {
        font-size: 30px;
        margin-bottom: 40px
    }

    .kf .kfList {
        display: grid;
        grid-template-columns: 35% 65%;
        grid-gap: 80px;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px
    }

    .kf .kfList .left .title {
        width: 100%;
        font-size: 24px;
        color: #333;
        margin-bottom: 40px;
        text-align: left
    }

    .kf .kfList .left .company {
        color: #333;
        font-size: 16px
    }

    .kf .kfList .left .company p {
        line-height: 36px
    }

    .kf .kfList .left .ewm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        align-items: center
    }

    .kf .kfList .left .ewm .item {
        display: flex;
        flex-direction: column
    }

    .kf .kfList .left .ewm .item .title {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .kf .kfList .left .ewm .item img {
        width: 70%
    }

    .kf .kfList .right img {
        width: 100%
    }

    .bannerother {
        width: 100%;
        height: 600px;
        background: url(../images/hy_bg.png) center center no-repeat;
        background-size: 100% cover
    }

    .bannerother .b_main {
        width: 1200px;
        margin: 0 auto;
        min-height: 700px;
        display: grid;
        grid-template-rows: 40% 20% 40%;
        align-items: center
    }

    .bannerother .b_main .title {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin-top: 180px;
        margin-bottom: 53px
    }

    .bannerother .b_main .input {
        width: 70%;
        height: 53px;
        margin: 0 auto;
        display: flex;
        flex-direction: row
    }

    .bannerother .b_main .input .search {
        background: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 53px;
        width: calc(100% - 155px)
    }

    .bannerother .b_main .input button {
        border: none;
        background: transparent;
        width: 155px;
        height: 53px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #027def;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px
    }

    .bannerother .b_main .img {
        display: flex;
        align-items: flex-end;
        justify-content: center
    }

    .bannerother .b_main .img img {
        width: 63%
    }

    .case {
        background: url(../images/case_bg.png) center center no-repeat;
        background-size: 100% cover
    }

    .maincont {
        width: 1200px;
        margin: 50px auto 0
    }

    .maincont img {
        width: 100%
    }
}

@media (min-width:1921px) {

    .bannerbox .bg,
    .case .bg,
    .cp .bg,
    .hlepp .bg,
    .jjfa .bg,
    .mb .bg {
        height: 100%;
        margin: 0 auto
    }

    .about .bg,
    .bannerbox .bg,
    .case .bg,
    .cp .bg,
    .hlepp .bg,
    .jjfa .bg,
    .mb .bg {
        margin: 0 auto
    }

    .bannerbox {
        width: 100%;
        background: #CDE0FE
    }

    .bannerbox .bg {
        width: 1920px;
        background: url(../images/home.png) no-repeat;
        background-size: 100% 100%
    }

    .cp {
        width: 100%;
        background: #c6d5f3
    }

    .cp .bg {
        width: 1920px;
        background: url(../images/prod.png) no-repeat;
        background-size: 100% 100%
    }

    .jjfa {
        width: 100%;
        background: #0a28ee
    }

    .jjfa .bg {
        width: 1920px;
        background: url(../images/jjfa.png) no-repeat;
        background-size: 100% 100%
    }

    .mb {
        width: 100%;
        background: #0a28ee
    }

    .mb .bg {
        width: 1920px;
        background: url(../images/hy_bg.png) no-repeat;
        background-size: 100% 100%
    }

    .case {
        width: 100%;
        background-color: #0004ff
    }

    .case .bg {
        width: 1920px
    }

    .hlepp {
        width: 100%;
        background-color: #C6D6EC
    }

    .hlepp .bg {
        width: 1920px
    }

    .about {
        width: 100%;
        background-color: #0018b9;
        height: 510px
    }

    .about .bg {
        width: 1920px;
        background: url(../images/about_bg.png) no-repeat;
        background-size: 100% 100%;
        height: 100%
    }

    .about .bg .b_main .left .title {
        margin-top: 250px
    }

    .popup-qx {
        position: fixed;
        background-image: url(../images/popup.png);
        width: 150px;
        height: 380px;
        z-index: 99;
        background-size: 100% 100%;
        left: 37px;
        top: 123px;
        cursor: pointer
    }

    .close-qx {
        width: 14px;
        height: 14px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAWVJREFUSEu11k1KxUAMAOBMHz1A0Y09gQcSEcSV0BRc6A3su4HCE5nBlbix70KeoG6EHqBIZLSW9vVnknnzuiuk+QidZKKKoojSNH0CgI8syx7hAI8x5hYATququlGbzeYojuNPAIgBoEDEdUhTa31v8wJA0zTNibLJjTEXRPQGAKuQaA/7JqLLPM/ff8FDoFprW5WtrsOs04Eh0TlsBIZAl7BJcB/Uhc2CPigHWwQlKBdzghxUgrHAJVSKscEptG2pUZ+5ptSgD13BOxPJhg+a2vW9qMLeRNoS0Vn7vkXEcw70HyOqsP/P2gTi2csGdw9IFEXKZ+CzwLnT6HPLOEHX0Zeii6AL87naZkEuJkUnQSkmQUegL8ZFB+C+GAftwFDYDLpGRLvj/O00obElVNkllYgefAYxZ4b2+1QpdWfBZyK6JqIruzdykkhjWvQVAF5UWZaruq4TRPySJpLEa62PkySpfwDMiaocR6IRZAAAAABJRU5ErkJggg==);
        background-size: contain;
        position: fixed;
        left: 105px;
        top: 513px;
        z-index: 2;
        cursor: pointer
    }
}

@media (max-width:999px) {
    .header {
        height: 50px;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000000;
        transition: All .4s ease-in-out;
        background: #007aff
    }

    .header .headerbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 50px
    }

    .header .headerbox .logo img {
        margin-left: 20px
    }

    .header .headerbox .nav,
    .header .headerbox .reg_login {
        display: none
    }

    .header .headerbox .nav_btn {
        display: block;
        background: url(../images/b_nav.png) no-repeat;
        width: 25px;
        height: 25px;
        background-size: cover;
        margin-right: 20px
    }

    .header .headerbox .nav {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        background: #F8F8FC;
        border-bottom: .02667rem solid #eee;
        padding: 0 2% 10px;
        box-shadow: -1px 10px 12px rgba(0, 0, 0, .1)
    }

    .header .headerbox .nav li {
        min-height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #eae5e5
    }

    .header .headerbox .nav li:last-child {
        border-bottom: none
    }

    .header .headerbox .nav li a {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        min-height: 45px;
        line-height: 45px;
        padding-left: 3%;
        width: 100%;
        height: 45px;
        display: block
    }

    .header .headerbox .nav .active {
        border-bottom: 1px solid #007aff !important
    }

    .header .headerbox .nav .active a {
        color: #007aff !important
    }

    footer {
        background: url(../images/footer_bg.png) no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 500px;
        padding-bottom: 74px
    }

    footer .f_main {
        width: 100%;
        margin: 20px auto 0;
        display: grid;
        grid-template-rows: 1.6fr 2fr 1fr;
        grid-column-gap: 50px;
        padding-top: 50px
    }

    footer .f_main .left {
        margin-left: 7%;
        box-sizing: border-box
    }

    footer .f_main .left .flogo {
        margin-bottom: 44px
    }

    footer .f_main .left .item {
        width: 75%;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 15px
    }

    footer .f_main .left .item p {
        color: #fff;
        font-size: 16px;
        line-height: 30px
    }

    footer .f_main .contact {
        font-size: 28px;
        color: #fff
    }

    footer .f_main .contact .ewm {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }

    footer .f_main .contact .ewm .item {
        margin-right: 10px
    }

    footer .f_main .contact .ewm .item .title {
        font-size: 16px;
        margin-bottom: 45px;
        text-align: center
    }

    footer .f_main .contact .ewm .item img {
        width: 130px;
        height: 130px
    }

    footer .f_main .midle {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 50px
    }

    footer .f_main .midle .f_nav .title {
        font-size: 16px;
        color: #fff;
        margin-bottom: 40px
    }

    footer .f_main .midle .f_nav ul li {
        height: 24px;
        line-height: 24px;
        margin-top: 15px
    }

    footer .f_main .midle .f_nav ul li a {
        color: #fff;
        font-size: 14px
    }

    footer .line {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin: 20px auto 0
    }

    footer .bq {
        width: 100%;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 16px
    }

    footer .bq a {
        color: #fff
    }

    .bannerbox {
        width: 100%;
        background: url(../images/index_bg.png) no-repeat;
        background-size: 100%;
        overflow: hidden;
        margin-top: 50px
    }

    .bannerbox .swiper {
        height: 300px
    }

    .bannerbox .swiper .b_main {
        display: flex;
        flex-direction: column
    }

    .bannerbox .swiper .b_main .left {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        box-sizing: border-box;
        width: 74%
    }

    .bannerbox .swiper .b_main .left .title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #007aff;
        padding-top: 50px
    }

    .bannerbox .swiper .b_main .left p {
        color: #007aff;
        font-size: 14px;
        line-height: 1.8
    }

    .bannerbox .swiper .b_main .left .btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #007aff;
        border-radius: 20px;
        margin-top: 30px
    }

    .bannerbox .swiper .b_main .left .btn a {
        color: #fff;
        font-size: 16px
    }

    .bannerbox .swiper .b_main .right img {
        width: 80%;
        margin: 20px auto 0
    }

    .bannerB {
        display: flex;
        flex-direction: column;
        padding: 0 2%
    }

    .bannerB .bitem {
        display: flex;
        flex-direction: row;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        margin-bottom: 30px;
        height: 150px;
        align-items: center;
        border-radius: 10px;
        width: 100%
    }

    .bannerB .bitem .left img {
        width: 90%;
        padding: 0 15px
    }

    .bannerB .bitem .right .title {
        color: #3E3A39;
        font-weight: 700;
        font-size: 22px;
        display: inline;
        border-bottom: 2px solid #3E3A39;
        padding-bottom: 10px
    }

    .bannerB .bitem .right .des {
        font-size: 16px;
        color: #828080;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 20px
    }

    .toupiao {
        width: 100%;
        margin: 0 auto
    }

    .toupiao .mtitle {
        font-size: 20px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 25px
    }

    .toupiao .toupiao_list {
        margin-top: 70px;
        display: grid;
        width: 100%
    }

    .toupiao .toupiao_list .left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        padding: 0 2%
    }

    .toupiao .toupiao_list .left .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 7%;
        box-sizing: border-box;
        border-radius: 10px
    }

    .toupiao .toupiao_list .left .item .img {
        width: 85px;
        height: 85px
    }

    .toupiao .toupiao_list .left .item .img img {
        width: 100%
    }

    .toupiao .toupiao_list .left .item .title {
        font-size: 20px;
        margin-bottom: 14px;
        color: #000;
        margin-top: 25px
    }

    .toupiao .toupiao_list .left .item .des {
        font-size: 14px;
        margin-bottom: 26px;
        color: #221815;
        text-align: center;
        line-height: 1.6em
    }

    .toupiao .toupiao_list .left .item .list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px
    }

    .activity .act_list,
    .core .coreitem .left,
    .cpcore .coreitem .left,
    .pain .painList,
    .project .pList,
    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right,
    .scene .ysnrbox .zwpx_title ul,
    .surper .surper_list,
    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right,
    .wz1320 .ysnrbox .zwpx_title ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .toupiao .toupiao_list .left .item .list li {
        border: 1px solid #fff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        text-align: center
    }

    .toupiao .toupiao_list .left .item .btn {
        width: 126px;
        height: 38px;
        border-radius: 5px;
        background: #FFB922;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
        opacity: 1;
        transition: all .4s ease-in;
        margin-top: 20px
    }

    .toupiao .toupiao_list .left .item .btn a {
        color: #fff
    }

    .toupiao .toupiao_list .left .item:nth-child(1) {
        background: url(../images/tp01.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(1) .list li {
        border: 1px solid #FF430E
    }

    .toupiao .toupiao_list .left .item:nth-child(1) .btn {
        background: #FF430E
    }

    .toupiao .toupiao_list .left .item:nth-child(2) {
        background: url(../images/tp02.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(2) .list li {
        border: 1px solid #FFC466
    }

    .toupiao .toupiao_list .left .item:nth-child(2) .btn {
        background: #FF6E00
    }

    .toupiao .toupiao_list .left .item:nth-child(3) {
        background: url(../images/tp03.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(3) .list li {
        border: 1px solid #BDD3FE
    }

    .toupiao .toupiao_list .left .item:nth-child(3) .btn {
        background: #1B58FE
    }

    .toupiao .toupiao_list .left .item:nth-child(4) {
        background: url(../images/tp04.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(4) .list li {
        border: 1px solid #1FCA7F
    }

    .toupiao .toupiao_list .left .item:nth-child(4) .btn {
        background: #1FCA7F
    }

    .toupiao .toupiao_list .left .item:nth-child(5) {
        background: url(../images/tp05.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(5) .list li {
        border: 1px solid #7C60FF
    }

    .toupiao .toupiao_list .left .item:nth-child(5) .btn {
        background: #7C60FF
    }

    .toupiao .toupiao_list .left .item:nth-child(6) {
        background: url(../images/tp06.png) no-repeat;
        background-size: cover
    }

    .toupiao .toupiao_list .left .item:nth-child(6) .list li {
        border: 1px solid #FF3747
    }

    .toupiao .toupiao_list .left .item:nth-child(6) .btn {
        background: #FF3747
    }

    .toupiao .toupiao_list .left .item:hover .btn {
        opacity: 1;
        transition: all .4s ease-in;
        margin-top: 40px
    }

    .surper {
        width: 100%;
        overflow: hidden
    }

    .surper .title {
        font-size: 24px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 55px;
        width: 100%
    }

    .surper .surper_list {
        padding: 0 2%;
        display: grid;
        margin-top: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .surper .surper_list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 3%;
        height: 220px
    }

    .surper .surper_list li img {
        width: 85px;
        height: 85px
    }

    .surper .surper_list li .s_title {
        font-size: 16px;
        font-weight: 700;
        line-height: 50px;
        color: #3E3A39
    }

    .surper .surper_list li .s_des {
        font-size: 14px;
        color: #828080;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .surper .surper_list li .hv .h_title {
        display: none
    }

    .scene {
        width: 100%;
        overflow: hidden
    }

    .scene .sc_title {
        font-size: 22px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 20px
    }

    .scene .sc_des {
        font-size: 16px;
        color: #828080;
        text-align: center;
        line-height: 1.5;
        padding: 0 5%;
        margin-bottom: 20px
    }

    .scene .ysnrbox {
        padding: 0 2%;
        box-sizing: border-box
    }

    .scene .ysnrbox .zwpx_title ul {
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 5px;
        align-items: center
    }

    .scene .ysnrbox .zwpx_title ul li {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #eae5e5
    }

    .scene .ysnrbox .zwpx_title ul li span {
        display: block;
        color: #595757;
        cursor: pointer;
        padding: 0 15px
    }

    .scene .ysnrbox .zwpx_title ul li .on2 {
        border-bottom: 2px solid #007aff;
        padding: 0 15px;
        color: #007aff
    }

    .scene .ysnrbox .zwpx_nr {
        padding-top: 35px;
        position: relative
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box {
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left {
        width: 100%;
        margin-top: 70px;
        position: relative
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img {
        margin: 0 auto;
        width: 100%
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left iframe {
        width: 89%;
        height: 89%;
        position: absolute;
        left: 50.1%;
        top: 8.6%;
        bottom: 0;
        border: 0;
        transform: translateX(-50%);
        border-radius: 0 0 35px 35px;
        overscroll-behavior: contain
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right {
        display: grid;
        grid-gap: 10px;
        width: 100%
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit {
        width: 100%
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2 {
        font-size: 18px;
        font-weight: 700;
        color: #3e3a39;
        padding: 60px 0 25px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p {
        font-size: 12px;
        line-height: 1.5;
        color: #221815
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm img {
        width: 80%;
        margin-right: 0 auto
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm p {
        font-size: 12px;
        color: #666;
        padding: 20px 0;
        text-align: left
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a {
        transition: All .4s ease-in-out;
        display: block;
        line-height: 40px;
        border-radius: 20px;
        background: #007aff;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        width: 80%;
        text-align: center
    }

    .scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a:hover {
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px)
    }

    .scene .ysnrbox .zwpx_nr .btn {
        position: absolute;
        top: 30;
        left: 0;
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background: url(../images/r_bg.png) center no-repeat;
        background-size: contain
    }

    .scene .ysnrbox .zwpx_nr .btn li {
        width: 100px;
        height: 40px;
        text-align: center;
        color: #000;
        border-radius: 20px;
        line-height: 40px;
        box-shadow: 0 3px 6px 1px #0000a;
        font-weight: 600;
        cursor: pointer
    }

    .acti_bg,
    .acti_bg .contant {
        width: 100%;
        overflow: hidden
    }

    .scene .ysnrbox .zwpx_nr .btn .a_on {
        background: #007aff;
        color: #fff
    }

    .acti_bg {
        background: url(../images/acti_bg.png) no-repeat;
        background-size: cover;
        min-height: 150px
    }

    .acti_bg .contant {
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }

    .acti_bg .contant .line {
        width: 3100px;
        display: flex;
        flex-direction: row;
        animation-name: slider;
        animation-iteration-count: infinite;
        animation-duration: 38s
    }

    .adBg,
    .banneritem .b_main {
        flex-direction: column;
        display: flex
    }

    .acti_bg .contant .line:nth-child(1) {
        margin-left: -290px
    }

    .acti_bg .contant .line:nth-child(2) {
        margin-left: -120px
    }

    .acti_bg .contant .line:nth-child(3) {
        margin-left: -220px
    }

    .acti_bg .contant .line:nth-child(4) {
        margin-left: -160px
    }

    .acti_bg .contant .line span {
        width: 110px
    }

    .acti_bg .contant .line span img,
    .adBg {
        width: 100%
    }

    .acti_bg .contant .line:hover {
        animation-play-state: paused
    }

    @keyframes slider {
        to {
            transform: translateX(400px)
        }
    }

    .adBg {
        background: url(../images/ad_bg.png);
        height: 120px;
        background-size: cover;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    .adBg h2 {
        font-size: 20px;
        color: #fff
    }

    .adBg .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #007aff;
        margin-top: 23px;
        border-radius: 20px
    }

    .adBg .btn a {
        color: #fff;
        font-size: 14px
    }

    .banneritem {
        width: 100%;
        background: url(../images/cp_sj.png) no-repeat;
        overflow: hidden;
            background-size:100%;
    background-position: right;
        height: 400px
    }

    .banneritem .b_main .left {
        display: flex;
        flex-direction: column;
        padding-left: 20px
    }

    .banneritem .b_main .left .title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #fff;
        padding-top: 120px
    }

    .banneritem .b_main .left p {
        color: #fff;
        font-size: 14px;
        line-height: 1.8
    }

    .banneritem .b_main .left .btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .banneritem .b_main .left .btn a {
        color: #0673EA;
        font-size: 16px
    }

    .banneritem .b_main .right img {
        width: 80%;
        margin: 0 auto
    }

    .activity {
        width: 100%;
        overflow: hidden;
        padding: 0 2%
    }

    .activity .title {
        font-size: 20px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 60px
    }

    .activity .act_list {
        display: grid;
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 41px
    }

    .activity .act_list li {
        width: 95%;
        height: 190px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-sizing: border-box
    }

    .activity .act_list li .right {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .activity .act_list li .right img {
        width: 45px;
        margin-bottom: 27px
    }

    .activity .act_list li .right .sort_title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 18px
    }

    .activity .act_list li .right p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        text-align: center
    }

    .activity .act_list li:hover {
        margin-top: -10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        transition: all .4s;
        border-radius: 15px
    }

    .activity .act_list li:nth-child(1) {
        background: url(../images/c01.png) no-repeat;
        background-size: 100% 100%
    }

    .activity .act_list li:nth-child(2) {
        background: url(../images/c02.png) no-repeat;
        background-size: 100% 100%
    }

    .activity .act_list li:nth-child(3) {
        background: url(../images/c03.png) no-repeat;
        background-size: 100% 100%
    }

    .activity .act_list li:nth-child(4) {
        background: url(../images/c04.png) no-repeat;
        background-size: 100% 100%
    }

    .activity .act_list li:nth-child(5) {
        background: url(../images/c05.png) no-repeat;
        background-size: 100% 100%
    }

    .activity .t_img {
        background: url(../images/t_img.png) no-repeat;
        height: 74px;
        width: 950px;
        margin: 50px auto 0;
        position: relative;
        display: none
    }

    .activity .t_img span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff
    }

    .advantage,
    .jjfa {
        width: 100%;
        overflow: hidden
    }

    .activity .t_img span:nth-child(1) {
        background: #2F81FF;
        box-shadow: 4px 4px 7px 0 rgba(47, 129, 255, .96);
        position: absolute;
        top: 60%;
        left: -4.5%
    }

    .activity .t_img span:nth-child(2) {
        background: #FF943F;
        box-shadow: 4px 4px 7px 0 rgba(255, 148, 63, .96);
        position: absolute;
        top: -19%;
        left: 22%
    }

    .activity .t_img span:nth-child(3) {
        background: #7270FF;
        box-shadow: 4px 4px 7px 0 rgba(114, 112, 255, .96);
        position: absolute;
        top: 64%;
        left: 48%
    }

    .activity .t_img span:nth-child(4) {
        background: #65E977;
        box-shadow: 4px 4px 7px 0 rgba(101, 233, 119, .96);
        position: absolute;
        top: -19%;
        left: 74.5%
    }

    .activity .t_img span:nth-child(5) {
        background: #2F81FF;
        box-shadow: 4px 4px 7px 0 rgba(47, 129, 255, .96);
        position: absolute;
        top: 56%;
        left: 101%
    }

    .jjfa {
        background: url(../images/jjfa_sj.png) no-repeat;
            background-size: 100%;
    background-position: center;
        margin-top: 50px
    }

    .advantage .title,
    .service .title {
        font-weight: 700;
        margin-top: 55px;
        text-align: center;
        margin-bottom: 40px
    }

    .jjfa .b_main .left .title,
    .jjfa .b_main .left p {
        color: #fff
    }

    .advantage .title {
        font-size: 24px;
        color: #3E3A39
    }

    .advantage .item {
        padding: 0 3%
    }

    .advantage .item .items {
        display: flex;
        flex-direction: row;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        height: 250px;
        align-items: center;
        padding: 0 3%;
        border-radius: 10px
    }

    .advantage .item .items .left {
        width: 50%
    }

    .advantage .item .items .left img {
        width: 90%
    }

    .advantage .item .items .right {
        width: 50%
    }

    .advantage .item .items .right img {
        width: 90%
    }

    .advantage .item:nth-child(even) .items .right .ititle {
        color: #3E3A39;
        font-size: 18px;
        font-weight: 700
    }

    .advantage .item:nth-child(even) .items .right p {
        margin-top: 5px;
        font-size: 14px;
        color: #828080;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .advantage .item:nth-child(even) .items .right .btn {
        height: 38px;
        width: 100px;
        background: #0673EA;
        border-radius: 5px;
        text-align: center;
        line-height: 38px;
        margin-top: 20px
    }

    .advantage .item:nth-child(even) .items .right .btn a {
        color: #fff
    }

    .advantage .item:nth-child(odd) {
        background: #F8F8FC
    }

    .advantage .item:nth-child(odd) .items .left .ititle {
        color: #3E3A39;
        font-size: 18px;
        font-weight: 700
    }

    .advantage .item:nth-child(odd) .items .left p {
        margin-top: 5px;
        font-size: 14px;
        color: #828080;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /*-webkit-line-clamp: 3;*/
        overflow: hidden
    }

    .advantage .item:nth-child(odd) .items .left .btn a,
    .cadBg h2 {
        color: #fff
    }

    .advantage .item:nth-child(odd) .items .left .btn {
        height: 38px;
        width: 100px;
        background: #0673EA;
        border-radius: 5px;
        text-align: center;
        line-height: 38px;
        margin-top: 20px
    }

    .cadBg {
        background: url(../images/ad_bg.png);
        width: 100%;
        height: 120px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    .cadBg h2 {
        font-size: 20px
    }

    .cadBg .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        margin-top: 23px;
        border-radius: 20px
    }

    .cadBg .btn a {
        color: #0673EA;
        font-size: 16px
    }

    .service {
        width: 100%;
        overflow: hidden;
        padding: 0 2%
    }

    .service .title {
        font-size: 24px;
        color: #3E3A39
    }

    .service .des {
        color: #1F1F1F;
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center
    }

    .service #certify {
        width: 100%;
        margin-top: 60px
    }

    .core .title,
    .pain .title {
        margin-top: 55px;
        font-weight: 700;
        text-align: center
    }

    .service #certify .swiper-button-prev {
        left: -1%
    }

    .service #certify .swiper-button-next {
        right: -1%
    }

    .service #certify .swiper-slide {
        width: 90%;
        display: grid;
        grid-template-rows: 3fr 8fr;
        justify-items: center;
        align-items: center;
        height: 330px;
        border-radius: 10px
    }

    .service #certify .swiper-slide .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 8%
    }

    .service #certify .swiper-slide .left .ntitle {
        font-size: 18px;
        color: #1f1f1f
    }

    .service #certify .swiper-slide .right {
        color: #1F1F1F;
        line-height: 24px;
        padding: 5%;
        font-size: 14px
    }

    .pain {
        width: 100%;
        overflow: hidden;
        padding: 0 3%
    }

    .pain .title {
        font-size: 24px;
        color: #3E3A39;
        margin-bottom: 40px
    }

    .pain .painList {
        display: grid
    }

    .pain .painList li {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .pain .painList li img {
        width: 60%;
        height: 120px
    }

    .pain .painList li .ptitle {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .pain .painList li .des {
        font-size: 12px;
        line-height: 1.5;
        color: #666;
        width: 80%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .core {
        width: 100%;
        overflow: hidden
    }

    .core .title {
        font-size: 24px;
        color: #3E3A39;
        margin-bottom: 20px
    }

    .core .dec {
        text-align: center;
        font-size: 16px;
        color: #666;
        margin-bottom: 50px
    }

    .core .coreitem {
        padding: 0 3%;
        display: flex;
        flex-direction: column
    }

    .core .coreitem .left {
        display: grid;
        grid-row-gap: 10px;
        grid-column-gap: 15px;
        align-items: center
    }

    .core .coreitem .left li {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 25px;
        border-radius: 5px;
        background: #F8F8FC
    }

    .core .coreitem .left li span {
        width: 18px;
        height: 18px
    }

    .core .coreitem .left li .text {
        font-size: 16px;
        font-weight: 700;
        color: #3E3A39;
        margin-left: 10px
    }

    .core .coreitem .left .activ:nth-child(1) .text,
    .core .coreitem .left .activ:nth-child(2) .text,
    .core .coreitem .left .activ:nth-child(3) .text,
    .core .coreitem .left .activ:nth-child(4) .text {
        color: #fff
    }

    .core .coreitem .left li:nth-child(1) span {
        background: url(../images/tico1.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(2) span {
        background: url(../images/tico2.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(3) span {
        background: url(../images/tico3.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left li:nth-child(4) span {
        background: url(../images/tico4.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(1) {
        background: #FF8E08
    }

    .core .coreitem .left .activ:nth-child(1) span {
        background: url(../images/tico1_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(2) {
        background: #68A0FB
    }

    .core .coreitem .left .activ:nth-child(2) span {
        background: url(../images/tico2_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(3) {
        background: #FE6A60
    }

    .core .coreitem .left .activ:nth-child(3) span {
        background: url(../images/tico3_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .left .activ:nth-child(4) {
        background: #B767FB
    }

    .core .coreitem .left .activ:nth-child(4) span {
        background: url(../images/tico4_a.png) no-repeat;
        background-size: contain
    }

    .core .coreitem .right {
        margin-top: 30px;
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 3%;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .1)
    }

    .cpcore .title,
    .project .title,
    .wz1320 .wztd_tit h2 {
        margin-top: 55px;
        font-weight: 700
    }

    .core .coreitem .right .item,
    .core .coreitem .right .item .des {
        flex-direction: column;
        display: flex
    }

    .core .coreitem .right .item {
        align-items: center
    }

    .core .coreitem .right .item img {
        width: 90%;
        padding: 3%
    }

    .core .coreitem .right .item .des .rtitle {
        font-size: 18px;
        font-weight: 700;
        color: #3E3A39;
        margin-bottom: 10px
    }

    .core .coreitem .right .item .des p {
        font-size: 14px;
        line-height: 1.5;
        color: #828080;
        width: 98%
    }

    .cpcore {
        width: 100%;
        overflow: hidden
    }

    .cpcore .title {
        font-size: 24px;
        color: #3E3A39;
        text-align: center;
        margin-bottom: 20px
    }

    .cpcore .des {
        color: #666;
        font-size: 16px;
        text-align: center;
        margin-bottom: 50px
    }

    .cpcore .coreitem {
        padding: 0 3%;
        display: flex;
        flex-direction: column
    }

    .cpcore .coreitem .left {
        display: grid;
        grid-gap: 5px;
        align-items: center
    }

    .cpcore .coreitem .left li {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        border-radius: 5px;
        background: #F8F8FC
    }

    .cpcore .coreitem .left li span {
        width: 18px;
        height: 18px
    }

    .cpcore .coreitem .left li .text {
        font-size: 16px;
        font-weight: 700;
        color: #3E3A39;
        margin-left: 10px
    }

    .cpcore .coreitem .left .activ:nth-child(1) .text,
    .cpcore .coreitem .left .activ:nth-child(2) .text,
    .cpcore .coreitem .left .activ:nth-child(3) .text,
    .cpcore .coreitem .left .activ:nth-child(4) .text {
        color: #fff
    }

    .cpcore .coreitem .left li:nth-child(1) span {
        background: url(../images/co01.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(2) span {
        background: url(../images/co02.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(3) span {
        background: url(../images/co03.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left li:nth-child(4) span {
        background: url(../images/co04.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(1) {
        background: #FF8E08;
        border-radius: 5px
    }

    .cpcore .coreitem .left .activ:nth-child(1) span {
        background: url(../images/co01_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(2) {
        background: #68A0FB;
        border-radius: 5px
    }

    .cpcore .coreitem .left .activ:nth-child(2) span {
        background: url(../images/co02_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(3) {
        background: #FE6A60;
        border-radius: 5px
    }

    .cpcore .coreitem .left .activ:nth-child(3) span {
        background: url(../images/co03_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .left .activ:nth-child(4) {
        background: #B767FB;
        border-radius: 5px
    }

    .cpcore .coreitem .left .activ:nth-child(4) span {
        background: url(../images/co04_a.png) no-repeat;
        background-size: contain
    }

    .cpcore .coreitem .right {
        margin-top: 20px;
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .1)
    }

    .cpcore .coreitem .right .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        border-top: 5px solid #FF8E08;
        padding-top: 30px;
        box-sizing: border-box
    }

    .cpcore .coreitem .right .item:nth-child(2) {
        border-top: 5px solid #68A0FB
    }

    .cpcore .coreitem .right .item:nth-child(3) {
        border-top: 5px solid #FE6A60
    }

    .cpcore .coreitem .right .item:nth-child(4) {
        border-top: 5px solid #B767FB
    }

    .cpcore .coreitem .right .item img {
        width: 90%;
        padding: 3%
    }

    .cpcore .coreitem .right .item .des {
        display: flex;
        flex-direction: column;
        padding-left: 5%;
        box-sizing: border-box
    }

    .help,
    .wz1320 {
        padding: 0 3%;
        overflow: hidden
    }

    .cpcore .coreitem .right .item .des .rtitle {
        font-size: 18px;
        font-weight: 700;
        color: #3E3A39;
        margin-bottom: 10px;
        text-align: left
    }

    .cpcore .coreitem .right .item .des p {
        font-size: 14px;
        line-height: 1.5;
        color: #828080;
        width: 98%;
        text-align: left
    }

    .wz1320 {
        width: 100%;
        margin-bottom: 20px
    }

    .wz1320 .wztd_tit h2 {
        font-size: 24px;
        color: #3E3A39;
        text-align: center;
        margin-bottom: 40px
    }

    .wz1320 .ysnrbox .zwpx_title ul {
        display: grid;
        grid-gap: 15px;
        align-items: center
    }

    .wz1320 .ysnrbox .zwpx_title ul li {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #eae5e5
    }

    .wz1320 .ysnrbox .zwpx_title ul li span {
        display: block;
        color: #595757;
        cursor: pointer;
        padding: 0 15px
    }

    .wz1320 .ysnrbox .zwpx_title ul li .on2 {
        border-bottom: 2px solid #007aff;
        padding: 0 15px;
        color: #007aff
    }

    .wz1320 .ysnrbox .zwpx_nr {
        padding-top: 35px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box {
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left {
        width: 100%;
        animation: fadeInLeft .65s, .1s;
        position: relative
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img {
        margin: 0 auto;
        width: 100%
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left iframe {
        width: 89.5%;
        height: 88.5%;
        position: absolute;
        left: 50.1%;
        top: 9%;
        bottom: 0;
        border: 0;
        transform: translateX(-50%);
        overscroll-behavior: contain;
        border-radius: 0 0 40px 40px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right {
        display: grid;
        grid-gap: 10px;
        width: 100%;
        animation: fadeInRight .85s, .1s
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit {
        width: 100%
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2 {
        font-size: 18px;
        font-weight: 700;
        color: #3e3a39;
        padding: 60px 0 25px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p {
        font-size: 12px;
        line-height: 1.5;
        color: #221815
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm img {
        width: 80%;
        margin-right: 0 auto
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm p {
        font-size: 12px;
        color: #666;
        padding: 20px 0;
        text-align: left
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a {
        transition: All .4s ease-in-out;
        display: block;
        line-height: 40px;
        border-radius: 20px;
        background: #007aff;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        width: 80%;
        text-align: center
    }

    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtprwm a:hover {
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px)
    }

    .project {
        width: 100%;
        overflow: hidden
    }

    .project .title {
        font-size: 24px;
        color: #3E3A39;
        text-align: center;
        margin-bottom: 40px
    }

    .project .pList {
        padding: 0 2%;
        display: grid;
        margin-top: 20px;
        grid-gap: 10px
    }

    .project .pList li {
        width: 100%;
        height: 300px;
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 0 5%;
        justify-content: center
    }

    .project .pList li:hover {
        box-shadow: 0 0 25px rgba(194, 160, 11, .2);
        opacity: .5;
        border-radius: 20px;
        transition: all .4s
    }

    .project .pList li .ptitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
    }

    .project .pList li .ptitle span {
        width: 100px;
        height: 100px
    }

    .project .pList li .ptitle span img {
       width: 100px;
    height: 100px;
    }

    .project .pList li .ptitle .stitle {
        font-size: 20px;
        font-weight: 700;
        color: #3E3A39;
        margin-left: 10px
    }

    .project .pList li p {
        font-size: 14px;
        color: #828080;
        line-height: 22px;
        text-align: center
    }

    .project .pList li .btn {
        width: 125px;
        height: 42px;
        border-radius: 5px;
        background: #007aff;
        line-height: 42px;
        text-align: center;
        margin: 25px auto 0
    }

    .company .title,
    .help .title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px
    }

    .project .pList li .btn a {
        font-size: 16px;
        color: #fff
    }

    .help {
        width: 100%
    }

    .help .title {
        font-size: 24px;
        color: #3E3A39;
        margin-top: 55px
    }

    .help .helpList {
        display: flex;
        flex-direction: column
    }

    .help .helpList li {
        display: grid;
        grid-template-columns: 8fr 2fr;
        align-items: center;
        border-bottom: 1px solid #333;
        padding: 20px 0
    }

    .help .helpList li a {
        color: #333;
        font-size: 16px;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .help .helpList li span {
        width: 100%;
        height: 6px;
        background: url(../images/jiantou.png) no-repeat;
        background-size: 100% 100%
    }

    .help .helpList li:hover {
        border-bottom: 1px solid #0072F2
    }

    .help .helpList li:hover a {
        color: #0072F2
    }

    .help .helpList li:hover span {
        background: url(../images/jiantou_a.png) no-repeat;
        background-size: cover
    }

    .about {
        background: url(../images/cj_about.png) no-repeat;
        background-size: 100%;
    background-position: center;
    }

    .company {
        width: 100%;
        padding: 0 3%;
        overflow: hidden
    }

    .company .title {
        font-size: 24px;
        color: #3E3A39;
        margin-top: 55px
    }

    .company img {
        width: 100%;
        margin-bottom: 54px;
        border-radius: 5px
    }

    .company .content {
        width: 100%;
        font-size: 14px;
        color: #828080;
        line-height: 1.5
    }

    .gshj .gshj_tit,
    .yn .wztd_tit h2 {
        font-size: 24px;
        color: #3E3A39;
        font-weight: 700;
        text-align: center
    }

    .company .content p {
        margin-bottom: 30px
    }

    .gshj {
        width: 100%;
        overflow: hidden
    }

    .gshj .gshj_tit {
        margin-top: 55px;
        margin-bottom: 40px
    }

    .gshj .gshj_nr {
        position: relative;
        padding: 0 10px
    }

    .gshj .gshj_nr .swiper-slide {
        width: 80%
    }

    .gshj .gshj_nr .swiper-slide img,
    .yn {
        width: 100%
    }

    .gshj .gshj_nr .swiper-button-next {
        background: url(../images/e_30.png);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background-size: 100% 100%;
        right: 0;
        display: none
    }

    .gshj .gshj_nr .swiper-button-next::after {
        display: none
    }

    .gshj .gshj_nr .swiper-button-prev {
        background: url(../images/e_31.png);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background-size: 100% 100%;
        left: 0;
        display: none
    }

    .gshj .gshj_nr .swiper-button-prev::before {
        display: none
    }

    .yn {
        overflow: hidden;
        margin: 0 auto 50px;
        padding: 0 3%
    }

    .yn .wztd_tit {
        margin-top: 110px;
        margin-bottom: 52px
    }

    .yn .wztd_tit h2 {
        margin-top: 55px;
        margin-bottom: 10px
    }

    .yn .wztd_tit p {
        font-size: 12px;
        color: #828080;
        text-align: center
    }
    /*.acticle{*/
    /*    display: none;*/
    /*}*/

    .acticle dl dd a{
        line-height: 2.5;
    }
    .yn .ysnrbox {
        padding: 0 2%
    }
    .indexnews{
        display: block;
    }
    .yn .ysnrbox li {
        display: grid;
        grid-template-columns: 2fr 8fr;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        margin-bottom: 20px;
        padding: 5% 2%
    }

    .aadBg,
    .kf .kfList {
        display: flex;
        flex-direction: column
    }

    .yn .ysnrbox li span img {
        width: 65%;
        margin: 0 auto
    }

    .yn .ysnrbox li .right .title {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px
    }

    .yn .ysnrbox li .right .des {
        line-height: 22px
    }

    .aadBg {
        background: url(../images/ad_bg.png);
        width: 100%;
        height: 120px;
        background-size: cover;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    .aadBg h2 {
        font-size: 18px;
        color: #fff
    }

    .aadBg .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        margin-top: 23px;
        border-radius: 5px
    }

    .aadBg .btn a {
        color: #114BCF;
        font-size: 16px
    }

    .kf {
        width: 100%;
        overflow: hidden;
        padding: 0 3%;
        margin-bottom: 20px
    }

    .kf .title {
        font-size: 24px;
        font-weight: 700;
        color: #3E3A39;
        text-align: center;
        margin-top: 55px;
        margin-bottom: 10px
    }

    .kf .kfList {
        padding-bottom: 20px;
        justify-content: center;
        align-items: center
    }

    .kf .kfList .left {
        margin-bottom: 20px;
        width: 100%
    }

    .kf .kfList .left .title {
        width: 100%;
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
        text-align: left;
        padding-left: 2%
    }

    .kf .kfList .left .company {
        color: #333;
        font-size: 14px;
        text-align: left
    }

    .kf .kfList .left .company p {
        line-height: 36px
    }

    .kf .kfList .left .ewm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        padding: 0 3%
    }

    .kf .kfList .left .ewm .item {
        display: flex;
        flex-direction: column
    }

    .kf .kfList .left .ewm .item .title {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .kf .kfList .left .ewm .item img {
        width: 69%
    }

    .kf .kfList .right img {
        width: 100%
    }

    .bannerother {
        width: 100%;
        height: 400px;
        overflow: hidden
    }

    .bannerother .b_main {
        width: 80%;
        margin: 0 auto;
        height: 100%;
        display: grid;
            margin-top: 20%;
        align-items: center
    }

    .bannerother .b_main .title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 23px
    }

    .bannerother .b_main .input {
        width: 100%;
        height: 43px;
        margin: 0 auto;
        display: flex;
        flex-direction: row
    }

    .bannerother .b_main .input .search {
        background: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 43px;
        width: calc(100% - 45px)
    }

    .bannerother .b_main .input button {
        width: 45px;
        height: 43px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #007aff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
            border: 0;
    }

    .bannerother .b_main .img {
        display: flex;
        align-items: flex-end;
        justify-content: center
    }

    .bannerother .b_main .img img {
        width: 87%
    }

    .mb {
        width: 100%;
        /*background: url(../images/mb.png) no-repeat;*/
            background-size:100%;
    background-position: right;
        overflow: hidden
    }

    .case {
        width: 100%;
        background: url(../images/case.png) no-repeat;
            background-size: 100%;
    background-position: right;
        overflow: hidden
    }
.template-item{
    width: 43% !important;
    margin-left: 2%;
}
.template-item img{
    height: auto !important;
}
.template-item:nth-child(5n){
        margin-right: 25px !important;
}
    .hlepp {
        width: 100%;
        background: url(../images/sj_help.png) no-repeat;
            background-size: 100%;
    background-position: center;
        overflow: hidden
    }

    .maincont {
        width: 100%;
        overflow: hidden;
        padding: 0 3%
    }

    .maincont img {
        width: 100%
    }

    .footer-btn-box-warp {
        display: block;
        width: 100%;
        background-color: #fff;
        margin-left: 0
    }

    .footer-btn-box {
        background: #fff;
        line-height: 50px;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: table-cell;
        z-index: 999;
        padding-bottom: env(safe-area-inset-bottom)
    }

    .footer-btn-box a {
        color: #fff;
        width: 100%;
        height: 100%;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .footer-btn-box a img {
        height: 20px;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: 4px
    }

    .footer-btn-box .create-btn,
    .footer-btn-box .kefu-btn {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        display: block;
        float: left;
        position: relative;
        text-align: center
    }

    .footer-btn-box .create-btn {
        width: 50%
    }

    .footer-btn-box .kefu-btn {
        width: 50%;
            background: linear-gradient(to left, #ea9518, #FF9100);
    }

    .footer-btn-box .create-btn {
       background: linear-gradient(to left, #1095db, #007aff);
    }

    .backTop {
        display: none;
        background: #fff;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #3c93ff;
        font-size: 19px;
        text-align: center;
        z-index: 1000;
        position: fixed;
        right: 25px;
        bottom: 70px;
        bottom: calc(env(safe-area-inset-bottom) + 70px) !important;
        bottom: calc(constant(safe-area-inset-bottom) + 70px) !important;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
        -moz-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
        -ms-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
        -o-box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
        box-shadow: 0 0 .6rem rgba(153, 153, 153, .1);
        cursor: pointer
    }
}

body,
button,
input,
select,
textarea {
    font: 400 14px/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}
.acticle {
    background: #fafafa;
    border: 1px solid #fafafa;
}
.article-section {
       display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    gap: 45px;
}
.article-box {
    width: 634px;
    /*height: 468px;*/
    background: #fff;
    border-radius: 5px;
    margin: 65px 0;
}
.pad2 {
    padding: 20px 40px 30px;
}

.article_title {
    position: relative;
    border-bottom: 1px solid #999;
    /* line-height: 2; */
}
.article_title p.acticle_title_text {
    color: #fe9a00;
    font-size: 26px;
    font-weight: 550;
    text-align: left !important;
    text-indent: 1.5em;
    line-height: 2;
}
.article_title p::before {
    content: '';
    background: url(../images/hot.jpg) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 18%;
}
.article_title .more {
    position: absolute;
    right: 0;
    top: 40%;
}
.article_title .more img{
    width: 20px;
}
.acticle dl {
    margin-top: 10px;
}
.acticle dd a {
    color: #212121;
    font-size: 16px;
    line-height: 3;
}

@media (max-width:999px) {
    .article-box{
    width: 100% !important;
}
.article-section{
    display: inline-block;
}
.acticle .contant{
    width: 100% !important;
}
.bannerB .bitem .left img{
    width: 80px;
}
.scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right{
    display: inline-block;
    
}
.scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2{
    text-align: center;
}
.scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p{
    text-align: center;
}
.scene .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img{
    width: 60%;
}
.scene .ysnrbox .zwpx_nr .btn{
    display: block;
}
.scene .ysnrbox .zwpx_nr .btn li{
    margin: 0 auto;
}
    .article_title p.acticle_title_text{
        color: #007aff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 0.8em;
    line-height: 2.5;
    }
    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_left img{
            width: 60%;
    }
    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right{
       display: inline-block; 
    }
    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit h2{
        text-align: center;
    }
    .wz1320 .ysnrbox .zwpx_nr .zwpx_box .zwpx_right .twtp_tit p{
        text-align: center;
    }
    .help-item-link{
            text-align: center;
    }
}
