﻿* {
    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: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.w1600 {
    width: 1600px;
    position: relative;
    left: 50%;
    margin-left: -800px;
}

.relative {
    position: relative;
}

#slides, #slides2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slides li img, #slides2 li img {
        width: 100%;
        display: block;
    }

    #slides .hd {
        position: absolute;
        bottom: 10px;
        z-index: 101;
        text-align: center;
        left: 0;
        width: 100%;
    }

        #slides .hd li {
            color: transparent;
            cursor: pointer;
            display: inline-block;
            width: 100px;
            height: 8px;
            margin: 1px;
            background: #fff;
        }

            #slides .hd li.on {
                background: #00A04C;
            }

span.prev, span.next {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 50%;
    margin-top: -25px;
    background: rgba(0,0,0,.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: serif;
    font-size: 36px;
    border-radius: 50%;
}

span.prev {
    left: 20px;
}

span.next {
    right: 20px;
}

    span.prev:hover, span.next:hover {
        background: rgba(0,0,0,.5);
    }

    span.prev i, span.next i {
        font-size: 30px;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
        color: inherit;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*开始*/
.logo {
    position: absolute;
    width: 175px;
    height: 198px;
    left: 0;
    top: 0;
    z-index: 9999;
    background: url(../images/logobg.png) no-repeat top center;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

    .logo a {
        display: table-cell;
        vertical-align: middle;
        width: 175px;
        height: 170px;
    }

    .logo img {
        max-height: 100%;
        display: block;
        margin: auto;
    }

.top {
    margin-left: 175px;
    padding-left: 10px;
    line-height: 38px;
    border-bottom: 1px solid #1b432b;
    font-size: 12px;
    color: #75837a;
}

.tel {
    height: 120px;
    padding-top: 10px;
    margin-left: 175px;
    padding-left: 10px;
}

.nav {
    height: 50px;
    line-height: 50px;
}

    .nav li {
        display: inline-block;
        position: relative;
        margin-left: 25px;
    }

        .nav li a {
            display: block;
            text-align: center;
            padding: 0 25px;
            position: relative;
        }

        .nav li ul {
            position: absolute;
            background: #00a04c;
            left: 0;
            bottom: 50px;
            width: 100%;
            line-height: 32px;
            display: none;
            z-index: 999;
        }

            .nav li ul li {
                display: block;
                margin: 0;
            }

        .nav li a:before {
            content: "--";
            position: absolute;
            left: -25px;
            width: 25px;
            text-align: center;
        }

        .nav li:first-child a:before, .nav li ul li a:before {
            display: none;
        }

        .nav li ul li a {
            padding: 0;
        }

        .nav li:hover ul {
            display: block;
        }

.kw {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.search {
    position: relative;
    height: 34px;
    line-height: 0;
    margin: 12px 20px 0 0;
}

    .search input {
        height: 24px;
        border-width: 1px;
        border-style: solid;
        border-radius: 16px;
        padding: 0 32px 0 10px;
        width: 240px;
        color: #999;
        font-size: 12px;
        outline: none;
    }

a.searchBtn {
    position: absolute;
    right: 1px;
    top: 0;
    width: 34px;
    height: 26px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 13px 13px 0;
}

.gray {
    background: #e5e5e5;
}

.about {
    padding: 40px 0;
}

.title {
    text-align: center;
    font-size: 30px;
    font-family: "宋体";
    margin-bottom: 20px;
}

    .title h3 {
        position: relative;
        display: inline-block;
        font-size: 40px;
        padding: 0 60px;
    }

        .title h3:before {
            content: "";
            position: absolute;
            left: 0;
            width: 40px;
            height: 2px;
            background: #666;
            top: 50%;
            margin-top: -1px;
        }

        .title h3:after {
            content: "";
            position: absolute;
            right: 0;
            width: 40px;
            height: 2px;
            background: #666;
            top: 50%;
            margin-top: -1px;
        }

    .title p {
        position: relative;
        padding-bottom: 30px;
        line-height: 20px;
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 4px;
    }

        .title p:before {
            content: "";
            width: 64%;
            position: absolute;
            left: 23%;
            border-bottom: 1px solid #ccc;
            bottom: 10px;
        }

        .title p:after {
            content: "";
            position: absolute;
            width: 70px;
            height: 2px;
            background: #ffeb01;
            left: 50%;
            margin-left: -35px;
            bottom: 10px;
        }

.abcon {
    background: #fff;
    padding-left: 38px;
    position: relative;
    margin: 106px auto 60px;
    z-index: 10;
    line-height: 30px;
}

    .abcon ul {
        top: -80px;
        position: absolute;
        overflow: hidden;
        width: 100%;
        text-align: center;
        counter-reset: abindex;
    }

        .abcon ul li {
            display: inline-block;
            background: #cecece;
            padding: 0 20px 0 66px;
            line-height: 46px;
            position: relative;
            margin: 0 5px;
            font-size: 18px;
        }

    .abcon li b {
        color: #ce0201;
    }

    .abcon li:before {
        counter-increment: abindex;
        content: "0"counter(abindex);
        background: #00a04c;
        position: absolute;
        left: 0;
        width: 46px;
        font-weight: bold;
        color: #ffffff;
        font-style: italic;
        font-size: 18px;
        text-align: center;
        font-family: fantasy;
    }

    .abcon img {
        display: block;
        width: 500px;
        float: right;
        margin-left: 38px;
        margin-bottom: -50px;
        height: auto;
    }

    .abcon:before {
        content: "";
        width: 100%;
        height: 6px;
        position: absolute;
        z-index: -1;
        bottom: 1px;
        left: 0;
        box-shadow: 0 4px 4px #8a8a8a;
        background: #fff;
    }

    .abcon:after {
        content: "";
        display: block;
        clear: both;
    }

.logoicon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-left: 80px;
    left: -40px;
}

span.tlogo {
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
}

    span.tlogo img {
        max-height: 100%;
        display: block;
        margin: auto;
    }

.title .logoicon h3 {
    padding: 0 10px;
}

.logoicon h3:before, .logoicon h3:after {
    display: none;
}

.db {
    padding: 40px 0;
    text-align: center;
}

ul.pk {
    overflow: hidden;
    margin-top: 20px;
    background: url(../images/pk.jpg) no-repeat center;
}

    ul.pk li {
        width: 510px;
        float: left;
        text-align: left;
        background: #ffeb01;
        padding-bottom: 10px;
    }

        ul.pk li:nth-child(2n) {
            float: right;
            background: none;
        }

        ul.pk li img {
            width: 100%;
            height: auto;
            display: block;
        }

        ul.pk li p {
            padding: 20px 10px 0 45px;
            position: relative;
        }

            ul.pk li p:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #676767;
                position: absolute;
                left: 25px;
                top: 30px;
            }

.lnav {
    width: 200px;
    float: left;
}

    .lnav li a {
        display: block;
        padding: 15px 50px 15px 0;
        background: #278d4b;
        text-align: right;
        color: #fff;
        border-bottom: 2px solid #4ea76f;
        font-size: 16px;
        position: relative;
        font-weight: bold;
    }

    .lnav li span {
        display: block;
        color: #93c6a5;
        font-size: 14px;
        font-family: "Times New Roman";
    }

    .lnav li a:before {
        content: "";
        position: absolute;
        right: 30px;
        height: 34px;
        width: 2px;
        background: -moz-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: -o-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: -webkit-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        top: 50%;
        margin-top: -17px;
    }

    .lnav li a:after {
        content: "";
        position: absolute;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        right: -6px;
        top: 50%;
        margin-top: -6px;
    }

    .lnav li.on a, .lnav li:hover a {
        background: #ffeb01;
        color: #000;
    }

    .lnav li.on span {
        color: #7f7500;
    }

    .lnav li.on a:after {
        border-left: 6px solid #ffeb01;
    }

    .lnav li.on a:before, .lnav li:hover a:before {
        background: -moz-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
        background: -o-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
        background: -webkit-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
        background: linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
    }

.tabcon {
    width: 950px;
    float: right;
}

.plist li {
    width: 215px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

    .plist li:nth-child(4n) {
        margin-right: 0;
    }

    .plist li img {
        width: 100%;
        display: block;
        height: 177px;
    }

    .plist li h3 {
        padding: 25px 0 9px 0;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plist li span {
        display: block;
        width: 115px;
        height: 29px;
        padding-left: 8px;
        background: #ffeb01;
        line-height: 29px;
    }

        .plist li span em {
            font-style: normal;
            color: #ce0201;
            font-size: 18px;
        }

    .plist li p {
        padding-top: 20px;
        height: 105px;
        border-bottom: 2px solid #cccccc;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
    }

a.btlink {
    text-align: center;
    width: 196px;
    height: 37px;
    border: 2px solid #cccccc;
    margin: 0 auto;
    display: block;
    clear: both;
    line-height: 37px;
}

.product {
    padding: 40px 0;
}

.ptd {
    padding: 40px 0 0;
    background: #e5e5e5;
    margin-bottom: 40px;
}

    .ptd li {
        float: left;
        width: 260px;
        margin: 0 20px 20px;
        height: 360px;
        text-align: center;
    }

        .ptd li img {
            height: auto;
            width: auto;
            display: block;
            margin: auto;
        }

        .ptd li h4 {
            display: block;
            color: #00a04c;
            font-size: 16px;
            padding: 50px 0 10px 0;
            text-align: center;
        }

.addver img {
    display: block;
    margin: auto;
}

.btimg img {
    display: block;
    margin: auto;
    position: relative;
    bottom: -10px;
}

.honnor {
    padding: 30px 0;
}

.run4 {
    padding: 0 30px;
    position: relative;
}

span.lbtn, span.rbtn {
    position: absolute;
    width: 20px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

span.lbtn {
    left: 0;
    background: url(../images/lbtn.png) no-repeat center;
}

span.rbtn {
    right: 0;
    background: url(../images/rbtn.png) no-repeat center;
}

.honnor li {
    float: left;
    width: 250px;
    border: 1px solid #cfcfcf;
    text-align: center;
    margin: 0 16px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #cfcfcf;
}

    .honnor li:hover {
        background: #037e39;
        color: #fff;
    }

    .honnor li img {
        display: block;
        width: 100%;
    }

.ysitem {
    padding: 0 0 35px 540px;
    position: relative;
    min-height: 450px;
}

    .ysitem img {
        position: absolute;
        left: 0;
        max-width: 500px;
        top: 50%;
        -o-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .ysitem li h4 {
        display: block;
        background: url(../images/ys_05.jpg) no-repeat 0 0;
        padding-left: 60px;
        font-size: 40px;
        color: #00a04c;
        font-family: "宋体";
        line-height: 52px;
    }

    .ysitem li em {
        display: block;
        padding-left: 60px;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 18px;
        color: #cacaca;
        font-family: "宋体";
        margin-bottom: 10px;
    }

    .ysitem li p {
        padding-left: 80px;
        line-height: 34px;
        position: relative;
    }

        .ysitem li p:before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            background: #00a04c;
            left: 60px;
            top: 15px;
        }

    .ysitem li {
        margin-top: 30px;
    }

    .ysitem.r {
        padding: 0 540px 35px 0;
    }

        .ysitem.r img {
            left: auto;
            right: 0;
        }

.zstitle {
    text-align: center;
    background: #268d4b;
    padding: 40px 0 10px;
    color: #fff;
    position: relative;
}

    .zstitle p {
        font-size: 20px;
    }

    .zstitle h3 {
        font-size: 44px;
        font-family: "宋体";
    }

        .zstitle h3 b {
            color: #fbe701;
        }

    .zstitle:after {
        content: "";
        position: absolute;
        border-top: 16px solid #268d4b;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        left: 50%;
        bottom: -16px;
        z-index: 60;
        margin-left: -16px;
    }

img.zsbg {
    position: absolute;
    z-index: -1;
    max-width: none;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}

.zscon {
    padding: 50px 0;
    text-align: center;
}

    .zscon li {
        width: 211px;
        padding: 40px 48px 0;
        background: url(../images/zsli.png) no-repeat;
        height: 225px;
        color: #000000;
        font-size: 14px;
        line-height: 29px;
        text-align: center;
        display: inline-block;
        float: left;
        margin: 0 45px 45px;
    }

        .zscon li h4 {
            font-size: 24px;
            font-family: "宋体";
            margin-bottom: 20px;
        }

.abcon2 {
    border: 2px solid #ccc;
    width: 400px;
    margin-left: 220px;
    position: relative;
    padding: 35px 110px 35px 85px;
    min-height: 275px;
}

ul.abnav {
    width: 137px;
    position: absolute;
    right: -277px;
}

img.abimg {
    position: absolute;
    right: -140px;
    width: 215px;
    height: 280px;
}

.about2 .tlogo {
    position: absolute;
    top: -2px;
    width: 170px;
    left: -100px;
    background: #fff;
    padding-top: 40px;
}

    .about2 .tlogo img {
        width: 100%;
    }

.abcon2 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

ul.abnav li {
    padding: 12px 30px 12px 0;
    text-align: right;
    font-size: 16px;
    color: #fff;
    position: relative;
    background: #278d4b;
    border-bottom: 2px solid #4ea76f;
    line-height: 22px;
}

    ul.abnav li em {
        display: block;
        color: #93c6a5;
        font-size: 14px;
        font-family: "Times New Roman";
        font-style: normal;
    }

    ul.abnav li:after {
        content: "";
        position: absolute;
        right: 15px;
        height: 34px;
        width: 2px;
        background: -moz-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: -o-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: -webkit-linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        background: linear-gradient(#fffb00,#fde900 50%,#fff 50%,#fff);
        top: 50%;
        margin-top: -17px;
    }

    ul.abnav li:hover, ul.abnav li:first-child {
        background: #fef600;
        color: #000;
    }

        ul.abnav li:hover:after, ul.abnav li:first-child:after {
            background: -moz-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
            background: -o-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
            background: -webkit-linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
            background: linear-gradient(#278d4b,#278d4b 50%,#fff 50%,#fff);
        }

.about2 {
    padding: 0 0 40px;
}

.abtitle {
    margin-left: 500px;
    text-align: right;
    width: 400px;
    font-size: 52px;
    font-family: fantasy;
    color: #ccc;
    line-height: 52px;
}

    .abtitle b {
        position: relative;
        padding: 0 16px;
        top: 40px;
    }

.newslist {
    float: left;
    overflow: hidden;
    margin-right: 30px;
    width: 570px;
}

.news {
    padding: 30px 0;
}

.titlea {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
}

    .titlea span {
        font-size: 14px;
        color: #999;
        font-family: Arial;
        margin-left: 5px;
    }

    .titlea a {
        float: right;
        font-size: 13px;
        color: #666;
        display: block;
        margin-top: 10px;
    }

.newslist li img {
    width: 168px;
    height: 118px;
    float: left;
    margin-right: 20px;
}

.newslist li.first {
    overflow: hidden;
    margin-bottom: 14px;
}

.newslist li h3 {
    font-size: 14px;
    margin: 12px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist li p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    height: 44px;
    overflow: hidden;
    text-align: justify;
}

a.smore {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.newslist li h4 {
    overflow: hidden;
    padding-left: 10px;
    background: url(../images/pro_list.png) no-repeat left center;
    line-height: 36px;
    font-weight: normal;
    padding-right: 80px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist li span {
    position: absolute;
    right: 0;
    font-size: 12px;
}

.flink {
    padding: 30px 0;
    background: #f1f1f1;
    position: relative;
    bottom: -45px;
    z-index: 99;
}

.linkt {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #00a04c;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #797979;
    margin-right: 30px;
}

    .linkt span {
        display: block;
        font-weight: normal;
        color: #797979;
        font-size: 20px;
        line-height: 20px;
    }

.linkcon {
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}



.footer {
    padding-top: 20px;
}

.fnav {
    text-align: center;
    padding: 30px 0;
    line-height: 36px;
}

    .fnav li {
        display: inline-block;
        margin: 0 10px;
    }

        .fnav li a {
            display: block;
            padding: 0 25px;
            border: 1px solid #fef600;
        }

.pagel {
    width: 220px;
}

    .pagel .lnav {
        width: auto;
        float: none;
    }

        .pagel .lnav li a {
            padding: 0 50px 0 0;
            line-height: 40px;
            border-bottom: 2px solid #fff;
            font-size: 14px;
        }

.ltitle {
    padding: 20px 0;
    background: #278d4b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 20px;
    position: relative;
}

    .ltitle span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .ltitle:after {
        content: "";
        display: block;
        border-bottom: 2px solid #00a04c;
        position: absolute;
        bottom: -4px;
        width: 100%;
    }

.contact {
    border: 1px solid #278d4b;
}

.p10 {
    padding: 10px;
}

.pager {
    width: 960px;
}

.page {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.tips {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 20px;
}

ul.prlist li {
    float: left;
    margin-right: 20px;
    width: 300px;
}

    ul.prlist li img {
        width: 100%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 2px;
        height: 222px;
        display: block;
    }

    ul.prlist li p {
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    ul.prlist li:hover img {
        border-color: #278d4b;
    }

.lnews {
    border: 1px solid #278d4b;
    margin-bottom: 10px;
    counter-reset: lindex;
}

    .lnews .block {
        padding: 5px;
    }

    .lnews li {
        padding-bottom: 5px;
        border-bottom: 1px dashed #278d4b;
        margin-bottom: 5px;
        color: #333;
    }

        .lnews li h4 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: normal;
            padding-left: 20px;
            position: relative;
        }
.lnews li h4:before {
    counter-increment: lindex;
    content: counter(lindex);
    position: absolute;
    left: 0;
    top: 5px;
    background: #278d4b;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.lnews li:nth-child(n+4) h4:before {
    background: #696969;
}
.hover {
    overflow: hidden;
    display: none;
}

    .hover img {
        float: left;
        margin-right: 10px;
        width: 60px;
        height: 40px;
    }

    .hover p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        color: #888;
    }

.lnews li.cur .hover {
    display: block;
}

.pading {
    padding: 2px 0;
    border: 1px solid #ccc;
    text-align: right;
    background: #f9f9f9;
    margin: 20px 0;
}

    .pading a, .pading span {
        font-size: 12px;
        border: 1px solid #d4e3e9;
        padding: 0 3px;
        margin-right: 5px;
    }

        .pading span.current, .pading a:hover {
            background-color: #00A04C;
            color: #fff;
        }

.imgs {
    width: 480px;
}

    .imgs .bd {
        padding: 2px;
        border: 1px solid #ccc;
    }

    .imgs img {
        display: block;
        width: 100%;
    }

    .imgs .hd {
        padding: 0 20px;
        margin: 10px 0;
        position: relative;
        overflow: hidden;
    }

        .imgs .hd li {
            width: 130px;
            float: left;
            margin: 0 5px;
            padding: 2px;
            border: 1px solid #ccc;
        }

        .imgs .hd span.prev, .imgs .hd span.next {
            width: 20px;
            height: 80px;
            background: #00a04c;
            border-radius: 0;
            line-height: 80px;
            font-size: 26px;
            margin-top: -40px;
        }

        .imgs .hd span.prev {
            left: 0;
        }

        .imgs .hd span.next {
            right: 0;
        }

        .imgs .hd li.on {
            border-color: #00a04c;
        }

.dess {
    width: 445px;
    line-height: 30px;
}

    .dess h3 {
        color: #333;
        line-height: 28px;
        padding: 0 8px 10px;
        border-bottom: 1px dashed #ccc;
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

.dg {
    font-size: 16px;
    font-weight: bold;
}

    .dg b {
        font-size: 24px;
        color: #00a04c;
    }

.dess p {
    height: 240px;
    overflow: hidden;
}

.preview {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.lpr {
    border: 1px solid #278d4b;
    margin-bottom: 10px;
}

    .lpr li img {
        padding: 2px;
        border: 1px solid #278d4b;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .lpr li p {
        text-align: center;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

ul.news_list li {
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0px 0px 2px #ccc;
    margin-bottom: 40px;
    padding-right: 20px;
}

    ul.news_list li img {
        width: 161px;
        height: 164px;
        display: block;
        float: left;
        margin-right: 30px;
        background: #ccc;
    }

    ul.news_list li h4 {
        font-size: 16px;
        font-weight: normal;
        line-height: 36px;
        padding-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.news_list li p {
        font-size: 13px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
        color: #666;
    }

    ul.news_list li span {
        display: block;
        text-align: right;
        margin-top: 10px;
    }

        ul.news_list li span a {
            border: 1px solid #278d4b;
            color: #278d4b;
            padding: 5px 20px;
            font-size: 12px;
        }

h3.ar_title {
    padding-top: 16px;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 20px/63px "Microsoft Yahei";
}

.info {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

a.back {
    background: #f2f2f2;
    float: right;
    padding: 5px 20px;
}

.ar_con {
    color: #666;
}

.record {
    padding: 20px 0;
}

.pt48 {
    padding-top: 48px;
}
/*网站色调*/

.bgcolor {
    background-color: #00a04c;
    color: #fff;
}

.color {
    color: #00a04c;
}

.border-color {
    border-color: #00a04c;
}

.bgcolor2 {
    background-color: #012e13;
    color: #fff;
}
.link_container {
    padding: 30px 0;
    background: #f1f1f1;
    position: relative;
    bottom: -45px;
    z-index: 99;
    width: 1200px;
    margin: auto;
    height: 65px;
    margin-bottom: 5px;
}

.link_title {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #00a04c;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #797979;
    margin-right: 30px;
}

.link_list {
    padding-right: 40px;
    width: 973px;
    float: right;
    margin-top: 25px;
}

.link_list  a {
    margin: 0 13px;
}

.link_title h3 {
    font-size: 18px;
    color: #333;
}