@charset "utf-8";
/* CSS Document */

.slide_middle table { /* 图片居中 */
	width: 100%;
	height: 100%
}

/*2010-04-15*/
/* 横向幻灯 */
.ptool_m {
	OVERFLOW: hidden;
	ZOOM: 1; 
	POSITION: relative;
	width: 100%;
	height:100%;
}
.ptool_m .rbtn img,.ptool_m .lbtn img{
	border:none;
	cursor:pointer;
	}
.ptool_m .rbtn,
.ptool_m .lbtn{
	cursor:pointer;
}	
.ptool_m .Cont {	
	MARGIN: 0px auto; 
	OVERFLOW: hidden;
	PADDING-TOP: 5px;
	height:100%;
}
.ptool_m .box {	
	FLOAT: left; 
	WIDTH: 150px;
	TEXT-ALIGN: center;
}/*box高度 宽度*/
.ptool_m IMG {
	DISPLAY: block;
	MARGIN: 0px auto;
	padding:3px; 
	border:1px solid #ddd;
	}/*控制图片高度 宽度*/
.ptool_m .box A:hover IMG { border:1px solid #ccc;}
.ptool_m .Cont table{
	table-layout:fixed;}
.ptool_m .Cont td{ overflow:hidden; white-space:nowrap;
text-align:center;}
.ptool_m .box P {
	MARGIN: 6px 0 0 0;
	LINE-HEIGHT: 20px;
	overflow:hidden;
}/* End 横向幻灯 */

/* 横向滚动放大幻灯 */
.ptool_m {
	OVERFLOW: hidden;
	ZOOM: 1;
	POSITION: relative;
	width: 100%;
	height: 100%;
}

.ptool_m .rbtn img,.ptool_m .lbtn img {
	border: none;
	cursor: pointer;
}

.ptool_m .rbtn,.ptool_m .lbtn {
	cursor: pointer;
}

.ptool_m .Cont {
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	PADDING-TOP: 5px;
	height: 100%;
}

.ptool_m .box {
	FLOAT: left;
	WIDTH: 150px;
	TEXT-ALIGN: center;
} /*box高度 宽度*/
.ptool_m IMG {
	DISPLAY: block;
	MARGIN: 0px auto;
	padding: 3px;
	border: 1px solid #ddd;
} /*控制图片高度 宽度*/
.ptool_m .box A:hover IMG {
	border: 1px solid #ccc;
}

.ptool_m .Cont table {
	table-layout: fixed;
}

.ptool_m .Cont td {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.ptool_m .box P {
	MARGIN: 6px 0 0 0;
	LINE-HEIGHT: 20px;
	overflow: hidden;
}
/* End 横向幻灯 */
/* 横向滚动放大幻灯 */
.slide_zoom {
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
}

.ptool_m .slide_zoom img {
	padding: 0;
	margin: 0;
	border: none;
}

.ptool_m img.on {
	border: 2px solid #ff6600;
	padding: 2px
}

.slide_zoom_pup {
	background: none no-repeat scroll 50% top #FEDE4F;
	border: 1px solid #AAAAAA;
	cursor: move;
	height: 50px;
	left: 0;
	opacity: 0.5;
	filter: Alpha(Opacity = 50);
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 50px;
	z-index: 10;
}

.slide_zoom_bigger {
	height: 400px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 400px;
	z-index: 100;
}

.zz_frame_zoom{
	position:absolute;
	filter:Alpha(Opacity=0);
	opacity:0.5;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:0;
	z-index:999;
}
/* End 横向幻灯 */

/** 幻灯相册 */
.ptool_container,.ptool_container * {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.ptool_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
} /*控制宽度，高度*/
.ptool_slider {
	position: absolute;
	top: 0;
	left: 0;
}

.ptool_slider li {
	list-style: none;
	display: block;
	text-align: center;
	width: 408px;
	height: 168px;
	/*控制宽度，高度*/
}

.ptool_slider img {
	display: block;
	margin: 0 auto;
	max-width: 408px;
	max-height: 168px;
} /*控制图片的最大宽度和高度*/
.ptool_slider2 {
	width: 4000px;
}

.ptool_slider2 li {
	float: left;
}

.ptool_num {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.ptool_num li {
	color: #FF7300;
	text-align: center;
	width: 16px;
	height: 16px;
	font-family: Arial;
	cursor: pointer;
	overflow: hidden;
	margin: 4px 1px 0 1px;;
	border: 1px solid #FF7300;
	background-color: #fff;
	zoom:1;
	display: inline-block;
	*display:inline;
}

.ptool_num li.on {
	color: #fff;
	width: 23px;
	height: 23px;
	margin: 4px 1px 0 1px;;
	border: 1px solid #FF7300;
	background-color: #FF7300;
	font-weight: bold;
}

.ptool_num2 {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.ptool_num2 li {
	color: #FF7300;
	text-align: center;
	width: 16px;
	height: 16px;
	font-family: Arial;
	cursor: pointer;
	overflow: hidden;
	margin:3px auto;
	border: 1px solid #FF7300;
	background-color: #fff;
	display: block;
	vertical-align: bottom;
}

.ptool_num2 li.on {
	color: #fff;
	width: 21px;
	height: 21px;
	margin: 3px auto;
	border: 1px solid #FF7300;
	background-color: #FF7300;
	font-weight: bold;
	vertical-align: bottom;
} /* End 幻灯相册 */


/* 三图幻灯 */
.banner {
	MARGIN-TOP: 0;
	WIDTH: 100%;
	POSITION: relative;
	HEIGHT: 100%;
	overflow: hidden;
}

.banner_tab {
	RIGHT: 0;
	BOTTOM: 0;
	POSITION: absolute;
	HEIGHT: 43px
}

.banner_tab ul {
	CURSOR: pointer
}

.banner_tab li {
	FLOAT: left;
	/*width:70px;*/
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: right;
}

.tab_focus_img img{
	border:#3388c9 solid 2px;
}

.tab_img img{
	border:#ffffff solid 2px;
}

.banner_tab A {
	DISPLAY: block;
}

.banner_tab .hidecontent {
	DISPLAY: none
}

.banner_tab .clear {
	CLEAR: both
}

.banner ul,.banner li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banner .slide_box {
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
} /* End 三图幻灯 */

/* 四图幻灯 */
.fourp_ifocus *{margin: 0; padding: 0; border: 0;}
.fourp_ifocus li{ list-style-type:none;}
.fourp_ifocus {overflow: hidden; width: 100%; height: 100%}
.fourp_ifocus_pic { display:inline; position:relative;float:left;width:570px; height:225px; overflow:hidden; margin: 0; padding:0;
}
.fourp_ifocus_piclist li {overflow:hidden;}
.fourp_ifocus_piclist li table td{
	text-align:center;
	vertical-align:middle;
	}
.fourp_ifocus_piclist img {}
.fourp_ifocus_btn { display:inline; float:right;  margin:0; height:100%;}
.fourp_ifocus_btn td{ cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);  }
.fourp_ifocus_btn img { width:75px; height:45px; margin:0;border:1px solid #ccc; padding:3px; }
.fourp_ifocus_btn .current {  opacity:1; -moz-opacity:1; filter:alpha(opacity=100);}
.fourp_ifocus_btn table{
	width: auto;
	height: 100%;
	text-align:left;
	margin:0 5px;}
.fourp_ifocus_opdiv { position:absolute; left:0; bottom:0; width:100%; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); overflow:hidden; }
.fourp_ifocus_tx {
	color:#FFF;opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
	white-space: nowrap;
}

.fourp_ifocus_tx .normal { display:none; }
.fourp_ifocus_piclist li table td{text-align:center;}/* End 四图幻灯 */

/* 五图幻灯 */
.fivep_nav {
	OVERFLOW: hidden;
	POSITION: relative;
	WIDTH: 100%;
	HEIGHT: 100%
}

.fivep_nav table {
	Z-INDEX: 999;
	BOTTOM: 0px;
	POSITION: absolute;
	TEXT-ALIGN: center;
	width: 100%
}

.fivep_nav TD IMG {
	BORDER-RIGHT: #fff 1px solid;
	BORDER-TOP: #fff 1px solid;
	FILTER: alpha(opacity = 60);
	LEFT: 10px;
	BORDER-LEFT: #fff 1px solid;
	WIDTH: 52px;
	CURSOR: pointer;
	MARGIN-RIGHT: 4px;
	BORDER-BOTTOM: #fff 1px solid;
	TOP: 5px;
	HEIGHT: 35px;
	opacity: 0.6
}

.fivep_BG {
	FILTER: alpha(opacity = 60);
	WIDTH: 100%;
	BOTTOM: 0px;
	POSITION: absolute;
	HEIGHT: 50px;
	TEXT-ALIGN: right;
	opacity: 0.6
}

.fivep_back {
	TEXT-ALIGN: center;
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 100%;
}

.fivep_back img {
	WIDTH: 100%;
	HEIGHT: 100%;
} /* End 五图幻灯 */


