.link-group {
    background: url(../img/12link.png) no-repeat;
    width: 948px;
    height: 286px;
    margin: 0 auto;
}
.link-group a{
	font-family: '方正粗圆简体';
    font-size: 20px;
    padding: 31px 11px 29px 63px;
    width: 155px;
    display: inline-block;
    color: #ff6079;
    text-shadow: -1px -1px 1px #ffb8ad, 1px -1px 1px #ffb8ad, -1px 1px 1px #ffb8ad, 1px 1px 1px #ffb8ad, 0px 2px 2px #ffb8ad;
	
}
.link-group a:hover{
	color:#fff;
}

.slider_frame {
    width: 919px;
    height: 307px;
    overflow: hidden;
    position: relative;
	background: url(../img/banner_farm.png) no-repeat;
	margin-left: 40px;
}

.slider_box {
    width: 894px;
    height: 282px;
    overflow: hidden;
    margin: 12px;
}

.slider_box img {
    display: block;
    width: 894px;
    height: 282px;
}


.slider_box .prev,
.slider_box .next {
    display: block;
    width: 36px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: 110px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(http://zeroep8.com/themes/butterfly/img/slider-arrow.png) no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.slider_box .prev {
    left: -100%;
    background-position: 0 0;
}

.slider_box .next {
    right: -100%;
    background-position: -36px 0;
}

.slider_box a.prev:hover,
.slider_box a.next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider_box:hover .prev {
    left: 10px;
}

.slider_box:hover .next {
    right: 10px;
}

.news {
    width: 664px;
    height: 393px;
    background: url(../img/news.png) no-repeat;
    font-size: 18px;
}

.new-bd {
    margin-left: 30px;
}

.part1 .sliderWrap {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 816px;
    height: 474px;
}

.news-tab {
    position: relative;
    height: 28px;
}

.news-tab ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 30px;
}

.news-tab li {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.news-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
	text-align: center;
	font-family: '方正粗圆简体';
	color: #41324c;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, 0px 2px 2px #fff;
	font-size: 20px;
}


.news-tab li.now a {
    color: #000;
	border-bottom: 4px solid #000;
	padding: 0 0 5px 0;
}

.news-list {
    position: relative;
    width: 570px;
    height: 230px;
    padding: 20px 0 0 10px;
    display: none;
}

.news-list ul {
    zoom: 1;
}

.news-list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news-list li {
    float: left;
    width: 565px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.news-list span {
    float: left;
    width: 50px;
    text-align: center;
    color: #000;
	margin-right: 5px;
}

.news-list em.date {
    float: right;
    width: 120px;
    text-align: right;
    color: #000;
}

.news-list em.new {
    float: left;
    width: 32px;
    text-indent: -999em;
    height: 13px;
    margin: 5px 0 0 10px;
    background: url(http://zeroep8.com/themes/butterfly/img/new.png) no-repeat;
    overflow: hidden;
}

.news-list li p {
    float: left;
    width: 355px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li p a {
    float: left;
    color: #000;
}

.news-list li p.hot a {
    float: left;
    color: #ff0000;
    font-weight: bold;
}

.news-list .news-more {
    position: absolute;
    top: -22px;
    right: 35px;
    display: block;
    text-indent: -99em;
    width: 20px;
    height: 20px;
    background: url(../img/news_more.png) no-repeat;
    overflow: hidden;
}

.news-list li p a:hover {
    text-decoration: underline;
}
