.support_content{
	width: 100%;
	overflow: hidden;
}
.support_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.support_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.support_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.support_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:767px ) {
	.support_title{
		padding: 20px 0 10px;
	}
	.support_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.support_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
/*After-Sales Service*/
.after_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px;
	color: #333333;
}
.after_img{
	width: 360px;
	overflow: hidden;
	float: right;
}
.after_txt{
	width: calc(100% - 360px);
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	overflow: hidden;
	float: left;
	padding: 0 30px 0 10px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.after_list{
	width: 100%;
	overflow: hidden;
	padding: 25px 100px 0 10px;
	font-size: 12px;
}
.after_list h4{
	margin-bottom: 10px;
	font-size: 16px;
}
.after_img img{
	max-width: 100%;
	margin-bottom: 15px;
}
@media only screen and (max-width:991px ) {
	.after_txt{
		width: 100%;
		padding: 0 10px;
	}
	.after_list{
		padding: 25px 0 0 10px;
	}
	.after_img{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.after_content{
		padding: 30px 0 25px;
	}
	.after_txt{
		padding: 0;
	}
}
@media only screen and (min-width:992px ) {
	.after_list{
		padding: 25px 0 0 10px;
	}
}
@media only screen and (min-width:1250px ) {
	.after_list{
		padding: 25px 100px 0 10px;
	}
}
/*Download*/
.download_content{
	width: 100%;
	overflow: hidden;
}
.download_box{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 15px 10px;
	border-bottom: 1px solid #ebebeb;
}
.download_box:last-of-type{
	border: none;
}
.download_box h4{
	font-size: 18px;
	color: #c0182f;
	margin-bottom: 20px;
	font-weight: bold;
}
.catalog_box{
	width: 830px;
	max-width: 100%;
	height: 80px;
	background-color: #f5f5f5;
	padding: 15px;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	float: left;
	margin: 0 0 20px 0;
}
.download_box img{
	float: left;
	margin-right: 24px;
}
.download_box p{
	float: left;
}
.download_box a{
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background-color: #c0182f;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	border-radius: 5px;
}
.download_box a:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width:991px ) {
	.download_box p{
		width: calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		height: 50px;
		overflow: hidden;
	}
}
@media only screen and (max-width:767px ) {
	.download_box{
		padding: 20px 0 10px;
	}
	.download_box h4{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.catalog_box{
		width: 100%;
		height: 70px;
		padding: 10px;
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	.download_box img{
		margin-right: 10px;
	}
	.download_box p{
		width: calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -webkit-calc(100% - 140px);
		margin: 7px 0;
		height: 36px;
	}
	.softwar_box p{
		line-height: 36px;
	}
	.article_box p{
		margin: 0;
		font-size: 13px;
		height: 48px;
		line-height: 16px;
	}
}
/*Before-Sales Service*/
.before_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px;
	color: #333333;
}
.before_img{
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.before_txt{
	width: 100%;
	overflow: hidden;
	padding: 0 30px 0 10px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.before_content h4{
	margin-bottom: 10px;
	font-size: 16px;
}
.before_img img{
	max-width: 100%;
	margin: 0 10px;
}
@media only screen and (max-width:991px ) {
	.before_txt{
		width: 100%;
		padding: 0 10px;
	}
	.before_img{
		width: 100%;
		margin-top: 30px;
	}
	.before_img img{
		margin: 0 10px 10px;
	}
}
@media only screen and (max-width:767px ) {
	.before_content{
		padding: 30px 0 25px;
	}
	.before_txt{
		padding: 0;
	}
	.before_img img{
		margin: 0 0 10px;
	}
}