body{ font-size:12px; color:#000; padding:0; margin:0 auto; background-color:#fff;}
ul,li,dl,dt,dd,p,div,br,p{margin:0; padding:0; list-style-type:none;}
/* 链接颜色 */
a:link {color: #562d27; text-decoration:none;}
a:visited {color: #562d27;text-decoration:none;}
a:hover {color: #562d27; text-decoration:underline;}
a:active {color: #562d27;}
img{ border:0;}
/*topbar*/
.topbar{height:39px;width:100%; background:#FFF;}
.top{margin:0 auto; width:950px; font-size:12px; line-height:38px; background:#FFF;}
.logo{float:left;}
.topnav{float:right; color:#303a5f;}
.topnav a {color:#303a5f;text-decoration:none;}
.topnav a:hover {color:#303a5f;text-decoration:none;}
/*bottom*/
.pbottom{background-color:#717171; font-size:12px; line-height:22px; text-align:center; color:#fff; padding:6px; margin:0px 0px 0px 0px; height:92px; border-top: solid 3px #333;}
.pbottom a {color:#fff;text-decoration: none;}
.pbottom a:hover {text-decoration: underline;}

/*pic*/

.video{display:table;}
.video li{float:left; width:355px; margin-right:18px; margin-bottom:5px;}
.video li img{width:355px; height:180px;}
.video .mr0{margin-right:0px;}
.video p{line-height:30px;}


/* guandong */
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
/* Header Style */
.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}


.container{width:930px; margin: 0 auto ; background:#252525;}
.rg-gallery{width:930px;}

fieldset,img { color:#FFF;
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	z-index:1111;
	width:50%;
	height:500px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	margin-top:-250px;
}
.rg-image-nav a.rg-image-nav-prev{	
	top:50%;
	background: url(../images/nav.png) no-repeat left center;

}
.rg-image-nav a.rg-image-nav-next{
	right:20px;
	top:50%;
	background:url(../images/nav2.png) no-repeat right center;

}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase; color:#FFF;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}



.center { width:930px; background: url(../images/bg.png) repeat-x top left; padding-top:20px; }
.center a:link {color: #fff; text-decoration:none;}
.center a:visited {color: #fff;text-decoration:none;}
.center a:hover {color: #fff; text-decoration:underline;}
.center a:active {color: #fff;}
/*图片切换*/
#jcImg { width:882px; padding:18px; position:relative; overflow:hidden;} 
#jcImg ul { width:880px; height:587px; overflow:hidden; position:relative; z-index:0; }
#jcImg ul li { display:none; width:880px; height:587px; overflow:hidden; position:absolute; left:0; top:0; z-index:0; }
#smallImg {height:65px;overflow:hidden; margin:10px auto 0; position:relative; width:880px; margin-left:8px;}
#jcImg dl { width:9999%; position:relative; }
#jcImg dd { float:left; width:115px; height:64px; overflow:hidden; margin-right:5px; _display:inline; cursor:pointer; position:relative; }
#jcImg dd div { position:absolute; background:#000; height:64px; width:115px; }
#jcImg b {width:14px; height:64px; background:#fff url(../images/btn.png) no-repeat; position:absolute; top:615px; z-index:1; cursor:pointer; }
#jcImg #prev {float:left; left:4px; background-position:0 -64px; }
#jcImg #next {float:right; right:4px; background-position:0 0;  }
#imgText{position:absolute; z-index:1; left:18px; top:565px; width:880px; height:40px; display:none; }
#imgText p,#imgText b {display:block; position:absolute; left:0; top:0; width:846px; line-height:40px; padding:0 17px; height:40px; overflow:hidden; z-index:1; }
#imgText b { background:#000; z-index:0; }
#imgText span { color:#fff; text-shadow:1px 1px 0 #000; float:left; font-size:14px; }
#imgText samp { color:#fff; text-shadow:1px 1px 0 #000; float:right; font-size:13px;  }
#imgHover { border:4px solid #EC0000; height:56px; width:107px; position:absolute; left:0; top:0; display:none;}
