html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

    a:hover {
        color: #c5292a;
    }

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.section {
    background-color: white;
}

.welcome {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .welcome .date {
        height: 30px;
        float: left;
    }

        .welcome .date .date-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/date.png') no-repeat 0 0;
        }

        .welcome .date span {
            vertical-align: middle;
            font-size: 12px;
        }

    .welcome .name {
        float: right;
        font-size: 12px;
        margin-right: 30px;
    }

    .welcome .user-control {
        float: right;
    }

        .welcome .user-control a,
        .welcome .user-control span {
            color: #337ab7;
            font-size: 12px;
        }

.banner {
    height: 166px;
    background: url('../images/top.jpg') no-repeat 0 0;
    background-size: cover;
}

    .banner .banner-content {
        width: 1200px;
        height: 166px;
        margin: 0 auto;
    }

        .banner .banner-content .banner-title {
            width: 700px;
            height: 100px;
            background: url('../images/logo.png') no-repeat 0 0;
            float: left;
            margin-top: 40px;
        }

        .banner .banner-content .search-bar {
            width: 350px;
            height: 40px;
            float: right;
            margin-top: 63px;
            background-color: white;
        }

            .banner .banner-content .search-bar .search-bar-input {
                border-left: 1px solid #dfdfdf;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                width: 270px;
                height: 40px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                outline: none;
                float: left;
            }

            .banner .banner-content .search-bar .search-icon {
                width: 30px;
                height: 30px;
                background: url('../images/search.png') no-repeat 0 0;
                margin-top: 4px;
                float: left;
            }

            .banner .banner-content .search-bar .search-bar__input {
                height: 100%;
                width: 200px;
                border: none;
                float: left;
                outline: none;
            }

            .banner .banner-content .search-bar .search-button {
                font-family: 'Microsoft YaHei';
                float: left;
                outline: none;
                height: 40px;
                width: 80px;
                color: white;
                background-color: #427ab7;
                border: none;
                /*cursor: pointer;*/
            }

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .navbar .navbar-item {
        width: 171px;
        float: left;
        height: 60px;
    }

        .navbar .navbar-item a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

            .navbar .navbar-item a span {
                color: white;
                vertical-align: middle;
                font-size: 18px;
                font-weight: bold;
            }

            .navbar .navbar-item a.active {
                background-color: #265a9c;
            }

            .navbar .navbar-item a:hover {
                background-color: #265a9c;
            }

        .navbar .navbar-item .navbar-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/menuicon.png') no-repeat;
        }

.newest {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    text-align: center;
    padding: 30px 0;
}

    .newest .new {
        color: #ffa735;
        font-weight: bold;
        font-size: 22px;
    }

        .newest .new:after {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #ffa735;
            position: relative;
            top: -3px;
        }

    .newest P:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newest P:nth-of-type(2) {
        font-size: 16px;
    }

    /*.newest P {
        font-size: 22px;
        margin-bottom: 10px;
    }*/

.press-center {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .press-center .news-list {
        margin-left: 10px;
        width: 682px;
        height: 400px;
        float: left;
    }

.news-list {
    background-color: white;
}

    .news-list .news-list__header {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
    }

        .news-list .news-list__header .news-list__title {
            height: 50px;
            padding: 0 15px;
            float: left;
            position: relative;
            color: #427ab7;
            font-weight: bold;
            line-height: 50px;
            font-size: 18px;
        }

            .news-list .news-list__header .news-list__title:after {
                width: 100%;
                height: 2px;
                background-color: #427ab7;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .news-list .news-list__header .news-list__subTitle {
            float: left;
            margin-left: 60px;
        }

            .news-list .news-list__header .news-list__subTitle .title-item {
                float: left;
                font-size: 14px;
                line-height: 50px;
                padding: 0 15px;
                color: #666666;
                cursor: pointer;
            }

            .news-list .news-list__header .news-list__subTitle .active {
                color: #427ab7;
            }

        .news-list .news-list__header .more {
            float: right;
            line-height: 50px;
            font-size: 14px;
            color: #337ab7;
            margin-right: 10px;
        }

    .news-list .news-list__content {
        padding: 10px;
    }

        .news-list .news-list__content .news-list-item a {
            line-height: 38px;
            display: block;
            font-size: 14px;
            overflow: hidden;
        }

        .news-list .news-list__content .news-list-item .message {
            width: 550px;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list .news-list__content .news-list-item .date {
            color: #757575;
            float: right;
        }

.entrance-menu {
    width: 1200px;
    margin: 15px auto 0;
}

    .entrance-menu .entrance-menu-banner {
        height: 90px;
        background: url('../images/banner.jpg') no-repeat 0 0;
        background-size: cover;
    }

    .entrance-menu > ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }

    .entrance-menu .entrance-menu-item {
        float: left;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 278px;
        height: 90px;
        position: relative;
    }





        .entrance-menu .entrance-menu-item .entrance-menu-item-a {
            display: block;
            background-color: #eaf1f0;
            height: 90px;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 90px;
            position: relative;
            padding-right: 70px;
            padding-left: 70px;
            text-align: center;
        }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a .entrance-menu-item-icon {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: url('../images/loginicon.png') no-repeat;
            }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a > span {
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                color: #337ab7;
            }

        .entrance-menu .entrance-menu-item .collapse {
            width: 70px;
            height: 90px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            background-color: #d4e4eb;
        }

            .entrance-menu .entrance-menu-item .collapse .collapse-icon {
                margin-top: 30px;
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url('../images/arrow.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item.active .collapse {
            background-color: #337ab7;
        }

            .entrance-menu .entrance-menu-item.active .collapse .collapse-icon {
                background: url('../images/arrow1.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item .dropdown-menu {
            width: 100%;
            border: 1px solid #cecece;
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            z-index: 9;
            background-color: white;
        }

            .entrance-menu .entrance-menu-item .dropdown-menu li a {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 36px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .entrance-menu .entrance-menu-item .dropdown-menu li a:hover {
                    background-color: #337ab7;
                    color: white;
                }

.box .box-header {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

    .box .box-header .box-header__title {
        height: 50px;
        padding: 0 15px;
        float: left;
        position: relative;
        color: #427ab7;
        font-weight: bold;
        line-height: 50px;
        font-size: 18px;
    }

        .box .box-header .box-header__title:after {
            width: 100%;
            height: 2px;
            background-color: #427ab7;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

.box .box-body {
    padding: 20px 0;
}

.supervision {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .supervision .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .supervision .row .col {
            float: left;
            width: 33.3%;
            padding-left: 10px;
            padding-right: 10px;
        }

.interactive-stomach {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .interactive-stomach .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .interactive-stomach .row .col {
            float: left;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .interactive-stomach .row .col > a {
                display: block;
                height: 80px;
                background-color: #f1f1f1;
            }

                .interactive-stomach .row .col > a .service-item {
                    padding-left: 80px;
                    position: relative;
                }

                    .interactive-stomach .row .col > a .service-item .icon {
                        position: absolute;
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        left: 0;
                        right: 0;
                        background-color: #dde4eb;
                    }

                        .interactive-stomach .row .col > a .service-item .icon i {
                            width: 40px;
                            height: 40px;
                            display: inline-block;
                            margin-top: 20px;
                            background: url('../images/hdfw.png') no-repeat 0 0;
                        }

                    .interactive-stomach .row .col > a .service-item .title {
                        line-height: 80px;
                        text-align: center;
                        color: #337ab7;
                        font-size: 20px;
                        font-weight: bold;
                    }




.xw {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .xw .logos {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .xw .row {
        height: 94px;
    }

        .xw .row a {
            display: inline-block;
            margin-top: 15px;
        }



.hlht {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .hlht .logo {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .hlht .row {
        height: 94px;
    }

        .hlht .row a {
            display: inline-block;
            margin-top: 15px;
        }

.footer {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    padding: 10px 0;
}

    .footer p {
        line-height: 2.5;
        text-align: center;
        color: #191717;
    }

    .footer .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/footer_icp.png') no-repeat 0 0;
        position: relative;
        top: 5px;
        margin-left: 30px;
        color: #7a7979;
    }

.boxwrap {
    width: 1200px;
    padding: 10px;
    background-color: white;
    margin-top: 15px;
}


.els-contact-box {
    float: left;
    width: 75%;
}

.els-margin-left {
    margin-left: 15px;
}



.els-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
}

    .els-title label {
        display: block;
        float: left;
        border-left: 4px solid #0a90d6;
        padding-left: 7px;
        line-height: 22px;
        font-size: 16px;
        font-weight: 900;
        color: #444;
    }

    .els-title a {
        display: block;
        float: right;
        line-height: 22px;
    }

.els-margin-right {
    margin-right: 15px;
}

.els-contact {
    margin-top: 15px;
    height: 100px;
    background-color: #f6f7f7;
    overflow: hidden;
}

.els-contact-img {
    width: 100px;
    height: 100px;
    background-color: #d7e5f3;
}

.els-float-left {
    float: left;
}

.els-contact-con {
    padding: 15px;
    margin-left: 100px;
}

    .els-contact-con p {
        margin-top: 10px;
        font-weight: 900;
        font-size: 15px;
        line-height: 20px;
    }

    .els-contact-con label {
        color: #666;
        line-height: 20px;
    }



.loadtitle {
    float: left;
    width: 96px;
    height: 89px;
    background-image: url('../images/loadtitleBg.png');
}

.news-box {
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
}

.news-box .tabs .tab {
    float: left;
    width: 286px;
    height: 115px;
    background: url('../images/4bj.png') no-repeat 0 0;
}

.news-box .tabs .tab.is-active {
    background-image: url('../images/4bj2.png');
}

.news-box .tabs .tab + .tab {
    margin-left: 18px;
}

.news-box .tabs .tab a {
    width: 286px;
    height: 100px;
    text-align: center;
    display: inline-block;
    font-size: 0;
}

.news-box .tabs .tab a i {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    background: url('../images/ct1.png') no-repeat 0 0;
    position: relative;
    top: 16px;
}

.news-box .tabs .tab a span {
    color: #fff;
    font-size: 26px;
    line-height: 100px;
}

.news-box .row .news-list .news-list__content .news-list-item span.message {
width: 990px;
}

.news-box .row .grid {
padding: 10px 30px;
}

.news-box .row .grid .grid-item {
    width: 558px;
    height: 94px;
    float: left;
    background: url('../images/4bj3.png') no-repeat 0 0;
}

.news-box .row .grid .grid-item a {
    width: 558px;
    height: 94px;
    display: block;
    font-size: 0;
    text-align: center;
}

    .news-box .row .grid .grid-item a i {
        width: 60px;
        height: 60px;
        display: inline-block;
        background: url('../images/ct2.png') no-repeat 0 0;
        margin-right: 20px;
        position: relative;
        top: 16px;
    }

.news-box .row .grid .grid-item a span {
    font-size: 20px;
    color: #444;
    line-height: 94px;
}
html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

    a:hover {
        color: #c5292a;
    }

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.section {
    background-color: white;
}

.welcome {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .welcome .date {
        height: 30px;
        float: left;
    }

        .welcome .date .date-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/date.png') no-repeat 0 0;
        }

        .welcome .date span {
            vertical-align: middle;
            font-size: 12px;
        }

    .welcome .name {
        float: right;
        font-size: 12px;
        margin-right: 30px;
    }

    .welcome .user-control {
        float: right;
    }

        .welcome .user-control a,
        .welcome .user-control span {
            color: #337ab7;
            font-size: 12px;
        }

.banner {
    height: 166px;
    background: url('../images/top.jpg') no-repeat 0 0;
    background-size: cover;
}

    .banner .banner-content {
        width: 1200px;
        height: 166px;
        margin: 0 auto;
    }

        .banner .banner-content .banner-title {
            width: 700px;
            height: 100px;
            background: url('../images/logo.png') no-repeat 0 0;
            float: left;
            margin-top: 40px;
        }

        .banner .banner-content .search-bar {
            width: 350px;
            height: 40px;
            float: right;
            margin-top: 63px;
            background-color: white;
        }

            .banner .banner-content .search-bar .search-bar-input {
                border-left: 1px solid #dfdfdf;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                width: 270px;
                height: 40px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                outline: none;
                float: left;
            }

            .banner .banner-content .search-bar .search-icon {
                width: 30px;
                height: 30px;
                background: url('../images/search.png') no-repeat 0 0;
                margin-top: 4px;
                float: left;
            }

            .banner .banner-content .search-bar .search-bar__input {
                height: 100%;
                width: 200px;
                border: none;
                float: left;
                outline: none;
            }

            .banner .banner-content .search-bar .search-button {
                font-family: 'Microsoft YaHei';
                float: left;
                outline: none;
                height: 40px;
                width: 80px;
                color: white;
                background-color: #427ab7;
                border: none;
                cursor: pointer;
            }

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .navbar .navbar-item {
        width: 171px;
        float: left;
        height: 60px;
    }

        .navbar .navbar-item a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

            .navbar .navbar-item a span {
                color: white;
                vertical-align: middle;
                font-size: 18px;
                font-weight: bold;
            }

            .navbar .navbar-item a.active {
                background-color: #265a9c;
            }

            .navbar .navbar-item a:hover {
                background-color: #265a9c;
            }

        .navbar .navbar-item .navbar-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/menuicon.png') no-repeat;
        }

.newest {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    text-align: center;
    padding: 30px 0;
}

    .newest .new {
        color: #ffa735;
        font-weight: bold;
        font-size: 22px;
    }

        .newest .new:after {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #ffa735;
            position: relative;
            top: -3px;
        }

    .newest P:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newest P:nth-of-type(2) {
        font-size: 16px;
    }

    /*.newest P {
        font-size: 22px;
        margin-bottom: 10px;
    }*/

.press-center {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .press-center .news-list {
        margin-left: 10px;
        width: 682px;
        height: 400px;
        float: left;
    }

.news-list {
    background-color: white;
}

    .news-list .news-list__header {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
    }

        .news-list .news-list__header .news-list__title {
            height: 50px;
            padding: 0 15px;
            float: left;
            position: relative;
            color: #427ab7;
            font-weight: bold;
            line-height: 50px;
            font-size: 18px;
        }

            .news-list .news-list__header .news-list__title:after {
                width: 100%;
                height: 2px;
                background-color: #427ab7;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .news-list .news-list__header .news-list__subTitle {
            float: left;
            margin-left: 60px;
        }

            .news-list .news-list__header .news-list__subTitle .title-item {
                float: left;
                font-size: 14px;
                line-height: 50px;
                padding: 0 15px;
                color: #666666;
                cursor: pointer;
            }

            .news-list .news-list__header .news-list__subTitle .active {
                color: #427ab7;
            }

        .news-list .news-list__header .more {
            float: right;
            line-height: 50px;
            font-size: 14px;
            color: #337ab7;
            margin-right: 10px;
        }

    .news-list .news-list__content {
        padding: 10px;
    }

        .news-list .news-list__content .news-list-item a {
            line-height: 38px;
            display: block;
            font-size: 14px;
            overflow: hidden;
        }

        .news-list .news-list__content .news-list-item .message {
            width: 550px;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list .news-list__content .news-list-item .date {
            color: #757575;
            float: right;
        }

.entrance-menu {
    width: 1200px;
    margin: 15px auto 0;
}

    .entrance-menu .entrance-menu-banner {
        height: 90px;
        background: url('../images/banner.jpg') no-repeat 0 0;
        background-size: cover;
    }

    .entrance-menu > ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }





        .entrance-menu .entrance-menu-item .entrance-menu-item-a {
            display: block;
            background-color: #eaf1f0;
            height: 90px;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 90px;
            position: relative;
            padding-right: 70px;
            padding-left: 70px;
            text-align: center;
        }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a .entrance-menu-item-icon {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: url('../images/loginicon.png') no-repeat;
            }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a > span {
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                color: #337ab7;
            }

        .entrance-menu .entrance-menu-item .collapse {
            width: 70px;
            height: 90px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            background-color: #d4e4eb;
        }

            .entrance-menu .entrance-menu-item .collapse .collapse-icon {
                margin-top: 30px;
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url('../images/arrow.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item.active .collapse {
            background-color: #337ab7;
        }

            .entrance-menu .entrance-menu-item.active .collapse .collapse-icon {
                background: url('../images/arrow1.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item .dropdown-menu {
            width: 100%;
            border: 1px solid #cecece;
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            z-index: 9;
            background-color: white;
        }

            .entrance-menu .entrance-menu-item .dropdown-menu li a {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 36px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .entrance-menu .entrance-menu-item .dropdown-menu li a:hover {
                    background-color: #337ab7;
                    color: white;
                }

.box .box-header {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

    .box .box-header .box-header__title {
        height: 50px;
        padding: 0 15px;
        float: left;
        position: relative;
        color: #427ab7;
        font-weight: bold;
        line-height: 50px;
        font-size: 18px;
    }

        .box .box-header .box-header__title:after {
            width: 100%;
            height: 2px;
            background-color: #427ab7;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

.box .box-body {
    padding: 20px 0;
}

.supervision {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .supervision .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .supervision .row .col {
            float: left;
            width: 33.3%;
            padding-left: 10px;
            padding-right: 10px;
        }

.interactive-stomach {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .interactive-stomach .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .interactive-stomach .row .col {
            float: left;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .interactive-stomach .row .col > a {
                display: block;
                height: 80px;
                background-color: #f1f1f1;
            }

                .interactive-stomach .row .col > a .service-item {
                    padding-left: 80px;
                    position: relative;
                }

                    .interactive-stomach .row .col > a .service-item .icon {
                        position: absolute;
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        left: 0;
                        right: 0;
                        background-color: #dde4eb;
                    }

                        .interactive-stomach .row .col > a .service-item .icon i {
                            width: 40px;
                            height: 40px;
                            display: inline-block;
                            margin-top: 20px;
                            background: url('../images/hdfw.png') no-repeat 0 0;
                        }

                    .interactive-stomach .row .col > a .service-item .title {
                        line-height: 80px;
                        text-align: center;
                        color: #337ab7;
                        font-size: 20px;
                        font-weight: bold;
                    }

.hlht {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .hlht .logo {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .hlht .row {
        height: 94px;
    }

        .hlht .row a {
            display: inline-block;
            margin-top: 15px;
        }

.footer {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    padding: 10px 0;
}

    .footer p {
        line-height: 2.5;
        text-align: center;
        color: #191717;
    }

    .footer .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/footer_icp.png') no-repeat 0 0;
        position: relative;
        top: 5px;
        margin-left: 30px;
        color: #7a7979;
    }

.boxwrap {
    width: 1200px;
    padding: 10px;
    background-color: white;
    margin-top: 15px;
}


.els-contact-box {
    float: left;
    width: 75%;
}

.els-margin-left {
    margin-left: 15px;
}



.els-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
}

    .els-title label {
        display: block;
        float: left;
        border-left: 4px solid #0a90d6;
        padding-left: 7px;
        line-height: 22px;
        font-size: 16px;
        font-weight: 900;
        color: #444;
    }

    .els-title a {
        display: block;
        float: right;
        line-height: 22px;
    }

.els-margin-right {
    margin-right: 15px;
}

.els-contact {
    margin-top: 15px;
    height: 100px;
    background-color: #f6f7f7;
    overflow: hidden;
}

.els-contact-img {
    width: 100px;
    height: 100px;
    background-color: #d7e5f3;
}

.els-float-left {
    float: left;
}

.els-contact-con {
    padding: 15px;
    margin-left: 100px;
}

    .els-contact-con p {
        margin-top: 10px;
        font-weight: 900;
        font-size: 15px;
        line-height: 20px;
    }

    .els-contact-con label {
        color: #666;
        line-height: 20px;
    }



.loadtitle {
    float: left;
    width: 96px;
    height: 89px;
    background-image: url('../images/loadtitleBg.png');
}

.news-box {
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
}

    .news-box .tabs .tab {
        float: left;
        width: 286px;
        height: 115px;
        background: url('../images/4bj.png') no-repeat 0 0;
    }

        .news-box .tabs .tab.is-active {
            background-image: url('../images/4bj2.png');
        }

        .news-box .tabs .tab + .tab {
            margin-left: 18px;
        }

        .news-box .tabs .tab a {
            width: 286px;
            height: 100px;
            text-align: center;
            display: inline-block;
            font-size: 0;
        }

            .news-box .tabs .tab a i {
                width: 50px;
                height: 50px;
                display: inline-block;
                margin-right: 10px;
                background: url('../images/ct1.png') no-repeat 0 0;
                position: relative;
                top: 16px;
            }

            .news-box .tabs .tab a span {
                color: #fff;
                font-size: 26px;
                line-height: 100px;
            }

    .news-box .row .news-list .news-list__content .news-list-item span.message {
        width: 990px;
    }

    .news-box .row .grid {
        padding: 10px 30px;
    }

        .news-box .row .grid .grid-item {
            width: 558px;
            height: 94px;
            float: left;
            background: url('../images/4bj3.png') no-repeat 0 0;
        }

            .news-box .row .grid .grid-item a {
                width: 558px;
                height: 94px;
                display: block;
                font-size: 0;
                text-align: center;
            }

                .news-box .row .grid .grid-item a i {
                    width: 60px;
                    height: 60px;
                    display: inline-block;
                    background: url('../images/ct2.png') no-repeat 0 0;
                    margin-right: 20px;
                    position: relative;
                    top: 16px;
                }

                .news-box .row .grid .grid-item a span {
                    font-size: 20px;
                    color: #444;
                    line-height: 94px;
                }
html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

    a:hover {
        color: #c5292a;
    }

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.section {
    background-color: white;
}

.welcome {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .welcome .date {
        height: 30px;
        float: left;
    }

        .welcome .date .date-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/date.png') no-repeat 0 0;
        }

        .welcome .date span {
            vertical-align: middle;
            font-size: 12px;
        }

    .welcome .name {
        float: right;
        font-size: 12px;
        margin-right: 30px;
    }

    .welcome .user-control {
        float: right;
    }

        .welcome .user-control a,
        .welcome .user-control span {
            color: #337ab7;
            font-size: 12px;
        }

.banner {
    height: 166px;
    background: url('../images/top.jpg') no-repeat 0 0;
    background-size: cover;
}

    .banner .banner-content {
        width: 1200px;
        height: 166px;
        margin: 0 auto;
    }

        .banner .banner-content .banner-title {
            width: 700px;
            height: 100px;
            background: url('../images/logo.png') no-repeat 0 0;
            float: left;
            margin-top: 40px;
        }

        .banner .banner-content .search-bar {
            width: 350px;
            height: 40px;
            float: right;
            margin-top: 63px;
            background-color: white;
        }

            .banner .banner-content .search-bar .search-bar-input {
                border-left: 1px solid #dfdfdf;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                width: 270px;
                height: 40px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                outline: none;
                float: left;
            }

            .banner .banner-content .search-bar .search-icon {
                width: 30px;
                height: 30px;
                background: url('../images/search.png') no-repeat 0 0;
                margin-top: 4px;
                float: left;
            }

            .banner .banner-content .search-bar .search-bar__input {
                height: 100%;
                width: 200px;
                border: none;
                float: left;
                outline: none;
            }

            .banner .banner-content .search-bar .search-button {
                font-family: 'Microsoft YaHei';
                float: left;
                outline: none;
                height: 40px;
                width: 80px;
                color: white;
                background-color: #427ab7;
                border: none;
                cursor: pointer;
            }

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .navbar .navbar-item {
        width: 171px;
        float: left;
        height: 60px;
    }

        .navbar .navbar-item a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

            .navbar .navbar-item a span {
                color: white;
                vertical-align: middle;
                font-size: 18px;
                font-weight: bold;
            }

            .navbar .navbar-item a.active {
                background-color: #265a9c;
            }

            .navbar .navbar-item a:hover {
                background-color: #265a9c;
            }

        .navbar .navbar-item .navbar-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/menuicon.png') no-repeat;
        }

.newest {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    text-align: center;
    padding: 30px 0;
}

    .newest .new {
        color: #ffa735;
        font-weight: bold;
        font-size: 22px;
    }

        .newest .new:after {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #ffa735;
            position: relative;
            top: -3px;
        }

    .newest P:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newest P:nth-of-type(2) {
        font-size: 16px;
    }

    /*.newest P {
        font-size: 22px;
        margin-bottom: 10px;
    }*/

.press-center {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .press-center .news-list {
        margin-left: 10px;
        width: 682px;
        height: 400px;
        float: left;
    }

.news-list {
    background-color: white;
}

    .news-list .news-list__header {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
    }

        .news-list .news-list__header .news-list__title {
            height: 50px;
            padding: 0 15px;
            float: left;
            position: relative;
            color: #427ab7;
            font-weight: bold;
            line-height: 50px;
            font-size: 18px;
        }

            .news-list .news-list__header .news-list__title:after {
                width: 100%;
                height: 2px;
                background-color: #427ab7;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .news-list .news-list__header .news-list__subTitle {
            float: left;
            margin-left: 60px;
        }

            .news-list .news-list__header .news-list__subTitle .title-item {
                float: left;
                font-size: 14px;
                line-height: 50px;
                padding: 0 15px;
                color: #666666;
                cursor: pointer;
            }

            .news-list .news-list__header .news-list__subTitle .active {
                color: #427ab7;
            }

        .news-list .news-list__header .more {
            float: right;
            line-height: 50px;
            font-size: 14px;
            color: #337ab7;
            margin-right: 10px;
        }

    .news-list .news-list__content {
        padding: 10px;
    }

        .news-list .news-list__content .news-list-item a {
            line-height: 38px;
            display: block;
            font-size: 14px;
            overflow: hidden;
        }

        .news-list .news-list__content .news-list-item .message {
            width: 550px;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list .news-list__content .news-list-item .date {
            color: #757575;
            float: right;
        }

.entrance-menu {
    width: 1200px;
    margin: 15px auto 0;
}

    .entrance-menu .entrance-menu-banner {
        height: 90px;
        background: url('../images/banner.jpg') no-repeat 0 0;
        background-size: cover;
    }

    .entrance-menu > ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }





        .entrance-menu .entrance-menu-item .entrance-menu-item-a {
            display: block;
            background-color: #eaf1f0;
            height: 90px;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 90px;
            position: relative;
            padding-right: 70px;
            padding-left: 70px;
            text-align: center;
        }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a .entrance-menu-item-icon {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: url('../images/loginicon.png') no-repeat;
            }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a > span {
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                color: #337ab7;
            }

        .entrance-menu .entrance-menu-item .collapse {
            width: 70px;
            height: 90px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            background-color: #d4e4eb;
        }

            .entrance-menu .entrance-menu-item .collapse .collapse-icon {
                margin-top: 30px;
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url('../images/arrow.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item.active .collapse {
            background-color: #337ab7;
        }

            .entrance-menu .entrance-menu-item.active .collapse .collapse-icon {
                background: url('../images/arrow1.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item .dropdown-menu {
            width: 100%;
            border: 1px solid #cecece;
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            z-index: 9;
            background-color: white;
        }

            .entrance-menu .entrance-menu-item .dropdown-menu li a {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 36px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .entrance-menu .entrance-menu-item .dropdown-menu li a:hover {
                    background-color: #337ab7;
                    color: white;
                }

.box .box-header {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

    .box .box-header .box-header__title {
        height: 50px;
        padding: 0 15px;
        float: left;
        position: relative;
        color: #427ab7;
        font-weight: bold;
        line-height: 50px;
        font-size: 18px;
    }

        .box .box-header .box-header__title:after {
            width: 100%;
            height: 2px;
            background-color: #427ab7;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

.box .box-body {
    padding: 20px 0;
}

.supervision {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .supervision .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .supervision .row .col {
            float: left;
            width: 33.3%;
            padding-left: 10px;
            padding-right: 10px;
        }

.interactive-stomach {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .interactive-stomach .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .interactive-stomach .row .col {
            float: left;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .interactive-stomach .row .col > a {
                display: block;
                height: 80px;
                background-color: #f1f1f1;
            }

                .interactive-stomach .row .col > a .service-item {
                    padding-left: 80px;
                    position: relative;
                }

                    .interactive-stomach .row .col > a .service-item .icon {
                        position: absolute;
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        left: 0;
                        right: 0;
                        background-color: #dde4eb;
                    }

                        .interactive-stomach .row .col > a .service-item .icon i {
                            width: 40px;
                            height: 40px;
                            display: inline-block;
                            margin-top: 20px;
                            background: url('../images/hdfw.png') no-repeat 0 0;
                        }

                    .interactive-stomach .row .col > a .service-item .title {
                        line-height: 80px;
                        text-align: center;
                        color: #337ab7;
                        font-size: 20px;
                        font-weight: bold;
                    }

.hlht {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .hlht .logo {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .hlht .row {
        height: 94px;
    }

        .hlht .row a {
            display: inline-block;
            margin-top: 15px;
        }

.footer {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    padding: 10px 0;
}

    .footer p {
        line-height: 2.5;
        text-align: center;
        color: #191717;
    }

    .footer .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/footer_icp.png') no-repeat 0 0;
        position: relative;
        top: 5px;
        margin-left: 30px;
        color: #7a7979;
    }

.boxwrap {
    width: 1200px;
    padding: 10px;
    background-color: white;
    margin-top: 15px;
}


.els-contact-box {
    float: left;
    width: 75%;
}

.els-margin-left {
    margin-left: 15px;
}



.els-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
}

    .els-title label {
        display: block;
        float: left;
        border-left: 4px solid #0a90d6;
        padding-left: 7px;
        line-height: 22px;
        font-size: 16px;
        font-weight: 900;
        color: #444;
    }

    .els-title a {
        display: block;
        float: right;
        line-height: 22px;
    }

.els-margin-right {
    margin-right: 15px;
}

.els-contact {
    margin-top: 15px;
    height: 100px;
    background-color: #f6f7f7;
    overflow: hidden;
}

.els-contact-img {
    width: 100px;
    height: 100px;
    background-color: #d7e5f3;
}

.els-float-left {
    float: left;
}

.els-contact-con {
    padding: 15px;
    margin-left: 100px;
}

    .els-contact-con p {
        margin-top: 10px;
        font-weight: 900;
        font-size: 15px;
        line-height: 20px;
    }

    .els-contact-con label {
        color: #666;
        line-height: 20px;
    }



.loadtitle {
    float: left;
    width: 96px;
    height: 89px;
    background-image: url('../images/loadtitleBg.png');
}

.news-box {
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
}

    .news-box .tabs .tab {
        float: left;
        width: 286px;
        height: 115px;
        background: url('../images/4bj.png') no-repeat 0 0;
    }

        .news-box .tabs .tab.is-active {
            background-image: url('../images/4bj2.png');
        }

        .news-box .tabs .tab + .tab {
            margin-left: 18px;
        }

        .news-box .tabs .tab a {
            width: 286px;
            height: 100px;
            text-align: center;
            display: inline-block;
            font-size: 0;
        }

            .news-box .tabs .tab a i {
                width: 50px;
                height: 50px;
                display: inline-block;
                margin-right: 10px;
                background: url('../images/ct1.png') no-repeat 0 0;
                position: relative;
                top: 16px;
            }

            .news-box .tabs .tab a span {
                color: #fff;
                font-size: 26px;
                line-height: 100px;
            }

    .news-box .row .news-list .news-list__content .news-list-item span.message {
        width: 990px;
    }

    .news-box .row .grid {
        padding: 10px 30px;
    }

        .news-box .row .grid .grid-item {
            width: 558px;
            height: 94px;
            float: left;
            background: url('../images/4bj3.png') no-repeat 0 0;
        }

            .news-box .row .grid .grid-item a {
                width: 558px;
                height: 94px;
                display: block;
                font-size: 0;
                text-align: center;
            }

                .news-box .row .grid .grid-item a i {
                    width: 60px;
                    height: 60px;
                    display: inline-block;
                    background: url('../images/ct2.png') no-repeat 0 0;
                    margin-right: 20px;
                    position: relative;
                    top: 16px;
                }

                .news-box .row .grid .grid-item a span {
                    font-size: 20px;
                    color: #444;
                    line-height: 94px;
                }
html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

    a:hover {
        color: #c5292a;
    }

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.section {
    background-color: white;
}

.welcome {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .welcome .date {
        height: 30px;
        float: left;
    }

        .welcome .date .date-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/date.png') no-repeat 0 0;
        }

        .welcome .date span {
            vertical-align: middle;
            font-size: 12px;
        }

    .welcome .name {
        float: right;
        font-size: 12px;
        margin-right: 30px;
    }

    .welcome .user-control {
        float: right;
    }

        .welcome .user-control a,
        .welcome .user-control span {
            color: #337ab7;
            font-size: 12px;
        }

.banner {
    height: 166px;
    background: url('../images/top.jpg') no-repeat 0 0;
    background-size: cover;
}

    .banner .banner-content {
        width: 1200px;
        height: 166px;
        margin: 0 auto;
    }

        .banner .banner-content .banner-title {
            width: 700px;
            height: 100px;
            background: url('../images/logo.png') no-repeat 0 0;
            float: left;
            margin-top: 40px;
        }

        .banner .banner-content .search-bar {
            width: 350px;
            height: 40px;
            float: right;
            margin-top: 63px;
            background-color: white;
        }

            .banner .banner-content .search-bar .search-bar-input {
                border-left: 1px solid #dfdfdf;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                width: 270px;
                height: 40px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                outline: none;
                float: left;
            }

            .banner .banner-content .search-bar .search-icon {
                width: 30px;
                height: 30px;
                background: url('../images/search.png') no-repeat 0 0;
                margin-top: 4px;
                float: left;
            }

            .banner .banner-content .search-bar .search-bar__input {
                height: 100%;
                width: 200px;
                border: none;
                float: left;
                outline: none;
            }

            .banner .banner-content .search-bar .search-button {
                font-family: 'Microsoft YaHei';
                float: left;
                outline: none;
                height: 40px;
                width: 80px;
                color: white;
                background-color: #427ab7;
                border: none;
                cursor: pointer;
            }

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .navbar .navbar-item {
        width: 171px;
        float: left;
        height: 60px;
    }

        .navbar .navbar-item a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

            .navbar .navbar-item a span {
                color: white;
                vertical-align: middle;
                font-size: 18px;
                font-weight: bold;
            }

            .navbar .navbar-item a.active {
                background-color: #265a9c;
            }

            .navbar .navbar-item a:hover {
                background-color: #265a9c;
            }

        .navbar .navbar-item .navbar-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/menuicon.png') no-repeat;
        }

.newest {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    text-align: center;
    padding: 30px 0;
}

    .newest .new {
        color: #ffa735;
        font-weight: bold;
        font-size: 22px;
    }

        .newest .new:after {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #ffa735;
            position: relative;
            top: -3px;
        }

    .newest P:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newest P:nth-of-type(2) {
        font-size: 16px;
    }

    /*.newest P {
        font-size: 22px;
        margin-bottom: 10px;
    }*/

.press-center {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .press-center .news-list {
        margin-left: 10px;
        width: 682px;
        height: 400px;
        float: left;
    }

.news-list {
    background-color: white;
}

    .news-list .news-list__header {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
    }

        .news-list .news-list__header .news-list__title {
            height: 50px;
            padding: 0 15px;
            float: left;
            position: relative;
            color: #427ab7;
            font-weight: bold;
            line-height: 50px;
            font-size: 18px;
        }

            .news-list .news-list__header .news-list__title:after {
                width: 100%;
                height: 2px;
                background-color: #427ab7;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .news-list .news-list__header .news-list__subTitle {
            float: left;
            margin-left: 60px;
        }

            .news-list .news-list__header .news-list__subTitle .title-item {
                float: left;
                font-size: 14px;
                line-height: 50px;
                padding: 0 15px;
                color: #666666;
                cursor: pointer;
            }

            .news-list .news-list__header .news-list__subTitle .active {
                color: #427ab7;
            }

        .news-list .news-list__header .more {
            float: right;
            line-height: 50px;
            font-size: 14px;
            color: #337ab7;
            margin-right: 10px;
        }

    .news-list .news-list__content {
        padding: 10px;
    }

        .news-list .news-list__content .news-list-item a {
            line-height: 38px;
            display: block;
            font-size: 14px;
            overflow: hidden;
        }

        .news-list .news-list__content .news-list-item .message {
            width: 550px;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list .news-list__content .news-list-item .date {
            color: #757575;
            float: right;
        }

.entrance-menu {
    width: 1200px;
    margin: 15px auto 0;
}

    .entrance-menu .entrance-menu-banner {
        height: 90px;
        background: url('../images/banner.jpg') no-repeat 0 0;
        background-size: cover;
    }

    .entrance-menu > ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }




        .entrance-menu .entrance-menu-item .entrance-menu-item-a {
            display: block;
            background-color: #eaf1f0;
            height: 90px;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 90px;
            position: relative;
            padding-right: 70px;
            padding-left: 70px;
            text-align: center;
        }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a .entrance-menu-item-icon {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: url('../images/loginicon.png') no-repeat;
            }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a > span {
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                color: #337ab7;
            }

        .entrance-menu .entrance-menu-item .collapse {
            width: 70px;
            height: 90px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            background-color: #d4e4eb;
        }

            .entrance-menu .entrance-menu-item .collapse .collapse-icon {
                margin-top: 30px;
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url('../images/arrow.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item.active .collapse {
            background-color: #337ab7;
        }

            .entrance-menu .entrance-menu-item.active .collapse .collapse-icon {
                background: url('../images/arrow1.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item .dropdown-menu {
            width: 100%;
            border: 1px solid #cecece;
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            z-index: 9;
            background-color: white;
        }

            .entrance-menu .entrance-menu-item .dropdown-menu li a {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 36px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .entrance-menu .entrance-menu-item .dropdown-menu li a:hover {
                    background-color: #337ab7;
                    color: white;
                }

.box .box-header {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

    .box .box-header .box-header__title {
        height: 50px;
        padding: 0 15px;
        float: left;
        position: relative;
        color: #427ab7;
        font-weight: bold;
        line-height: 50px;
        font-size: 18px;
    }

        .box .box-header .box-header__title:after {
            width: 100%;
            height: 2px;
            background-color: #427ab7;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

.box .box-body {
    padding: 20px 0;
}

.supervision {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .supervision .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .supervision .row .col {
            float: left;
            width: 33.3%;
            padding-left: 10px;
            padding-right: 10px;
        }

.interactive-stomach {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .interactive-stomach .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .interactive-stomach .row .col {
            float: left;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .interactive-stomach .row .col > a {
                display: block;
                height: 80px;
                background-color: #f1f1f1;
            }

                .interactive-stomach .row .col > a .service-item {
                    padding-left: 80px;
                    position: relative;
                }

                    .interactive-stomach .row .col > a .service-item .icon {
                        position: absolute;
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        left: 0;
                        right: 0;
                        background-color: #dde4eb;
                    }

                        .interactive-stomach .row .col > a .service-item .icon i {
                            width: 40px;
                            height: 40px;
                            display: inline-block;
                            margin-top: 20px;
                            background: url('../images/hdfw.png') no-repeat 0 0;
                        }

                    .interactive-stomach .row .col > a .service-item .title {
                        line-height: 80px;
                        text-align: center;
                        color: #337ab7;
                        font-size: 20px;
                        font-weight: bold;
                    }

.hlht {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .hlht .logo {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .hlht .row {
        height: 94px;
    }

        .hlht .row a {
            display: inline-block;
            margin-top: 15px;
        }

.footer {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    padding: 10px 0;
}

    .footer p {
        line-height: 2.5;
        text-align: center;
        color: #191717;
    }

    .footer .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/footer_icp.png') no-repeat 0 0;
        position: relative;
        top: 5px;
        margin-left: 30px;
        color: #7a7979;
    }

.boxwrap {
    width: 1200px;
    padding: 10px;
    background-color: white;
    margin-top: 15px;
}


.els-contact-box {
    float: left;
    width: 75%;
}

.els-margin-left {
    margin-left: 15px;
}



.els-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
}

    .els-title label {
        display: block;
        float: left;
        border-left: 4px solid #0a90d6;
        padding-left: 7px;
        line-height: 22px;
        font-size: 16px;
        font-weight: 900;
        color: #444;
    }

    .els-title a {
        display: block;
        float: right;
        line-height: 22px;
    }

.els-margin-right {
    margin-right: 15px;
}

.els-contact {
    margin-top: 15px;
    height: 100px;
    background-color: #f6f7f7;
    overflow: hidden;
}

.els-contact-img {
    width: 100px;
    height: 100px;
    background-color: #d7e5f3;
}

.els-float-left {
    float: left;
}

.els-contact-con {
    padding: 15px;
    margin-left: 100px;
}

    .els-contact-con p {
        margin-top: 10px;
        font-weight: 900;
        font-size: 15px;
        line-height: 20px;
    }

    .els-contact-con label {
        color: #666;
        line-height: 20px;
    }



.loadtitle {
    float: left;
    width: 96px;
    height: 89px;
    background-image: url('../images/loadtitleBg.png');
}

.news-box {
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
}

    .news-box .tabs .tab {
        float: left;
        width: 286px;
        height: 115px;
        background: url('../images/4bj.png') no-repeat 0 0;
    }

        .news-box .tabs .tab.is-active {
            background-image: url('../images/4bj2.png');
        }

        .news-box .tabs .tab + .tab {
            margin-left: 18px;
        }

        .news-box .tabs .tab a {
            width: 286px;
            height: 100px;
            text-align: center;
            display: inline-block;
            font-size: 0;
        }

            .news-box .tabs .tab a i {
                width: 50px;
                height: 50px;
                display: inline-block;
                margin-right: 10px;
                background: url('../images/ct1.png') no-repeat 0 0;
                position: relative;
                top: 16px;
            }

            .news-box .tabs .tab a span {
                color: #fff;
                font-size: 26px;
                line-height: 100px;
            }

    .news-box .row .news-list .news-list__content .news-list-item span.message {
        width: 990px;
    }

    .news-box .row .grid {
        padding: 10px 30px;
    }

        .news-box .row .grid .grid-item {
            width: 558px;
            height: 94px;
            float: left;
            background: url('../images/4bj3.png') no-repeat 0 0;
        }

            .news-box .row .grid .grid-item a {
                width: 558px;
                height: 94px;
                display: block;
                font-size: 0;
                text-align: center;
            }

                .news-box .row .grid .grid-item a i {
                    width: 60px;
                    height: 60px;
                    display: inline-block;
                    background: url('../images/ct2.png') no-repeat 0 0;
                    margin-right: 20px;
                    position: relative;
                    top: 16px;
                }

                .news-box .row .grid .grid-item a span {
                    font-size: 20px;
                    color: #444;
                    line-height: 94px;
                }
html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

    a:hover {
        color: #c5292a;
    }

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.section {
    background-color: white;
}

.welcome {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .welcome .date {
        height: 30px;
        float: left;
    }

        .welcome .date .date-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/date.png') no-repeat 0 0;
        }

        .welcome .date span {
            vertical-align: middle;
            font-size: 12px;
        }

    .welcome .name {
        float: right;
        font-size: 12px;
        margin-right: 30px;
    }

    .welcome .user-control {
        float: right;
    }

        .welcome .user-control a,
        .welcome .user-control span {
            color: #337ab7;
            font-size: 12px;
        }

.banner {
    height: 166px;
    background: url('../images/top.jpg') no-repeat 0 0;
    background-size: cover;
}

    .banner .banner-content {
        width: 1200px;
        height: 166px;
        margin: 0 auto;
    }

        .banner .banner-content .banner-title {
            width: 700px;
            height: 100px;
            background: url('../images/logo.png') no-repeat 0 0;
            float: left;
            margin-top: 40px;
        }

        .banner .banner-content .search-bar {
            width: 350px;
            height: 40px;
            float: right;
            margin-top: 63px;
            background-color: white;
        }

            .banner .banner-content .search-bar .search-bar-input {
                border-left: 1px solid #dfdfdf;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                width: 270px;
                height: 40px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                outline: none;
                float: left;
            }

            .banner .banner-content .search-bar .search-icon {
                width: 30px;
                height: 30px;
                background: url('../images/search.png') no-repeat 0 0;
                margin-top: 4px;
                float: left;
            }

            .banner .banner-content .search-bar .search-bar__input {
                height: 100%;
                width: 200px;
                border: none;
                float: left;
                outline: none;
            }

            .banner .banner-content .search-bar .search-button {
                font-family: 'Microsoft YaHei';
                float: left;
                outline: none;
                height: 40px;
                width: 80px;
                color: white;
                background-color: #427ab7;
                border: none;
                cursor: pointer;
            }

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .navbar .navbar-item {
        width: 171px;
        float: left;
        height: 60px;
    }

        .navbar .navbar-item a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

            .navbar .navbar-item a span {
                color: white;
                vertical-align: middle;
                font-size: 18px;
                font-weight: bold;
            }

            .navbar .navbar-item a.active {
                background-color: #265a9c;
            }

            .navbar .navbar-item a:hover {
                background-color: #265a9c;
            }

        .navbar .navbar-item .navbar-icon {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url('../images/menuicon.png') no-repeat;
        }

.newest {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    text-align: center;
    padding: 30px 0;
}

    .newest .new {
        color: #ffa735;
        font-weight: bold;
        font-size: 22px;
    }

        .newest .new:after {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #ffa735;
            position: relative;
            top: -3px;
        }

    .newest P:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newest P:nth-of-type(2) {
        font-size: 16px;
    }

    /*.newest P {
        font-size: 22px;
        margin-bottom: 10px;
    }*/

.press-center {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .press-center .news-list {
        margin-left: 10px;
        width: 682px;
        height: 400px;
        float: left;
    }

.news-list {
    background-color: white;
}

    .news-list .news-list__header {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
    }

        .news-list .news-list__header .news-list__title {
            height: 50px;
            padding: 0 15px;
            float: left;
            position: relative;
            color: #427ab7;
            font-weight: bold;
            line-height: 50px;
            font-size: 18px;
        }

            .news-list .news-list__header .news-list__title:after {
                width: 100%;
                height: 2px;
                background-color: #427ab7;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .news-list .news-list__header .news-list__subTitle {
            float: left;
            margin-left: 60px;
        }

            .news-list .news-list__header .news-list__subTitle .title-item {
                float: left;
                font-size: 14px;
                line-height: 50px;
                padding: 0 15px;
                color: #666666;
                cursor: pointer;
            }

            .news-list .news-list__header .news-list__subTitle .active {
                color: #427ab7;
            }

        .news-list .news-list__header .more {
            float: right;
            line-height: 50px;
            font-size: 14px;
            color: #337ab7;
            margin-right: 10px;
        }

    .news-list .news-list__content {
        padding: 10px;
    }

        .news-list .news-list__content .news-list-item a {
            line-height: 38px;
            display: block;
            font-size: 14px;
            overflow: hidden;
        }

        .news-list .news-list__content .news-list-item .message {
            width: 550px;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list .news-list__content .news-list-item .date {
            color: #757575;
            float: right;
        }

.entrance-menu {
    width: 1200px;
    margin: 15px auto 0;
}

    .entrance-menu .entrance-menu-banner {
        height: 90px;
        background: url('../images/banner.jpg') no-repeat 0 0;
        background-size: cover;
    }

    .entrance-menu > ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 20px;
    }





        .entrance-menu .entrance-menu-item .entrance-menu-item-a {
            display: block;
            background-color: #eaf1f0;
            height: 90px;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 90px;
            position: relative;
            padding-right: 70px;
            padding-left: 70px;
            text-align: center;
        }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a .entrance-menu-item-icon {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: url('../images/loginicon.png') no-repeat;
            }

            .entrance-menu .entrance-menu-item .entrance-menu-item-a > span {
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                color: #337ab7;
            }

        .entrance-menu .entrance-menu-item .collapse {
            width: 70px;
            height: 90px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            background-color: #d4e4eb;
        }

            .entrance-menu .entrance-menu-item .collapse .collapse-icon {
                margin-top: 30px;
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url('../images/arrow.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item.active .collapse {
            background-color: #337ab7;
        }

            .entrance-menu .entrance-menu-item.active .collapse .collapse-icon {
                background: url('../images/arrow1.png') no-repeat 0 0;
            }

        .entrance-menu .entrance-menu-item .dropdown-menu {
            width: 100%;
            border: 1px solid #cecece;
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            z-index: 9;
            background-color: white;
        }

            .entrance-menu .entrance-menu-item .dropdown-menu li a {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 36px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .entrance-menu .entrance-menu-item .dropdown-menu li a:hover {
                    background-color: #337ab7;
                    color: white;
                }

.box .box-header {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

    .box .box-header .box-header__title {
        height: 50px;
        padding: 0 15px;
        float: left;
        position: relative;
        color: #427ab7;
        font-weight: bold;
        line-height: 50px;
        font-size: 18px;
    }

        .box .box-header .box-header__title:after {
            width: 100%;
            height: 2px;
            background-color: #427ab7;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

.box .box-body {
    padding: 20px 0;
}

.supervision {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .supervision .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .supervision .row .col {
            float: left;
            width: 33.3%;
            padding-left: 10px;
            padding-right: 10px;
        }

.interactive-stomach {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
}

    .interactive-stomach .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .interactive-stomach .row .col {
            float: left;
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .interactive-stomach .row .col > a {
                display: block;
                height: 80px;
                background-color: #f1f1f1;
            }

                .interactive-stomach .row .col > a .service-item {
                    padding-left: 80px;
                    position: relative;
                }

                    .interactive-stomach .row .col > a .service-item .icon {
                        position: absolute;
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        left: 0;
                        right: 0;
                        background-color: #dde4eb;
                    }

                        .interactive-stomach .row .col > a .service-item .icon i {
                            width: 40px;
                            height: 40px;
                            display: inline-block;
                            margin-top: 20px;
                            background: url('../images/hdfw.png') no-repeat 0 0;
                        }

                    .interactive-stomach .row .col > a .service-item .title {
                        line-height: 80px;
                        text-align: center;
                        color: #337ab7;
                        font-size: 20px;
                        font-weight: bold;
                    }

.hlht {
    width: 1200px;
    height: 94px;
    margin: 15px auto 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

    .hlht .logo {
        width: 110px;
        height: 94px;
        background: url('../images/hlht.png') no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .hlht .row {
        height: 94px;
    }

        .hlht .row a {
            display: inline-block;
            margin-top: 15px;
        }

.footer {
    width: 1200px;
    margin: 15px auto 0;
    background-color: white;
    padding: 10px 0;
}

    .footer p {
        line-height: 2.5;
        text-align: center;
        color: #191717;
    }

    .footer .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/footer_icp.png') no-repeat 0 0;
        position: relative;
        top: 5px;
        margin-left: 30px;
        color: #7a7979;
    }

.boxwrap {
    width: 1200px;
    padding: 10px;
    background-color: white;
    margin-top: 15px;
}


.els-contact-box {
    float: left;
    width: 75%;
}

.els-margin-left {
    margin-left: 15px;
}



.els-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
}

    .els-title label {
        display: block;
        float: left;
        border-left: 4px solid #0a90d6;
        padding-left: 7px;
        line-height: 22px;
        font-size: 16px;
        font-weight: 900;
        color: #444;
    }

    .els-title a {
        display: block;
        float: right;
        line-height: 22px;
    }

.els-margin-right {
    margin-right: 15px;
}

.els-contact {
    margin-top: 15px;
    height: 100px;
    background-color: #f6f7f7;
    overflow: hidden;
}

.els-contact-img {
    width: 100px;
    height: 100px;
    background-color: #d7e5f3;
}

.els-float-left {
    float: left;
}

.els-contact-con {
    padding: 15px;
    margin-left: 100px;
}

    .els-contact-con p {
        margin-top: 10px;
        font-weight: 900;
        font-size: 15px;
        line-height: 20px;
    }

    .els-contact-con label {
        color: #666;
        line-height: 20px;
    }



.loadtitle {
    float: left;
    width: 96px;
    height: 89px;
    background-image: url('../images/loadtitleBg.png');
}

.news-box {
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
}

.news-box .tabs .tab {
    float: left;
    width: 286px;
    height: 115px;
    background: url('../images/4bj.png') no-repeat 0 0;
}

.news-box .tabs .tab.is-active {
    background-image: url('../images/4bj2.png');
}

.news-box .tabs .tab + .tab {
    margin-left: 18px;
}

.news-box .tabs .tab a {
    width: 286px;
    height: 100px;
    text-align: center;
    display: inline-block;
    font-size: 0;
}

.news-box .tabs .tab a i {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    background: url('../images/ct1.png') no-repeat 0 0;
    position: relative;
    top: 16px;
}

.news-box .tabs .tab a span {
    color: #fff;
    font-size: 26px;
    line-height: 100px;
}

.news-box .row .news-list .news-list__content .news-list-item span.message {
width: 990px;
}

.news-box .row .grid {
padding: 10px 30px;
}

.news-box .row .grid .grid-item {
    width: 558px;
    height: 94px;
    float: left;
    background: url('../images/4bj3.png') no-repeat 0 0;
}

.news-box .row .grid .grid-item a {
    width: 558px;
    height: 94px;
    display: block;
    font-size: 0;
    text-align: center;
}

.news-box .row .grid .grid-item a i {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url('../images/ct2.png') no-repeat 0 0;
    margin-right: 20px;
    position: relative;
    top: 16px;
}

.news-box .row .grid .grid-item a span {
    font-size: 20px;
    color: #444;
    line-height: 94px;
}


.contact {
    width: 1200px;
    height: 180px;
    margin: 15px auto 0;
    background-color: white;
    position: relative;
}

    .contact .contact-title {
        padding: 20px;
        font-weight: bold;
    }

        .contact .contact-title label {
            font-size: 18px;
        }

        .contact .contact-title span {
            width: 1000px;
            margin-left: 20px;
            background-color: #e8e8e8;
            display: inline-block;
            height: 2px;
            vertical-align: middle;
        }

    .contact .border1 {
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .contact .border-left {
        width: 71px;
        height: 95px;
        background-image: url('../images/border1.png');
        float: left;
    }

    .contact .border2 {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 2;
    }

    .contact .border-right {
        width: 71px;
        height: 95px;
        background-image: url('../images/border2.png');
        float: right;
    }

    .contact .contactCon3 {
        width: 540px;
        height: 85px;
        background-color: #f9fafc;
        margin-left: 15px;
        float: left;
    }

        .contact .contactCon3 span {
            width: 80px;
            height: 100%;
            background-color: #d2e1f0;
            float: left;
        }

            .contact .contactCon3 span i {
                width: 45px;
                height: 45px;
                display: block;
                background: url('../images/contactIcon.png') -135px 0;
                margin: 0 auto;
                margin-top: 20px;
            }

        .contact .contactCon3 label {
            float: left;
            margin-left: 20px;
            margin-top: 5px;
            line-height: 25px;
        }

    .contact .contactCon5 {
        width: 610px;
        height: 85px;
        background-color: #f8fafc;
        margin-left: 15px;
        float: left;
    }

        .contact .contactCon5 span {
            width: 80px;
            height: 100%;
            background-color: #f6eddf;
            float: left;
        }

            .contact .contactCon5 span i {
                width: 45px;
                height: 45px;
                display: block;
                background: url('../images/contactIcon.png') -90px 0;
                margin: 0 auto;
                margin-top: 20px;
            }

        .contact .contactCon5 label {
            float: left;
            margin-left: 20px;
            margin-top: 20px;
            line-height: 25px;
        }
.shuxian {
    width: 50%;
    color:black;
}

.lxfs {
  width: 1200px;
  margin: 0px auto;
  padding: 0px 10px;
  background-color: white;
}
.lxfs .row {
  margin-left: -10px;
  margin-right: -10px;
}
.lxfs .row .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.lxfs .item {
  padding: 10px 10px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
}
.lxfs .item .block {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #f1f1f1;
  text-align: center;
}
.lxfs .item .block .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #666666;
}
.lxfs .item .block .sub-title {
  font-size: 14px;
  color: #666666;
}
.lxfs .item .text {
  height: 70px;
  line-height: 70px;
  float: left;
  font-size: 16px;
  margin-left: 25px;
}
.jyxx {
  width: 1200px;
  margin: 0 auto;
}
.jyxx .row {
  margin-left: -10px;
  margin-right: -10px;
}
.jyxx .row .col {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 33.3%;
}
.jyxx.grid .grid-item {
  padding: 20px;
  margin-top: 20px;
  background-color: white;
  border: 1px solid #cecece;
}
.jyxx.grid .grid-item a {
    width: 320px;
    height: 46px;
    display: inline-block;
    font-size: 0;
    background: url(../images/4bj4.png) no-repeat 0 0;
}
.jyxx.grid .grid-item a i {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/ct3.png) no-repeat 0 0;
    position: relative;
    top: -7px;
}
.jyxx.grid .grid-item a span {
  font-size: 18px;
  line-height: 46px;
}
.breadcrumb {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 10px;
  background-color: white;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: #444;
}
.breadcrumb .breadcrumb__item + .breadcrumb__item:before {
  content: '>';
  margin-left: 5px;
}

