﻿@charset "utf-8";
/* CSS Document */
/*工作流程*/
.liucheng-box{width:1200px;margin:0 auto;padding:0 20px;margin-top:60px;position:relative;}
.bg{position:absolute;width:100%;z-index:-10;opacity:.2}
.liucheng{margin-bottom:60px;}
.liucheng:last-of-type{margin-bottom:0;}
.liucheng-biaoti{margin-bottom:20px;position:relative;}
.liucheng-biaoti:after{content:"";position:absolute;width:90px;height:4px;background-color:#ff8823;left:0;bottom:-10px;}
.liucheng-biaoti-zhongwen{font-size:24px;color:#ff8823;float:left;}
.liucheng-biaoti-yingwen{font-size:18px;color:#ff8823;float:left;margin-top:8px;margin-left:10px;}
.liucheng-jianjie{font-size:16px;line-height:24px;color:#333;margin-bottom:10px;font-weight:600;}
.liucheng-neirong{font-size:16px;text-indent:2em;line-height:24px;text-align:justify;color:#333;}
/*响应式*/
@media(max-width:1260px){
	.liucheng-box{width:100%;max-width:960px;margin:40px auto 0;}
	.bg{width:90%;}
	.liucheng{margin-bottom:40px;}
	.liucheng-biaoti-zhongwen{font-size:24px;margin-bottom:0;}
	.liucheng-biaoti-yingwen{font-size:16px;}
}
@media(max-width:991px){
  	.liucheng-jianjie{font-size:14px;margin-bottom:5px;}
	.liucheng-neirong{font-size:14px;line-height:24px;}
}
@media(max-width:680px){
  	.liucheng-biaoti{margin-bottom:20px;}
	.liucheng-biaoti:after{width:60px;height:2px;bottom:-6px;}
	.liucheng-biaoti-zhongwen{font-size:22px;}
	.liucheng-biaoti-yingwen{font-size:16px;margin-top:10px;}
	.liucheng-jianjie{font-size:14px;margin-bottom:2px;}
}
@media(max-width:500px){
  	.liucheng-biaoti-zhongwen{float:none;}
  	.liucheng-biaoti-yingwen{float:none;margin-top:2px;margin-left:0;}
  	.liucheng-biaoti:after{bottom:-10px;}
}