/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, div, table, td, img, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,Georgia,Serif,"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
    font-size: 15px;
    background-color: #F2F2F2;
}

img {
    border: none;
}

ul, ol {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: one;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}
/**remove a underline************/
a:focus {
    outline-style: none;
    -moz-outline-style: none;
}
/*header start*******************************************************************************************************/
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    border: 0;
    background-color: #fff;
    z-index: 99999999; /* -webkit-box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);*/
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
}
/* .header-container{width:100%;padding:10px 30px;}
*/
.header-logo-nav, .menu-nav, .menu-nav-item, .menu-nav-link, .header-navbar-nav, .header-btn-container, .header-search {
    height: 90px !important;
}

.menu-nav, .menu-nav-item, .menu-nav-link {
    height: 48px !important;
    line-height: 48px !important;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

    .header-logo img {
        width: 100%;
    }

.menu-nav-container {
    background-color: #1f2958
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.menu-nav-item {
    margin-left: 24px;
    position: relative;
    flex: 1;
}

    .menu-nav-item:first-child {
        margin-left: 0;
    }

.menu-nav-link {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 0;
    color: #ffffff !important;
}

    .menu-nav-link:hover a {
        color: #ffffff !important;
    }
/*.menu-nav-item:hover a{color: #293890;font-weight: bold;}*/

/* ??????? */
.menu-nav-item .subMenu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.86);
    z-index: 9999;
    /*border-top:2px solid #292d7b;*/
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 48px;
    transform: translate(-50%, 0);
}

    .menu-nav-item .subMenu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .menu-nav-item .subMenu > ul > li {
            list-style: none;
            width: 100%;
            line-height: 32px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
        }

.menu-nav-item ul li .subMenu > ul > li > a {
    display: block;
    color: #0a1744 /*#292d7b*/;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.menu-nav-item ul li:hover .subMenu > ul > li > a, .menu-nav-item ul li.current .subMenu > ul > li > a {
    display: block;
    text-align: left;
    line-height: 35px;
    color: #ffffff; /*#292d7b*/
    ;
    background-color: rgb(255,255,255,0);
    font-size: 16px;
}

    .menu-nav-item ul li:hover .subMenu > ul > li > a:hover:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #292d7b;
        text-align: left;
        line-height: 35px;
    }

.menu-nav-item:hover .subMenu {
    display: block;
}

.menu-nav-item .subMenu > ul > li:hover {
    color: #293890;
}

.menu-nav-item .subMenu > ul > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/* ?????? */
/* .menu-nav-item ul li:hover .subMenu ul:before,.menu-nav-item ul li.current .subMenu ul:before{display:block;position:absolute;content:"";top:-10px;z-index:9999;transform:translateX(-50%);border-width:0 10px 10px;border-style:solid;border-color:transparent transparent #119f0f;}
*/



.header-navbar {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    padding-top: 20px;
}

.header-navbar-search {
    width: 20px;
    height: 20px;
    border: 0 none;
    cursor: pointer;
}

.nav-search-hot-news-index {
    position: absolute;
    top: 5px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

    .nav-search-hot-news-index span {
        color: #333;
        font-size: 14px;
    }

    .nav-search-hot-news-index a {
        padding: 0 1px;
        height: 100%;
        text-decoration: none;
        color: #293890;
        font-size: 14px;
    }

.header-container .header-search {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-search input {
    position: relative;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    outline: 0 none;
    border-radius: 20px;
    width: 100%;
}

.header-search img.header-search-btn {
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    border: 0 none;
    cursor: pointer;
}

.header-navbar a.user_login, .header-navbar a.user_register {
    display: inline-block;
    font-size: 16px;
    color: #606266;
}

    .header-navbar a.user_login:nth-child(2) {
        position: relative;
        padding-right: 9px;
        margin-right: 8px;
    }
/*.header-navbar a.user_login::after{position:absolute;right:0;top:5px;width:1px;height:14px;content:"";background:#606266;opacity:.9;}*/

/*.header-navbar-user{display:inline-block;padding-left:20px;}
.header-navbar-user img.user_center{display:inline-block;width:20px;height:20px;border:0 none;}
.header-navbar-user a.user_login,.header-navbar-user a.user_register{display:inline-block;font-size:16px;color:#606266;}
.header-navbar-user a.user_login:nth-child(2){position:relative;padding-right:9px;margin-right:8px;}
.header-navbar-user a.user_login::after{position:absolute;right:0;top:5px;width:1px;height:14px;content:"";background:#606266;opacity:.9;}*/
.header-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*--??? btn start--*/
/*.btn-toggle*/
.btn-toggle {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-toggle:hover {
        background-color: #f9f9f9;
    }

.btn-toggle-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #363636;
    border-radius: 2px;
}

    .btn-toggle-bar + .btn-toggle-bar {
        margin-top: 4px;
    }

.btn-toggle:hover .btn-toggle-bar {
    background-color: #1428a0;
}

.btn-rounded {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

    .btn-rounded:hover {
        background-color: #000;
        color: #fff;
    }
/*--??? btn end--*/
/*nav*/
.nav-container {
    height: 0;
    position: relative; /*???????????????? ???top???*/
    overflow: hidden; /*???????????? ????????????????*/
    top: 110px; /*????????????????*/
    /* border:1px solid #dadada;*/
    transition: height 0.5s;
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px #eee; /* border-top:2px solid #293890;*/
}

.nav-container-extended { /*top:0;????????????????*/
    height: auto;
    padding-bottom: 35px;
    background-color: #fff;
}
/*nav-link*/
.nav-link {
    display: block;
    height: 40px;
    line-height: 40px; /* font-weight:bold;*/
    font-size: 17px;
    text-align: center;
}
/* .container-ul{border-top:2px solid #293890;}
*/
.nav-search-tel {
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.nav-search-hot-news {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: flex; /* align-items:center;*/
    justify-content: flex-start;
}

    .nav-search-hot-news span {
        display: block;
        color: #333;
        font-size: 14px;
    }

    .nav-search-hot-news a {
        display: block;
        padding: 0 5px;
        height: 100%;
        text-decoration: none;
        color: #293890;
        font-size: 14px;
    }

.nav-search-tel-search {
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
}

    .nav-search-tel-search input {
        position: relative;
        border: 1px solid #ddd;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        outline: 0 none;
        border-radius: 20px;
        width: 100%;
    }

    .nav-search-tel-search img.search-btn {
        position: absolute;
        right: 25px;
        width: 20px;
        height: 20px;
        border: 0 none;
    }

#menu-user-tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #menu-user-tel a.user_login, #menu-user-tel a.user_register {
        display: inline-block;
        font-size: 16px;
        color: #606266;
        padding: 0 10px;
    }

/*header end*/
/*banner start*/
/*banner-nav start*/
.banner-nav .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-nav .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
}

.swiper-button-prev, .swiper-button-next:after {
    color: #fff;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        color: #fff;
    }

.banner-nav .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-nav .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
}

.swiper-button-prev, .swiper-button-next:after {
    color: #fff;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        color: #fff;
    }

.banner-nav .swiper-button-prev {
    left: -40px;
    transition: left 0.3s;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/banner-next.png) left top no-repeat;
}

.banner-nav .swiper-button-next, .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.banner-nav .swiper-button-prev, .banner-nav .swiper-container-rtl .swiper-button-next {
    background: url("../images/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.banner-nav .swiper-button-next, .banner-nav.swiper-container-rtl .swiper-button-prev {
    background: url("../images/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.banner-nav:hover .swiper-button-prev, .banner-nav:hover .swiper-container-rtl .swiper-button-next {
    left: 90px;
    transition: left 0.3s;
}

.banner-nav:hover .swiper-button-next, .banner-nav:hover .swiper-container-rtl .swiper-button-prev {
    right: 90px;
    transition: right 0.3s;
}
/*banner-nav end*/
/*news_banner start*/
.news_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev, .swiper-button-next::after {
    color: #fff;
}

    .swiper-button-prev:after, .swiper-button-next::after {
        color: #fff;
    }

.news_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev, .swiper-button-next::after {
    color: #fff;
}

    .swiper-button-prev:after, .swiper-button-next::after {
        color: #fff;
    }

.news_banner .swiper-button-prev {
    left: -40px;
    transition: left 0.3s;
    width: 40px;
    height: 40px;
    margin-top: -20px; /*background:url(../images/banner-next.png) left top no-repeat;*/
}

.news_banner .swiper-button-next, .news_banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.news_banner .swiper-button-prev, .news_banner .swiper-container-rtl .swiper-button-next {
    background: url("../images/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.news_banner .swiper-button-next, .news_banner.swiper-container-rtl .swiper-button-prev {
    background: url("../images/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.news_banner:hover .swiper-button-prev, .news_banner:hover .swiper-container-rtl .swiper-button-next {
    left: 10px;
    transition: left 0.3s;
}

.news_banner:hover .swiper-button-next, .news_banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 0;
    transition: right 0.3s;
}

/*banner-news end*/
/*theme_banner start*/
.theme_banner {
    margin: 15px 0;
}

    .theme_banner .swiper-pagination-bullet-active {
        background-color: #ffffff !important;
    }

    .theme_banner .swiper-pagination-bullet-active {
        background-color: #ffffff !important;
    }

    .theme_banner .swiper-button-prev, .news_banner .swiper-container-rtl .swiper-button-next {
        background: none;
    }

    .theme_banner .swiper-button-next, .news_banner.swiper-container-rtl .swiper-button-prev {
        background: none;
    }
/*theme_banner end*/
.banner-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top_banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    border: 0 none;
}

@media(min-width:350px) {
    .header-container {
        padding: 0;
    }

    .banner-nav {
        margin-top: 90px;
    }

    .mainContent-nav {
        padding: 25px;
    }

    .news_banner_nav img {
        height: 251px !important;
    }

    .news_banner_nav {
        height: auto !important;
    }

    .list-third-nav .list-third-nav-content p {
        padding: 0 !important;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .banner-nav {
        margin-top: 110px;
    }

    .header-container {
        padding: 15px 0;
    }

    .banner-nav {
        margin-top: 110px;
    }

    .list-third-nav .list-third-nav-content p {
        padding: 0 !important;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .banner-nav {
        margin-top: 110px;
    }

    .header-container {
        padding: 0;
    }

    .mainContent-nav {
        padding: 30px;
    }

    .banner-nav {
        margin-top: 138px;
    }

    .list-third-nav .list-third-nav-content p {
        padding: 0 !important;
    }
}

@media(min-width:993px)and (max-width:1000px) {
    .header-container {
        padding: 15px 0;
    }

    .banner-nav {
        margin-top: 138px;
    }
}

@media(min-width:1001px) {
    .header-container {
        padding: 0;
    }

    .banner-nav {
        margin-top: 138px;
    }

    .news_banner_nav img {
        height: 425px !important;
    }

    .news_banner_nav {
        height: 425px !important;
    }

    .list-third-nav .list-third-nav-content p {
        padding: 0 90px !important;
        ;
    }
}

@media(min-width:1201px) {
    .header-container {
        padding: 0;
    }

    .banner-nav {
        margin-top: 138px;
    }
}

@media(min-width:1270px) {
    .header-container {
        padding: 10px 0;
    }

    .banner-nav {
        margin-top: 158px;
    }
}

@media(min-width:1300px) {
    .header-container {
        padding: 20px 0;
    }

    .banner-nav {
        margin-top: 168px;
    }
}
/*banner end*/
/*mainContent-nav start*/
.mainContent-nav {
    width: 100%;
    background-color: #fff;
}
/*news start*/
.news_banner_nav {
    cursor: pointer;
    height: 425px;
    overflow: hidden;
}

    .news_banner_nav img {
        border: 0 none;
        height: 425px;
        width: 100%;
    }

.news_banner_detail_info {
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    text-indent: 2em;
    line-height: 23px;
    color: #ffffff;
    text-align: justify;
    height: 60px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.45)
}

    .news_banner_detail_info p {
        height: 30px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.news-list-nav h2.title {
    text-align: left;
    font-size: 20px;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly; /*background-color:#f2f2f2;*/
    border-bottom: 2px solid #0168b5;
    border-radius: 10px 10px 0 0;
}

    .news-list-nav h2.title a {
        font-size: 20px;
        color: #333; /*margin-right:30px;*/
        width: 100%;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

        .news-list-nav h2.title a.current {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            background-color: #0168b5;
        }

.news-list-nav .news-list-ul {
    width: 100%;
    display: none;
}

    .news-list-nav .news-list-ul.active-list {
        display: block;
    }

    .news-list-nav .news-list-ul li {
        background: url(../images/dot.png) left center no-repeat;
        padding-left: 10px;
        height: 42px;
        line-height: 42px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .news-list-nav .news-list-ul li span {
            display: block;
        }

        .news-list-nav .news-list-ul li a {
            display: block;
            text-decoration: none;
            color: #333;
            font-size: 17px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .news-list-nav .news-list-ul li span.time {
            display: block;
            color: #999;
            font-size: 17px;
            text-align: right;
        }

        .news-list-nav .news-list-ul li span.num {
            display: block;
            color: #293890;
            font-size: 16px;
            text-align: right;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .news-list-nav .news-list-ul li:hover a {
            color: #293890;
        }
/*news end*/
/*notice start*/
.notice-list-nav {
    background-color: #2E77CF;
    padding: 10px 10px 10px 10px;
    margin: 25px 0;
    border-radius: 5px;
}

    .notice-list-nav .notice-list-content {
        background-color: #fff;
        padding: 15px;
    }

    .notice-list-nav .notice-list-ul {
        width: 100%;
        display: none;
        min-height: 430px;
    }

        .notice-list-nav .notice-list-ul li span {
            display: block;
        }

        .notice-list-nav .notice-list-ul.active-list {
            display: block;
        }

        .notice-list-nav .notice-list-ul li {
            background: url(../images/dot.png) 5px center no-repeat;
            padding-left: 15px;
            height: 43px;
            line-height: 43px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 15px;
            cursor: pointer;
        }

            .notice-list-nav .notice-list-ul li a {
                display: block;
                text-decoration: none;
                color: #333;
                font-size: 17px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .notice-list-nav .notice-list-ul li:hover a {
                color: #293890;
            }

.notice-wenhao {
    display: block;
    color: #2E77CF;
    text-align: left;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notice-time {
    display: block;
    text-align: right;
    color: #888;
    font-size: 17px;
}

.notice-list-tab {
    padding-top: 0;
}

.notice-list-tab-ul {
    width: auto; /*background-color:#13548d;*/
    overflow: hidden;
}

    .notice-list-tab-ul span {
        display: block;
    }

    .notice-list-tab-ul li {
        float: left;
        text-align: center;
        color: #ffffff;
        height: 45px;
        line-height: 45px;
        font-size: 17px;
        padding: 0 30px;
        cursor: pointer;
        font-weight: bold;
    }

        .notice-list-tab-ul li a {
            font-size: 17px;
            color: #fff;
            font-weight: bold;
            display: block;
            width: 100%;
            height: 100%;
        }

        .notice-list-tab-ul li.current {
            background-color: #fff;
        }

            .notice-list-tab-ul li.current a {
                color: #13548d;
            }
/*notice end*/
/*service start*/
.service-nav {
    margin-top: 25px;
    overflow: hidden;
}

.service-nav-title-tel {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    box-sizing: border-box;
}

.service-nav-title {
    background-color: rgba(87,140,233,1);
    text-align: center;
    padding-bottom: 20px;
}

    .service-nav-title h2 {
        text-align: center;
        color: #fff;
        padding: 25px 0;
    }

    .service-nav-title img {
        width: 100px;
        height: auto;
    }

.service-nav-system {
    background-color: rgba(246,248,253,1);
    height: auto; /*211px*/
    padding: 10px 10px 0 10px;
}

.service-nav-system-inter {
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .service-nav-system-inter span {
        display: block;
        width: 30px;
        height: 30px;
        border: 0 none;
        margin-right: 10px;
    }

        .service-nav-system-inter span.s1 {
            background: url('../images/s1.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s2 {
            background: url('../images/s2.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s3 {
            background: url('../images/s3.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s4 {
            background: url('../images/s4.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s5 {
            background: url('../images/s5.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s6 {
            background: url('../images/s6.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s7 {
            background: url('../images/s7.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s8 {
            background: url('../images/s8.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s9 {
            background: url('../images/s9.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s10 {
            background: url('../images/s10.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s11 {
            background: url('../images/s11.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s12 {
            background: url('../images/s12.png') no-repeat center center;
            background-size: 100% 100%;
        }

        .service-nav-system-inter span.s13 {
            background: url('../images/s13.png') no-repeat center center;
            background-size: 100% 100%;
        }

    .service-nav-system-inter p {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #1f2958;
    }

    .service-nav-system-inter:hover {
        background-color: #1f2958;
    }

        .service-nav-system-inter:hover p {
            color: #fff;
        }

        .service-nav-system-inter:hover span.s1 {
            background: url('../images/s1-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s2 {
            background: url('../images/s2-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s3 {
            background: url('../images/s3-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s4 {
            background: url('../images/s4-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s5 {
            background: url('../images/s5-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s6 {
            background: url('../images/s6-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s7 {
            background: url('../images/s7-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s8 {
            background: url('../images/s8-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s9 {
            background: url('../images/s9-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s10 {
            background: url('../images/s10-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s11 {
            background: url('../images/s11-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s12 {
            background: url('../images/s12-white.png');
            background-size: 100% 100%;
        }

        .service-nav-system-inter:hover span.s13 {
            background: url('../images/s13-white.png');
            background-size: 100% 100%;
        }
/*service end*/
/*subject-nav start*/
.subject-nav-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.subject-nav {
    margin-bottom: 25px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    box-sizing: border-box;
    overflow: hidden;
}

    .subject-nav img {
        margin: 5px;
        cursor: pointer;
        width: 100%;
    }

.subject-nav-title a {
    font-size: 20px;
}
/*subject-nav end*/
/*bottom-nav start*/
.bottom-nav {
    width: 100%;
    background-color: #293890;
}

.bottom-content {
    width: 100%;
    padding: 30px 0;
}

    .bottom-content h3.contact {
        color: #fff;
        margin-bottom: 20px;
    }

    .bottom-content p {
        line-height: 28px;
        font-size: 16px;
        color: #fff;
    }

.logo-bottom-nav {
    text-align: left;
    margin-top: 20px;
}

.weixin-code-nav {
    text-align: center;
}

    .weixin-code-nav img {
        width: 120px;
        border: 0 none;
    }

.logo-bottom-nav img {
    width: 120px;
    border: 0 none;
}

.copyright-nav {
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
}

    .copyright-nav p {
        line-height: 28px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
/*bottom-nav end*/
/*shortcut-nav start*/
.shortcut-nav {
    position: fixed;
    right: 0;
    top: 145px;
    background-color: #fff;
    padding: 15px 8px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    border-radius: 5px 0 0 5px;
    z-index: 999999999;
}

    .shortcut-nav li {
        position: relative;
        list-style: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .shortcut-nav li img {
            width: 25px;
            height: 25px;
            border: 0 none;
        }

        .shortcut-nav li span {
            display: block;
            line-height: 28px;
            line-height: 28px;
            color: #293890;
            font-size: 14px;
        }

        .shortcut-nav li:hover span {
            font-weight: bold;
        }

        .shortcut-nav li img.shortcut-nav-weixin {
            position: absolute;
            width: 186px;
            height: 120px;
            left: -196px;
            top: -15px;
            display: none; /* transform:all linear 1s;*/
            z-index: 99999999;
        }

        .shortcut-nav li:nth-child(3):hover img.shortcut-nav-weixin {
            display: block;
        }
/*shortcut-nav end*/
/*mainContent-nav end*/

/*overview start*/
.location-second {
    height: 50px;
    line-height: 45px;
    color: #888;
    font-size: 16px;
    border-bottom: 1px solid #293890;
    text-align: left;
}

    .location-second a {
        font-size: 16px;
        color: #888;
    }

        .location-second a:hover {
            color: #293890;
        }

/*health-project second start*/
.location-second-health-project {
    height: 90px;
    line-height: 90px;
    color: #888;
    font-size: 16px;
    text-align: left;
    background: url('../images/health_project_title_bg.png') no-repeat bottom center;
    background-size: 100% auto;
}

    .location-second-health-project h3 {
        line-height: 100px;
        font-weight: bold;
        font-size: 28px;
        color: #333;
        text-align: left;
    }

.location-second-health-project-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .location-second-health-project-content p {
        text-indent: 2em;
        text-align: left !important;
        font-size: 17px;
        text-align: justify;
        line-height: 40px !important;
    }

.health-project-parts {
    margin: 70px 0;
}

.health-project-part01 {
    position: relative;
    background: url(../images/health-project-part01.png) no-repeat center center;
    background-size: 100% 100%;
    height: 439px;
}

    .health-project-part01 h3, .health-project-part02 h3, .health-project-part03 h3{
        position: absolute;
        left: 25px;
        top: -5px;
        font-size: 26px;
        color: #333;
    }
	
	.health-project-part04 h3{
	  position:relative;
	   font-size: 26px;
        color: #333;
	   text-align: left;
       border-bottom: 1px solid #CCC;
       margin-bottom: 15px;
	   padding-bottom:10px;
	}
	
	.health-project-part04 h3 .health-project-part04-more{
	  position:absolute;
	  right: 5px;
		font-size: 16px;
		bottom: 10px;
		font-weight: normal;
		cursor:pointer;
	}
	.health-project-part05 h3{
	   /*position: absolute;
        left: 25px;
        font-size: 26px;
        color: #333;*/
	   
       position:relative;
	   font-size: 26px;
        color: #333;
	   text-align: left;
       border-bottom: 1px solid #CCC;
       margin-bottom: 15px;
	   padding-bottom:10px;	   
   	   
	}
	.health-project-part05 .health-project-part05-more{
	     position:absolute;
	     right: 5px;
		font-size: 16px;
		bottom: 10px;
		font-weight: normal;
		cursor:pointer;
	}

    .health-project-part01 h4, .health-project-part02 h4, .health-project-part03 h4 {
        position: absolute;
        left: 38px;
        top: 66px;
        font-size: 20px;
        color: #293890;
        font-weight: normal;
    }
	
	.health-project-part04 h4{
	   text-align: left;
        font-size: 20px;
        color: #293890;
        font-weight: normal;
	    margin-bottom:15px;
		padding-top:15px;
	}
	.health-project-part05 h4   {
	    position: absolute;
        left: 29px;
        top: 91px;
        font-size: 20px;
        color: #293890;
        font-weight: normal;
	}

    .health-project-part01 .h4_info, .health-project-part02 .h4_info, .health-project-part03 .h4_info{
        position: absolute;
        left: 30px;
        top: 106px;
        font-weight: normal;
        width: 255px;
        height: 108px;
    }
	
	
	, .health-project-part04 .h4_info{
	    position: absolute;
        left: 30px;
        top: 106px;
        font-weight: normal;
        width: 255px;
        height: 108px;
	
	}
	.health-project-part05 .h4_info {
	  position: absolute;
        left: 30px;
        top: 126px;
        font-weight: normal;
        width: 335px;
        height: 108px;
	}

        .health-project-part01 .h4_info p, .health-project-part02 .h4_info p, .health-project-part03 .h4_info p{
            line-height: 19px !important;
            font-size: 13px !important;
            color: #333;
            text-align: justify !important;
            text-indent: 0 !important;
        }
	
	.health-project-part04 .h4_info p{
	        line-height: 25px !important;
            font-size: 17px !important;
            color: #333;
            text-align: justify !important;
            text-indent: 0 !important;
	}
	.health-project-part05 .h4_info p{
	        line-height: 20px !important;
            font-size: 15px !important;
            color: #333;
            text-align: justify !important;
            text-indent: 0 !important;
	}
	
	
	


    .health-project-part01 h5, .health-project-part02 h5, .health-project-part03 h5{
        position: absolute;
        left: 38px;
        top: 255px;
        font-size: 20px;
        color: #293890;
        font-weight: normal;
    }
	
	.health-project-part04 h5{
       
        font-size: 20px;
        color: #293890;
        font-weight: normal;
	}
	.health-project-part05 h5 {
	   position: absolute;
        left: 29px;
        top: 255px;
        font-size: 20px;
        color: #293890;
        font-weight: normal;
	}

    .health-project-part01 .h5_info, .health-project-part02 .h5_info, .health-project-part03 .h5_info , .health-project-part05 .h5_info {
        position: absolute;
        left: 30px;
        top: 295px;
        font-weight: normal;
        width: 255px;
        height: 108px;
    }
	
	.health-project-part04 .h5_info {
	    font-weight: normal;
	}
	.health-project-part05 .h5_info {
	    width: 335px;
	}

	.health-project-part01 .h5_info p, .health-project-part02 .h5_info p, .health-project-part03 .h5_info p, .health-project-part05 .h5_info p {
		line-height: 19px !important;
		font-size: 13px !important;
		color: #333;
		text-align: justify !important;
		text-indent: 0 !important;
	}
	.health-project-part04 .h5_info p{
	    line-height: 25px !important;
		font-size: 17px !important;
		color: #333;
		text-align: justify !important;
		text-indent: 0 !important;
	}
	.health-project-part05 .h5_info p{
	    line-height: 20px !important;
		font-size: 15px !important;
		color: #333;
		text-align: justify !important;
		text-indent: 0 !important;
	}

.health-project-part02 {
    position: relative;
    background: url(../images/health-project-part02.png) no-repeat center center;
    background-size: 100% 100%;
    height: 439px;
}

.health-project-part03 {
    position: relative;
    background: url(../images/health-project-part03.png) no-repeat center center;
    background-size: 100% 100%;
    height: 439px;
}
.health-project-part04 {
    position: relative;
    /*background: url(../images/health-project-part03.png) no-repeat center center;*/
    background-size: 100% 100%;
    height: 439px;
}
.health-project-part05 {
    position: relative;
    background: url(../images/health-project-part0502.png) no-repeat center center;
    background-size: 100% 100%;
    height: 390px;
}


/*health-project second end*/

/*health-project third start*/
.health_project_third_info {
    width: 100%;
}

.health-project-third {
    height: 45px;
    line-height: 45px;
    color: #888;
    font-size: 16px;
    text-align: left;
    background: url('../images/health_project_third_title_bg.png') no-repeat bottom center;
    background-size: 100% auto;
}

    .health-project-third h3 {
        line-height: 45px;
        font-weight: bold;
        font-size: 20px;
        color: #333;
        text-align: left;
    }

.health-project-third-part h4 {
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #358edc;
    text-align: left;
    margin-bottom: 8px;
}

.health-project-third-part p {
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}

.health-project-third-part img {
    width: 100%;
    height: auto;
}

    .health-project-third-part img.xg_img {
        width: 90%;
        height: auto;
    }

.part-align {
    text-align: center;
}

.health-project-third-service {
    margin-top: 20px;
}

    .health-project-third-service h3 {
        line-height: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #358edc;
        text-align: left;
        margin-bottom: 15px;
    }

.health-project-third-service-part {
    padding: 25px;
    border: 1px solid #358edc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e9e9e9;
    text-align: center;
    overflow: hidden;
}


.health-project-third-service-part  p.kepu_info{
    text-align: left;
    text-indent: 2em;
    font-size: 17px;
	line-height:34px;
	
}
.health-project-third-service-part  .kepu_ul li{
    text-align: left;
    text-indent: 2em;
    font-size: 17px;
	line-height:34px;
	
}

    .health-project-third-service-part h3 {
        line-height: 30px;
        font-size: 17px;
        text-align: left;
        color: #333;
        margin-bottom: 15px;
    }


    .health-project-third-service-part .ser-btn {
        display: block;
        float: left;
        margin: 0 15px 20px 0;
        min-width: 100px;
        padding: 3px 15px;
        background-color: #358edc;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 20px;
    }

    .health-project-third-service-part .ser-btn02 {
        display: block;
        float: left;
        margin: 0 10px 20px 0;
        padding: 3px 8px;
        background-color: #358edc;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 20px;
    }

    .health-project-third-service-part .ser-btn02-02 {
        display: block;
        float: left;
        margin: 0 2px 20px 0;
        padding: 3px 5px;
        background-color: #358edc;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 20px;
    }

    .health-project-third-service-part .ser-btn03 {
        display: block;
        float: left;
        margin: 0 2px 20px 0;
        padding: 3px 4px;
        min-width: 50px;
        background-color: #358edc;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 20px;
    }

    .health-project-third-service-part .ser-btn03-02 {
        display: block;
        float: left;
        margin: 0 2px 20px 0;
        padding: 3px 5px;
        background-color: #358edc;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 20px;
        width: 70px;
        cursor: none;
    }
	 .health-project-third-service-part .ser-btn04 {
        display: block;
        float: left;
        margin: 0 15px 20px 0;
        min-width: 100px;
        padding: 3px 15px;
        background-color: #358edc;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 20px;
    }


/*health-project third end*/



.menu-second {
    background-color: #F6F6F6;
    padding: 10px;
    box-sizing: border-box;
}

    .menu-second ul {
        width: 100%;
        list-style: none;
    }

        .menu-second ul li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 15px;
            height: 58px;
            padding: 3px 10px;
            cursor: pointer;
            background-color: #fff;
        }

            .menu-second ul li img {
                width: 40px;
                border: 0 none;
                margin: 0 8px;
            }

            .menu-second ul li a {
                font-size: 17px;
            }

            .menu-second ul li:hover {
                background-color: #293890;
            }

                .menu-second ul li:hover a {
                    color: #fff;
                }

            .menu-second ul li.current {
                background-color: #293890;
            }

                .menu-second ul li.current a {
                    color: #fff;
                    font-weight: bold;
                }

.list-second-nav {
    width: 100%;
    display: none;
}

    .list-second-nav.active-list {
        display: block;
        padding: 20px 0;
    }

    .list-second-nav ul li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 17px;
        border-bottom: 1px dotted #888;
        overflow: hidden;
    }

        .list-second-nav ul li span {
            display: block;
        }

        .list-second-nav ul li .title {
            display: block;
            color: #333;
            text-decoration: none;
            font-size: 17px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            height: 50px;
        }

        .list-second-nav ul li .subTitle {
            color: #3388ff;
            font-size: 16px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list-second-nav ul li .subDate {
            color: #999;
            display: block;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.banner-nav-sec-title {
    position: absolute;
    width: 100%;
    z-index: 999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .banner-nav-sec-title h2 {
        width: 100%;
        /*height: 35px;*/
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        font-size: 32px;
    }

.list-second-content {
    width: 100%;
    margin: 30px 0;
}

    .list-second-content .sec-title {
        font-size: 25px;
        text-align: center;
        line-height: 50px;
    }

    .list-second-content .sec-info {
        height: 50px;
        line-height: 45px;
        color: #888;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .list-second-content .sec-content-nav {
        width: 100%;
    }

        .list-second-content .sec-content-nav p {
            text-indent: 2em;
            font-size: 17px;
            text-align: justify;
            line-height: 40px;
        }

        .list-second-content .sec-content-nav img {
            border: 0 none;
        }

        .list-second-content .sec-content-nav p.third-link {
            text-align: center;
        }

            .list-second-content .sec-content-nav p.third-link a {
                font-size: 17px;
                color: #3388ff;
                line-height: 35px;
            }

/*overview end*/

/*list-third-nav start*/
.list-third-nav {
    width: 100%;
    margin: 30px 0;
}

    .list-third-nav .third-title {
        font-size: 25px;
        text-align: center;
        line-height: 50px;
    }

    .list-third-nav .third-info {
        height: 50px;
        line-height: 45px;
        color: #888;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .list-third-nav .list-third-nav-content {
        width: 100%;
    }

        .list-third-nav .list-third-nav-content p {
            /*text-indent: 2em;*/
            font-size: 17px;
            text-align: justify;
            line-height: 40px !important;
            padding: 0 90px;
        }

            .list-third-nav .list-third-nav-content p img {
                border: 0 none;
                /* width: auto !important;*/
                max-width: 100% !important;
                height: auto !important;
                margin: 20px auto;
                vertical-align: middle;
            }

            .list-third-nav .list-third-nav-content p.third-link {
                text-align: center;
            }

                .list-third-nav .list-third-nav-content p.third-link a {
                    font-size: 17px;
                    color: #3388ff;
                    line-height: 35px;
                }

/*list-third-nav end*/

#gotop-id {
    display: none;
}

    #gotop-id.active {
        display: block;
    }

/*links-nav start*/
.links-nav {
    margin: 0 35px;
    background: #fff;
    /* padding: 15px; 
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%); */
    box-sizing: border-box;
    overflow: hidden;
}

#div1 {
    position: relative;
    height: 135px;
    overflow: hidden;
    margin: 20px 25px;
}

    #div1 ul {
        list-style: none;
        position: absolute;
    }

        #div1 ul li {
            list-style: none;
            float: left;
            width: 200px;
        }

            #div1 ul li img {
                border: 1px solid #eee;
                cursor: pointer;
                width: 100%;
            }

#runLeft {
    position: absolute;
    left: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../images/linksLeft.png) no-repeat center center;
    background-size: 100% 100%;
}

#runRight {
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../images/linksRight.png) no-repeat center center;
    background-size: 100% 100%;
}


/*links-nav end*/
/*news_list_service start*/
.news_list_service_sys {
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
    padding: 20px 0;
    margin-bottom: 30px;
}

    .news_list_service_sys img {
        width: 100%;
        vertical-align: top;
    }

.news_list_service_sys_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
}

    .news_list_service_sys_info a {
        flex: 0 1 auto;
        height: 50px;
        line-height: 45px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 100%;
    }

        .news_list_service_sys_info a.enter {
            height: 50px;
            flex: 0 1 auto;
            font-size: 16px;
            color: #a5a5a5;
        }

    .news_list_service_sys_info:hover a.enter {
        color: #293890;
    }
/*news_list_service end*/
.news-show-top {
    margin-top: 149px;
}

.container-search-top {
    margin-top: 169px;
}

.container-login-top {
    margin-top: 169px;
}

.footer_link_nav {
    text-align: center;
    margin: 30px 0;
}

.footer_link {
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.62em;
    position: relative;
}

.banquan{
    color:#fff;
    font-size:16px;
}
.banquan:hover{
    color:#fff;
}
