﻿
@import url('font-awesome.min.css');

body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.title a:visited {
    color: #888 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

em, i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    min-width: 1200px;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

    .img_hover:hover {
        transform: scale(1.05,1.05);
    }

.img_traslate {
    transition: all .3s;
}

    .img_traslate:hover {
        transform: translateY(-10px);
    }

.img_rotate {
    transition: all .3s;
}

    .img_rotate:hover {
        transform: rotate(-360deg);
    }

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.pro_list .img {
    width: 100%;
    height: 100%;
    display: block;
}

.healthtable .tabletit {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}

.inputsub1 {
    font-size: 15px;
    color: #fff;
    width: 105px;
    height: 32px;
    background:#4e98cc;
    text-align: center;
    line-height: 32px;
    /* margin: 17px auto 0; */
    border: 1px solid #4e98cc;
    border-radius: 5px;
}

.inputsub2 {
    font-size: 15px;
    color: #4e98cc;
    background:#fff;
    width: 105px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    /* margin: 17px auto 0; */
    border: 1px solid #4e98cc;
    border-radius: 5px;
}

.center {
    width: 300px;
    /*float: left;*/
    min-height: 300px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
}

.healthtable table tr {
    padding: 10px;
    height: 40px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

    .ele:before, .ele:after {
        content: '';
        position: absolute;
        display: block;
    }

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05,1.05);
}
/*头部*/
.hd_bar {
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px solid #acd692;
}

    .hd_bar .font {
        font-size: 14px;
        color: #999999;
        line-height: 40px;
    }

    .hd_bar .info {
        font-size: 0;
        padding: 5px 0;
    }

    .hd_bar .links {
        display: inline-block;
        font-size: 14px;
        color: #808080;
        vertical-align: text-bottom;
    }

        .hd_bar .links a {
            font-size: 14px;
            color: #808080;
            padding: 0 10px;
            line-height: 30px;
        }

            .hd_bar .links a:hover {
                color: #acd692;
            }

.hd_search {
    width: 170px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
    margin-left: 15px;
}

    .hd_search .ipt_txt {
        width: 115px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .hd_search .ipt_button {
        color: #4e98cc;
        float: right;
        width: 30px;
        height: 30px;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }

.head {
    padding: 10px 0;
}

.hd_logo {
    display: block;
}

    .hd_logo .img {
        height: 60px;
        width: auto;
    }

#wapbanner {
    display: none;
}

.dataTables_processing {
    display: none;
}

nav {
    display: none;
}

.inner_hd {
    display: none;
}

.hd_nav {
    font-size: 0;
}

    .hd_nav li {
        margin: 0 15px;
        display: inline-block;
        position: relative;
    }

        .hd_nav li > a {
            font-size: 16px;
            color: #213752;
            padding: 0 5px;
            line-height: 60px;
            border-bottom: 2px solid transparent;
            display: block;
        }

        .hd_nav li.cur > a {
            color: #55a732;
            border-color: #55a732;
        }

        .hd_nav li:hover > a {
            color: #55a732;
        }

    .hd_nav .subdrop {
        background: #fff;
        width: 120px;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        z-index: 30;
        padding: 5px 0;
        display: none;
        border-radius: 4px;
        box-shadow: 0 0 5px #ddd;
    }

        .hd_nav .subdrop a {
            display: block;
            font-size: 13px;
            color: #666666;
            line-height: 32px;
            text-align: center;
        }

            .hd_nav .subdrop a:hover {
                color: #55a732;
            }

    .hd_nav li:hover .subdrop {
        display: block;
    }



/*底部*/
.foot {
    padding: 25px 0;
    background: #2f3031;
    text-align: center;
}

    .foot .lks {
        font-size: 14px;
        color: #6f8196;
        margin-top: 25px;
    }

        .foot .lks a {
            font-size: 14px;
            color: #6f8196;
            padding: 0 10px;
        }

            .foot .lks a:hover {
                color: #fff;
            }

    .foot .font {
        font-size: 14px;
        color: #6f8196;
        margin-top: 10px;
    }

    .foot .vxbox {
        text-align: center;
        width: 320px;
    }

        .foot .vxbox .wx {
            width: 90px;
            /*height: 100px;*/
            /*padding:5px;*/
            background: #fff;
            text-align: center;
            color: #333;
            margin-top: 10px;
            margin-left: 10px;
        }

            .foot .vxbox .wx img {
                width: 80px;
                height: 80px;
                margin: 5px auto;
                /*padding:3px 5px;*/
                /*background: #fff;
            color:#333;
            margin-top: 10px;
            margin-left: 10px;*/
            }

            .foot .vxbox .wx p {
                /*width: 80px;*/
                height: 20px;
                font-size: 14px;
                line-height: 20px;
            }

        .foot .vxbox .img {
            width: 80px;
            height: 80px;
            margin: 0 auto;
        }

        .foot .vxbox .fz {
            font-size: 14px;
            color: #6f8196;
            margin-top: 10px;
        }

.more {
    font-size: 15px;
    color: #4e98cc;
    width: 105px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: block;
    /*margin: 17px auto 0;*/
    border: 1px solid #4e98cc;
    border-radius: 5px;
}

    .more:hover {
        color: #fff;
        /*width: 105px;*/
        background: #4e98cc;
    }
/*新闻列表*/
.news_main {
    padding: 30px 0 20px;
    /*background: #f5f5f5;*/
}

.news_l {
    width: 250px;
    box-shadow: 0 0 10px #ddd;
}

.menu_top {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #009933;
}

.menu_list {
    text-align: center;
}

    .menu_list li {
    }

        .menu_list li > a {
            font-size: 16px;
            color: #333333;
            height: 45px;
            display: block;
            line-height: 45px;
            padding: 0 10px;
            transition: all 0s;
            background: #fff;
        }

            .menu_list li > a em {
                display: block;
                line-height: 45px;
                border-bottom: 1px solid #efefef;
                height: 45px;
            }

            .menu_list li > a:hover, .menu_list li.cur > a {
                background: #4e98cc;
                color: #fff;
            }


    .menu_list .submenu {
        background: #f0f5ec;
        display: none;
    }

        .menu_list .submenu a {
            font-size: 14px;
            color: #666666;
            line-height: 44px;
            display: block;
            border-bottom: 1px solid #f8faf6;
            padding: 0 10px;
        }

            .menu_list .submenu a:last-child {
                border-bottom: none;
            }

            .menu_list .submenu a:hover, .menu_list .submenu a.this {
                background: #4e98cc;
                color: #fff;
            }

.pro_menu li > a {
    border-bottom: 1px solid #efefef;
}

    .pro_menu li > a em {
        position: relative;
    }

        .pro_menu li > a em:after {
            content: '';
            display: inline-block;
            background: url(../images/icon_07.png) no-repeat center;
            background-size: cover;
            width: 10px;
            height: 6px;
            margin-left: 15px;
        }

.pro_menu li.active > a em:after {
    background: url(../images/icon_07-1.png) no-repeat center;
    background-size: cover;
}

.pro_menu li.active .submenu {
    display: block;
}




.news_r {
    width: 900px;
}

.pub_top {
    border-bottom: 1px solid #ddd;
}

    .pub_top .tit {
        font-size: 14px;
        color: #333333;
        margin-right: 15px;
        line-height: 35px;
    }

    .pub_top .en {
        font-size: 14px;
        color: #2a81e0;
        text-transform: uppercase;
        line-height: 35px;
    }

.crumb {
}

    .crumb .icon {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .crumb a {
        line-height: 35px;
        font-size: 14px;
        color: #999999;
        padding: 0 7px;
    }

    .crumb .circle {
        font-size: 18px;
        font-weight: bold;
        color: #999999;
    }

    .crumb a:hover {
        color: #000;
    }

.content {
    padding: 20px 0 30px;
}

    .content .t_list {
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

        .content .t_list .imgbox {
            width: 340px;
            height: 210px;
        }

        .content .t_list .info {
            width: 480px;
            padding-top: 8px;
        }

    .content .cat {
        font-size: 18px;
        color: #333333;
        padding-left: 15px;
    }

        .content .cat:before {
            width: 4px;
            height: 16px;
            left: 0;
            top: 50%;
            margin-top: -8px;
            background: #4e98cc;
        }

    .content .t_list .title {
        display: block;
        font-size: 20px;
        color: #333333;
        margin-top: 20px;
    }

    .content .t_list .date {
        font-size: 14px;
        color: #999999;
        margin-top: 15px;
        display: block;
    }

    .content .t_list .desc {
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-top: 15px;
    }

    .content .t_list .more {
        color: #4e98cc;
    }

        .content .t_list .more:hover {
            text-decoration: underline;
        }

    .content .t_list .title:hover {
        color: #4e98cc;
    }

    .content .b_list {
        margin-top: 15px;
        padding: 15px 25px 0;
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .content .top {
        padding: 15px 0 25px;
    }

        .content .top .cat {
            font-size: 16px;
        }

        .content .top .more {
            font-size: 14px;
            color: #4e98cc;
            float: right;
        }

            .content .top .more:hover {
                /*text-decoration: underline;*/
                color: #fff;
            }

.news_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.news_list .list .date {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 1px;
}

.news_list .list .day {
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0 7px;
    display: block;
}

.news_list .list .year {
    font-size: 14px;
    color: #666666;
}

.news_list .list .info {
    width: 770px;
}

.news_list .list .title {
    display: block;
    font-size: 16px;
    color: #333333;
}

.news_list .list .tag {
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    background: #a3c164;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
}

.news_list .list .desc {
    font-size: 14px;
    color: #999999;
    line-height: 23px;
    margin-top: 15px;
}

.news_list .item:hover {
    color: #4e98cc;
}

.news_list .item:last-child {
    border-bottom: none;
}

.item .more {
    font-size: 15px;
    color: #4e98cc;
    /*width: 105px;*/
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #fff;
    /*margin: 17px auto 0;*/
    border: 1px solid #4e98cc;
    border-radius: 5px;
}

    .item .more:hover {
        color: #fff;
        /*width: 105px;*/
        background: #4e98cc;
    }
/*产品专区列表*/
.pro_list {
    padding: 30px 0;
}

    .pro_list .list {
        margin: 0 0 0 -24px;
    }

    .pro_list .item {
        text-align: center;
        background: #fff;
        float: left;
        padding: 20px 30px 0;
        width: 200px;
        height: 330px;
        box-shadow: 0 0 10px #ddd;
        margin: 0 0 30px 18px;
    }

        .pro_list .item .imgbox {
            /*width: 230px;*/
            height: 205px;
            margin: 0 auto;
        }

        .pro_list .item .title {
            display: block;
            font-size: 18px;
            color: #333333;
            margin-top: 15px;
            line-height: 18px;
            height: 24px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .pro_list .item .more {
            font-size: 15px;
            color: #4e98cc;
            width: 105px;
            height: 32px;
            line-height: 32px;
            display: block;
            margin: 17px auto 0;
            border: 1px solid #4e98cc;
            border-radius: 5px;
        }

        .pro_list .item .title:hover {
            color: #4e98cc;
        }

        .pro_list .item .more:hover {
            color: #fff;
            background: #4e98cc;
        }

        .pro_list .item:hover {
            box-shadow: 0 0 10px #999;
        }

    .pro_list .item2 {
        text-align: center;
        background: #fff;
        float: left;
        padding: 10px 20px 0;
        width: 265px;
        height: 285px;
        box-shadow: 0 0 10px #ddd;
        margin: 0 0 30px 24px;
    }

        .pro_list .item2 .imgbox {
            width: 230px;
            height: 165px;
            margin: 0 auto;
        }

        .pro_list .item2 .title {
            display: block;
            font-size: 18px;
            color: #333333;
            margin-top: 15px;
            line-height: 18px;
            height: 24px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .pro_list .item2 .more {
            font-size: 15px;
            color: #4e98cc;
            width: 105px;
            height: 32px;
            line-height: 32px;
            display: block;
            margin: 17px auto 0;
            border: 1px solid #4e98cc;
            border-radius: 5px;
        }

        .pro_list .item2 .title:hover {
            color: #4e98cc;
        }

        .pro_list .item2 .more:hover {
            color: #fff;
            background: #4e98cc;
        }

        .pro_list .item2:hover {
            box-shadow: 0 0 10px #999;
        }

.pagelist {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}

    .pagelist a {
        display: inline-block; /*width: 26px;height: 26px;*/
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        color: #333333;
        line-height: 26px;
        margin: 0 2px;
        padding: 0 5px;
    }

    .pagelist .num {
        width: 26px;
        height: 26px;
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        margin: 0 3px;
        background: transparent;
    }

    .pagelist .ipt_button {
        width: 46px;
        height: 26px;
        background: #4e98cc;
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        display: inline-block;
        border: none;
        border-radius: 3px;
    }

    .pagelist a:hover, .pagelist a.cur, .pagelist span.cur {
        color: #fff;
        background-color: #4e98cc;
        border-color: #4e98cc;
    }

    .pagelist a.prev, .pagelist a.next {
        width: 70px;
        text-align: left;
    }

    .pagelist a.prev {
        background: url(../images/icon_03.png) no-repeat 5px center;
        background-size: 6px 9px;
        padding-left: 18px;
    }

    .pagelist a.next {
        background: url(../images/icon_04.png) no-repeat 56px center;
        background-size: 6px 9px;
        padding-left: 8px;
    }

    .pagelist a.prev:hover {
        background: url(../images/icon_03-1.png) no-repeat 5px center #4e98cc;
        background-size: 6px 9px;
    }

    .pagelist a.next:hover {
        background: url(../images/icon_04-1.png) no-repeat 56px center #4e98cc;
        background-size: 6px 9px;
    }

.list tr td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    text-align: center;
    padding: 20px 0px;
}

    .dataTables_paginate a {
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        color: #333333;
        line-height: 26px;
        margin: 0 2px;
        padding: 0 8px;
    }

    .dataTables_paginate .paginate_button {
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        color: #333333;
        line-height: 26px;
        margin: 0 2px;
        padding: 0 12px;
    }

    .dataTables_paginate a:hover, .dataTables_paginate a.paginate_active {
        color: #fff;
        background-color: #4e98cc;
        border-color: #4e98cc;
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        line-height: 26px;
        margin: 0 2px;
        padding: 0 12px;
    }

@media screen and (max-width: 960px) {
    html {
        font-size: 13.3333vw;
    }

    body {
        min-width: 100%;
    }

    .hd_bar, .head, .news_l, .pub_top, .vxbox, .share {
        display: none;
    }

    .s_banner {
        margin-top: .8rem;
    }

    #pcbanner {
        display: none;
    }

    #wapbanner {
        display: block;
    }

    .news_r {
        width: 100%;
    }

    .auto {
        width: 100%;
    }

    .topic_list {
        padding: .1rem 0;
    }

        .topic_list .list {
            margin: 0;
            padding: 0 .2rem;
        }

        .topic_list .item .img {
            width: auto;
            height: auto;
            margin: 0 auto;
        }

        .topic_list .item {
            margin: 0 0rem .2rem;
            width: 100%;
            height: auto;
            border: 1px solid #ddd;
            background: #fff;
            padding: .25rem .1rem .1rem;
            float: left;
            position: relative;
        }
    /*新闻详情*/
    .inner_hd + div {
        margin-top: .8rem;
    }

    .inner_hd {
        display: block;
        background: url(../m/images/icon_14.jpg) no-repeat center;
        background-size: cover;
        height: .8rem;
        position: relative;
        text-align: center;
        font-size: .32rem;
        color: #fff;
        line-height: .8rem;
        position: fixed;
        z-index: 102;
        width: 100%;
        left: 0;
        top: 0;
    }

    .healthtable .tabletit {
        padding: 10px;
        font-size: 0.6rem;
        font-weight: bold;
    }

    .inner_hd .icon {
        width: .4rem;
        height: .4rem;
        position: absolute;
        top: .2rem;
    }

    nav {
        font-size: .36rem;
        display: none;
    }

    .inner_hd .icon_menu {
        background: url(../m/images/icon_23.png) no-repeat center;
        background-size: cover;
        right: .3rem;
    }

    .inner_hd .back {
        background: url(../m/images/icon_13.png) no-repeat center;
        background-size: cover;
        width: .16rem;
        height: .3rem;
        display: block;
        position: absolute;
        left: .3rem;
        top: 50%;
        margin-top: -.15rem;
    }

    .news_main {
        padding-top: 0rem;
        /* background: #f5f5f5; */
    }

    .news_detail {
        padding: .0rem 0;
    }

    h2 {
        font-size: 0.36rem;
        line-height: .56rem;
        font-weight: 400;
    }

    h1 {
        font-size: 0.4rem;
        line-height: .6rem;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #1a1a1a;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        padding: 0 .3rem;
        font-weight: 500;
        text-align: center;
        background: #fff;
        margin-top: .2rem;
        position: relative;
        overflow: hidden;
    }

    .news_detail .title {
        font-size: .3rem;
        color: #333333;
        padding: 0 .3rem;
    }

    .content {
        font-size: .35rem;
        padding: 0;
    }

        .content .b_list {
            margin-top: 0;
            padding: 1px 10px 0;
            background: #fff;
        }

    .dataTables_processing {
        display: none;
    }

    .content .top {
        padding: .2rem;
    }

    .more {
        width: 1rem;
    }

    .news_detail .smbox {
        font-size: .22rem;
        color: #999999;
        margin-top: .2rem;
        padding: .3rem;
    }

    .news_detail .detail {
        margin-top: .2rem;
    }

    .news_detail .topimg {
    }

    .news_detail .editbox {
        font-size: .26rem;
        color: #666666;
        padding: .25rem .3rem .0rem;
    }

        .news_detail .editbox p {
            margin-bottom: .35rem;
            line-height: 1.8;
            /*text-indent: 0em;*/
        }

        .news_detail .editbox a {
            width: 100%;
            word-break: break-all;
            /*text-indent: 0em;*/
        }

    #front {
        width: auto;
        height: auto;
    }

        #front a {
            top: 1.5rem;
            width: 1rem;
            height: 1rem;
            display: block;
            background-size: cover;
        }

    #next {
        width: auto;
        height: auto;
    }

        #next a {
            top: 1.5rem;
            width: 1rem;
            height: 1rem;
            display: block;
            background-size: cover;
        }

    .hide-640 {
        display: none;
    }

    .pro_list .list {
        margin: 0;
        padding: .1rem;
    }

    .list tr td {
        padding: .2rem 0;
    }

    .pro_list .item {
        text-align: center;
        background: #fff;
        float: left;
        padding: 0.2rem;
        width: 48%;
        height: 330px;
        /* box-shadow: 0 0 10px #ddd; */
        margin: 0 0 30px 0.5%;
    }

    .pro_list .list .item:nth-child(even) {
        float: right;
    }

    .pro_list .item2 {
        text-align: center;
        background: #fff;
        float: left;
        padding: 0.2rem;
        width: 48%;
        height: 60vw;
        /* box-shadow: 0 0 10px #ddd; */
        margin: 0 0 .2rem 0.5%;
    }

        .pro_list .item2 .imgbox {
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

    .pro_list .list .item2:nth-child(even) {
        float: right;
    }

    .fixed_button {
        display: block;
    }
}
