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;
    cursor: pointer;
    font-size: 12px;
    color: #474954;
    font-weight: 100;
    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 li:hover, .one li:hover h1, .two_nav li:before, .two_m li h2, .two_m li p, .two_nav li.now a, .three ol li:before, .three ol li h4, .five_b li:hover h5, .five_b li:hover p, .sever_gd li p:before, .eight ul li {
    color: #fff;
}

.header_bottoms ul > h1, .three ul li h3, .five_a, .five_c, .six_text h1, .six_l .more, .sever_title h1, .sever_l h6 {
    color: #0051a3;
}

.title {
    position: relative;
    width: 700px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

    .title:after {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        display: block;
        background: #ccc;
        bottom: 19px;
        left: 75px;
    }

    .title:before {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        display: block;
        background: #ccc;
        bottom: 19px;
        right: 75px;
    }

    .title h1 {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .title h2 {
        height: 40px;
        line-height: 40px;
        width: 350px;
        position: relative;
        font-size: 18px;
        color: #666;
        margin: auto;
    }

        .title h2:after {
            position: absolute;
            width: 20px;
            height: 2px;
            content: '';
            display: block;
            background: #0051a3;
            bottom: 18px;
            left: -20px;
            z-index: 2;
        }

        .title h2:before {
            position: absolute;
            width: 20px;
            height: 2px;
            content: '';
            display: block;
            background: #0051a3;
            bottom: 18px;
            right: -20px;
            z-index: 2;
        }

/**/
#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: #0051a3;
            }
/*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%;
    margin: auto;
    position: relative;
    background: #0051a3;
    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: #46af33;
    }


.navbox .nav_ul {
    position: absolute;
    top: 50px;
    background: #0051a3;
    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;
    background: #f2f2f2;
}

.header_bottoms {
    width: 1000px;
    margin: auto;
    line-height: 60px;
}

    .header_bottoms ul {
        float: left;
        width: 628px;
        overflow: hidden;
    }

        .header_bottoms ul > h1 {
            float: left;
        }

    .header_bottoms li {
        float: left;
        padding: 0px 10px;
    }
/**/
.input {
    width: 371px;
    height: 40px;
    float: right;
    margin-top: 10px;
}

    .input input {
        width: 315px;
        text-indent: 2em;
        color: #ccc;
        height: 40px;
        font-size: 12px;
        float: left;
        border: none;
        background: url("../image/s_inp.gif") no-repeat;
    }

    .input .searchBtn {
        width: 56px;
        height: 40px;
        background: url("../image/s_so.gif") no-repeat;
        border: 0;
        display: block;
        float: left;
    }



/*one*/
.one {
    width: 1000px;
    margin: 50px auto 0px;
}

    .one li {
        width: 155px;
        display: inline-block;
        margin: 0px 4px;
        border: #eee 1px solid;
        box-shadow: 0 3px 10px 3px #eaeaea;
        box-sizing: border-box;
        text-align: center;
        padding: 15px 0;
    }

        .one li em {
            width: 50px;
            height: 50px;
            display: block;
            margin: 0px auto 0;
            overflow: hidden;
        }

        .one li img {
            width: 50px;
            height: 100px;
            display: block;
        }

        .one li h1 {
            display: block;
            font-size: 18px;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            text-align: center;
            font-weight: bold;
        }

        .one li:hover img {
            margin-top: -50px;
        }

        .one li:hover {
            background: #0051a3;
        }
/**/


.two {
    width: 1000px;
    margin: 50px auto 0px;
}

.two_nav {
    width: 250px;
    margin-top: 50px;
    float: left;
    height: 340px;
    overflow: hidden;
}

    .two_nav:before {
        width: 250px;
        height: 80px;
        content: '';
        display: block;
        background: url("../image/case_ltbg.gif") no-repeat;
        background-size: 100% 100%;
    }

    .two_nav li {
        width: 250px;
        position: relative;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        background: #f2f2f2;
        margin-bottom: 2px;
    }

        .two_nav li.now {
            background: #46af33;
        }

            .two_nav li.now:before {
                background: #fff;
                color: #46af33;
            }

        .two_nav li:before {
            width: 25px;
            height: 25px;
            content: '>';
            display: block;
            background: #333;
            border-radius: 50%;
            float: left;
            line-height: 24px;
            text-align: center;
            font-size: 16px;
            margin-left: 13px;
            margin-top: 13px;
        }

    .two_nav a {
        font-size: 16px;
        float: right;
        display: block;
        width: 200px;
        overflow: hidden;
    }

.two_m {
    float: right;
    width: 725px;
    margin-top: 50px;
    height: 340px;
    overflow: hidden;
}

    .two_m img {
        width: 435px;
        height: 340px;
        display: block;
        float: left;
        border: 5px solid #0051a3;
        box-sizing: border-box;
    }

    .two_m li div {
        background: #0051a3;
        height: 280px;
        margin-top: 30px;
        float: right;
        width: 290px;
        padding: 20px;
        box-sizing: border-box;
    }

    .two_m li h2 {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 17px;
    }

    .two_m li p {
        line-height: 2em;
        height: 135px;
        overflow: hidden;
    }

    .two_m li b {
        font-size: 14px;
        color: #fff;
        display: block;
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: #fff 1px solid;
        border-radius: 5px;
        margin-top: 15px;
    }

        .two_m li b:hover {
            background: #46af33;
            border: 1px solid #46af33;
        }
/**/
.three {
    position: relative;
    width: 1000px;
    margin: 50px auto 0;
}

    .three ul {
        margin-top: 50px;
    }

        .three ul li {
            width: 230px;
            float: left;
            box-sizing: border-box;
            margin: 0px 8px;
            border-right: 1px solid #eee;
            padding: 0px 30px;
            text-align: center;
            line-height: 2.5em;
            height: auto;
        }

            .three ul li h3 {
                font-size: 18px;
                font-weight: bold;
                height: 50px;
                line-height: 50px;
                display: block;
                overflow: hidden;
                background: url(../image/aa1.png) no-repeat;
                background-position-y: 8px;
            }

            .three ul li:nth-child(1) {
                border-left: 1px solid #eee;
            }

            .three ul li:nth-child(2) h3 {
                background-position-x: -250px;
            }

            .three ul li:nth-child(3) h3 {
                background-position-x: -500px;
            }

    .three li:nth-child(4) h3 {
        background-position-x: -750px;
    }
    /**/

    .three ol {
        margin-top: 50px;
    }

        .three ol li {
            display: inline-block;
            width: 245px;
            margin: 0px 1px;
            height: 185px;
            position: relative;
            overflow: hidden;
            border: #eee 1px solid;
            box-shadow: 0 3px 10px 3px #eaeaea;
            box-sizing: border-box;
        }

            .three ol li img {
                display: block;
                width: 245px;
                height: 185px;
            }

            .three ol li h4 {
                width: 245px;
                height: 185px;
                text-align: center;
                background: #0051a380;
                position: absolute;
                top: 0px;
                font-size: 16px;
                line-height: 222px;
                display: none;
            }


            .three ol li:before {
                width: 20px;
                border: 2px solid #fff;
                height: 20px;
                position: absolute;
                content: "+";
                display: block;
                top: 60px;
                left: 45%;
                text-align: center;
                line-height: 20px;
                font-size: 18px;
                z-index: 2;
                display: none;
            }


            .three ol li:hover:before, .three ol li:hover h4 {
                display: block;
            }
/**/



.fore {
    width: 100%;
}

.fore_img {
    margin: 50px auto 0;
    width: 1000px;
}

    .fore_img img {
        width: 100%;
        display: block;
        height: 100%;
    }

.fore_imgs {
    margin: 50px auto 0;
}

    .fore_imgs img {
        width: 100%;
        display: block;
        height: 100%;
    }

/**/

.five {
    width: 1000px;
    margin: 50px auto 0;
    position: relative;
}

.five_b {
    width: 1000px;
    margin: 50px auto 0;
}

    .five_b li {
        float: left;
        width: 313px !important;
        margin: 0px 10px;
        border: #eee 1px solid;
        box-shadow: 0 3px 10px 3px #eaeaea;
        box-sizing: border-box;
        padding: 20px;
        height: 142px !important;
    }

        .five_b li img {
            width: 100px;
            height: 100px;
            display: block;
            float: left;
        }

        .five_b li div {
            width: 156px;
            float: right;
        }

        .five_b li h5 {
            font-size: 16px;
            color: #0051a3;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

        .five_b li p {
            height: 70px;
            overflow: hidden;
            line-height: 2em;
        }


        .five_b li:hover {
            background: #0051a3;
        }

.five_a, .five_c {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 20px;
    border: 1px solid #0051a3;
    top: 190px;
    text-align: center;
    line-height: 28px;
}

.five_a {
    left: -50px;
}

.five_c {
    right: -50px;
}
/**/
.six {
    width: 100%;
    padding: 50px 0;
    margin-top: 50px;
    background: url("../image/photo_bg.gif") repeat;
}

.six_m {
    width: 1000px;
    margin: 0px auto 0;
    background: #fff;
    border: #eee 1px solid;
    box-shadow: 0 3px 10px 3px #eaeaea;
    height: 352px;
    overflow: hidden;
}


.six_l {
    width: 500px;
    float: left;
    padding: 25px;
    box-sizing: border-box;
    line-height: 1.8em;
    font-size: 14px;
}

.six_text {
    height: 85px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .six_text h1 {
        display: block;
        font-size: 25px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .six_text h2 {
        font-size: 18px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
    }

.six_l .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #0051a3;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.six_r {
    float: right;
    width: 500px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
}

    .six_r:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        background: #0051a3;
        width: 300px;
        height: 350px;
        z-index: 1;
    }

    .six_r img {
        width: 450px;
        height: 300px;
        display: block;
        position: inherit;
        z-index: 2;
    }
/**/
.sever {
    width: 1000px;
    margin: 50px auto 0;
}

.sever_l {
    width: 600px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    height: 475px;
    overflow: hidden;
}

.sever_title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    position: relative;
}

    .sever_title h1 {
        font-size: 16px;
        float: left;
        font-weight: bold;
    }

    .sever_title .more {
        float: right;
        font-size: 14px;
    }

    .sever_title:after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background: #0051a3;
        position: absolute;
        bottom: -2px;
    }

.sever_l ul {
    margin-top: 20px;
}

.sever_l li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    overflow: hidden;
    width: 280px;
    margin: 0px 10px 15px;
    float: left;
}

.sever_l .red {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 3px;
}


.sever_l h6 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}

.sever_l li p {
    height: 65px;
    line-height: 1.8em;
    overflow: hidden;
}
/**/
.sever_r {
    width: 370px;
    float: right;
}

.sever_gd {
    height: 408px;
    width: 350px;
    margin: 20px auto 0px;
}

    .sever_gd li {
        margin-bottom: 10px;
    }

        .sever_gd li h6 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .sever_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;
            }

        .sever_gd li p {
            height: 50px;
            line-height: 2em;
            font-size: 12px;
            overflow: hidden;
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
        }

            .sever_gd li p:before {
                height: 16px;
                line-height: 16px;
                text-align: center;
                display: block;
                content: '答';
                background: #0051a3;
                width: 16px;
                border-radius: 2px;
                font-size: 12px;
                position: absolute;
                left: 0px;
                top: 5px;
            }
/**/
.eight {
    background: #46af33;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}



    .eight ul {
        width: 1000px;
        margin: 0px auto 0;
    }

        .eight ul li {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            margin: 0px 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;
        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: #0051a3;
            position: absolute;
            top: 16px;
            left: 7px;
        }

        .main_nav .nav_a h1:before {
            content: '';
            display: block;
            width: 80px;
            height: 1px;
            background: #0051a3;
            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(../image/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: #0051a3;
        position: absolute;
        top: 16px;
        left: 7px;
    }

    .main_top:before {
        content: '';
        display: block;
        width: 80px;
        height: 1px;
        background: #0051a3;
        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 #0051a3;
}



.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(../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: 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 #0051a3;
        background: #0051a3;
    }

/*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: #0051a3;
}

.footer_line {
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    width: 1000px;
    margin: auto;
    padding-top: 10px;
}

    .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;
    }


/**/


.container {
    width: 1000px;
    margin: auto;
}
.flink {
    background: #0051a3;
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}