html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

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;
    cursor: pointer;
    font-size: 12px;
    color: #474954;
    font-weight: 100;
}

#dituContent img {
    max-width: inherit;
}



.navbox .nav a.cur, .navbox .nav a:hover, .main_nav .back, .pading .current, .footer_nav a, .one_l .more, .title h1, .title h2, .title .more, .two_l li a, .three_m li b, .footer_line, .footer, .footer_line a, .main_ul li a {
    color: #fff;
}




.text h1, .text h2, .two_text, .two_r li h1 {
    color: #005b36;
}

.title {
    height: 45px;
    overflow: hidden;
    background: #015b37;
}

    .title h1 {
        font-size: 16px;
        font-weight: bold;
        float: left;
        padding: 0px 10px 0px 15px;
        line-height: 45px;
    }

    .title h2 {
        font-size: 14px;
        float: left;
        line-height: 50px;
    }


    .title .more {
        float: right;
        display: block;
        font-size: 12px;
        width: 60px;
        border-left: 1px solid #fff;
        line-height: 45px;
        text-align: center;
    }


.text {
    border-top: 1px solid #015b37;
    text-align: center;
}

    .text h1 {
        width: 485px;
        margin: auto;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
        background: #fff;
        margin-top: -22px;
        overflow: hidden;
        padding: 0px 40px;
        box-sizing: border-box;
        position: relative;
    }

        .text h1:after {
            width: 40px;
            height: 5px;
            content: '';
            display: block;
            background: #015b37;
            position: absolute;
            left: 0px;
            top: 19px;
        }

        .text h1:before {
            width: 40px;
            height: 5px;
            content: '';
            display: block;
            background: #015b37;
            position: absolute;
            right: 0px;
            top: 19px;
        }

    .text h2 {
        width: 485px;
        margin: auto;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        overflow: hidden;
    }

/**/
#slides {
    position: relative;
    width: 100%;
    height: 550px;
}


    #slides img {
        width: 100%;
        height: 550px;
    }

    #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: #015b37;
            }
/*header*/


/*logo*/


.logo_img img {
    width: 100%;
    height: 100px;
}

.logo_img {
    width: 1000px;
    height: 100px;
    margin: 0px auto 0px;
    padding: 10px 0;
}


/*导航*/

.navbox {
    width: 100%;
    height: 44px;
    background: #015b37;
}

    .navbox .nav {
        width: 1000px;
        margin: auto;
    }

        .navbox .nav li {
            float: left;
            position: relative;
        }




        .navbox .nav a {
            display: block;
            text-align: center;
            height: 44px;
            line-height: 44px;
            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: #464646;
            }



    .navbox .nav_ul {
        position: absolute;
        top: 44px;
        background: #015b37;
        z-index: 10;
        display: none;
        width: 100%;
    }

        .navbox .nav_ul li {
            float: none;
        }

            .navbox .nav_ul li a {
                font-size: 12px;
                height: 44px;
                line-height: 44px;
                padding: 0px;
            }

    .navbox .nav li:hover .nav_ul {
        display: block;
    }

/**/




/*one*/
.one {
    width: 100%;
    margin-top: 70px;
}



.one_m {
    width: 1000px;
    margin: 30px auto 0px;
}

.one_l {
    width: 630px;
    float: left;
}

.one_img {
    width: 350px;
    float: left;
}

    .one_img img {
        width: 350px;
        height: 250px;
    }

.one_c {
    float: right;
    width: 265px;
    height: 200px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.8em;
}

.one_l .more {
    width: 135px;
    height: 33px;
    display: block;
    background: #015b37;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    position: relative;
}

    .one_l .more:after {
        width: 134px;
        height: 2px;
        display: block;
        background: #015b37;
        content: '';
        position: absolute;
        bottom: -4px;
        left: 4px;
    }

    .one_l .more:before {
        width: 2px;
        height: 33px;
        display: block;
        background: #015b37;
        content: '';
        position: absolute;
        top: 4px;
        right: -4px;
    }

.one_r {
    width: 330px;
    float: right;
}

    .one_r li {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        background: url("../image/k4.gif") no-repeat;
        padding-left: 20px;
        background-position-y: 8px;
    }
/*two*/

.two {
    width: 100%;
    margin-top: 30px;
    background: url(../image/k1.jpg) no-repeat;
    background-size: 100% 100%;
}

.two_m {
    width: 1000px;
    margin: auto;
    padding: 40px 0px;
}

.two_l {
    width: 210px;
    float: left;
    border: 1px solid #f0f0ef;
    border-top: none;
}

.two_text {
    height: 45px;
    overflow: hidden;
    width: 250px;
    background: url(../image/k5.png) no-repeat center;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    background-size: 100% 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: -6px;
}

.two_l li {
    margin: 3px 0px;
    position: relative;
    background: url("../image/k3.jpg") no-repeat;
    width: 250px;
}

    .two_l li a {
        text-align: center;
        height: 40px;
        line-height: 40px;
        width: 250px;
        overflow: hidden;
        display: block;
        font-size: 15px;
    }

.two_navs {
    display: none;
}

    .two_navs li {
        background: url("../image/k2.jpg") no-repeat;
    }

.two_l li:hover .two_navs {
    display: block;
}
/**/
.two_r {
    width: 700px;
    overflow: hidden;
    float: right;
}

    .two_r ul {
        margin-top: 20px;
    }

    .two_r li {
        width: 225px;
        float: left;
        margin: 0px 4px;
    }

       .two_r li img {
    width: 225px;
    height: 155px;
    display: block;
    border: #e5e5e5 1px solid;
    box-sizing: border-box;
}

        .two_r li h1 {
            text-align: center;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 14px;
        }

        .two_r li:hover img {
            border: #015b37 1px solid;
        }

/*three*/
.three {
    width: 100%;
    margin: 60px auto 0;
}

.three_m {
    width: 1000px;
    margin: 30px auto 0;
}

    .three_m li {
        float: left;
        width: 325px;
        margin: 0px 4px 8px;
    }

      .three_m li img {
    display: block;
    width: 325px;
    height: 225px;
}

        .three_m li h2 {
            height: 50px;
            width: 250px;
            overflow: hidden;
            font-size: 16px;
            float: left;
            margin-top: 10px;
            line-height: 25px;
        }

        .three_m li b {
            float: right;
            display: block;
            background: #015b37;
            margin-top: 10px;
            text-align: center;
            font-size: 14px;
            width: 30px;
            padding: 6px 20px 6px;
        }

        .three_m li p {
            padding-top: 5px;
            clear: both;
            height: 20px;
            overflow: hidden;
            line-height: 20px;
        }
/**/
.fore {
    width: 100%;
    margin-top: 30px;
}

    .fore img {
        width: 100%;
        height: 100%;
        display: block;
    }


/**/
.five {
    width: 1000px;
    margin: 30px auto 0;
}

.five_l {
    width: 630px;
    float: left;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-top: none;
    position: relative;
}

    .five_l ul {
        padding: 20px;
        overflow: hidden;
        height: 265px;
    }

    .five_l:after {
        width: 625px;
        height: 5px;
        display: block;
        background: #e5e5e5;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 5px;
    }

    .five_l:before {
        width: 5px;
        height: 350px;
        display: block;
        background: #e5e5e5;
        content: '';
        position: absolute;
        top: 5px;
        right: -5px;
    }

    .five_l li:first-child {
        width: 330px;
        float: left;
        margin-right: 15px;
    }

        .five_l li:first-child img {
            width: 330px;
            height: 248px;
            display: block;
        }

    .five_l li h3 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        border-bottom: 1px dashed #ccc;
        background: url(../image/k4.gif) no-repeat;
        padding-left: 20px;
        background-position-y: 8px;
    }


.five_r {
    width: 335px;
    float: right;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-top: none;
    position: relative;
}

    .five_r ul {
        padding: 20px;
        overflow: hidden;
        height: 265px;
    }

    .five_r:after {
        width: 333px;
        height: 5px;
        display: block;
        background: #e5e5e5;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 5px;
    }

    .five_r:before {
        width: 5px;
        height: 350px;
        display: block;
        background: #e5e5e5;
        content: '';
        position: absolute;
        top: 5px;
        right: -5px;
    }

    .five_r li {
        width: 144px;
        float: left;
        margin: 0px 1px;
    }

        .five_r li img {
            width: 144px;
            height: 85px;
        }
/**/
.six {
    width: 100%;
    margin: 50px auto 0;
}

.six_text {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .six_text h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .six_text h2 {
        font-size: 16px;
        font-weight: bold;
    }

.six_nav {
    width: 230px;
    height: 385px;
    overflow: hidden;
    float: left;
}

    .six_nav li {
        height: 51px;
        overflow: hidden;
        line-height: 51px;
        background: url("404.png") no-repeat;
    }

        .six_nav li.now {
            background: url("404.png") no-repeat;
        }


        .six_nav li a {
            padding-left: 44px;
            display: block;
            font-size: 12px;
            font-weight: bold;
        }

.six_m {
    width: 1000px;
    margin: 30px auto 0;
}

.six_c {
    float: right;
    width: 730px;
    height: 400px;
    overflow: hidden;
}

    .six_c li {
        float: left;
        width: 226px;
        height: 200px;
        margin: 0 8px;
        display: inline;
    }

        .six_c li img {
            width: 216px;
            height: 147px;
            padding: 4px;
            border: 1px solid #ddd;
            display: block;
        }


        .six_c li h1 {
            width: 226px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-align: center;
            font-size: 12px;
        }
/**/
.sever {
    width: 100%;
    margin: 40px auto 0;
}

.sever_text {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    height: 44px;
}

    .sever_text h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .sever_text h2 {
        padding: 0 12px;
        width: 286px;
        height: 24px;
        line-height: 24px;
        background: #f9f9f9;
        border: 1px solid #e0e0e0;
        font-size: 15px;
        color: #979797;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        margin: auto;
    }

.sever_m {
    margin: 60px auto 0;
    width: 1000px;
    height: 358px;
    overflow: hidden;
}

    .sever_m li img {
        width: 166px;
        height: 136px;
        border: 1px solid #e4e4e4;
        float: left;
        padding: 2px;
    }

    .sever_m li {
        width: 500px;
        padding: 20px 14px 20px;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        height: 179px;
    }

        .sever_m li:nth-child(1) {
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

        .sever_m li:nth-child(2) {
            border-bottom: 1px solid #ccc;
        }

        .sever_m li:nth-child(3) {
            border-right: 1px solid #ccc;
        }

        .sever_m li div {
            width: 280px;
            float: right;
        }

        .sever_m li h2 {
            color: #424242;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

        .sever_m li p {
            line-height: 20px;
            font-size: 12px;
            height: 80px;
            overflow: hidden;
        }

        .sever_m li b {
            display: block;
            font-size: 12px;
            margin-top: 8px;
        }
/**/
.eight {
    width: 1000px;
    margin: 20px auto 0;
}



.eight_l {
    width: 660px;
    float: left;
}

.eight_img {
    margin-top: 20px;
    width: 330px;
    float: left;
    margin-right: 10px;
}

    .eight_img img {
        width: 320px;
        padding: 4px;
        border: 1px solid #e2e2e2;
    }

.eight_c {
    margin-top: 20px;
    line-height: 26px;
    font-size: 12px;
}

.eight_r {
    float: right;
    width: 310px;
}

    .eight_r ul {
        margin-top: 20px;
        height: 243px;
        overflow: hidden;
    }

    .eight_r li:first-child img {
        width: 300px;
        height: 79px;
        padding: 5px;
        background: #f5f5f5;
    }


    .eight_r li h3 {
        padding-left: 15px;
        height: 29px;
        line-height: 29px;
        border-bottom: 1px dashed #d0d0d0;
        font-size: 12px;
        position: relative;
        overflow: hidden;
    }

        .eight_r li h3:after {
            content: ">";
            width: 12px;
            height: 12px;
            line-height: 12px;
            text-align: center;
            display: block;
            position: absolute;
            left: 0px;
            top: 7px;
        }

/**/

.nine {
    width: 100%;
    margin: 30px auto 0;
}

    .nine img {
        height: 100%;
        display: block;
        width: 100%;
    }
/**/
.ten {
    width: 1000px;
    margin: 30px auto 0;
}

.ten_l {
    width: 280px;
    float: left;
}

.ten_gd {
    margin-top: 20px;
    height: 308px;
    width: 250px;
    margin: 20px auto 0;
}

    .ten_gd li {
        margin-bottom: 10px;
        width: 250px;
    }

        .ten_gd li h5 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .ten_gd li h5:before {
                height: 16px;
                line-height: 16px;
                text-align: center;
                display: block;
                content: '问';
                background: #37ab2a;
                width: 16px;
                border-radius: 2px;
                font-size: 12px;
                position: absolute;
                left: 0px;
                top: 8px;
            }

        .ten_gd li p {
            height: 50px;
            line-height: 2em;
            font-size: 12px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .ten_gd li p:before {
                height: 16px;
                line-height: 16px;
                text-align: center;
                display: block;
                content: '答';
                background: #666;
                width: 16px;
                border-radius: 2px;
                font-size: 12px;
                position: absolute;
                left: 0px;
                top: 5px;
            }

.ten_r {
    width: 264px;
    float: left;
    box-sizing: border-box;
    height: 380px;
    overflow: hidden;
}

    .ten_r ul {
        padding: 0px 10px 10px;
    }

    .ten_r img {
        width: 180px;
        height: 120px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        padding: 2px;
        box-sizing: border-box;
    }

    .ten_r .e1 h6 {
        float: right;
        width: 220px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 13px;
        padding: 0;
        border: none;
    }

        .ten_r .e1 h6:before {
            display: none;
        }

    .ten_r p {
        line-height: 22px;
        height: 90px;
        overflow: hidden;
        float: right;
        width: 220px;
        font-size: 12px;
    }

    .ten_r ul {
        margin-top: 20px;
    }

    .ten_r .e1 {
        height: 125px;
    }

    .ten_r .e2 {
        clear: both;
    }

    .ten_r h6 {
        height: 30px;
        line-height: 30px;
        position: relative;
        padding-left: 20px;
        font-size: 12px;
        overflow: hidden;
        border-bottom: 1px dashed #d0d0d0;
    }

        .ten_r h6:before {
            content: ">";
            display: block;
            width: 13px;
            height: 13px;
            position: absolute;
            top: 7px;
            left: 5px;
            text-align: center;
            line-height: 13px;
        }

.ten_rs {
    margin: 0px 10px;
    width: 435px;
}
/**/
.Eleven {
    width: 100%;
    margin: 40px auto 0;
}

.Eleven_img {
    width: 100%;
    height: 100%;
}

    .Eleven_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.Eleven_c {
    width: 1000px;
    margin: 20px auto 20px;
}

.Eleven li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0px 5px;
    font-size: 12px;
}
/*内页*/
.main {
    padding-bottom: 10px;
}

.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;
        overflow: hidden;
        width: 210px;
        background: url(../image/k5.png) no-repeat center;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        background-size: 100% 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }




.main_nav1 {
    width: 210px;
    float: left;
}

    .main_nav1 > ul {
        width: 210px;
    }

.main_ul li {
    margin: 3px 0px;
    position: relative;
    background: url(../image/k3.jpg) no-repeat;
    width: 210px;
}



    .main_ul li a {
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 13px;
        box-sizing: border-box;
        font-weight: bold;
        text-align: center;
    }

.main_li {
    display: none;
}

    .main_li li {
        background: url(../image/k2.jpg) no-repeat;
    }

        .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 #015b37;
        }

        .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;
    background: url(../image/k6.jpg) no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.main_tops {
    height: 45px;
    padding-left: 50px;
    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 {
    border: 1px solid rgba(142,142,142,0.5);
    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 4px 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 #015b37;
}



.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;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}

#preview .prev {
    background: url(../image/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(../image/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: 380px;
    overflow: hidden;
    height: 275px;
    padding: 0px 30px 0px 0px;
    box-sizing: border-box;
}

    .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 {
    border: 1px solid #8e8e8e80;
    margin-top: 10px;
    border-radius: 5px;
    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;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgba(142,142,142,0.5);
    width: 770px;
}

    .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: 770px;
    margin: 10px auto 0;
    padding: 10px 0;
    box-sizing: border-box;
    float: left;
    border: 1px solid rgba(142,142,142,0.5);
    border-radius: 5px;
}

.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 rgba(142,142,142,0.5);
    width: 750px;
    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 #015b37;
        background: #015b37;
    }

/*page*/

.page_m {
    margin-top: 10px;
    float: right;
    width: 770px;
}

.page_c {
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(142,142,142,0.5);
    border-radius: 5px;
    margin-top: 10px;
}


    .page_c img {
        max-width: 100%;
        display: block;
    }
/*footer*/
.footer {
    width: 100%;
    background: #080808;
    margin-top: 30px;
}

.footer_m {
    width: 1000px;
    margin: auto;
}

.footer_nav {
    height: 40px;
    width: 100%;
    text-align: center;
    background: #015b37;
}

    .footer_nav ul {
        width: 1000px;
        height: 40px;
        line-height: 40px;
        margin: auto;
        overflow: hidden;
    }

    .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;
    }
/*相关文章*/
.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;
    }


/**/


.container {
    width: 1000px;
    margin: auto;
}
.flink {
    background: #080808;
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.flink_t {
    float: left;
    margin-right: 10px;
    font-size:14px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
     color: #fff;
}