html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1400px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.one_2, .two_nav .now, .three_title .more, .three_l h3, .six_m li:after, .nine, .process_title, .group, .group li, .tj_cp li:hover a {
    color: #fff;
}

/**/
#slides {
    position: relative;
    width: 100%;
}


    #slides img {
        width: 100%;
        display: block;
    }


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
        width: 240px;
        margin-left: -120px;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 5px;
            width: 50px;
            height: 2px;
            background: #555;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
        }


            #slides .hd li.on {
                background: #e62129;
            }


/*header*/

.header {
    width: 100%;
}

.header_top {
    padding: 20px 0;
    overflow: hidden;
}

.header_dh {
    background: url(../image/dh.png) no-repeat left;
    color: #4f4f4f;
    font-size: 20px;
    line-height: 1.7rem;
    padding-left: 1.5rem;
    background-position-y: 3px;
    margin-top: 20px;
}
/*logo*/
.logo_img img {
    max-height: 100%;
}

.logo_img {
    max-width: 800px;
}
/**/

/*导航*/

.navbox {
    width: 100%;
    line-height: 55px;
    border-top: 1px solid #a0a0a0;
    background: #204c97;
    clear: both;
}

.nav li {
    position: relative;
    float: left;
    height: 55px;
}




.nav a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0px 25px;
    line-height: 40px;
    margin-top: 7px;
    color: #fff;
}

.nav_ul {
    position: absolute;
    top: 55px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #204c97;
}


    .nav_ul li {
        float: none;
        background: none;
        height: 40px;
    }

        .nav_ul li a {
            padding: 0px;
            font-size: 14px;
            margin: 0px;
        }

.nav li:hover .nav_ul {
    display: block;
}

.nav a.cur, .nav a:hover {
    background: #dd0000;
    color: #fff;
}
/**/

/*one*/

.one {
    width: 100%;
    margin-top: 50px;
}

.one_title, .two_title {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    font-size: 18px;
    color: #2f3034;
    line-height: 34px;
}

    .one_title h2, .two_title h2 {
        color: #2f3034;
        font-size: 48px;
        text-align: center;
        margin-bottom: 30px;
        height: 50px;
        line-height: 50px;
    }

.one ul {
    margin-top: 45px;
    overflow: hidden;
}

.one li {
    position: relative;
    width: 24%;
    margin-right: 1.3%;
    box-sizing: border-box;
    float: left;
    background: #f5f5f5;
    padding-bottom: 20px;
}

    .one li:nth-child(4n) {
        margin-right: 0;
    }

    .one li img {
        width: 100%;
        display: block;
    }

    .one li:nth-child(4n) {
        margin-right: 0;
    }

.one_1 {
    padding: 0px 42px 0;
    color: #292c31;
    font-size: 18px;
    line-height: 26px;
}

    .one_1 h3 {
        color: #292c31;
        font-size: 30px;
        line-height: 80px;
        height: 80px;
        overflow: hidden;
    }

    .one_1 .more {
        display: block;
        float: right;
        color: #292c31;
        font-size: 18px;
        margin-top: 40px;
    }

.one_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0px;
    display: none;
}

.one_2 {
    text-align: center;
    padding: 130px 30px 0px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
}

    .one_2 h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 25px;
        height: 30px;
        overflow: hidden;
    }

.one li:hover .one_2 {
    display: block;
}
/**/

.two {
    overflow: hidden;
    margin-top: 50px;
}

.two_nav {
    max-width: 800px;
    margin: 30px auto 30px;
    overflow: hidden;
}

    .two_nav li {
        border-radius: 10px;
        background: #e5e5e5;
        padding: 0px 25px;
        line-height: 30px;
        float: left;
        margin: 0px 9px 9px;
    }

        .two_nav li a {
            padding: 0px 25px;
        }

.two_m {
    margin: 30px auto 0;
}

.product li {
    float: left;
    width: 450px;
    margin-right: 25px;
    box-sizing: border-box;
    border: 6px solid #f5f5f5;
    margin-bottom: 25px;
    background: #f5f5f5;
    padding-bottom: 20px;
}

    .product li:nth-child(3n) {
        margin-right: 0px;
    }

.product img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.product li h3, .product li p {
    float: left;
    width: 50%;
    line-height: 40px;
    color: #292c31;
    font-size: 18px;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 40px;
    overflow: hidden;
}

.product li b {
    color: #ff0101;
}

.two_nav .now {
    background: #e62129;
}

/**/
.three {
    margin: 50px auto 0;
    overflow: hidden;
    width: 1200px;
}

.three_title {
    margin-bottom: 40px;
}

    .three_title span {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: bold;
        display: block;
    }

    .three_title h2 {
        font-size: 44px;
        color: #292c31;
        letter-spacing: 2px;
        display: inline-block;
    }

    .three_title .more {
        display: inline-block;
        width: 80px;
        height: 24px;
        background: #000;
        line-height: 24px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        margin-left: 40px;
    }

        .three_title .more:hover {
            background: #f00;
        }

.three_l {
    width: 530px;
    color: #595757;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}

    .three_l h3 {
        background: #292c31;
        font-size: 16px;
        line-height: 32px;
        border-radius: 16px;
        margin-bottom: 32px;
        width: 310px;
        text-align: center;
    }

.three_img {
    display: inline-block;
    margin-right: 45px;
    margin-top: 60px;
}

.three_r {
    width: 610px;
}

    .three_r img {
        width: 100%;
        display: block;
    }
/**/
.fore {
    margin: 50px auto 0;
    position: relative;
    padding: 50px 0;
}

.fore_img {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0px;
    height: 100%;
}

    .fore_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.fore_m {
    width: 1200px;
    padding: 30px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.fore_l {
    padding-top: 120px;
    width: 500px;
    font-size: 14px;
    color: #191919;
}

.fore_title {
    color: #191919;
    font-size: 14px;
    margin-bottom: 40px;
}

    .fore_title h2 {
        font-size: 48px;
        color: #191919;
        position: relative;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

        .fore_title h2:after {
            width: 50px;
            height: 1px;
            background: #8c8c8c;
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0px;
        }

.fore_r {
    width: 572px;
}

    .fore_r img {
        width: 143px;
        padding: 5px;
        box-sizing: border-box;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        transition: 0.4s;
        float: left;
        height: 98px;
    }

        .fore_r img:hover {
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: none;
            -o-filter: none;
            filter: none;
            transition: 0.4s;
        }
/**/

.five {
    overflow: hidden;
    margin: 50px auto 0px;
    width: 1200px;
}

.five_title {
    position: relative;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    padding-bottom: 50px;
}

    .five_title h2 {
        color: #292c31;
        font-size: 56px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }

    .five_title:after {
        content: '......';
        font-size: 24px;
        width: 40px;
        position: absolute;
        bottom: 0px;
        display: block;
        left: 50%;
        margin-left: -20px;
    }

.five_m {
    margin-top: 25px;
    position: relative;
}

    .five_m h3 {
        text-align: center;
        font-size: 24px;
        color: #646464;
        margin-bottom: 35px;
    }

    .five_m .bd {
        width: 870px;
        margin: auto;
    }

    .five_m li img {
        width: 19%;
        border: 1px solid #5f5f5f;
        box-sizing: border-box;
        display: block;
        margin: 0px 0.5% 6px;
        float: left;
    }

    .five_m .prev {
        width: 50px;
        height: 102px;
        background: url(../image/footer_03.png) no-repeat center center;
        left: 50px;
        top: 170px;
        position: absolute;
    }

    .five_m .next {
        width: 50px;
        height: 102px;
        background: url(../image/footer_05.png) no-repeat center center;
        right: 50px;
        top: 170px;
        position: absolute;
    }
/**/
.six {
    background: #f5f5f5;
    overflow: hidden;
    margin: 50px 0 0;
    padding: 50px 0;
}

.six_title {
    color: #7c7c7c;
    font-size: 24px;
    text-align: center;
}

    .six_title h2 {
        color: #464646;
        font-size: 48px;
        margin-top: 25px;
    }

.six_m {
    margin-top: 50px;
    position: relative;
}


    .six_m .bd {
        overflow: hidden;
    }

        .six_m .bd li {
            width: 213px;
            float: left;
            margin: 0px 10px;
            position: relative;
            padding-bottom: 15px;
        }

            .six_m .bd li img {
                width: 100%;
                height: 213px;
                display: block;
            }

            .six_m .bd li h3 {
                text-align: center;
                line-height: 25px;
                margin-top: 15px;
                font-size: 20px;
            }

                .six_m .bd li h3 b {
                    display: block;
                    color: #9c9c9c;
                    font-size: 16px;
                }

            .six_m .bd li p {
                color: #9c9c9c;
                font-size: 16px;
                text-align: center;
                padding: 0px 10px;
                margin: 15px auto 0;
                box-sizing: border-box;
                height: 95px;
                overflow: hidden;
            }

            .six_m .bd li:after {
                content: '了解更多+';
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                position: absolute;
                top: 0px;
                line-height: 388px;
                text-align: center;
                font-size: 18px;
                display: none;
                transition: 0.2s;
            }

            .six_m .bd li:hover:after {
                display: block;
                transition: 0.2s;
            }

    .six_m .hd {
        text-align: center;
        margin-top: 30px;
    }


        .six_m .hd li {
            width: 10px;
            height: 10px;
            border: 1px solid #b0b0b0;
            border-radius: 50%;
            display: inline-block;
            margin: 0px 5px;
            color: transparent;
        }

            .six_m .hd li.on {
                border-color: #1c2126;
                background: #1c2126;
            }
/**/
.sever {
    background: #2b2d32;
    padding: 50px 0px;
    overflow: hidden;
}

    .sever li {
        width: 248px;
        margin: 0px 136px 0px 0px;
        float: left;
    }

        .sever li:nth-child(4n) {
            margin-right: 0;
        }

        .sever li img {
            height: 100%;
            width: 100%;
            display: block;
        }
/**/
.eight {
    padding: 50px 0;
    color: #2c2b2b;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

.eight_title {
    color: #a3a3a3;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

    .eight_title h2 {
        color: #2e2d2f;
        font-size: 48px;
        margin-bottom: 25px;
    }
/**/
.nine {
    background: #2b2d31;
    position: relative;
}

.nine_img img {
    margin: auto;
    display: block;
    width: 455px;
    height: 736px;
}

.nine ul {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -700px;
}

.nine li {
    position: absolute;
    font-size: 16px;
    line-height: 30px;
}

    .nine li h3 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 30px;
    }

 .nine li:nth-child(1) {
    left: 0;
    top: 190px;
   
    text-align: right;
}

  .nine li:nth-child(2) {
       right:0;
        top: 190px;
        
    }


  .nine li:nth-child(3) {
    left: 0;
    top: 450px;
  
    text-align: right;
}

    .nine li:nth-child(4) {
        right:0;
        top: 450px;
        
    }
/*内页*/
.page_container {
    margin: 0px auto 30px;
    width: 1400px;
}
/*product*/


/*标题*/

.page_title {
    margin-top: 50px;
    text-align: center;
    color: #212121;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 45px;
}

    .page_title b {
        color: #cfcfcf;
        font-size: 35px;
        display: block;
        margin-top: 10px;
    }







/*导航*/
.page_nav {
    clear: both;
    color: #666;
    font: 14px/24px Arial;
    padding: 0;
    margin-bottom: 30px;
}

    .page_nav h3 {
        color: #6a6d6d;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }

    .page_nav ul {
        margin-top: 50px;
    }

    .page_nav li {
        border-radius: 10px;
        background: #e5e5e5;
        float: left;
        margin: 0px 9px 9px;
        position: relative;
    }

        .page_nav li a {
            padding: 0px 25px;
            line-height: 30px;
        }

.page_nav_ul {
    position: absolute;
    top: 30px;
    margin: 0 !important;
    width: 100%;
    left: 0px;
    display: none;
}

ul.page_nav_ul li {
    float: none;
    padding: 0px;
    width: 100%;
    margin: 4px 0px;
}

ul.page_nav_ul li a {
    padding: 0;
}

.page_nav li:hover .page_nav_ul {
    display: block;
}

.page_nav a.cur, .page_nav a:hover {
    background: #f00;
    display: block;
    color: #fff;
    border-radius: 10px;
}
/**/
.page_xw {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.page_xw_text {
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    border-top: 3px solid #3f9d3f;
    padding: 0px 20px 0px;
}

    .page_xw_text a {
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
    }

    .page_xw_text span {
        font-size: 14px;
        color: #999;
        font-family: "Arial";
        display: inline-block;
    }

.page_xw ul {
    padding: 20px;
}

.page_xw .xw1 img {
    width: 305px;
    height: 160px;
    float: left;
}

.page_xw .xw1 div {
    float: right;
    width: 530px;
}

.page_xw .xw1 span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.page_xw .xw1 p {
    line-height: 22px;
    height: 130px;
    overflow: hidden;
    font-size: 14px;
}

.page_xw .xw1 {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.page_xw .xw2 {
    overflow: hidden;
    height: 35px;
    width: 400px;
    float: left;
    padding-left: 15px;
    line-height: 28px;
    position: relative;
    margin-right: 14px;
}



    .page_xw .xw2:before {
        content: "+";
        width: 7px;
        height: 7px;
        line-height: 7px;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0px;
    }



/*product*/
.page_product ul {
    overflow: hidden;
    margin-bottom: 15px;
}
/**/
.process {
    background: #2f3034;
    overflow: hidden;
    padding-bottom: 30px;
}

.process_title {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

    .process_title h2 {
        font-weight: bold;
    }

.process li {
    float: left;
    width: 160px;
    height: 160px;
    position: relative;
    margin-right: 88px;
}

    .process li:before {
        content: "";
        width: 41px;
        height: 31px;
        background: url(../image/liucheng_icon_20.png) no-repeat;
        position: absolute;
        right: -65px;
        top: 65px;
    }

    .process li:last-child:before {
        display: none;
    }

    .process li:last-child {
        margin-right: 0;
    }

    .process li img {
        width: 100%;
        height: 100%;
        display: block;
    }

/**/

.fives {
    margin-top: 50px;
}

.fives_title, .group_title {
    text-align: center;
    color: #828487;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}

    .fives_title h2, .group_title h2 {
        color: #292c31;
        font-size: 35px;
        font-weight: bold;
        line-height: 35px;
        height: 35px;
        margin-bottom: 15px;
        margin-left: -125px;
    }

        .fives_title h2 b, .group_title b {
            color: #f00;
            font-size: 60px;
            font-weight: bold;
        }

.fives ul {
    margin-top: 50px;
    overflow: hidden;
}

.fives li {
    width: 238px;
    margin: 0px 21px 0px;
    background: #f5f5f5;
    float: left;
}

.fives_text {
    padding: 28px;
    box-sizing: border-box;
    text-align: center;
    color: #292c31;
    font-size: 18px;
    line-height: 26px;
    height: 160px;
}

.fives li img {
    width: 100%;
    display: block;
    height: 209px;
}

/**/
.group {
    background: #292c31;
    margin-top: 50px;
    padding: 50px 0;
}

.group_title h2, .group_title {
    color: #fff;
}

.group ul {
    margin-top: 50px;
    padding-left: 250px;
    overflow: hidden;
    margin-bottom: 50px;
}

    .group ul li {
        font-size: 24px;
        line-height: 40px;
    }

.group ol {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

    .group ol li {
        width: 280px;
        float: left;
        margin: 0px 10px;
    }

    .group ol img {
        width: 100%;
        display: block;
    }

/**/
.page_tj {
    margin-top: 50px;
    overflow: hidden;
}



.tj_title {
    padding-bottom: 18px;
    border-bottom: 1px solid #d3d3d3;
    color: #8f8d8d;
}

.tj_xw h2 {
    color: #ff0101;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-right: 12px;
}

.tj_xw {
    width: 855px;
}

    .tj_xw ul {
        margin-top: 15px;
    }

    .tj_xw li {
        border: 1px solid #cfcfcf;
        padding: 12px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .tj_xw li img {
            width: 19rem;
            height: 164px;
            display: block;
            float: left;
        }

    .tj_xw .fr {
        width: 510px;
    }

        .tj_xw .fr h3 {
            color: #353736;
            font-weight: bold;
            font-size: 20px;
            line-height: 35px;
            overflow: hidden;
            height: 35px;
        }

        .tj_xw .fr .desc {
            height: 72px;
            overflow: hidden;
            margin: 15px 0;
        }

        .tj_xw .fr span {
            color: #7a7979;
        }

/**/

.tj_cp {
    width: 500px;
    border-left: 1px solid #c7c7c7;
    box-sizing: border-box;
}

    .tj_cp li {
        float: left;
        height: 50px;
        border-bottom: 1px solid #c7c7c7;
        width: 200px;
        margin-left: 45px;
    }

        .tj_cp li:nth-child(2n) {
            margin-right: 0;
        }

        .tj_cp li a {
            line-height: 50px;
            float: left;
            color: #393939;
            transition: 0.2s;
            display: block;
            width: 100%;
            padding: 0px 5px;
            box-sizing: border-box;
            overflow: hidden;
            height: 50px;
        }

        .tj_cp li:hover a {
            background: #ff0101;
            transition: 0.2s;
        }
/*product_content*/

.product_item {
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.product_banner {
    width: 700px;
}

.product_fl {
    position: relative;
    overflow: hidden;
}

.bigImg {
    width: 700px;
    margin: auto;
    height: 465px;
    overflow: hidden;
}

    .bigImg li, .bigImg li img {
        width: 700px;
        height: 465px;
    }

.product_qh {
    width: 500px;
    margin: 20px auto 0;
    overflow: hidden;
    display: none;
}

    .product_qh li {
        float: left;
        margin: 0px 10px;
        border: solid #ccc 1px;
        padding: 2px;
        width: 80px;
        height: 60px;
        box-sizing: border-box;
    }

        .product_qh li img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .product_qh .on {
        border: solid #53d4f7 1px;
    }

.product_fl .sPrev, .product_fl .sNext {
    position: absolute;
    background: url(http://static2.fuhai360.com/n190312/images/controls.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    top: 40%;
}


.product_fl .sNext {
    right: 0px;
    background-position: -43px 0;
}
/**/
.product_fr {
    overflow: hidden;
    width: 600px;
}

    .product_fr span {
        display: block;
        color: #1c2126;
        font-size: 32px;
        padding: 24px 0px;
        line-height: 40px;
    }

    .product_fr p {
        color: #57595b;
        font-size: 20px;
        line-height: 28px;
    }

    .product_fr i {
        color: #57595b;
        font-size: 16px;
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 30px;
        font-style: normal;
    }

    .product_fr a {
        display: inline-block;
        margin-left: 10px;
        color: #f00;
    }
/**/
.product_content {
    background: #f5f5f5;
    padding: 30px 0;
    overflow: hidden;
}

    .product_content img {
        height: auto;
    }

/**/
.page_img img {
    width: 100%;
    display: block;
}
/*article*/
.page_navs {
    background: #f5f5f5;
    margin-top: 50px;
}

    .page_navs li {
        display: inline-block;
        position: relative;
    }



    .page_navs a {
        line-height: 56px;
        padding: 0px 20px;
        display: block;
        color: #292c31;
        font-size: 18px;
        text-align: center;
    }

ul.page_navs_ul {
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    display: none;
}

    ul.page_navs_ul li {
        width: 100%;
    }

    ul.page_navs_ul a {
        line-height: 30px;
        font-size: 14px;
        padding: 0px;
        text-align: center;
    }

.page_navs li:hover ul.page_navs_ul {
    display: block;
    z-index: 2;
}

.page_navs.container .cur, .page_navs li a:hover {
    background: #292c31;
    color: #fff;
}

.page_navs .cur:before {
    content: '';
    border-top: 15px solid #292c31;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.page_navs_ul .cur:before {
    display: none;
}
/**/

ol.article {
    margin-top: 30px;
}

    ol.article li {
        border: 1px solid #cfcfcf;
        padding: 12px;
        overflow: hidden;
        position: relative;
        margin-bottom: 29px;
        box-sizing: border-box;
    }

        ol.article li img {
            width: 300px;
            height: 164px;
            display: block;
        }

.arright {
    width: 900px;
    margin-left: 20px;
}

ol.article li h3 {
    line-height: 50px;
    color: #353736;
    font-weight: bold;
    font-size: 20px;
}

ol.article li p {
    color: #7a7979;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
}

ol.article .time {
    width: 80px;
    padding-top: 40px;
}

    ol.article .time span {
        color: #7a7979;
        font-size: 26px;
        margin-bottom: 35px;
        display: block;
    }

    ol.article .time b {
        color: #7a7979;
        font-size: 14px;
    }
/**/


/*上下键*/
.main_next {
    overflow: hidden;
    width: 1400px;
    margin: auto;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 16px;
        color: #000;
    }

        .main_next .prevrecord a, .main_next .nextrecord a {
            color: #666;
        }

/*article_content*/



.Article_text {
    color: #0e0f0f;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.Article_content .info {
    text-align: right;
    color: #505050;
    font-size: 14px;
}

.Article_content .detail {
    padding: 10px 10px;
}

    .Article_content .detail img {
        height: auto;
    }

.Article_content .news_page_a {
    display: block;
    padding: 5px 30px;
    background: #1c2126;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0px auto;
    margin-top: 35px;
    width: 135px;
    box-sizing: border-box;
}

/*上下键*/
.pading {
    clear: both;
    text-align: center;
}
.pading li{
    width: 20% !important;
    background-color: #fff !important;
    border: 6px solid #ffffff !important; 
}

    .pading a, .pading span {
        border: #e3e3e3 1px solid;
        color: #3f3f3e;
        text-decoration: none;
        overflow: hidden;
        padding: 15px 25px;
        display: inline-block;
        font-size: 25px;
    }

    .pading .next, .pading .prev {
        border: #c7202c 1px solid;
        overflow: hidden;
        padding: 15px 25px;
        margin: 0 20px;
        display: inline-block;
    }

    .pading span.current {
        background: #c7202c;
        border: #c7202c 1px solid;
        color: #fff;
        margin: 0 20px;
    }



/*page*/


/**/

/*footer*/
.footer {
    padding: 30px 0;
    background: #253653;
}

.footer_yl {
    border-bottom: 1px solid #7d8491;
    line-height: 50px;
    margin-bottom: 20px;
}

.footer_l {
    border-right: 1px solid #7d8491;
    padding-right: 30px;
}

.footer_r {
    padding-left: 30px;
}

/*相关产品相关文章开始*/
.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;
    }


/**/

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        color: inherit;
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addnews {
    padding: 40px 0;
}

.ntitle {
    font-size: 18px;
}

    .ntitle h2 {
        font-size: 18px;
        display: inline-block;
    }

.qh {
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
}

    .qh li {
        display: inline-block;
        line-height: 30px;
        border: 1px solid #d2d2d2;
        margin: 0px 5px;
    }

        .qh li.now {
            background: #2b2d31;
            color: #fff;
        }

        .qh li a {
            padding: 0px 20px;
        }

.nlist {
    overflow: hidden;
}

    .nlist li {
        width: 453px;
        margin: 0px 20px 20px 0px;
        float: left;
        transition: all 0.5s ease;
        box-shadow: 0px 5px 10px #eaeaea;
        padding: 10px;
        box-sizing: border-box;
    }

        .nlist li:nth-child(3n) {
            margin-right: 0;
        }

        .nlist li span {
            font-size: 18px;
            line-height: 24px;
            display: block;
            color: #999;
        }

        .nlist li h3 {
            font-size: 18px;
            line-height: 50px;
            height: 50px;
            overflow: hidden;
            color: #1f1e19;
            transition: all 0.5s ease;
        }

        .nlist li p {
            color: #999;
            line-height: 25px;
            transition: all 0.5s ease;
            height: 50px;
            overflow: hidden;
        }

        .nlist li:hover {
            -moz-transform: translateY(5px);
            -webkit-transform: translateY(5px);
            -o-transform: translateY(5px);
            -ms-transform: translateY(5px);
            transform: translateY(5px);
        }
.interlink {
    width: 100%;
    background: #1c2126;
    padding-bottom: 10px;
}.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    font-size: 14px;
    float: left;
    margin-right: 10px;
    color: #7d8491;
}

.interlink__list a {
    float: left;
    margin: 0 6px;
    color: #7d8491;
}