@charset "utf-8";
/* CSS Document */

.survey{ overflow:hidden; padding-top:60px; padding-bottom:35px;}
.survey .container{ overflow:hidden;}
.survey .container .title{ font-size:30px; line-height:30px; color:#5a5959; text-align:center; margin-bottom:50px;}
.survey .container p{ line-height:24px; text-indent:2em; margin:18px 0;}
.survey .container .img_view{ width:95%; margin:0 auto;}
.develop{ overflow:hidden; padding-bottom:100px;}
.develop .title{ font-size:18px; height:30px; line-height:30px; margin-bottom:30px; text-align:center;}
.develop_bg{ overflow:hidden; background:#f4f5f5;}
.develop_bg .container{ overflow:hidden;}
.develop_bg .container img:last-child{ display:none;}
@media all and (max-width:768px){
	.develop_bg{ background:none;}
	.develop_bg .container img:first-child{ display:none;}
	.develop_bg .container img:last-child{ display:block;}
}