blockquote, body, botton, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, span, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
}

body {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    width: 100%;
    min-width: 1200px;
    font-family: Arial
}

button, fieldset, img, input {
    border: 0
}

li, ul {
    list-style-type: none
}

a {
    color: #666;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

#top {
    width: 100%;
    height: 120px;
    background: #fff
}

.top_con {
    width: 1200px;
    margin: 0 auto
}

    .top_con h1 {
        float: left;
        margin: 25px 0 0 38%
    }

.top_img { /*width:240px;*/
    height: 100px;
}

.top_con p {
    float: right;
    margin-top: 50px
}

.top_input {
    float: left;
    width: 254px;
    height: 32px;
    background: url(../images/ss.jpg) no-repeat;
    text-indent: 40px;
    font-size: 14px;
    color: #999
}

.top_select {
    float: left;
    height: 32px;
    line-height: 32px;
    border: 0;
    margin-left: 10px
}

.top_span {
    font-size: 11px;
    color: #000;
    line-height: 40px;
    word-spacing: 30px;
    font-family: Harlow Solid Italic
}

.top_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.top_login {
    position: absolute;
    z-index: 2000;
    width: 400px;
    height: 250px;
    right: 50px;
    font-size: 16px;
    background: #FFF;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.top_login_group {
    border-bottom: solid 1px #e2e2e2;
    width: 370px;
    text-align: left;
    margin: 20px auto;
    margin-left: 20px;
}

    .top_login_group input {
        width: 220px;
        font-size: 16px;
        margin-left: 10px;
    }

.top_login_login input {
    width: 360px;
    height: 40px;
    font-size: 20px;
}

.top_menu {
    float: right;
    margin-top: 50px;
    line-height: 32px;
    margin-right: 30px;
    font-size: 14px;
}

    .top_menu a {
        margin: 0 10px;
        font-weight: bold;
    }

        .top_menu a:hover {
            cursor: pointer;
        }

#menu {
    width: 100%;
    height: 38px;
    float: left;
    background: #fff;
    margin-top:10px;
}

.menu_con {
    width: 1200px;
    height: 38px;
    margin: 0 auto
}

    .menu_con li {
        width: 199px;
        border-right: 1px solid #dae7c7;
        height: 38px;
        line-height: 38px;
        text-align: center;
        float: left;
        position: relative
    }

        .menu_con li a.a1 {
            font-size: 16px;
            color: #2f2f2f;
            width: 199px;
            height: 38px;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "AvantGardeGothicITCW01M 731087",sans-serif
        }

        .menu_con li.hov1 a.a1 {
            color: #2f2f2f;
            text-decoration: none;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "AvantGardeGothicITCW01M 731087",sans-serif;
            color: #2f2f2f;
            font-weight: 700
        }

        .menu_con li:hover a.a1 {
            color: #000;
            text-decoration: none;
            font-weight: 700
        }

        .menu_con li dl {
            display: none
        }

        .menu_con li:hover dl {
            display: block;
            width: 199px;
            background: #f4faeb;
            position: absolute;
            left: 0;
            top: 38px;
            z-index: 999
        }

            .menu_con li:hover dl dd {
                float: left;
                width: 199px;
                line-height: 30px;
                height: 30px;
                text-align: center;
                border-bottom: 1px solid #dae7c7
            }

                .menu_con li:hover dl dd a {
                    width: 199px;
                    height: 30px;
                    display: block
                }

                    .menu_con li:hover dl dd a:hover {
                        background: #e5f1d2;
                        text-decoration: none
                    }

        .menu_con li:last-child {
            border-right: 0
        }

#banner {
    width: 1100px;
    margin: auto;
    margin-top: 56px
}

#slides {
    display: block;
    width: 1088px; 
    height: 569px;
    list-style: none;   
    position: relative;
    margin:auto;

}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 20%;
    top: 650px;
    z-index: 9900
}

    #pagination li {
        display: block;
        list-style: none;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 15px;
        border-radius: 5px;
        background: #FFF
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px
        }

        #pagination li.current {
            background: #0092CE
        }

#content {
    width: 100%;
    float: left;
    margin-top: 15px
}

.content_con {
    width: 1200px;
    margin: 0 auto
}

.case_tit {
    float: left;
    width: 1200px;
    height: 72px
}

    .case_tit h2 {
        float: left;
        color: #7da142;
        font-size: 36px;
        line-height: 72px;
        font-weight: 400
    }

    .case_tit p {
        float: right;
        margin-top: 30px
    }

        .case_tit p img {
            float: left;
            margin-left: 10px
        }

.case_con {
    float: left;
    width: 1200px
}

.rollBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto
}

    .rollBox .Cont {
        width: 1200px;
        overflow: hidden;
        float: left
    }

    .rollBox .ScrCont {
        width: 10000000px
    }

    .rollBox .Cont .pic {
        width: 288px;
        float: left;
        text-align: center;
        margin-right: 19px
    }

        .rollBox .Cont .pic img {
            display: block;
            margin: 0 auto
        }

        .rollBox .Cont .pic p {
            line-height: 26px;
            color: #505050
        }

    .rollBox .Cont a:link, .rollBox .Cont a:visited {
        color: #626466;
        text-decoration: none
    }

    .rollBox .Cont a:hover {
        color: red;
        text-decoration: underline
    }

    .rollBox #List1, .rollBox #List2 {
        float: left
    }

.img1, .img2 {
    cursor: pointer
}

#link {
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
    background: #fff;
    margin-top: 35px
}

.link_con {
    width: 1200px;
    margin: 0 auto
}

.link_con_tit {
    float: left;
    width: 1200px;
    line-height: 60px;
    color: #7da142;
    font-size: 30px
}

.link_con_con {
    float: left;
    width: 1200px
}

    .link_con_con li {
        float: left;
        width: 368px;
        height: 100px;
        border: 1px solid #ddd;
        margin-right: 19px;
        vertical-align: middle;
        text-align: center;
        display: table-cell
    }

    .link_con_con span {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .link_con_con img {
        vertical-align: middle
    }

#bottom {
    float: left;
    width: 100%;
    background: #fff
}

#bottom2 {
    margin-top: 20px;
    float: left;
    width: 100%;
    height: 45px;
    background: #f6f6f6
}

.bottom_con {
    width: 1200px;
    margin: 0 auto
}

    .bottom_con p {
        margin-top: 20px;
        float: left;
        color: #999
    }

    .bottom_con span {
        float: right;
        margin-right: 50px
    }

        .bottom_con span s {
            float: left;
            margin-top: 20px;
            text-decoration: none
        }

        .bottom_con span img {
            float: left;
            margin-left: 5px;
            margin-top: 15px
        }

.left {
    float: left;
    width: 220px
}

    .left dt {
        width: 220px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        font-weight: 700
    }

    .left dd {
        float: left;
        width: 220px;
        height: 30px;
        background: #fff;
        margin-bottom: 1px
    }

        .left dd a {
            width: 220px;
            height: 30px;
            display: block;
            float: left;
            line-height: 30px
        }

            .left dd a:hover {
                text-decoration: none;
                font-weight: 700
            }

            .left dd a.hov2 {
                text-decoration: none;
                font-weight: 700
            }

.right {
    float: right;
    width: 960px;
    background: #fff
}

.right_tit {
    width: 960px;
    float: left;
    height: 49px;
    border-bottom: 1px solid #90cc2a
}

    .right_tit p {
        float: left;
        line-height: 49px;
        font-size: 12px;
        color: #000;
        margin-left: 10px
    }

    .right_tit span {
        line-height: 49px;
        float: right;
        margin-right: 10px
    }

.tapete {
    float: left;
    width: 940px;
    padding: 10px
}

    .tapete li {
        float: left;
        width: 227px;
        margin: 0 10px 10px 0;
        line-height: 18px;
        text-align: center;
    }

        .tapete li img {
            float: left;
            margin-bottom: 10px
        }

        .tapete li strong {
            font-size: 18px;
            font-weight: 400
        }

.catalog {
    float: left;
    width: 940px;
    padding: 10px
}

    .catalog li {
        float: left;
        width: 227px;
        line-height: 18px
    }

        .catalog li img {
            float: left;
            margin-bottom: 10px
        }

        .catalog li strong {
            color: #69a900;
            font-size: 18px;
            font-weight: 400
        }

.catalog_pic {
    width: 940px;
    padding: 10px
}

    .catalog_pic li {
        height: 254px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        float: left;
        margin: 0 10px
    }

    .catalog_pic span {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .catalog_pic img {
        vertical-align: middle;
        width:200px;
    }

    .catalog_pic li p {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: -20px
    }

.fanye {
    width: 1000px;
    height: 36px;
    float: left;
    margin-top: 10px
}

    .fanye dd {
        float: left;
        padding-top: 6px
    }

        .fanye dd a {
            padding: 0 5px;
            line-height: 24px;
            display: block
        }

            .fanye dd a:hover {
                background: #517612;
                color: #fff;
                text-decoration: none
            }

            .fanye dd a.hov3 {
                background: #517612;
                color: #fff;
                text-decoration: none
            }

.tapete_1 {
    float: left;
    width: 940px;
    padding: 10px
}

.tapete1_banner {
    float: left;
    width: 940px
}

#imgPlay {
    OVERFLOW: hidden;
    WIDTH: 940px;
    ZOOM: 1;
    POSITION: relative;
    HEIGHT: 500px
}

    #imgPlay .imgs LI {
        FLOAT: left;
        POSITION: relative
    }

    #imgPlay .imgs {
        WIDTH: 5760px
    }

    #imgPlay .btn {
        RIGHT: 12px;
        OVERFLOW: hidden;
        WIDTH: 112px;
        BOTTOM: 12px;
        TEXT-INDENT: -9999px;
        POSITION: absolute;
        HEIGHT: 29px
    }

        #imgPlay .btn A {
            BACKGROUND: url(../images/bg.png) no-repeat;
            BACKGROUND-POSITION: 0 0;
            DISPLAY: block;
            WIDTH: 112px;
            HEIGHT: 29px
        }

            #imgPlay .btn A:hover {
                BACKGROUND: url(../images/bg.png) no-repeat;
                BACKGROUND-POSITION: 0 -30px
            }

    #imgPlay .prev {
        BACKGROUND: url(../images/imgPlayer.png) no-repeat 0 0;
        LEFT: 0;
        WIDTH: 46px;
        CURSOR: pointer;
        TEXT-INDENT: -9999px;
        POSITION: absolute;
        TOP: 220px;
        HEIGHT: 81px
    }

    #imgPlay .next {
        BACKGROUND: url(../images/imgPlayer.png) no-repeat 0 0;
        LEFT: 0;
        WIDTH: 46px;
        CURSOR: pointer;
        TEXT-INDENT: -9999px;
        POSITION: absolute;
        TOP: 220px;
        HEIGHT: 81px
    }

    #imgPlay .next {
        BACKGROUND-POSITION: right 0;
        RIGHT: 0;
        LEFT: auto
    }

    #imgPlay .num {
        DISPLAY: inline;
        LEFT: 400px;
        POSITION: absolute;
        TOP: 450px;
        HEIGHT: 19px
    }

        #imgPlay .num SPAN {
            DISPLAY: inline-block;
            BACKGROUND: url(../images/imgPlayer.png) no-repeat -19px -83px;
            MARGIN: 0 2px;
            OVERFLOW: hidden;
            WIDTH: 14px;
            CURSOR: pointer;
            LINE-HEIGHT: 0;
            HEIGHT: 13px
        }

            #imgPlay .num SPAN.on {
                BACKGROUND-POSITION: 1px -83px
            }

        #imgPlay .num .lc {
            PADDING-RIGHT: 0;
            PADDING-LEFT: 0;
            BACKGROUND: url(../images/lc.png) no-repeat;
            FLOAT: left;
            PADDING-BOTTOM: 0;
            WIDTH: 13px;
            PADDING-TOP: 3px;
            HEIGHT: 16px
        }

        #imgPlay .num .mc {
            PADDING-RIGHT: 0;
            PADDING-LEFT: 0;
            BACKGROUND: url(../images/lc.png) no-repeat;
            FLOAT: left;
            PADDING-BOTTOM: 0;
            WIDTH: 13px;
            PADDING-TOP: 3px;
            HEIGHT: 16px
        }

        #imgPlay .num .rc {
            PADDING-RIGHT: 0;
            PADDING-LEFT: 0;
            BACKGROUND: url(../images/lc.png) no-repeat;
            FLOAT: left;
            PADDING-BOTTOM: 0;
            WIDTH: 13px;
            PADDING-TOP: 3px;
            HEIGHT: 16px
        }

        #imgPlay .num .mc {
            BACKGROUND: url(../images/mc.png) repeat-x
        }

        #imgPlay .num .rc {
            BACKGROUND: url(../images/rc.png) no-repeat
        }

    #imgPlay #numInner {
        PADDING-RIGHT: 0;
        PADDING-LEFT: 0;
        BACKGROUND: none transparent scroll repeat 0 0;
        PADDING-BOTTOM: 0;
        PADDING-TOP: 3px;
        POSITION: absolute;
        TOP: 450px;
        TEXT-ALIGN: center
    }

.shuoming {
    float: left;
    width: 940px;
    margin-top: 10px
}

    .shuoming dl {
        float: left;
        width: 940px
    }

        .shuoming dl dt {
            float: left;
            width: 940px;
            line-height: 40px;
            font-size: 18px;
            color: #548600
        }

        .shuoming dl dd {
            float: left;
            width: 940px;
            font-size: 14px
        }

            .shuoming dl dd a {
                height: 30px;
                width: 90px;
                display: block;
                color: #666;
                background: #f0f0f0;
                text-align: center;
                line-height: 30px;
                margin-top: 10px
            }

                .shuoming dl dd a:hover {
                    background: #548600;
                    color: #fff;
                    text-decoration: none
                }

.about {
    width: 940px;
    float: left;
    padding: 10px
}

    .about p {
        float: left;
        width: 940px;
        font-size: 14px;
        margin-bottom: 10px;
        color: #999
    }

        .about p strong {
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            color: #666
        }

.news {
    width: 940px;
    float: left;
    padding: 10px
}

    .news ul {
        float: left;
        width: 940px
    }

        .news ul li {
            float: left;
            width: 940px;
            padding: 10px 0;
            border-bottom: 1px dashed #ddd;
            line-height: 22px
        }

            .news ul li img {
                float: left;
                margin-right: 10px
            }

            .news ul li strong {
                font-size: 18px;
                line-height: 40px;
                color: #517612
            }

            .news ul li a {
                line-height: 40px;
                color: #517612
            }

            .news ul li s {
                text-decoration: none;
                color: #999
            }

.news_1 {
    width: 940px;
    float: left;
    padding: 10px;
    font-size: 14px
}

    .news_1 strong {
        font-size: 18px;
        line-height: 30px;
        color: #517612;
        font-weight: 400
    }

    .news_1 s {
        text-decoration: none;
        color: #999
    }

.contact {
    width: 940px;
    float: left;
    padding: 10px;
    font-size: 12px
}

    .contact p {
        float: left;
        width: 440px;
        padding: 10px 0;
        margin-top: 6px
    }

.div_p {
    float: left;
    width: 440px;
    padding: 10px 0;
    margin-top: 6px
}
    /* .div_p p{ margin-bottom:30px;} */
    .div_p span {
        font-size: 16px;
        font-weight: bold;
    }

    .div_p a {
        display: block;
        margin-bottom: 10px;
    }

        .div_p a:hover {
            text-decoration: none;
        }

.div_view {
    float: right;
    margin-top: 15px;
    width: 450px;
    height:700px;
}

.faq dl.dl_1 {
    float: left;
    width: 940px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd
}

    .faq dl.dl_1 dt {
        float: left;
        width: 940px;
        line-height: 30px;
        font-size: 16px
    }

        .faq dl.dl_1 dt s {
            color: #436c00;
            font-size: 18px;
            text-decoration: none
        }

    .faq dl.dl_1 dd {
        float: left;
        width: 940px;
        line-height: 24px;
        color: #999
    }

        .faq dl.dl_1 dd s {
            color: #436c00;
            font-size: 18px;
            text-decoration: none
        }

.job {
    float: left;
    width: 940px;
    padding: 10px
}

    .job dl {
        float: left;
        width: 940px;
        padding: 10px 0
    }

        .job dl dt {
            float: left;
            line-height: 30px;
            width: 940px;
            border-bottom: 1px dashed #ddd;
            font-size: 18px;
            color: #496e0d;
            margin-bottom: 10px
        }

        .job dl dd {
            float: left;
            width: 940px;
            line-height: 30px;
            font-size: 14px
        }

            .job dl dd span {
                float: left;
                text-align: right;
                font-weight: 700
            }

            .job dl dd p {
                float: left;
                width: 598px
            }

.left2 {
    float: left;
    width: 220px
}

    .left2 li {
        float: left;
        width: 200px;
        padding: 10px;
        background: #fff;
        margin-bottom: 10px
    }

        .left2 li p {
            line-height: 30px;
            float: left;
            width: 200px;
            border-bottom: 1px dashed #ddd
        }

        .left2 li span {
            float: left;
            width: 200px;
            margin: 10px 0
        }

.left2_select {
    float: left;
    width: 198px;
    border: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    color: #666
}

.buy {
    float: left;
    width: 940px;
    padding: 10px
}

    .buy ul {
        float: left;
        width: 940px
    }

        .buy ul li {
            float: left;
            width: 940px;
            line-height: 24px;
            padding: 10px 0;
            border-bottom: 1px dashed #ddd;
            font-size: 14px
        }

            .buy ul li p {
                width: 460px;
                float: left;
                border-right: 1px dashed #ccc
            }

.brands {
    float: left;
    width: 1180px;
    background: #fff;
    padding: 10px
}

.brands_tit {
    width: 1180px;
    float: left;
    height: 49px;
    border-bottom: 1px solid #90cc2a
}

    .brands_tit p {
        float: left;
        line-height: 49px;
        font-size: 16px;
        color: #517612;
        margin-left: 10px
    }

    .brands_tit span {
        line-height: 49px;
        float: right;
        margin-right: 10px
    }

.brands_con {
    float: left;
    width: 1180px;
    margin-top: 20px
}

    .brands_con dl {
        float: left;
        width: 575px;
        margin: 0 30px 20px 0
    }

        .brands_con dl dt {
            float: left;
            width: 253px;
            height: 208px;
            border: 1px solid #ddd
        }

        .brands_con dl dd {
            float: right;
            width: 302px;
            line-height: 24px;
            font-size: 14px;
            color: #999
        }

            .brands_con dl dd s {
                font-size: 24px;
                color: #477300;
                text-decoration: none;
                line-height: 50px
            }

            .brands_con dl dd a {
                line-height: 50px;
                color: #999;
                font-size: 12px
            }

.table {
    text-align: center;
    border-color: #000;
    border-collapse: collapse;
    width: 450px;
    float: left;
    margin-left: 20px
}

.comtable {
    padding-top: 20px;
    float: left;
}

    .comtable td {
        width: 48%;
        word-wrap: break-word;
        word-break: break-all
    }

.divproject {
    width: 500px;
    float: right;
    margin-top: 20px;
}

.login {
    width: 60%;
    height: 200px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    font-size: 16px;
}

.login_group {
    border-bottom: solid 1px #e2e2e2;
    width: 500px;
    text-align: left;
    margin: 20px auto;
}

    .login_group input {
        width: 400px;
        font-size: 16px;
        margin-left: 10px;
    }

.login_login input {
    width: 500px;
    height: 40px;
    font-size: 20px;
}

.vedio {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 90px;
}
.product {
margin-top:20px;
}
.product li {
    float: left;
    width: 260px;
    margin: 0 10px 10px 0;
    /*  line-height:200px;*/
    text-align: center;
  /*  height: 306px;*/
    text-align: center;
    /*border: 1px solid #90cc2a*/
}
    .product li a {
         line-height:300px;
    }
    .product li img {
        /* float: left;*/
        display: inline-block;
        /*width: 260px;*/
        max-height: 260px;
        vertical-align: middle;
    }
.product_contact {
    width: 1200px;
    margin: 100px auto 0px auto;
    text-align: center;
 /*   text-transform: uppercase;*/
    letter-spacing: 1px;
    font-family: "AvantGardeGothicITCW01M 731087",sans-serif;
}
