﻿html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: "微软雅黑";
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6, h7, dl, dd, dt {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: "微软雅黑";
}

#ditucontent img {
    max-width: inherit;
}



.navbox .nav a.cur, .navbox .nav a:hover, .main_nav .back, .pading .current, .footer_line, .footer, .footer_nav a, .one_text h1,
.input .searchbtn, .one_r li h1, .one_r li p, .fore_title h1, .five_b li h3, .six_gd li p:before, .six_l li .red, .sever_title h1, .sever_title h2, .sever li {
    color: #fff;
}

.header_bottoms ul > h1, .title h1, .ten_l li:nth-child(1) h5, .main_li li a, .one_r li:after, .six_gd li h6:before {
    color: #309494;
}





/**/
#slides {
    position: relative;
    width: 100%;
}


    #slides img {
        width: 100%;
    }

    #slides .hd {
        left: 45%;
        padding: 4px;
        background: rgba(0,0,0,0.5);
        position: absolute;
        border-radius: 24px;
        bottom: 18px;
        z-index: 10;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 12px;
            border: 2px solid #ccc;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background: #999;
            float: left;
            cursor: pointer;
            color: transparent;
        }

            #slides .hd li.on {
                background: #fff;
                border-color: #309494;
            }
/*header*/
.header_top {
    height: 35px;
    border-bottom: 1px solid #309494;
}

.header_tops {
    width: 1000px;
    margin: auto;
    line-height: 35px;
}

.header_top h1 {
    float: left;
}

.header_top ul {
    float: right;
}

    .header_top ul li {
        float: left;
        padding: 0px 10px;
    }
/*logo*/


.logo_img img {
    width: 100%;
    height: 100px;
}

.logo_img {
    width: 1000px;
    height: 100px;
    margin: 0px auto 0px;
    padding: 10px 0;
}


/*导航*/


.navbox {
    width: 100%;
    margin: auto;
    position: relative;
    background: #309494;
    height: 50px;
}

ul.nav {
    width: 1000px;
    margin: auto;
}

.navbox .nav li {
    float: left;
    position: relative;
}




.navbox .nav a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    transition: all ease-out .3s;
    padding: 0px 25px;
    color: #fff;
}

    .navbox .nav a.cur, .navbox .nav a:hover {
        background: #f5a101;
    }



.navbox .nav_ul {
    position: absolute;
    top: 50px;
    background: #309494;
    z-index: 11;
    display: none;
    width: 100%;
}

    .navbox .nav_ul li {
        float: none;
    }

        .navbox .nav_ul li a {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            padding: 0px;
        }

.navbox .nav li:hover .nav_ul {
    display: block;
}

/**/
.header_bottom {
    width: 100%;
    z-index: 10;
    height: 60px;
    border-bottom: 2px solid #309494;
}

.header_bottoms {
    width: 1000px;
    margin: auto;
    line-height: 60px;
}

    .header_bottoms ul {
        float: left;
    }

        .header_bottoms ul > h1 {
            float: left;
        }

    .header_bottoms li {
        float: left;
        padding: 0px 10px;
    }
/**/
.input {
    width: 243px;
    height: 28px;
    float: right;
    margin-top: 17px;
}

    .input input {
        height: 25px;
        width: 188px;
        text-indent: 1em;
        font-size: 12px;
        float: left;
        border-radius: 20px 0px 0px 20px;
        border: 1px solid #ccc;
    }

    .input .searchbtn {
        width: 53px;
        height: 27px;
        background: #309494;
        border: 0;
        cursor: pointer;
        display: block;
        float: left;
        border-radius: 0px 20px 20px 0px;
        text-align: center;
        line-height: 27px;
    }



/*one*/
.one {
    width: 1000px;
    margin: 30px auto 0px;
}

.one_l {
    width: 240px;
    float: left;
}

.one_text {
    height: 80px;
    width: 240px;
    background:  no-repeat;
    text-align: center;
    background-size: 100% 100%;
}

    .one_text h1 {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        padding-top: 15px;
    }

    .one_text h2 {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #5dcbc9;
    }

.one_l li {
    margin: 3px auto;
    position: relative;
    background:  no-repeat;
    width: 240px;
}

    .one_l li a {
        text-align: center;
        height: 40px;
        line-height: 40px;
        width: 193px;
        overflow: hidden;
        display: block;
        font-size: 15px;
    }

.one_navs {
    display: none;
}

    .one_navs li {
        border-bottom: 1px dashed #888;
        background: none;
    }

        .one_navs li:last-child {
            border-bottom: none;
        }

.one_l li:hover .one_navs {
    display: block;
}

.one_r {
    float: right;
    width: 725px;
}

    .one_r li {
        width: 230px;
        height: 325px;
        float: left;
        background: #e0e0e0;
        margin: 0px 5px 10px;
        overflow: hidden;
        position: relative;
    }

        .one_r li img {
            width: 185px;
            height: 170px;
            display: block;
            margin: 20px auto;
        }

        .one_r li h1 {
            height: 115px;
            background: #1ab6b3;
            line-height: 90px;
            text-align: center;
            font-size: 16px;
        }

        .one_r li p {
            height: 115px;
            background: #f5a101;
            line-height: 1.8em;
            text-align: left;
            padding: 10px;
            box-sizing: border-box;
            overflow: hidden;
            position: absolute;
            width: 100%;
        }

        .one_r li:hover p {
            bottom: 0px;
            z-index: 55;
        }

        .one_r li:after {
            content: ' ';
            display: block;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            position: absolute;
            bottom: 20px;
            background: #fff;
            font-size: 20px;
            left: 45%;
        }
/**/
.two {
    margin-top: 30px;
}

.two_img img {
    margin: auto;
    display: block;
}

.two_c img {
    width: 100%;
    display: block;
}
/**/
.three {
    height: 540px;
    position: relative;
}

.three_img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 540px;
}

    .three_img img {
        width: 100%;
        height: 100%;
        display: block;
    }


.three_imgs {
    width: 1000px;
    margin: 30px auto 0;
}

    .three_imgs img {
        width: 100%;
        display: block;
    }

.three_m {
    width: 1000px;
    margin: 0px auto;
    padding-top: 30px;
    position: relative;
}

.three_title {
    width: 700px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

    .three_title h1 {
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }

    .three_title h2 {
        height: 25px;
        line-height: 25px;
        color: #ccc;
        font-size: 16px;
    }

    .three_title:after {
        content: "";
        width: 60px;
        background: #309494;
        height: 3px;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 46%;
    }

.three_b {
    width: 1000px;
    margin: 30px auto 0;
}

    .three_b li {
        float: left;
        width: 240px;
        margin: 0px 5px;
    }

        .three_b li img {
            width: 240px;
            height: 150px;
            border: 5px solid #000;
            padding: 4px;
            box-sizing: border-box;
            display: block;
        }

        .three_b li h2 {
            text-align: center;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

.three_a, .three_c {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #5dcbc9;
    top: 180px;
    text-align: center;
    line-height: 35px;
    color: #5dcbc9;
}

.three_a {
    left: -50px;
}

.three_c {
    right: -50px;
}
/**/



.fore {
    height: 350px;
    position: relative;
}

.fore_img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 350px;
}

    .fore_img img {
        width: 100%;
        display: block;
        height: 100%;
    }

.fore_m {
    width: 1000px;
    margin: 0px auto 0;
    padding-top: 30px;
}

.fore_l {
    width: 420px;
    height: 290px;
    float: left;
    background: rgba(0,0,0,0.5);
}

    .fore_l img {
        width: 400px;
        height: 270px;
        margin: 10px auto 0;
        display: block;
    }

.fore_r {
    float: right;
    width: 550px;
    position: relative;
    height: 290px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    overflow: hidden;
}

    .fore_r:after {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        border-bottom: 3px solid #5dcbc9;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .fore_r:before {
        content: "";
        display: block;
        width: 3px;
        height: 40px;
        border-right: 3px solid #5dcbc9;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.fore_title {
    position: relative;
}

    .fore_title:after {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        border-top: 3px solid #5dcbc9;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .fore_title:before {
        content: "";
        display: block;
        width: 3px;
        height: 40px;
        border-left: 3px solid #5dcbc9;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .fore_title h1 {
        height: 30px;
        line-height: 30px;
        padding-left: 40px;
        font-size: 22px;
        padding-top: 10px;
    }

    .fore_title h2 {
        height: 20px;
        line-height: 20px;
        padding-left: 40px;
        font-size: 14px;
        color: #ccc;
    }

.fore_title {
    position: relative;
    margin-bottom: 10px;
}

.background {
    background: #2c9591;
}

.five {
    width: 1000px;
    margin: auto;
    position: relative;
}

.five_b {
    width: 1000px;
    margin: auto;
}

    .five_b li {
        float: left;
        width: 240px;
        margin: 0px 5px;
    }

        .five_b li img {
            width: 240px;
            height: 175px;
            display: block;
            border: 5px solid #fff;
            box-sizing: border-box;
        }

        .five_b li h3 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-align: center;
        }

.five_a, .five_c {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 20px;
    background: #fff;
    top: 75px;
    text-align: center;
    line-height: 28px;
    color: #5dcbc9;
}

.five_a {
    left: -50px;
}

.five_c {
    right: -50px;
}
/**/
.six {
    width: 1000px;
    margin: 30px auto 0;
}

.six_l {
    width: 666px;
    background: #fff;
    float: left;
    border: 5px solid rgba(93,203,201,0.5);
    padding: 15px;
    box-sizing: border-box;
}

.six_title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .six_title h1 {
        color: #2c9390;
        font-size: 16px;
        float: left;
        font-weight: bold;
    }

    .six_title .more {
        float: right;
        font-size: 14px;
    }

    .six_title:after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background: #2c9591;
        position: absolute;
        bottom: -2px;
    }

.six_l ul {
    clear: both;
    margin-top: 15px;
}

.six_l li {
    width: 300px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0px 6px 12px;
    background: #eee;
    overflow: hidden;
}

    .six_l li .red {
        width: 40px;
        height: 40px;
        background: #2c9591;
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        float: left;
    }

    .six_l li h4 {
        float: right;
        width: 250px;
    }

.six_r {
    width: 300px;
    float: right;
    background: #fff;
    border: 5px solid rgba(93,203,201,0.5);
    padding: 15px;
    box-sizing: border-box;
}

.six_gd {
    height: 255px;
    width: 250px;
    margin: 20px auto 0px;
}

    .six_gd li {
        margin-bottom: 10px;
    }

        .six_gd li h6 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .six_gd li h6:before {
                height: 16px;
                line-height: 16px;
                text-align: center;
                display: block;
                content: '问';
                background: #eee;
                width: 16px;
                border-radius: 2px;
                font-size: 12px;
                position: absolute;
                left: 0px;
                top: 8px;
            }

        .six_gd li p {
            height: 50px;
            line-height: 2em;
            font-size: 12px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .six_gd li p:before {
                height: 16px;
                line-height: 16px;
                text-align: center;
                display: block;
                content: '答';
                background: #2c9591;
                width: 16px;
                border-radius: 2px;
                font-size: 12px;
                position: absolute;
                left: 0px;
                top: 5px;
            }
/**/
.sever {
    width: 1000px;
    margin: 30px auto 0;
    border-top: 2px solid #4ea4a2;
    padding-top: 20px;
    padding-bottom: 15px;
}

.sever_title {
    background:  no-repeat;
    height: 50px;
    padding-left: 50px;
    background-position-y: 5px;
    float: left;
    margin-right: 15px;
}

    .sever_title h1 {
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }



.sever li {
    float: left;
    margin: 0px 5px;
    line-height: 25px;
}




/*内页*/


.main_m {
    width: 1000px;
    margin: 0px auto 10px;
}

.fxdm {
    height: 20px;
    margin-left: 10px;
}

    .fxdm span {
        float: left;
        font-size: 12px;
    }

.text_h1 {
    border-bottom: 1px solid #ccc;
    height: 50px;
    width: 1000px;
    margin: 30px auto 0;
}

    .text_h1 .h1 {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        position: relative;
        padding: 0px 10px 0px 10px;
        float: left;
        font-weight: bold;
        border-bottom: 5px solid #ccc;
    }



    .text_h1 .back {
        float: right;
        width: 52px;
        height: 16px;
        float: right;
        background: #000;
        display: block;
        border-radius: 15px;
        text-align: center;
        line-height: 16px;
        margin-top: 24px;
        font-size: 12px;
    }

        .text_h1 .back:hover {
            background: #cb2644;
        }

    .text_h1 .more {
        float: right;
        line-height: 70px;
        height: 50px;
    }

.main_img {
    width: 100%;
}

    .main_img img {
        width: 100%;
        height: 100%;
        display: block;
    }


/*左侧导航*/

.main_nav {
    width: 210px;
    float: left;
    margin-top: 10px;
}


    .main_nav .nav_a h1 {
        height: 45px;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        position: relative;
        line-height: 50px;
        padding-left: 21px;
        font-size: 15px;
    }

        .main_nav .nav_a h1:after {
            content: '';
            display: block;
            width: 6px;
            height: 18px;
            background: #309494;
            position: absolute;
            top: 16px;
            left: 7px;
        }

        .main_nav .nav_a h1:before {
            content: '';
            display: block;
            width: 80px;
            height: 1px;
            background: #309494;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }



.main_nav1 {
    width: 210px;
    float: left;
}

    .main_nav1 > ul {
        width: 210px;
        margin-top: 10px;
    }

.main_ul li {
    margin: 3px auto;
    position: relative;
    background: url(/uploads/image/snimages/2.png) no-repeat;
    width: 210px;
}

    .main_ul li a {
        height: 40px;
        line-height: 40px;
        width: 210px;
        overflow: hidden;
        display: block;
        font-size: 15px;
        padding-left: 60px;
        box-sizing: border-box;
    }

.main_li {
    display: none;
}

    .main_li li {
        border-bottom: 1px dashed #888;
        background: none;
    }

        .main_li li a {
            font-size: 10px;
            box-sizing: border-box;
            font-weight: normal;
        }



.main_ul li:hover .main_li {
    display: block;
}



.main_nav2 ul {
    width: 200px;
    margin: 10px auto;
}

.main_nav2 li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #363636;
    overflow: hidden;
}

    .main_nav2 li a {
        font-size: 12px;
    }

.main_nav3 {
    margin-top: 10px;
}

    .main_nav3 ul {
        margin-top: 10px;
    }

    .main_nav3 li {
        width: 164px;
        margin: 0px auto 10px;
    }

        .main_nav3 li img {
            width: 160px;
            height: 110px;
            padding: 1px;
            border: solid 1px #ccc;
        }

        .main_nav3 li:hover img {
            border: solid 1px #305dc3;
        }

        .main_nav3 li h4 {
            width: 164px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            font-size: 12px;
            text-align: center;
        }




.main_nav4 {
    margin-top: 10px;
}

    .main_nav4 ul {
        margin-top: 10px;
    }

    .main_nav4 img {
        max-width: 100%;
    }





/*路径*/

.main_top {
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

    .main_top:after {
        content: '';
        display: block;
        width: 6px;
        height: 18px;
        background: #309494;
        position: absolute;
        top: 16px;
        left: 7px;
    }

    .main_top:before {
        content: '';
        display: block;
        width: 80px;
        height: 1px;
        background: #309494;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

.main_tops {
    height: 45px;
    padding-left: 20px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
}


    .main_tops a {
        font-size: 14px;
    }

/**/


/*product*/

.product_m {
    float: right;
    width: 770px;
    margin-top: 10px;
}

.prduct_ul {
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.prduct_uls {
    margin-top: 0px;
}

.prduct_ul li {
    width: 240px;
    float: left;
    margin: 0px 5px 0px;
}

    .prduct_ul li img {
        width: 240px;
        height: 175px;
        display: block;
        padding: 2px;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

.prduct_uls img {
    height: 170px !important;
}

.prduct_ul li img:hover {
    border: 1px solid #309494;
}



.prduct_ul li h1 {
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    width: 240px;
    box-sizing: border-box;
}



/*product_content*/


.main_product {
    width: 770px;
    float: right;
    margin-top: 10px;
}

#preview {
    position: relative;
    width: 350px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
    margin-top: 10px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}

#preview .prev {
    background: url(/uploads/image/snimages/left.gif) no-repeat 0 center;
    left: 11px;
}

#preview .next, #preview .prev {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 101;
    top: 293px;
    width: 10px;
    height: 45px;
    color: rgba(0, 0, 0, 0);
}



#preview .slides_container {
    height: 270px !important;
    overflow: hidden;
    width: 346px;
    margin-bottom: 5px;
    margin: auto;
    padding: 1px;
    border: 1px solid #ccc;
}

#preview .next {
    background: url(/uploads/image/snimages/right.gif) no-repeat right center;
    left: 327px;
}

#preview .paging {
    left: 22px;
    padding: 5px;
    width: 295px;
    position: relative;
    top: 0px;
    height: 65px;
    overflow: hidden;
}

    #preview .paging li {
        float: left;
        height: 60px;
        margin: 5px 5px 0px;
        width: 60px;
        border: 1px solid #ccc;
    }

    #preview .paging a {
        width: 100%;
        height: 100%;
    }


.slides_control {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
}

#preview .slides_container img {
    left: 0px !important;
    width: 350px;
    height: 270px;
}

.product_text {
    float: right;
    width: 360px;
    overflow: hidden;
    height: 275px;
    padding: 0px 30px 0px 0px;
    box-sizing: border-box;
    margin-top: 10px;
}

    .product_text h1 {
        font-size: 16px;
        border-bottom: 1px dotted #553825;
        padding: 2px 0 10px;
        line-height: 1.6em;
        height: 44px;
        overflow: hidden;
    }

    .product_text p {
        display: block;
        font: 12px "microsoft yahei";
        line-height: 30px;
        margin-top: 10px;
    }

.product_item {
    box-sizing: border-box;
    position: relative;
}

.main_products {
    width: 770px;
    padding: 10px;
    box-sizing: border-box;
    float: right;
}


.module > h1 {
    text-align: center;
    font: normal 16px/28px "microsoft yahei";
    padding: 10px 0px;
    border-bottom: 1px solid rgba(142,142,142,0.5);
}

.module .info span {
    font: normal 12px/24px "microsoft yahei";
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.module .product_content {
    padding: 10px;
    box-sizing: border-box;
}
/**/
.product_content {
    line-height: 2em;
}

    .product_content img {
        max-width: 100%;
        display: block;
        margin: auto;
    }


.product_content_text {
    border-bottom: 1px solid rgba(142,142,142,0.5);
    height: 33px;
    margin-bottom: 20px;
}

    .product_content_text h1 {
        border: 1px solid rgba(142,142,142,0.5);
        border-bottom: 1px solid #ccc;
        height: 33px;
        width: 120px;
        text-align: center;
        background: #ccc;
        font-weight: bold;
    }

/**/


/**/
.main_next {
    margin-left: 10px;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 14px;
    }
/*article*/

.article_m {
    float: right;
    width: 770px;
    margin-top: 10px;
}

.article {
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

    .article li {
        font-size: 14px;
        color: #614b32;
        padding: 0 5px;
        line-height: 22px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

        .article li h1 {
            height: 20px;
            overflow: hidden;
            padding-left: 10px;
            font-size: 13px;
            position: relative;
            font-weight: bold;
            width: 600px;
            float: left;
        }

            .article li h1:before {
                content: '';
                display: block;
                width: 3px;
                height: 3px;
                position: absolute;
                top: 9px;
                left: 0px;
                background: #666;
            }

        .article li p {
            font-size: 12px;
            padding-left: 10px;
            height: 45px;
            overflow: hidden;
            margin-bottom: 10px;
            clear: both;
        }

        .article li .times {
            font-size: 12px;
            float: right;
        }

/**/


.article_xw .pading {
    margin-bottom: 0px;
}

/*article_content*/
.article_content {
    width: 870px;
    margin: 10px auto 0;
    padding: 10px 0;
    box-sizing: border-box;
    float: left;
}

.article_text {
    height: 40px;
    font: 26px "microsoft yahei";
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}

.article_content .info {
    height: 50px;
    font: 12px "microsoft yahei";
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #8e8e8e80;
    width: 850px;
    margin: 0px auto 10px;
}

    .article_content .info span {
        height: 50px;
        font: 12px "microsoft yahei";
        line-height: 50px;
        margin-bottom: 10px;
    }

.article_content .detail {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
    word-spacing: 10px;
}

    .article_content .detail img {
        max-width: 100%;
        display: block;
        margin: auto;
    }



/*上下键*/
.pading {
    float: right;
    margin-top: 10px;
}

    .pading span {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0px 2px;
    }

    .pading a {
        padding: 3px 8px;
        border: 1px solid rgba(142,142,142,0.5);
        display: block;
        float: left;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 2px 8px;
        border: 1px solid #309494;
        background: #309494;
    }

/*page*/
.page_m {
    margin-top: 10px;
    float: right;
    width: 770px;
}

.page_c {
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
}


    .page_c img {
        max-width: 100%;
        display: block;
    }
/*footer*/
.footer {
    width: 100%;
    background: #2c9591;
    margin-top: 0px;
}



.footer_m {
    width: 1000px;
    margin: auto;
}

.footer_nav {
    height: 40px;
    width: 100%;
    text-align: center;
    background: #0f7673;
}

    .footer_nav ul {
        width: 1100px;
        height: 40px;
        line-height: 40px;
        margin: auto;
        overflow: hidden;
        float: none;
    }

    .footer_nav li {
        height: 40px;
        line-height: 40px;
        float: left;
        position: relative;
        width: 110px;
        text-align: center;
    }

        .footer_nav li:before {
            height: 10px;
            content: '';
            width: 1px;
            display: block;
            position: absolute;
            top: 16px;
            left: 0px;
            background: #fff;
        }

        .footer_nav li:nth-child(1):before {
            display: none;
        }

    .footer_nav a {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        position: relative;
        font-size: 14px;
        transition: all ease-out .3s;
    }

.footer_line {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

    .footer_line a {
        font-size: 12px;
    }

/*相关产品相关文章开始*/
.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1d1c1c;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #fff !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504d;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }


/**/
.header_top h2 {
	float:left;
}
.header_bottoms ul > h2 {
	float:left;
	color:#309494;
}
.one_navs {
	display:block;
}
.one_text span {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	padding-top:15px;
	display:block;
	color:#fff;
}
.one_r li h3 {
	height:115px;
	background:#1ab6b3;
	line-height:90px;
	text-align:center;
	font-size:16px;
	color:#fff
}
.three_title span {
	height:30px;
	line-height:30px;
	font-size:25px;
	font-weight:bold;
	color:#000;
	display:block;
}
.fore_title span {
	height:30px;
	line-height:30px;
	padding-left:40px;
	font-size:22px;
	padding-top:10px;
	color:#fff;
}
.six_title h2 {
	color:#2c9390;
	font-size:16px;
	float:left;
	font-weight:bold;
}
.main_nav .nav_a h2 {
	height:45px;
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	position:relative;
	line-height:50px;
	padding-left:21px;
	font-size:15px;
}
.prduct_ul li h3 {
	height:44px;
	line-height:44px;
	text-align:center;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
	width:240px;
	box-sizing:border-box;
}
.article li h3 {
	height:20px;
	overflow:hidden;
	padding-left:10px;
	font-size:13px;
	position:relative;
	font-weight:bold;
	width:600px;
	float:left;
}
.main_nav .nav_a h2:after {
	content:'';
	display:block;
	width:6px;
	height:18px;
	background:#309494;
	position:absolute;
	top:16px;
	left:7px;
}
.main_nav .nav_a h2:before {
	content:'';
	display:block;
	width:80px;
	height:1px;
	background:#309494;
	position:absolute;
	bottom:0px;
	left:0px;
}
.sever_title span {
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#fff;
}
.product_text h3 {
    font-size: 16px;
    border-bottom: 1px dotted #553825;
    padding: 2px 0 10px;
    line-height: 1.6em;
    height: 44px;
    overflow: hidden;
}.product_content_text h3 {
    border: 1px solid #8e8e8e80;
    border-bottom: 1px solid #ccc;
    height: 33px;
    width: 120px;
    text-align: center;
    background: #ccc;
    font-weight: bold;
}


.flink_c a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}