/* CSS Document */

body { margin:0; background:url(../img/body-bg.jpg) top left repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif;}
table { font-size:12px; color:#555;}
a:link{
 color:#555;
 text-decoration:none;
}
a:visited {
 color: #555;
 text-decoration:none;
}
a:hover {
 color: #f60;
 text-decoration:underline;
}

.font { line-height:24px;}
.font-white { font-size:12px; color:#FFF;}
.font-nav-blue { font-weight:bold; font-size:12px; color:#124366;}
.fong-underline { text-decoration: underline;}
.font-bold { font-weight:bold; font-size:16px; color:#333;}
.font-666 { color:#666666; font-size:16px;}
.font-blue { color:#1373C0; font-weight:bold;}
.font-Gray { color:#999; font-size:11px;}
.box { border:1px solid #BFDAE8; background-color:#F8FAFB;}
.line { border-bottom:1px dashed #CACACA;}
.logo { background:url(../img/viview-logo.gif) no-repeat center;}


div,ul,li{
 padding:0;
 text-align:center;
}
ul{ list-style:none;}
/*选项卡1*/
#Tab1{
width:671px;
margin:0px;
padding:0px;
margin:0 auto;}
/*选项卡2*/
#Tab2{
width:576px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:100%;
background:url(../img/menu-01.jpg);
height:20px;
line-height:20px;
font-size:11px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
 float:left;
 display:block;
 cursor:pointer;
 width:101px;
 text-align:center;
 color:#949694;
 font-size:11px;
 }
.Menubox li.hover{
 padding:0px;
 background:#fff;
 width:102px;
background:url(../img/menu-02.jpg);
 color:#739242;
 height:19px;
line-height:19px;
font-size:11px;
}
.Contentbox{
 clear:both;
 margin-top:0px;
 border:1px solid #BEBEBE;
 border-top:none;
 height:auto;
 text-align:center;
 padding:8px;
}
.STYLE1 {font-size: 24px}


.container, .container *{margin:0; padding:0;}

.container{width:960px; height:204px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:960px; height:204px; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}