@charset "utf-8";
/* CSS Document */
html { font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { margin: 0; font-size: 14px; line-height: 1.5; color: #333333; background-color: white; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
svg:not(:root) { overflow: hidden; }

a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #0088cc; }
a:active { outline: 0; }
a:active { color: #006699; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; vertical-align: middle; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap;  }
code, kbd, pre, samp { font-family: "微软雅黑", monospace, monospace; font-size: .15em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

html, button, input, select, textarea { font-family:"微软雅黑",  "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol ,li{ list-style: none outside none; }
h1, h2, h3 { line-height: 2; font-weight: normal; }
h1 { font-size: .3rem; }
h2 { font-size: .2rem; }
h3 { font-size: .18rem; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc; }
.fl, .fr { display: inline; float: left; }

.fr { float: right; } 

.pr{ position:relative; }

.pa{ position:absolute; }

.clearfix::after{
	content:"";
	display: block;
	clear: both;
}
.lue{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.db{
	display: block;
}
/*头部*/
header .line1{
	height: 124px;
	line-height: 124px;
	font-size: 20px;
	color: #11a211;
	font-weight: 700;
}
header .line2{
	text-align: center;
	background-image: linear-gradient(#01ad4b, #028245);
	border-top: 2px solid #00bb4a;
	border-bottom: 2px solid #1d6e45;
	vertical-align: middle;
}
header .line2 a{
	display: inline-block; 
	height: 40px;
	line-height: 40px;
	padding: 0 32px; 
	color: #ffffff;
	position: relative; 
	vertical-align: middle;
}
header .line2 a:hover{
	background-image: linear-gradient(#02a046, #01753e);
}
header .line2 a:after,
header .line2 a:last-child:before{
	content: "";
	display: inline-block;
	width: 1px;
	/*background-image: linear-gradient(#39aa72,#1d6e45,#39aa72);*/
	background: #1d6e45;
	left: 0;
	top: 4px;
	height: 32px;
	position: absolute;
}
header .line2 a:last-child:before{
	left: unset;
	right: 0;
}

/*海报*/
.in_swiper img{
	width: 100%;
}
footer{
	margin-top: 4rem;
}
footer .line1{
	text-align: center;
	background-image: linear-gradient(#01ad4b, #028245);
	border-top: 2px solid #00bb4a;
	border-bottom: 2px solid #1d6e45;
	vertical-align: middle;
}
footer .line1 a{
	display: inline-block; 
	height: 40px;
	line-height: 40px;
	padding: 0 32px; 
	color: #ffffff;
	position: relative; 
	vertical-align: middle;
}
footer .line1 a:hover{
	background-image: linear-gradient(#02a046, #01753e);
}
footer .line1 a:after,
footer .line1 a:last-child:before{
	content: "";
	display: inline-block;
	width: 1px; 
	background: #ffffff;
	left: 0;
	top: 4px;
	height: 32px;
	position: absolute;
}
footer .line1 a:last-child:before{
	left: unset;
	right: 0;
}

footer .line2 p{
	height: 35px;
	line-height: 35px;
	color: #616161;
	text-align: center;
}
section.container{
	margin-top: 24px;
}
.tit{
	background-image: linear-gradient(#ffffff, #f5f5f5 ,#ffffff);
	height: 32px;
	line-height: 32px;
	padding-left: 8px;
	border-bottom: 1px solid #e6e6e6;
}
.tit span{
	padding: 0 28px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background-image: linear-gradient(#01ad4b, #028245);
	border-bottom: 1px solid #e6e6e6;
	font-weight: 700;
}
.tit a{margin-right: 16px;}

aside{
	width: 25%;
	font-weight: 700;
}
aside>div{
	border: 1px solid #e6e6e6;
	margin-bottom: 16px
}
aside .contactLeft .con{
	font-weight: 400;
	padding: 12px;
	line-height: 32px;
}
aside .contactLeft .con img{
	margin-bottom: 16px;
}
aside ul{
	padding: 12px;
}
aside ul li{
	background-image: linear-gradient(#ffffff, #f5f5f5 ,#ffffff);
	height: 40px;
	line-height: 40px;
	color: #047a1c;
	border: 1px solid #e6e6e6;
	margin-top: 8px;
	padding-left: 32px;
	position: relative;
}
aside ul li:after{
	content: "";
	display: block;
	position: absolute;
	left: 24px;
	top: 16px;
	width:4px;
	height:4px;
	border:4px solid #047a1c00;
	border-left-color:#047a1c;  
}
aside ul li a:hover{ 
	text-decoration: underline;
	color: #047a1c;
}
article{
	width: 74%;
}
article>div{
	border: 1px solid #e6e6e6;
	margin-bottom: 16px;
}
article .conBox{
	padding: 12px;
	font-size: 16px;
} 
.fontRed{
	color: red;
	font-size: 20px;
}
.fontGreen{
	color: green;
	font-size: 20px;
}

@charset "utf-8";



body{
	font-size: 14px;
}
a{
	color: inherit;
}
a:hover,a:visited,a:focus{
	text-decoration: none;
}
.inBody .proBox .tit span{
	background: none;
	color: green;
	border: 0;
	position: relative;
}
.inBody .proBox .tit span:before{
	content: "";
	display: block;
	width: 3px;
	height: 16px; 
	position: absolute;
	left: 8px;
	top: 8px;
	background-image: linear-gradient(#00cc4f, #02853f);
}
.proBox .conBox{
	padding:12px;  
	background: none;
} 
.proBox .conBox a{
	width: 23%;
	margin: 1%;
	float: left;
	display: block;
	text-align: center;
} 
.proBox .conBox img{
	height: 132px;
}
.proBox .conBox p{
	height: 32px;
	line-height: 32px;
	text-align: center;
}
#marquee6{
	width:100%;
	height:434px; 
	overflow:hidden;
}
#marquee6 ul li{
	line-height:32px;
	overflow:hidden;
}
.newsList li{
	border-bottom: 1px dashed #999;
	font-size: 14px;
	color: #777;
	padding: 4px ;
}
.newsList li span{
	float: right;
}
.newsList li a{
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*float: left;*/
	position: relative;
	padding-left: 12px;
}
.newsList li a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #777;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.arcTit{
	font-size: 14px;
	font-weight: 700;
	margin-top: 16px;
} 
.arcInfo{
	font-size: 14px; 
	margin-top: 24px;
	margin-bottom: 24px;
} 

						.dede_pages .pagelist{
							margin-bottom: 24px;
							text-align: center;
						}
						.dede_pages li{
							display: inline-block;
						}
						.dede_pages li a{
							display: block;
							color: #028245; 
							min-width: 32px;
							padding: 0 8px;
							height: 32px;
							line-height: 32px;
							border: 1px solid #028245; 
							text-align: center;
						} 
						.dede_pages li.active a,
						.dede_pages li.thisclass a,
						.dede_pages li:hover a{ 
							color: #ffffff;
							background: #028245;
						}