﻿body {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0px;
    padding: 0px;
}


html, body {
    width: 100%;
    font-family: "Microsoft Yahei","����";
}

.clear {
    clear: both;
}

.submit {
    border: 1px solid #999;
    color: #000;
    height: 32px;
}


a {
    text-decoration: none;
}

#dituContent img{
max-width:none;
}  

/* for IE */
:focus {
    -moz-outline-style: none;
}
/* for Firefox */
ul, li, p, h1, img, h2, ol, em {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
}





/*header*/

.header {
    height: 180px;
    border-top: 8px solid #006720;
    border-bottom: 2px solid #006720;
}
    /*logo*/
    .header .logo {
        width: 1000px;
        overflow: hidden;
        height: 130px;
        margin: auto;
    }

        .header .logo img {
            width: 1000px;
            height: 130px;
            overflow: hidden;
        }
/*电话*/

.banner_bottom ul li a:hover {
    color: #FF8A02;
}
/*导航*/


.header .navbox {
    font-family: "微软雅黑","黑体";
    clear: both;
    height: 50px;
}

    .header .navbox .menu {
        width: 1000px;
        margin: auto;
        height: 50px;
        box-sizing: border-box;
    }

        .header .navbox .menu li {
            float: left;
            display: block;
            height: 45px;
            width: 100px;
            position: relative;
            background: url("../images/ddBg.png") no-repeat left center;
        }

.navbox .menu li a {
    color: #000;
    font-size: 15px;
    text-align: center;
    width: 100px;
    display: block;
    line-height: 3.5em;
    font-weight: bold;
}

    .navbox .menu li a:hover {
        color: #006720;
    }

.navbox .menu .menu_li:first-child {
    background: #103b00;
    font-size: 16px;
    height: 50px;
    width: 190px;
    color: #fff;
    line-height: 50px;
    font-weight: normal;
    overflow: hidden;
}

.navbox .menu .menu_li > a:first-child {
    width: 100px;
    margin: auto;
    display: block;
    overflow: hidden;
}
.menu > li:first-child a {
color:#fff}
/**/
.subMen {
    display: none;
    background: #fff;
    position: absolute;
    top: 51px;
    z-index: 999;
    font-family: "微软雅黑","黑体";
    font-size: 12px;
    width: 100px;
}

    .subMen li {
        width: 100px;
        height: 40px;
        font-family: "微软雅黑","黑体";
        font-size: 12px;
        float: left;
        border-bottom: 1px solid #ccc;
    }

        .subMen li a {
            width: 100px;
            height: 40px;
            color: #000;
            font-family: "微软雅黑","黑体";
            font-size: 14px;
            text-align: center;
            display: block;
            line-height: 3em;
        }

.navbox .menu .menu_li:hover .subMen {
    display: block;
}



/**/
.header_nav {
    width: 1000px;
    margin: auto;
    position: relative;
}

.nav_21 {
    width: 190px;
    position: absolute;
    z-index: 100;
    top: 0px;
}

    .nav_21 ul {
        width: 190px;
        background: #007b25;
    }
    /* .nav_21 h1 { font-size: 16px; height: 50px; width: 190px; background: #103b00; color: #f7f0f0; line-height: 50px; font-weight: normal; text-align: center; }
       */
    .nav_21 li {
        position: relative;
    }

        .nav_21 li a {
            display: block;
            height: 44px;
            font-size: 14px;
            color: #fff;
            line-height: 44px;
            text-decoration: none;
            width: 170px;
            text-align: center;
            border-top: 1px dotted #0c9836;
            ;
            margin: auto;
        }

        .nav_21 li:hover {
            background: #18a040;
        }

.nav_21_ul {
    position: absolute;
    left: 190px;
    top: 0px;
    display: none;
}

.nav_21 li:hover .nav_21_ul {
    display: block;
}
/**/

.gjz {
    height: 78px;
    padding-bottom: 13px;
    background: url("../images/tjBg.png") no-repeat center;
    margin-top: -2px;
}

    .gjz ul {
        width: 1000px;
        margin: auto;
    }

        .gjz ul li {
            float: left;
            border-right: 1px dotted #3fba68;
            margin: 30px 0;
            width: 103px;
        }

            .gjz ul li a {
                width: 103px;
                display: block;
                text-align: center;
                font-size: 15px;
                color: #fff;
            }

.gjz1 {
    border: none !important;
    width: 355px !important;
    margin: 15px 0px 0px !important;
}

    .gjz1 h1 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        width: 355px;
        text-align: center;
    }

    .gjz1 h2 {
        font-size: 22px;
        color: #7cd095;
        text-align: center;
        text-transform: uppercase;
    }

.gjz ul li:last-child {
    border: none;
}

.gjz a:hover {
    color: #000;
}
/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slides_container {
    width: 100%;
}

.slides_control, .slides_control a, .slides_control a img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    display: block;
}

.banner .btns {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

    .banner .btns .current {
        background: #006720;
    }

    .banner .btns li {
        background: #fff;
        border: 1px solid #ccc;
        display: inline-block;
        zoom: 1;
        width: 100px;
        height: 2px;
        margin: 5px;
        overflow: hidden;
    }

        .banner .btns li a {
            color: transparent;
            width: 100px;
            height: 5px;
        }

.banner:hover span {
    display: block;
}
/**/



.banner span.prev {
    background: url("../images/FF4F_04_03.png") no-repeat;
}

.banner span.next {
    background: url("../images/FF4F_04_031 .png") no-repeat;
    right: 0px;
}

.banner span {
    position: absolute;
    top: 48%;
    height: 40px;
    width: 40px;
    display: block;
    z-index: 10;
    cursor: pointer;
    display: none;
}

/*one*/
.one {
    width: 1020px;
    margin: 30px auto 0px;
    overflow: hidden;
}

.one_nav {
    width: 1020px;
    border: 1px solid #006720;
    box-sizing: border-box;
    height: 55px;
    clear: both;
    overflow: hidden;
}

    .one_nav li {
        float: left;
        width: 170px;
        text-align: center;
        height: 50px;
        padding-top: 20px;
    }

        .one_nav li a {
            display: block;
            font-size: 15px;
            color: #006720;
            border-right: 1px dotted #006720;
        }

        .one_nav li:last-child a {
            border: none;
        }

    .one_nav ul {
        width: 700px;
        margin: auto;
    }
/**/
.one_c {
    clear: both;
}

    .one_c li {
        float: left;
        width: 236px;
        margin: 20px 9px 0px;
        height: 283px;
        overflow: hidden;
    }

        .one_c li span {
            font-weight: normal;
            line-height: 15px;
            margin-top: 19px;
            text-align: center;
            font-size: 15px;
            color: #000;
            display: block;
        }

        .one_c li img {
            display: block;
            padding: 1px;
            border: 1px solid #e8e8e8;
            transition: all .5s;
            opacity: 0.95;
            width: 232px;
            height: 230px;
        }

            .one_c li img:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                opacity: 1;
            }

.one_nav .now {
    background: url("../images/cpTabLiH.png") no-repeat center;
    background-position-y: 12px;
}

    .one_nav .now > a {
        color: #fff;
    }

.one_c li span:hover {
    color: #006720;
}

/**/
.one_title {
    width: 1020px;
    margin-bottom: 30px;
}

    .one_title img {
        width: 1020px;
    }

/**/
.one_ul {
    width: 1000px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    height: 230px;
}

#hzhu {
    width: 950px;
    overflow: hidden;
    height: 250px;
    margin: auto;
}

    #hzhu li {
        float: left;
        width: 220px;
        line-height: 0;
        margin: 0px 5px;
        height: 230px;
    }

        #hzhu li img {
            width: 220px;
            height: 200px;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }

        #hzhu li span {
            padding-top: 15px;
            display: block;
            text-align: center;
            width: 220px;
            height: 15px;
            color: #b10909;
            font-size: 15px;
            overflow: hidden;
        }

            #hzhu li span a {
                color: #555;
            }


.one_ul .one_a {
    position: absolute;
    top: 80px;
    display: block;
    width: 22px;
    height: 42px;
    overflow: hidden;
    background: url("../images/icobox.png") no-repeat -762px 0;
}

.one_ul .one_c {
    position: absolute;
    top: 80px;
    display: block;
    width: 22px;
    height: 42px;
    overflow: hidden;
    background: url("../images/icobox.png") no-repeat -714px 0;
    right: -0px;
}

#hzhu li span a:hover, .one_top h1:hover, .one_top h2:hover {
    color: #006720;
}

.one_ul .one_a:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -786px 0;
}

.one_ul .one_c:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -738px 0;
}


/**/
.one_ult {
    width: 365px;
    margin: auto;
    background: url("../images/xyImg2.png") no-repeat;
    background-position-y: 20px;
    margin-top: 50px;
}

    .one_ult h1 {
        width: 167px;
        margin: auto;
        text-align: center;
        font-size: 25px;
        font-family: "楷体";
        color: #006720;
        height: 25px;
        overflow: hidden;
    }

    .one_ult h2 {
        font-size: 18px;
        height: 22px;
        width: 167px;
        margin: auto;
        text-align: center;
        overflow: hidden;
        color: #ccc;
        font-family: "宋体";
    }
/*two*/
.two {
    margin: 50px auto 0px;
    width: 100%;
}
    .two img {
    width:100%}
/**/
.three {
    margin: 50px auto 0px;
    width: 1000px;
}

.three_left {
    float: left;
    width: 682px;
}

    .three_left .three_leftn {
        overflow: hidden;
        border-top: 2px solid #018328;
    }

        .three_left .three_leftn li {
            float: left;
            width: 226px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-left: 1px solid #c5edbf;
            font-size: 15px;
            cursor: pointer;
            border-bottom: 1px solid #ddebdd;
        }

            .three_left .three_leftn li:last-child {
                border-right: 1px solid #c5edbf;
            }

            .three_left .three_leftn li a {
                color: #666;
                font-size: 15px;
            }
    /**/
    .three_left .three_leftc ul {
        padding-top: 10px;
    }

    .three_left .three_leftc li {
        height: 28px;
        line-height: 28px;
        padding-left: 10px;
        background: url("../images/jtImg.png") no-repeat left center;
        width: 320px;
        float: left;
        margin-right: 11px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 5px;
        margin-top: 5px;
    }

        .three_left .three_leftc li a {
            color: #666;
            width: 230px;
            overflow: hidden;
            font-size: 15px;
            float: left;
            height: 25px;
        }

    .three_left .three_leftc span {
        float: right;
        width: 90px;
        color: #666;
    }

    .three_left .three_leftc li a:hover {
        color: #006720;
    }

    .three_left .now {
        background: #008327;
        border-color: #008327;
    }

.three_leftn .now a {
    color: #fff !important;
}
/**/
.three_right {
    float: right;
    width: 280px;
}

    .three_right h1 {
        width: 280px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-left: 1px solid #c5edbf;
        font-size: 15px;
        background: #008327;
        color: #fff;
        cursor: pointer;
        border-bottom: 1px solid #ddebdd;
    }

/**/
.three_3_right {
    margin-top: 20px;
    height: 265px;
    overflow: hidden;
}

.three_right li {
    padding: 18px 0 16px;
    border-bottom: 1px dashed #d6d6d6;
}

.three_right .span1 {
    background: url("../images/wenImg.png") no-repeat 0 0px;
    line-height: 18px;
    padding: 0 0 10px 25px;
    overflow: hidden;
    display: block;
}

.three_right .span2 {
    background: url("../images/daImg.png") no-repeat 0 0px;
    padding-left: 25px;
    line-height: 20px;
    color: #666;
    max-height: 80px;
    overflow: hidden;
}

.three_right ul li {
    position: relative !important;
}

.three_right {
    width: 280px;
    overflow: hidden;
}

    .three_right span:hover {
        color: #006720;
    }





/*fore*/
.fore {
    margin: 50px auto 0px;
    overflow: hidden;
    background: url("../images/abg.jpg") no-repeat center;
    height: 369px;
}

.fore_c {
    width: 1000px;
    margin: auto;
}

    .fore_c img {
        margin-top: 50px;
        display: block;
        background: #fff;
        padding: 8px;
        width: 390px;
        height: 254px;
        float: left;
    }

.fore_cr {
    float: right;
    width: 545px;
    margin-top: 45px;
}

.fore_c h1 {
    font-size: 48px;
    color: #007b25;
    font-family: "Microsoft Tai Le";
    text-transform: uppercase;
    float: left;
}

.fore_c h2 {
    font-size: 18px;
    color: #007b25;
    text-indent: 1em;
    line-height: 4em;
    font-family: "楷体";
}

.fore_c p {
    font-size: 13px;
    color: #101010;
    line-height: 22px;
    height: 132px;
    overflow: hidden;
}

.fore_c .more {
    display: block;
    width: 91px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #097f2d;
    padding-left: 18px;
    text-decoration: none;
    background: url("../images/trBgH.png") no-repeat 80px center;
    font-size: 13px;
    color: #007b25;
    margin-top: 23px;
}

    .fore_c .more:hover {
        background-color: #097f2d;
        color: #fff;
        background-image: url("../images/trBgH (1).png");
    }

.fore_c p:hover {
    color: #006720;
}
/*five*/

.five {
    margin: 50px auto 0px;
    width: 1000px;
    overflow: hidden;
}

    .five .five_lc li {
        float: left;
        border-left: 1px dotted #ccc;
        width: 120px;
    }

    .five li:first-child {
        border: none;
    }

    .five li img {
        width: 86px;
        height: 66px;
        margin: auto;
        display: block;
    }

    .five li p {
        width: 120px;
        text-align: center;
        display: block;
    }
/**/

.six {
    clear: both;
    background: #ebebec;
    margin-top: 50px;
    height: 50px;
}

    .six h1 {
        font-size: 25px;
        color: #007b25;
        font-family: "Microsoft Tai Le";
        text-transform: uppercase;
        float: left;
        line-height: 2.5em;
    }

    .six h2 {
        font-size: 16px;
        color: #007b25;
        text-indent: 0.2em;
        line-height: 4em;
        font-family: "楷体";
    }

    .six .yq {
        width: 1000px;
        margin: auto;
    }

        .six .yq ul {
            float: left;
            width: 840px;
        }

        .six .yq li {
            float: left;
            padding: 0 13px;
            border-left: 1px solid #006720;
            margin-top: 20px;
        }

            .six .yq li a {
                font-size: 13px;
                color: #2c2c2c;
            }

    .six .yq_t {
        width: 150px;
        float: left;
        height: 50px;
    }

    .six .yq li a:hover {
        color: #006720;
    }

.img1 {
    margin-top: 30px;
}

    .img1 img {
        width: 100%;
    }

.img2 {
    margin-top: 30px;
}

    .img2 img {
        width: 100%;
    }




















/*article*/
.main {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.main_left {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.article_top {
    border-bottom: 1px solid #006720;
    ;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    color: #666;
    overflow: hidden;
    padding: 10px 0px;
}

/**/
.article_topl {
    float: left;
    color: #666;
    font-size: 15px;
    background: url("../images/top3.png") no-repeat;
}

.article_top2 {
    float: left;
    color: #666;
    font-size: 15px;
}

    .article_top2 a {
        color: #666;
        font-size: 15px;
    }

.article_topl span {
    padding-left: 20px;
    color: #006720;
}
/**/
.article_left {
    width: 998px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.article_i {
    margin: 10px 0px;
}

    .article_i img {
        width: 1000px;
        height: 364px;
        overflow: hidden;
    }

.article_left ul {
    overflow: hidden;
    font-size: 14px;
}

    .article_left ul li {
        padding: 25px 0;
        border-bottom: #c2c2c2 1px dotted;
        overflow: hidden;
        position: relative;
        width: 995px;
    }

.article_pt img {
    margin-left: 10px;
    width: 200px;
    height: 137px;
    padding: 6px;
    border: 1px solid #dfdfdf;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.three_pc h1 {
    font-size: 14px;
    overflow: hidden;
    margin-left: 25px;
    color: #000;
    width: 750px;
    height: 20px;
}

.three_pc {
    float: left;
}

    .three_pc p {
        display: block;
        margin-left: 25px;
        line-height: 2em;
        height: 90px;
        overflow: hidden;
        width: 750px;
        color: #333;
        margin-top: 5px;
    }

    .three_pc .three_span {
        position: absolute;
        left: 235px;
        bottom: 28px;
        color: #ccc;
        font-size: 12px;
    }

.article_left h1:hover, .article_left p:hover {
    color: #006720;
}

.article_left ul li:hover {
    border: 2px solid #006720;
}
/**/
.article_nav {
   
    margin: 20px 0px 0px;
}

    .article_nav > ul > li {
        float: left;
        text-align: center;
        width: 140px;
        font-size: 14px;
        border: 1px solid #ccc;position:relative
    }
        /**/ .article_nav > ul > li > a {
            display: block;
            line-height: 40px;
            color: #666;
        }

    .article_nav li a:hover {
        background-color: #006720;
        color: #fff;
    }
    /**/
    .article_nav > ul > li > ul {
        width: 140px;
        display: none;position:absolute;top:40px;z-index:11111;background:#ccc
    }

        .article_nav > ul > li > ul > li {
            height: auto;
        }

            .article_nav > ul > li > ul > li > a {
                width: 140px;
                color: #000;
                display: block;
                border: 1px solid #ccc;
                padding: 10px 0px;box-sizing:border-box
            }
    /**/
    .article_nav > ul > li:hover .article_u {
        display: block;
    }

.article_img {
    height: 300px;
    overflow: hidden;
    width: 100%;
}

    .article_img img {
        height: 300px;
        width: 100%;
    }

.pading .current {
    padding: 5px 8px;
    background: #006720;
    color: #fff;
    border-radius: 5px 10px 10px 5px;
}

.pading a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 10px;
    color: #006720;
}

.pading {
    width: 400px;
    margin-left: 45%;
    padding: 5px 8px;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .pading .prev {
        padding: 5px 8px;
        color: #000;
        border-radius: 5px 15px 15px 5px;
    }

    .pading .next {
        padding: 5px 8px;
        color: #000;
        border-radius: 15px 5px 5px 15px;
    }
/*content*/

.article_leftcc {
    width: 1000px;
    overflow: hidden;
}

.article_c h1 {
    margin-top: 20px;
    border-bottom: 1px dashed #CCC;
    color: #333;
    font-family: "宋体";
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.info span {
    font-family: "宋体";
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #BCBBBB;
    display: block;
}

.detail {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    word-spacing: 10px;
    text-align: left;
}

.article_leftccr {
    float: right;
    width: 275px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.article_tt {
    background: #333;
    line-height: 28px;
    text-indent: 15px;
}

    .article_tt a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

.article_leftccr1 ul {
    width: 250px;
    overflow: hidden;
    margin: 10px auto 0px;
}

    .article_leftccr1 ul li {
        margin-bottom: 5px;
        border-bottom: 1px dashed #aaa;
    }

    .article_leftccr1 ul .article_litt a {
        font-size: 14px;
        color: #666;
        font-weight: normal;
        width: 240px;
        height: 20px;
        overflow: hidden;
        display: block;
    }

.article_liimg {
    width: 245px;
    height: 85px;
    overflow: hidden;
    display: none;
}

    .article_liimg img {
        width: 120px;
        height: 83px;
        overflow: hidden;
        border: 1px solid #ccc;
    }

    .article_liimg p {
        float: right;
        width: 110px;
        height: 85px;
        overflow: hidden;
        font-size: 12px;
        color: #666;
    }

.article_leftccr1 ul li:hover .article_liimg {
    display: block;
}
/**/



/*Product*/
.product_right {
    width: 750px;
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.caseul_1 {
    margin-top: 10px;
}

.caseul_ul {
    width: 740px;
    margin-top: 10px;
}

.caseul_1 li img {
    width: 218px;
    overflow: hidden;
    height: 162px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0.95;
}

    .caseul_1 li img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        opacity: 1;
        border-color: #007b25;
    }

.caseul_1 li {
    float: left;
    display: inline;
    width: 218px;
    border-bottom: none;
    padding: 5px 5px 0px 22px;
}

    .caseul_1 li .casetxt {
        width: 218px;
        height: 30px;
        overflow: hidden;
        margin-top: 5px;
    }

        .caseul_1 li .casetxt h2 {
            text-align: center;
            font-size: 14px;
            display: block;
            height: 20px;
            overflow: hidden;
            color: #666;
            font-weight: bold;
        }

    .caseul_1 li img:hover {
        border: 1px solid #006720;
        border-radius: 5px;
    }

    .caseul_1 li .casetxt h2:hover {
        color: #006720;
    }

/**/ .product_1 {
    width: 235px;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}

    .product_1 .two_2l {
        width: 235px;
        float: left;
        overflow: hidden;
        margin-top: 20px;
    }

        .product_1 .two_2l h1 {
            background: #007A25;
            height: 63px;
            line-height: 63px;
            font-size: 18px;
            width: 235px;
            text-align: center;
            color: #fff;
        }

        .product_1 .two_2l .a123 {
            border: 1px solid #ccc;
        }


            .product_1 .two_2l .a123 > li {
                line-height: 54px;
                border-bottom: 1px solid #ccc;
                width: auto;
            }

                .product_1 .two_2l .a123 > li > a {
                    font-size: 16px;
                    color: #333;
                    width: 235px;
                    text-align: center;
                    display: block;
                }

        .product_1 .two_2l .article_u {
            width: 235px;
            display: none;
        }

    .product_1 .article_u li {
        width: 235px;
        height: 25px;
        line-height: 25px;
        padding-bottom: 5px;
    }

        .product_1 .article_u li a {
            font-size: 14px;
            color: #333;
            text-align: center;
            width: 235px;
            display: block;
        }
    /**/
    .product_1 .two_2l .a123 > li:hover .article_u {
        display: block;
    }

    .product_1 .two_2l > ul > li > a:hover, .product_1 .two_2l .article_u li a:hover {
        color: #006720;
    }
    /**/
    .product_1 .two_2p {
        width: 233px;
        overflow: hidden;
        margin-top: 20px;
        border: 1px solid #ccc;
    }

.two_2pt h2 {
    width: 235px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 3.5em;
}

.product_1 .two_2pt {
    background: #007A25;
    height: 63px;
    width: 235px;
    text-align: center;
}

.product_1 .two_2p h1 {
    text-align: center;
    font-family: "Microsoft yahei";
    font-size: 16px;
    width: 235px;
    height: 18px;
    color: #fff;
    line-height: 3em;
}

.product_1 .two_2p p {
    color: #333;
    line-height: 1.5em;
    display: block;
    padding: 5px 10px;
}

    .product_1 .two_2p p:hover {
        color: #006720;
    }

/**/
.product_1 .two_xw {
    width: 233px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #ccc;
}

    .product_1 .two_xw h1 {
        text-align: center;
        font-family: "Microsoft yahei";
        font-size: 16px;
        width: 235px;
        height: 18px;
        color: #fff;
        line-height: 3em;
    }

    .product_1 .two_xw li {
        background: url("../images/ico27.gif") left center no-repeat;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        padding-left: 10px;
        width: 210px;
    }

        .product_1 .two_xw li a {
            color: #333;
        }

            .product_1 .two_xw li a:hover {
                color: #006720;
            }

    .product_1 .two_xw ul {
        width: 206px;
        margin: auto;
        overflow: hidden;
    }
/**/
.two_cp {
    margin-top: 20px;
    width: 233px;
    border: 1px solid #ccc;
}

    .two_cp h1 {
        text-align: center;
        font-family: "Microsoft yahei";
        font-size: 16px;
        width: 235px;
        height: 18px;
        color: #fff;
        line-height: 3em;
    }

    .two_cp ul {
        width: 210px;
        margin: auto;
    }

        .two_cp ul li {
            width: 210px;
            height: 90px;
            margin-top: 5px;
            overflow: hidden;
        }

    .two_cp img {
        width: 100px;
        height: 80px;
        float: left;
    }

    .two_cp span {
        width: 100px;
        float: right;
        color: #333;
        font-size: 13px;
        line-height: 6.3em;
    }

        .two_cp span:hover {
            color: #006720;
        }
/*content*/
.Product1_left {
    width: 1000px;
    overflow: hidden;
}

    .Product1_left .desc_content {
        text-align: left;
        border-top: 3px solid #006720;
    }

.shortdesc {
    float: right;
    width: 400px;
    margin-top: 30px;
    overflow: hidden;
}

    .shortdesc h2 {
        width: 400px;
        height: 40px;
        font-size: 16px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .shortdesc p {
        border-top: 1px dashed #ccc;
        font-size: 14px;
        padding-top: 10px;
    }
/*滚动*/
#preview {
    margin-top: 15px;
    position: relative;
    width: 600px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #666;
    height: 450px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}


#preview .prev {
    background: url(../images/left.gif) no-repeat 0 center;
    ;
    left: 40px;
}

#preview .next, #preview .prev {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 43px;
    position: absolute;
    top: 390px;
    width: 24px;
    z-index: 101;
}

a {
    text-decoration: none;
}

#preview .slides_container {
    margin-top: 20px;
    border: 2px solid #CCC;
    float: left;
    height: 300px !important;
    margin-left: 15%;
    overflow: hidden;
    width: 400px;
    margin-bottom: 20px;
}

#preview .next {
    background: url(../images/right.gif) no-repeat right center;
    ;
    left: 525px;
}

#preview .paging {
    ;
    left: 50px;
    padding: 5px;
    width: 475px;
    position: absolute;
    top: 350px;
}

    #preview .paging li {
        float: left;
        height: 60px;
        list-style-type: none;
        margin: 3px;
        width: 60px;
        border: 1px solid #ccc;
    }

#preview .paging {
    margin-top: 25px;
}

    #preview .paging a {
        width: 100%;
        height: 100%;
    }

#preview .product-info {
    width: 660px;
    overflow: hidden;
}

.content_desc {
    padding: 10px;
}

    .content_desc img {
        max-width: 100%;
    }

.desc_bottom a {
    color: #333;
}


.desc_bottom {
    margin-top: 20px;
}

.slides_control {
    width: 100% !important;
    height: 100% !important;
}

    .slides_control img {
        left: 0px !important;
        width: 400px;
        height: 300px;
    }
/*page*/
.main_page {
    width: 1000px;
    overflow: hidden;
    margin: 20px auto 0px;
}

.page_right {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.page_c {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5em;
    padding: 0px 10px;
    float: right;
    width: 715px;
}
.page_c img {

    max-width: 100%;
}

/**/

/**/

.footer {
    width: 100%;
    display: block;
    background: #007b25;
}

.footer_c {
    padding-bottom: 10px;
    text-align: center;
    display: block;
    color: #bfdec8;
    width: 1000px;
    margin: auto;
}

    .footer_c a {
        color: #bfdec8;
    }

.footer_nav a {
    color: #fff;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0 15px;
    line-height: 3.5em;
}

.footer_nav {
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}

  
/*相关产品相关文章开始*/
.relevant {
    width: 1000px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1D1C1C;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #b10909 !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }

.relevant.relevant_article a {
    color: #b10909 !important;
}
.link_title {
    width: 153px;
    float: left;
    height: 50px;
}
.link_title h2 {
    font-size: 25px;
    color: #007b25;
    font-family: "Microsoft Tai Le";
    text-transform: uppercase;
    float: left;
    line-height: 2.5em;
}
.link_title h3 {
    font-size: 16px;
    color: #007b25;
    text-indent: 0.2em;
    line-height: 2em;
    font-family: "楷体";
}
.link_container {
    width: 1000px;
    margin: auto;
}
.links {
    background: #ebebec;
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}
.link_list {
    overflow: hidden;
    padding: 14px 0 10px 0;
}
.link_list a {
    float: left;
    padding: 0 13px;
    border-left: 1px solid #006720;
    margin-top: 10px;
    color: #333;
}