/* CSS Document */
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
img{
	padding:0;
	margin:0;
	border:none;
	}

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif,"ËÎÌå","Microsoft YaHei";
	font-size:12px;
	color:#abb0b7;
	background:#86d7f4;	
	}
input{
	padding:0; 
	margin:0;
	outline:none;
	}
input:focus,textarea:focus { outline:none; } 	
ul,li{
	list-style:none;
	padding:0;
	margin:0;
	}

a:active {blr:expression(this.onFocus=this.blur());
outline:none}

a{outline:none;blr:expression(this.onFocus=this.blur());}




a{
	font-family: Arial, Helvetica, sans-serif,"ËÎÌå","Microsoft YaHei";
	color:#6a6151;
		
	}
a:link {
	text-decoration: none;
	color:#6a6151;	
	}
a:visited {
	text-decoration: none;
	color:#6a6151;	
	}
a:active {
	text-decoration: none;
	color:#6a6151
	}	
a:hover {
	text-decoration: none;
	color:#dd897b;	
	}
.linkwhite24w,.linkwhite24w:link,.linkwhite24w:visited{
	font-size:24px;
	color:#fff;
	font-family:"Microsoft YaHei"
	}
.linkwhite24w:hover{
	color:#ff9600;
	}
.linkblue14w,.linkblue14w:link,.linkblue14w:visited{
	font-size:14px;
	color:#00a8ff;
	font-family:"Microsoft YaHei"
	}
.linkblue14w:hover{
	color:#ff9600;
	}
.txtwhite17a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	}
.txtwhite12a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}	
	.txtwhite28wb{
	font-size:28px;
	font-family:"Microsoft YaHei";
	color:#fff;
	font-weight:bold;
	}
	.txtwhite24wb{
	font-size:24px;
	font-family:"Microsoft YaHei";
	color:#fff;
	font-weight:bold;
	}
	.txtgreen20w{
	font-size:20px;
	font-family:"Microsoft YaHei";
	color:#529b01;
	}
	txtgray12w{
	font-size:14px;
	font-family:"Microsoft YaHei";
	color:#ddd9d9;
	}
	txtgray14w{
	font-size:14px;
	font-family:"Microsoft YaHei";
	color:#555;
	}
	.txtgray16{
	font-size:16px;
	color:#383838;
	}
	.txtblue20wb{
	font-size:20px;
	font-family:"Microsoft YaHei";
	color:#00a8ff;
	font-weight:bold;
	}
	#container{
	padding-bottom:80px;
	width:100%;
	height:auto;	
	}
	#container #main{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	background:url(../images/bg1.gif) repeat-x left 0px #86d7f4;
	}
	#container #main #header{
	width:100%;
	height:53px;
	float:left;
	text-align:center;
	background:#1284ca;
	}
	#container #main #header #header1{
	padding:0px 1% 0px 1%;
	width:94%;
	height:53px;
	display:inline-block;
	}
	#container #main #header #header1 #logo{
	padding-top:5px;
	width:183px;
	height:48px;
	float:left;
	}
	#container #main #header #header1 #menubtn{
	padding-top:8px;
	width:37px;
	height:45px;
	float:right;
	}
	#container #main #titbox{
	padding-bottom:5px;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	background:url(../images/bg2.gif) no-repeat center 0px;
	}
	#container #main #titbox #titbox1{
	width:100%;
	height:148px;
	}
	#container #main #titbox #titbox1 #tit{
	padding-top:54px;
	width:100%;
	height:46px;
	line-height:38px;
	text-align:center;
	float:left;
	background:url(../images/tit1.png) no-repeat center top;
	}
	#container #main #titbox #titbox1 #menu{
	padding-top:12px;
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	}
	#container #main #titbox #titbox1 #menu a{
	margin:0 1px 5px 1px;
	padding-top:5px;
	width:83px;
	height:20px;
	line-height:16px;
	text-align:center;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:14px;
	display:inline-block;
	background:#8ecd02;
	border-radius:25px;
	overflow:hidden;
	}
	#container #main #titbox #titbox1 #menu a:hover,#container #main #titbox #titbox1 #menu a.now{
	margin:0 1px 5px 1px;
	padding-top:5px;
	width:83px;
	height:20px;
	line-height:16px;
	text-align:center;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:14px;
	display:inline-block;
	background:#529b01;
	border-radius:25px;
	overflow:hidden;
	}
	
	#container #main #con{
	padding:0px 0% 0px 0%;
	width:96%;
	height:auto;
	display:inline-block;
	}
	#container #main #con #newslist{
	padding-bottom:10px;
	width:100%;
	height:auto;
	float:left;
	}
	#container #main #con #newslist li{
	margin-bottom:4px;
	width:100%;
	height:47px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;	
	}
	#container #main #con #newslist li .time{
	width:30%;
	height:47px;
	text-align:center;
	line-height:47px;
	float:left;
	}
	#container #main #con #newslist li .list{
	padding-left:14px;
	width:60%;
	height:47px;
	text-align:left;
	float:left;
	overflow:hidden;
	}
	#container #main #con #newslist li .list a{
	width:100%;
	height:47px;
	text-align:left;
	line-height:47px;
	float:left;
	overflow:hidden;
	color:#848484;
	font-family:"Microsoft YaHei";
	font-size:15px;
	}
	#container #main #con #newslist li .list a:hover{
	width:100%;
	height:47px;
	text-align:left;
	line-height:47px;
	float:left;
	overflow:hidden;
	color:#ff9600;
	font-family:"Microsoft YaHei";
	font-size:15px;
	}
	#nomore{
	margin-bottom:10px;
	margin-top:0px;
	width:99%;
	height:43px;
	float:left;
	border-radius:5px;
	color:#798187;
	text-align:center;
	line-height:43px;
	font-family:"Microsoft YaHei";
	font-size:17px;
	overflow:hidden;
	}
	#morebtn{
	margin-bottom:10px;
	margin-top:0px;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;	
	}
	#morebtn a{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#fff;
	overflow:hidden;	
	}
	#morebtn a:hover{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#00a8ff;
	overflow:hidden;	
	}
	#container #main #con #newslist1{
	padding-bottom:10px;
	width:100%;
	height:auto;
	float:left;
	}
	#container #main #con #newslist1 li{
	margin-bottom:8px;
	width:100%;
	height:88px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	position:relative;	
	}
	#container #main #con #newslist1 li .pic{
	padding-top:6px;
	width:120px;
	height:82px;
	text-align:center;
	background:#00a8ff;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	}
	#container #main #con #newslist1 li .pic img{
	margin-bottom:2px;
	}
	#container #main #con #newslist1 li .list {
	padding:6px 6px 6px 132px;
	width:auto;
	height:72px;
	line-height:19px;
	float:left;
	text-align:left;
	overflow:hidden;
	background:url(../images/k3.gif) no-repeat 120px 12px;
	}
	#container #main #con #newslist1 li#morebtn{
	margin-top:8px;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;	
	}
	#container #main #con #newslist1 li#morebtn a{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#fff;
	overflow:hidden;	
	}
	#container #main #con #newslist1 li#morebtn a:hover{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#00a8ff;
	overflow:hidden;	
	}
	
	
	#container #main #con #piclist{
	width:100%;
	height:auto;
	float:left;
	}
	#container #main #con #piclist li{
	margin-bottom:4%;
	margin-left:4%;
	width:48%;
	height:auto;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;	
	}
	#container #main #con #piclist li .pic{
	padding:2%;
	width:96%;
	float:left;
	}
	#container #main #con #piclist li .pic img{
	width:100%;
	}
	#container #main #con #piclist li .tit {
	width:100%;
	height:27px;
	float:left;
	overflow:hidden;
	background:#00a8ff;
	}
	#container #main #con #piclist li .tit a{
	width:100%;
	height:27px;
	line-height:27px;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	font-family:"Microsoft YaHei";
	}
	#container #main #con #piclist li .tit a:hover{
	width:100%;
	height:27px;
	line-height:27px;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	font-family:"Microsoft YaHei";
	}
	#container #main #con #piclist li#morebtn{
	margin-left:0;
	margin-top:8px;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;	
	}
	#container #main #con #piclist li#morebtn a{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#fff;
	overflow:hidden;	
	}
	#container #main #con #piclist li#morebtn a:hover{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#00a8ff;
	overflow:hidden;	
	}
	
	#container #main #con #picdetail{
	width:100%;
	height:auto;
	float:left;
	}
	#container #main #con #picdetail li{
	margin-bottom:4%;
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;	
	}
	#container #main #con #picdetail li .pic{
	padding:3%;
	width:94%;
	float:left;
	}
	#container #main #con #picdetail li .pic img{
	width:100%;
	}
	#container #main #con #picdetail li .tit {
	padding:8px 0 8px 0;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#00a8ff;
	line-height:18px;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	font-family:"Microsoft YaHei";
	}
	#container #main #con #picdetail li .tit .detail{
	color:#ddd9d9;
	font-size:12px;
	font-family:"Microsoft YaHei";
	}
	#container #main #con #picdetail li .tit1 {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/k5.gif) no-repeat 23px 0 #00a8ff;
	float:left;
	}
	#container #main #con #picdetail li .tit1 .tit2 {
	padding:2% 4% 2% 4%;
	width:92%;
	height:auto;
	overflow:hidden;
	line-height:22px;
	float:left;
	text-align:left;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	font-family:"Microsoft YaHei";
	}
	#container #main #con #picdetail li#morebtn{
	margin-left:0;
	margin-top:8px;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;	
	}
	#container #main #con #picdetail li#morebtn a{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#fff;
	overflow:hidden;	
	}
	#container #main #con #picdetail li#morebtn a:hover{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#00a8ff;
	overflow:hidden;	
	}
	
	
	
	#container #main #con #leaderlist{	
	width:100%;
	height:auto;
	float:left;
	}
	#container #main #con #leaderlist li{
	margin-top:72px;
	margin-bottom:4%;
	padding:3%;
	width:94%;
	height:auto;
	float:left;
	background:#fff;
	border-radius:5px;
	position:relative;	
	}
	#container #main #con #leaderlist li .pic{
	width:100%;
	height:92px;
	position:absolute;
	left:20px;
	top:-66px;	
	}
	#container #main #con #leaderlist li .pic .pic1{
	width:86px;
	height:86px;
	float:left;
	border-radius:86px;
	border:3px solid #00a8ff;
	background:#fff;
	overflow:hidden;
	background:#9baac9;	
	}
	#container #main #con #leaderlist li .pic .pic1 img{
	width:86px;
	height:86px;
	}
	#container #main #con #leaderlist li .pic .tit{
	padding-left:8px;
	width:auto;
	height:92px;
	line-height:92px;
	float:left;
	}
	#container #main #con #leaderlist li .detail{
	padding-top:10px;
	width:100%;
	line-height:27px;
	height:auto;
	text-align:left;
	display:inline-block;
	}
	
	#container #main #con #leaderlist li#morebtn{
	margin-left:0;
	margin-top:8px;
	padding:0;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;	
	}
	#container #main #con #leaderlist li#morebtn a{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#fff;
	overflow:hidden;	
	}
	#container #main #con #leaderlist li#morebtn a:hover{
	width:100%;
	height:43px;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:17px;
	float:left;
	background:#00a8ff;
	overflow:hidden;	
	}
	
	
	
	#container #main #con #newsdetailbox{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	}
	#container #main #con #newsdetailbox #newsdetailtit1{
	padding:20px 5% 20px 5%;
	width:90%;
	height:auto;
	line-height:28px;
	float:left;
	background:#fff;
	overflow:hidden;
	}
	#container #main #con #newsdetailbox #newsdetail{
	padding:0px 5% 30px 5%;
	width:90%;
	height:auto;
	line-height:32px;
	float:left;
	overflow:hidden;
	text-align:left;
	}
	#container #main #con #newsdetailbox #newsdetail img{
	margin-top:10px;
	width:100%;
	height:auto;
	}
	
	#container #main #con #nextbox{
	margin-top:12px;
	margin-bottom:6px;
	width:99%;
	height:43px;
	float:left;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #00a8ff;
	}
	#container #main #con #nextbox a{
	padding-left:10px;
	padding-right:10%;
	width:90%;
	height:43px;
	text-align:left;
	line-height:43px;
	color:#00a8ff;
	font-family:"Microsoft YaHei";
	font-size:14px;
	float:left;
	background:#fff;
	overflow:hidden;
	}
	#container #main #con #nextbox a:hover{
	padding-left:10px;
	padding-right:10%;
	width:90%;
	height:43px;
	text-align:left;
	line-height:43px;
	color:#fff;
	font-family:"Microsoft YaHei";
	font-size:14px;
	float:left;
	background:#00a8ff;
	overflow:hidden;
	}
	
	#container #main #con #newsdetailbox #about{
	padding:30px 5% 30px 5%;
	width:90%;
	height:auto;
	line-height:32px;
	float:left;
	overflow:hidden;
	text-align:left;
	}
	#container #main #con #newsdetailbox #about .pic{
	margin-top:10px;
	width:100%;
	}
	
	#container #main #con #map{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	border-radius:5px;
	text-align:left;
	overflow:hidden;
	}
	
	
	
	
	#container #main #menu{
	padding-top:6px;
	width:100%;
	height:179px;
	float:left;
	overflow:hidden;
	text-align:center;
	}
	#container #main #menu li{
	width:32%;
	height:72px;
	background:url(../images/menubg1.png);
	border-radius:5px;
	overflow:hidden;
	display:inline-block;
	}
	#container #main #menu li a{
	width:100%;
	height:72px;
	text-align:center;
	float:left;
	}
	#container #main #menu li a:hover{
	width:100%;
	height:72px;
	text-align:center;
	float:left;
	background:#838282;
	}
	#container #main #menu li a .list{
	padding-top:21px;
	width:102px;
	height:32px;
	display:inline-block;
	}
	#container #main #menu li a .list .icon{
	width:32px;
	height:32px;
	float:left;
	border-radius:32px;
	overflow:hidden;
	}
	#container #main #menu li a .list .detail{
	width:70px;
	height:32px;
	line-height:32px;
	font-family:"Microsoft YaHei";
	font-size:16px;
	color:#fff;
	float:left;
	}
	

