body {
	background-color: #fff !important;
}
#page {
	max-width: 100% !important;
	width: 100% !important;
}


.chat-form {
	/*margin-top: 20px;*/
}
.chat-items .morelink {
	text-align: center;
	margin: auto;
}


/* helper begin */
.helpers {
	padding: 50px 0 0 0;
	background: url(pic/bg_1.png) repeat;
}
.helpers > h2 {
	margin: 0;
	text-align: center;
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	padding-bottom: 10px;
}
.helper {
	padding: 25px 0 50px 0;
	overflow: hidden;
	max-width: 1120px;
	margin: auto;
}
.helper .prop {
	width: 33.333% !important;
}
.helper .cell td {
	position: relative;
	height: 290px;
	vertical-align: middle !important;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: #546775;
}
.helper .i1 .bg {
	background: red url(pic/aside_1.jpg) no-repeat center center;
}
.helper .i2 .bg {
	background: yellow url(pic/aside_2.jpg) no-repeat center center;
}
.helper .i3 .bg {
	background: green url(pic/aside_3.jpg) no-repeat center center;
}
.helper .i4 .bg {
	background: blue url(pic/aside_4.jpg) no-repeat center center;
}
.helper .i6 .bg {
	background: orange url(pic/aside_5.jpg) no-repeat center center;
}
.helper .i5 .bg {
	background: gray url(pic/aside_6.jpg) no-repeat center center;
}
.helper .bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 290px;
	max-width: 380px;
	z-index: 1;
		 -o-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
.helper hr {
	width: 150px;
	margin: 10px auto;
	border-top: 2px solid #54a22a;
}
.helper .wrap {
	position: relative;
	padding: 10px;
	z-index: 2;
}
.helper .title {
	font-size: 20pt;
	font-weight: 600;
}
.helper .body {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #54a22a;
	height: 0px;
	opacity: 0;
	overflow: hidden;
		 -o-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
.helper .detail {
	position: absolute;
	bottom: 0px;
	opacity: 0;
	width: 100%;
	font-size: 16px;
		 -o-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
.helper .hover .detail {
	opacity: 1;
	bottom: 0px;
}
.helper .hover .body {
	opacity: 1;
	height: 100px;
}
.helper .hover .bg {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* .helper end */

.news .container {
	max-width: 1140px;
	padding: 0 20px;
	margin: auto;
}

.news {
	margin-bottom: 50px;
}
.news .item {
	position: relative;
	overflow: hidden;
	width: 270px;
	height: 370px;
	background: url(pic/news.jpg) center top no-repeat;
	font-weight: 500;
	line-height: 1.1;
}
.news h2 a {
	color: #222;
}
.news a {
	color: #fff;
	text-decoration: none;
}
.news a:hover {
	color: #000;
	text-decoration: none;
}
.news .image {
	position: relative;
	z-index: 0;
}
.news .shadow {
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 80%;
	left: 0;
	width: 100%;
	background: rgb(255,152,0);
	background: rgba(255,152,0,0.5);
	background: -moz-linear-gradient(top, rgba(255,152,0,0) 0%, rgba(255,152,0,1) 85%, rgba(255,152,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,152,0,0)), color-stop(85%, rgba(255,152,0,1)), color-stop(100%, rgba(255,152,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,152,0,0) 0%, rgba(255,152,0,1) 85%, rgba(255,152,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,152,0,0) 0%, rgba(255,152,0,1) 85%, rgba(255,152,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,152,0,0) 0%, rgba(255,152,0,1) 85%, rgba(255,152,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,152,0,0) 0%, rgba(255,152,0,1) 85%, rgba(255,152,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ff9800', GradientType=0 );
}
.news .item .body {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	text-align-last: left;
}
.news .item .body > div {
	padding: 14px;
}
.news .item span {
	display: block;
}
.news .content {
	font-weight: 300;
	margin: 6px 0;
}
.news .date {
	display: block;
	text-align: right;
	text-align-last: right;
	padding-top: 20px;
	line-height: 1;
	color: #b4b4b4;
}


@media screen and (max-width: 768px) {
	.helper .title {
		font-size: 16pt;
	}
	.helper .prop {
		width: 50% !important;
	}
}