﻿@charset "utf-8";

[v-cloak] {
    display: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, form, p, blockquote, th {
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,Sans-serif,"微软雅黑","Microsoft Yahei",宋体;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

fieldset {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

.l {
    float: left;
}

.r {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.input {
    height: 18px;
    border-width: 1px;
    border-color: #dddddd;
}

.button {
    height: 20px;
    margin-left: 5px;
    padding-top: 1px;
    border: 1px solid #C8C8CA;
    border-color: #f7f7f7;
    color: #000000;
}

*:not([class*="icon"]):not(i) {
    font-family: "微软雅黑","Microsoft Yahei" !important;
}

img {
    border: 0;
}

body {
    font-size: 12px;
    margin: 0 0;
    font-family: Verdana,Arial,Helvetica,Sans-serif,"微软雅黑","Microsoft Yahei",宋体;
    min-width: 1250px;
}

td, th {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,Sans-serif,宋体;
    font-size: 14px;
    line-height: 20px;
}

/*链接默认样式*/
a, a:link, a:visited, a:active {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #800c19;
        text-decoration: underline;
    }

/*去除虚线,兼容IE和火狐*/
a {
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

.cl {
    clear: both;
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    height: 0;
    padding: 0px;
    margin: 0px;
}
/*clear float*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
.center {
    clear: both;
    width: 1002px;
    margin: 0 auto;
    padding: 0;
}

.red, a.red:link, a.red:visited {
    color: #800c19;
}

a.red:hover {
    color: #800c19;
}

/*头样式*/
.guding {
    clear: both;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    z-index: 100;
    padding: 0;
    border-bottom: #e5e5e5 solid 1px;
    background: #ffffff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    _position: absolute;
}

.header {
    clear: both;
    width: 1045px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}

    .header .logo {
        float: left; /* width:450px; */
        height: 110px;
        padding: 0;
        margin: 0;
    }

        .header .logo img {
            display: block;
            margin-top: 18px;
            height: 68px;
        }

    .header .headr {
        float: right;
        width: 900px;
    }

/*主导航*/
.menu {
    float: right;
    height: 110px;
    display: block;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            float: left;
            overflow: hidden;
            position: relative;
            line-height: 110px;
            text-align: center;
        }

            .menu ul li a {
                position: relative;
                display: block;
                width: 110px;
                height: 110px;
                font-size: 18px;
                text-decoration: none;
                cursor: pointer;
                line-height: 110px;
            }

                .menu ul li a span {
                    position: absolute;
                    left: 0;
                    width: 92px;
                }

                    .menu ul li a span.out {
                        top: 0;
                    }

                    .menu ul li a span.over, .menu ul li a span.bg {
                        top: -111px;
                    }

#menua { /*background-image:url(../images/s_03.jpg);background-repeat:repeat;*/
}

    #menua ul li a {
        color: #000000;
    }

        #menua ul li a span.over {
            color: #FFF;
            height: 110px;
            width: 92px;
            background: #800c19;
        }

.nav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    top: 110px;
    left: 0;
    overflow: hidden;
    position: absolute;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.dropdown {
    padding: 0;
    margin: 0 auto;
    z-index: 2000;
    width: 736px;
    padding: 0 0 0 483px;
    -moz-box-shadow: 0 0 0px #ffffff;
    -webkit-box-shadow: 0 0 0px #ffffff;
    box-shadow: 0 0 0px #ffffff;
    overflow: hidden;
}

    .dropdown .downmenu {
        padding: 0;
        overflow: hidden
    }

        .dropdown .downmenu ul {
            padding: 0;
            margin: 0;
        }

            .dropdown .downmenu ul li {
                float: left;
                line-height: 60px;
                height: 60px;
                padding: 0 20px 0 0;
            }

        .dropdown .downmenu a {
            color: #fff;
            font-size: 13px;
            text-decoration: none;
        }

            .dropdown .downmenu a:link, .downmenu a:visited {
                color: #8b8b8b;
            }

            .dropdown .downmenu a:hover {
                color: #fff;
                text-decoration: none;
            }

.topimage {
    clear: both;
    width: 100%;
    margin: 111px auto 0 auto;
    padding: 0;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 40px !important;
    background-size: 13px !important
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/*服务范围*/
.servicebg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

.service {
    clear: both;
    width: 1250px;
    min-width: 1250px;
    margin: 0 auto;
    padding: 60px 0 70px 0 !important;
}

    .service .title {
        text-align: center;
    }

        .service .title .zhongwen {
            font-size: 28px;
            height: 44px;
            line-height: 44px;
            color: #333333;
        }

        .service .title .yingwen {
            font-size: 13px;
            height: 20px;
            font-family: Arial, Times, serif;
            color: #a7a7a7;
            line-height: 20px; /* background:url(../images/titleback01.png) no-repeat center; */
        }

        .service .title .wenzi {
            text-align: center;
            height: 40px;
            line-height: 40px;
            color: #777777;
            font-size: 14px;
            padding: 0 0 30px 0;
        }

.servicesBox {
    width: 1250px;
    height: 230px;
    margin: 0 auto;
    clear: both;
    line-height: 18px;
    color: #a7a7a7;
    font-size: 12px;
    font-family: Arial, Times, serif;
    padding: 0;
}

    .servicesBox .serBox {
        cursor: pointer;
        width: 247px;
        height: 230px;
        float: left;
        overflow: hidden;
        position: relative;
        border: #f2f2f2 solid 1px;
    }

    .servicesBox .serBoxOn {
        font-family: Arial, Times, serif;
        display: none;
        width: 247px;
        height: 230px;
        background: #800c19;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 19;
    }

    .servicesBox .serBox .pic1 {
        width: 110px;
        height: 110px;
        text-align: center;
        position: absolute;
        top: 22px;
        right: 68px;
        z-index: 99;
    }

    .servicesBox .serBox .pic2 {
        width: 110px;
        height: 110px;
        text-align: center;
        position: absolute;
        top: 22px;
        left: -68px;
        z-index: 99;
    }

    .servicesBox .serBox .txt1 {
        width: 247px;
        height: 100px;
        position: absolute;
        top: 160px;
        left: 0px;
        z-index: 99;
    }

        .servicesBox .serBox .txt1 a:hover {
            text-decoration: none;
        }

    .servicesBox .serBox .txt2 {
        width: 247px;
        height: 100px;
        position: absolute;
        top: 160px;
        right: -247px;
        z-index: 99;
    }

        .servicesBox .serBox .txt2 a:hover {
            text-decoration: none;
        }

    .servicesBox .serBox span.tit {
        font-size: 16px;
        display: block;
        text-align: center;
    }

    .servicesBox .serBox .txt1 .tit {
        color: #000000;
        line-height: 30px;
    }

    .servicesBox .serBox .txt2 .tit {
        color: #fff;
        line-height: 30px;
    }

    .servicesBox .serBox p {
        padding: 0 10px;
        text-align: center;
        color: #aab8b8;
    }

/*成功案例*/
.anlibg {
    clear: both;
    width: 100%;
    height: 922px;
    margin: 0 auto;
    background: #f2f2f2;
    overflow: hidden;
}

.anli {
    clear: both;
    width: 1250px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

    .anli .title {
        text-align: center;
    }

        .anli .title .zhongwen {
            font-size: 28px;
            height: 44px;
            line-height: 44px;
            color: #333333;
        }

        .anli .title .yingwen {
            font-size: 13px;
            height: 20px;
            font-family: Arial, Times, serif;
            color: #a7a7a7;
            line-height: 20px; /* background:url(../images/titleback02.png) no-repeat center; */
        }

        .anli .title .wenzi {
            text-align: center;
            height: 23px;
            line-height: 23px;
            color: #777777;
            font-size: 14px;
            padding: 10px 0 30px 0;
        }

/*成功案例图片*/
.sgw_img_box {
    width: 1250px;
    min-width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    padding: 22px 0 0 0;
}

.sgw_img {
    float: left;
    width: 628px;
    overflow: hidden;
    padding: 0;
    margin: 49px 0 0 0;
    display: block;
}

    .sgw_img dt {
        float: left;
        display: inline;
        width: 628px;
        height: 210px;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    .sgw_img .box {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 30px;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #cfcfcf;
        top: -210px;
        background: url(../images/anliback.png);
    }

        .sgw_img .box a, .sgw_img .box a:link, .sgw_img .box a:visited {
            color: #cfcfcf;
            display: block;
        }

            .sgw_img .box a:hover {
                color: #fff;
                text-decoration: none;
            }

    .sgw_img dt .box {
        padding-top: 100px;
        top: -420px;
    }

.sgw_img2 {
    float: left;
    width: 313px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

    .sgw_img2 dt {
        float: left;
        display: inline;
        width: 313px;
        height: 259px;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    .sgw_img2 .box {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 30px;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #cfcfcf;
        top: -259px;
        background: url(../images/anliback.png);
    }

        .sgw_img2 .box a, .sgw_img2 .box a:link, .sgw_img2 .box a:visited {
            color: #cfcfcf;
            display: block;
        }

            .sgw_img2 .box a:hover {
                color: #fff;
                text-decoration: none;
            }

    .sgw_img2 dt .box {
        padding-top: 149px;
        top: -520px;
    }

.sgw_img3 {
    float: left;
    width: 309px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

    .sgw_img3 dt {
        float: left;
        display: inline;
        width: 309px;
        height: 110px;
        position: relative;
        overflow: hidden;
        margin: 72px 0 0 0;
        padding: 77px 0 0 0;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #fff;
        background: #800c19;
    }

    .sgw_img3 .box {
        width: 309px;
        height: 187px;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 176px;
    }

    .sgw_img3 dt .box {
        padding-top: 0;
        top: -374px;
    }

.sgw_img4 {
    float: left;
    width: 313px;
    height: 303px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.sgw_img_box2 {
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.sgw_img5 {
    float: left;
    width: 315px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

    .sgw_img5 dt {
        float: left;
        display: inline;
        width: 315px;
        height: 372px;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    .sgw_img5 .box {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 30px;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #cfcfcf;
        top: -259px;
        background: url(../images/anliback.png);
    }

        .sgw_img5 .box a, .sgw_img5 .box a:link, .sgw_img5 .box a:visited {
            color: #cfcfcf;
            display: block;
        }

            .sgw_img5 .box a:hover {
                color: #fff;
                text-decoration: none;
            }

    .sgw_img5 dt .box {
        padding-top: 262px;
        top: -744px;
    }

.sgw_img6 {
    float: left;
    width: 313px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

    .sgw_img6 dt {
        float: left;
        display: inline;
        width: 313px;
        height: 110px;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 67px 0 0 0;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #fff;
        background: #555;
    }

.anlibg dt strong {
    text-transform: uppercase
}

.sgw_img6 .box {
    width: 313px;
    height: 177px;
    cursor: pointer;
    position: absolute;
    padding: 0 0 0 180px;
}

.sgw_img6 dt .box {
    padding-top: 0;
    top: -354px;
}

.sgw_img7 {
    float: left;
    width: 313px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

    .sgw_img7 dt {
        float: left;
        display: inline;
        width: 313px;
        height: 110px;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 45px 0 0 0;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft Yahei, Times, serif;
        color: #fff;
        background: #a7a7a7;
    }

    .sgw_img7 .box {
        width: 313px;
        height: 155px;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 180px;
    }

    .sgw_img7 dt .box {
        padding-top: 0;
        top: -310px;
    }

.sgw_img8 {
    float: left;
    width: 309px;
    overflow: hidden;
    padding: 0;
    margin: -177px 0 0 0;
    display: block;
}

    .sgw_img8 dt {
        float: left;
        display: inline;
        width: 309px;
        height: 218px;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    .sgw_img8 .box {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        padding: 0 0 0 30px;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial, Microsoft YaHei, Times, serif;
        color: #cfcfcf;
        top: -259px;
        background: url(../images/anliback.png);
    }

        .sgw_img8 .box a, .sgw_img8 .box a:link, .sgw_img8 .box a:visited {
            color: #cfcfcf;
            display: block;
        }

            .sgw_img8 .box a:hover {
                color: #fff;
                text-decoration: none;
            }

    .sgw_img8 dt .box {
        padding-top: 108px;
        top: -436px;
    }

.indexmore {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 73px 0 0 40px;
}

    .indexmore a {
        border: #ababab solid 1px;
        font-size: 12px;
        line-height: 14px;
        color: #ababab;
        padding: 5px 23px 6px 52px;
        background: url(../images/indexmore.png) no-repeat;
        display: block;
    }

        .indexmore a:hover {
            border: #800c19 solid 1px;
            color: #fff;
            text-decoration: none;
            background: url(../images/indexmorea.png) #800c19 no-repeat;
        }

/*新闻中心*/
.newsbox {
    clear: both;
    width: 1250px;
    min-width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0;
}

    .newsbox .title {
        text-align: center;
    }

        .newsbox .title .zhongwen {
            font-size: 28px;
            height: 44px;
            line-height: 44px;
            color: #fff;
        }

        .newsbox .title .yingwen {
            font-size: 13px;
            height: 20px;
            font-family: Arial, Times, serif;
            color: #a7a7a7;
            line-height: 20px; /* background:url(../images/titleback03.png) no-repeat center; */
            margin: 0 0 35px 0;
        }

        .newsbox .title .wenzi {
            text-align: center;
            height: 40px;
            line-height: 40px;
            color: #777777;
            font-size: 14px;
            padding: 0 0 30px 0;
        }

    .newsbox .xinwenimg {
        float: left;
        width: 500px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .newsbox .newsl {
        float: right;
        width: 703px;
        background: url(../images/num1.png) no-repeat left top;
        z-index: 9;
    }

        .newsbox .newsl dl {
            clear: both;
            height: 117px;
            margin-bottom: 12px;
            overflow: hidden;
            cursor: pointer;
        }

        .newsbox .newsl dt {
            float: left;
            width: 125px;
            color: #858585;
            padding-top: 74px;
            text-align: center;
            font-size: 12px;
            font-family: Arial;
        }

        .newsbox .newsl dd {
            float: right;
            width: 550px;
            padding: 15px 25px 0 0;
        }

            .newsbox .newsl dd a {
                display: block;
                clear: both;
                color: #ccc;
                font-size: 16px;
                font-weight: bold;
                line-height: 34px;
                text-decoration: none;
            }

                .newsbox .newsl dd a:hover {
                    color: #fff;
                }

            .newsbox .newsl dd p {
                clear: both;
                font-size: 14px;
                color: #888;
                line-height: 23px;
            }

div.slideBox {
    position: relative;
    width: 500px;
    height: 375px;
    overflow: hidden;
}

    div.slideBox ul.items {
        position: absolute;
        float: left;
        background: none;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        div.slideBox ul.items li {
            float: left;
            background: none;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            div.slideBox ul.items li a {
                float: left;
                line-height: normal !important;
                padding: 0px !important;
                border: none /*For IE.ADD.JENA.201206300844*/;
            }

                div.slideBox ul.items li a img {
                    margin: 0px !important;
                    padding: 0px !important;
                    display: block;
                    border: none /*For IE.ADD.JENA.201206300844*/;
                }

    div.slideBox div.tips {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 40px;
        background-color: #000;
        overflow: hidden;
    }

        div.slideBox div.tips div.title {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 80%;
        }

            div.slideBox div.tips div.title a {
                color: #FFF;
                font-size: 16px;
                line-height: 40px;
                margin-left: 20px;
                text-decoration: none;
            }

                div.slideBox div.tips div.title a:hover {
                    text-decoration: underline !important;
                }

        div.slideBox div.tips div.nums {
            position: absolute;
            right: 0px;
            top: 0px;
            height: 100%;
            margin-right: 10px;
        }

            div.slideBox div.tips div.nums a {
                display: inline-block;
                float: left;
                width: 10px;
                height: 10px;
                background-color: #FFF;
                text-indent: -99999px;
                margin: 15px 0px 0px 5px;
            }

                div.slideBox div.tips div.nums a:hover {
                    background-color: #777;
                }

/*关于我们*/
.aboutbg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.about {
    clear: both;
    width: 1250px;
    min-width: 1250px; /* height:540px; */
    margin: 0 auto;
    padding: 60px 0 0 0;
}

    .about .title {
        text-align: center;
    }

        .about .title .zhongwen {
            font-size: 28px;
            height: 44px;
            line-height: 44px;
            color: #333333;
        }

        .about .title .yingwen {
            font-size: 13px;
            height: 20px;
            font-family: Arial, Times, serif;
            color: #a7a7a7;
            line-height: 20px; /* background:url(../images/titleback04.png) no-repeat center; */
            margin: 0 0 35px 0;
        }

        .about .title .wenzi {
            text-align: center;
            height: 23px;
            line-height: 23px;
            color: #777777;
            font-size: 14px;
            padding: 10px 0 30px 0;
        }

    .about .content {
        clear: both;
        width: 1250px;
        height: 370px;
        margin: 0 auto;
        padding: 0;
        background: url(../images/aboutbg.gif) no-repeat;
    }

        .about .content .aboutimg {
            float: left;
            width: 520px;
            padding: 25px 0 0 0;
        }

        .about .content .aboutr {
            float: right;
            width: 690px;
            padding: 32px 0 0 0;
        }

            .about .content .aboutr .kouhao {
                clear: both;
                font-size: 32px;
                color: #800c19;
                height: 48px;
            }

            .about .content .aboutr .jianjie {
                clear: both;
                width: 650px;
                font-size: 16px;
                line-height: 1.6;
                color: #555555; /* height:108px;margin-top: 2px; */
            }

            .about .content .aboutr .biaoti {
                clear: both;
                font-size: 20px;
                color: #333;
                height: 34px;
            }

            .about .content .aboutr .zizhi {
                clear: both;
                width: 650px;
                font-size: 14px;
                line-height: 23px;
                color: #555555;
                height: 68px;
            }

.customerbg, .honorbg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

    .customerbg .customer, .honorbg .honor {
        clear: both;
        width: 1250px;
        min-width: 1250px; /* height:540px;  */
        margin: 0 auto;
        padding: 60px 0 0 0;
    }

    .customerbg .title, .honorbg .title {
        clear: both;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        overflow: hidden;
        text-align: center
    }

        .customerbg .title .zhongwen, .honorbg .title .zhongwen {
            font-size: 28px;
            height: 44px;
            line-height: 44px;
            color: #333333;
        }

        .customerbg .title .yingwen, .honorbg .title .yingwen {
            font-size: 13px;
            height: 20px;
            font-family: Arial, Times, serif;
            color: #a7a7a7;
            line-height: 20px;
            margin: 0 0 35px 0;
        }

    .customerbg .content, .honorbg .content {
        clear: both;
        width: 1250px;
    }


    .customerbg .content { /*   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
        margin-bottom: 60px;
    }

.swiper-customer {
}

    .swiper-customer .swiper-slide {
        text-align: center
    }

        .swiper-customer .swiper-slide img, .swiper-honor .swiper-slide img {
            width: 100%;
        }

.swiper-honor .swiper-slide img {
    width: 100%;
    height: 228px;
}

.swiper-honor .swiper-slide {
    position: relative;
    background-color: #f4f4f4;
}

    .swiper-honor .swiper-slide a {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 228px;
    }

        .swiper-honor .swiper-slide a img {
            max-height: 100%;
            width: initial;
            max-width: 100%;
        }

    .swiper-honor .swiper-slide p {
        position: absolute;
        text-align: center;
        line-height: 42px;
        height: 42px;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: translateY(82px);
        transition: all .3s ease-in;
        background: #800c19;
        color: #fff;
        font-size: 16px;
    }

    .swiper-honor .swiper-slide:hover p {
        transform: translateY(0px)
    }

.swiper-honor .swiper-pagination-bullet-active {
    background-color: #800c19
}


.aboutmore {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 12px 0 0 0;
}

    .aboutmore a {
        border: #ababab solid 1px;
        font-size: 12px;
        line-height: 14px;
        color: #ababab;
        padding: 5px 23px 6px 52px;
        background: url(../images/indexmore.png) no-repeat;
        display: block;
    }

        .aboutmore a:hover {
            border: #800c19 solid 1px;
            color: #fff;
            text-decoration: none;
            background: url(../images/indexmorea.png) #800c19 no-repeat;
        }

/*友情链接*/
.linkbg {
    clear: both;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background: #242424;
    overflow: hidden;
}

.link {
    clear: both;
    width: 1250px;
    min-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

    .link .biaoti {
        float: left;
        width: 76px;
        font-size: 14px;
        line-height: 55px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .link .links {
        float: left;
        width: 1130px;
    }

        .link .links ul {
            clear: both;
        }

            .link .links ul li {
                float: left;
                font-size: 14px;
                line-height: 55px;
                color: #777;
                display: block;
                padding: 0 20px 0 0;
            }

                .link .links ul li a {
                    color: #777;
                }

                    .link .links ul li a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

/*footer*/
.footerbg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #303030;
    overflow: hidden;
}

.footer {
    clear: both;
    width: 1250px;
    min-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.footmenubox {
    float: left;
    width: 613px;
    padding-bottom: 36px;
}

.footmenu {
    float: left;
    padding: 36px 0 0 0;
    width: 140px;
    overflow: hidden;
}

    .footmenu h2 {
        padding: 0px;
        text-align: left;
    }

        .footmenu h2 a {
            font-size: 14px;
            color: #ffffff;
        }

    .footmenu ul {
        padding: 10px 0 0 0;
        margin: 0;
    }

        .footmenu ul li {
            text-align: left;
        }

            .footmenu ul li a {
                color: #777777;
                text-decoration: none;
                font-size: 13px;
                line-height: 26px;
            }

                .footmenu ul li a:link, .footmenu .dibumenu1 ul li a:visited {
                    color: #777777;
                }

                .footmenu ul li a:hover {
                    color: #ffffff;
                }

.foottel {
    float: right;
    width: 288px;
    height: 130px;
    margin: 77px 0px 0 0;
    color: #fff;
    padding: 0 148px 0 0;
    overflow: hidden;
    background: url(../images/2018_08_30_1629504514.jpg) top right no-repeat;
    background-size: contain;
}

    .foottel .rexian {
        clear: both;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }

    .foottel .tel {
        clear: both;
        color: #fff;
        font-size: 24px;
        height: 36px;
        font-family: Arial, Times, serif;
        font-weight: bold;
        text-align: right;
    }

    .foottel .net {
        clear: both;
        color: #777777;
        font-size: 14px;
        padding: 1px 5px 3px 5px;
        font-family: Arial, Microsoft YaHei, Times, serif;
        border: #777777 solid 1px;
        text-align: center;
        margin: 0 0 6px 120px;
    }

        .foottel .net a {
            color: #777777;
            text-decoration: none;
        }

            .foottel .net a:link, .foottel .net a:visited {
                color: #777777;
            }

            .foottel .net a:hover {
                color: #ffffff;
            }

    .foottel .erweima {
        clear: both;
        color: #777777;
        font-size: 12px;
        line-height: 16px;
        text-align: right;
    }

.footcopy {
    clear: both;
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    color: #777777;
    font-size: 12px;
    line-height: 62px;
    border-top: #3c3c3c solid 1px;
}

    .footcopy a {
        color: #777777;
        text-decoration: none;
    }

        .footcopy a:link, .footcopy a:visited {
            color: #777777;
        }

        .footcopy a:hover {
            color: #ffffff;
        }

/*内页*/
.mainwrap {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.main {
    clear: both;
    margin: 0px auto 0 auto;
}

.left {
    clear: both;
    margin: -80px auto 0 auto;
    width: 1250px;
    padding: 0;
    overflow: hidden;
}

.right {
    clear: both;
    margin: -120px auto 0 auto;
    width: 1250px;
    padding: 0;
}

.position {
    clear: both;
    padding: 0px;
    text-align: right;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

    .position a, .position a:link, .position a:visited {
        color: #fff;
    }

        .position a:hover, .position font.active, .position a.active, .position a.active:link, .position a.active:visited {
            color: #fff;
        }

.positioninfo {
    margin: 70px 0 10px 0;
    line-height: 70px;
    padding: 0px;
    text-align: center;
    font-size: 28px;
    color: #800c19;
    border-bottom: 1px solid #e8e8e8;
}

.mainarea {
    padding: 10px 0px 20px 0px;
    min-height: 360px;
    height: 360px;
}

[class].mainarea {
    height: auto;
}

.mainarea div.content {
    font-size: 14px;
    line-height: 23px;
}

.menubox {
    width: 1200px;
    margin: 0px auto 0 auto;
    padding: 70px 0 0 0;
    clear: both;
    overflow: hidden;
}


/*内页导航*/
.menu1 {
    clear: both;
}

    .menu1 h2 {
        font-size: 28px;
        line-height: 40px;
        color: #FFFFFF;
    }

    .menu1 ul {
        padding: 60px 0 0 0;
    }

    .menu1 li {
        float: left;
    }

        .menu1 li a {
            color: #333;
            line-height: 32px;
            height: 38px;
            margin: 0 8px 0 0;
            padding: 0 18px;
            font-size: 15px;
            text-decoration: none;
            display: block;
        }

            .menu1 li a:link, .menu1 li a:visited {
                background: url(../images/menu1.png) top center no-repeat;
            }

            .menu1 li a:hover, .menu1 li a.active, .menu1 li a.active:link, .menu1 li a.active:visited {
                color: #fff;
                background: url(../images/menu1a.png) top center no-repeat;
            }


.menu2 {
    clear: both;
}

    .menu2 h2 {
        font-size: 28px;
        line-height: 40px;
        color: #FFFFFF;
    }

    .menu2 h3 {
        padding: 0;
        margin-bottom: 10px;
    }

        .menu2 h3 a {
            color: #000;
            line-height: 32px;
            padding-left: 40px;
            font-size: 14px;
            text-decoration: none;
            display: block;
        }

            .menu2 h3 a:link, .menu2 h3 a:visited {
                background-image: url(../images/menu1.png);
                background-repeat: no-repeat;
                background-position: 12px;
            }

            .menu2 h3 a:hover, .menu2 h3 a.active, .menu2 h3 a.active:link, .menu2 h3 a.active:visited {
                color: #ff6501;
                background-image: url(../images/menu1a.png);
                background-repeat: no-repeat;
            }

    .menu2 ul {
        padding: 60px 0 0 0;
    }

    .menu2 li a {
        color: #333;
        line-height: 32px;
        height: 38px;
        margin: 0 8px 0 0;
        padding: 0 18px;
        font-size: 15px;
        text-decoration: none;
        display: block;
    }

        .menu2 li a:link, .menu2 li a:visited {
            background: url(../images/menu1.png) top center no-repeat;
        }

        .menu2 li a:hover, .menu2 li a.active, .menu2 li a.active:link, .menu2 li a.active:visited {
            color: #fff;
            background: url(../images/menu1a.png) top center no-repeat;
        }

.backtop {
    text-align: right;
    margin-top: 10px;
}

.infosearch {
    text-align: right;
    margin-bottom: 10px;
}

.infodes {
    clear: both;
    padding: 10px 0;
    line-height: 20px;
}

.af {
    clear: both;
}

    .af dl {
        clear: both;
        font-size: 12px;
        line-height: 23px;
    }

        .af dl dt, .addf dl dd {
            float: left;
        }

        .af dl dt {
            width: 70px;
            text-align: right;
        }

/*信息*/
.info_list {
    clear: both;
    margin-top: 0px;
    padding: 0px;
}

    .info_list ul {
        clear: both;
    }

        .info_list ul li {
            float: left;
            text-align: center;
            margin: 15px 0;
            font-size: 14px;
            height: 125px
        }

    .info_list ol.head {
        background: #f2f2f2;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }

        .info_list ol.head span.title {
            float: left;
            width: 60%;
        }

        .info_list ol.head span.views {
            float: left;
            width: 10%;
        }

        .info_list ol.head span.date {
            float: right;
            width: 28%;
        }

    .info_list ol.info {
        clear: both;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .info_list ol.bg {
        background: #f5f5f5;
    }

    .info_list ol.info font.dot {
        color: #e15200;
        font-family: "宋体";
    }

    .info_list ol.info a.title {
        float: left;
        width: 60%;
    }

    .info_list ol.info span.views {
        float: left;
        width: 10%;
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    .info_list ol.info span.date {
        float: right;
        width: 28%;
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    .info_list dl {
        float: left;
        width: 300px;
        height: 265px;
        text-align: center;
        margin: 0 25px 15px 25px;
    }

        .info_list dl dd {
            height: 20px;
            line-height: 20px;
        }

.info_list2 {
    clear: both;
    margin-top: 0px;
    padding: 0px 30px;
}

    .info_list2 ul {
        clear: both;
    }

        .info_list2 ul li {
            float: left;
            text-align: center;
            margin-top: 15px;
        }

    .info_list2 ol.head {
        background: #f2f2f2;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #000000;
    }

    .info_list2 ol.info {
        clear: both;
        line-height: 20px;
        padding: 5px 0px;
        border-bottom: 1px dotted #CCCCCC;
    }

    .info_list2 ol.bg {
        background: #f5f5f5;
    }

    .info_list2 ol.info a.title {
        clear: both;
        display: block;
        font-size: 16px;
        line-height: 24px;
    }

    .info_list2 ol.info .jianyao {
        clear: both;
        font-size: 13px;
        line-height: 24px;
        color: #666666;
        height: 24px;
        overflow: hidden;
    }

        .info_list2 ol.info .jianyao p {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
        }

        .info_list2 ol.info .jianyao div {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
            list-style-type: none;
        }

        .info_list2 ol.info .jianyao font {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
        }

        .info_list2 ol.info .jianyao span {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
        }

        .info_list2 ol.info .jianyao tr {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
        }

        .info_list2 ol.info .jianyao td {
            float: left;
            font-family: Microsoft YaHei,宋体;
            color: #666666;
            text-align: left;
        }

        .info_list2 ol.info .jianyao strong {
            float: left;
            font-weight: normal;
        }

        .info_list2 ol.info .jianyao a {
            float: left;
            color: #666666;
        }

        .info_list2 ol.info .jianyao img {
            display: none;
        }

        .info_list2 ol.info .jianyao br {
            display: none;
        }

    .info_list2 ol.info .newsdate {
        clear: both;
        color: #999999;
    }


.info_list2 {
    clear: both;
    margin: 0 auto;
    padding: 0px 30px;
}

    .info_list2 dl {
        clear: both;
        padding: 0px 0px 15px 0px;
        margin: 10px 0px;
        border-bottom: 1px dotted #cccccc;
        background: #ffffff;
        overflow: hidden;
        position: relative;
    }

        .info_list2 dl:before {
            content: "";
            background: #f2f2f2;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transform: scaleY(0);
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transition: 300ms;
        }

        .info_list2 dl:hover:before {
            opacity: 1;
            visibility: visible;
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
        }

        .info_list2 dl dt {
            float: left;
            text-align: center;
            margin-top: 15px;
            margin-left: 20px;
            position: relative;
        }

        .info_list2 dl dd {
            float: right;
            width: 1030px;
            text-align: left;
            margin: 15px 20px 0 0;
            position: relative;
        }

            .info_list2 dl dd a.title {
                clear: both;
                display: block;
                font-size: 16px;
                line-height: 28px;
                font-weight: bold;
            }

    .info_list2 .jianyao {
        clear: both;
        font-size: 13px;
        line-height: 28px;
        color: #666666;
        height: 28px;
        overflow: hidden;
    }

        .info_list2 .jianyao p {
            float: left;
            color: #666666;
            text-align: left;
        }

        .info_list2 .jianyao div {
            float: left;
            color: #666666;
            text-align: left;
            list-style-type: none;
        }

        .info_list2 .jianyao font {
            float: left;
            color: #666666;
            text-align: left;
        }

        .info_list2 .jianyao span {
            float: left;
            color: #666666;
            text-align: left;
        }

        .info_list2 .jianyao tr {
            float: left;
            color: #666666;
            text-align: left;
        }

        .info_list2 .jianyao td {
            float: left;
            color: #666666;
            text-align: left;
        }

        .info_list2 .jianyao strong {
            float: left;
            font-weight: normal;
        }

        .info_list2 .jianyao a {
            float: left;
            color: #666666;
        }

        .info_list2 .jianyao img {
            display: none;
        }

        .info_list2 .jianyao br {
            display: none;
        }

    .info_list2 .newsdate {
        clear: both;
        color: #999999;
        line-height: 28px;
    }

.dtmwarp {
    display: block;
    width: 84px;
    height: 84px;
    border: solid 1px #800c19;
}

.dtmd {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 10px;
    line-height: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #800c19;
}

.dtmym {
    clear: both;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #800c19;
}

.info_list2 dl:hover dt {
    background: #800c19;
}

.info_list2 dl:hover .dtmwarp {
    border: solid 1px #baedff;
}

.info_list2 dl:hover .dtmd {
    color: #ffffff;
}

.info_list2 dl:hover .dtmym {
    color: #ffffff;
}

.info_list2 dl:hover dd a.title {
    color: #333333;
}

.info_list2 dl:hover .newsdate {
    color: #999999;
}

.info_list2 dl:hover .jianyao {
    color: #666666;
}

    .info_list2 dl:hover .jianyao p {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao div {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao font {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao span {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao tr {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao td {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao strong {
        color: #666666;
    }

    .info_list2 dl:hover .jianyao a {
        color: #666666;
    }

/*图片放大特效*/
.about_edulist {
    float: left;
    position: relative;
    width: 342px;
    padding: 0 35px;
    margin: 15px 0 19px 0;
    display: block;
    overflow: hidden;
}

.eduimg {
    position: relative;
    overflow: hidden;
    border: #dedede solid 0px;
    width: 342px;
    height: 229px;
}

    .eduimg img {
        position: absolute;
        display: block;
    }

.edu_font {
    clear: both;
    color: #333333;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
}

    .edu_font span {
        line-height: 34px;
        font-size: 14px;
    }

    .edu_font a {
        line-height: 34px;
        font-size: 14px;
    }

        .edu_font a:hover {
            color: #800c19;
            text-decoration: none;
        }

/*图片放大特效2*/
.about_edulist2 {
    float: left;
    position: relative;
    width: 382px;
    padding: 0 16px;
    margin: 15px 0 19px 0;
    display: block;
    overflow: hidden;
}

.eduimg2 {
    position: relative;
    overflow: hidden;
    border: #dedede solid 0px;
    width: 382px;
    height: 302px;
}

    .eduimg2 img {
        position: absolute;
        display: block;
    }

.edu_font2 {
    clear: both;
    color: #333333;
    background: #f2f2f2;
    padding: 10px 25px 0 28px;
    height: 150px;
    overflow: hidden;
}

    .edu_font2 a {
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
    }

        .edu_font2 a:hover {
            color: #800c19;
            text-decoration: none;
        }

    .edu_font2 span {
        line-height: 26px;
        font-size: 14px;
        color: 666666;
    }


.info_view {
    clear: both;
    padding: 0px 5px;
}

    .info_view h1.title {
        font-size: 18px;
        line-height: 32px;
        padding: 10px 0;
        text-align: center;
        font-weight: bold;
    }

    .info_view h2.subtitle {
        background: #f5f5f5;
        color: #555555;
        font-size: 12px;
        line-height: 28px;
        padding-top: 2px;
        text-align: center;
    }

    .info_view div.content {
        padding: 10px 5px;
        color: #333333;
        font-size: 14px;
        line-height: 23px;
        font-family: "宋体", Arial, Verdana, Helvetica, Sans-serif;
    }

        .info_view div.content img {
            margin: 0 auto;
            max-width: 100%;
        }

        .info_view div.content p {
            padding: 10px 0;
            color: #333333;
        }

    .info_view div.atta {
        font-size: 12px;
        line-height: 23px;
        padding-top: 2px;
        color: #e50012;
    }

    .info_view div.comment {
        font-size: 12px;
        line-height: 23px;
        padding-top: 2px;
    }

    .info_view div.other {
        text-align: left;
        padding-right: 0px;
    }

.info_comment {
    clear: both;
    margin-top: 0px;
    padding: 0px;
}

    .info_comment h1 {
        background: #f2f2f2;
        font-size: 14px;
        line-height: 28px;
        padding-top: 3px;
        text-align: center;
    }

    .info_comment ul {
        clear: both;
        margin-top: 10px;
    }

    .info_comment ol.head {
        background: #f0f0f0;
        padding: 0 8px;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        padding-top: 2px;
        text-align: center;
        color: #000000;
    }

        .info_comment ol.head span.name {
            float: left;
        }

        .info_comment ol.head span.date {
            float: right;
        }

    .info_comment ol.content {
        clear: both;
        font-size: 12px;
        line-height: 20px;
    }


/*产品*/
.product_cate {
    clear: both;
}

    .product_cate dl {
        clear: both;
        width: 100%;
        margin-top: 10px;
    }

        .product_cate dl dt {
            float: left;
            width: 30%;
        }

        .product_cate dl dd {
            float: right;
            width: 69%;
            line-height: 21px;
        }

        .product_cate dl strong {
            font-size: 14px;
        }

.product_list {
    clear: both;
}

    .product_list ul {
        clear: both;
    }
    /*产品：上图下字*/
    .product_list li {
        padding: 5px 0px 10px 0px;
        float: left;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    /*产品：列表*/
    .product_list ol.head {
        background: #f2f2f2;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        padding-top: 2px;
        padding-left: 16px;
        text-align: center;
        color: #000000;
    }

        .product_list ol.head span.title {
            float: left;
            width: 60%;
        }

        .product_list ol.head span.views {
            float: left;
            width: 10%;
        }

        .product_list ol.head span.date {
            float: right;
            width: 28%;
        }

    .product_list ol.info {
        clear: both;
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        padding: 2px 0 1px 16px;
        padding: 1px 0 2px 16px\9;
        _padding: 2px 0 1px 16px;
        background-image: url(../images/bg.gif);
        background-repeat: no-repeat;
    }

    .product_list ol.bg {
        background: #f5f5f5;
    }

    .product_list ol.info font.dot {
        color: #e15200;
        font-family: "宋体";
    }

    .product_list ol.info a.title {
        float: left;
        width: 60%;
    }

    .product_list ol.info span.views {
        float: left;
        width: 10%;
        text-align: center;
        font-size: 12px;
        color: #666666;
    }

    .product_list ol.info span.date {
        float: right;
        width: 28%;
        text-align: center;
        font-size: 12px;
        color: #666666;
    }

    /*产品：左图右字*/
    .product_list dl {
        clear: both;
        width: 100%;
        margin-top: 10px;
    }

        .product_list dl dt {
            float: left;
            margin-right: 10px;
        }

        .product_list dl dd {
            float: left;
            line-height: 21px;
        }

        .product_list dl strong {
            font-size: 14px;
        }

        .product_list dl div.summary {
            line-height: 20px;
        }



/*.product_list ol.other,ol.other a,.product ol.other a:link,.product ol.other a:visited { display:block; font-size:12px; height:23px; line-height:23px;}*/
.product_view h1.title {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.product_view h2.subtitle {
    background: #f5f5f5;
    color: #555555;
    font-size: 12px;
    line-height: 28px;
    padding-top: 2px;
    text-align: center;
    margin: 0 0 20px 0;
}

.product_view div.bigimg {
    text-align: center;
    padding: 10px 0;
}

    .product_view div.bigimg img {
        display: block;
    }

.product_view dl {
    clear: both;
}

    .product_view dl dt, .product_view dl dd {
        float: left;
    }

    .product_view dl dt {
        margin-right: 10px;
    }

    .product_view dl dd ul {
        clear: both;
    }

    .product_view dl dd li {
        clear: both;
        font-size: 12px;
        line-height: 23px;
    }

    .product_view dl dd span, .product_view dl dd p {
        float: left;
    }

    .product_view dl dd span {
        width: 70px;
        text-align: right;
    }

.product_view div.content {
    padding: 0px;
    font-size: 12px;
    line-height: 23px;
}

    .product_view div.content p {
        padding: 10px 0;
        text-indent: 28px;
    }

.product_view div.atta {
    font-size: 12px;
    line-height: 20px;
    color: #FF0006;
}

/*留言*/
.message_add {
    background-color: #b7daf0;
}

.message_list {
    clear: both;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
}

    .message_list h1.title {
        background: #ebebeb;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        padding-top: 3px;
        text-align: center;
    }

    .message_list div.memo {
        padding: 5px;
    }

    .message_list div.other {
        text-align: right;
        padding: 0 5px;
    }

    .message_list div.reply, .message div.replydate {
        background-color: #f7f7f7;
    }

    .message_list div.reply {
        padding: 5px;
    }

    .message_list div.replydate {
        text-align: right;
        padding: 0 5px;
    }

/*订单*/
.order_add {
    background-color: #b7daf0;
}

/*qq*/
.webqq {
    clear: both;
}

    .webqq h3 {
        clear: both;
    }

    .webqq ul {
        clear: both;
    }

    .webqq li {
        font-size: 12px;
        height: 21px;
        line-height: 21px;
        padding-left: 10px;
        background-image: url(../images/qq2.gif);
        background-repeat: repeat-y;
    }

/*滚动*/
.scroll {
    clear: both;
    width: 500px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.scrolllist {
    clear: both;
    width: 1000px;
    height: 60px;
}

    .scrolllist ul {
        clear: both;
    }

    .scrolllist li {
        float: left;
        margin: 0 5px;
        width: 240px;
        line-height: 30px;
        height: 30px;
    }

    .scrolllist img {
        display: block;
    }


.scrolllist2 {
    clear: both;
}

    .scrolllist2 ul {
        padding: 0px 10px;
    }

    .scrolllist2 li {
        clear: both;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/getbg.gif);
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .scrolllist2 font.dot {
        color: #e15200;
        font-family: "宋体";
    }



/*分页*/
.pagelist {
    clear: both;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: #800c19;
}

    .pagelist a {
        color: #666666;
        text-decoration: none;
        line-height: 30px;
        margin: 5px 2px;
        border: #CCCCCC solid 1px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 3px 8px;
    }

        .pagelist a:hover {
            color: #800c19;
            text-decoration: none;
            border: #800c19 solid 1px;
            background: #f1f1f1;
        }

        .pagelist a.red {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            background: #800c19;
            border: #800c19 solid 1px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .pagelist a.red:hover {
                color: #ffffff;
                text-decoration: none;
            }

.plinktop {
    text-align: right;
    font-size: 12px;
    line-height: 25px;
    padding-right: 8px;
}

    .plinktop a, .plinktop a:link, .plinktop a:visited {
        padding: 0 3px;
        color: #363535;
        text-decoration: none;
    }

        .plinktop a:hover {
            color: #d73d00;
            text-decoration: underline;
        }

        .plinktop a.red, .plinktop a.red:link, .plinktop a.red:visited {
            color: #d73d00;
            text-decoration: underline;
        }

            .plinktop a.red:hover {
                color: #d73d00;
                text-decoration: underline;
            }

.plinkbottom {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 20px;
    padding-right: 8px;
}

    .plinkbottom a, .plinkbottom a:link, .plinkbottom a:visited {
        padding: 0 3px;
        color: #363535;
        text-decoration: none;
    }

        .plinkbottom a:hover {
            color: #d73d00;
            text-decoration: underline;
        }

        .plinkbottom a.red, .plinkbottom a.red:link, .plinkbottom a.red:visited {
            color: #d73d00;
            text-decoration: underline;
        }

            .plinkbottom a.red:hover {
                color: #d73d00;
                text-decoration: underline;
            }

.imgborder {
    border: solid 1px #f2f2f2;
}

.zoominfo {
    clear: both;
}

    .zoominfo .zoominfoleft {
        float: left;
    }

    .zoominfo .zoominforight {
        float: left;
        margin-left: 15px;
        font-size: 14px;
        line-height: 25px;
        width: 230px;
    }

.midpicarea {
    border: solid 1px #9f7551;
    z-index: 5;
    cursor: crosshair;
}

.bigpicarea {
    border: solid 1px #9f7551;
    overflow: hidden;
    position: absolute;
    z-index: 6;
}

.viewarea {
    border: solid 1px #fff;
    cursor: move;
    background-color: #999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.zoomsmall {
    margin-top: 8px;
}

    .zoomsmall ul {
        clear: both;
    }

        .zoomsmall ul li {
            float: left;
            margin: 0 2px;
        }

            .zoomsmall ul li img {
                border: solid 1px #9f7551;
                padding: 2px;
                cursor: pointer;
            }

/*==============================列表分页 start==============================*/
div.digg {
    clear: both;
    padding: 28px 0 20px;
    text-align: center;
    display: block;
    border-radius: 4px;
    line-height: 20px;
}

    div.digg a {
        display: inline-block;
        padding: 5px 12px;
        margin: 0 0 0 0.08rem;
        border: 0px solid #007bc5; /*  line-height: 36px;; */
        color: #007bc5;
        background: #fff;
        text-decoration: none;
    }

        div.digg a:hover {
            z-index: 3;
            color: #666;
            background: #dcf2ff;
        }

    div.digg a, div.digg span {
        padding: 5px 10px;
        margin-left: -1px;
        color: #666;
        text-decoration: none;
        background: #fff;
        border: 1px solid #ddd;
        display: inline-block;
    }

        div.digg span.disabled {
            background: #fff;
            color: #aaa;
        }

        div.digg span.current {
            background: #1686c5;
            color: #fff;
            border: 1px solid #1686c5;
        }

/*==============================列表分页 end==============================*/
