@charset "gb2312";
* {margin:0; padding:0;}
body {color:#000; background:#FFF; font-family: Verdana, Arial, sans-serif; font-size: 12px;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {padding:0;}
input, select {font-size:12px; vertical-align:middle;}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0px;}
li {list-style-type:none;}
img {border:0 none;}
a {color:#414141; text-decoration:none;}
a:hover {color:#006835;}
a {outline:none; star:expression_r(this.onFocus=this.blur());}
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

body{
	background-image:url(bg.jpg)
}
.navall{
	position:relative;
	z-index:999;
	background-image:url(bg.jpg)
}
.nav{
	width:980px;
	height:140px;
	margin:0 auto;
	background-image:url(topbg4.png);
	z-index:9999;
}
.menuall{
	height:40px;
	background-color: #006835;
}
.menu{
	width:980px;
	margin:0 auto;
}
.menu a{
	color:#fff;
}
.content{
	width:980px;
	margin:0 auto;
	margin-top:10px;
}
.footerall{
	/*background-color:#006835;*/
	margin-top:8px;
	/*border-top:1px solid #ccc;*/
	color:#646464;
}
.footerall a{
	color:#646464;
}
.logo_d{
	float:left;
	height:120px;
}
.logo_d img{
	margin-top: 28px;
    height: 90px;
}
.menu ul{
	float:left;
}
.menu ul li{
	float:left;
	position: relative;
	width:107px;
	text-align:center;
}
.menu ul li a{
	line-height:38px;
	border-top:2px solid #006835;
	display:block;
	font-size:14px;
	transition: all 0.4s ease 0s;
	font-weight:bold;
}
.menu ul li:hover a{
	background-color:#0F7940;
	border-top:2px solid #0F7940;
}
.menu ul li:hover .hoverList a{
	color:#000;
	background-color:#FFF;
	border:none;
	border-bottom:1px solid #ccc;
}
.hoverList{
	overflow:hidden;
	position: absolute;
	left:-2px;
	top:28px;
	text-align:left;
	width:120px;
	padding-top:10px;
	transform: translate3d(0px, -300px, 0px);
    transition: all 0.5s ease 0s;
	z-index:-1;
	visibility:hidden;
	background-color:#fff;
	border:2px solid #0F7940;
	border-top:none;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
	border-radius:0 0 5px 5px;
}
.hoverList a{
	padding-left:20px;
}
.menu ul li .hoverList a{
	font-size:12px;
	line-height:25px;
	color:#000;
	border-bottom:1px solid #ccc;
	font-weight:inherit;
}
.menu ul li .hoverList a:hover{
	color:#399;
}
.menu ul li:hover .hoverList{
	transform: translate3d(0px, 0px, 0px);
	visibility:visible;
}
.imghd{
	height:250px;
	padding:5px;
	background-color:#fff;
}
.imghd img{
	width:100%;
}
.mid-banner{
	height: 100px;
	margin-top:10px;
}
.mid-banner .mid-left {
    float: left;
    height: 100px;
    width: 770px;
	background-color:#006835;
}
.mid-banner .mid-left img{
	width:100%;
	height:100px;
}
.mid-banner .mid-right {
    float: right;
    height: 100px;
    width: 200px;
}
.content .box1{
	overflow:hidden;
	margin-top:10px;
}
.content .box1 .photo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    float: left;
    height: 278px;
    padding: 5px;
    width: 272px;
	position:relative;
}
.content .box1 .conbox1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    float: left;
    margin-left: 9px;
    width: 475px;
	height:288px;
	position:relative;
}
.content .box1 .conbox2 {
    float: right;
	height:288px;
}
.content .box1 .conbox2 .link1 {
    margin: 0;
    padding: 0;
    width: 200px;
}
.conbox2 .link1 a img{
	width:90px;
	height:65px;
}
.content .box1 .conbox2 .link1 .l1 {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-bottom: 9px;
	width:94px;
	text-align:center;
	background-color:#F6F6F6;
	color:#000;
	font-size:13px;
	transition: all 0.5s ease 0s;
	height:90px;
}
.content .box1 .conbox2 .link1 .l2 {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-bottom: 9px;
    margin-left: 12px;
	width:94px;
	text-align:center;
	background-color:#F6F6F6;
	color:#000;
	font-size:13px;
	transition: all 0.5s ease 0s;
	height:90px;
}
.content .box1 .conbox2 .link1 .l1:hover,
.content .box1 .conbox2 .link1 .l2:hover{
	background:#0F7940;
	color:#FFF;
}
.searchdiv{
	height:40px;
	line-height:40px;
	text-align:left;
	margin-top:20px;
	
}
.searchdiv input[type='text']{
	float:left;
	height:25px;
	line-height:25px;
	font-size:12px;
	padding:0 5px;
	outline: none;
	border:none;
	border-radius:0;
	vertical-align:middle;
	margin-top:8px;
}
.searchdiv input[type='button']{
	float:left;
	height:25px;
	padding:0 5px;
	width:60px;
	background-color:rgba(225, 225, 225, 1);
	color:rgba(0, 104, 53, 1);
	outline: none;
	border:none;
	border-radius:0;
	margin-top:8px;
	margin-left:5px;
}
.content .box1 .conbox1 .tit1 {
    height: 36px;
	position:relative;
	line-height:36px;
	color:#006835;
	font-size:14px;
	padding-left:25px;
	background-image:url(titlebg.jpg);
}

.content .box1 .conbox1 .con1 {
	padding:5px;
	overflow:hidden;
}
.more {
	right:10px;
	top:10px;
	position:absolute;
    width: 44px;
    height: 15px;

    display: block;

	background-image:url(more.jpg);
}
.content .box1 .conbox1 .con1 a {
    width: 350px;
    line-height: 30px;
    display: block;
    float: left;
    color: #414141;
    text-decoration: none;
    background: url(liststyle.jpg) 0 7px no-repeat;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s ease 0s;
	font-size:13px;
}
.content .box1 .conbox1 .con1 a:hover{
	color:#006835;
}
.time {
    line-height: 30px;
    display: block;
    float: right;
    text-align: center;
    color: #414141;
    cursor: pointer;
	font-size: 12px;
}
.box2{
	margin-top:10px;
	height:100px;
}
.content .box3 {
    width: 980px;
    margin-top: 10px;
	min-height:300px;
}
.content .box3 .conbox4 {
    width: 282px;
    float: left;
    background: #FFF;
    border: #e1e1e1 1px solid;
}
.content .box3 .conbox3 {
    width: 474px;
    border: #e1e1e1 1px solid;
    float: left;
    margin-left: 10px;
}
.content .box3 .conbox5 {
    width: 200px;
    margin-left: 8px;
    float: left;
    background: #FFF;
    border: #e1e1e1 1px solid;
}
.content .box3 .conbox4 .tit3 {
    height: 36px;
	position:relative;
	line-height:36px;
	color:#006835;
	font-size:14px;
	padding-left:25px;
	background-image:url(titlebg.jpg);
}

.content .box3 .conbox3 .tit2 {
    height: 36px;
	position:relative;
	line-height:36px;
	color:#006835;
	font-size:14px;
	padding-left:25px;
	background-image:url(titlebg.jpg);
}
.content .box3 .conbox5 .tit4 {
    height: 36px;
	position:relative;
	line-height:36px;
	color:#006835;
	font-size:14px;
	padding-left:25px;
	background-image:url(titlebg.jpg);
}
.content .box3 .conbox4 .con3 {
    width: 262px;
    padding: 10px;
	height: 240px;
    background: #FFF;
}
.content .box3 .conbox4 .con3 a {
    line-height: 30px;
    _line-height: 30px;
    display: block;
    color: #414141;
    text-decoration: none;
    background: url(liststyle.jpg) 0 7px no-repeat;
    padding-left: 18px;
    width: 242px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s ease 0s;
	font-weight:inherit;
	font-size: 13px;
}
.content .box3 .conbox4 .con3 a:hover{
	color:#006835;
}
.content .box3 .conbox3 .con2 {
    width: 454px;
    padding: 10px;
    background: #FFF;
	height:240px;
	font-size:14px;
}
.content .box3 .conbox5 .con4 {
    width: 180px;
    padding: 10px;
    background: #FFF;
	height:240px;
	font-size:14px;
}
.content .box4{
	overflow:hidden;
	height:110px;
	margin-top:10px;
	background-color:#FFF;
}
.content .box4 .yq {
    margin-top: 18px;
    width: 130px;
    height: 80px;
    float: left;
	line-height:75px;
	font-size:20px;
	text-align:right;
	color:#333;
	font-weight:bold;
	background-image:url(yqlj.jpg);
}
.content .box4 .yqlink {
    width: 837px;
    float: left;
    margin-top: 18px;
}
.content .box4 .yqlink ul li img{
	width:55px;
}
.content .box4 .yqlink ul li{

	width:65px;
	float:left;
	text-align:center;
	padding:0 26px;
}
.footerall p{
	margin-top:11px;
	text-align:right;
}
.content .box3 .conbox3 .con2 ul li {
    list-style: none;
    height: 30px;
    _height: 27px;
}
.content .box3 .conbox5 .con4 ul li {
    list-style: none;
	height: 30px;
}
.content .box3 .conbox3 .con2 a {
    line-height: 30px;
    _line-height: 26px;
    display: block;
    color: #414141;
    text-decoration: none;
    padding-left: 18px;
    width: 300px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(liststyle.jpg) 0 7px no-repeat;
	transition: all 0.5s ease 0s;
	font-size: 13px;
}
.content .box3 .conbox3 .con2 a:hover{
	color:#006835;
}
.content .box3 .conbox5 .con4 a {
    line-height: 30px;
    _line-height: 30px;
    display: block;
    color: #414141;
    text-decoration: none;
    background: url(liststyle.jpg) 0 7px no-repeat;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:inherit;
    font-size: 13px;
}
.content .box3 .conbox5 .con4 a:hover{
	color:#006835;
}
.leftd{
	float:left;
	width:250px;
}
.rightd{
	float:left;
	width:698px;
	margin-left:10px;
	padding:10px;
}

.cos0{
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
	background-color:#FFF;
}
.cos0 ul li a{
	line-height:30px;
	transition: all 0.5s ease 0s;
}


.cos1{
	margin-bottom:10px;
}
.tit5{
    height: 36px;
	background-image:url(titlebg.jpg);
	position:relative;
	line-height:36px;
	padding-left:25px;
	color:#006835;
	font-size:14px;
}
.tit5 a{
	color:#006835;
}
.cont5{
	padding:10px;
	background-color:#FFF;

}
.cont5 ul li a{
	line-height: 30px;
    _line-height: 30px;
    display: block;
    color: #414141;
    text-decoration: none;
	background: url(liststyle.jpg) 0 7px no-repeat;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s ease 0s;
}
.cont5 ul li a:hover{
	color:#008AA5;
}
.rightd{
	background-color:#FFF;
	min-height:400px;
}
.tit6{
    height: 36px;
	line-height:36px;
	font-size:14px;
	padding-left:25px;
	color:#006835;
	background-image:url(titlebg.jpg);
	margin:-10px -10px 5px -10px;
}
.tit6 a{
	color:#006835;
}
.cont6{
	padding:10px;
	overflow:hidden;
	min-height:350px;
}
.cont6 ul li a{
	line-height: 30px;
    _line-height: 30px;
    display: block;
    color: #414141;
    text-decoration: none;
	background: rgba(0, 0, 0, 0) url(liststyle.jpg) no-repeat scroll 0 7px;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s ease 0s;
	width:500px;
	float:left;
}
.cont6 ul li a:hover{
	color:#008AA5;
}
.cont6 h2{
	text-align:center;
	margin-bottom:10px;
}
.cont6 .substance{
	overflow:hidden;
	font-size:14px;
}
.cont6 .substance p{
	line-height:30px;
}
.infotime{
	text-align:center;
	line-height: 40px;
}
.paging{
	padding:10px;
	font-size:14px;
	overflow:hidden;
	text-align:center;
}
.paging span{
	font-weight:bold;
	
}
.paging a{
	border:1px solid #006835;
	padding:5px 10px;
	transition: all 0.5s ease 0s;
}
.paging a:hover{
	border:1px solid #006835;
	background-color:#006835;
	color:#FFF;
}
.selpg{
	border:1px solid #006835;
	padding:5px 10px;
	transition: all 0.5s ease 0s;
	background-color:#006835;
	color:#FFF;
}
.cor{
	overflow:hidden;
	width:100%;
}
.content .box3 .conbox4 .b1 {
    width: 87px;
    display: block;
    float: left;
    margin-left: 45px;
	border:1px solid #008BA4;
	line-height:23px;
	text-align:center;
	color:#008BA4;
	transition: all 0.5s ease 0s;
}
.content .box3 .conbox4 .b2 {
    width: 87px;
    margin-left: 15px;
    display: block;
    float: left;
	border:1px solid #008BA4;
	line-height:23px;
	text-align:center;
	color:#008BA4;
	transition: all 0.5s ease 0s;
}
.content .box3 .conbox4 .b1:hover,.content .box3 .conbox4 .b2:hover{
	background-color:#008BA4;
	color:#FFF;
}




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 5px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  height:250px;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 55%;
  left: 10px;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }
.slide_container:hover .slide_nav{
	 opacity:1;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  right: 10px;
  }
.prev{
	background:url(rlpn.jpg) no-repeat scroll -118px -1px;
}
.next{
	background:url(rlpn.jpg) no-repeat scroll 2px -1px;
}
.slide_tabs{
	position:absolute;
	bottom:10px;
	z-index:10;
	right:10px;
	height:15px;
}
.slide_tabs li{
	float:left;
	height:15px;
	width:15px;
	margin-left:10px;
	background-color:#FFF;
	color:#000;
}
.slide_tabs li.slide_here{
	background-color:#006835;
}
.slide_tabs li a{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:300px;
	overflow:hidden;
	text-align:center;
	color:#FFF;
}


.adRoll ul li{
	display:none;
}
.adRoll ul li a img{
	height:250px;
	width:271px;
}
.xxf{
	position:absolute;
	height:20px;
	right:20px;
	bottom:40px;
}
.xxf ul li{
	float:left;
	height:15px;
	text-align:center;
	margin-left:5px;
	background:#008AA5;
	width:15px;
	cursor:pointer;
}
.calendar{
	float:left;
	position:relative;
}
.calendar .navj{
	width:120px;
	line-height: 38px;
    border-top: 2px solid #006835;
    display: block;
    font-size: 14px;
    transition: all 0.4s ease 0s;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.calendar:hover .navj{
	background:#0F7940;
	color:#FFF;
}
.hoverListj{
	position:absolute;
	right: -4px;
    width: 963px;
	top:40px;
	background:#fff;
	overflow: hidden;
    text-align: left;
    padding: 5px;
    transform: translate3d(0px, -500px, 0px);
	-moz-transform:-moz-translate3d(0px, -500px, 0px);
	-ms-transform:-ms-translate3d(0px, -500px, 0px);
	-o-transform:-o-translate3d(0px, -500px, 0px);
	-webkit-transform:-webkit-translate3d(0px, -500px, 0px);
    transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    z-index: -1;
    background-color: #fff;
    border: 2px solid #0F7940;
    border-top: none;
	visibility:hidden;
}
.calendar:hover .hoverListj{
	transform: translate3d(0px, 0px, 0px);
	-moz-transform:-moz-translate3d(0px, 0px, 0px);
	-ms-transform:-ms-translate3d(0px, 0px, 0px);
	-o-transform:-o-translate3d(0px, 0px, 0px);
	-webkit-transform:-webkit-translate3d(0px, 0px, 0px);
	visibility:visible;
}
.calendar:hover .extra-panels .panel.visible,.guide-panels .panel.visible{
	visibility:visible;
}
.adNavList a{
	font-size:14px;
	font-weight:bold;
}
.adNavList a:hover{
	color:#000;
}
.footermenu{
	width:1000px;
	margin:0 auto;
	height:85px;
}
.footerleft{
	float:left;
	width:650px;
	overflow:hidden;
	border-right:2px solid #CCC;
	margin-top:10px;
	padding-bottom:10px;
	padding-right:25px;
}
.footerright{
	float:left;
	width:230px;
}
.footerall div.fp4{
	margin-top: 9px;
    margin-left: 6px;
	text-align:left;
	position:relative;
}
.ewm{
	height:58px;
}
.ctn{
	position:absolute;
	left:35px;
	bottom:35px;
	z-index:999;
	display:none;
}
.ctn img{
	width: 150px;
    height: 150px;
}
.mid-left a{
	text-align:center;
	color:#FFF;
	font-size:26px;
}
.cont6 .cont6left{
	float:left;
	height:400px;
	width:250px;
	border-right:1px solid #ccc;
}
.cont6 .cont6right{
	float:left;
	margin-left:20px;
	width:350px;
}
.cont6left ul{
	margin-top:50px;
}
.cont6left ul li a{
	background:none;
	border-bottom:1px solid #ccc;
}
.cont6left ul li a.am{
	background-color:#006835;
	color:#fff;
}
.cont6right ul{
	margin-top:50px;
	margin-bottom:50px;
}
.cont6right ul li a{	
	background:none;
	border-bottom:1px solid #ccc;
}

.serdiv{
	width: 980px;
    margin-left: auto;
    margin-right: auto;
	height: 0px;
}
.lh{
	float:left;
	height:25px;
	line-height:27px;
	font-size:12px;
	outline: none;
	border:none;
	border-radius:0;
	margin-top:8px;
	background-color:#FFF;
	overflow: hidden;
    text-align: left;
    width: 82px;
	padding-left: 1px;
}
.lh a img{
	width:24px;
	height:22px;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
    text-align: center;
    margin-top: -4px;
}
.conbox6{ 
width:473px; background:#f0f0f0;
border: #e1e1e1 1px solid;
    float: left;
    margin-left: 9px;
	    font-size: 16px;
}
.conbox6 .tab{ overflow:hidden; background:#f3f3f3;}
.conbox6 .tab a{ display:block; padding:10px 20px; float:left; text-decoration:none; color:#006835;font-size: 14px;}
.conbox6 .tab a:hover{ background:#006835; color:#fff; text-decoration:none;}
.conbox6 .tab a.on{ background:#006835; color:#fff; text-decoration:none;font-size: 14px;}
.conbox6 .tlist{     
	    width: 453px;
    padding: 10px;
    background: #FFF;
    height: 239px;
    font-size: 14px;
	}
.conbox6 .tlist li{ display:none;}
.tdli{
    line-height: 30px;
    _line-height: 26px;
    display: block;
    color: #414141;
    text-decoration: none;
    padding-left: 18px;
    width: 439px;
    float: left;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    background: url(liststyle.jpg) 0 7px no-repeat;
    transition: all 0.5s ease 0s;
    font-weight: inherit;
    font-size: 13px;
}
.ma{
	position: relative;
   
    float: right;
    margin-top: -36px;
	
}

.jlllink{
	float:left;
	width:116px;
	
	height:23px;
	line-height:25px;
	margin-top: 10px;
	text-align: center;
}
.jlllink a{
	font-size:12px;
	line-height:25px;
	color:#fff;
}
.table2 td{ 
	color:#fff;
}
.table2 td a{
	color:#fff;
}
.jlla{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	height:40px;
	line-height:40px;
	text-indent:20px;
}
.select {
    display: inline-block;
    text-align: left;
    padding: 0;
    border: none;
    appearance: none;
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
    outline: 0 none;
    font-size: 12px;
    width: 150px;;
background-color: #eee;
height: 21px;
}
.search {
    height: 11px;
    width: 114px;
    float: right;
    background-color: #FCFCFC;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 0px;
    border: 1px solid #666;
    padding: 5px 20px;
    /*line-height: 17px;*/
    font-size: 12px;
    font-family: "Î¢ÈíÑÅºÚ";
    outline: 0 none;
	text-align: center;
}
.searchbox {
    height: 27px;
    width: 175px;
   
    margin-top: 6px;
    position: relative;
	padding-left: 66px;
}
.btn {
    position: absolute;
    top: 2px;
    right: 2px;
        /* width: 18px; */
    height: 19px;
    border: none;
    outline: none;
    cursor: pointer;
}
.searchbox input[type="text"] {
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 5px;
    outline: none;
    border: none;
    border-radius: 0;
    vertical-align: middle;
    margin-top: 8px;
}
.ts{
    width: 236px;
    margin-right: 2px;
		font-size:14px;
}
.ts tr{
	height: 44px;
	text-align: center;
	border: 2px solid #0F7940;
}
.ts tr td{
	border: 2px solid #0F7940;
}
.ts .trc{
		/* background-color: rgb(0, 104, 53); */
	color: #000;
}