.share{
	width: 100%;
    display:none;
	padding: 10px 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.jiathis_style_32x32{
    width: 500px;
    margin: 0 auto;
    padding-left: 965px;
}

.focus {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.focus .box {
	height: 395px;
}
.focus .box a {
	display: block;
	width: 100%;
	height: 100%;
}
.focus .box img {
	width: 1400px;
	min-width: 1400px;
	position: relative;
	left: 50%;
	margin-left: -700px;
}
.focus ul {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transition: all 0.5s;
}
.focus li {
	float: left;
	width: 30px;
	height: 5px;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-right: 5px;
}
.focus li.current {
	background: white;
}



.news {
	background: url(/image/bg/index-news-bg.png);
	position: relative;
}
.news section {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
}
.news section > * {
	float: left;
	margin-right: 20px;
}
.news section h1 {
	font-weight: bold;
	color: #4c4c4c;
}
.news section .handle {
	width: 63px;
	height: 23px;
	background: url(/image/bg/index-news-handle.png);
	margin-top: 3px;
}
.news section .handle button {
	float: left;
	width: 21px;
	height: 100%;
	background: none;
}
.news section ul {
	height: 30px;
	overflow: hidden;
}
.news li {
	word-break: keep-all;
	white-space: nowrap;
}
.news section li a {
	color: #595959;
}
.news li time {
	margin-left: 1em;
	color: #8c8c8c;
}
.news .spread {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 940px;
	height: 150px;
	padding: 36px 36px 30px;
	margin-left: -508px;
	background: url(/image/bg/index-news-spread.png);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	visibility: hidden;
}
.news .spread.opened {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	visibility: visible;
}
.news .spread > a img {
	float: left;
	margin-right: 20px;
}
.news .spread ul {
	float: left;
}
.news .spread li {
	margin-bottom: 11px;
	background: url(/image/icon/arrow-right-2.png) no-repeat left center;
	padding-left: 1em;
}
.news .spread li a {
	color: #4c4c4c;
}
.news .spread li img {
	vertical-align: top;
}
.news .spread button {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	background: url(/image/bg/button-close.png);
}



.features-wrapper {
	height: 180px;
	padding: 20px 0;
	/* background: url(/image/bg/gradient.png); */
	background:#fff;
}
.features {
	width: 999px;
	margin: 0 auto;
	position: relative;
}
.features h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4b4b4b;
	text-align: center;
	border-top: 2px solid #bebebe;
	line-height: 0;
	margin: 15px 0 23px;
}
.features h1 span {
	background: #fff;
	padding: 0 10px;
}
.feature {
	float: left;
	width: 152px;
	margin: 0 8px;
	height: 79px;
	padding: 61px 0 0 165px;
	cursor: pointer;
}
.feature-1 {
	background: url(/image/bg/index-feature-1.png) -15px 0 no-repeat;
}
.feature-2 {
	background: url(/image/bg/index-feature-2.png) -15px 0 no-repeat;
}
.feature-3 {
	background: url(/image/bg/index-feature-3.png) -15px 0 no-repeat;
}
.features h2 {
	font-size: 18px;
}
.feature-1 h2 {
	color: #3a82fe;
}
.feature-2 h2 {
	color: #3a82fe;
}
.feature-3 h2 {
	color: #3a82fe;
}

.features .spread {
	width: 617px;
	height: 190px;
	padding: 35px 30px;
	position: absolute;
	bottom: -25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.feature-1 .spread {
	background: url(/image/bg/index-feature-spread-1.png);
	left: -5px;
}
.feature-2 .spread {
	background: url(/image/bg/index-feature-spread-2.png);
	height: 230px;
	left: 161px;
}
.feature-3 .spread {
	background: url(/image/bg/index-feature-spread-3.png);
	right: -5px;
}
.feature .spread.visible {
	visibility: visible;
	opacity: 1;
}
.features .spread p {
	font-weight: bold;
	font-size: 16px;
	padding-right: 80px;
	line-height: 1.4;
	min-height: 70px;
}
.feature-1 .spread p {
	color: #49a5c3;
}
.feature-2 .spread p {
	color: #72b66a;
	margin-bottom: 15px;
}
.feature-3 .spread p {
	color: #c0b05e;
}
.features .spread li {
	line-height: 1.5;
	margin-bottom: 5px;
	color: #808080;
	padding-left: 12px;
	background: url(/image/icon/arrow-right-2.png) no-repeat left 5px;
}



.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/image/others/loading.gif) no-repeat 50%;
	z-index: 2;
	display: none;
}
.cover img, .cover button {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}
.cover.show img, .cover.show button {
	opacity: 1;
	visibility: visible;
}
.cover img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
}
.cover button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: 201px 0 0 484px;
	background: url(/image/icon/arrow-top-1.png);
}