html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #000;
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
   text-decoration: none;
    font-weight: 100;
}

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

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.nav a, .one_more .more, .one_ul li span:hover, .one_img .container, .three_title h2, .three_r li h3, .three li p, .three_l li:hover a, .fore_bottom a, .six li .six_hover, .sever_text h2, .sever_bottom .prev, .sever_bottom .next, .eight_r, .parHd a, .link, .page_nav h2, .page_nav > ul > li > a, .page_nav li:after, ul.article li b {
    color: #fff;
}

.title {
    text-align: center;
    background: url(../images/t_bx.png) no-repeat bottom center;
    padding-bottom: 30px;
    display: block;
    font-size: 24px;
    line-height: 40px;
}

    .title h2 {
        font-size: 36px;
        color: #00923f;
        font-weight: bold;
        margin-top: 10px;
    }


/**/
#slides {
    position: relative;
    width: 100%;
}


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


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
        width: 240px;
        margin-left: -120px;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 5px;
            width: 50px;
            height: 2px;
            background: #555;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
        }


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


/*header*/

.header {
    width: 100%;
}

.header_top {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
/*logo*/
.logo_img img {
    max-height: 100%;
}

.logo_img {
    max-width: 1200px;
}
/**/

/*导航*/

.navbox {
    width: 100%;
    line-height: 60px;
    background: url(../images/head_bg.jpg) repeat-x;
}

.nav li {
    position: relative;
    float: left;
    height: 60px;
    border-right: 1px solid #73c194;
}

.navbox > ul > li:first-child {
    background: url(../images/dh_03.png) no-repeat 6px;
}

    .navbox > ul > li:first-child a {
        padding: 0px 20px 0 30px;
    }



.nav li:last-child {
    border-right: none;
}

.nav a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0px 25px;
    line-height: 35px;
    margin-top: 12px;
}

.nav_ul {
    position: absolute;
    top: 60px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #00923f;
}

    .nav_ul li {
        float: none;
        background: none;
        height: 40px;
        border-right: none;
    }

        .nav_ul li a {
            padding: 0px;
            font-size: 14px;
            margin: 0px;
        }

.nav li:hover .nav_ul {
    display: block;
}

.nav a.cur {
    border: 1px solid #fff;
}


/**/
.kw {
    height: 87px;
    background: #f5f5f5;
}

    .kw .fl {
        line-height: 87px;
        font-size: 16px;
    }

.search {
    margin-top: 23px;
}

    .search input {
        display: block;
        height: 41px;
        border: 1px solid #666;
        border-right: 0;
        width: 260px;
        padding-left: 13px;
        float: left;
        line-height: 41px;
    }

a.searchBtn {
    width: 45px;
    height: 45px;
    background: #00923f url(../images/b_ss.jpg) no-repeat;
    color: #fff;
    font-size: 15px;
    float: left;
}
/*one*/

.one {
    margin-top: 50px;
    overflow: hidden;
}



.one_title h2 {
    font-size: 50px;
    position: relative;
    color: #00923f;
    font-weight: bold;
    display: inline-block;
}

    .one_title h2:after {
        content: '“';
        position: absolute;
        top: -7px;
        left: -80px;
        line-height: 30px;
        font-size: 80px;
        font-family: '宋体';
        font-weight: 100;
    }

    .one_title h2:before {
        content: '”';
        position: absolute;
        top: 45px;
        right: -80px;
        line-height: 30px;
        font-size: 80px;
        font-family: '宋体';
        font-weight: 100;
    }

.one_title p {
    display: inline-block;
    margin-left: 50px;
    line-height: 32px;
    font-size: 20px;
}

.one_more {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

    .one_more .more {
        width: 195px;
        height: 37px;
        display: block;
        background: #00923f;
        line-height: 37px;
        border-radius: 20px;
        font-size: 16px;
    }

.one_ul {
    border-top: 1px solid #7f7f7f;
    margin-top: 50px;
    overflow: hidden;
}

    .one_ul li {
        width: 229px;
        display: block;
        float: left;
        border-right: 1px solid #7f7f7f;
        height: 142px;
        text-align: center;
        font-size: 16px;
    }

        .one_ul li span {
            display: block;
            width: 84px;
            height: 84px;
            margin: 14px auto 0;
            border: 2px solid #00923f;
            line-height: 84px;
            font-size: 28px;
            font-weight: bold;
            color: #00923f;
            margin-bottom: 10px;
            border-radius: 50%;
        }

            .one_ul li span:hover {
                background: #00923f;
            }

        .one_ul li:last-child {
            border-right: none;
        }

.one_img {
    position: relative;
}

.one_imgs {
    width: 100%;
    height: 100%;
}

    .one_imgs img {
        width: 100%;
        height: 100%;
        display: block;
    }

.one_img .container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -600px;
    background: #000;
    padding: 25px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.one_ul li:hover {
    color: #00923f;
}

/**/

.two {
    overflow: hidden;
    position: relative;
    height: 706px;
}

.two_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

    .two_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.two .container {
    padding-top: 50px;
}

.two_title {
    text-align: center;
    background: url(../images/t_bx.png) no-repeat bottom center;
    font-style: normal;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 40px;
    padding-bottom: 30px;
}

    .two_title h2 {
        font-size: 36px;
        font-weight: bold;
    }

.two ul {
    width: 1200px;
    position: relative;
    margin: 30px auto 0;
}

.two li {
    position: absolute;
    width: 400px;
    font-size: 16px;
    color: #666;
}

    .two li:nth-child(1) {
        top: 22px;
        left: 10px;
        text-align: right;
    }

    .two li:nth-child(2) {
        top: 22px;
        right: 10px;
    }

    .two li:nth-child(3) {
        top: 140px;
        left: -12px;
        text-align: right;
    }

    .two li:nth-child(4) {
        top: 140px;
        right: -12px;
    }

    .two li:nth-child(5) {
        top: 260px;
        left: 10px;
        text-align: right;
    }

    .two li:nth-child(6) {
        top: 260px;
        right: 10px;
    }

.two_text {
    color: #000;
}

    .two_text b {
        font-size: 22px;
        display: block;
    }

    .two_text h2 {
        border-bottom: 1px solid #000;
        line-height: 30px;
        font-size: 20px;
        display: inline-block;
    }

.two li:hover h2, .two li:hover b {
    color: #00923f;
}

.two li:hover h2 {
    border-bottom: 1px solid #00923f;
}

.two_IMG {
    width: 350px;
    left: 50%;
    margin-left: -175px;
    top: 0px;
    height: 457px;
}



.two .ly, .two .zx {
    display: block;
    width: 150px;
    height: 38px;
    top: 380px;
}

.two .ly {
    left: 125px;
}

.two .zx {
    right: 0px;
    font-weight: bold;
    font-size: 19px;
    color: #000;
    right: 125px;
}
/**/
.three {
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 50px;
}

    .three .container {
        margin: 50px auto 0;
    }

.three_l {
    width: 240px;
    margin-top: 50px;
}



.three_title {
    background: #333;
    width: 240px;
    height: 109px;
    padding-top: 35px;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 12px;
    color: #959595;
    font-family: "Arial";
    text-transform: uppercase;
}

    .three_title h2 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 5px;
    }

.three_l ul {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.three_l li {
    height: 62px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 62px;
    position: relative;
}

    .three_l li:hover {
        background: #00923f;
    }

        .three_l li:hover:after {
            content: '';
            border-left: 12px solid #00923f;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-top: 10px solid transparent;
            position: absolute;
            right: -22px;
            top: 50%;
            margin-top: -10px;
        }


    .three_l li:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 1px solid #666;
        position: absolute;
        left: 40px;
        border-radius: 50%;
        top: 26px;
    }

    .three_l li:hover:before {
        border: 1px solid #fff;
    }

    .three_l li a {
        height: 62px;
        line-height: 62px;
        display: block;
        padding-left: 60px;
    }

.three_r {
    width: 935px;
    margin-top: 50px;
}

    .three_r .bd {
        height: 425px;
        overflow: hidden;
    }

        .three_r .bd li {
            height: 425px;
            width: 100%;
            float: left;
            position: relative;
        }

        .three_r .bd img {
            height: 100%;
            display: block;
            width: 100%;
        }

        .three_r .bd li div {
            position: absolute;
            right: 4px;
            top: 0;
            background: rgba(0,146,63,0.7);
            width: 286px;
            height: 365px;
            padding: 60px 40px 0;
            z-index: 2;
        }

.three li h3 {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.three li p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
    text-align: center;
    height: 160px;
    overflow: hidden;
}

.three li .more {
    display: block;
    width: 149px;
    height: 34px;
    background: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    color: #00923f;
    margin: 20px auto 0;
}

.three .hd {
    margin-top: 20px;
    height: 228px;
    overflow: hidden;
}

    .three .hd li {
        display: block;
        width: 289px;
        margin-right: 10px;
        float: left;
        border: 1px solid #d9d9d9;
        padding: 5px;
        position: relative;
    }

        .three .hd li img {
            height: 216px;
            display: block;
        }

        .three .hd li:last-child {
            margin-right: 0px;
        }

    .three .hd div {
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        overflow: hidden;
    }

        .three .hd div h3 {
            font-size: 16px;
        }

    .three .hd p, .three .hd .more {
        display: none;
    }

    .three .hd .on, .three .hd li:hover {
        border: 1px solid #00923f;
    }
/**/
.fore {
    position: relative;
}

.fore_img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .fore_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.fore .container {
    padding: 50px 0;
}

.fore .tempWrap {
    margin-top: 50px;
    overflow: hidden;
}

.fore_m li {
    width: 391px;
    float: left;
    display: block;
    margin-right: 13px;
    margin-bottom: 13px;
    background: #fff;
    padding-bottom: 15px;
}

    .fore_m li:nth-child(3n) {
        margin-right: 0px;
    }

.fore_m img {
    display: block;
    width: 391px;
    height: 230px;
}

.fore_m li h3 {
    font-size: 20px;
    height: 32px;
    border-bottom: 1px solid #666;
    width: 350px;
    margin: 15px auto 0;
}

.fore_m li p {
    line-height: 28px;
    font-size: 16px;
    margin: 10px auto 0;
    height: 56px;
    overflow: hidden;
    width: 350px;
}

.fore_nav {
    text-align: center;
}

    .fore_nav li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 10px;
        background: #fff;
        color: transparent;
    }

    .fore_nav .on {
        background: #00923f;
    }

.fore_bottom {
    display: block;
    height: 60px;
    width: 365px;
    margin: 30px auto 0;
}


    .fore_bottom span {
        display: block;
        width: 154px;
        height: 45px;
        padding: 3px;
        border: 1px solid #00923f;
        float: left;
        margin: 0 10px;
    }


    .fore_bottom a {
        display: block;
        width: 154px;
        height: 45px;
        background: #00923f;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
    }

/**/

.five .title {
    margin: 25px 0;
}

    .five .title h2 {
        color: #000;
    }

        .five .title h2 b {
            color: #00923f;
            font-size: 48px;
            font-weight: bold;
        }

.five_one {
    position: relative;
    overflow: hidden;
    height: 840px;
}



.five_img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}


    .five_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.five_one .five_l img {
    width: 685px;
    height: 400px;
    display: block;
}

.five_r {
    width: 450px;
    line-height: 36px;
    font-size: 17px;
}

    .five_r h2 {
        background: url("../images/gc_ht.png") no-repeat center left;
        height: 110px;
        padding-top: 31px;
        color: #00923f;
        font-size: 32px;
        padding-left: 132px;
        line-height: 44px;
        margin-bottom: 10px;
        font-weight: bold;
    }


        .five_r h2 b {
            border-bottom: 2px solid #00923f;
            padding-bottom: 10px;
            font-weight: bold;
        }


    .five_r em {
        font-style: normal;
        color: #00923f;
        font-weight: bold;
    }


.five_span {
    display: block;
    width: 154px;
    height: 45px;
    padding: 3px;
    border: 1px solid #00923f;
    margin-top: 20px;
    float: left;
}

    .five_span a {
        display: inline-block;
        width: 154px;
        height: 45px;
        background: #00923f;
        color: #fff;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
    }

.five_r i {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin: 30px 0px 0px 30px;
    font-weight: bold;
    font-style: normal;
    float: left;
}

.five_two {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .five_two .five_l img {
        width: 570px;
        height: 509px;
        display: block;
    }

    .five_two .five_r {
        width: 582px;
    }

        .five_two .five_r h2 {
            background: url(../images/js_t.png) no-repeat center left;
        }

    .five_two .more {
        font-style: normal;
        color: #00923f;
        width: 118px;
        height: 36px;
        border: 1px solid #00923f;
        text-align: center;
        display: block;
        margin-top: 40px;
    }

.five_three {
    position: relative;
    overflow: hidden;
}

    .five_three .five_r h2 {
        background: url(../images/cl_t.png) no-repeat center left;
    }

    .five_three .container {
        margin-top: 50px;
    }

    .five_three .five_r {
        width: 1200px;
        margin: 50px auto 0;
    }

.five_gd {
    background: #e1e3e0;
    height: 320px;
    border: 5px solid #cfcfcf;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

    .five_gd .prev {
        position: absolute;
        display: block;
        width: 24px;
        height: 117px;
        font-size: 24px;
        line-height: 117px;
        text-align: center;
        background: #333;
        left: 23px;
        color: #999;
        top: 53px;
    }

    .five_gd .next {
        position: absolute;
        display: block;
        width: 24px;
        height: 117px;
        font-size: 24px;
        line-height: 117px;
        text-align: center;
        background: #00923f;
        right: 23px;
        color: #ccc;
        top: 53px;
    }

    .five_gd .bd {
        width: 1065px;
        margin: auto;
    }

    .five_gd li {
        display: block;
        width: 335px;
        float: left;
        margin: 0 10px;
    }

        .five_gd li img {
            display: block;
            width: 335px;
            height: 191px;
        }

        .five_gd li h3 {
            display: block;
            height: 55px;
            line-height: 55px;
            text-align: center;
        }

.five_fore {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

    .five_fore .five_r h2 {
        background: url(../images/sh_t.png) no-repeat center left;
    }

    .five_fore .five_r {
        margin-top: 100px;
    }

    .five_fore .titles i {
        font-size: 20px;
        font-weight: 100;
        margin: 0;
        color: #00a849;
        border-bottom: 1px solid #00a849;
    }

/**/
.six {
    margin: 50px auto 0;
}

    .six ul {
        overflow: hidden;
    }

    .six .title h2, .sever .title h2, .eight .title h2 {
        color: #000;
    }

        .six .title h2 b, .sever .title b {
            font-size: 48px;
            color: #00923f;
            font-weight: bold;
        }

    .six ul {
        display: block;
        width: 1200px;
        border: 1px solid #999;
        border-bottom: 0;
        border-right: 0;
        margin-top: 30px;
    }

    .six li {
        width: 231px;
        height: 114px;
        display: block;
        border: 1px solid #999;
        border-top: 0;
        border-left: 0;
        float: left;
        padding: 3px 3.9px;
        text-align: center;
        position: relative;
    }

        .six li img {
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            display: block;
        }

        .six li h3 {
            font-size: 16px;
            line-height: 30px;
            height: 30px;
            margin-top: 70px;
        }

        .six li .six_hover {
            background: rgba(0,146,63,0.7);
            width: 187px;
            height: 81px;
            display: none;
            position: absolute;
            top: 3px;
            left: 3.9px;
            padding: 33px 22px 0;
            font-size: 16px;
            line-height: 24px;
        }

        .six li:hover .six_hover {
            display: block;
        }


/**/
.sever {
    background: #f4f4f4;
    margin-top: 50px;
    padding-bottom: 50px;
}

    .sever .container {
        padding-top: 50px;
    }

.sever_top {
    margin-top: 30px;
    overflow: hidden;
}

.sever_text {
    height: 43px;
    border-bottom: 1px solid #aaa;
}

    .sever_text h2 {
        display: inline-block;
        width: 150px;
        height: 44px;
        line-height: 44px;
        background: #00923f;
        text-align: center;
        font-size: 18px;
    }

.sever_text {
    font-size: 18px;
}

.sever_top li {
    height: 199px;
    margin-top: 21px;
    width: 550px;
    float: left;
    margin-right: 100px;
}

    .sever_top li:nth-child(2n) {
        margin-right: 0px;
    }

.sever_top img {
    width: 200px;
    float: left;
    display: block;
    height: 199px;
}

.sever_top li .fr {
    width: 294px;
    display: block;
    background: #dbdbdb;
    height: 119px;
    padding: 40px 36px 40px 20px;
}

.sever_top li h3 {
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.sever_top p {
    line-height: 30px;
    font-size: 16px;
}

.sever_bottom {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

    .sever_bottom .bd {
        margin-top: 30px;
    }

    .sever_bottom .prev {
        position: absolute;
        left: 0;
        top: 155px;
        z-index: 5;
        cursor: pointer;
        width: 50px;
        font-size: 40px;
        text-align: center;
        line-height: 50px;
        background: rgba(0,146,63,0.7);
    }

    .sever_bottom .next {
        position: absolute;
        right: 0;
        top: 155px;
        z-index: 5;
        cursor: pointer;
        width: 50px;
        font-size: 40px;
        text-align: center;
        line-height: 50px;
        background: rgba(127,127,127,0.7);
    }

    .sever_bottom li {
        width: 301px;
        display: block;
        float: left;
        height: 180px;
        padding: 10px 0;
        background: #fff;
        position: relative;
    }

    .sever_bottom img {
        display: block;
        width: 299px;
        height: 180px;
        border-right: 1px solid #ccc;
    }

    .sever_bottom li h3 {
        width: 300px;
        background: rgba(255,255,255,0.5);
        position: absolute;
        bottom: 0px;
        line-height: 30px;
        text-align: center;
        display: none;
    }



/**/
.eight {
    position: relative;
    margin-top: 50px;
}

.eight_img {
    margin-top: 80px;
    width: 100%;
}

    .eight_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.eight .container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 150px;
}

.eight_l {
    width: 691px;
}

    .eight_l img {
        height: 466px;
        display: block;
    }

.eight_r {
    width: 509px;
    margin-top: 40px;
    background: rgba(0,0,0,0.5);
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
}

.eight_title, .eight_title a {
    position: relative;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 4px;
    font-family: "Arial";
    text-transform: uppercase;
    margin-bottom: 40px;
}

    .eight_title h2 {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-top: 35px;
    }



    .eight_title:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 10px;
        width: 10px;
    }


    .eight_title:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 10px;
        width: 10px;
    }


    .eight_title a:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        height: 10px;
        width: 10px;
    }

    .eight_title a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        height: 10px;
        width: 10px;
    }

.eight_r .more {
    display: block;
    width: 183px;
    height: 49px;
    background: #00923f;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    line-height: 49px;
}

/**/
.nine {
    margin: 30px auto;
    overflow: hidden;
}

.parHd {
    width: 150px;
}

    .parHd a {
        display: block;
        width: 150px;
        height: 60px;
        line-height: 60px;
        background: #000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2px;
    }

.parBd {
    display: block;
    width: 1044px;
    overflow: hidden;
}


    .parBd li {
        display: block;
        width: 254px;
        float: left;
        margin-right: 7px;
    }

        .parBd li img {
            display: block;
            width: 252px;
            height: 182px;
            border: 1px solid #ccc;
        }

.parHd .on a {
    background: #00923f;
}
/**/
.ten {
    padding: 50px 0 35px;
    background: #f3f3f3;
    overflow: hidden;
}

.ten_title {
    border-left: 4px solid #d3d3d3;
    height: 53px;
    line-height: 53px;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #d3d3d3;
    font-size: 30px;
    font-family: "Arial";
}

    .ten_title h2 {
        font-size: 30px;
        margin-right: 12px;
        display: inline-block;
        color: #000;
        font-weight: bold;
    }

    .ten_title b {
        color: #00923f;
    }

    .ten_title .more {
        float: right;
        display: block;
        width: 64px;
        float: right;
        font-size: 16px;
        color: #000;
    }

.ten ul {
    float: left;
    width: 805px;
}

.ten li {
    width: 380px;
    float: left;
    margin: 0px 10px 10px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}


    .ten li img {
        display: block;
        width: 100%;
        height: 205px;
        margin-bottom: 15px;
    }

    .ten li h3 {
        font-size: 18px;
        height: 30px;
        overflow: hidden;
        font-weight: bold;
        display: inline-block;
        width: 269px;
        line-height: 30px;
    }

    .ten li p {
        font-size: 16px;
        color: #000;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
    }

    .ten li span {
        float: right;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

.ten .first, .ten ul li:nth-child(4) {
    border: none;
}

    .ten .first span {
        display: none;
    }

.ten ol {
    width: 395px;
    float: right;
}


/**/
.link {
    height: 80px;
    background: #444;
    overflow: hidden;
}

.link_title {
    font-family: '宋体';
    font-size: 40px;
    float: left;
    line-height: 80px;
}

.link ul {
    float: left;
    line-height: 80px;
}

.link li {
    display: inline-block;
    font-size: 16px;
    margin: 0px 20px;
}
/*内页*/

.page {
    background: #f7f7f7;
}

    .page .kw {
        background: #f2f2f2;
    }

.page_img img {
    width: 100%;
    display: block;
}

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

.main_top {
    border-bottom: 1px dashed #dcdcdc;
    line-height: 47px;
    color: #666;
    margin-bottom: 20px;
}

    .main_top b {
        border-left: 10px solid #666;
        padding-left: 8px;
    }
/*product*/


/*标题*/


/*导航*/
.page_nav {
    width: 240px;
    padding: 0;
    margin-bottom: 20px;
}

    .page_nav h2 {
        height: 75px;
        font-size: 24px;
        font-weight: normal;
        line-height: 75px;
        border-bottom: 1px solid #fff;
        text-align: center;
        background: #00923f;
    }


    .page_nav li {
        position: relative;
    }

        .page_nav li:after {
            content: '+';
            width: 30px;
            height: 30px;
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 20px;
            text-align: center;
            line-height: 30px;
        }

    .page_nav a {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding-left: 54px;
        padding-right: 40px;
        margin-bottom: 1px;
        display: block;
        background: #666;
    }

.page_ul a {
    background: #ececec;
}

.page_ul li:after {
    content: '>';
    color: #999;
}

.page_nav a:hover,.page_nav li .cur {
	background:#00923f;color:#fff
}

.page_nav > ul > li:hover:after {
    content: '-';
}

.page_ul a:hover, .page_ul li:hover:after {
    color: #00923f;
    background: #ececec;
}

.page_lx {
    position: relative;
    width: 240px;
    font-size: 12px;
    text-align: center;
}

.page_lx_img {
    position: absolute;
    z-index: -1;
}

.page_lx_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-left: 60px;
}

.page_lxm {
    position: absolute;
    z-index: 2;
}

.page_lx_img {
    position: absolute;
    z-index: 1;
}

   .page_lx_title h2 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: url(../images/lxwm.png) no-repeat 0px 28px;
    padding-left: 30px;
    text-align: left;
    padding-top: 20px;
}
/**/
.page_r {
    width: 930px;
}

.page_product li {
    width: 300px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 12px;
}

    .page_product li:nth-child(3n) {
        margin-right: 0;
    }

    .page_product li img {
        width: 300px;
        height: 225px;
        display: block;
    }

    .page_product li div {
        padding: 25px;
        box-sizing: border-box;
    }

    .page_product li h3 {
        height: 45px;
        font-size: 18px;
        color: #4b4b4b;
        line-height: 45px;
        overflow: hidden;
    }

    .page_product li p {
        height: 40px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
    }

    .page_product li h3:hover {
        color: #00923f;
    }

/**/

/*product_content*/
.product_item {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.page_qh {
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

.product_banner {
    width: 350px;
}

.product_fl {
    position: relative;
    overflow: hidden;
}

.bigImg {
    width: 350px;
    margin: auto;
    height: 262px;
    overflow: hidden;
}

    .bigImg li, .bigImg li img {
        width: 350px;
        height: 262px;
        display: block;
    }

.product_qh {
    width: 500px;
    margin: 20px auto 0;
    overflow: hidden;
    display: none;
}

    .product_qh li {
        float: left;
        margin: 0px 10px;
        border: solid #ccc 1px;
        padding: 2px;
        width: 80px;
        height: 60px;
        box-sizing: border-box;
    }

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

    .product_qh .on {
        border: solid #53d4f7 1px;
    }

.product_fl .sPrev, .product_fl .sNext {
    position: absolute;
    background: url(../images/controls.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    top: 40%;
}


.product_fl .sNext {
    right: 0px;
    background-position: -43px 0;
}
/**/
.product_fr {
    overflow: hidden;
    width: 411px;
}

    .product_fr span {
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        color: #454545;
        margin-bottom: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product_fr p {
        line-height: 24px;
        height: 120px;
        overflow: hidden;
    }

    .product_fr i {
        color: #57595b;
        font-size: 16px;
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 30px;
        font-style: normal;
    }

    .product_fr a {
        display: inline-block;
        margin-left: 10px;
        color: #f00;
    }
/**/
.product_content {
    padding: 20px 0;
    overflow: hidden;
}

    .product_content img {
        height: auto;
    }

/**/



/*article*/
.article li {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px;
    background: #fff;
    display: inline-block;
    width: 856px;
}

    .article li img {
        height: 190px;
        display: block;
        width: 323px;
    }

.arright.fl {
    width: 511px;
    margin-left: 22px;
}

.arright h3 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.arright p {
    max-height: 72px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.arright b {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
}

.article li:hover {
    border-color: #00923f;
}

    .article li:hover h3 {
        color: #00923f;
    }

    .article li:hover b {
        background: #00923f;
    }

/*article_content*/

.Article_content {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.Article_text {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
}

.Article_content .info {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.Article_content .detail {
    padding: 10px 10px;
}

    .Article_content .detail img {
        height: auto;
    }

.news_page_a {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 6px;
    background: #666;
    float: right;
}

/*上下键*/
.pading {
    clear: both;
    text-align: center;
}

    .pading a, .pading span {
        border: 1px solid #e5e5e5;
        color: #3f3f3e;
        text-decoration: none;
        overflow: hidden;
        padding: 0px 8px;
        display: inline-block;
        margin: 0 5px;
    }

    .pading .next, .pading .prev {
        border: 1px solid #00923f;
        overflow: hidden;
        margin: 0 10px;
        display: inline-block;
    }

    .pading span.current {
        background: #00923f;
        border: #00923f 1px solid;
        color: #fff;
    }

/*上下键*/
.main_next {
    overflow: hidden;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 16px;
        color: #000;
    }

        .main_next .prevrecord a, .main_next .nextrecord a {
            color: #666;
        }

    .main_next b {
        background: #a2a2a2;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        padding: 0px 5px;
    }
/*page*/
.page_navs li {
    position: relative;
    float: left;
}

.page_navs a {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #666;
    color: #fff;
    display: block;
    padding: 0px 25px;
}

.page_uls {
    position: absolute;
    top: 55px;
    width: 100%;
    display: none;
    z-index: 45;
}

    .page_uls li {
        float: left;
        width: 100%;
    }

    .page_uls a {
        padding: 0;
        border-right: none;
    }

.page_navs li:hover .page_uls {
    display: block;
}
.page_navs li a:hover,.page_navs li .cur {
	background:#00923f;
}

.page_navs li a:hover:before,.page_navs li .cur:before {
	position:absolute;
	border-bottom:8px solid #fff;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid transparent;
	bottom:0px;
	left:50%;
	margin-left:-4px;
	content:'';
}
.page_m {
    clear: both;
}
/**/

/*footer*/
.footer {
    padding: 0px 0 30px;
    background: #2c2c2c;
}

.footer_nav {
    background: #00923f;
    text-align: center;
    overflow: hidden;
}

    .footer_nav li {
        float: left;
        line-height: 80px;
        margin: 0px 28px;
    }



/*相关产品相关文章开始*/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.relevant {
    width: 100%;
    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: #fff !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;
    }


/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
    color: #4b4a4a;
}

    h4.related span {
        display: inline-block;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        color: inherit;
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

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

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tjxw,.tjcp {
	width:240px;
	margin-bottom:20px;
}

.tjxw h2,.tjcp h2 {
	height:75px;
	font-size:24px;
	font-weight:normal;
	line-height:75px;
	border-bottom:1px solid #fff;
	text-align:center;
	background:#00923f;
	color:#fff;
}
.tjxw li {
	line-height:40px;
	border-bottom:1px dashed #ccc;
	height:40px;
	overflow:hidden;
}
.tjcp li {
	margin:10px 0;
	text-align:center;
}
.tjcp img {
	width:100%;
	display:block;
}
.tjcp li h3 {
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.links {
    height: 80px;
    background: #444;
    overflow: hidden;
    color: #fff;
}

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

.link_list a {
    display: inline-block;
    font-size: 16px;
    margin: 0px 20px;
}

.link_list {
    padding-top: 20px;
}