.content{
	padding-bottom: 70px;
}
.content .parent_channel{
	background: url('../img/bg_product_channel.png') #0094dd -150px 0;
	color: #fff;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 30px;
}
.content .parent_channel .cn{
	font-size: 33px;
	font-weight: bold;
}
.content .parent_channel .en{
	font-size: 17.5px;
}
.content .sub_channel{
	padding-top: 15px;
	padding-bottom: 10px;
}
.content .sub_channel a{
	margin-bottom: 4px;
	color: #fff;
	background: #8c8c91;
	display: block;
	line-height: 45px;
	font-size: 16px;
	padding-left: 38px;
	text-decoration: none;
}
.content .sub_channel .on{
	background: #0a8fd5;
}
.content .info{
	background: #f4f4f4;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 58px;
	padding-bottom: 40px; 
	color: #000;
}
.content .info .name{
	border-bottom: 1px solid #dbdbdb;
	font-size: 40px;
	font-weight: bold;
}
.content .info .param{
	line-height: 28px;
	padding-top: 25px;
	padding-bottom: 80px;
}
.content .content_tit{
	border-bottom: 1px solid #008cdd;
	margin-top: 55px;
	margin-bottom: 30px;
}
.content .content_tit .text{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #008cdd;
	width: 200px;
	line-height: 42px;
	text-align: center;
}

@media (max-width: 768px){
	.content{
		padding-bottom: 0;
	}
	.content .info{
		padding: 20px;
	}
	.content .info .name{
		font-size: 30px;
	}
	.content .info .param{
		line-height: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.content .content_tit{
		border-bottom: 1px solid #008cdd;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}