@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial, 微软雅黑;
    position: relative;
    color: #333;
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    font-weight: normal;
    text-decoration: none;
}

    a, a:visited, a:link {
        color: inherit;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

div#dituContent img {
    max-width: inherit;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pading {
    float: left;
    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 #ccc;
        display: block;
        float: left;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 3px 8px;
        border: 1px solid #000;
        background: #000;
    }



    .nav li a, .main_nav li:after, .pading .current, .fx > h3, .two_m li h3, .two_m .more, .two_nav li.now, .fore .more, .five .more, .six_title, .bottom li span {
        color: #fff;
    }



    .info a, .product li h3, .pading a, .main ol li h3, .main ol li p, .main_nav li a, .one li h3, .fore_gd li h3, .five span.time1, .five span.time2, .five li h3 {
        color: #000;
    }

/**/
.header {
    padding: 10px;
    overflow: hidden;
}

.logo {
    float: left;
}

    .logo a img {
        display: block;
    }

.navbtn {
    float: right;
    border: 1px #333 solid;
    width: 70px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border-radius: 5px;
}

    .navbtn span {
        border-bottom: 2px solid #333;
        border-top: 2px solid #333;
        display: block;
        width: 15px;
        margin: 8px 0 0 10px;
        float: left;
        height: 9px;
    }

        .navbtn span:before {
            content: "";
            display: block;
            border-top: 2px solid #333;
            margin-top: 3px;
        }

.menu {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 998;
}

    .menu.active li {
        height: 37px;
    }

    .menu li {
        height: 0;
        overflow: hidden;
        line-height: 36px;
        font-size: 14px;
        text-align: center;
        transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
    }

        .menu li a {
            display: block;
            border-bottom: 1px solid #ddd;
            color: #333;
        }

            .menu li a.cur {
                background: #333;
                color: #fff;
            }

/*首页*/
.title {
    font-size: 24px;
    text-align: center;
    color: #2f3034;
}

p.alias {
    padding: 15px 20px 20px;
    font-size: 12px;
    color: #2f3034;
    line-height: 20px;
    text-align: center;
}

.title1 {
    font-size: 16px;
    line-height: 24px;
    border-left: 3px #333 solid;
    padding-left: 5px;
    font-weight: 500;
}

    .title1 a {
        font-size: 14px;
        line-height: 24px;
        float: right;
        color: #333;
    }

.title i {
    font-style: initial;
    display: block;
    font-size: 16px;
    color: #7c7c7c;
    text-transform: uppercase;
    margin-bottom: 6px;
}
/**/
.one {
    padding-top: 20px;
}

    .one ul {
        overflow: hidden;
    }

    .one li {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #f5f5f5;
    }

        .one li:nth-child(2n) {
            margin-right: 0;
        }

        .one li img {
            width: 100%;
            display: block;
        }

        .one li h3 {
            color: #292c31;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 30px;
        }

        .one li p {
            padding: 0px 10px;
            font-size: 14px;
            line-height: 24px;
            color: #7a7a7a;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 72px;
        }
/**/
.two {
    margin-top: 20px;
    padding: 0 10px;
}

.two_c img {
    display: block;
    margin-bottom: 10px;
}

.two_c {
    margin-top: 10px;
    line-height: 24px;
}
/**/
.three {
    margin-top: 20px;
}

.three_n {
    margin-top: 10px;
}


    .three_n li {
        display: inline-block;
        background: #e5e5e5;
        border-radius: 20px;
        width: 30%;
        text-align: center;
        line-height: 26px;
        margin-bottom: 10px;
        color: #6a6d6d;
        margin: 0 1.5% 10px;
    }

        .three_n li.now {
            background: #e62129;
            color: #fff;
        }

.three_m ul {
    overflow: hidden;
}

.three_m li p {
    text-align: center;
    line-height: 30px;
}

.three_m li img {
    width: 100%;
    display: block;
}

.three_m li {
    width: 48%;
    float: left;
    margin: 0 1%;
}

/**/
.four {
    background: #eaeaea;
    padding-top: 20px;
}

    .four li img {
        display: block;
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        transition: 0.4s;
    }

    .four ul {
        overflow: hidden;
    }

    .four li {
        width: 23%;
        float: left;
        margin-bottom: 15px;
        padding: 0 1%;
    }

/**/
.five {
    padding-top: 20px;
}

.five_c {
    position: relative;
    padding: 0 30px;
}

    .five_c .bd li img {
        display: block;
        width: 30.6%;
        float: left;
        border: 1px solid #333;
        margin: 1%;
    }

span.prev_f {
    position: absolute;
    background: url(../image/footer_03.png) no-repeat center;
    background-size: 100%;
    width: 25px;
    left: 0;
    top: 45%;
    height: 50px;
}

span.next_f {
    position: absolute;
    background: url(../image/footer_05.png) no-repeat center;
    background-size: 100%;
    width: 25px;
    right: 0;
    top: 45%;
    height: 50px;
}

/**/
.six {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f5f5f5;
}

.six_c {
    margin-top: 20px;
}


    .six_c .bd li {
        width: 50%;
        float: left;
        text-align: center;
        background: #fff;
    }

        .six_c .bd li img {
            width: 96%;
            display: block;
            margin: 0 auto;
        }

.six_c .bd li h3 {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

        .six_c .bd li h5 {
            text-align: center;
            color: #9c9c9c;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .six_c .bd li p {
            color: #9c9c9c;
            font-size: 14px;
            padding: 0px 15px;
            margin: 0px auto;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            line-height: 20px;
            height: 80px;
        }

    .six_c .hd {
        text-align: center;
        margin-top: 15px;
    }

        .six_c .hd li {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            border: 1px solid #b0b0b0;
            margin: 0 3px;
            font-size: 0px;
        }

            .six_c .hd li.on {
                background: #1c2126;
                border-color: #1c2126;
            }
/**/
.seven {
    background: #2b2d32;
    padding-top: 20px;
    overflow: hidden;
}

    .seven img {
        display: block;
        width: 42%;
        float: left;
        margin: 0 4% 20px;
    }
/**/
.eight {
    padding: 20px 10px 15px;
    text-align: center;
}
/**/
.nine {
    background: #2b2d31;
    color: #fff;
    padding: 20px 0px;
}

    .nine img {
        max-width: 300px;
        display: block;
        margin: 0 auto 20px;
    }

    .nine p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .nine h4 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
/**/
.hnews {
    background: #fff;
    padding: 10px;
}

.hnews li a {
    position: relative;
    line-height: 28px;
    border-bottom: 1px dashed #dedede;
    display: block;
    padding-left: 16px;
}

.hnews li a:before {
    content: "";
    border-left: 4px solid #2b2d31;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.hnews .title1 {margin-bottom: 20px;}

/*页面通用*/
.tip {
    font-size: 12px;
    padding-left: 5px;
    margin: 10px 0;
}

.pagination span {
    background: #c7202c;
    border: #c7202c 1px solid;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 0 5px;
    display: inline-block;
    line-height: 20px;
    margin: 0 5px;
}

.pagination a {
    border: #e3e3e3 1px solid;
    color: #3f3f3e;
    text-decoration: none;
    overflow: hidden;
    padding: 0 8px;
    display: inline-block;
    line-height: 20px;
    margin: 0 2px;
}

.pagination {
    text-align: center;
    margin-bottom: 10px;
}
/*产品页*/
.title2 p {
    color: #6a6d6d;
    font-size: 16px;
}

.title2 span {
    font-size: 12px;
    margin-bottom: 10px;
    color: #cfcfcf;
    text-transform: uppercase;
    display: block;
}

.title2 h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: bold;
}

.title2 {
    padding: 20px 0;
    text-align: center;
}

.p_nav1 ul {
    overflow: hidden;
}

.p_nav1 li a {
    color: #6a6d6d;
    display: block;
    line-height: 24px;
    border-radius: 10px;
    background: #e5e5e5;
}

    .p_nav1 li a:hover, .p_nav1 li a.cur {
        background: #e62129;
        color: #FFFFFF;
    }

.p_nav1 li {
    width: 30%;
    float: left;
    text-align: center;
    margin: 0 1.5% 10px;
}

.product li {
    width: 46%;
    margin: 0 1% 10px;
    float: left;
    background: #f5f5f5;
    padding: 0 1%;
}

    .product li p b {
        color: #ff0101;
    }

ul.product li img {
    width: 100%;
    height: 130px;
    display: block;
}

ul.product li span {
    line-height: 24px;
    color: #292c31;
    font-size: 14px;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    text-align: justify;
}

ul.product li p {
    width: 100%;
    line-height: 24px;
    color: #292c31;
    font-size: 14px;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**/
.pr_one {
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    z-index: 0;
}

.pr_one_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

    .pr_one_bg img {
        width: 100%;
        height: 100%;
        display: block;
    }

.pr_one h2 {
    color: #fefefe;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

    .pr_one h2 i {
        color: #a5a5a6;
        font-size: 14px;
        font-style: initial;
        display: block;
        text-transform: uppercase;
        line-height: 20px;
    }

.pr_one_c ul {
    overflow: hidden;
    margin-top: 20px;
}

.pr_one_c li {
    width: 30%;
    float: left;
    padding: 0 1.66%;
}


.pr_two li {
    overflow: hidden;
    margin-bottom: 10px;
    background: #f5f5f5;
}

    .pr_two li p {
        width: 60%;
        float: right;
        text-align: center;
        color: #292c31;
        font-size: 14px;
        line-height: 26px;
        margin: 0;
        padding: 18px 5%;
    }

    .pr_two li img {
        width: 30%;
        float: left;
    }

.pr_two ul {
    margin-top: 20px;
}

.pr_two p {
    text-align: center;
    color: #828487;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.pr_two h2 i {
    color: #ff0000;
    font-size: 30px;
    font-style: initial;
}

.pr_two h2 {
    text-align: center;
    color: #292c31;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}

.pr_two {
    padding: 20px 10px 0;
}

.pr_three {
    background: #292c31;
    padding: 20px 10px;
    color: #fff;
}

    .pr_three h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 5px;
    }

        .pr_three h2 i {
            color: #ff0000;
            letter-spacing: 3px;
            font-size: 30px;
            font-style: initial;
        }

    .pr_three p {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

.pr_three_c {
    margin-top: 20px;
}

    .pr_three_c p {
        font-size: 14px;
        line-height: 24px;
        text-align: initial;
        margin: 0;
    }

    .pr_three_c ul {
        overflow: hidden;
        margin-top: 10px;
    }

    .pr_three_c li {
        width: 23%;
        float: left;
        margin: 0 1%;
    }

        .pr_three_c li img {
            width: 100%;
            display: block;
        }

.pr_four ul {
    overflow: hidden;
    margin-top: 20px;
}

.pr_four li a {
    line-height: 36px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #cecece;
    display: block;
    color: #393939;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr_four li {
    width: 30%;
    padding: 0 1.5%;
    float: left;
}

.pr_four h2 i {
    color: #8f8d8d;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 12px;
    font-weight: normal;
    font-style: initial;
}

.pr_four h2 {
    color: #ff0101;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}

.pr_four {
    padding: 20px 10px;
}

/**/
.content {
    border: 1px solid #d8d8d8;
    background: #f5f5f5;
    padding: 20px 10px;
}

    .content h1 {
        color: #1c2126;
        font-size: 20px;
        padding: 0px;
        line-height: 48px;
    }

    .content .pr_sd {
        color: #57595b;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

/*新闻页*/
.p_nav2 ul {
    overflow: hidden;
}

.p_nav2 li a:hover, .p_nav2 li a.cur {
    background: #292c31;
    color: #FFFFFF;
}

.p_nav2 li a {
    line-height: 36px;
    display: block;
    color: #292c31;
    border: 1px #eee solid;
}

.p_nav2 li {
    width: 30%;
    float: left;
    text-align: center;
    margin: 5px 1.5% 0;
}

ul.news li {
    border: 1px solid #cfcfcf;
    padding: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    ul.news li span {
        color: #7a7979;
        font-size: 14px;
        line-height: 24px;
        text-indent: 0em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 58%;
        float: right;
        height: 48px;
    }

    ul.news li p {
        padding-top: 0px;
        padding-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        width: 58%;
        float: right;
    }

    ul.news li img {
        float: left;
        width: 40%;
        height: 90px;
    }

/**/
.ar_content {
    padding: 20px 10px;
}

.arName {
    color: #0e0f0f;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.info {
    text-align: right;
    color: #505050;
    font-size: 14px;
}
a.news_page_a {
    display: block;
    padding: 5px 30px;
    background: #1c2126;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
    margin: 0 auto;
    width: 60px;
    text-align: center;
}

/**/
#corpright {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 60px;
    background: #1c2126;
    margin: 0px 0 10px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    color: #79808c;
}

.bottom li img {
    width: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.bottom li {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: 70px;
    bottom: 0;
    width: 100%;
    background: #292c31;
}




/**/

