html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

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: 74%;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
}

    .title b {
        color: #c72126;
    }

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

    .index_img img {
        width: 100%;
        height: 100%;
        display: block;
    }


.header_top, .two_nav li.now, .two_ul .more:hover, .five, .six .prev, .six .next, .process_title, .group {
    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: 12px;
            background: #555;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
        }


            #slides .hd li.on {
                background: #e62129;
            }


/*header*/

.header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: #ffffffdb;
}
.header_top {
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    background: #333;
    font-size: 16px;
}

.header_dh {
    background: url(../images/dh.png) no-repeat left;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    background-position-y: 3px;
    margin-top: 20px;
}
/*logo*/

.logo img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
}

.logo {
    float: left;
    margin-top: 14px;
}
/**/

/*导航*/

    .nav li {
        width: 16.5%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 90px;
    }

        .nav li a {
            display: block;
            font-size: 18px;
        }

.nav_ul {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    display: none;
    background: #ffffffdb;
    top: 90px;
}

.nav li .nav_ul {
    width: auto;
    float: none;
    width: 100%;
}

.nav_ul li {
    width: 100%;
    line-height: 40px;
}

ul.nav_ul li a {
    font-size: 14px;
}

.nav li:hover .nav_ul {
    display: block;
}

.nav:after {
    content: "";
    display: block;
    clear: both;
}

.nav li a:hover{
    color: #fff;
    background: #505050;
}
/**/

/*one*/

.one {
    margin: 50px auto 0;
}

    .one ul {
        margin-top: 50px;
    }

    .one li {
        width: 22%;
        float: left;
        padding: 30px 10px;
        box-sizing: border-box;
        color: #636363;
        margin: 0px 10px;
    }
.one li:hover span{ color: #000;}
        .one li:hover {
            box-shadow: 0 0px 8px #000;
        }


        .one li img {
            width: 190px;
            height: 190px;
            display: block;
            border-radius: 50%;
            margin: auto;
        }

    .one h3 {
        line-height: 60px;
        text-align: center;
        font-size: 24px;
    }

    .one li:hover h3 {
        color: #db3839;
    }
/**/

.two {
    overflow: hidden;
    margin-top: 50px;
}

.two_nav {
    margin: 30px 0 0;
    text-align: center;
}

    .two_nav li {
        display: inline-block;
        line-height: 40px;
        padding: 0px 2%;
        border: 1px solid #c72126;
        color: #c72126;
        font-size: 16px;
        margin: 0px 0.5%;
    }

        .two_nav li.now, .two_ul .more:hover {
            background: #c72126;
        }

.two_ul {
    margin-top: 30px;
}

    .two_ul ul {
        overflow: hidden;
    }

    .two_ul li {
        float: left;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .two_ul li:nth-child(4n) {
            margin-right: 0;
        }

        .two_ul li img {
            width: 100%;
            display: block;
        }

        .two_ul li h3 {
            font-size: 18px;
            line-height: 44px;
            overflow: hidden;
            padding-right: 30px;
            position: relative;
            box-sizing: border-box;
            height: 44px;
            border-bottom: 1px solid #333;
        }

            .two_ul li h3:after {
                content: ">";
                position: absolute;
                right: 0;
                width: 30px;
                text-align: center;
                top: 0;
                font-family: serif;
                color: #333;
            }

        .two_ul li:hover h3, .two_ul li:hover h3:after {
            color: #c72126;
        }

        .two_ul li:hover h3 {
            border-color: #c72126;
        }

    .two_ul .more {
        text-align: center;
        font-size: 20px;
        color: #c72126;
        border: 1px solid #c72126;
        line-height: 45px;
        width: 300px;
        margin: auto;
        display: block;
    }


/**/
.three {
    margin: 50px auto 0;
    overflow: hidden;
    background: #e8e6e6;
    padding: 50px 0;
}

    .three li {
        width: 24%;
        float: left;
        padding: 0px 20px;
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
        line-height: 35px;
    }

        .three li img {
            max-width: 100%;
            display: block;
            margin: 0 auto 10px;
        }

        .three li b {
            font-size: 36px;
            color: #c72126;
            display: block;
        }
/**/
.fore {
    margin: 50px auto 0;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}



.fore_img {
    width: 50%;
    height: 430px;
}

    .fore_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.fore:after {
    content: '';
    width: 40%;
    height: 100%;
    background: #e8e6e6;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.fore_r {
    width: 45%;
    padding-right: 10%;
    box-sizing: border-box;
    color: #5a5a5a;
    line-height: 30px;
}

    .fore_r .title {
        line-height: 100px;
        text-align: left;
    }

    .fore_r .more {
        display: block;
        color: #323232;
        margin-top: 5%;
    }
/**/

.five {
    margin: 50px auto 0px;
    position: relative;
    overflow: hidden;
}

    .five .index_img {
        top: 104px;
    }

.five_title {
    text-align: center;
    color: #c72126;
}

    .five_title h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .five_title h3 {
        font-size: 18px;
        line-height: 50px;
    }

    .five_title h4 {
        font-size: 20px;
        font-weight: bold;
    }

.five .container {
    padding: 50px 0;
    overflow: hidden;
}

.five_ul {
    width: 46%;
    margin-right: 2%;
}

    .five_ul:nth-child(2n) {
        margin-right: 0px;
    }

    .five_ul h2 {
        font-size: 20px;
        line-height: 50px;
    }

    .five_ul li {
        position: relative;
        overflow: hidden;
        line-height: 40px;
        border-bottom: 1px dashed #fff;
        font-size: 16px;
        padding-left: 30px;
        box-sizing: border-box;
    }

        .five_ul li:after {
            content: '';
            border-left: 8px solid #fff;
            border-bottom: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid transparent;
            position: absolute;
            left: 11px;
            top: 11px;
        }

    .five_ul .first {
        border-bottom: none;
        font-size: 14px;
        padding-left: 0px;
        line-height: 24px;
    }



    .five_ul li img {
        width: 300px;
        height: 250px;
        display: block;
    }

    .five_ul li .fr {
        width: 320px;
        height: 200px;
        background: #f7f7f7;
        position: absolute;
        right: 0px;
        top: 25px;
        padding: 15px 20px 0px 20px;
        box-sizing: border-box;
    }

    .five_ul li em {
        color: #c72126;
        font-size: 18px;
        line-height: 30px;
    }

    .five_ul li h3 {
        font-size: 18px;
        color: #444;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .five_ul li p {
        color: #999;
        height: 72px;
        overflow: hidden;
    }

    .five_ul li b {
        width: 105px;
        line-height: 25px;
        display: block;
        border: 2px solid #c72126;
        text-align: center;
        color: #c72126;
        margin-top: 10px;
        box-sizing: border-box;
    }


    .five_ul .more {
        font-size: 16px;
        margin-left: 10px;
        line-height: 40px;
        text-decoration: underline;
    }
/**/
.six {
    margin: 50px auto 0;
    position: relative;
}

    .six .bd {
        width: 100%;
        margin: 30px auto 0;
        font-size: 0;
    }

    .six li img {
        border: 1px solid #eee;
        width: 220px;
        height: 160px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

        .six li img:hover {
            box-shadow: 0px 0px 20px #ccc;
            -webkit-box-shadow: 0px 0px 20px #ccc;
        }

    .six .prev, .six .next {
        width: 35px;
        height: 85px;
        line-height: 85px;
        background: #999;
        display: block;
        position: absolute;
        text-align: center;
        font-size: 25px;
        font-family: '宋体';
        top: 190px;
        z-index: 9;
    }



    .six .next {
        background: #c72126;
        right: 0px;
    }

/**/
.sever {
    background: #333;
    box-sizing: border-box;
    margin-top: 40px;
}
.sever .container {
    padding-bottom: 15px;
   
}

.sever .tb {
    vertical-align: middle;
    margin-right: 5px;
}
/**/

/*内页*/
.page_container {
    margin: 0px auto;
    width: 80%;
    padding: 1% 0;
}
/*product*/

.page .container {
    width: 80%;
    margin: auto;
}
/*标题*/

.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;
}

.page_nav li:hover .page_nav_ul {
    display: block;
}

.page_nav a.cur, .page_nav a:hover {
    background: #c72126;
    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;
}


.product li {
    float: left;
    width: 32%;
    margin-right: 1.6%;
    box-sizing: border-box;
    border: 6px solid #f5f5f5;
    margin-bottom: 25px;
    background: #f5f5f5;
    overflow: hidden;
}

    .product li:nth-child(3n) {
        margin-right: 0;
    }

    .product li h3, .product li p {
        font-size: 18px;
        line-height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        width: 50%;
    }
.test_a{ display: block; margin: 0 auto; width: 100%; overflow: hidden;}
.test_a img {
    width: 100%;
    transform:scale(1);
    transition: all 1s ease 0s;
}
.test_a:hover img{transform:scale(1.1);transition: all 1s ease 0s; overflow: hidden;}
/**/
.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: 11%;
    position: relative;
    margin-right: 6%;
}

    .process li:before {
        content: "";
        width: 41px;
        height: 31px;
        background: url(../images/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: 50px auto 0 !important;
}

.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: #c72126;
    font-size: 60px;
    font-weight: bold;
}

.fives ul {
    margin-top: 50px;
    overflow: hidden;
}

.fives li {
    width: 16%;
    margin: 0px 20px 0px;
    background: #f5f5f5;
    float: left;
}

.fives_text {
    box-sizing: border-box;
    text-align: center;
    color: #292c31;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6%;
}

.fives li img {
    width: 100%;
    display: block;
}

/**/
.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: 50px auto 0!important;
    overflow: hidden;
}



.tj_title {
    padding-bottom: 18px;
    border-bottom: 1px solid #d3d3d3;
    color: #8f8d8d;
}

.tj_xw h2 {
    color: #c72126;
    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: 300px;
            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 {
           color: #c72126;
            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(../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: #c72126;
}
/**/
.product_content {
    background: #f5f5f5;
    padding: 30px 0;
    overflow: hidden;
}

    .product_content img {
        height: auto;
    }

/**/
.page_img img {
    width: 100%;
    display: block;
}
/*article*/
.page_navs {
    width: 80%;
    margin: 20px auto;
}

    .page_navs li {
        display: inline-block;
        position: relative;
    }



    .page_navs a {
        line-height: 56px;
        padding: 0px 30px;
        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 .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: 24%;
            height: 164px;
            display: block;
        }

.arright {
    width: 60%;
    margin-left: 20px;
}

ol.article li h3 {
    line-height: 50px;
    color: #353736;
    font-weight: bold;
    font-size: 20px;
}

ol.article li p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
}

ol.article .time {
    width: 10%;
    padding-top: 52px;
}

    ol.article .time span {
        color: #7a7979;
        font-size: 20px;
        margin-bottom: 18px;
        display: block;
        text-align: right;
    }

    ol.article .time b {
        color: #7a7979;
        font-size: 14px;
    }
/**/


/*上下键*/
.main_next {
    overflow: hidden;
    width: 80%;
    margin: auto;
    padding: 16px 0;
    border-top: 1px solid #ccc;
}

    .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 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: 15px 0;
    background: #000;
}



/*相关产品相关文章开始*/
.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;
}
/*首页滚动*/
			* {padding: 0;margin: 0;}
			body {background: #f3f3f3;}
			.Box {position: relative; margin-top: 36px;}
			.Box .content {width: 89%;margin: 0 auto;}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}
			.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -72px;}
			.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;margin-left: 20px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 285px;height: 200px;transition: all 0.5s;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
/*首页滚动结束*/