/* weixinsuoyu 20200511 */
html {
    background: #f5f5f5;
}
ul li {
    list-style:none;
}
body {
    margin: 0px auto;
}

center, header, footer, nav {
    display: block;
}

a, a:hover {
    text-decoration: none;
    cursor: pointer;
}

input::placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-input-placeholder {
    color: #999;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input:focus, textarea:focus, button:focus {
    outline: none !important;
}

.z-big-img img {
    max-width: 100%;
}

.z-block {
    display: block;
}

.z-clear {
    clear: both;
}

.z-inblock {
    display: inline-block;
}

.z-text-center {
    text-align: center;
}

.z-text-left {
    text-align: left;
}

.z-text-right {
    text-align: right;
}

.z-text-del {
    text-decoration: line-through;
    color: #a1a1a1;
}

.z-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.z-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.z-vertical-align {
    vertical-align: middle
}

.z-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.z-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block;
}

.z-col-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.z-col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.z-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.z-col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.z-pad-l4 {
    padding-left: 4px;
}

.z-pad-l5 {
    padding-left: 5px;
}

.z-pad-l10 {
    padding-left: 10px;
}

.z-pad-l15 {
    padding-left: 15px;
}

.z-pad-l20 {
    padding-left: 20px;
}

.z-pad-t5 {
    padding-top: 5px;
}

.z-pad-t8 {
    padding-top: 8px;
}

.z-pad-t10 {
    padding-top: 10px;
}

.z-pad-t12 {
    padding-top: 12px;
}

.z-pad-t15 {
    padding-top: 15px;
}

.z-pad-t20 {
    padding-top: 20px;
}

.z-pad-b5 {
    padding-bottom: 5px;
}

.z-pad-b8 {
    padding-bottom: 8px;
}

.z-pad-b10 {
    padding-bottom: 10px;
}

.z-pad-b12 {
    padding-bottom: 12px;
}

.z-pad-b15 {
    padding-bottom: 15px;
}

.z-pad-tb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.z-pad-tb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.z-pad-tb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.z-pad-tb12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.z-pad-tb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.z-pad-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.z-pad-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.z-pad-lr6 {
    padding-left: 5px;
    padding-right: 5px;
}

.z-pad-lr8 {
    padding-left: 8px;
    padding-right: 8px;
}

.z-pad-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.z-pad-lr12 {
    padding-left: 12px;
    padding-right: 12px;
}

.z-pad-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.z-pad-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.z-pad5 {
    padding: 5px;
}

.z-pad8 {
    padding: 8px;
}

.z-pad10 {
    padding: 10px;
}

.z-pad12 {
    padding: 12px;
}

.z-pad15 {
    padding: 15px;
}

.z-pad3 {
    padding: 3px;
}

.z-pad6 {
    padding: 6px;
}

.z-margin-l5 {
    margin-left: 5px;
}

.z-margin-l10 {
    margin-left: 10px;
}

.z-margin-l15 {
    margin-left: 15px;
}

.z-margin-l20 {
    margin-left: 20px;
}

.z-margin-r5 {
    margin-right: 5px;
}

.z-margin-r10 {
    margin-right: 10px;
}

.z-margin-r15 {
    margin-right: 15px;
}

.z-margin-r20 {
    margin-right: 20px;
}

.z-margin-t5 {
    margin-top: 5px;
}

.z-margin-t8 {
    margin-top: 8px;
}

.z-margin-t10 {
    margin-top: 10px;
}

.z-margin-t12 {
    margin-top: 12px;
}

.z-margin-t15 {
    margin-top: 15px;
}

.z-margin-t16 {
    margin-top: 16px;
}

.z-margin-t20 {
    margin-top: 20px;
}

.z-margin-t30 {
    margin-top: 30px;
}

.z-margin-t40 {
    margin-top: 40px;
}

.z-margin-t50 {
    margin-top: 50px;
}

.z-margin-t60 {
    margin-top: 60px;
}

.z-margin-t80 {
    margin-top: 80px;
}

.z-margin-b5 {
    margin-bottom: 5px;
}

.z-margin-b8 {
    margin-bottom: 8px;
}

.z-margin-b10 {
    margin-bottom: 10px;
}

.z-margin-b12 {
    margin-bottom: 12px;
}

.z-margin-b15 {
    margin-bottom: 15px;
}

.z-margin-tb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.z-margin-tb8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.z-margin-tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.z-margin-tb12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.z-margin-tb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.z-margin-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.z-margin-lr8 {
    margin-left: 8px;
    margin-right: 8px;
}

.z-margin-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.z-margin-lr12 {
    margin-left: 12px;
    margin-right: 12px;
}

.z-margin-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.z-margin-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.z-margin-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.z-margin-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.z-margin-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.z-margin-lr6 {
    margin-left: 6px;
    margin-right: 6px;
}

.z-margin5 {
    margin: 5px;
}

.z-margin6 {
    margin: 6px;
}

.z-margin8 {
    margin: 8px;
}

.z-margin10 {
    margin: 10px;
}

.z-margin12 {
    margin: 12px;
}

.z-margin15 {
    margin: 15px;
}

.z-border-radius {
    border-radius: 8px;
}

.z-font-size10 {
    font-size: 10px !important;
}

.z-font-size11 {
    font-size: 11px !important;
}

.z-font-size12 {
    font-size: 12px !important;
}

.z-font-size13 {
    font-size: 13px !important;
}

.z-font-size14 {
    font-size: 14px !important;
}

.z-font-size15 {
    font-size: 15px !important;
}

.z-font-size16 {
    font-size: 16px !important;
}

.z-font-size17 {
    font-size: 17px !important;
}

.z-font-size18 {
    font-size: 18px !important;
}

.z-font-size20 {
    font-size: 20px !important;
}

.z-font-size22 {
    font-size: 22px !important;
}

.z-font-size24 {
    font-size: 24px !important;
}

.z-font-size28 {
    font-size: 28px !important;
}

.z-font-size30 {
    font-size: 30px !important;
}

.z-font-size34 {
    font-size: 34px !important;
}

.z-font-size36 {
    font-size: 36px !important;
}

.z-font-size38 {
    font-size: 38px !important;
}

.z-font-size40 {
    font-size: 40px !important;
}

.z-font-size50 {
    font-size: 50px !important;
}

.z-font-size60 {
    font-size: 60px !important;
}

.z-font-weight {
    font-weight: 700;
}

.z-color-white {
    color: #fff;
}

.z-color-33 {
    color: #333;
}

.z-color-66 {
    color: #666;
}

.z-color-99 {
    color: #999;
}

.z-color-88 {
    color: #888;
}

.z-bg-white {
    background: #fff;
}

/*向上*/
.z-border-up {
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #f7f7f7; /*透明 透明  灰*/
    margin: 0px auto;
    position: relative;
}

/* 公用样式结束 */
header {
    background: #ffffff;
    height: 60px;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: -webkit-sticky;
    position: sticky;
}

.logo {
    margin-left: 15px;
    background: url(../images/wap-logo.png) no-repeat center left;
    background-size: 100% auto;
    height: 60px;
    width: 70%;
    float: left;
}

.search {
    background: url(../images/search-icon.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}
/*5.13*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .swiper-slide img {
        width: 100%;
        display: block;
    }

.swiper-pagination-bullet {
    background: rgba(0,0,0,0.2);
}
/*.swiper-slide img{max-width: 100%}
.swiper-pagination-bullet{
    background:none;
    border:1px solid #fff;
}
.swiper-pagination-bullet-active{
    background: #fff;
}*/
.data-div {
    background: #fff url(../images/data-icon.png) no-repeat 15px 45%;
    background-size: 15px 15px;
    padding-left: 40px;
    height: 42px;
    line-height: 42px;
    margin: 8px 0;
    color: #636363;
    font-size: 14px;
}

.home-main-header {
    /*background: url(../images/left-icon.png) no-repeat 5px center;
    background-size: 20px 20px;
    padding-left: 30px;*/
    height: 30px;
    line-height: 30px;
    background: url(../images/tz_t_r.png) no-repeat left center;
    color: #fff;
    width: 87px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.home-about-div {
    margin: 8px 0;
    background: #eeeff4 url(../images/jieshao-bg.png) no-repeat left top;
    background-size: 100% auto;
    padding-bottom: 20px;
    padding-top:10px;
}
    .home-about-div .home-main-header, .home-ywfw-div .home-main-header {
        margin-top: 0px;
    }

    .home-about-con {
        text-indent: 30px;
        color: #333;
        font-size: 14px;
        line-height: 1.6;
        padding: 0px 15px;
    }

.home-fw-more {
    color: #7f8699;
    font-size: 14px;
    float: right;
    position: absolute;
    padding-right: 20px;
    text-decoration: none;
    right: 5px;
}

    .home-fw-more:before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
        background: transparent;
        border: 1px solid #7f8699;
        border-top: none;
        border-right: none;
        z-index: 2;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.home-ywfw-div {
    background: #fff;
    padding: 15px;
}

.ywfw-con {
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 28px 28px;
    padding-left: 32px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.ywfw-01 {
    background-image: url(../images/ywfw-01.png);
}

.ywfw-02 {
    background-image: url(../images/ywfw-02.png);
}

.ywfw-03 {
    background-image: url(../images/ywfw-03.png);
}

.ywfw-title {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 0 10px;
    margin: 10px 0 15px;
}

.home-case-title {
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 0 5px;
}

.case-container {
    padding-bottom: 40px;
}

    .case-container .swiper-pagination-bullet {
        background: #ddd;
        border: 0;
        opacity: 1;
        bottom: 0px;
    }

    .case-container .swiper-pagination-bullet-active {
        background: #126fc8;
        width: 20px;
        border-radius: 10px;
    }

.home-link a {
    background: #e7e7e7;
    display: block;
    vertical-align: middle;
    border: 1px solid #ddd;
    box-shadow: inset 0px 0px 5px #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 15px;
    margin: 5px 2px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clear {
    clear: both;
}

footer {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 5px;
}

/*---------------------------------------------------------------------------------------------------------------nav----------*/

.navbar-toggle .icon-bar:first-child {
    margin-top: 0;
}

nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0%;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
}

.nav_right {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #fff;
    z-index: 9999;
}

nav a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px dashed #e2e2e2;
    margin: 0 20px;
}

.navbar-toggle {
    position: relative;
    background: transparent;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 8px;
}

    .navbar-toggle .icon-bar {
        display: block;
        margin-top: 5px;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #777575;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }

.navbar-toggle {
    position: relative;
    background: transparent;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 8px;
}

.sp_nav span.icon-bar {
    display: block;
    position: absolute;
    left: 0px;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #777575;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: -5px
}

.sp_nav span:nth-of-type(2) {
    top: -2px
}

.sp_nav span:nth-of-type(3) {
    top: 5px
}

.sp_nav_se span:nth-of-type(1) {
    top: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sjj_nav {
    display: none;
    transition: top ease 0.35s;
    -webkit-transition: top ease 0.35s;
    ;
    -moz-transition: top ease 0.35s;
    ;
    -ms-transition: top ease 0.35s;
    ;
    -o-transition: top ease 0.35s;
    ;
}

.sjj_nav {
    transition: top ease 0.35s;
    -webkit-transition: top ease 0.35s;
    -moz-transition: top ease 0.35s;
    -ms-transition: top ease 0.35s;
    -o-transition: top ease 0.35s;
}

.nav_show {
    top: 60px;
    display: block;
}

/*---------------------------------------------------------------------------------------------------------------nav----------*/
.search-box {
    background: #ffffff;
    height: 50px;
    top: 5px;
    left: 0;
    right: 30px;
    z-index: 9999;
    position: fixed;
    font-size: 0;
    padding-left: 15px;
}

    .search-box input {
        background: #fff;
        border: 1px solid #ddd;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        height: 24px;
        line-height: 24px;
        padding: 2px 5px;
        font-size: 14px;
        color: #333;
        box-sizing: content-box;
        margin: 5px 0px;
        width: calc( 100% - 100px);
        display: inline-block;
        vertical-align: middle;
    }

    .search-box button {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        line-height: 30px;
        width: 80px;
        margin: 5px 0px;
        background: #126fc8;
        border: 0;
        font-size: 14px;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
/* --------------------service 客服 -------------------------------*/
.service-box {
    position: fixed;
    bottom: 5%;
    right: 0;
    width: 100px;
    z-index: 999;
}

.service-box-li {
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    color: #126fc8;
    text-align: center;
    font-size: 0;
}

    .service-box-li::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
    }

    .service-box-li center {
        display: inline-block;
        vertical-align: middle;
        width: calc( 100% - 1px);
        font-size: 12px;
    }

    .service-box-li i {
        display: block;
        font-size: 26px;
        ;
    }

    .service-box-li a {
        color: #126fc8;
    }

/* 列表样式 */
.list-header {
    /*border-bottom: 1px solid #eee;*/
    margin: 0 13px;
    height: 34px;
    line-height: 34px;
    color: #126fc8;
    font-size: 14px;
}

    /*.list-header .list-icon {
        background: #126fc8;
        width: 3px;
        height: 15px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }*/

.list-box {
    margin: 0px 15px;
}

.list-box-item {
    padding: 15px 0;
    height: 60px;
    box-sizing: content-box;
    position: relative;
}

    .list-box-item:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .list-box-item .list-box-img {
        width: 90px;
        height: 60px;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .list-box-item .list-box-con {
        position: absolute;
        top: 15px;
        left: 125px;
        right: 15px;
        height: 60px;
        line-height: 1.6;
    }

    .list-box-item .list-box-title {
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #126fc8;
    }

    .list-box-item .list-box-jj {
        font-size: 14px;
        color: #666;
        padding-top: 2px;
    }

.list-more-btn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    background-color: #fff;
    color: #126fc8;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #126fc8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* 详情 */
.detail-con {
    padding: 15px;
    background: #fff;
    min-height: 400px;
}

.detail-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
}

.detail-data {
    font-size: 12px;
    color: #999;
    padding: 5px 0;
}

    .detail-data i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }

.detail-wz {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

    .detail-wz img {
        max-width: 100%;
    }
/* 业务范围 */
.ywfw-list-header {
    margin: 0 15px;
    min-height: 34px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
}

    .ywfw-list-header .list-icon {
        background: #126fc8;
        width: 3px;
        height: 15px;
        margin-right: 5px;
        position: absolute;
        left: 0px;
        top: 11px;
    }

.ywfw-list-box {
    background: #f7f8fc;
    margin: 0px 15px;
    padding: 10px 20px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}

    .ywfw-list-box .span-dian {
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #596881;
        margin-bottom: 2px;
    }

.search-list-box {
    border: 1px solid #dddddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0px 15px;
    font-size: 0;
    padding: 5px 0px 5px 15px
}

    .search-list-box input {
        width: calc(100% - 80px);
        border: 0px;
        font-size: 12px;
        color: #333;
        background: url(../images/search.png) no-repeat center left;
        background-size: 20px auto;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .search-list-box button {
        width: 80px;
        border: 0;
        background: none;
        font-size: 12px;
        color: #126fc8
    }

.home-link {
    width: 100%;
    margin-left: -3%;
}

.home_link_item {
    width: 30%;
    float: left;
    margin-left: 3%;
}
/*5.14*/
.list_height {
    height: 34px;
    border-bottom: 1px solid #ddd;
}
.list-header {
    float:left;
}

/*2020.5.16*/
.nav {
    padding: 10px 15px;
    height:30px;
    background: #126fc8;
}

.nav_pic {
    width: 16px;
    height: 16px;
    margin-top:7px;
    float: left;
    display: block;
}
    .nav_pic img {
        display:block;
        width:100%;
    }
.nav_item {
    width: calc(100% - 16px);
    font-size: 14px;
    line-height:30px;
    float:left;
    margin:0;
    padding:0;
}

    .nav_item li {
        width: 25%;
        float: left;
        text-align: center;
    }

        .nav_item li a {
            color: #fff;
            display: block;
        }

.h60 {
    height: 65px;
}

.footer_tab {
    width: 100%;
    background: #126fc8;
    z-index: 9;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    height: 45px;
    margin-left: -5px;
}

    .footer_tab ul {
        margin:0;
        padding:0;
    }
    .footer_tab ul li {
        width: 33.3%;
        float: left;
    }

    .footer_tab ul li p img {
        width: 20px;
        height: 20px;
        display: block;
        margin: 3px auto 0;
    }

        .footer_tab ul li p {
            font-size: 14px;
            line-height: 25px;
            margin: 0;
            color: #fff;
        }

.w50 {
    max-width: 50%;
    flex: 0 0 50%;
}
.w100 {
    max-width: 100%;
    flex: 0 0 100%;
}