﻿/*系统样式，CMS定义*/
html,body{font-family:"arial";font-size:12px;color:#000;margin:0px;padding:0px;overflow-x:hidden;overflow-y:auto;background:#FFF url(bg.gif) repeat-x top;height:100%}
*{margin:0 auto}
.left{float:left}
.right{float:right}
td{font-family:"arial";font-size:12px;color:#000}
form,p,ul{list-style:none;margin:0;padding:0;border:0px}
img {border:0px;behavior:url("images/pngbehavior.htc")}/*支持png图片*/
.clear{ clear:both}/*清除浮动*/
a {behavior:url("onfocus.htc")}/*去掉点击虚线*/
.input {
	font-family:"Tahoma";
	font-size: 11px;
	color:#000;
	font-weight:bold;
	background:#EEEEEE;
	width:222px;
	height:22px;
	line-height:20px;
	border:none;
	padding-left:4px;
	margin-bottom:1px;
	overflow-y:hidden;
}
a:link{color:#000;text-decoration:none}
a:visited{color:#000;text-decoration:none}
a:hover{color:#000;text-decoration:underline}

/*小号中文字体*/
.smallcnfont{font-family:"PMingLiU";font-size:11px}

/*英文*/
.enfont{font-family:"Tahoma";font-size:11px}
.enfont a:link{font-family:"Tahoma";font-size:11px}
.enfont a:visited{font-family:"Tahoma";font-size:11px}

/*内容行高样式*/
.h16{line-height:16px;word-wrap: break-word}
.h20{line-height:20px;word-wrap: break-word}
.h22{line-height:22px;word-wrap: break-word}
.content{word-break:break-all;text-align:justify;text-justify:inter-ideograph}

/*整体文字色定义*/
.bold{font-weight:bold}
.font1{color:#BEE115;text-decoration:none}
.font1 a:link{color:#BEE115;text-decoration:none}
.font1 a:visited{color:#BEE115;text-decoration:none}
.font1 a:hover{color: #333333;text-decoration:underline}

.font2{color:#FFFFFF;text-decoration:none}
.font2 a:link{color:#FFFFFF;text-decoration:none}
.font2 a:visited{color:#FFFFFF;text-decoration:none}
.font2 a:hover{color:#BEE115;text-decoration:none}

/*项目*/
#panel {/*opacity:0.9;filter:alpha(opacity=90);*/
background:#000;width:100%;height:85px;left:0px;bottom:0px;position:fixed;
_position:absolute;_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
}
#panel #close{float:right;padding-right:20px;cursor:pointer}
.panel-Item ul{margin-top:15px;padding:0px;list-style:none}
.panel-Item li{float:left;height:40px;padding:0 20px;list-style:none;background:url(panel_yline.gif) repeat-y right}
.panel-Item p{font-weight:bold}
.panel-Item .icomail{background:url(ico_mail.gif) no-repeat left 4px;padding-left:15px}
.panel-Item .icomobile{background:url(ico_mobile.gif) no-repeat left top;padding-left:15px}

#foot {/*opacity:0.9;filter:alpha(opacity=90);*/
background:#000;width:100%;height:20px;padding-left:22px;left:0px;bottom:0px;position:fixed;
_position:absolute;_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
}
#foot img{margin-top:6px}
#foot #copy{float:right;padding-right:42px}

/*==================================*/
.intro{width:780px;height:454px;background:#fff;margin-top:50px}

#dvguestbook{display:none;position:absolute;width:230px;height:230px;margin:-260px 0 0 -32px;border:4px solid #000;background:#fff;padding:10px;z-index:100}
#dvguestbook p{background:#EEEEEE;width:222px;height:24px;margin-bottom:1px}
/*==================================*/

/*intro轮换样式*/
#preview_outer{position:absolute;overflow:hidden;width:780px;height:454px}
#preview_inner{position:absolute}
#preview_inner div {float:left;width:780px;height:454px;overflow:hidden}

.playico{margin-top:5px;width:30px;height:30px}
/*intro缩图*/
#thumbs{position:absolute;z-index:100;width:54px;padding-top:5px;background:#000;overflow:hidden;margin-left:790px}
#thumbs li{list-style:none;cursor:pointer;width:40px;height:40px;border:3px solid #fff;overflow:hidden;margin-bottom:5px}

#thumbs #thumbs1{background:url(thumbs.jpg) no-repeat 0 0}
#thumbs #thumbs2{background:url(thumbs.jpg) no-repeat 0 -40px}
#thumbs #thumbs3{background:url(thumbs.jpg) no-repeat 0 -80px}
#thumbs #thumbs4{background:url(thumbs.jpg) no-repeat 0 -120px}
#thumbs #thumbs5{background:url(thumbs.jpg) no-repeat 0 -160px}
#thumbs #thumbs6{background:url(thumbs.jpg) no-repeat 0 -200px}
#thumbs #thumbs7{background:url(thumbs.jpg) no-repeat 0 -240px}
#thumbs .hover{border:3px solid #BEE115}