.about-banner {
	width: 100%;
	height: 160px;
	background: url(img/about_banner.jpg) no-repeat center;
}
.color-blue {
	color: #059fff;
}
/*links 主体*/
.links-main {
	padding-bottom: 60px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
.links-wrap-div {
	margin-top: 36px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	border-right: none;
}
.links-bg-a {
	float: left;
	width: 25%;
	*width: 24.9%;
	height: 120px;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
}
.links-bg-a:hover {
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 16px rgba(0,0,0,0.12);
	box-shadow: 0 2px 16px rgba(0,0,0,0.12);
}
.links-bg-a img {
	display: block;
	width: 100%;
	height: 100%;
}
/*share-link*/
.share-link-wrapper {
	width: 100%;
	padding-bottom: 100px;
}
.links-introduce-p {
	margin-bottom: 35px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}
.share-link-left {
	width: 90%;
	padding-left: 50px;
	background: url(img/links-share-virtical-bg.png) no-repeat 0 0;
}
.share-link-left-title {
	/*margin-top: 20px;*/
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #059fff;
}
.share-link-left-title-introduce {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.step2-introduce {
	margin-bottom: 34px;
}
.share-code-title,.txt-link-code,.logo-link-code {
	margin-left: 20px;
}
.link-email {
	color: #009ed6;
	margin-top: 30px;
}
.link-email i {
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(img/link_icon_list.png) no-repeat 0 -16px;
	margin-right: 12px;
}
.share-link-right {
	padding-left: 5%;
}
.share-link-right i {
	display: none;
}
.share-code-title {
	display: inline-block;
	*display: block;
	color: #999;
	font-size: 14px;
	position: relative;
	/*padding-left: 20px;*/
}
.share-code-title span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 16px;
}
.logo-link-code,
.txt-link-code {
	position: relative;
	margin-top: 15px;
	/*border: 1px solid #bebebe;*/
}
.share-code-title .txt-code-icon {
	background: url(img/link_icon_list.png) no-repeat -2px -45px;
}
.share-code-title .logo-code-icon {
	background: url(img/link_icon_list.png) no-repeat -2px -85px;
}
.link-code-box {
	/*float: left;*/
	*margin-bottom: 23px;
	width: 80%;
	max-width: 498px;
	height: 100%;
	background-color: #fff;
	color: #666666;
	padding: 6px 2%;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
.link-preview-box,
.link-preview-box-2 {
	position: absolute;
	top: -48px;
	right: -100px;
	width: 35%;
	*width: 33%;
	height: 68px;
	line-height: 68px;
}
.link-preview-box-2{
	height: 50px;
	line-height: 50px;
}
.preview-text {
	padding-left: 10%;
	font-size: 14px;
	color: #999;
}
.preview-info,
.preview-info-2 {
	width: 50%;
	height: 50px;
	margin-left: 26px;
}
.preview-info {
	width: 122px;
	height: 44px;
}
.preview-info img {
	width: 100%;
	height: 100%;
}
.preview-info-2 {
	margin-top: 0;
	background:none;
	font-size: 14px;
	line-height: 30px;

}
.preview-info-2 a{
	color: #0000ee;
}
.copy-code-1,
.copy-code-2 {
	float: left;
	margin: 10px 0 20px 0;
	*margin: 5px 0 15px 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 2px;
	background: #059fff;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.ie7-fix {
	*height: 1px;
	width: 100%;
}
.copied-remind {
	display: none;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 24px;
	background: url(img/links-ok.png) no-repeat 0 center;
	font-size: 14px;
	color: #ff8800;
}
/*提示无flash*/
.noflash-remind {
	display: none;
	float: right;
	font-size: 14px;
	color: #d60f0d;
}

.link-deck dl.first-dl {
	margin-left: 0;
}
