﻿/*==================================================
公共样式
==================================================*/
*
{
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
}

a
{
	text-decoration: none;
}

.blockLink a
{
	display: block;
	width: 100%;
	height: 100%;
}

.clear
{
	clear: both;
}

/*==================================================
背景
==================================================*/
body
{
	margin: 0px;
	background-color: #ffffff;
}

/*==================================================
基本布局
==================================================*/
#wrapper
{
	width: 1280px;
	height: 700px;
	overflow: hidden;
}

#content
{
	height: 670px;
}

#nav
{
	height: 30px;
}

/*==================================================
导航条
==================================================*/
#content #logo
{
	height: 240px;
	background-image: url(logo.jpg);
	background-position: 100px 55px;
}

#content #logo .link
{
	position: relative;
	left: 100px;
	top: 55px;
	width: 330px;
	height: 50px;
}

#content .objectList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
	height: 437px;
}

#content .objectList li
{
	padding-left: 153px;
	line-height: 27px;
	margin: 8px 0px;
	font-family: Helvetica;
	font-size: 24px;
	color: #333333;
	cursor: pointer;
}

#content .objectList li.current
{
	background-color: #e4e4e4;
}

#content #listImg
{
	position: absolute;
	width: 420px;
	height: 560px;
	display: none;
}

#content #listImg img
{
	width: 420px;
	height: 560px;
}

/*==================================================
导航条
==================================================*/
#nav .left /* 左边 */
{
	float: left;
	padding: 5px 0px;
}

#nav .right /* 右边 */
{
	float: right;
	padding: 5px 0px;
}

#nav .split /* 分割条 */
{
	float: right;
	height: 12px;
	margin-top: 9px;
	background-color: #666666;
	width: 2px;
	margin-right: 7px;
}

#nav .left .nav
{
	float: left;
	margin: 0px 10px;
	line-height: 20px;
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #474747;
}

#nav .left .nav a
{
	padding: 0px 20px;
	line-height: 20px;
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #474747;
}

#nav .left .current
{
	background-color: #e3e3e3;
}

#nav .right
{
	margin-right: 13px;
	width: 244px;
}

#nav .right .nav
{
	float: left;
	padding: 0px 24px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#nav .right .nav a
{
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#nav .right .nav a:hover
{
	color: #333333;
}


/*==================================================
导航条
==================================================*/
#popupMask			/* 遮罩层 */
{
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	_position: absolute;
	display: none;
}

#loading			/* 加载中 */
{
	height: 100%;
	width: 100%;
	position: fixed;
	_position: absolute;
	top: 0px;
	background-image: url(ajax-loader.gif);
	background-position: center center;
	display: none;
}

#popupShow			/* popupShow */
{
	width: 880px;
	height: 605px;
	padding: 10px;
	padding-top: 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -450px;
	background-color: #ffffff;
	display: none;
}

#popupShow .close_link
{
	margin-top: -15px;
	width: 15px;
	height: 15px;
	background-image: url(pic_cross.jpg);
	float: right;
}

#popupShow .title
{
	text-align: center;
	height: 15px;
	margin-bottom: 10px;
}

#popupShow .title img
{
	margin-bottom: -4px;
	cursor: pointer;
}

#popupShow .title .subTitle
{
	margin-left: 10px;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#popupShow .title .subTitle .itemName
{
	margin-left: 2px;
	background-color: #e4e4e4;
}

#popupShow .title .subTitle .itemName /*a*/
{
	padding: 0px 8px;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#popupShow .showWrapper			/* 图片展示区域 */
{
	height: 580px;
	overflow: hidden;
	width: 880px;
}

#popupShow .showWrapper .showInnerWrapper
{
	white-space: nowrap;
}

#popupShow .showWrapper .imgWrapper
{
	float: left;
	margin: 10px;
}

#popupShow .showWrapper .img
{
	width: 420px;
	height: 560px;
}

#popupShow .showWrapper .bigImg
{
	width: 860px;
}

#popupShow .showLink			/* 翻页按钮 */
{
	height: 580px;
	position: relative;
	top: -580px;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#popupShow .showLink .sorrow
{
	width: 50%;
	float: left;
	height: 100%;
	cursor: pointer;
}

#popupShowMedia			/* popupShowMedia */
{
	width: 880px;
	height: 605px;
	padding: 10px;
	padding-top: 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -450px;
	background-color: #ffffff;
	display: none;
}

#popupShowMedia .close_link
{
	margin-top: -15px;
	width: 15px;
	height: 15px;
	background-image: url(pic_cross.jpg);
	float: right;
}

#popupShowMedia .title
{
	text-align: center;
	height: 15px;
}

#popupShowMedia .title img
{
	margin-bottom: -4px;
	cursor: pointer;
}

#popupShowMedia .title .subTitle
{
	margin-left: 10px;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#popupShowMedia .title .subTitle .itemName
{
	margin-left: 2px;
	background-color: #e4e4e4;
}

#popupShowMedia .title .subTitle .itemName /*a*/
{
	padding: 0px 8px;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#popupShowMedia .playerWrapper
{
	margin-top: 51px;
	height: 402px;
}

#popupShowMedia .playerWrapper #mediaplayer
{
	position: relative;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 327px;
}

#popupShowMedia .showOutterWrapper
{
}

#popupShowMedia .showOutterWrapper .showMarqueeWrapper
{
	float: left;
	width: 820px;
}

#popupShowMedia .showOutterWrapper .showWrapper
{
	width: 820px;
	height: 114px;
	overflow: hidden;
	margin: auto;
}

#popupShowMedia .showOutterWrapper .showWrapper .showInnerWrapper
{
	white-space: nowrap;
	width: 1640px;
}

#popupShowMedia .showOutterWrapper .showWrapper .imgWrapper
{
	float: left;
	border: solid 1px #cccccc;
	margin: 6px;
}

#popupShowMedia .showOutterWrapper .showWrapper img
{
	width: 150px;
	height: 100px;
	cursor: pointer;
}

#popupShowMedia .showOutterWrapper .sorrow
{
	float: left;
	cursor: pointer;
	width: 14px;
	height: 102px;
	background-image: url(pic_sorrow.jpg);
}

#popupShowMedia .showOutterWrapper .sorrow_left
{
	margin: 6px;
	margin-left: 10px;
	background-position: 0px center
}

#popupShowMedia .showOutterWrapper .sorrow_right
{
	float: right;
	background-position: -14px center;
	margin: 6px;
	margin-right: 10px;
}

#popupShowInfo			/* popupShowInfo */
{
	width: 880px;
	height: 605px;
	padding: 10px;
	padding-top: 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -450px;
	background-color: #ffffff;
	display: none;
}

#popupShowInfo .close_link
{
	margin-top: -15px;
	width: 15px;
	height: 15px;
	background-image: url(pic_cross.jpg);
	float: right;
}

#popupShowInfo	#ifrmInfo
{
	width: 860px;
	height: 585px;
	margin-top: 10px;
	margin-left: 10px;
}