@charset "utf-8";
/*清除浏览器默认样式*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
ul {
	margin: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
/*body*/
body {
    padding-bottom: 120px;
	font-size: 12px;
	font-family: 'Microsoft YaHei', '微软雅黑', Simsun, '宋体', sans-serif;
    color: #666;
    background: #fff url(img/bg.jpg) bottom center no-repeat;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
/*通用样式*/
.hidden {
	display: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after, .container:after, .box-con:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.container {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
}
/*layout*/
.header {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.header h1 {
    float: left;
    width: 790px;
}
.header h1 img {
    display: block;
    width: 796px;
    height: 82px;
}
.header .links {
    float: right;
	width:70px;
    margin: 2px 0 0 0px;
}
.header .links a {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #666;
    background: url(img/icon-01.png) left center no-repeat;
}
.header .links a:hover {
    color: #666;
}
.nav {
    border-top: 1px solid #72b672;
    border-bottom: 1px solid #48651b;
    background: #6ac56a url(img/nav-bg.gif) repeat-x;
}
.nav .container {
    overflow: hidden;
    width: 1050px;
    padding: 8px 0;
}
.nav ul {
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
}
.nav li {
    float: left;
    width: 150px;
    text-align: center;
}
.nav li a {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}
.nav li a:hover, .nav li a.current {
    color: #333;
    background: #ffff66;
    text-decoration: none;
}
.slide-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    height: 255px;
}
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.rslides li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
}
.slide-tabs {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -65px;
    z-index: 99;
}
.slide-tabs li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 5px;
}
.slide-tabs li a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #1b1c1e;
    background: #fff;
    opacity: .6;
    text-align: center;
}
.slide-tabs li a:hover, .slide-tabs li.slide-here a {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.slide-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: block;
    width: 44px;
    height: 88px;
    margin-top: -44px;
    background: url(img/btns.png) no-repeat;
    text-indent: -9999px;
}
.slide-nav.prev {
    margin-left: -500px;
}
.slide-nav.next {
    margin-left: 456px;
    background-position: -45px 0;
}
.search-panel {
    height: 30px;
    line-height: 30px;
    padding: 12px 0;
    background-color: #f6f4f1;
}
.search-panel .date {
    float: left;
}
.search-panel .search {
    float: right;
    overflow: hidden;
    text-align: left;
}
.search label {
    float: left;
    margin-right: 10px;
}
.search input {
    float: left;
    width: 245px;
    height: 20px;
    line-height: 20px;
    padding: 4px 5px;
    border: 1px solid #339933;
    background-color: #fff;
    outline: none;
}
.search .button {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 20px;
    padding-left: 18px;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #339933 url(img/icon-search.png) 10px center no-repeat;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}
.wrapper {
    width: 1000px;
    margin: 0 auto 60px;
    padding-top: 20px;
    overflow: hidden;
    background-color: #fff;
}
.pic-focus {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 350px;
    padding-top: 10px;
}
.pic-focus .hd {
    width: 100%;
	height:72px;
    overflow: hidden;
}
.pic-focus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}
.pic-focus .hd ul li {
    position: relative;
    float: left;
    width: 88px;
    padding-top: 10px;
    text-align: center;
}
.pic-focus .hd li.on i {
    position: absolute;
    left: 50%;
    top: 1px;
    z-index: 4;
    width: 18px;
    height: 9px;
    margin-left: -5px;
    background: url(img/icon-arrow.png) no-repeat;
}
.pic-focus .hd ul li img {
    width: 76px;
    height: 60px;
    border: 1px solid #6f6f6f;
    cursor: pointer;
}
.pic-focus .tempWrap {
    z-index: 2;
}
.pic-focus .bd {
    overflow: hidden;
    height: 280px;
}
.pic-focus .bd li {
    position: relative;
    vertical-align: middle;
}
.pic-focus .bd li strong {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 330px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}
.pic-focus .bd img {
    display: block;
    width: 350px;
    height: 280px;
}
.box .menu {
    height: 44px;
    line-height: 44px;
    background: url(img/menu-bg.gif) repeat-x;
}
.box .menu h2 {
    float: left;
    padding-left: 60px;
    font-size: 16px;
    color: #339933;
    font-weight: normal;
    background: url(img/menu-txt-bg.png) no-repeat;
}
.box .menu .more {
    float: right;
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    color: #339933;
    background: url(img/menu-txt-bg.png) -306px 0 no-repeat;
}
.box .menu .more a, .box .menu .more a:hover {
    color: #339933;
}
/* 图文list */
.list-top {
    overflow: hidden;
    padding: 10px 5px 5px;
}
.list-top .img {
    float: left;
    width: 100px;
}
.list-top .img img {
    display: block;
    width: 100px;
    height: 76px;
}
.list-top h3 {
    padding-left: 110px;
    margin-bottom: 5px;
    font-weight: normal;
}
.list-top p {
    padding-left: 110px;
    line-height: 18px;
    color: #999;
    text-indent: 2em;
}
.list {
    padding: 0 5px;
}
.list li {
    position: relative;
    width: 252px;
    height: 38px;
    line-height: 38px;
    padding: 0 78px 0 10px;
    border-bottom: 1px dashed #ccc;
    background: url(img/icon-dot.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-list .list li {
    height: 42px;
    line-height: 42px;
}
.list li strong {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-weight: normal;
}
/* 图片list */
.img-list {
    overflow: hidden;
    padding: 5px 0;
}
.img-list li {
    float: left;
    width: 120px;
    margin: 5px 5px 0;
    _margin: 5px 4px 0 3px;
    line-height: 28px;
    text-align: center;
}
.img-list li img {
    display: block;
    width: 118px;
    height: 78px;
    border: 1px solid #e8e8e8;
}
.img-list li p {
    margin-top: 5px;
}
.side .img-list {
    width: 260px;
}
/*相关分类*/
.xgfl {
    overflow: hidden;
    padding: 5px 0 15px 0;
}
.xgfl li {
}
.xgfl li a {
	color:#FFF;
	line-height: 38px;
	border-bottom: 1px solid #48651b;
	background: #6ac56a url(img/nav-bg.gif) repeat-x;
	display: block;
	text-decoration: none;
	text-indent:16px;
	font-size:14px;
}
.xgfl li a:hover {
	color:#fff;
	line-height: 38px;
	border-bottom: 1px solid #48651b;
	display: block;
	text-decoration: none;
	text-indent:16px;
	font-size:14px;
	background: #090;
}

.side .xgfl {
    width: 260px;
}

/* 广告 */
.ad-list {
    width: 1000px;
    overflow: hidden;
    margin: 20px 0;
}
.ad-list a {
    float: left;
    width: 400px;
}
.ad-list img {
    width: 400px;
    height: 87px;
}
.ad-list .ad-l {
    margin-right: 20px;
}
.ad img {
    width: 1000px;
    height: 135px;
}
/* 专家名录list */
.experts-list li {
    line-height: 18px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    color: #666;
}
.experts-list li .name {
    position: relative;
    width: 130px;
    padding-right: 120px;
    margin-bottom: 5px;
}
.experts-list li span {
    position: absolute;
    right: 5px;
    top: 0;
}
.experts-list li a {
    color: #339933;
}
.tab-news .menu ul {
    background: url(img/tab-menu-bg.png) no-repeat;
}
#tab {
    height: 39px;
    padding: 5px 5px 0;
    font-size: 16px;
    color: #339933;
}
#tab li {
    float: left;
    width: 80px;
    height: 39px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
#tab .current {
    color: #fff;
    background: url(img/tab-current.png) no-repeat;
}
.wrapper .main {
    overflow: hidden;
    float: left;
    width: 740px;
}
.wrapper .main .box {
    float: left;
    width: 350px;
    margin-right: 20px;
}
.main .small-slider {
    margin-top: 10px;
}
.wrapper .side {
    float: left;
    width: 260px;
}
.results {
    margin-top: 20px;
}
.results .img-list {
    padding: 5px;
    *padding: 5px 5px 20px;
}
.results li {
    position: relative;
    width: 235px;
    line-height: 34px;
    margin: 5px 5px 20px;
    border: 1px solid #f2f2f2;
}
.results li .box-shadow {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(img/box-shadow.png) top center no-repeat;
}
.results li img {
    width: 235px;
    height: 140px;
    border: none;
}
.friend-links {
    width: 1000px;
    margin: 20px 0 0 0;
    line-height: 32px;
    font-size: 14px;
}
.friend-links .box-con {
    padding: 20px;
}
.friend-links .box-con a {
    margin-right: 12px;
}
.footer {
    position: relative;
    width: 975px;
	height:90px;
    margin: 0 auto;
    padding: 35px 0 35px 25px;
    line-height: 30px;
    color: #e5e4e4;
    background: #392a27;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.footer .left {
	float:left;
}
.footer .code {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
.footer .code img {
    display: block;
    width: 95px;
    height: 95px;
}
/*横向不间断滚动*/
#demo {
    overflow: hidden;
    width: 990px;
}
#indemo {
    float: left;
    width: 800%;
}
#demo1, #demo2 {
    float: left;
}