@charset "utf-8";
/* CSS Document */
.flashbox{float:left;}
.topplan{width:960px; height:auto; padding:0 10px;}
.videoplan{
	background:url(../images/video_plan.png) top no-repeat; 
	width:280px; 
	height:298px;
	float:right;
	}
.videobox{margin:31px 0 0 27px;}
.b_left1{
	border:1px solid #9f2525;
	background:url(../images/box1_head.gif) repeat-x top;
	width:418px;
	height:260px;
	float:left;
}
.b_left1 span{float:right; display:block;}
.b_left1 span a{color:#333; font-size:12px; font-weight:normal; line-height:28px; text-decoration:none}
.b_left1 span a:hover{color:#004499; text-decoration:underline;}
.b_left2{
	width:248px;
	height:260px;
	float:right;
}
/* 滚动图片 */
.tj1 {
	WIDTH: 960px; HEIGHT:160px; OVERFLOW:hidden; margin::0 10px;
}
.tj1 #LeftArr IMG {CURSOR: pointer}
.tj1 #RightArr IMG {CURSOR: pointer}
.tj1 #LeftArr{WIDTH: 27px; FLOAT: left; HEIGHT:160px}
.tj1 #RightArr{WIDTH: 27px; FLOAT: left; HEIGHT:160px}
.tj1 #ISL_Cont_1 {
	BORDER-TOP:#dad0d0 1px solid; 
	BORDER-BOTTOM:#dad0d0 1px solid; 
	WIDTH:906px; 
	HEIGHT:158px;
	FLOAT:left; 
}
.tj1 .boxi {
	padding:5px 0 0 5px;
	WIDTH: 146px;
	HEIGHT: 150px;
	FLOAT: left;  
	OVERFLOW: hidden;
}
.tj1 .boxi H3 {LINE-HEIGHT:16px; FONT-SIZE:12px; font-weight:normal;}
.tj1 .boxi H3 A {
	COLOR: #333; TEXT-DECORATION: none
}
.tj1 .boxi H3 A:hover {
	TEXT-DECORATION: underline
}

/* tab */
.ui-tab-container{
	width:100%;
}
.ui-tab-container ul{
	list-style:none;
}
.ui-tab-container ul li{
	float:left;
	background:url(../images/tab.gif) bottom no-repeat;
	width:107px;
	height:27px;
	padding-left:3px;
	color:#fff; 
	font-size:13px; 
	font-weight:bold; 
	line-height:27px;
	text-align:center;
}
.ui-tab-container ul li.ui-tab-active{
	background:url(../images/tab.gif) top no-repeat;
	width:107px;
	font-size:14px;
	color:#8e1a2d;
}
.ui-tab-bd{
	padding:0 10px;
	height:220px;
}
