@charset "utf-8";
/* CSS Document */
/* 20170320:锡商银行登陆首页轮播框、 锡商银行最新公告*/


/* 锡商银行登录页面轮播框 */
.back{
	width:580px;
	height:437px;
    position: absolute;
    bottom: 42px;
    right: 510px;
    /* display:none; */
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	display:block;
	content:"";
	overflow:hidden;
	clear:both;
}
.wrapper{
	margin:0 auto;
	height:438px;
	float: left;
	position: absolute;
}

.pageContent{
   height:100%;
}
.pic{
	position:relative;
	width:580px;
	height:442px;
	overflow:hidden;
}
.pic .sildebar{
	 width:100%;
	 position:absolute;
	 top:0;
	 height:442px;
}
.pic .sildebar li{
	 float:left;
	 width:580px;
	 overflow:hidden;
	 height:436px;
}
.sildebar img{
	border:none;
	width:100%;
	height:100%;
	border-radius:5px;
}
.focusBox {
  position: absolute;
  bottom: 27px;
  width: 210px;
  left: 75%;
}
.focusBox li{
	float:left;
	margin-right:10px;
	width:25px;
	height:5px;
	border-radius:10px;
	background:#fff;
	cursor:pointer;
}
.focusBox li.dot{
	background:#F1A9FE;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.focusBox li.cur{
	background:#F41AFD;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:relative; 
}

/* 锡商银行最新公告*/
#fullbg { 
	width :100%;
	background-color:#777; 
	left:0;
	opacity:0.5; 
	position:absolute; 
	top:0;
	z-index:3; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5; 
	display:none;
}
#noticedialog{
	text-align: center;
	width: 100%;
	height: 570px;
	position: absolute;
	display: block;
	top: 67px;
	z-index: 5000;
	display:none;
}
#dialog { 
	height:570px; 
	width:1150px; 
	z-index:5000; 
	background:url('../images/carousel/dialog.png') no-repeat ;
	margin: 0 auto;
	/* background-size: 100% 100%; *//* ie8不支持该属性  不能放大背景图片 */
} 

.notice div{
	background:url('../images/carousel/horn.png') no-repeat left top;
	margin-left: 33px;
	display: block;
	float: left;
	height:15px;
	width:20px;
}
.notice label{
	color: #844dbc;
	display: block;
	position: relative;
	left: 10px;
	width: 270px;
}
.notice_head{
	width:100%;
	height:32px;
}
.notice_head_close{
	width:32px;
	height:32px;
	background:url('../images/carousel/close.png') no-repeat center;
	float: right;
	right: 35px;
	top: 35px;
	position: relative;
}

.notice_title h1{
	font-size:100%;
	font-weight:normal;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 18px;
	margin-top: 62px;
	text-align: center;
}
.notice_line{
	text-align: center;
	width:100%;
	height:34px;	
}
.notice_line_cutoff{
	background: url('../images/carousel/cutoffline.png') no-repeat left top;
	width: 100%;
	height:18px;
	position: relative;
	top: 15px;
	right: 36px;
}

.notice_content{
	text-align: center;
}
.notice_content textarea{
	width: 895px;
	height: 300px;
	border: 0px;
	resize:none;
	background-color:#FFFFED;
	font-family: 'Microsoft YaHei', 'SimSun', Arial;
	font-size:15px;
	outline:none;
	margin: 20px 0px 0px 0px;
	overflow:hidden;
}
.notice_picture{
	text-align: right;
	width: 100%;
	height: 158px;
}
.notice_picture_purse{
	background: url('../images/carousel/purse.png') no-repeat center;
	width: 226px;
	height: 158px;
	float: right;
	position: relative;
	bottom: 120px;
}


