
	/* lowquick001 */
	.lowquick001 {width:100%; height:100%; float:left; padding:30px; box-sizing:border-box; text-align:center; background-color:#005bab;}
	.lowquick001 h2 {color:white; font-size:22px;}
	
	.lowquick001 .circle {width:90px; height:90px; border-radius:100%; line-height:90px; border:1px solid #b7b7b7; margin:15px auto 0;}
	.lowquick001 .circle:after {content: " "; margin-left:-0.6em; white-space: pre;}
	.lowquick001 .circle img {vertical-align:middle;}
	.lowquick001 ul {width:100%; float:left; text-align:center; margin-top:20px;}
	.lowquick001 ul li {width:24%; margin-right:1.333%; float:left; border:1px solid #a5aeb6; text-align:center; border-radius:3px; 
						height:37px; overflow:hidden; line-height:35px; box-sizing:border-box; white-space:nowrap;}
	.lowquick001 ul li:last-child {margin-right:0;}
	.lowquick001 ul li:hover {background-color:white;}
	.lowquick001 ul li:hover a {color:#333333;}
	.lowquick001 ul li a {color:white;}
	.lowquick001 ul li span.fl {float:none;}

	.layout_04 .lowquick001 ul li {font-size:12px; padding:0 2px;}

		@media (min-width:800px) and (max-width:1049px){
			.lowquick001 {padding:20px 15px;}
			.lowquick001 h2 {font-size:18px;}
			.lowquick001 .circle {width:90px; height:90px; margin:25px auto 0;}
			.layout_height_L .lowquick001 ul {margin-top:15px;}
		}
		@media (min-width:600px) and (max-width:799px){
			.lowquick001{padding:20px 15px;}
			.lowquick001 h2 {font-size:18px;}

			.lowquick001 .circle {width:80px; height:80px; line-height:75px; margin:25px auto 5px;}
			.lowquick001 ul li {background-color:white;}
			.lowquick001 ul li a {color:#333333;}
		}
		@media (max-width:599px){
			.lowquick001 {padding:20px 15px;}
			.lowquick001 h2 {font-size:17px; text-align:left;}
		}


