
	/* quick001_1 */
	.quick001_1 {width:100%;height:100%;float:left;padding: 15px;box-sizing:border-box;text-align:center;background-color:#005bab;}
	.quick001_1 h2 {color:white;font-size: 18px;line-height: 25px;font-weight: 600;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	
	.quick001_1 .circle {width:90px;height:90px;border-radius:100%;line-height:90px;border:1px solid #b7b7b7;margin: 23px auto 0;text-align: center;}
	.quick001_1 .circle:after {content: " "; margin-left:-0.6em; white-space: pre;}
	.quick001_1 .circle img {vertical-align:middle;max-width: 80%;max-height: 80%;}
	.quick001_1 ul {width:100%;float:left;text-align:center;margin-top:5px;}
	.quick001_1 ul li {width:100%;float:left;border:1px solid #a5aeb6;text-align:center;border-radius:3px;
						margin-top: 13.5px;height:30px;padding: 0 10px;overflow:hidden;line-height:30px; box-sizing:border-box;
						-webkit-transition:background 1s; transition:background 1s;}
	.quick001_1 ul li:hover {background:white !important;}
	.quick001_1 ul li:hover a {color:#333333 !important;}
	.quick001_1 ul li a {color:white; -webkit-transition:color 1s; transition:color 1s;}
	.quick001_1 ul li a span {width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

	/*layer height - different styling */
		 .layout_height_M .quick001_1 .circle {width: 114px;height: 114px;line-height: 114px;margin: 20px auto 5px;}
		 .layout_height_M .quick001_1 ul li {width:24%; float:left; margin-right:1.333%; box-sizing:border-box;}
		 .layout_height_M .quick001_1 ul li:last-child {margin-right:0;}
		 .layout_height_L .quick001_1 .circle {display:none;}
		 .layout_height_L .quick001_1 ul li {width:49.5%; float:left; box-sizing:border-box;}
		 .layout_height_L .quick001_1 ul li:nth-child(2n) {float:right;}


		@media (min-width:800px) and (max-width:1049px){
			.quick001_1 h2 {font-size:18px;}
			.quick001_1 .circle {/* width:90px; *//* height:90px; *//* margin:25px auto 0; */}
			.layout_height_L .quick001_1 ul {margin-top:15px;}
		}
		@media (min-width:600px) and (max-width:799px){
			.quick001_1 h2 {font-size:17px;}

			.quick001_1 .circle {width:80px; height:80px; line-height:75px; margin:25px auto 5px;}
			.quick001_1 ul li {background-color:white;}
			.quick001_1 ul li a {color:#333333;}

			.layout_block4 > .layout_height_H .quick001_1 .circle {margin:10px auto 5px;}
			.layout_block4 > .layout_height_H .quick001_1 ul {margin-top:0;}
			.layout_block4 > .layout_height_H .quick001_1 ul li {margin:0 0 5px;}

			.layout_block4 > .layout_height_M .quick001_1 .circle {float:left;}
			.layout_block4 > .layout_height_M .quick001_1 ul {width:58%; float:right; padding-top:5px;}
			.layout_block4 > .layout_height_M .quick001_1 ul li {width:100%; float:left; margin:0 0 5px; height:25px; line-height:25px; }
		}
		@media (max-width:599px){
			.quick001_1 h2 {font-size:17px;}
		}


