*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	color:#515151;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#phoneCarousel{
	/*	This is the carousel section, it
		contains the stage and the arrows */
	height:252px;
	position:relative;
	width:458px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#phoneCarousel .arrow{
	/* The two arrows */
	width:44px;
	height:44px;
	position:absolute;
	top:139px;
	margin-top:-22px;
	left:-362px;
	cursor:pointer;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
}

#phoneCarousel .next{
	/* Individual styles for the next icon */
	background-position:right top;
	left:auto;
	right:121px;
}

/* Hover styles */

#phoneCarousel .arrow:hover{
	background-position:left bottom;
}

#phoneCarousel .next:hover{
	background-position:right bottom;
}


#stage{
	/* The stage contains the animated phone images */
	left:50%;
	margin-left:-350px;
	position:absolute;
	width:258px;
	height:100%;
}

#stage img{
	/* Hiding all the images by default */
	display:none;
}

#stage .default{
	/*	This class is applied only to the iphone img by default
		and it is the only one visible if JS is disabled */
	display:block;
	left:50%;
	margin-left:-135px;
	position:absolute;
}

#stage .animationReady{
	/* This class is assigned to the images on load */
	display:block;
	position:absolute;
	top:0;
	left:0;
}






/*滑动放大*/

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration:none;}

/* imageFlow */
#imageFlow{
	width:1180px;
	height:410px;
	overflow:hidden;
	position:relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#imageFlow .diapo{position:absolute;left:-1000px;cursor:pointer;overflow:hidden;}
#imageFlow .bank{visibility:hidden;overflow:hidden;}
#imageFlow ul{height:20px;margin:0 auto;width:100%;text-align:center;}
#imageFlow ul li{
	color:#333;
	font-size:12px;
	text-align:left;
	margin-left:30%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	vertical-align:bottom;
	width: 100%;
}
#imageFlow .text{position:absolute;left:0px;width:80px;bottom:1%;text-align:center;color:#333;font-family:verdana, arial, Helvetica, sans-serif;z-index:1000;}
#imageFlow .title{font-size:0.9em;font-weight:bold;}
#imageFlow .legend{font-size:0.8em;}
#imageFlow .scrollbar{position:absolute;left:10%;top:0;width:80%;height:16px;z-index:1;}
#imageFlow .scrollbar img{cursor:pointer;}
#imageFlow .track{
	position:absolute;
	left:-55px;
	width:1100px;
	height:16px;
	top:0px;
}
#imageFlow .arrow-left{position:absolute;left:-105px;z-index:1;}
#imageFlow .arrow-right{position:absolute;right:-105px;z-index:1;}
#imageFlow .bar{position:absolute;height:16px;left:25px;top:0px;cursor:pointer;}
#imageFlow .ProTi{color:#ff6600;font-weight:bold;}
#imageFlow .ProRmb{font-weight:bold;}
#imageFlow .ProMo{color:#ff6600;cursor:pointer;}
.body_index #link_main #link #imageFlow .bank a ul li {
}
