.article{ background:#f8f8f8;}
	.article .inner{ background:#ffffff;}

/* PC版 */
@media screen and (min-width: 751px){
	/* 安全保障  使用条款 */	
	.article .inner .banner{ background:url(../Images/article/article_bg.jpg) no-repeat center; width:1200px; height:400px;}
	.article .inner .sec_con{ padding:0 35px; padding-bottom:130px;}
	.article .inner .sec_con h2{ font-size:30px; text-align:center; color:#090909; font-weight:normal; line-height:126px;}
	.article .inner .sec_con h3{ font-size:18px; line-height:20px; font-weight:normal; color:#487cb0; border-left:4px solid #487cb0; height:20px; padding-left:18px; margin:15px 0;}
	.article .inner .sec_con p{ font-size:16px; color:#6d6d6d; line-height:24px; padding:12px 20px;}
}


/* 移动端适配版 */
@media screen and (max-width: 750px){
	/* 安全保障  使用条款 */
	.article .inner .banner{ margin-top: 50px;background:url(../Images/article/article_bg.jpg) no-repeat center; background-size: 100% 100%;width:100%; height:400px;}
	.article .inner .sec_con{ padding:0 4%; padding-bottom:70px;}
	.article .inner .sec_con h2{ font-size:25px; text-align:center; color:#090909; font-weight:normal; line-height:100px;}
	.article .inner .sec_con h3{ font-size:18px; line-height:20px; font-weight:normal; color:#487cb0; border-left:4px solid #487cb0; height:auto; padding-left:10px; margin:15px 0;}
	.article .inner .sec_con p{ font-size:14px; color:#6d6d6d; line-height:24px; padding:0 0 12px 12px;}	
}