@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	min-height:100%;
}
a{
	-webkit-transition-property: color, border-color, background-color; 
	-webkit-transition-duration: .3s, .5s, .5s;
	-moz-transition-property: color, border-color, background-color; 
	-moz-transition-duration: .3s, .5s, .5s;

	-o-transition-property: color, border-color, background-color; 
    -o-transition-duration: .3s, .5s, .5s;
    transition-property: color, border-color, background-color; 
    transition-duration: .3s, .5s, .5s;

	-webkit-transition-property: color, border-color, background-color; 
	-webkit-transition-duration: .3s, .5s, .5s;
	-moz-transition-property: color, border-color, background-color; 
	-moz-transition-duration: .3s, .5s, .5s;
	-o-transition-property: color, border-color, background-color; 
	-o-transition-duration: .3s, .5s, .5s;
	transition-property: color, border-color, background-color; 
	transition-duration: .3s, .5s, .5s;
	text-decoration:none;
}
a:hover{
}
*{ -webkit-transition-property: color, background-image, border-radius, opacity; 
	-webkit-transition-duration: .3s, .5s, .5s, .5s;
	-moz-transition-property: color, background-image, border-radius, opacity; 
	-moz-transition-duration: .3s, .5s, .5s, .5s;

	-o-transition-property: color, background-image, border-radius, opacity; 
    -o-transition-duration: .3s, .5s, .5s, .5s;
    transition-property: color, background-image, border-radius, opacity; 
    transition-duration:  .3s, .5s, .5s, .5s;

	-webkit-transition-property: color, background-image, border-radius, opacity; 
	-webkit-transition-duration:  .3s, .5s, .5s, .5s;
	-moz-transition-property: color, background-image, border-radius, opacity; 
	-moz-transition-duration:  .3s, .5s, .5s, .5s;
	-o-transition-property: color, background-image, border-radius, opacity; 
	-o-transition-duration: .3s, .5s, .5s, .5s;
	transition-property: color, background-image, border-radius, opacity; 
	transition-duration: .3s, .5s, .5s, .5s;
	outline:none;
	}
::-moz-selection{ 
	background:		#8c8465; 
	color:		 	#fff ;
	text-shadow:	none; }
	
::selection { 
	background:		#8c8465; 
	color:			#fff; 
	text-shadow:	none; 
	}
   
body {
	background-color:#f2f2f2;
	margin:0;
	padding:0;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#000;
}

body img {
	border:none;
}

body p {
	margin:0 0 15px 0;
	padding:0;
	color:#555;
}


body a {
	color:#805d2f;
	text-decoration:none;
	outline:none
	
}

body a:hover {
	color:#000;
	text-decoration:underline;
}

body h1 {
	margin:10px 0px 30px 0;
	padding:0;
	display:block;
	padding-bottom:20px;
	border-bottom:1px #999 dashed;
	background:url(../img/header.png) center 93% no-repeat;
}

body h2 {
	margin:15px;
	display:block;
	padding:10px 0px;
	color:#333;
	letter-spacing:1px;
	border-bottom:1px #999 dashed;
	font-size:21px;
}

body h3 {
	font-size:18px;
	letter-spacing:1px;
	color:#222;
	margin-left:-4px;
	padding:5px 5px 8px 5px;
	padding-right:15px;
	display:inline-block;
	overflow:hidden;
	background:url(../img/header.png) center 120% no-repeat;
	
}

body h4 {
	color:#b80000;
	margin:0px;
	margin-bottom:20px;
	margin-top:10px;
	font-size:16px;
	letter-spacing:0px;
	background-color:#fff;
	padding:5px 12px;
	display:block;
	float:left;
	font-weight:normal;
	clear:both;
	position:relative;
	border:1px #CCC solid;
	border-bottom:3px #ccc double;
	-webkit-border-radius: 43px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h5{
	font-size:24px;
	letter-spacing:-2px;	
	margin:0px;
	margin-top:5px;
	margin-bottom:8px;
	color:#333;
	padding-bottom:10px;
	border-bottom:1px dashed #C30}
	
strong{
	color:#C00;
	display:block;
	font-size:15px;
	margin-bottom:10px;
	float:left;
	width:100%;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;}

#wrapper{
	width:100%;
	position:relative;}
	
.site_content {
	width:980px;
	display:block;
	margin:0 auto;
}

	
.header {
	width:100%;
	float:left;
	height:135px;
	padding-top:10px;
	position:relative;
	background:#fff url(../img/header.png) top no-repeat;
	display:block;
	border-bottom:1px solid #e3e3e3;
}
.logo{
	width:538px;
	height:120px;
	text-decoration:none;
	text-indent:-9999px;
	margin-top:7px;
	float:left;
	display:block;
	background:url(../img/logo.png) no-repeat}
	
.logobox{
	width:456px;
	height:110px;
	display:block;
	float:left;}

ul.nav{
	padding:0px;
	margin:0px;
	width:490px;
	float:right;
	margin-left:30px;
	margin-top:10px;
	display:block;}

ul.nav li{	
	list-style:none;
	display:block;}
	
ul.nav li a{
	width:18px;
	line-height:25px;
	text-decoration:none;
	float:left;
	color:#444;
	margin-right:2px;
	border-right:1px solid #ddd;
	display: block;
	padding:6px 10px;
	font-weight:normal;
	font-size:17px;}		

ul.nav li a.last{
	width:140px;
	height:79px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 5px;
	border-right:0px;	
	margin-left:0px;
	color:#fff;
	padding-top:2px;}

ul.nav li a:hover.last{
	color:#fff;}
		
ul.nav li a:hover, ul.nav li a.active{
	color:#d9c62c;}

.container{
	width:100%;
	display:block;
	position: relative;
	margin:20px auto;
	float:left;
	}	

.col-left{
	width:655px;
	float:left;
	display:block;
	margin-right:22px;
	padding-bottom:20px}

.col-right{
	width:280px;
	float:left;
	display:block;
	position:relative;
	z-index:3333;
	padding-bottom:20px}			

.col-right-box{
	background:#fff;
	border:1px solid #e3e3e3;
	-webkit-box-shadow: 0px 0px 3px 0px #e4e4e4;
	box-shadow: 0px 0px 3px 0px #e4e4e4;
	-moz-box-shadow: 0px 0px 3px 0px #e4e4e4;
	width:280px; 
	height:auto;
	padding-bottom:10px;
	display:block; 
	float:left; 
	margin-bottom:10px; }	
	
.col-left-a{
	width:300px;
	height:auto;
	float:left;
	margin-right:25px;
	display:block;
	font-size:13px;}
		
.col-left-a p, .col-left-b p{
	margin-bottom:6px !important}
	
.col-left-b{
	width:300px;
	height:auto;
	float:left;
	display:block;}	
	
.col-left-c{
	width:650px;
	float:left;
	height:auto;
	display:block;}


.link-other a{
	padding:2px 5px;
	line-height:20px;}		

.link-other a:hover{
	text-decoration:none;
	color:#eb2201}

.link-tel{
	display:block;
	position: relative;
	clear:both;
	height:auto;
	margin-bottom:20px;}
		
.link-tel p{
	line-height:17px !important; margin-bottom:0px; padding-bottom:2px; font-size:16px;font-family:Arial, Helvetica, sans-serif; border-bottom:1px dotted #ccc; color:#b08511 !important ;}
	
.link-tel p span{
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	color:#555;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	margin-left:-12px;
	letter-spacing:1px;
	display:block;
	font-size:15px;
	margin-top:2px;}

.width_tel{
	width:192px; float:left; display:block; margin:auto 8px auto 8px !important }
	

	
a.btn-more{
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	background-color:#FC0;
	padding:4px 10px;
	font-size:13px !important;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
	line-height:13px;
	color:#333;
	display: inline-block;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}	

a.btn-more:hover{
	background-color:#333;	
	text-decoration:none;
	color:#CF0;
	}
.icon-small{
	font-size:11px;}	
	
.icon-red {
  color: #ba3911;
  font-size:18px;
}	

hr{
	background:#f2f2f2 url(../img/dots.png) left repeat;
	width:100%;
	float:left;
	display:block;
	box-shadow:none;
	height:1px;
	border:none;
	margin:20px 0px;}

.btn2{
	background-color:#1dac27; 
	color:#fff; 
	padding:6px 10px; 
	font-size:16px; 
	text-align:center;  
	margin-bottom:3px;
	display:block;
	width:117px; 
	float:left;
	text-decoration:none;
	margin-right:2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #177e1e}

.bgcolor{
	background-color:#f2f42e;color:#333;border:1px solid #b2b21e; margin-right:0px;}

.bgcolor2{
	background-color:#666;color:#fff;border:1px solid #333; margin-right:2px; margin-bottom:10px;}

.bgcolor3{
	background-color:#ce3907;color:#fff;border:1px solid #973717; margin-right:0px; margin-bottom:10px;}
			
.btn2:hover{
	text-decoration:none;
	background-color:#333;border:1px solid #000; color:#eef100}	

	
.content{
	width:660px;
	float:left;
	height:auto;
	display:block;}
	
.content p{
	color:#444;
	line-height:24px;
	font-size:15px;
	letter-spacing:1px;
	margin-bottom:25px;}

p.submenu{
	margin-bottom:20px;
	border-bottom:1px solid #ccc !important;
	padding-bottom:4px;}

.submenu a{
	color:#900 !important;
	font-weight:normal;
	font-size:16px;
	padding:4px 8px;
	letter-spacing:1px;}

.submenu a:hover, a.subactive{
	color:#111 !important;
	padding-bottom:5px;
	border-bottom:3px #C00 solid;
	text-decoration:none;}

.news p{
	font-size:15px;
	border-bottom:1px #999 dashed;
	letter-spacing:1px;
	margin-bottom:15px;}	

.news p a{
	color:#76801f}
	
.news p a:hover{
	color:#111}

.news p span{
	display:block;
	letter-spacing:normal;
	font-family: 'klavika-regularregular';
	font-size:15px;
	color:#145d03}

.green{
	color:#1dac27;
	font-size:20px;
	line-height:15px;
	vertical-align:top;}

.border{
	border:6px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #e4e4e4;
	box-shadow: 0px 0px 3px 0px #e4e4e4;
	-moz-box-shadow: 0px 0px 3px 0px #e4e4e4;}		

ul.number{
	padding:0px;
	margin:0px;
	list-style:inside decimal;}	

ul.number strong{
	display:block;
	margin:10px 0px;}

ul.number li{
	list-style-position:inside;
	list-style-type:decimal;
	display:list-item;
	float:left;
	margin-bottom:12px;
	padding-left:5px;
	color:#444;
	line-height:22px;
	letter-spacing:1px;}

ul.abc{
	padding:0px;
	margin:0px;
	padding-left:10px;
	margin-top:10px;}	

ul.abc li{
	padding-left:10px;
	float:left;
	display:list-item;
	list-style-position:inside;
	width:500px;
	margin-bottom:6px;
	color:#78530b;
	list-style-type: lower-alpha;
	font-size:13px;}	

.contact p{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	margin-bottom:10px;}

.contact p b{
	color:#900;
	font-weight:normal;}

.committee-left{
	background:url(../img/bg.jpg);
	padding:8px 10px;
	width:110px; 
	float:left; 
	display:block;
	padding-top:15px;
	margin-top:5px;
	border:1px solid #ccc;
	border-top:4px solid #333;
	margin-right:15px;}

.committee-left a{
	width:100%;
	display:block;
	border-bottom:1px solid #777;
	float:left;
	margin-bottom:2px;}

.committee-left a:hover, .cm-active{
	text-decoration:none;
	color:#C90}
			
.committee-right{
	width:500px; 
	float:left;
	display:block;}

.committee-imgDiv{
	margin-bottom:20px;}


.gallery{
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px dotted #888;
	border-bottom:1px dashed #888;
	width:500px;
	margin-bottom:20px;
	display:block;
	clear:both;}

.gallery a img{
	width:110px;
	height:74px;
	border:5px solid #888;}

.gallery a:hover img{
	border:5px solid #666}	

.gallery-title{
	font-size:15px;
	padding-top:8px;
	color:#0d990f;
	font-weight:bold;
	letter-spacing:1px;}

.gallery-title i{
	color:#333;
	margin-right:5px;}	

.gallery-title small{
	font-size:14px;
	color:#333;
	letter-spacing:normal;
	font-weight:normal;}


		
.sort {
	width:650px;
	margin:20px 0 20px 0;
	display:block;
}

.sort ul {
	margin:-3px 0 0 3px;
	padding:0;
	float:left;
	list-style:none;
	font-size:12px;
}

.sort p {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

.sort li {
	float:left;
	margin:0 0 10px 2px;
	list-style:none;
}

.sort li a {
	background:#333333;
	color:#FFF;
	display:block;
	padding:3px 6px;
	margin-bottom:2px;
}

.sort li a:hover {
	text-decoration:none;
	background:#b0211a;
	color:#fff;
	
}

.sortselected a {
	text-decoration:none;
	background:#b80200 !important;
	color:#FFF;
	display:block;
	padding:3px 6px;
}

p.page{
	border-bottom:1px solid #ccc;
	width:100%;
	position:relative;
	float:left;}
	
p.page a{
	color:#333;
	padding:2px 3px;
	letter-spacing:normal;}

p.page a:hover {
	color:#900;
	}

p.page a.page-active{
	color:#b0211a;
	text-decoration:none;}	

.member-data{
	width:650px;
	display:block;
	float:left;
	border-bottom:1px solid #ccc;}

.member-data a{
	color:#23911e}
	
.member-data a:hover{
	text-decoration:none}
	
.member-data p{
	margin:5px;}
		
.member-data table tr td{
	vertical-align:top}
	
.member-data table{
	table-layout:fixed;
	margin-bottom:5px;
	padding-top:5px;
	border-top:8px solid #555;
	border-left:1px dashed #888;
	border-bottom:1px dashed #888;}
	
.member-data table td{
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	border-right:1px dashed #888;
	border-top:1px dashed #888;}

.member-data table td.td-title{
	color:#91541e;}


.member-data table tr.hide{
	display:none;}

input, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input.form-search{
	width:280px;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	border:none;
	border-top:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
	font-size:14px;
	margin-top:10px;
	padding:5px 12px;
	outline-color:#9d6d4c
}
input:focus{
	
	border-top:1px solid #d7c604;
	border-left:1px solid #d7c604;
	border-bottom:1px solid #e5d30d;
	border-right:1px solid #e5d30d;
	-webkit-box-shadow: 0px 0px 1px 0px #e5d30d;
	-moz-box-shadow:0px 0px 1px 0px #e5d30d;
	box-shadow: 0px 0px 1px 0px #e5d30d;
	}
	
.button-submit{
	position:relative;
	top:-1px;
	background:#c32a15;
	display:inline-block;
	border:none;	
	border:1px solid #900;
	padding:5px 12px;
	color:#FFF;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	cursor: pointer}
	
.button-submit:hover{
	top:-1px;
	border:1px solid #000;
	background:#333;
	display:inline-block;
	color:#faeb00; }

.button-submit:active{
	top:1px;
	border:1px solid #000;
	background:#333;
	display:inline-block;
	color:#faeb00; }	


/*login_form*/

.login_form{
	width:500px;
	min-height:300px;
	margin:20px 10px;
	display:block;
	float:left;
	clear:both;
	font-size:13px;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	text-transform:uppercase;}
	
.login_form dt{
	display:block;
	clear:both;
	float:left;
	font-size:19px;
	color:#555;
	margin-bottom:5px;
	text-transform:uppercase;}

.login_form dt i{
	color:#333;
	margin-right:5px;
	font-size:18px;}
		
.login_form dd{
	display:block;
	margin:0px;
	clear:both;
	float:left;	
	margin-bottom:25px;}

.login_form dd input{
	border-top:1px #bcbcbc solid;
	border-bottom:1px #d7d7d7 solid;
	border-left:1px #bcbcbc solid;
	border-right:1px #d7d7d7 solid;
	float:left;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	font-size:14px;
	display:block;
	height:36px;
	vertical-align:middle;
	position:relative;
	width:300px; 
	margin-top:0px;
	margin-right:-2px;
	padding:0px 10px;	
	margin-left:0px;
	
	height:14px\9;
	*height:14px;
	_height:14px;
	padding:11px 10px\9; /* IE 8 and below */
	*padding:11px 10px; /* IE 7 and below */
	_padding:11px 10px; /* IE 6 */}


.login_form dd input:focus{
	outline: none;
	border-top:1px solid #d7c604;
	border-left:1px solid #d7c604;
	border-bottom:1px solid #e5d30d;
	border-right:1px solid #e5d30d;
	-webkit-box-shadow: 0px 0px 1px 0px #e5d30d;
	-moz-box-shadow:0px 0px 1px 0px #e5d30d;
	box-shadow: 0px 0px 1px 0px #e5d30d;}
	
.login_form dl{
	display:block;
	margin:0px;
	clear:both;
	width:100%;
	float:left;}
	
input.btn-submit{
	margin-bottom:20px;
	border:none;
	margin-left:-1px;
	font-size:14px;
	padding:0px 12px;
	height:38px;
	vertical-align:middle;
	text-transform:uppercase;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	position:relative;
	background-color:#ede011;
	color:#333;
	cursor:pointer;
	
	}

input.btn-submit:hover{
	background-color:#333;
	color:#fff;}	 	


.members-comments{
	width:700px;
	min-height:300px;
	margin:20px 10px;
	display:block;
	float:left;
	clear:both;
	font-size:13px;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	text-transform:uppercase;}
	
.members-comments dt{
	display:block;
	clear:both;
	float:left;
	font-size:19px;
	color:#555;
	margin-bottom:5px;
	text-transform:uppercase;}

.members-comments dt i{
	color:#333;
	margin-right:5px;
	font-size:18px;}
		
.members-comments dd{
	display:block;
	margin:0px;
	clear:both;
	float:left;	
	margin-bottom:15px;}

.members-comments dd input{
	border-top:1px #bcbcbc solid;
	border-bottom:1px #d7d7d7 solid;
	border-left:1px #bcbcbc solid;
	border-right:1px #d7d7d7 solid;
	float:left;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;
	font-size:14px;
	display:block;
	height:30px;
	vertical-align:middle;
	position:relative;
	width:300px; 
	margin-top:0px;
	margin-right:-2px;
	padding:0px 10px;	
	margin-left:0px;
	
	height:12px\9;
	*height:12px;
	_height:12px;
	padding:9px 10px\9; /* IE 8 and below */
	*padding:9px 10px; /* IE 7 and below */
	_padding:9px 10px; /* IE 6 */}


.members-comments dd input:focus{
	outline: none;
	border-top:1px solid #d7c604;
	border-left:1px solid #d7c604;
	border-bottom:1px solid #e5d30d;
	border-right:1px solid #e5d30d;
	-webkit-box-shadow: 0px 0px 1px 0px #e5d30d;
	-moz-box-shadow:0px 0px 1px 0px #e5d30d;
	box-shadow: 0px 0px 1px 0px #e5d30d;}
	
.members-comments dl{
	display:block;
	margin:0px;
	clear:both;
	width:100%;
	float:left;}
	
	
.members-comments dd textarea{
	width:600px;
	border-top:1px #bcbcbc solid;
	border-bottom:1px #d7d7d7 solid;
	border-left:1px #bcbcbc solid;
	border-right:1px #d7d7d7 solid;
	padding:11px 10px;
	padding:11px 10px\9; /* IE 8 and below */
	*padding:11px 10px; /* IE 7 and below */
	_padding:11px 10px; /* IE 6 */
	font-size:15px;
	font-family:'微软雅黑','Microsoft JhengHei', Helvetica, Arial, sans-serif;}	

.members-comments dd textarea:focus{
	outline: none;
	border-top:1px solid #d7c604;
	border-left:1px solid #d7c604;
	border-bottom:1px solid #e5d30d;
	border-right:1px solid #e5d30d;
	-webkit-box-shadow: 0px 0px 1px 0px #e5d30d;
	-moz-box-shadow:0px 0px 1px 0px #e5d30d;
	box-shadow: 0px 0px 1px 0px #e5d30d;}



								
.frame-map{
	background:url(../slideshow/bg.png) center no-repeat; 
	display:block; 
	position:relative; 
	height:406px; 
	width:680px;
	margin-left:-15px;}
	 
.frame-inside{
	position:absolute; 
	top:23px; 
	left:19px; 
	width:641px; 
	height:360px; 
	display:block}
							
.footer{
	width:100%;
	display:block;
	font-size:12px;
	color:#ddd;
	float:left;
	position: relative;
	margin:0px auto;
	padding:20px 0px 10px 0px;
	background:#222 url(../img/header.png) no-repeat center top;
	background-color:#222;
	}

.footer a{
	color:#CF0}	

.footer a:hover{
	color:#CC3}		