/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: '';
    color: #666;
    background: #eee;
}

a {
    color: #666;
}

    a:hover {
        color: #f60;
        text-decoration: underline;
    }

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}


.hbg { /* background:url(../images/hbg.png) top center repeat-x; */
    height: 40px;
    position: relative;
    z-index: 222;
    background-color: #AB2124;
}

    .hbg .header {
        height: 141px;
    }

        .hbg .header .up {
            height: 101px;
            display: none;
        }

            .hbg .header .up .logo {
                float: left;
                width: 570px;
                height: 81px;
                margin-top: 10px;
            }

                .hbg .header .up .logo img {
                    height: 81px;
                }

            .hbg .header .up .tel {
                float: right;
                width: 246px;
                height: 60px;
                background: url(../images/phone.png) center left no-repeat;
                margin-top: 20px;
            }

                .hbg .header .up .tel span {
                    color: #ab2124;
                    font-size: 18px;
                    width: 160px;
                    margin-left: 68px;
                    display: block;
                    margin-top: 5px;
                }

                .hbg .header .up .tel strong {
                    color: #BB0000;
                    font-size: 22px;
                    width: 180px;
                    margin-left: 68px;
                    display: block;
                    font-weight: normal;
                }


/*menu*/
.menu {
    height: 40px;
    line-height: 40px;
}

    .menu ul li {
        float: left;
        position: relative;
        width: 111px;
    }

        .menu ul li dl {
            background: #da6812;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 40px;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            padding: 10px 0;
            display: none;
        }

            .menu ul li dl dd {
                line-height: 32px;
            }

                .menu ul li dl dd a {
                    font-size: 12px;
                    color: #fff;
                    font-weight: bold;
                    display: block;
                    padding: 0;
                    text-align: center;
                }

                    .menu ul li dl dd a:hover {
                        color: #fdff34;
                        background: #ab2124;
                    }

    .menu a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        text-align: center;
    }

        .menu a:hover {
            color: #fdff34;
        }

a.menu_hover {
    color: #fdff34;
}

/*banner_02*/
.banner_02 {
    height: 351px;
    overflow: hidden;
}

    .banner_02 #banner_02_con {
        display: none;
    }

.img {
    height: 22px;
}

.con1 {
    height: 290px;
    background: #fff;
    margin-top: 10px;
}

    .con1 .left {
        float: left;
        width: 650px;
        border: solid 1px #eaeaea;
        height: 278px;
        background: #fff;
    }

        .con1 .left h2 {
            height: 32px;
            line-height: 32px;
            background: #f6f6f6;
            border-bottom: #dcdcdc solid 1px;
            font-size: 14px;
        }

            .con1 .left h2 strong {
                color: #a51100;
                padding-left: 20px;
                font-size: 14px;
                float: left;
            }

            .con1 .left h2 a {
                color: #535353;
                font-size: 13px;
                font-weight: normal;
                padding-right: 10px;
                float: right;
            }

/*common end*/
.slideBox {
    width: 264px;
    height: 224px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}

    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 5px;
                width: 15px;
                height: 15px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

                .slideBox .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd ul li {
            position: relative;
        }

        .slideBox .bd ul span {
            display: block;
            height: 40px;
            line-height: 40px;
            background: #000;
            background: rgba(0,0,0,0.8);
            position: absolute;
            bottom: 0px;
            width: 100%;
            color: #fff;
            padding-left: 10px;
        }

        .slideBox .bd img {
            width: 264px;
            height: 224px;
        }

.con1 .left .nr {
    float: left;
    margin-left: 15px;
    width: 360px;
}

    .con1 .left .nr .xq {
        height: 74px;
    }

        .con1 .left .nr .xq strong {
            height: 26px;
            line-height: 26px;
            display: block;
            width: 355px;
            margin-top: 10px;
            overflow: hidden;
        }

            .con1 .left .nr .xq strong a {
                color: #a51100;
                font-size: 14px;
            }

        .con1 .left .nr .xq span {
            color: #666;
            height: 48px;
            line-height: 22px;
            width: 355px;
            display: block;
            font-size: 14px;
        }

            .con1 .left .nr .xq span a {
                color: #02859f;
                margin-left: 10px;
                font-size: 13px;
            }

    .con1 .left .nr .lb {
        width: 355px;
        margin-top: 5px;
    }

        .con1 .left .nr .lb ul li {
            height: 26px;
            line-height: 26px;
            background: url(../images/20160627103826.png) left no-repeat;
            vertical-align: top;
        }

            .con1 .left .nr .lb ul li a {
                color: #333;
                font-size: 14px;
                padding-left: 6px;
                float: left;
            }

            .con1 .left .nr .lb ul li span {
                float: right;
                color: #999;
                font-size: 14px;
            }

/*slideTxtBox_01*/
.slideTxtBox_01 {
    float: right;
    width: 540px;
    border: solid 1px #eaeaea;
    height: 278px;
    background: #fff;
}

    .slideTxtBox_01 .hd {
        height: 32px;
        line-height: 32px;
        background: #f6f6f6;
        border-bottom: #dcdcdc solid 1px;
        font-size: 14px;
    }

        .slideTxtBox_01 .hd ul {
            width: 275px;
            float: left;
            height: 32px;
        }

            .slideTxtBox_01 .hd ul li {
                float: left;
                width: 80px;
                text-align: center;
            }

                .slideTxtBox_01 .hd ul li a {
                    color: #a51100;
                    font-weight: bold;
                    display: block;
                    width: 80px;
                    height: 32px;
                }

        .slideTxtBox_01 .hd span a {
            float: right;
            padding-right: 10px;
            float: right;
        }

        .slideTxtBox_01 .hd ul li.on {
            background: #a51100;
            cursor: pointer;
            color: #fff;
        }

            .slideTxtBox_01 .hd ul li.on a {
                color: #fff;
                display: block;
                width: 80px;
                height: 32px;
            }

    .slideTxtBox_01 .bd ul {
        margin-top: 8px;
    }

        .slideTxtBox_01 .bd ul li {
            height: 28px;
            line-height: 28px;
            background: url(../images/20160627103826.png) left no-repeat;
            margin: 0 10px;
            vertical-align: top;
        }

            .slideTxtBox_01 .bd ul li a {
                color: #333;
                font-size: 14px;
                float: left;
                padding-left: 10px;
            }

            .slideTxtBox_01 .bd ul li span {
                float: right;
                color: #999;
                float: right;
                font-size: 14px;
            }


.databox {
    background: #fff;
    padding-bottom: 10px;
}

    .databox .titlebox {
        height: 32px;
        line-height: 32px;
        background: #f6f6f6;
        border-bottom: #dcdcdc solid 1px;
        font-size: 14px;
    }

        .databox .titlebox .titletext {
            color: #a51100;
            padding-left: 20px;
            font-size: 14px;
        }

    .databox .datelist {
        margin: 10px;
    }

.con3 {
    height: 250px;
    background: #fff;
    padding-bottom: 10px;
}

    .con3 .cl {
        float: left;
        width: 650px;
        height: 248px;
        border: #eaeaea solid 1px;
        background: #fff;
    }

        .con3 .cl h2 {
            height: 32px;
            line-height: 32px;
            border-bottom: #dcdcdc solid 1px;
            background: #f6f6f6;
        }

            .con3 .cl h2 strong {
                color: #a51100;
                padding-left: 20px;
                font-size: 14px;
                float: left;
            }

            .con3 .cl h2 a {
                color: #535353;
                font-size: 13px;
                font-weight: normal;
                padding-right: 10px;
                float: right;
            }

        .con3 .cl ul li {
            height: 30px;
            line-height: 30px;
            background: url(../images/20160627103826.png) left no-repeat;
            margin: 0 10px;
            vertical-align: top;
        }

            .con3 .cl ul li a {
                float: left;
                color: #333;
                font-size: 14px;
                padding-left: 10px;
            }

            .con3 .cl ul li span {
                float: right;
                color: #999;
                font-size: 14px;
            }

.slideTxtBox_02 {
    float: right;
    width: 540px;
    border: solid 1px #eaeaea;
    height: 248px;
    background: #fff;
}

    .slideTxtBox_02 .hd {
        height: 32px;
        line-height: 32px;
        background: #f6f6f6;
        border-bottom: #dcdcdc solid 1px;
        font-size: 14px;
    }

        .slideTxtBox_02 .hd ul {
            width: 275px;
            float: left;
            height: 32px;
        }

            .slideTxtBox_02 .hd ul li {
                float: left;
                width: 80px;
                text-align: center;
            }

                .slideTxtBox_02 .hd ul li a {
                    color: #a51100;
                    font-weight: bold;
                    display: block;
                    width: 80px;
                    height: 32px;
                }

        .slideTxtBox_02 .hd span a {
            float: right;
            padding-right: 10px;
            float: right;
        }

        .slideTxtBox_02 .hd ul li.on {
            background: #a51100;
            cursor: pointer;
            color: #fff;
        }

            .slideTxtBox_02 .hd ul li.on a {
                color: #fff;
                display: block;
                width: 80px;
                height: 32px;
            }

    .slideTxtBox_02 .bd ul {
        margin-top: 8px;
    }

        .slideTxtBox_02 .bd ul li {
            height: 28px;
            line-height: 28px;
            background: url(../images/20160627103826.png) left no-repeat;
            margin: 0 10px;
            vertical-align: top;
        }

            .slideTxtBox_02 .bd ul li a {
                color: #333;
                font-size: 14px;
                float: left;
                padding-left: 10px;
            }

            .slideTxtBox_02 .bd ul li span {
                float: right;
                color: #999;
                float: right;
                font-size: 14px;
            }


.con4 {
    height: 250px;
    background: #fff;
    border: solid 1px #eaeaea;
}

    .con4 h2 {
        background: #f6f6f6;
        height: 32px;
        line-height: 32px;
        border-bottom: #dcdcdc solid 1px;
        color: #a51100;
        font-size: 14px;
        padding-left: 20px;
    }


/*scroll_01*/
.scroll_01 {
    width: 1200px;
    overflow: hidden;
}

    .scroll_01 .bd {
        margin: 0 10px;
    }

        .scroll_01 .bd li {
            float: left;
            width: 240px;
            height: 200px;
            margin: 10px 26px 0 26px;
            text-align: center;
        }

            .scroll_01 .bd li a {
                display: block;
                height: 200px;
            }

            .scroll_01 .bd li .pic {
                height: 170px;
                width: 240px;
            }

                .scroll_01 .bd li .pic img {
                    max-width: 240px;
                    max-height: 170px;
                }

            .scroll_01 .bd li span {
                display: block;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                max-width: 240px;
            }

.con5 {
    height: 276px;
    background: #fff;
    padding-top: 10px;
}

    .con5 .ll {
        float: left;
        width: 390px;
        height: 274px;
        border: #eaeaea solid 1px;
    }

        .con5 .ll h2 {
            height: 32px;
            line-height: 32px;
            background: #f6f6f6;
            border-bottom: #dcdcdc solid 1px;
            font-size: 14px;
        }

            .con5 .ll h2 strong {
                color: #a51100;
                padding-left: 20px;
                font-size: 14px;
            }

            .con5 .ll h2 a {
                color: #535353;
                font-size: 13px;
                font-weight: normal;
                padding-right: 10px;
                float: right;
            }

        .con5 .ll img {
            width: 370px;
            height: 65px;
            margin: 5px 10px;
        }

        .con5 .ll ul {
            margin-top: 10px;
        }

            .con5 .ll ul li {
                height: 26px;
                line-height: 26px;
                margin: 0 10px;
            }

                .con5 .ll ul li a {
                    float: left;
                    color: #333;
                }

                .con5 .ll ul li span {
                    float: right;
                    color: #999;
                }

    .con5 .cc {
        float: left;
        width: 390px;
        height: 274px;
        border: #eaeaea solid 1px;
        margin-left: 12px;
    }

        .con5 .cc h2 {
            height: 32px;
            line-height: 32px;
            background: #f6f6f6;
            border-bottom: #dcdcdc solid 1px;
            font-size: 14px;
        }

            .con5 .cc h2 strong {
                color: #a51100;
                padding-left: 20px;
                font-size: 14px;
            }

            .con5 .cc h2 a {
                color: #535353;
                font-size: 13px;
                font-weight: normal;
                padding-right: 10px;
                float: right;
            }

        .con5 .cc img {
            width: 370px;
            height: 65px;
            margin: 5px 10px;
        }

        .con5 .cc ul {
            margin-top: 10px;
        }

            .con5 .cc ul li {
                height: 26px;
                line-height: 26px;
                margin: 0 10px;
            }

                .con5 .cc ul li a {
                    float: left;
                    color: #333;
                }

                .con5 .cc ul li span {
                    float: right;
                    color: #999;
                }

    .con5 .rr {
        float: right;
        width: 390px;
        height: 274px;
        border: #eaeaea solid 1px;
    }

        .con5 .rr h2 {
            height: 32px;
            line-height: 32px;
            background: #f6f6f6;
            border-bottom: #dcdcdc solid 1px;
            font-size: 14px;
        }

            .con5 .rr h2 strong {
                color: #a51100;
                padding-left: 20px;
                font-size: 14px;
            }

            .con5 .rr h2 a {
                color: #535353;
                font-size: 13px;
                font-weight: normal;
                padding-right: 10px;
                float: right;
            }

        .con5 .rr img {
            width: 370px;
            height: 65px;
            margin: 5px 10px;
        }

        .con5 .rr ul {
            margin-top: 10px;
        }

            .con5 .rr ul li {
                height: 26px;
                line-height: 26px;
                margin: 0 10px;
            }

                .con5 .rr ul li a {
                    float: left;
                    color: #333;
                }

                .con5 .rr ul li span {
                    float: right;
                    color: #999;
                }

.con6 {
    height: 147px;
    background: #fff;
    padding-top: 10px;
    border: #eaeaea solid 1px;
}

    .con6 h2 {
        background: #f6f6f6;
        height: 32px;
        line-height: 32px;
        border-bottom: #dcdcdc solid 1px;
        color: #a51100;
        font-size: 14px;
        padding-left: 20px;
    }

    .con6 ul {
        margin: 0 16px;
    }

        .con6 ul li {
            float: left;
            width: 136px;
            height: 40px;
            margin: 8px 14px;
        }

            .con6 ul li img {
                width: 136px; /*height:40px;*/
            }

.fu_bg {
    background: #1a1a1a;
    padding: 10px 0;
}

    .fu_bg .img {
        float: left;
        width: 291px;
        height: 130px;
        margin-top: 20px;
    }

        .fu_bg .img img { /*width:291px;*/
            height: 130px;
        }

    .fu_bg .ml {
        float: left;
        margin-left: 15px;
        margin-top: 10px;
    }

        .fu_bg .ml dl {
            width: 145px;
            border-right: 1px solid #595959;
            float: left;
            text-align: center;
        }

            .fu_bg .ml dl dt a {
                color: #fff;
                font-size: 14px;
                line-height: 25px;
                font-weight: bold;
            }

            .fu_bg .ml dl dd {
                color: #656565;
                font-size: 12px;
                line-height: 25px;
            }

.fd_bg {
    background: #222;
    padding: 10px 0;
}

    .fd_bg ul li {
        text-align: center;
        line-height: 25px;
        font-size: 14px;
    }

.bl {
    width: 148px;
    height: 238px;
    border: solid 1px #c9c9c9;
    position: fixed;
    left: 0;
    top: 250px;
    z-index: 290;
    background: #dcdcdc;
}

    .bl h2 {
        height: 34px;
        line-height: 34px;
        background: #A50625;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .bl ul {
        background: #dcdcdc;
    }

        .bl ul li {
            height: 40px;
            border-top: solid 1px #c9c9c9;
            line-height: 40px;
            margin-top: 9px;
            background: #fff;
        }

            .bl ul li img {
                margin-top: 5px;
                margin-left: 15px;
                float: left;
                width: 32px;
                height: 32px;
            }

            .bl ul li:hover {
                background: #000;
            }

            .bl ul li a {
                color: #8a0520;
                padding-left: 15px;
                font-size: 14px;
                display: block;
                width: 70px;
                height: 40px;
                line-height: 40px;
                font-weight: bold;
                float: left;
            }

        .bl ul .l1 {
            border-bottom: solid 1px #c9c9c9;
        }

        .bl ul .l2 {
            border-bottom: solid 1px #c9c9c9;
        }

        .bl ul .l3 {
            border-bottom: solid 1px #c9c9c9;
        }










/*Add------------------------------------------------------------------------------*/

.weizhi {
    height: 40px;
    line-height: 40px;
    background: url(../images/title03.png) no-repeat;
    font-size: 14px;
}

.inside {
    margin-top: 10px;
    min-height: 400px;
}

    .inside .left {
        width: 300px;
        float: left;
        background: #fff;
        padding-bottom: 10px;
    }

        .inside .left h2 {
            height: 40px;
            line-height: 40px;
            background: #ab2124;
            color: #fff;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }

        .inside .left ul {
            margin-top: 10px;
        }

            .inside .left ul li {
                line-height: 28px;
                text-align: center;
            }

                .inside .left ul li a {
                    font-weight: bold;
                    font-size: 15px;
                    color: #333;
                }

    .inside .right {
        width: 840px;
        padding: 0 5px;
        float: right;
        background: #fff;
        border: solid 1px #688187;
    }

        .inside .right h2 {
            height: 45px;
            line-height: 45px;
            border-bottom: 1px dashed #c2c2c2;
        }

            .inside .right h2 strong {
                margin-left: 15px;
                background: url(../images/locate.png) center left no-repeat;
                display: block;
                width: 600px;
            }

                .inside .right h2 strong span {
                    color: #333;
                    font-size: 16px;
                    width: 260px;
                    height: 45px;
                    line-height: 45px;
                    display: block;
                    margin-left: 26px
                }

                    .inside .right h2 strong span a {
                        color: #333;
                        font-size: 16px;
                        font-weight: normal;
                    }

        .inside .right .con {
            padding: 10px 0;
        }



/*contact*/
.contact h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.contact {
    margin-top: 15px;
}

    .contact ul {
        padding: 10px 10px;
        border: #e4e4e4 solid 1px;
    }

        .contact ul li {
            line-height: 20px;
            padding: 3px 0;
        }

/*proShow*/
.product_show ul li {
    width: 130px;
    line-height: 20px;
}

.product_show ul li {
    float: left;
    margin: 15px 20px 0;
    border: #e4e4e4 solid 1px;
    display: inline;
}

.pro img {
    max-width: 120px;
    max-height: 90px;
    width: expression(this.width >120 && this.height < this.width ? 120: true);
    height: expression(this.height > 90 ? 90: true);
}

.hover2 {
    background: #f4f4f4;
}

/*product_list*/
.side_product {
    margin-top: 15px;
}

    .side_product h2 {
        height: 36px;
        line-height: 36px;
        padding-left: 20px;
        color: #fff;
        background: #999;
    }

    .side_product ul {
        padding: 10px 10px;
        border: #e4e4e4 solid 1px;
    }

        .side_product ul li {
            line-height: 24px;
        }

            .side_product ul li a {
                padding-left: 30px;
                display: block;
                border-bottom: #e4e4e4 dashed 1px;
                background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
            }

            .side_product ul li dl dd a {
                display: inline;
                border: none;
                background: none;
            }
