.address {
	height: 41px;
	border-bottom: 1px solid #c1c1c1;
	margin-top: 30px;
	 background: url(../img/bg-2.png) repeat-x 0 38px;
}

.address span {
	display: inline;
	font-size: 15px;
	vertical-align: top;
	margin-left: 10px;
	color: #c1c1c1;
}

.main {
	width: 1120px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.content {
	width: 100%;
	margin-top: 25px;
	background-color: white;
	border: 1px solid #e8e8e8;
	position: relative;
}

.blue {
	width: 30px;
	height: 4px;
	background-color: #3aa3e4;
	margin-left: 60px;
}

.title {
	width: 100%;
	height: 60px;
	margin: 35px auto 0 auto;
	font: 26px bold;
	line-height: 60px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sub_title {
	width: 750px;
	height: 48px;
	margin: 15px auto 0 auto;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text {
	margin: 35px auto 20px auto;
	font-size: 14px;
	text-indent: 2em;
	width: 760px;
	word-break: break-all;
	line-height: 30px;
	min-height: 300px;
}

.link_box {
	position: absolute;
	top: 100px;
	left: 130px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.link_box li {
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.link_box>li:last-child {
	border-bottom: none;
}

.fx {
	padding-top: 20px;
	background: url("../img/click.png") no-repeat center 5px;
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	width: 40px;
	text-align: center;
	color: #d3d3d3;
}

.sc {
	padding-top: 20px;
	background: url("../img/shoucang_16px_unsel.png") no-repeat center 5px;
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	color: #d3d3d3;
	width: 40px;
	text-align: center;
	cursor:pointer;
}

.already_sc {
	background-image: url(../img/shoucang_sel.png) !important;
}

.weiXin_box {
	width: 136px;
	height: 128px;
	display: none;
	position: absolute;
	left: 40px;
	top: -30px;
	z-index: 22;
	background: url("../img/qr_Frame-.png") no-repeat center;
}

.weixin {
	width: 26px;
	top: 14px;
	left: 5px;
	height: 21px;
	background: url("../img/weixin_icon.png") no-repeat center center;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.weiXin_pic {
	width: 96px;
	height: 96px;
	border: 1px solid #EAEAEA;
	margin: 11px 0 0 17px;
	padding: 5px;
}

.weixin:hover .weiXin_box {
	display: block;
}