* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*相关*/
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 {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
        color: inherit;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/
#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd li img {
        width: 100%;
        display: block;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }



    #slides .hd {
        position: absolute;
        width: 100%;
        z-index: 101;
        bottom: 10px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 10px;
            height: 10px;
            cursor: pointer;
            overflow: hidden;
            background: #fff;
            border-radius: 50%;
            position: relative;
        }

            #slides .hd li.on {
                background: #ccc;
            }

span.prev, span.next {
    position: absolute;
    width: 27px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

span.prev {
    background: url(../images/bprev.png) no-repeat left center;
    left: 20px;
}

span.next {
    background: url(../images/bnext.png) no-repeat right center;
    right: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #3d3d3d;
}

.container {
    margin: auto;
    width: 1234px;
}

.block {
    overflow: hidden;
    clear: both;
}

#backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}
/*头部*/


.header {
    background: url(../images/top-bj.jpg) repeat-x;
}

.header_top {
    overflow: hidden;
    margin-top: 10px;
    float: right;
}

input {
    width: 100px;
    height: 19px;
    float: left;
    margin-top: 2px;
    background: #f9f7f5;
    outline: none;
    color: #2f4f4f;
    padding-left: 2px;
    font-size: 12px;
    border: 1px solid #ccc;
}



a.searchBtn {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    display: block;
    background: url(../images/ss-bj1.jpg)no-repeat;
    font-size: 10px;
    text-decoration: none;
    color: #000;
}

.header_top ul {
    margin-right: 8px;
}

.header_top li {
    float: left;
    font-size: 10px;
    margin: 0px 2px;
}

    .header_top li a {
        font-size: 10px;
        color: #000;
    }
/**/
.logo.fl {
    width: 208px;
    max-height: 70px;
}

.logo img {
    max-height: 70px;
}
/**/

.nav {
    line-height: 50px;
    width: 862px;
}

    .nav li {
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .nav li a {
            display: block;
            padding: 0 25px;
        }

        .nav li ul {
            position: absolute;
            left: 0;
            line-height: 36px;
            background: #fff;
            z-index: 999;
            display: none;
            width: 500px;
        }

            .nav li ul li {
                float: left;
                width: 115px;
                margin: 0px 5px 0;
            }

                .nav li ul li a {
                    padding: 0;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li a:hover, .nav li a.cur {
            color: #ff8b2c;
        }
/**/
.banner {
    width: 100%;
    height: 424px;
    overflow: hidden;
    background: #f6f6f6;
}


.pics_wrap {
    width: 1350px;
    height: 424px;
    margin: 0 auto;
}



.banner img {
    height: 424px !important;
}

.banners {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #f6f6f6;
}



    .banners .pics_wrap {
        width: 1350px;
        height: 230px;
        margin: 0 auto;
    }



    .banners img {
        height: 230px !important;
        width: 100%;
    }
/**/
.one {
    overflow: hidden;
    background: #fff;
    line-height: 40px;
}

.one_text {
    color: #5e5e5e;
    font-weight: bold;
}

.one .bd {
    width: 1130px;
    margin-left: 5px;
}

.one li {
    overflow: hidden;
    height: 40px;
}

    .one li span {
        float: right;
    }
/**/
.two {
    width: 100%;
    background: #f6f6f6;
    box-shadow: inset 0px 0px 6px 0px #999;
    height: 320px;
}

    .two ul {
        width: 1350px;
        margin: 0px auto 0px;
        overflow: hidden;
    }

    .two li {
        margin: 40px 26px 0px 0px;
        width: 318px;
        background: #fff;
        float: left;
        height: 240px;
    }



        .two li:nth-child(4n) {
            margin-right: 0px;
        }

        .two li h3 {
            text-align: center;
            font-size: 16px;
            line-height: 20px;
            padding: 10px;
            color: #005896;
            box-sizing: border-box;
            font-weight: 100;
        }

        .two li img {
            width: 318px;
            height: 151px;
            display: block;
        }

        .two li:hover {
            box-shadow: 3px 3px 8px #999;
            margin-top: 44px;
        }
/**/
.three {
    overflow: hidden;
    width: 100%;
    background: url(../images/botton-bj.jpg)no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}

    .three .fl {
        width: 960px;
        padding-bottom: 28px;
        margin: 0 auto;
    }

    .three ul {
        float: left;
        width: 106px;
    }

    .three .fl img {
        margin-left: 10px;
        display: block;
    }

    .three .fl h3 {
        font-size: 14px;
        color: #003055;
        letter-spacing: 1px;
    }

    .three .fl a {
        color: #003055;
        font-size: 12px;
    }

    .three .fr {
        font-size: 12px;
        color: #003055;
        width: 240px;
    }

.three_img {
    width: 102px;
    float: left;
    margin-right: 35px;
}

.three_imgs {
    margin-right: 0px;
}

.three_img img {
    display: block;
    width: 100%;
    margin-top: 10px;
}
/**/
.footer {
    width: 100%;
    border-top: 1px #a9a9a9 solid;
    box-shadow: inset 0px 0px 4px 0px #b3b3b3;
}

.pagel {
    width: 240px;
}

.pager {
    width: 930px;
}

.lblock {
    border: 5px solid #f56600;
    margin-bottom: 30px;
    overflow: hidden;
}

    .lblock h2 {
        text-align: center;
        line-height: 40px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        background: #f56600;
    }

.lcon {
    margin: 12px;
}

.pnav li a {
    display: block;
    line-height: 38px;
    text-align: center;
    background: linear-gradient(to bottom,#fff,#d8d8d8);
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 5px;
}


.pnav li ul li a {
    border: none;
    background: none;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}

.tj li img {
    width: 100%;
    display: block;
}

.tj li h3 {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
}

.pagehead {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #a8a8a8;
    margin-bottom: 20px;
}

    .pagehead h2 {
        font-size: 18px;
        color: #f56600;
        border-bottom: 2px solid #f56600;
        display: inline-block;
    }

.pading a, .pading span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

span.current {
    color: #f56600;
}

.pading {
    text-align: center;
    padding-bottom: 10px;
}

.imgs {
    width: 480px;
    float: left;
}

    .imgs .bd {
        position: relative;
    }

    .imgs .hd {
        overflow: hidden;
    }

        .imgs .hd li {
            display: inline-block;
            width: 90px;
            opacity: .6;
            margin-right: 5px;
        }

            .imgs .hd li img {
                width: 100%;
                height: 64px;
                display: block;
            }

            .imgs .hd li.on {
                opacity: 1;
            }

.desc {
    width: 400px;
    float: right;
}

    .desc h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .desc p {
        line-height: 20px;
    }

.product_info_share {
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
}

    .product_info_share span {
        float: left;
    }

.bdsharebuttonbox {
    float: left;
    margin-top: 8px;
}

.product_info_contact {
    background: #008bd6;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.xxjs {
    background: #008bd6;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: 20px 0;
}

.record {
    border: 1px dotted #ccc;
    padding: 10px;
    margin-top: 20px;
    background: #f9f9f9;
    line-height: 30px;
}

ul.newscenter li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    ul.newscenter li img {
        width: 190px;
        height: 145px;
        display: block;
        float: left;
        margin-right: 40px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
        padding-right: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

        ul.newscenter li h3 span {
            position: absolute;
            right: 0;
            font-size: 14px;
            color: #666;
            top: 0;
        }

    ul.newscenter li p {
        line-height: 28px;
        max-height: 84px;
        overflow: hidden;
    }

.desctitle {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .desctitle h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

.lnews li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    line-height: 22px;
}

.lnews {
    counter-reset: newindex;
}

    .lnews li a:before {
        counter-increment: newindex;
        content: "0"counter(newindex);
        background: #ccc;
        color: #fff;
        font-size: 12px;
        width: 18px;
        height: 18px;
        float: left;
        text-align: center;
        margin-right: 5px;
        margin-top: 2px;
        line-height: 18px;
    }

    .lnews li:first-child a:before {
        background: #f00;
    }

    .lnews li:nth-child(2) a:before {
        background: #ff5d1d;
    }

    .lnews li:nth-child(3) a:before {
        background: #ecc600;
    }

    .lnews li:nth-child(n+10) a:before {
        content: counter(newindex);
    }

.fixed_nav {
    position: fixed;
    top: 220px;
    left: 10px;
    z-index: 1111;
}

.show {
    background: #008bd6!important;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
}

.fixed_nav .hidden {
    display: none;
}

.hidden {
    background: #008bd6!important;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
    width: 24px;
    left: 0px;
    padding: 100px 5px;
    margin-left: 200px;
    border-radius: 5px;
}

.goTop {
    background: #008bd6!important;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
}

.fixed_nav li {
    background: #666;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer;
    width: 230px;
}

    .fixed_nav li a {
        color: #fff;
    }

.fixed_nav.cur {
    left: -180px;
}

    .fixed_nav.cur .hidden {
        display: block;
    }

    .fixed_nav.cur .show {
        display: none;
    }

.product2 {
    width: 930px;
    margin-top: 50px;
}

    .product2 li {
        width: 300px;
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

        .product2 li:nth-child(3n) {
            margin-right: 0;
        }

        .product2 li img {
            width: 100%;
            height: 225px;
            display: block;
        }

        .product2 li h3 {
            font-size: 16px;
            color: #000;
            margin-top: 10px;
            height: 22px;
            overflow: hidden;
            line-height: 22px;
            font-weight: normal;
            margin-bottom: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .product2 li p {
            line-height: 25px;
            height: 50px;
            overflow: hidden;
        }
/*分页*/
.pading ul{padding-left: 0;list-style: none;border-radius: .25rem;}
.pading ul li{background: #f4f4f4;cursor: not-allowed;display: inline-block;list-style: none;text-decoration: none;}
.pading ul li span{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #ddd;}
/*分页结束*/