
	/* lowquick001 */
	.lowquick001 {width:100%;height:100%;float:left;padding: 15px;box-sizing:border-box;text-align:center;background-color:#005bab;}
	.lowquick001 h2 {color:white;font-size: 18px;line-height: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	
	.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: 54px;}
	.lowquick001 ul li {width:24%; height:37px; line-height:35px; overflow:hidden; box-sizing:border-box;
						float:left; margin-right:1.333%; padding: 0 10px; text-align:center;
						border:1px solid #a5aeb6; border-radius:3px;
						white-space:nowrap; text-overflow:ellipsis; -webkit-transition:background 1s; transition:background 1s;}
	.lowquick001 ul li:nth-child(4),
	.lowquick001 ul li:last-child {margin-right:0;}
	.lowquick001 ul li:hover {background:white !important;}
	.lowquick001 ul li:hover a {color:#333333 !important;}
	.lowquick001 ul li a {color:white;width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
						-webkit-transition:color 1s; transition:color 1s;}
	.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 h2 {font-size:17px;}

			.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 h2 {font-size:17px;}
		}


