@charset "utf-8";
/* CSS Document */
body{
	font-family:"微软雅黑";
	font-size:15px;
	padding:0px;
	margin:0px;
	
}
ul,ol,li,input,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

ul,ol{
	list-style:none;
}

.logo{
	width:100%;
	height:120px;
	background-image:url(../images/topbg.jpg);
}
.logoContent{
	width:1200px;
	height:120px;
	background:url(../images/logo.png) left center no-repeat;
	margin:0px auto;
	position:relative;
}
.logoContent .sel{
	position:absolute;
	width:350px;
	overflow:hidden;
	height:35px;
	right:20px;
	bottom:10px;
}
.logoContent .sel #searchtxt{
	width:200px;
	height:26px;
	line-height:26px;
	border:1px solid #7bab5b;outline:0px;
	padding-left:4px;
	margin:0px;
	border-radius:5px 0px 0px 5px;
}
.logoContent .sel #searchbtn{
	width:50px;
	height:28px;
	line-height:28px;
	background-color:#7bab5b;
	border:0px;
	color:#FFF;
	outline:0px;
	margin:0px;
	border-radius:0px 5px 5px 0px;
}
.nav{
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#7bab5b;
}

.nav ul{
	width:1180px;
	height:45px;
	line-height:45px;
	margin:0px auto;
}
.nav ul li{
	display:block;
	width:95px;
	line-height:45px;
	float:left;
	text-align:center;
	position:relative;
}
.nav a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	display:block;
}
.nav ul li ol{
	z-index:1000;
	display:none;
	position:absolute;
	left:0px;
	width:170px;
	top:45px;
	background-color:#8dc468;
}
.nav ul li:hover{
	background-color:#8dc468;
}
/*
.nav ul li:hover ol{
	display:block;
}
*/
.nav ul li ol li{
	display:block;
	width:100%;
	font-weight:normal;
	text-align:left;
	height:40px;
	line-height:40px;
	text-indent:1em;
	border-bottom:1px dotted #7bab5b;
}
.nav ul li ol li a{ font-weight:normal; display:block;}
.nav ul li ol li{ border:0px;}

.goContent{
	clear:both;
	width:1200px;
	margin:0px auto;
	height:35px;
	line-height:35px;
	background-color:#d2e8c1;
	border:1px solid #7bab5b;
	border-radius:0px 0px 5px 5px;
	overflow:hidden;
}

.goContent .dateTips{
	width:300px;
	text-align:center;
	font-weight:bold;
	float:left;
	color:#7bab5b;
}

.goContent .goArticle{
	width:890px;
	float:left;
}
.goContent .goArticle a{
	color:#333;
	text-decoration:none;
	margin-right:20px;
}
.complexRow{
	width:1200px;
	height:350px;
	margin:10px auto;
	
}
.complexRow .slideImages{
	width:695px;
	height:350px;
	float:left;
	background:url(../images/t1.jpg) center center no-repeat;
	background-size:cover;
	 border-radius:3px;
    position:relative;
    overflow:hidden;
}

.complexRow .slideImages .tipsBox {
    display:block;
    width:100%;
    height:45px;
    position:absolute;
    bottom:0px;
    background:url(../images/btm.png);
}
.complexRow .slideImages .tipsBox ul {
    display:block;
    float:right;
    text-align:center;
    width:140px;
    height:45px;
    text-align:center;
    z-index:100;
}
.complexRow .slideImages .tipsBox ul li {
    display:block;
    float:left;
    width:14px;
    height:14px;
    background-color:#fff;
    margin-top:15px;
    margin-left:10px;
    border-radius:7px;
    cursor:pointer;
}
.complexRow .slideImages .tipsBox ul .active {
    background-color:#FF0;
}
.complexRow .slideImages .tipsBox span {
    display:block;
    float:left;
    width:550px;
    height:45px;
    line-height:45px;
    overflow:hidden;
    text-align:center;
}
.complexRow .slideImages .tipsBox span a {
    color:#fFF;
    text-decoration:none;
    font-size:16px;
}
 

.complexRow .articleList{
	width:490px;
	height:350px;
	float:right; 
}

.complexRow .articleList ul{
	display:block;
	width:99%;
	margin:5px auto;
	font-size:15px;
}
.complexRow .articleList ul li{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
}
.complexRow .articleList ul li span{
	width:415px;
	height:30px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	float:left;
	text-indent:15px;
	background:url(../images/p.jpg) left center no-repeat;
}
.complexRow .articleList ul li span a{
	color:#444;
	text-decoration:none;
}
.complexRow .articleList ul li span a:hover{
	color:#608647;
	text-decoration:none;
}
.complexRow .articleList ul li  i{
	display:block;
	width:60px;
	height:30px;
	color:#777;
	font-style:normal;
	float:right;
	text-align:center;font-size:14px;
}


.titleBox {
	color:7bab5b;	
	border-bottom:1px solid #7bab5b;
	height:35px;
	overflow:hidden;
}
.titleBox h3{
	font-family:"微软雅黑";
	width:130px;
	height:35px;
	background-color:#7bab5b;
	color:#FFF;
	line-height:35px;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	letter-spacing:2px;
	font-weight:bold;
	border-radius:5px 5px 0px 0px;
	float:left;
	cursor:pointer;
}

.titleBox span{
	display:block;
	width:100px;
	line-height:45px;
	float:right;
	text-align:center;
	font-size:12px;
}
.titleBox span a{ color:#000; text-decoration:none;}
.titleBox span a:hover{ color:#7bab5b; font-weight:bold;}

.articleRow{
	width:1200px;
	margin:0px auto;
	height:450px;
}

.articleRow .listArticleList{
	width:695px;
	height:450px;
	float:left;
}

.articleRow .listArticleList ul{
	display:block;
	width:99%;
	margin:5px auto;
	font-size:15px;
}
.articleRow .listArticleList ul li{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
}
.articleRow .listArticleList ul li span{
	width:580px;
	height:30px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	float:left;
	text-indent:15px;
	background:url(../images/p.jpg) left center no-repeat;
}
.articleRow .listArticleList ul li span a{
	color:#444;
	text-decoration:none;
}
.articleRow .listArticleList ul li span a:hover{
	color:#608647;
	
}
.articleRow .listArticleList ul li  i{
	display:block;
	width:100px;
	height:30px;
	color:#777;
	font-style:normal;
	float:right;
	text-align:center;
	font-size:14px;
}



.articleRow .rightIco{
	width:490px;
	height:450px;
	float:right;
}
.articleRow .rightIco ul{
	display:block;
	width:98%;
	height:440px;
	margin:5px auto;
	overflow:hidden;
}
.articleRow .rightIco ul li{
	display:block;
	width:220px;
	height:80px;
	float:left;
	margin:10px;
	
}
.articleRow .rightIco ul li img{
	display:block;
	width:220px;
	height:80px;
	opacity:1;
	border-radius:5px;	
}
.articleRow .rightIco ul li img:hover{
	opacity:1;
	
}
.articleRow .rightIco ul{
	
}

.footer{
	width:100%;
	height:120px;
	border-top:4px solid #7bab5b;
	text-align:center;
}
.footer p{
	margin:5px;
	
}
.pageImg{
	width:1200px;
	height:200px;
	margin:0px auto;
	background:url(../images/pageimg1.png);
}
.pageContent{
	width:1200px;
	min-height:650px;
	margin:5px auto 10px auto;
}
.pageContent .pageLeft{
	width:240px;
	min-height:650px;
	border-right:4px solid #7bab5b;
	float:left;
}
.pageContent .pageLeft h1{
	display:block;
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	letter-spacing:2px;
	font-size:22px;
	background-color:#7bab5b;
	color:#FFF;

    font-weight: bold;
}
.pageContent .pageLeft ul{
	font-size:17px;
	display:block;
	width:94%;
	margin:10px auto;
}
.pageContent .pageLeft ul li{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #7bab5b;
	margin-top:5px;
	text-indent:35px;
	background:url(../images/jt1.png) 3px center no-repeat;
}
.pageContent .pageLeft ul li:hover{
	border-bottom:1px solid #7bab5b;
}
.pageContent .pageLeft ul li a{
	color:#000;
	text-decoration:none;
}
.pageContent .pageLeft ul li a:hover{
	color:#7bab5b; 
}

.pageContent .pageLeft ul .active{
	background:url(../images/jt2.png) 3px center no-repeat;
	color:#7bab5b; 
	border-bottom:1px solid #7bab5b;
}
.pageContent .pageLeft ul .active a{ 
	color:#7bab5b;
	font-weight:bold;
}
.pageContent .pageRight{
	width:940px;
	min-height:650px;
	float:right;
}
.pageContent .pageRight .pageTitle{
	width:100%;
	height:55px;
	border-bottom:2px solid #7bab5b;
	overflow:hidden;
}
.pageContent .pageRight .pageTitle h1{
	width:138px; 
	height:55px;
	line-height:55px;
	float:left;
	color:#7bab5b;
	font-size:20px;
	text-align:center;
}
.pageContent .pageRight .pageTitle span{
	display:block;
	width:600px;
	height:75px;
	line-height:75px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#666;
}
.pageContent .pageRight .pageTitle span a{
	text-decoration:none;
	color:#666;
	margin:0px 2px;
}
.pageContent .pageRight ul{
	display:block;
	width:99%;
	margin:5px auto;
}
.pageContent .pageRight ul li{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
}
.pageContent .pageRight ul li span{
	display:block;
	width:800px;
	height:35px;
	line-height:35px;
	float:left;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
background:url(../images/p.jpg) 5px center no-repeat;
text-indent:20px;
	
}
.pageContent .pageRight ul li i{
	display:block;
	width:110px;
	height:35px;
	line-height:35px;
	text-align:center;
	float:right;
	font-style:normal;
	color:#999;
	font-size:14px;
	
}
.pageContent .pageRight ul li span a{
	color:#444;
	text-decoration:none;
}
.pageContent .pageRight ul li span a:hover{
	color:#608647;
}

.page {
    border-top:1px solid #7bab5b;
    width:100%;
    margin:15px auto;
    height:55px;
    line-height:55px;
    text-align:right;
}
.page i {
    font-style:normal;
    padding:0px 4px;
}
.page span {
    padding:0px 15px;
    font-weight:bold;
}
.page a {
    padding:8px 20px;
    background-color:#7bab5b;
    margin-right:10px;
    border-radius:2px;
    color:#FFF;
    font-size:12px;
    text-decoration:none;
}
.page a:hover {
    background-color:#8dc468;
}
.articleContent{
	width:99%;
	margin:20px auto;
}
.articleContent .articleHeader h1{
	width:90%;
	margin:15px auto;
	color:#7bab5b;
	font-size:20px;
	line-height:30px;
	text-align:center;
	padding:10px 0px;
	
}
.articleContent .articleHeader span{
	display:block;
	width:99%;
	color:#999;
	text-align:right;
	line-height:35px;
}
.articleContent .articleCont{
	font-size:16px;
	line-height:28px;
	text-indent:2em;
	padding:10px 0px;
}
.articleContent .articleCont p{
	text-indent:2em;
	margin:20px 0px;
}
.articleContent .articleCont img{
	max-width:90%;
}
.articleContent .articleCont{}
.articleContent .articleCont{}



