@charset "utf-8";
*{margin:0; padding:0;}
#main {
    clear: both;
    overflow: hidden;
}
#borders {
    clear: both;
    z-index:-1;
    position:absolute;
    border: 0px solid #222222;
    overflow: hidden;
}
#container {
	background-color: #222222;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}
#header {
    background: none repeat-x scroll center center transparent;
    overflow: hidden;
	background-color: #222222;;
}
.ult{
	float: right;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
}
.ult li {
    background: none no-repeat scroll right center transparent;
    float: left;
    padding-right: 2px;
}
.ult li.last {
    background: none repeat scroll 0 0 transparent;
}

.ult li a {
    color: #979797;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}
.ulo{
	margin:0;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
}
.ulo li {
    background: none no-repeat scroll right center transparent;
    float: left;
    padding-right: 2px;
}
.ulo li.last {
    background: none repeat scroll 0 0 transparent;
}

.ulo li a {
    
    color: #979797;
    display: block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}

.ulo2{
	margin:0;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
}
.ulo2 li {
    background: none no-repeat scroll right center transparent;
    float: left;
    padding-right: 2px;
}
.ulo2 li.last {
    background: none repeat scroll 0 0 transparent;
}

.ulo2 li a {
 
    color: #979797;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}

.menu_h hover{
	cursor:hand;
}
/*
.ulo li a.special {
    letter-spacing: 5px;
}
.ulo li a:hover {
    background: none no-repeat scroll center center transparent;
	color: #FF7519;
}
.ulo li a.active {
    background: none no-repeat scroll center center transparent;
	background-color: #CCCCCC;
}
*/
#footer {
    background: none repeat-x scroll 0 0 transparent;
    clear: both;
    height: 49px;
    line-height: 22px;
    text-align: center;
	background-color: #CCCCCC;
}
#footer p {
    color: #000000;
    margin: 0 auto;
    padding-top: 5px;
    width: 1000px;
}

			.gv_galleryWrap { position: relative; font-size: 10pt; }
		   .gv_gallery { overflow: hidden; position: relative;}
		   .gv_panelWrap { filter: inherit; position: absolute; overflow: hidden; }
		   /* GALLERY PANELS */
		   .gv_panel { filter: inherit; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 100; }
		   .gv_panel img { position: absolute; }
		   .gv_filmstripWrap {  overflow: hidden; position: relative; z-index:8888; }/*取消透明背景background: #222;*/
		   .gv_filmstrip { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
		   /* FILMSTRIP FRAMES (contains both images and captions) */
			.gv_frame { 
				cursor: pointer;
				float: left;
				position: relative;
				margin: 0;
				padding: 0;
			}
			
			/* WRAPPER FOR FILMSTRIP IMAGES */
			.gv_frame .gv_thumbnail { position: relative;overflow: hidden !important; }
			
			/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
			.gv_frame.current .gv_thumbnail {}
			
			/* FRAME IMAGES */
			.gv_frame img { border: none; position: absolute; }
			
			/* FRAME CAPTION */
			.gv_frame .gv_caption { height: 14px; line-height: 14px; font-size: 10px; text-align: center; color:white; }
			
			/* CURRENT FRAME CAPTION */
			.gv_frame.current .gv_caption { }
			
			.gv_panelNavPrev,
			.gv_panelNavNext {
				position: absolute;
				display: none;
				opacity: 0.50;
				-moz-opacity: 0.50;
				-khtml-opacity: 0.50;
				filter:alpha(opacity=50);
				z-index: 9999;
			}
			
			
			.gv_panelNavNext:hover {
				opacity: 0.9;
				-moz-opacity: 0.9;
				-khtml-opacity: 0.9;
				filter:alpha(opacity=90);
				background: url(../images/panel-next-l.jpg) top left no-repeat;
			}
			
			.gv_panelNavPrev:hover {
				opacity: 0.9;
				-moz-opacity: 0.9;
				-khtml-opacity: 0.9;
				filter:alpha(opacity=90);
				background: url(../images/panel-prev-l.jpg) top left no-repeat;
			}
			.gv_panelNavNext {
				height: 60px;
				width: 45px;
				cursor: pointer;
				background: url(../images/panel-next-a.jpg) top left no-repeat;
			}
			.gv_panelNavPrev {
				height: 60px;
				width: 45px;
				cursor: pointer;
				background: url(../images/panel-prev-a.jpg) top right no-repeat;
			}
			.gv_infobar {
				background: #222;
				padding: 0 0.5em;
				line-height: 1.5em;
				height: 1.5em;
				font-size: 10pt;
				font-weight: bold;
				color: white;
				
				position: absolute;
				bottom: 0;
				right: 0;
				display: none;
				vertical-align: middle;
				z-index: 2000;
				
			}
			.div_right {
				text-align: center;
				position: absolute;
			}
			.div_head { position: relative; font-size: 10pt; }