* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

#dituContent img {
    max-width: inherit;
}

#slides {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15px;
    background: url(../images/none.jpg) repeat-x bottom;
}

    #slides li img {
        width: 100%;
        display: block;
    }

    #slides .hd {
        position: absolute;
        bottom: 45px;
        z-index: 101;
        text-align: center;
        right: 50%;
        margin-right: -470px;
    }

        #slides .hd li {
            cursor: pointer;
            display: inline-block;
            height: 14px;
            line-height: 14px;
            margin: 1px 5px;
            overflow: hidden;
            width: 14px;
            color: transparent;
            background: #ccc;
            border: 1px solid #fff;
            font-size: 12px;
        }

            #slides .hd li.on {
                background: #CC0000;
            }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
    color: #666;
    background: #fff;
}

.container {
    margin: auto;
    width: 1000px;
}

.block {
    overflow: hidden;
    clear: both;
}

/*头部*/
.blockbg {
    background: url(../images/block_bg.gif) repeat;
}

.top {
    background: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
}

.logo img {
    max-width: 100%;
    display: block;
    padding: 20px 0;
}

.navbox {
    height: 48px;
    color: #fff;
    background: #71aa1d;
}

    .navbox li {
        float: left;
        position: relative;
        border-left: 1px solid #88cf1f;
    }

        .navbox li:first-child {
            border: none;
        }

        .navbox li a {
            padding: 0 30px;
            line-height: 48px;
            display: block;
        }

        .navbox li ul {
            position: absolute;
            width: 120%;
            left: -10%;
            background: #416700;
            z-index: 1000;
            display: none;
        }

            .navbox li ul li {
                float: none;
                text-align: center;
                border: none;
            }

                .navbox li ul li a {
                    padding: 0;
                    line-height: 30px;
                }

        .navbox li:hover ul {
            display: block;
        }

        .navbox li:hover a, .navbox li.cur a {
            background: #416700;
        }

.search {
    height: 61px;
    line-height: 61px;
    overflow: hidden;
    background: url(../images/search-bg.jpg) repeat-x bottom;
    font-size: 12px;
    margin-bottom: 40px;
}

.input input {
    width: 187px;
    height: 24px;
    border: 1px solid #a8a0a0;
    padding: 0 3px;
    float: left;
    margin-top: 16px;
    color: #b2b2b2;
    line-height: 24px;
    font-size: 12px;
}

a.searchBtn {
    width: 42px;
    height: 26px;
    margin-top: 16px;
    display: inline-block;
    background: #71aa1d url(../images/serch.png) no-repeat center;
    background-size: 31px;
    text-align: center;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    float: left;
}
/*首页*/
.title {
    text-align: center;
    margin-bottom: 40px;
}

    .title b {
        color: #426900;
        font-size: 36px;
        line-height: 50px;
    }

    .title span {
        font-size: 40px;
        display: block;
        text-transform: uppercase;
        line-height: 60px;
        color: #a7a7a7;
        letter-spacing: 8px;
        font-family: cursive;
    }

    .title p {
        line-height: 26px;
        font-size: 16px;
    }

.service {
    padding-bottom: 30px;
}

    .service li {
        width: 162px;
        padding: 25px 25px;
        height: 320px;
        float: left;
        background: #71aa1d;
        border-radius: 10px;
        color: #fff;
        margin: 0 12px;
        text-align: center;
    }

        .service li h3 {
            font-size: 18px;
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #83b538;
            overflow: hidden;
            margin-bottom: 15px;
        }

        .service li p {
            font-size: 13px;
            height: 132px;
            overflow: hidden;
            text-align: left;
            line-height: 22px;
            margin-bottom: 10px;
        }

        .service li img {
            width: 160px;
            display: block;
            margin: auto;
            height: auto;
        }

        .service li:hover {
            background: #416800;
        }



.product {
    padding: 40px 0;
    border-top: 1px dashed #717171;
}

.title2 {
    text-align: center;
    margin-bottom: 30px;
}

    .title2 b {
        font-size: 30px;
        color: #426900;
    }

    .title2 em {
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        color: #fa0;
        margin-left: 10px;
    }

    .title2 p {
        font-size: 22px;
        font-family: "华文细黑";
        line-height: 40px;
        color: #6e8c3e;
    }

    .title2 span:before {
        content: "";
        display: inline-block;
        width: 292px;
        height: 66px;
        background: url(../images/titlel.png) no-repeat center;
    }

    .title2 span:after {
        content: "";
        display: inline-block;
        width: 292px;
        height: 66px;
        background: url(../images/titler.png) no-repeat center;
    }

.product li {
    float: left;
    width: 208px;
    height: 205px;
    margin-left: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .product li img {
        width: 202px;
        height: 165px;
        display: block;
        margin: 2px;
    }

    .product li h4 {
        margin: 0 10px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .product li.first {
        width: 292px;
        height: 430px;
        border: 1px solid #ddd;
        background: #efefef;
    }

        .product li.first .img {
            width: 292px;
            height: 330px;
            background: #fff;
            display: table-cell;
            vertical-align: middle;
        }

            .product li.first .img img {
                min-width: 292px;
                max-height: 100%;
                height: auto;
            }

        .product li.first h3 {
            height: 29px;
            font-size: 16px;
            line-height: 29px;
            font-weight: normal;
            text-align: left;
            border-bottom: 1px dashed #ccc;
            padding: 5px 10px;
            color: #72aa1e;
        }

        .product li.first p {
            width: 272px;
            height: 50px;
            line-height: 25px;
            text-align: left;
            font-size: 12px;
            font-weight: normal;
            overflow: hidden;
            padding: 5px 10px;
        }


li.more {
    background: #71aa1d;
}

    li.more em {
        display: block;
        text-align: CENTER;
        font-style: normal;
        font-size: 18px;
        text-transform: uppercase;
        color: #b9d29b;
        padding-top: 52px;
    }

    li.more span {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 9px 0;
    }

    li.more b {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        margin: 10px auto;
        border: 2px solid #fff;
        font-size: 30px;
        color: #fff;
        line-height: 36px;
    }


.title3 {
    text-align: center;
    background: #71aa1d;
    color: #fff;
    padding: 10px 0;
}

    .title3 h2 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 4px;
    }

        .title3 h2:before {
            content: "";
            display: inline-block;
            height: 51px;
            width: 40px;
            background: url(../images/titleicon.png) no-repeat center;
            margin-bottom: -10px;
            background-size: 30px;
        }

        .title3 h2 b {
            font-size: 54px;
            font-family: cursive;
            font-style: italic;
            margin-right: 10px;
        }



.li img {
    float: right;
    width: 500px;
    display: block;
}

.li div {
    width: 400px;
    float: left;
}

.why .li {
    overflow: hidden;
    margin: 10px 0;
}

.li h3 {
    border-bottom: 2px solid #b8b8b8;
    line-height: 50px;
    margin-bottom: 5px;
    color: #71aa1d;
    font-size: 18px;
}

    .li h3 em {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #71aa1d;
        float: left;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin: 0 10px;
    }

    .li h3:after {
        width: 40px;
        height: 27px;
        display: inline-block;
        content: "";
        background: url(../images/hand.png) no-repeat center;
        margin-left: 10px;
    }

.li div ul {
    border-top: 1px solid #b8b8b8;
    padding: 10px 0;
}

.li div li {
    padding-left: 35px;
    line-height: 30px;
    color: #71aa1d;
    background: url(../images/icon1.png) no-repeat left center;
}

.li.lir div {
    float: right;
}

    .li.lir div h3:after {
        display: none;
    }

    .li.lir div h3:before {
        width: 40px;
        height: 27px;
        display: inline-block;
        content: "";
        background: url(../images/handr.png) no-repeat center;
        margin-right: 10px;
        float: left;
    }

.li.lir img {
    float: left;
}

.cooper {
    padding: 30px 0;
}

.title4 {
    text-align: center;
}

    .title4 span {
        line-height: 40px;
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #71aa1d;
    }

        .title4 span:before {
            content: "";
            width: 231px;
            height: 18px;
            display: inline-block;
            background: url(../images/titlel1.png) no-repeat center;
            margin-right: 10px;
        }

        .title4 span:after {
            content: "";
            width: 231px;
            height: 18px;
            display: inline-block;
            background: url(../images/titler1.png) no-repeat center;
            margin-left: 15px;
        }

    .title4 p {
        text-transform: uppercase;
        font-size: 12px;
        color: #c8c8c8;
    }

.runleft {
    padding: 0 20px;
    position: relative;
}

span.prev {
    width: 19px;
    position: absolute;
    left: 0;
    height: 50px;
    background: #a7a7a7;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 28px;
    cursor: pointer;
    top: 40%;
    margin-top: -25px;
}

span.next {
    width: 19px;
    position: absolute;
    right: 0;
    height: 50px;
    background: #a7a7a7;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 28px;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
}

.runleft li {
    width: 181px;
    float: left;
    margin: 5px;
}

    .runleft li img {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
    }

    .runleft li h4 {
        text-align: center;
        font-weight: normal;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


.line-top-bottom {
    border-top: 1px dashed #717171;
    border-bottom: 1px dashed #717171;
}

.title5 {
    padding: 50px 0;
    text-align: center;
    position: relative;
}

    .title5 p {
        font-size: 28px;
        font-weight: bold;
        line-height: 60px;
        color: #3e6802;
    }

        .title5 p:before {
            content: "";
            display: inline-block;
            width: 170px;
            border-bottom: 1px solid #3e6802;
            margin: 10px;
        }

        .title5 p:after {
            content: "";
            display: inline-block;
            width: 170px;
            border-bottom: 1px solid #3e6802;
            margin: 10px;
        }

    .title5 span {
        color: #71aa1d;
        display: block;
        font-size: 13px;
        line-height: 20px;
    }

.about {
    line-height: 30px;
    padding-bottom: 60px;
    background: url(../images/line4.png) no-repeat bottom center;
}

    .about h5 {
        font-weight: normal;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        border-bottom: 1px dashed #333;
        color: #333;
        margin-bottom: 10px;
    }

.aboutcon {
    width: 480px;
    float: right;
}

.photoes {
    margin: 40px 0;
}

.title8 {
    line-height: 40px;
    margin: 0 40px;
    color: #72ab1f;
}

a.more {
    font-size: 12px;
    float: right;
    color: #666;
}

.news {
    padding: 60px 0;
}

.newslist {
    width: 285px;
    padding-right: 50px;
    float: left;
    background: url(../images/sha2.png) no-repeat right center;
}

.title6 {
    height: 44px;
    line-height: 44px;
    color: #7aaf29;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 10px;
}

    .title6 span {
        border-bottom: 2px solid #7aaf29;
        display: inline-block;
        height: 44px;
    }

a.more1 {
    font-size: 12px;
    float: right;
    padding-right: 20px;
    color: #666;
    background: url(../images/ico3.png) no-repeat right center;
}

.newslist li img {
    width: 270px;
    height: 148px;
    display: block;
    margin: auto;
}

.newslist li h3 {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #E3E3E3;
    padding-left: 18px;
    background: transparent url(../images/ico6.jpg) no-repeat scroll 6px center;
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsr {
    width: 310px;
    float: right;
}

    .newsr li {
        padding: 11px 0;
        border-bottom: 1px dashed #e3e3e3;
    }

        .newsr li h3 {
            height: 19px;
            line-height: 19px;
            font-size: 12px;
            color: #f64561;
            overflow: hidden;
        }

            .newsr li h3:before {
                content: "问";
                display: block;
                float: left;
                margin-right: 10px;
                background: #f64561;
                color: #fff;
                padding: 0 2px;
                border-radius: 2px;
            }

        .newsr li p {
            line-height: 21px;
            color: #666;
            height: 42px;
            overflow: hidden;
            font-size: 12px;
            margin-top: 16px;
        }

            .newsr li p:before {
                content: "答";
                display: block;
                float: left;
                margin-right: 10px;
                padding: 0 2px;
                background: #666;
                color: #fff;
                border-radius: 2px;
            }

.runtop {
    height: 360px;
}
/*底部*/
.footer {
    border-top: 1px dashed #717171;
    padding: 30px 0 10px;
    font-size: 12px;
}

.title7 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #72ab1f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 6px;
}

    .title7 span {
        text-transform: uppercase;
        color: #ccc;
        padding-left: 5px;
    }

.footernav {
    margin: 30px auto 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    line-height: 16px;
}

    .footernav li {
        display: inline-block;
        padding: 0 25px;
        border-left: 1px solid #959595;
    }

        .footernav li:first-child {
            border: none;
        }

.copyright {
    text-align: center;
}

.footerline img {
    float: left;
    max-width: 300px;
}

.weixin {
    float: right;
    width: 110px;
}

    .weixin img {
        width: 100%;
        height: auto;
    }

.footerline {
    float: left;
    width: 870px;
}
/*内页*/
.pager {
    width: 750px;
}

.pagel {
    width: 217px;
}

h3.ltitle {
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #518516;
    background: #69a91d;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
}

.tree ul {
    padding: 0px 15px 20px 15px;
    background: #fcfcfc;
    border: 1px solid #e7e6e4;
}

.lnews ul {
    background: #fcfcfc;
    border: 1px solid #e7e6e4;
    padding: 0 10px 20px 10px;
}

.tree li a {
    border-bottom: 1px dashed #ddd;
    display: block;
    line-height: 40px;
    height: 40px;
}

.tree li ul li a {
    border: none;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
}

.tree li ul {
    padding-bottom: 0;
    border: none;
}

    .tree li ul li a:before {
        content: ">";
        font-family: serif;
        padding-right: 5px;
    }

.tree li a:before {
    content: "+";
    padding-right: 5px;
    font-family: serif;
}

.lnews li a {
    display: block;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .lnews li a:before {
        content: ">";
        font-family: serif;
        padding-right: 5px;
        padding-left: 5px;
    }

.lnews {
    margin-top: 10px;
}

.pagename {
    background-color: #cd9b3f;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.tips {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    margin-bottom: 20px;
}

    .tips em {
        font-style: normal;
    }

ul.prlist li {
    margin: 0 9px;
    margin-bottom: 20px;
    width: 227px;
    float: left;
}

    ul.prlist li img {
        padding: 2px;
        border: 1px solid #ccc;
        width: 217px;
        height: 155px;
        display: block;
        margin: auto;
    }

    ul.prlist li p {
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    ul.prlist li:hover img {
        border: 1px solid #69a91d;
    }

.pading {
    text-align: center;
    padding: 20px 0;
}

    .pading a, .pading span {
        font-size: 12px;
        display: inline-block;
        height: 22px;
        line-height: 22px;
        border: 1px solid #ccc;
        background: #ccc;
        color: #fff;
        text-align: center;
        padding: 0 10px;
        margin: 0 3px;
    }

    .pading .current {
        background: none;
        color: #ccc;
    }

.imgs {
    width: 290px;
    float: left;
}

    .imgs li img {
        width: 100%;
        display: block;
    }

    .imgs .hd li {
        width: 64px;
        height: 64px;
        margin: 0 4px;
        float: left;
    }

    .imgs .hd {
        margin-top: 10px;
    }

        .imgs .hd li img {
            width: 60px;
            height: 60px;
            border: 1px solid #ccc;
            padding: 1px;
        }

        .imgs .hd li.on img {
            border: 1px solid #69a91d;
        }

.desc {
    width: 400px;
    float: right;
}

    .desc h3 {
        color: #333;
        line-height: 35px;
        font-size: 18px;
        font-family: "Microsoft Yahei";
        font-weight: normal;
        padding: 0 8px;
        border-bottom: 1px dashed #f3f3f3;
    }

ul.newscenter li {
    border-bottom: 1px dashed #dbdbdb;
    color: #666;
    line-height: 36px;
}

    ul.newscenter li h3 {
        padding-right: 90px;
        position: relative;
        font-size: 14px;
        font-weight: normal;
    }

        ul.newscenter li h3:before {
            content: "";
            height: 36px;
            width: 14px;
            background: url(../images/gif-0023.gif) no-repeat center;
            display: block;
            float: left;
            margin-right: 7px;
        }

    ul.newscenter li p {
        font-size: 12px;
        color: #666;
        max-height: 42px;
        line-height: 21px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    ul.newscenter li span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        font-weight: normal;
    }

    ul.newscenter li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.lproduct li img {
    display: block;
    margin: 5px auto;
    width: 190px;
    border: 1px solid #ccc;
    padding: 2px;
}

.lproduct li h3 {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

h3.ar_title {
    color: #333;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.info span {
    display: block;
    text-align: center;
    color: #BCBBBB;
    font-size: 12px;
    line-height: 31px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #f3f3f3;
}

.record {
    padding: 30px 0;
}

    .record span {
        display: block;
        line-height: 30px;
    }

.contact {
    margin-top: 20px;
}

    .contact h2 {
        color: #fff;
        text-align: center;
        font-weight: normal;
        background: #cd9b3f;
        line-height: 50px;
    }

    .contact .con {
        border: 1px solid #e7e6e4;
        padding: 10px;
        font-size: 12px;
    }

.gotop {
    position: fixed;
    left: 50%;
    bottom: 100px;
    margin-left: 510px;
    cursor: pointer;
    z-index: 100000;
}

a.link_item {
    display: inline-block;
    margin: 0 5px;
}

.flink.footer.blockbg {
    border-top: 0;
    padding-top: 20px;
}
