﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
header {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:255;
}
.header_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo {
    height:100px;
    padding:25px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.w_nav{
    display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
    .w_nav > li > a {
        display: block;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
        color: rgb(255, 255, 255);
        position:relative;
        /*border-bottom: 3px solid transparent;*/
    }
        .w_nav > li > a::after {
            content: "";
            width: 100%;
            transform: translateX(-50%) scale(0);
            height: 3px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 50%;
            transition: all .5s;
        }
    .w_nav > li.active > a,
    .w_nav > li:hover > a {
        font-weight: bold;
        /*border-bottom-color:#fff;*/
    }
        .w_nav > li.active > a::after,
        .w_nav > li:hover > a::after {
            transform: translateX(-50%) scale(1);
        }
.er_nav,
.san_nav {
    position: absolute;
    width: 140%;
    top: 130%;
    left: -20%;
    display: none;
    background: #fff;
    transition: all .5s;
}
                .er_nav>li {
                    position:relative;
                }
    .er_nav li a,
    .san_nav li a {
        display: block;
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid rgb(235, 235, 235);
        text-align: center;
        color: rgb(0, 0, 0);
    }
        .er_nav li a:hover,
        .san_nav li a:hover{
            background: rgb(0, 104, 222);
            color: #fff;
        }
.san_nav {
    right: 100%;
    left:auto;
    top: 0%;
}
        .nei-banner {
            position: relative;
        }
.nei-banner img {
    width:100%;
    display:block;
}
.nei-banner h3 {
    font-size:60px;
    line-height:87px;
    width:100%;
    text-align:center;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
}
.er_nav.active {
    display:block;
    top:100%;
    animation: ername 1s 1;
}
@keyframes ername {
    0% {
        display: none;
        top: 130%;
    }
    50%{
        top:100%;
    }
    100% {
        display: block;
    }
}
.public_navlist {
    padding:30px 0;
}
.public_nav{
    display:flex;
    justify-content:center;
}
.public_nav li {
    padding:0 5px;
}
    .public_nav li a {
        display: block;
        width: 160px;
        padding: 13px;
        border-radius: 50px;
        background: rgb(241, 246, 254);
        text-align: center;
        font-size: 16px;
        color: rgb(0, 0, 0);
    }
    .public_nav li.active a
     {
        background: rgb(0, 104, 222);
        color: #fff;
    }
    .public_nav li:hover a {
        background:#eee;
    }
    .about_plate1 {
        padding-top: 45px;
    }
.about_palte1_title {
    text-align:center;
}
    .about_palte1_title h3 {
        font-size: 40px;
        line-height: 58px;
        color: rgb(0, 0, 0);
    }
.about_plate1_cont {
    max-width: 1200px;
    margin:52px auto 0;
    font-size: 16px;
    line-height: 36px;
    color: rgb(51, 51, 51);
}
.about_plate1_img {
    margin-top:65px;
}
.about_plate2{
    padding:80px 0 110px;

}
.about_plate2_map {
    max-width:1200px;
    margin:0 auto;
}
footer {
    background: rgb(45, 40, 40);
}
.footer_pack {
    padding: 57px 0 41px;
    border-bottom: 1px solid rgba(255, 255, 255,.2);
}
.footer_pack_cont {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.fnavlist {
    width:52%;
}
.fw_nav {
    display: flex;
    justify-content: space-between;
}
.y1400 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}
.y1520 {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 10px;
}

.fw_nav li {
    max-width:23%;
}
    .fw_nav li h4,
    .fcode_list li h4{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
    .fw_nav li a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 0;
        color: rgb(149, 149, 149);
    }
.fcode {
    width:38.5%;
}
.fcode_list {
    display:flex;
    justify-content:space-between;
}
.fcode_list li {
    width:30.5%;
}
.fcode_list_cont p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 18px;
    text-align: center;
    color: rgb(149, 149, 149);
}
.fcode_list li h4 {
    text-align:center;
}
.footer_phone {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: rgb(149, 149, 149);
}
.footer_phone p {
    margin-top:10px;
}
.copyright {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: rgb(149, 149, 149);
    font-size:16px;
    line-height:24px;
    padding:28px 0 60px;
}
    .copyright a {
        color: rgb(149, 149, 149);
    }
.news {
    padding:0 0 140px;
}
.news_list li {
    padding: 50px 0;
    border-bottom: 1px solid rgb(222, 222, 222);
}
    .news_list li:last-child {
        border-bottom:none;
    }
.news_list li a {
    display:flex;
    align-items:center;
}
.news_list_img {
    width:30%;
}
.news_list_cont {
    width:70%;
    display:flex;
    align-items:center;
}
.news_list_text {
    width: 75%;
    padding: 0 6%;
}
    .news_list_text h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
    }
    .news_list_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:29px;
        -webkit-line-clamp:3;
    }
.news_list_time {
    width: 25%;
    padding-left: 4%;
    border-left: 1px solid rgb(222, 222, 222);
    text-align: center;
}
.news_list_time h3 {
    font-size: 72px;
    line-height: 95px;
    color: rgb(102, 102, 102);
}
.news_list_time p {
    font-size: 28px;
    line-height: 40px;
    color: rgb(102, 102, 102);
    margin-top:5px;
}
.news_list li a:hover img {
    transform:scale(1.1);
}
.news_list li a:hover h4,
.news_list li a:hover h3,
.news_list li a:hover p {
    color: rgb(0, 104, 222);
}
.NewsDetail001 {
    margin:0;
    padding:80px 0;
}
.h_pack {
    background: rgb(241, 244, 249);
}
.honor {
    padding: 20px 0 100px;
}
.honor_pack,
.case_pack {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.honor_pack_left,
.case_classify {
    width: 16%;
}
.honorpack_right,
.case_list {
    width: 81%;
    background: rgb(255, 255, 255);
    padding: 30px;
}
.honor_pack_list li,
.case_classify_list li{
    margin-bottom: 1px;
}
        .honor_pack_list li a {
            display: flex;
            align-items: center;
            padding: 18px 26px;
            background: #fff;
        }
            .honor_pack_list li a.active,
            .honor_pack_list li a:hover{
                background: rgb(0, 104, 222);
            }
                .honor_pack_list li a.active img,
                .honor_pack_list li a:hover img {
                    filter: invert(100%);
                }
                .honor_pack_list li a.active span,
                .honor_pack_list li a:hover span{
                    color: #fff;
                }
                .honor_pack_icon {
                    width: 24px;
                }
.honor_pack_icon img {
    max-width:100%;
    display:block;
    margin:0 auto;
}
.honor_pack_list li a span {
    font-size:16px;
    line-height:24px;
    width:calc(100% - 24px);
    padding-left:19px;
    color:#000;
}
.honor_list {
    /*display: flex;
    flex-wrap:wrap;
    gap: 30px;*/
    column-count: 3;
    column-gap: 1em;
}
    .honor_list li {
        break-inside: avoid;
        margin-bottom: 30px;
        /*width: calc(33.33% - 30px);*/
        /*flex-grow: 1;*/
        /*padding: 0 15px;*/
        /*margin-bottom: 30px;*/
    }
    .honor_list li p {
        display: flex;
        align-items: center;
        justify-content: center;
        border:1px solid rgb(236, 236, 236);
        border-radius:30px;
        padding:0 10px;
        margin-top:20px;
        height:50px;
        font-size:16px;
        line-height:24px;
    }
.cooper_list{
    margin:0 -15px 0;
    display:flex;
    flex-wrap:wrap;
}
.cooper_list li {
    width:25%;
    padding:0 15px;
    margin-bottom:30px;
}
    .cooper_list li a {
        display:block;
        background:#fff;
        border-radius:10px;
    }
    .cooper_list li a img {
        width:100%;
       display:block;
       border-radius:10px;
    }
.cooper_right{
    background:transparent;
    padding:0;
}
.branch {
    padding:20px 0 100px;
}
.branch_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.branch_list li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
.branch_list_pack {
    height:100%;
    background:#fff;
}
.branch_list_title {
    background: rgba(0, 104, 222,.2);
    padding:15px;
}
    .branch_list_title p {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 0, 0);
    }
.branch_list_cont {
    padding: 28px 30px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}
.branch_list_cont p {
    margin-bottom:15px;
}
.branch_list_cont p:last-child {
    margin:0;
}
.branch_list_pack:hover .branch_list_title {
    background: rgb(0, 104, 222);
    color:#fff;
}
.branch_list_pack:hover .branch_list_title p {
    color:#fff;
}
.fff_nav li a {
    background:#fff;
}
.case {
    padding:20px 0 100px;
}
.case_classify_list li a {
    text-align: center;
    padding: 18px 10px;
    color: rgb(0, 0, 0);
    display:block;
    font-size:16px;
    background:#fff;
}
    .case_classify_list li a.active,
    .case_classify_list li:hover a {
        background: rgb(0, 104, 222);
        color: #fff;
    }
.case_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.case_list_cont li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
    .case_list_cont li a {
        display:block;
    }

        .case_list_cont li a p {
            font-size: 16px;
            line-height: 24px;
            color: rgb(0, 0, 0);
            text-align:center;
            margin-top:18px;
        }
        .case_list_cont li a:hover img {
            transform:scale(1.1);
        }
        .case_list_cont li a:hover  p {
            color:rgb(0, 104, 222);
        }
.case_list_cont2 li {
    width:50%;
}
.franchise {
    padding:45px 0  100px;
}
.public_title {
    text-align:center;
}
    .public_title h3 {
        font-size: 40px;
        line-height: 58px;
        color: rgb(0, 0, 0);
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .public_title p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(149, 149, 149);
        text-transform:uppercase;
    }
    .public_title h3::before,
    .public_title h3::after {
        content: "";
        width: 100px;
        height: 1px;
        background: rgb(0, 104, 222);
        display: block;
        margin: 0 30px;
    }
.public_form {
    background:#fff;
    border-radius:10px;
    padding:20px 30px;
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
.public_input {
    width:40%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
    .public_input p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        width:64px;
    }
    .public_input input {
        font-size: 16px;
        line-height: 48px;
        border: 1px solid rgb(223, 225, 230);
        border-radius:10px;
        padding:0 20px;
        width:calc(100% - 84px);
    }
    .public_input select {
        font-size: 16px;
        height: 48px;
        border: 1px solid rgb(223, 225, 230);
        border-radius: 10px;
        padding: 0 20px;
        width: calc(100% - 84px);
    }
.submit {
    width: 10%;
    line-height: 50px;
    border-radius: 10px;
    background: rgb(0, 104, 222);
    text-align:center;
    font-size:16px;
    color:#fff;
    cursor:pointer;
}
.franchise_cont {
    margin-top:30px;
}
.franchise_detail {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.serve{
    margin-top:30px;
}
.serve_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.serve_list li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
.serve_list li a {
    display:block;
}
.serve_list_cont {
    background: #fff;
    padding: 17px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}
.serve_list li a:hover img {
    transform:scale(1.1);
}
.serve_list li a:hover .serve_list_cont {
    background:rgb(0, 104, 222);
    color:#fff;
}
.serve_pack {
    padding-bottom:100px;
}
.serve_detail{
    padding:30px;
    background:#fff;
}
.serve_detail_title {
    text-align:center;
    font-size:28px;
    line-height:37px;
    color:#000;
}
.serve_detail_pack{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
.serve_detail_img{
    width:33.3%;
}
    .serve_detail_img img {
        border-radius:10px;
    }
    .serve_detail_cont {
        width: 63%;
    }
.serve_detail_text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.platform_detail {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.platform_btn {
    padding:20px 0 30px;
    display:flex;
    justify-content:flex-end;
}
    .platform_btn a {
        display: block;
        padding: 13px 30px;
        border-radius: 25px;
        background: rgb(0, 104, 222);
        color:#fff;
        font-size:16px;
        line-height:24px;
    }
.app_detail {
    padding: 30px;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.appdetail_pack {
    background:#fff;
    padding:60px;
    position:relative;
}
.appdetail_pack .arr {
    width:40px;
    height:60px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}
.arrl {
    left:0;
    background:url(../images/arrl.png) no-repeat center/100% 100%;
}
.arrr {
    right:0;
    background:url(../images/arrr.png) no-repeat center/100% 100%;
}
.appdetail_swiper {
    overflow:hidden;
}
    .appdetail_swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.85);
    }

    .appdetail_swiper .swiper-slide-active, .appdetail_swiper .swiper-slide-duplicate-active {
        transform: scale(1);
    }
.code_pack{
    background:#fff;
    padding:30px;
}
.code_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -30px -50px;
}
.code_list li {
    width:25%;
    padding:0 30px;
    margin-bottom:50px;
}
.code_list_cont {
    border-radius: 25px;
    border: 1px solid rgb(236, 236, 236);
    text-align:center;
    padding:13px 10px;
    font-size:18px;
    line-height:26px;
    margin-top:20px;
}
.Transaction {
    padding:50px 0 100px;
}
.Transaction_right {
    background:transparent;
    padding:0;
}
.Transaction_header {
    background:#fff;
    padding:30px;
}
.Transaction_header_top {
    border-bottom: 1px solid rgb(229, 229, 229);
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .Transaction_header_top h4 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
        color: rgb(0, 104, 222);
        font-weight:bold;
        border-bottom: 3px solid rgb(0, 104, 222);
    }
.Transaction_header_search {
    width: 250px;
    position:relative;
}
    .Transaction_header_search input {
        width: 100%;
        border: 1px solid rgb(229, 229, 229);
        padding: 0 45px 0 15px;
        font-size: 16px;
        line-height: 34px;
    }
.Transaction_header_search i {
    width:20px;
    height:20px;
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
    background:url(../images/search.png) no-repeat center/100% 100%;
}
.Transaction_header_category {
    border-bottom: 1px dashed rgb(220, 220, 220);
    padding:15px 0;
    display:flex;
    align-items:center;
}
    .Transaction_header_category p,
    .Transaction_header_time p{
        width: 80px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
.Transaction_header_category_list,
.Transaction_header_time_pack {
    width: calc(100% - 80px);
    padding-left: 20px;
    display: flex;
}
.Transaction_header_category_list li {
    margin-right:7px;
}
    .Transaction_header_category_list li a {
        display: block;
        padding: 3px 13px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        border:1px solid transparent;
        border-radius:30px;
    }
    .Transaction_header_category_list li.active a {
        border-color: rgb(0, 104, 222);
        color: rgb(0, 104, 222);
    }
.Transaction_header_time {
    padding-top: 16px;
    display: flex;
    align-items: center;
}
.layui-form-item .layui-inline,
.layui-form-item {
    margin: 0;
}
/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align:center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 28px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: rgb(0, 104, 222);
    border: 1px solid rgb(0, 104, 222)
}

#nextPage, #prePage {
    width: 50px
}

.page_div .current {
    background-color: rgb(0, 104, 222);
    border-color: rgb(0, 104, 222);
    color: #FFF
}
/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }
/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
.Transaction_list{
    margin-top:10px;
    background:#fff;
    padding:0 30px 30px;
}
.Transaction_list_cont li {
    padding: 30px 0;
    border-bottom: 1px dashed rgb(220, 220, 220);
}
.Transaction_list_cont li a {
    display:block;
}
.Transaction_list_title{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
    .Transaction_list_title h4 {
        font-size: 18px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        width:70%;
    }
    .Transaction_list_title p {
        width: 20%;
        font-size: 16px;
        line-height: 21px;
        color: rgb(196, 196, 196);
        text-align:right;
    }
.Transaction_list_tab {
    margin-top:17px;
    display:flex;

}
.Transaction_list_tab span {
    margin-right:10px;
    padding:4.5px 13px;
    border-radius:30px;
}
    .Transaction_list_tab span:first-child {
        background: rgba(0, 104, 222,.15);
        color: rgb(0, 104, 222);
    }
    .Transaction_list_tab span:last-child {
        background: rgba(250, 66, 56,.15);
        color: rgb(250, 66, 56);
    }
.Transaction_list_cont li a:hover h4 {
    color:rgb(0, 104, 222);
}
.transaction_detail{
    padding:23px 0 100px;
}
.bx-mb-nav{
    border:none;
}
.transaction_detail_apck {
    background: #fff;
    padding: 30px;
}
.lz-banner {
    margin-top:0;
}
.lz-banner a {
    position:relative;
}
.home_banner_cont {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    max-width:1220px;
    padding:0 10px;
    width:100%;
}
    .home_banner_cont h3 {
        font-size: 60px;
        line-height: 87px;
        color: rgb(255, 255, 255);
    }
    .home_banner_cont p {
        font-size: 24px;
        line-height: 35px;
        color: rgb(255, 255, 255);
        margin-top:10px;
    }
.home_plate1 {
    padding:95px 0 100px;
}
.home_plate1_pack{
    margin-top:40px;
    display:flex;
    align-items:flex-start;
}
.home_plate1_left {
    width:180px;
}
.home_plate1_category li {
    margin-bottom:1px;
}
    .home_plate1_category li a {
        padding: 30px 10px;
        display: block;
        background: rgba(0, 104, 222,.1);
    }
.home_plate1_icon {
    height:40px;
}
.home_plate1_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.home_plate1_category li a p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
    text-align: center;
    color: rgb(0, 104, 222);
}
.home_plate1_category li.active a,
.home_plate1_category li:hover a{
    background: rgb(0, 104, 222);
}
    .home_plate1_category li.active a img,
    .home_plate1_category li:hover a img{
        filter: grayscale(100%) contrast(5) invert(100%);
    }
    .home_plate1_category li.active a p,
    .home_plate1_category li:hover a p{
        color: #fff;
    }
.home_plate1_right{
    width:calc(100% - 180px);
    padding-left:40px;
}
.home_plate1_right_top {
    border-bottom: 1px solid rgb(229, 229, 229);
    display:flex;
    justify-content:space-between;
}
    .home_plate1_right_top > a {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
.home_plate1_right_ercategory_list {
    display: flex;
}
    .home_plate1_right_ercategory_list li {
        margin-right: 50px;
    }
.home_plate1_right_ercategory_list li a {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 11px;
    border-bottom: 3px solid transparent;
    color: rgb(102, 102, 102);
    display: block;
}
.home_plate1_right_ercategory_list li.active a,
.home_plate1_right_ercategory_list li:hover a {
    border-bottom-color: rgb(0, 104, 222);
    color: rgb(0, 104, 222);
    font-weight: bold;
}
.home_plate1_right_list_cont li {
    padding: 15px 0;
    border-bottom: 1px dashed rgb(220, 220, 220);
}
    .home_plate1_right_list_cont li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.home_plate1_right_list_left {
    width:75%;
    display:flex;
    align-items:center;
}
.home_plate1_right_list_left span {
    width:80px;
    line-height:28px;
    font-size:16px;
    border-radius:30px;
    border:1px solid rgb(0, 104, 222);
    color:rgb(0, 104, 222);
    text-align:center;

}
    .home_plate1_right_list_left h4 {
        width: calc(100% - 80px);
        padding-left: 10px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
.home_plate1_right_list_cont li a p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
.home_plate1_right_list_cont li a:hover h4 {
    color:rgb(0, 104, 222);
}
.home_plate2 {
    padding:95px 0 82px;
    background:url(../images/hbg.jpeg) no-repeat center/cover;
}
.home_plate2_pack {
    margin-top:50px;
}
    .home_plate2_pack .serve_list li {
        width:25%;
    }
.home_plate3 {
    padding:115px 0 0;
}
.home_plate3_honor_classify {
    margin-top:30px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
    .home_plate3_honor_classify li {
        margin:0 10px;
    }
        .home_plate3_honor_classify li.active .home_plate3_honor_classify_left p {
            color:rgb(0, 104, 222);
        }
        .home_plate3_honor_classify_pack {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 220px;
            background: rgb(248, 249, 252);
            border-radius: 10px;
            padding: 8px 20px;
        }
.home_plate3_honor_classify_left {
    display:flex;
    align-items:center;

}
.home_plate3_classify_icon {
    width:32px;
}
    .home_plate3_classify_icon img {
        max-width: 100%;
        filter: sepia(100%) hue-rotate(180deg) brightness(1.5) saturate(2);
    }
.home_plate3_honor_classify_left p {
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    color: rgb(0, 0, 0);
}
.home_plate3_honor_classify_pack span {
    font-size: 36px;
    line-height: 52px;
    color: rgb(0, 104, 222);
}




.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    height:300px !important;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-item {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 180px;
            height: 260px;
            float: none;
            margin: 0 15px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                box-shadow: 0 3px 10px rgba(0,0,0,.1);
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #E9E9E9;
                }

.bx-img-hover:hover img {
    transform:scale(1);
}
.bx-siteM103-itemBox {
    margin-top: 50px;
}
.bx-siteM103.active .bx-siteM103-itemBox .str_move {
    left:50% !important;
    transform:translateX(-50%);
}

@media screen and (max-width: 1500px) {
    /* .bx-siteM103-item ul li {
        width: 230px;
        height: 100px;
    }*/

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .bx-siteM103-item {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        /*width: 120px;
        height: 60px;*/
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
}
.home_plate4 {
    padding:100px 0 100px;
}
.home_plate4_list{
    display:flex;
    flex-wrap:wrap;
    margin:49px -10px 0;
}
.home_plate4_list li {
    width:25%;
    padding:0 10px;
    margin-bottom:20px;
}
    .home_plate4_list li a {
        border-radius:10px;
        background:#fff;
        overflow:hidden;
        display:block;
        box-shadow:0 0 10px rgba(0,0,0,.1);
    }
.home_plate5 {
    padding:95px 0 100px;
    background:url(../images/hbg2.jpeg) no-repeat center/cover;
}
.home_plate5_list{
    display:flex;
    margin:34px 0 0;
    justify-content:space-between;
    flex-wrap:wrap;
}
.home_plate5_list li {
    max-width:19%;
}
.home_plate5_list_pack h3 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0, 104, 222);
}
.home_plate5_list_pack span {
    font-size: 60px;
    line-height: 87px;
    color: rgb(0, 104, 222);
}
.home_plate5_list_pack p {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    margin-top:3px;
}
header.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(248, 249, 252);
}
    header.active .w_nav>li>a {
        color:#000;

    }
        header.active .w_nav > li > a::after {
            background:#000;
        }
        header.active .w_nav > li.active > a {
            border-bottom-color: #000;
        }
            header.active .w_nav > li.active > a::after,
            header.active .w_nav > li:hover > a::after {
                transform: translateX(-50%) scale(1);
            }

    @media screen and (max-width: 1500px) {
        .w_nav > li{
            padding:0 15px;
        }
        .logo {
            height:80px;
            padding:20px 0;
        }
        .Sidebar ul li {
            width: 65px;
            height: 65px;
        }

            .Sidebar ul li a {
                font-size: 12px;
                line-height: 20px;
            }

                .Sidebar ul li a .img-a {
                    height: 20px;
                }

        .Sidebar {
            bottom: 20%;
        }

            .Sidebar ul li a p {
                padding-top: 0;
            }

            .Sidebar ul li .cl-fd {
                right: 75px;
                top: 0;
                transform: none;
            }
}
    @media(max-width:1000px) {
        .Sidebar ul li {
        width:70px;
        height:auto;

    }
        .Sidebar ul li a {
            font-size:12px;
            line-height:20px;
            padding:5px;
        }
            .Sidebar ul li a .img-a{
                height:25px;
            }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

        .navlist {
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
            background: rgb(248, 249, 252);
            padding: 10px;
            border-top: 1px solid #f1f1f1;
            display: none;
            z-index: 101;
        }

    .w_nav {
        display: block;
    }
    .header_pack {
        position:relative;
    }
    header {
        position:relative;
        background:#fff;
    }
        .w_nav > li{
            padding:0;
        }
            .w_nav > li > a {
                font-size:16px;
                line-height:32px;
                color:#000;
                padding:0;
                border-bottom:none;
            }
    .er_nav {
        position:static;
        width:100%;
        animation:none;
        transition:none;
    }
        .er_nav li a {
            padding:0 10px;
            text-align:left;
        }
        
        .home_banner_cont h3,
        .nei-banner h3 {
            font-size: 25px;
            line-height: 35px;
        }
        .home_banner_cont p{
            font-size:16px;
            line-height:24px;
        }
        .home_plate1,
        .home_plate2 {
            padding: 30px 0;
        }
        .public_title h3::before, .public_title h3::after {
            display:none;
        }
        .public_title h3 {
            font-size:22px;
            line-height:32px;
        }
        .home_plate1_pack {
            display:block;
        }
        .home_plate1_left {
            width:100%;
        }
        .home_plate1_left ul {
            display:flex;
        }
        .home_plate1_category li {
            width:33.333%;
        }
            .home_plate1_category li a p {
                font-size:16px;
                line-height:24px;
            }
            .home_plate1_category li a {
                padding:20px 10px;
            }
        .home_plate1_right {
            width:100%;
            padding:20px 0 0;
        }
        .home_plate1_right_ercategory_list li a{
            font-size:16px;
            line-height:24px;
            padding-bottom:5px;
        }
        .home_plate1_right_ercategory_list li {
            margin-right:10px;
        }
        .home_plate1_right_ercategory_list {
            width:80%;
            overflow:auto;
        }
        .home_plate2_pack {
            margin-top:30px;
        }
        .serve_list {
            margin:0;
        }
        .home_plate2_pack .serve_list li {
            padding: 0;
            width: 100%;
        }
        .home_plate3 {
            padding:30px 0 0;
        }
        .home_plate3_honor_classify li {
            width:49%;
            margin:0;
        }
        .home_plate3_honor_classify_pack{
            width:100%;
        }
            .home_plate3_honor_classify_pack span{
                font-size:30px;
                line-height:45px;
            }
        .home_plate3_honor_classify_left p{
            font-size:16px;
            line-height:30px;
        }
        .home_plate4 {
            padding:30px 0;
        }
        .home_plate4_list {
            margin:30px -5px 0;
        }
        .home_plate4_list li {
            width:50%;
            padding:0 5px;
        }
        .home_plate5{
            padding:30px 0;
        }
        .home_plate5_list {
            margin:20px 0 0;
        }
            .home_plate5_list li {
                max-width:32%;
                width:32%;
                margin-bottom:10px;
            }
        .home_plate5_list_pack h3{
            font-size:18px;
            line-height:26px;
        }
        .home_plate5_list_pack span{
            font-size:30px;
            line-height:45px;
        }
        .home_plate5_list_pack p{
            font-size:18px;
            line-height:26px;
        }
        .footer_pack {
            padding:30px 0;
        }
        .fnavlist {
            display: none;
        }
        .fcode{
            width:100%;
        }
        .fw_nav li h4, .fcode_list li h4{
            font-size:16px;
            line-height:24px;
        }
        .copyright{
            padding:10px 0;
        }
        .public_navlist{
            padding:15px 0;
        }
        .public_nav{
            flex-wrap:wrap;
        }
            .public_nav li{
                padding:5px ;
            }
        .about_plate1{
            padding-top:20px;
        }
        .about_palte1_title h3{
            font-size:22px;
            line-height:32px;
        }
        .about_plate1_cont{
            margin-top:30px;
        }
        .about_plate2 {
            padding:30px 0;
        }
        .news_list li{
            padding:30px 0;
        }
            .news_list li a{
                display:block;
            }
        .news_list_img{
            width:100%;
        }
        .news_list_cont {
            width:100%;
            padding-top:20px;
        }
        .news_list_text{
            padding:0 2%;
        }
            .news_list_text h4 {
                font-size:18px;
                line-height:26px;
            }
            .news_list_text p{
                margin-top:15px;
            }
        .news_list_time p{
            font-size:16px;
            line-height:24px;
        }
        .news_list_time h3{
            font-size:30px;
            line-height:40px;
        }
        .news{
            padding:0 0 30px;
        }
        .honor_pack, .case_pack {
            display:block;
        }
        .honor_pack_left, .case_classify{
            width:100%;
        }
        .honorpack_right, .case_list {
            width:100%;
            padding:20px 10px;
        }
        .honor_list {
            column-count: 2;
        }
        
        .honor{
            padding:30px 0;
        }
        .cooper_list {
            margin:0 -5px;
        }
        .cooper_list li {
            width:50%;
            padding:0 5px;
            margin-bottom:10px;
        }
        .branch_list {
            margin:0;
        }
        .branch_list li {
            width:100%;
            padding:0;
            margin-bottom:15px;
        }
        .branch_list_title p{
            font-size:18px;
            line-height:26px;
        }
        .branch_list_title{
            padding:10px;
        }
        .branch_list_cont{
            padding:20px ;
        }
        .branch{
            padding:20px 0 30px;
        }
        .Transaction_right{
            padding:20px 0;
        }
        .Transaction_header{
            padding:20px 10px;
        }
        .Transaction_header_top h4{
            font-size:18px;
            line-height:26px;
        }
        .Transaction_header_search{
            width:230px;
        }
        .Transaction_header_category_list, .Transaction_header_time_pack{
            flex-wrap:wrap;
            padding-left:10px;
        }
        .layui-form-item .layui-input-inline{
            margin:0;
        }
        .Transaction_list{
            padding:0 10px 20px;
        }
        .Transaction_list_cont li{
            padding:15px 0;
        }
        .Transaction_list_title p{
            width:27%;
        }
        .case_list_cont{
            display:flex;
            margin:0;
        }
            .case_list_cont li{
                width:100%;
                padding:0;
                margin-bottom:20px;
            }
        .case{
            padding:20px 0 30px;
        }
        .public_form{
            display:block;
            padding:15px;
        }
        .public_input{
            width:100%;
            padding-bottom:15px;
        }
        .submit{
            width:120px;
            margin:0 auto;
            line-height:40px;
        }
        .public_input select{
            height:40px;
        }
        .public_input input{
            height:38px;
        }
        .serve_list li {
            width:100%;
            padding:0;
            margin-bottom:15px;
        }
        .serve_pack{
            padding-bottom:30px;
        }
        .serve_detail{
            padding:20px 10px;
        }
        .appdetail_pack{
            padding:40px;
        }
            .appdetail_pack .arr{
                width:30px;
                height:50px;
            }
        .Sidebar ul li .cl-fd {
            right:70px;
            font-size:16px;
        }
        .code_list{
            margin:0 -5px ;
        }
        .code_list li {
            width:50%;
            padding:0 5px;
            margin-bottom:10px;
        }
        .code_pack{
            padding:20px 10px;
        }
        .code_list_cont{
            font-size:16px;
            padding:5px 10px;
        }
        .Sidebar{
            display:none;
        }
        .san_nav {
            position:static;
        }
}