@charset "utf-8";
/* CSS Document */

#content #info{
	width: 645px;
	margin:0 auto;
	line-height: 30px;
	padding: 0px 15px;
	color:#D1D1D1;
	background: #2E2E2E;
}
#conbody_info {
	width: 520px;
}
#content{
	width: 560px;
	height:760px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	line-height: 26px;
	padding-top: 100px;
	background:url(bg.jpg) top no-repeat;
}
#content .pic{
	position: absolute;
	left: 544px;
	top: -15px;
}
#content_map{
	width:630px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
#content table.bg_use td{
	background: url(../wrapper/img/bg.jpg);
}
#content table{
	margin:0 auto;
	border-collapse:collapse;
}
#content tr > td {
	color:#666666;
	padding: 10px 10px;
}
#content tr > td.title_use{
	color: #000000;
	padding-left: 0px;
}
#content tr > td.title_use img{
	padding:5px 13px 0px 0px;
}
#content tr > td table tr td{
	padding: 0px 0px;
	border-bottom: none;
}
.bclear img ,.bsend img,.bsend input,.blogin input{
	opacity: 1;
	transition: all .3s ease;
}
.bclear{
		display:inline-block;
		width:82px;
		height:83px;
	   background: url(../common/clear_.png);
}
.bsend{
		display:inline-block;
		width:82px;
		height:83px;
	   background:url(../common/send_.png);
}
.blogin{
		display:inline-block;
		width:82px;
		height:83px;
	   background:url(../common/login_.png);
}
.bclear:hover img,.bsend:hover img,.bsend:hover input,.blogin:hover input{
	    opacity: 0;

}