﻿
/*轮播css*/
.fs_A2{ 
	height:306px;
 	background:transparent; 
 	width:667px; 
 	float: left; 
 	position: relative;
 }
.fs_A2 .shadow{
	float: left; 
	width:168px; 
	z-index:10; 
	height:270px; 
	background:#111;  
   	display:block;
   	padding: 18px 12px; 
}
.fs_A2 .shadow a{ 
    color:#fff; 
    font-size:20px;
    line-height: 28px; 
    font-weight: normal;
}
.fs_A2 .shadow a:hover{
	text-decoration: underline;
	color: #af1a1a;
}
.fs_A2 .shadow p{
	font-family: "Simsun";
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	margin-top: 10px;
}
.fs_A2 .fcon{ 
    position:relative; 
    width:667px; 
    float:left;  
}
.fs_A2 .A2fBt{ 
	position:absolute; 
    overflow:hidden; 
    zoom:1; 
    height:25px;
    width: 100px; 
    z-index:10; 
    right: 88px;
    bottom: 0px;
}
.fs_A2 .A2fBt a{
	width: 12px;
	height: 12px;
	float:left;
	background:url(../images/icon.png) no-repeat -93px 0;
	font-size: 0;
	margin-left: 12px;
 }
 .fs_A2 .A2fBt .first_a{
 	margin-left: 0px;

 }
.fs_A2 .A2fBt a:hover,.fs_A2 .A2fBt a.current{
 	background:url(../images/icon.png) no-repeat -116px 0;
}
.fs_A2 .fcon img{ 
	display:block;
	float: left;
}
.fs_A2 .fix{
 	position:relative; 
 	width:9999px;
 	height:250px; 
 }
.fs_A2 .fPs{ 
	width:100%; 
	overflow:hidden;
	position:relative; 
 }
