* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banners {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 481px;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #294f12;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;

}

.navs ul {
    width: 600px;
    margin: 0 auto;
}

.navs ul li {
    float: left;
    width: 300px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.navs ul li.active {
    background: #639b20;
}

.navs ul li.active:before {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    margin-left: -24px;
    display: inline-block;
    height: 6px;
    border-radius: 3px;
    width: 48px;
    color: #ffffff;
    background: #ffffff;
    content: "";
    transform-origin: left;
    transition: all 0.5s;
}

.main {
    width: 100%;
    min-width: 1200px;
    background: #F1F6F4;
    margin: 0 auto;
    padding: 30px 0;
}

.main .content {
    width: 1200px;
    padding-bottom: 40px;
    margin: 0 auto;
    background: #ffffff;
}

.main .content .section {
    padding: 20px;
}

.main .content .section:hover {
    background-color: #e6f3f0;
}

.main .content .section img {
    height: 180px;
    width: 320px;
}

.main .content .section .describe {
    width: 820px;
}

.main .content .section .describe p {
    font: 18px/30px "微软雅黑";
    padding-top: 6px;
}

.main .content .section .describe a {
    font: bold 24px/40px "微软雅黑";

}

.main .content .section .describe a:hover {
    font-weight: bold;
    color: #036f3d;
}

.main .content .section .describe p span {
    margin-right: 20px;
    color: #333333;
}

.main .content .section .describe p.zw {
    color: #666666;
    font: 18px/30px "微软雅黑";
}


/*=翻页导航=*/
.page {
	padding:50px 0 0;
    margin: 0 auto;
    text-align: center;
}
.page span, .page a {
	margin:0 3px;
	display:inline-block;
	font:12px/23px "微软雅黑";
	color:#010101;
}
.page a {
	padding:0 7px;
	border:1px solid #bababa;
}
.page a.btn {
	padding:0;
	width:62px;
	height:23px;
	text-align:center;
}
.page a.current, .page a:hover {
	background:#3a7119;
	border-color:#3a7119;
	color:#fff;
}