﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
.layout {
    width:1520px;
    margin:0 auto;
}
header {
    position:relative;
    z-index:102;
}
header .layout {
    position:relative;
}
    header::after {
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../image/ju.png) no-repeat center/100% 100%;
        z-index:-1;
    }
    .header_pack {
        display: flex;
        justify-content: space-between;
    }
.logo {
    padding: 13px 0 21px;
    height:120px;
    position:relative;
}
.logo::after {
    content:"";
    width:675px;
    height:41px;
    position:absolute;
    bottom:9px;
    left:-51px;
    background:url(../image/jiao.png) no-repeat center/100% 100%;
    z-index:1;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
    position:relative;
    z-index:3;
}
.navlist {
    padding-top:70px;
    /*position:relative;*/
    /*z-index:3;*/
}
.w_nav {
    display:flex;
}
    .w_nav > li:nth-child(2),
    .w_nav > li:nth-child(3),
    .w_nav>li:last-child,
    .w_nav>li:nth-child(6){
        position: relative;
        z-index: 102;
    }
    .er_nav {
        width:100%;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        box-shadow:0 0 10px rgba(0,0,0,.1);
        display:none;
    }
    .er_pack {
        width:100%;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        display:none;
        padding:0 20px 50px;
    }
        .er_pack .layout {
            width:100%;
        }
       /* .er_nav::before {
            content: "";
            border-top: 3px solid transparent;
            border-bottom: 3px solid #fff;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
        }*/
        .er_nav li a {
            font-size: 16px;
            line-height: 40px;
            display: block;
            text-align: center;
            color: #8E8E8E;
        }
            .er_nav li a:hover {
                color: #1E5BB4;
            }
            .w_nav > li > a {
                font-size: 16px;
                line-height: 50px;
                color: #fff;
                padding: 0 15px;
                display: block;
                position:relative;
            }
                .w_nav > li > a::after {
                    content:"";
                    width:100%;
                    height:1px;
                    background:#fff;
                    position:absolute;
                    bottom:2px;
                    left:0;
                    transform:scale(0);
                    transition:all .3s;
                }
                    .w_nav > li > a:hover::after {
                        transform:scale(1);
                    }
                    .search {
                        display: flex;
                        align-items: center;
                        border: 1px solid #DCDADA;
                        width: 220px;
                        justify-content: space-between;
                        padding: 0 10px;
                        position: absolute;
                        top: 15px;
                        right: 0;
                    }
.search i {
    width:16px;
    height:14px;
    background:url(../image/search2.png) no-repeat center/100% 100%;
    display:block;
    cursor:pointer;
}
.search input {
    width:calc(100% - 20px);
    border:none;
    font-size:14px;
    line-height:26px;
}
/*.header_right_cont {
    position:relative;
}*/
.public_pack {
    padding:60px 0 50px;
}
.rule_title {
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #000000;
}
.rule_list {
    margin-top:30px;
}
    .rule_list li {
        margin-bottom:60px;
    }
.rule_list_title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #1E5BB4;
    color: #000000;
}
.rule_list_cont {
    padding: 20px 0 10px 60px;
    font-size: 16px;
    line-height: 28px;
    color: #626262;
}
.rule_list li:hover .rule_list_title {
    color: #1E5BB4;
}
footer {
    background: #2C2C2C;
    padding:30px 0;
}
.footer_pack {
    display:flex;
    justify-content:space-between;
    max-width:1260px;
    margin:0 auto;
}
.footer_pack>div {
    max-width:48%;
}
.copyright a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #B1B1B1;
}
.footer_contact p {
    font-size: 16px;
    line-height: 32px;
    color: #B1B1B1;
}
.footer_contact p img {
    margin-right:10px;
}
.firm {
    padding:30px 0 100px;
}
.bread_navigation *,
.bread_navigation {
    font-size: 16px;
    line-height: 21px;
    color: #616263;
}
.bread_navigation a:hover {
    color:#1E5BB4;
}
.firm_cont {
    margin-top:30px;
}
.firm_cont_form {
    margin-top:33px;
}
.firm_cont_form>div {
    margin-bottom:25px;
}
    .firm_cont_form > div:last-child {
        margin-bottom:0;
    }
.firm_cont_input > label,
.firm_cont_radio > label,
.firm_cont_select > label,
.firm_cont_file > label,
.remind h4{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: block;
    font-weight: 500;
}
    .firm_cont_input label span,
    .firm_cont_radio > label span,
    .firm_cont_select > label span{
        color: #FF0000;
        margin-right: 3px;
    }
.firm_cont_input > input {
    display: block;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #E8E8E8;
    margin-top:10px;
}
    .firm_cont_input > input::-webkit-input-placeholder {
        color: #ABACAD;
    }
    .firm_cont_radio_list {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
.firm_radio {
    margin-right:30px;
}
    .firm_radio label {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight:500;
        margin-left:10px;
    }
.firm_cont_city_list {
    margin-top:10px;
    display:flex;
    justify-content:space-between;
}
.firm_cont_city {
    width:32.7%;
}
    .firm_cont_city select {
        width: 100%;
        height: 50px;
        border: 1px solid #E8E8E8;
        font-size: 16px;
        color: #ABACAD;
        padding:0 20px; 
    }
.firm_file {
    display:flex;
    align-items:center;
    margin-top:10px;
}
.firm_file_cont {
    position:relative;
}
    .firm_file_cont p {
        width: 160px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #1E5BB4;
        background:rgba(30,91,180,10%);
    }
.firm_file_cont input {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;
}
.firm_file span {
    font-size: 16px;
    line-height: 21px;
    color: #ABACAD;
    display:block;
    margin-left:20px;
}
.remind p {
    font-size: 16px;
    line-height: 21px;
    color: #ABACAD;
}
.public_submit {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #1E5BB4;
    color:#fff;
    font-size:16px;
    margin-top:50px;
}
.special {
    width:290px;
    left:-100px;
}
.firm_cont_input textarea {
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    margin-top:10px;
}
    .firm_cont_input textarea::-webkit-input-placeholder {
        color: #ABACAD;
    }
.news_right_form_pack>div {
    margin-bottom:25px;
}
.news_pack {
    display:flex;
    margin-top:20px;
}
.news_classify {
    width:200px;
}
.news_right_cont {
    width:calc(100% - 200px);
    padding-left:50px;
}
.news_classify > li {
    border-bottom: 1px solid #C7D6EC;
}
    .news_classify > li > a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        color: #1E5BB4;
    }
        .news_classify > li > a:hover,
        .news_classify > li > .active{
            background: #1E5BB4;
            color: #fff;
        }
      .er_news_classify {
            padding: 10px 0 10px 35px;
        }
    .er_news_classify li a {
        font-size: 16px;
        line-height: 32px;
        color: #616263;
        padding-left:15px;
        position:relative;
    }
.public_submit {
    cursor:pointer;
}
.public_submit:hover {
    opacity: .8;
}
        .er_news_classify li a:hover,
        .er_news_classify li .active {
            color: #1E5BB4;
        }
        .er_news_classify li a::before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #616263;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        .er_news_classify li a:hover::before,
        .er_news_classify li .active::before {
            background: #1E5BB4;
        }
.news_right_form_pack {
    margin-top:30px;
}
.er_news_classify {
    display:none;
}
.news_classify > li > .active ~ .er_news_classify {
    display: block;
}
.news_right_detail {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
}
.news_list li {
    padding: 15.5px 0;
    border-bottom: 1px solid #EBEBEB;
}
    .news_list li a {
        display:block;
    }
        .news_list li a h4 {
            font-size: 20px;
            line-height: 26px;
            color: #000000;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .news_list li a p {
            font-size:14px;
            line-height:19px;
            margin-top:15px;
        }
    .news_list li a:hover h4 {
        color:#1E5BB4;
    }
.news_right_cont>div {
    display:none;
}
.memder_title {
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #1E5BB4;
    position:relative;
    padding:20px 0 20px 20px;
    display:block;
}

.memder_title::before {
    content: "";
    width: 5px;
    height: 25px;
    background: #1E5BB4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.memder_plate1_pack {
    display:flex;

}
.memder_plate1_swiper {
    width:800px;
    overflow:hidden;
    position:relative;
}
.memder_plate1_swiper a {
    display:block;
    position:relative;
}
.memder_plate1_swiper img {
    width:100%;
    display:block;
}
.memder_plate1_swiper_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #202020;
}
.memder_plate1_swiper_cont p {
    width:60%;
    margin:0 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
}
.memder_plate1_swiper .swiper-pagination {
    width:auto;
    left:80%;
}
.memder_plate1_swiper .swiper-pagination-bullet {
    background:rgba(255,255,255,30%);
    width:12px;
    height:12px;
    opacity:1;
}
.memder_plate1_swiper .swiper-pagination-bullet-active {
    background:#fff;
}
.memder {
    padding-bottom: 100px;
    background: #F8F9FB;
}
    .memder .layout {
        background:#fff;
        padding:0px 20px 20px;
    }
    .member_plate1_right {
        padding-left:30px;
        width:calc(100% - 800px);
    }
.member_plate1_right_top h4 {
    font-size: 24px;
    line-height: 31px;
    color: #202020;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    font-weight:bolds;
}
.member_plate1_right_top p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(98,98,98,.6);
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.member_plate1_right_top a {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #1E5BB4;
    margin-top:30px;
}
.member_plate1_right_top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #DBDBDB;
}
.member_plate1_right_list {
    margin-top:20px;
}
    .member_plate1_right_list a {
        display: block;
        padding-left: 18px;
        position: relative;
        font-size: 16px;
        line-height: 36px;
        color: #000000;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .member_plate1_right_list a::before {
        content:"";
        width:3px;
        height:3px;
        background:#000;
        border-radius:50%;
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }
.member_plate2_list {
    overflow:hidden;
    
}
/*.memder_plate2_list li {
    width:48%;
}*/
    .member_plate2_list a {
        display: flex;
        align-items: center;
    }
.memder_plate2_list_img {
    width:310px;
    overflow:hidden;
}
.memder_plate2_list_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.memder_plate2_cont {
    width:calc(100% - 310px);
    padding-left:20px;
}
    .memder_plate2_cont h4 {
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .memder_plate2_cont p {
        font-size: 16px;
        line-height: 21px;
        color: #626262;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-top:20px;
    }
.member_plate2_list  a:hover img {
    transform:scale(1.1);
}
.member_plate2_list  a:hover .memder_plate2_cont h4 {
    color:#1E5BB4;
}
.memder_plate3_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.memder_plate3_list li {
    width:49%;
}
.member_plate1_right_list li a:hover {
    color:#1E5BB4;
}
.member_plate1_right_top:hover h4 {
    color:#1E5BB4;
}
.memder_lists{
    margin-top:10px;
}
.memder_lists li {
    margin-top:20px;
}
    .memder_lists li a {
        display: flex;
        align-items: center;
        border: 1px solid #EEEFF1;
    }
.memder_lists_img{
     width:360px;
     overflow:hidden;
}
.memder_lists_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.memder_lists_cont{
    width:calc(100% - 360px);
    padding: 10px 30px;
}
    .memder_lists_cont h4 {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .memder_lists_cont span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        color: #C7C7C7;
    }
    .memder_lists_cont p {
        font-size: 16px;
        line-height: 21px;
        color: #626262;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.memder_lists li a:hover img  {
    transform:scale(1.1);
}
.memder_lists li a:hover h4 {
    color:#1E5BB4;
}
.memderlist {
    padding:30px 0 100px;
}
.memder_plate3_list {
    margin-top:0;
}
.interflow_pack{
    display:flex;
}
.interflow_left_cont {
    width:calc(100% - 480px);
    padding-right:30px;
}
.interflow_right_cont  {
    width:480px;
}
.interflow_left_plate1_pack  {
    display:flex;
}
.interflow_left_plate1_left{
    width:480px;
}
.interflow_left_plate1_left a {
    position:relative;
    display:block;
}
.interflow_left_plate1_left_img img {
    width:100%;
    display:block;
}
.interflow_left_plate1_left_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    background: rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.interflow_left_plate1_right_list{
    margin-top:0;
}
.interflow_left_plate1_right_list{
    width:calc(100% - 480px);
    padding-left:30px;
}
.interflow_left_plate2 {
    display:flex;
    justify-content:space-between;
}
.interflow_left_plate2>div {
    width:49%;
}
.interflow_right_plate1_list li {
    margin-bottom:50px;
}
.interflow_right_plate1_list li:last-child {
    margin-bottom:0;
}
.interflow_right_plate1_list li a {
    display: flex;
}
    .interflow_right_plate1_list li a:hover img {
        transform:scale(1.1);
    }
    .interflow_right_plate1_list li a:hover h4 {
        color:#1E5BB4;
    }
    .interflow_right_plate1_list_img {
        width: 180px;
        overflow: hidden;
    }
.interflow_right_plate1_list_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.interflow_right_plate1_list_cont {
    width:calc(100% - 180px);
    padding-left:20px;
}
    .interflow_right_plate1_list_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .interflow_right_plate1_list_cont p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #626262;
    }
.public_margin {
    margin-top:0;
}
.memder_detail,
.interflow_detail {
    padding-top: 30px;
}
.interflow_detail_pack {
    display:flex;
}
.interflow_detail_left_cont  {
    width:calc(100% - 300px);
    padding-right:50px;
}
.interflow_detail_left_cont_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEFF1;
    text-align:center;
}
    .interflow_detail_left_cont_title h3 {
        font-size: 40px;
        line-height: 52px;
        font-weight: bold;
        color: #000000;
    }
    .interflow_detail_left_cont_title p {
        display: flex;
        font-size: 16px;
        line-height: 21px;
        color: #616263;
        justify-content:center;
        margin-top:30px;
    }
    .interflow_detail_left_cont_title p  span {
        display:block;
        margin:0 25px;
    }
.interflow_detail_right {
    padding-top:130px;
}
.interflow_detail_right_cont {
    width: 300px;
    padding: 20px;
    background: #F8FBFF;
}
    .interflow_detail_right_cont h3 {
        font-size: 18px;
        line-height: 24px;
        padding-left: 20px;
        color: #1E5BB4;
        position:relative;
        font-weight:bold;
    }
    .interflow_detail_right_cont h3::before {
        content:"";
        width:5px;
        height:100%;
        position:absolute;
        background:#1E5BB4;
        top:0;
        left:0;
    }
.interflow_detail_right_list li,
.interflow_detail_left_cont_text {
    margin-top: 20px;
}
.interflow_detail_right_list li a {
    display:flex;
}
.interflow_detail_right_img {
    width:120px;
}
.interflow_detail_right_img img {
    width:100%;
    display:block;
    
}
.interflow_detail_right_text {
    width:calc(100% - 120px);
    padding-left:10px;
}
    .interflow_detail_right_text h4 {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .interflow_detail_right_text span{
        font-size: 16px;
        line-height: 26px;
        color: #C7C7C7;
    }
.interflow_detail_right_cont {
    margin-bottom:20px;
}
.interflow_detail_right_list li a:hover h4 {
    color:#1E5BB4;
}
.govern_list {
    border-top: 1px solid #EBEBEB;
    margin-top:30px;
}
.servicelist_cont {
    display:flex;
    flex-wrap:wrap;
}
.servicelist_cont li {
    width: calc(100% / 6);
    margin-bottom:59px;
}
.servicelist_cont li a {
    display:block;
}
.service_message_img {
    width:70px;
    margin:0 auto;
}
.service_message_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.service_message_cont {
    font-size: 16px;
    line-height: 21px;
    color: #1E5BB4;
    text-align:center;
    margin-top:10px;
}
.servicelist {
    padding-bottom:80px;
}
.servicelist_cont li a:hover img {
    transform:scale(1.1);
}
.cer {
    padding: 20px 0 120px;
    background: #F8F9FB;
}
.inquire {
    background:#fff;
    padding:150px 313px 256px;
    border-radius:20px;
    width:1200px;
    margin:33px auto 0;
}
.inquire_title {
    font-size: 48px;
    line-height: 90px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.inquire_form {
    display:flex;
    margin-top:40px;
}
    .inquire_form input {
        width: calc(100% - 120px);
        border-radius: 5px 0 0 5px;
        border: none;
        background: #F8F9FB;
        padding:0 20px;
        font-size:16px;
        line-height:50px;
    }
        .inquire_form input::-webkit-input-placeholder {
            color: #E4E4E4;
        }
.cer {
    min-height:100vh;
}
.inquire_form p {
    width: 120px;
    background: #1E5BB4;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    .inquire_form p i {
        display:block;
        width:18px;
        height:16px;
        background:url(../image/se2.png) no-repeat center/100% 100%;
        margin-right:10px;
    }
.bannerswiper {
    overflow:hidden;
    position:relative;
}
.arrow {
    width:42px;
    height:60px;
    top:50%;
    position:absolute;
    transform:translateY(-50%);
    z-index:101;
    cursor:pointer;
}
.arrow_left {
    background:url(../image/arrow_left.png) no-repeat center/100% 100%;
    left:7%;
}
.arrow_right {
    background: url(../image/arrow_right.png) no-repeat center/100% 100%;
    right: 7%;
}
.bannerswiper a {
    display:block;
    position:relative;
}
.bannerswiper img {
    width:100%;
    display:block;
}
.bannerswiper_cont {
    width:1200px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.bannerswiper_cont h3 {
    font-size:60px;
    line-height:79px;
    color:#fff;
    font-weight:bold;
}
.bannerswiper_cont h4 {
    font-size:24px;
    line-height:50px;
    border:1px solid #fff;
    border-radius:50px;
    color:#fff;
    margin-top:10px;
    padding:0 17px;
    display:inline-block;
}
.bannerswiper_cont p {
    font-size:16px;
    line-height:26px;
    color:#fff;
    margin-top:20px;
}
.bannerswiper .swiper-pagination-bullet {
    width:40px;
    height:5px;
    opacity:1;
    background:rgba(255,255,255,.3);
    border-radius:0;
}
.bannerswiper .swiper-pagination-bullet-active {
    background:#fff;
}
.home_interflow {
    padding:30px 0;
}
.home_interflow_list {
    display:flex;
    justify-content:space-between;
}
.servicelist_nav {
    padding:30px 0;
}
.home_interflow_cont {
    width: 32%;
    background: #F2F4F7;
    border-radius: 10px;
    padding: 20px;
}
.home_layout {
    width:1260px;
    margin:0 auto;
}
.home_interflow_cont>a {
    font-size:18px;
    line-height:24px;
    color:#1E5BB4;
    font-weight:bold;
    display:block;
}
.home_interflow_cont_list {
    margin-top:10px;
}
    .home_interflow_cont_list a {
        color: #8E8E8E;
    }
.home_code_list {
    display:flex;
    justify-content:space-between;
}
.home_code_list li {
    width:150px;
    text-align:center;
}
.home_code_list_pack_img img {
    width:100%;
    display:block;
}
.home_code_list_pack_cont {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top:10px;
}
.home_navlist>li {
    width:100px;
    position:relative;
}
.home_navlist {
    justify-content:space-between;
    flex-wrap:nowrap;
}
.home_nav {
    padding:100px 0;
}
.contact {
    padding:30px 0 100px;
}
.contact_cont {
    margin-top:30px;
}
.home_navlist_nav {
    position: absolute;
    top: -50px;
    left: 50%;
    transform:translateX(-50%);
    background: #F2F4F7;
    border-radius:10px;
    width:180px;
    padding:50px 0;
    display:none;
    min-height:250px;
}
    .home_navlist_nav li {
        margin:0;
        width:100%;
    }
    .home_navlist_nav li a {
        font-size: 16px;
        line-height: 28px;
        display: block;
        text-align: center;
    }
.home_navlist_nav img {
    width:60px;
    display:block;
    margin:-80px auto 0;
}
.home_navlist_nav_list {
    margin-top:20px;
}
.rule_list li:last-child {
    margin-bottom:0;
}
.inquire_list {
    padding:50px;
}
    .inquire_list table {
        width:100%;
    }
        .inquire_list table tr th,
        .inquire_list table tr td {
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            border:none;
            border-right: 1px dashed #E4E4E4;
        }
            .inquire_list table tr:first-child {
                border-bottom: 2px solid #1E5BB4;
            }
        .inquire_list table tr th {
            color: #000000;
            padding: 0 0 10px;
           
        }
        .inquire_list table tr {
            border-bottom: 1px dashed #E4E4E4;
        }
            .inquire_list table tr th:last-child,
            .inquire_list table tr td:last-child {
                border:none;
            }
            .inquire_list table tr td {
                padding:20px 15px;
            }
                .inquire_list table tr td a {
                    color: #1E5BB4;
                }
.img_shadow {
    width:100%;
    height:100vh;
    background:rgba(0,0,0,.5);
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    display:none;
}
.cerimg_cont {
    width:885px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
    .cerimg_cont img {
        width: 100%;
        display: block;
    }
.cer_cha {
    font-size:50px;
    line-height:60px;
    position:absolute;
    top:-60px;
    right:0;
    color:#fff;
    font-weight:300;
    transform:rotate(45deg);
    cursor:pointer;
}
.staff_list {
    padding: 50px 160px;
    background: #fff;
    border-radius: 20px;
    margin-top:30px;
}
.staff_title h3 {
    font-size:28px;
    line-height:37px;
    color:#000;
}
.staff_title p {
    margin-top:20px;
}
.staff_title p,
.staff_title span {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.staff_title span {
    color: #8E8E8E;
    margin-top:5px;
    display:block;
}
.staff_public {
    margin-top:50px;
}
    .staff_public h4 {
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        font-weight:bold;
    }
    .staff_public table {
        width:calc(100% - 20px);
        margin-left:20px;
        margin-top:10px;
    }
        .staff_public table th {
            font-size: 16px;
            line-height: 21px;
            color: #000;
            padding-bottom: 15px;
            border-bottom: 1px solid #F3F3F3;
        }
        .staff_public table td {
            font-size: 16px;
            line-height: 21px;
            color: #8E8E8E;
            border:none;
            padding:20px 0 0;
            position:relative;
        }
            .staff_public table td:first-child::after {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 50%;
                position: absolute;
                bottom: 5px;
                left: -20px;
                background: #1E5BB4;
            }
        .staff_public table tr {
            position:relative;
        }
            .staff_public table tr::after {
                content: "";
                width: 1px;
                height: 100%;
                background: #1E5BB4;
                position: absolute;
                left: -15px;
                top: calc(100% - 7px);
            }
            .staff_public table tr:first-child::after,
            .staff_public table tr:last-child::after {
                opacity: 0;
            }
    .staff_public .bottable {
        margin-top:0;
    }
        .staff_public .bottable tr:first-child::after {
            opacity: 1;
        }
.staff_bot_cont {
    margin-top:45px;
}
    .staff_bot_cont h4 {
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        font-weight:bold;
    }
    .staff_bot_cont p {
        font-size: 16px;
        line-height: 21px;
        color: #616263;
        margin-top:20px;
    }
.train {
    margin-top:20px;
}
.train ul {
    display: flex;
}
    .train ul li {
        width: 33.333%;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .train p {
        font-size: 16px;
        line-height: 21px;
        color: #8E8E8E;
        margin-top:10px;
    }
.experience_list li {
    padding-left:20px;
    padding-top:20px;
    position:relative;
}
    .experience_list li:last-child::after {
        display:none;
    }
    .experience_list li::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 5px;
        width: 1px;
        height: 100%;
        background: #1E5BB4;
    }
    .experience_list_title {
        display: flex;
        position:relative;
    }
        .experience_list_title::after {
            content:"";
            width:10px;
            height:10px;
            border-radius:50%;
            background:#1E5BB4;
            position:absolute;
            top:50%;
            left:-20px;
            transform:translateY(-50%);
        }
        .experience_list_title span {
            display: block;
            width: 33.3333%;
            font-size: 16px;
            line-height: 21px;
            color: #616263;
            font-weight: bold;
        }
.experience_list_cont {
    font-size: 16px;
    line-height: 21px;
    color: #8E8E8E;
    margin-top:10px;
}
    .experience_list_cont p {
        padding-left:20px;
        position:relative;
    }
        .experience_list_cont p::after {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #8E8E8E;
            position:absolute;
            left:0;
            top:7px;
        }
        @media(max-width:1600px) {
            .layout {
        width:1400px;
    }
   /* .logo img {
        max-height: 90%;
    }*/
    .logo::after {
        width: 625px;
    }
    .logo {
        height:100px;
        padding:10px 0 15px;
    }
    .navlist {
        padding-top:50px;
    }
}
@media(max-width:1500px) {
    .layout,
    .home_layout {
        width: 1200px;
    }
    .logo {
        height:90px;
        padding:18px 0;
    }
    .w_nav > li > a {
        font-size:14px;
        line-height:40px;
    }
    header::after {
        height:40px;
    }
    .navlist {
        padding-top: 50px;
    }
    .logo::after {
        width:500px;
    }
    .er_nav li a {
        font-size:14px;
        line-height:36px;
    }
    .memder_title {
        font-size:16px;
    }
    .interflow_left_plate1_left {
        width:380px;
    }
    .interflow_left_plate1_right_list {
        width: calc(100% - 380px);
    }
    .member_plate1_right_list a,
    .interflow_right_plate1_list_cont p {
        font-size: 14px;
        line-height: 24px;
    }
    .interflow_right_cont {
        width:400px;
    }
    .interflow_left_cont {
        width: calc(100% - 400px);
    }
    .interflow_right_plate1_list_cont p {
        margin-top:10px;
    }
    .servicelist_cont>li {
        width:calc(100% / 7);
        margin-bottom:30px;
    }
    .bannerswiper_cont {
        width:1000px;
    }
        .bannerswiper_cont h3 {
            font-size:50px;
            line-height:60px;
        }
        .bannerswiper_cont h4 {
            font-size:18px;
            line-height:30px;
        }
    .memder_plate1_swiper {
        width:600px;
    }
    .member_plate1_right {
        width: calc(100% - 600px);
    }
    .member_plate1_right_top h4 {
        font-size:20px;
        line-height:30px;
    }
    .member_plate1_right_top p {
        font-size:14px;
        line-height:24px;
    }
}
@media(max-width:1300px) {
    
    .staff_list {
        padding:50px;
    }
    .staff_title h3 {
        font-size:24px;
        line-height:34px;
    }
}
@media(max-width:1000px) {
    .layout, .home_layout {
        width: 95%;
    }
    .cer .layout {
        overflow:auto;
    }
    .staff_list,
    .inquire_list {
        min-width: 1200px;
    }
    .staff_title h3 {
        font-size:20px;
        line-height:30px;
    }
    .staff_public h4,
    .staff_bot_cont h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .header_pack {
        display: block;
    }
    .logo {
        height:60px;
        padding:5px 0;
    }
    .search {
        position:static;
    }
    .logo::after {
        display:none;
    }
    .navlist {
        padding:0;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        display:none;
    }
    .w_nav > li > a {
        color:#333;
    }
    .w_nav {
        display:block;
    }
    .er_nav {
        width:100%;
        position:static;
        box-shadow:none;
    }
        .er_nav li a {
            padding:0 40px;
            text-align:left;
        }
    .er_pack {
        display:none !important;
    }
    header::after {
        display:none;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../image/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../image/nav.png) no-repeat center/100% 100%;
        }
    .header_right_cont {
        position:relative;
        padding:10px 0;
    }
    .memder {
        padding-bottom:30px;
    }
    .bannerswiper img {
        height: 150px;
        object-fit: cover;
    }
    .bannerswiper_cont {
        width:80%;
    }
        .bannerswiper_cont h3 {
            font-size:25px;
            line-height:35px;   
        }
        .bannerswiper_cont h4 {
            font-size:16px;
            line-height:26px;
        }
        .bannerswiper_cont p {
            font-size:14px;
            line-height:24px;
        }
    .arrow {
        width:20px;
        height:38px;
    }
    .arrow_left {
        left:2%;
    }
    .arrow_right {
        right:2%;
    }
    .home_interflow_cont {
        width:100%;
        margin-bottom:15px;
    }
    .home_interflow_list {
        display:block;
    }
    .home_code_list {
        flex-wrap:wrap;
    }
        .home_code_list li {
            width:49%;
            margin-bottom:10px;
        }
    .home_code_list_pack_cont {
        font-size:16px;
    }
    .home_nav {
        display:none;
    }
    .home_code {
        padding: 0 0 30px;
    }
    .footer_pack {
        display:block;
    }
        .footer_pack > div {
            max-width:100%;
        }
    footer {
        padding:30px 15px;
    }
    .footer_contact {
        margin-top:20px;
    }
        .footer_contact p {
            font-size:14px;
            line-height:24px;
        }
    .public_pack {
        padding:30px 0;
    }
    .rule_title {
        font-size:20px;
        line-height:30px;
    }
    .rule_list_cont {
        padding: 20px 0;
        font-size:14px;
        line-height:26px;
    }
    .rule_list li {
        margin-bottom:30px;
    }
    .firm_cont_input > input {
        line-height:40px;
    }
    .firm_cont_city {
        width:100%;
        margin-bottom:10px;
    }
    .firm_cont_city_list {
        flex-wrap:wrap;
    }
    .firm_cont_city select {
        height:40px;
    }
    .firm {
        padding-bottom:30px;
    }
    .public_submit {
        line-height:40px;
    }
    .news_pack {
        display:block;
    }
    .news_classify {
        width:100%;
    }
        .news_classify > li > a {
            padding:10px 20px;
        }
    .news_right_cont {
        margin-top:20px;
        width:100%;
        padding:0;
    }
    .news_list li a h4 {
        font-size:16px;
        line-height:24px;
    }
    .memder_plate1_pack {
        display:block;
    }
    .memder_plate1_swiper {
        width:100%;
    }
        .memder_plate1_swiper .swiper-pagination {
            display:none;
        }
    .memder_plate1_swiper_cont p {
        width:90%;
    }
    .memder_plate1_swiper_cont {
        font-size:14px;
    }
    .member_plate1_right {
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    .member_plate1_right_top h4{
        font-size:16px;
        line-height:26px;
    }
    .member_plate1_right_top p{
        margin-top:10px;
    }
    .member_plate1_right_top {
        padding-bottom:15px;
    }
    .memder_plate2_list_img,
    .memder_plate2_cont {
        width: 50%;
    }
        .memder_plate2_cont h4 {
            font-size:16px;
            line-height:26px;
        }
        .memder_plate2_cont p {
            font-size:14px;
            line-height:24px;
            margin-top:10px;
        }
    .memder_plate3_list li,
    .interflow_left_plate2 > div {
        width: 100%;
    }
    .interflow_left_plate2 {
        flex-wrap:wrap;
    }
    .servicelist_cont li {
        width:calc(100% / 4);
    }
    .service_message_img{
        width:50px;
    }
    .service_message_cont {
        font-size:14px;
        line-height:24px;
    }
    .servicelist {
        padding-bottom:30px;
    }
    .inquire {
        width:100%;
        padding:50px 20px;
    }
    .inquire_title{
        font-size:25px;
        line-height:35px;
    }
    .inquire_form input {
        line-height:40px;
        width:calc(100% - 90px);
    }
    .inquire_form p{
        width:90px;
        height:40px;
    }
    .cer {
        padding-bottom:30px;
    }
    .interflow_detail_pack {
        display:block;
    }
    .interflow_detail_left_cont {
        width:100%;
        padding:0;
    }
    .interflow_detail_right {
        display:none;
    }
    .interflow_detail_left_cont_title h3 {
        font-size:25px;
        line-height:35px;
    }
    .interflow_detail_left_cont_title p {
        display:block;
    }
    .interflow_detail_left_cont_title p span {
        min-width:50%;
    }
    .bread_navigation *, .bread_navigation {
        font-size:14px;
    }
    .memder_lists li a{
        display:block;
    }
    .memder_lists_img {
        width:100%;
    }
    .memder_lists_cont {
        width:100%;
        padding:20px 10px 10px;
    }
        .memder_lists_cont h4 {
            font-size:16px;
            line-height:26px;
        }
        .memder_lists_cont p {
            font-size:14px;
            line-height:24px;
            margin-top:10px;
        }
    .interflow_detail_left_cont_text img,
    .NewsDetail001  img{
        width: 100% !important;
        height: auto !important;
    }
}