/*广告图开始*/

body {
    background: url("../img/bg.png") no-repeat top center;
    /* background-attachment: fixed; */
}

.slide-pic {
    margin: 20px;
    width: 1160px;
    height: 137px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slide-pic .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 13px;
    z-index: 9;
}

.slide-pic .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide-pic .hd ul li {
    float: left;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-pic .hd ul li.on {
    background: #d60a17;
    color: #fff;
}

.slide-pic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-pic .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slide-pic .bd li a {
    display: block;
}

.slide-pic .bd img {
    width: 100%;
    display: block;
}

.slide-pic .bd img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* .slide-pic .prev,
.slide-pic .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/arrow-left.png) center center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slide-pic .next {
    left: auto;
    right: 0;
    background: url(../img/arrow-right.png) center center no-repeat;
}

.slide-pic .prev:hover,
.slide-pic .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
} */

.slide-pic-text {
    position: absolute;
    bottom: 0;
    background: url(../img/black_point.png) repeat;
    color: #fff;
    padding: 17px 0;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-pic-text p {
    padding-left: 15px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-pic-text .u-meta {
    font-size: 12px;
    margin-top: 5px;
    color: #dfdfdf;
}


/*广告图结束*/

.tab-top {
    text-align: center;
    position: relative;
}

.tab-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
}

.tab-title a {
    color: #285800;
}

.tab-tips {
    font-size: 15px;
    color: #333;
}

.tab-more {
    position: absolute;
    bottom: 0;
    right: 28px;
    font-size: 14px;
}

.tab-more a {
    color: #2B5E00;
}

.tab-list {
    margin: 20px 20px 0;
    height: 320px;
}

.slide-box {
    width: 420px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}

.slide-box .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
    z-index: 9;
}

.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.slide-box .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-box .hd ul li.on {
    background: #d60a17;
    color: #fff;
}

.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slide-box .bd li a {
    display: block;
}

.slide-box .bd img {
    width: 420px;
    height: 280px;
    display: block;
}

.slide-box .bd img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slide-box .prev,
.slide-box .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 30px;
    height: 63px;
    background: url(../img/arrow-left.png) center no-repeat;
    background-color: #fff;
    filter: alpha(opacity=64);
    opacity: 0.64;
}

.slide-box .next {
    left: auto;
    right: 0;
    background: url(../img/arrow-right.png) center no-repeat;
    background-color: #fff;
}

.slide-box .prev:hover,
.slide-box .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slide-box-text {
    position: absolute;
    bottom: 0;
    background: url(../img/black_point.png) repeat;
    color: #fff;
    padding: 4px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-box-text p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-box-text .u-meta {
    font-size: 12px;
    margin-top: 5px;
    color: #dfdfdf;
}


/*焦点图结束*/

.tab-activity {
    margin-left: 20px;
    width: 200px;
}

.tab-activity ul li a {
    display: block;
}

.tab-activity ul li img {
    width: 200px;
    /* height: 42px; */
}

.tab-activity ul li {
    margin-top: 14px;
}

.tab-activity-title a {
    display: block;
    color: #fff;
}

.tab-activity-title {
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #65BA33;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.right-block {
    width: 500px;
    height: 320px;
    text-align: left;
    overflow: hidden;
}

.right-block .hd {
    height: 42px;
    line-height: 42px;
    /* padding: 0 10px 0 20px; */
    position: relative;
}

.right-block .hd ul {
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
}

.right-block .hd ul li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #333;
    width: 140px;
    height: 42px;
}

.right-block .hd ul li.on a {
    color: #fff;
}

.right-block .hd ul li.on {
    border-radius: 5px 5px 0 0;
    background: #65BA33;
    font-weight: bold;
    font-size: 16px;
}

.right-block .bd ul {
    zoom: 1;
}

.right-block .bd li {
    color: #333;
    font-size: 14px;
    background: url(../img/list_point.png) no-repeat 3px center;
    padding-left: 15px;
    background-position-y: 9px;
    position: relative;
    margin-top: 15px;
}

.right-block .bd li p {
    font-size: 14px;
    color: #A7A7A7;
    position: absolute;
    right: 0;
    top: 2px;
}

.right-block .bd li a {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-block .bd li a:hover {
    text-decoration: underline;
}


/* 2.0版本 */

.right-block2 {
    margin: 0 20px;
    width: 1160;
    height: 252px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.right-more {
    display: none;
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 14px;
}

.show {
    display: block;
}

.right-more a {
    color: #2B5E00;
}

.right-block2 .right-hd {
    height: 42px;
    line-height: 42px;
    /* padding: 0 10px 0 20px; */
    position: relative;
}

.right-block2 .hd .right-list {
    height: 42px;
    width: 100%;
}

.right-block2 .hd .right-ul .right-li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #333;
    width: 230px;
    height: 42px;
    margin-right: 20px;
}

.right-block2 .hd .right-ul .right-li.on a {
    color: #fff;
}

.right-block2 .hd .right-ul .right-li.on {
    border-radius: 5px 5px 0 0;
    background: #65BA33;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.slide-pic2 {
    border: 1px solid #dddddd;
    width: 1158px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.03);
    height: 188px;
}

.slide-pic2 .bd {
    margin-top: 15px
}

.slide-pic2 .bd ul li {
    width: 270px;
    margin: 0 10px;
}

.slide-pic2 .bd ul li .pic {
    height: auto;
}

.slide-pic2 .bd ul li .pic img {
    width: 270px;
}

.slide-pic2 .bd ul li p {
    margin-top: 10px;
}

.slide-pic2 .hd .next {
    background: url(../img/arrow-right.png) no-repeat center center;
    height: 63px;
    width: 30px;
    top: 60px;
    z-index: 10;
    right: 8px;
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    filter: alpha(opacity=64);
    opacity: 0.64;
}

.slide-pic2 .hd {
    height: 0;
    width: 100%;
    position: relative;
}

.slide-pic2 .hd .prev {
    background: url(../img/arrow-left.png) no-repeat center center;
    height: 63px;
    width: 30px;
    top: 60px;
    left: 10px;
    z-index: 10;
    right: auto;
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    filter: alpha(opacity=64);
    opacity: 0.64;
}

.slide-pic2 .prev:hover,
.slide-pic2 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.footer-list {
    border: 1px solid #dddddd;
    width: 1158px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.03);
    height: 340px;
    margin: 0 20px;
}

.footer-pd {
    padding: 12px 18px;
}

.footer-content .right-block-content {
    margin-top: 10px;
    font-size: 14px;
    color: #6D6D6D;
    line-height: 1.6;
}

.footer-content .right-block-time {
    font-size: 14px;
    color: #6D6D6D;
}

.footer-content .right-block {
    width: 485px;
    /* margin-left: 16px; */
}

.footer-content .right-block .bd li {
    color: #333;
    font-size: 14px;
    background: url(../img/list_point.png) no-repeat 3px center;
    padding-left: 15px;
    background-position-y: 9px;
    position: relative;
    margin-top: 15px;
    margin: 15px 10px 0;
}

.footer-content .right-block .bd li a {
    display: inline-block;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-content .right-block .bd li p {
    font-size: 14px;
    color: #A7A7A7;
    position: absolute;
    right: 0;
    top: 2px;
}

.footer-content .right-block-top {
    margin-top: 18px;
}

.footer-content .right-block-top img {
    width: 190px;
    height: 125px;
}

.footer-content .right-block-title a {
    font-size: 18px;
    color: #285800;
    font-weight: bold;
}

.footer-content .right-block-top .f-r {
    width: 341px;
}

.bt_links {
    margin-top: 14px;
    width: 1200px;
    background: #F0F0F0;
    height: 58px;
}

.bt_links .tit {
    float: left;
    font-size: 16px;
    line-height: 60px;
    color: #3A7D01;
    font-weight: bold;
    padding-left: 22px;
}

.fri_sels {
    width: 187px;
    height: 32px;
    float: left;
    margin: 14px 0 0 26px;
    position: relative;
    z-index: 130;
    cursor: pointer;
}

.fri_sels .handle {
    height: 32px;
    line-height: 32px;
    background: #fff url("../img/fri_sel2.png") no-repeat 165px center;
    padding-left: 10px;
}

.fri_sels ul {
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 130;
    background: #fff;
    width: 187px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.fri_sels:hover ul {
    display: block;
}

.fri_sels li {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.fri_sels li a {
    display: block;
    height: 32px;
    padding-left: 10px;
    width: 155px;
}

.fri_sels li a:hover {
    background: #f3f3f3;
}

.footer-pd .right-block .hd ul li {
    width: 111px;
}

.footer-left .right-block {
    width: 550px !important;
    margin: 0 !important;
}

.footer-pd .right-block {
    width: 555px;
    margin-right: 15px;
}

.footer-pd .right-block .bd li a {
    width: 440px;
}

.footer-pd .right-block .hd ul {
    width: 555px;
}

.footer-left .right-block .hd ul {
    width: 550px !important;
}

.footer-left ul img {
    width: 174px;
    height: 115px;
}

.footer-left .right-block .bd li a {
    width: 174px;
}

.footer-left .right-block .bd {
    margin-left: -14px;
}

.footer-left .right-block .bd li {
    margin-right: 14px;
    width: 174px;
    float: left;
}

.footer-left .right-block .bd li {
    background: #fff;
    padding: 0;
}