.index-page .support-banner {
	width: 100%;
	height: 500px;
	background: url(../images/support/banner.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
}

.support-banner-text {
	text-align: left;
	padding-top: 100px;
}


.breadcrumb {
	width: 100%;
	float: left;
}

.support-news .news-title {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 20px;
}



.support-news .content {
	background-color: #fff;
	margin-bottom: 40px;
}

.support-news .content:hover {
	box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.support-news .content:hover .news-title {
	color: #8c0000
}

.support-news-detail-banner {
	width: 100%;
	height: 500px;
	background: url(../images/support/banner.jpg);
	background-size: cover
}



.download {
	background-color: #f7f7f7;
	padding: 20px;
}

@media only screen and (max-width:740px) {

	.index-page .support-banner,
	.support-news-detail-banner {
		height: 220px;
	}

	.support-banner-text {
		text-align: left;
		padding: 0px;
	}

	.slide_simple--title {
		font-size: 20px !important;
	} 

}

@media only screen and (min-width:740px) {
	.support-news .right {
		padding: 20px;
	}

}


@media only screen and (min-width:741px) and (max-width:1240px) {


	.index-page .support-banner,
	.support-news-detail-banner {
		height: 320px;
	}

	.support-banner-text {
		padding-top: 20px;
	}

	.slide_simple--title {
		font-size: 20px !important;
	}

}

@media only screen and (min-width:1240px) {
	.suport-sample-right {
		padding-left: 50px;
	}
}
