/* CSS Document */
.quan { display: block; width: 25%; position: relative; float: left; height: auto; overflow: hidden; }
.quan .quan_jsk { display: block; position: relative; height: auto; overflow: hidden; padding-bottom: 20px; margin-top: 20PX; }
.quan .gd_x { background: url(../image/gd_x.png) center center repeat-x; width: 100%; height: 1px; display: block; position: relative; top: 50%; }
.quan .gd_gdq { display: block; position: relative; z-index: 1; width: 100%; height: 100%; background: url(../image/gd_qu.png) center center no-repeat; background-size: 100% 100%; }
.quan_js { position: relative; left: 20%; width: 78%; top: 0.8em; height: 60%; padding-left: 3%; padding-top: 10px; padding-bottom: 10px; border-left: 1px solid #676767; }
.quan_js1 { font-size: 14px; color: #f0bf5f; line-height: 1.6; padding-bottom: 0.2em; }
.quan_js2 { font-size: 12px; color: #FFF; line-height: 1.5; }

@media (max-width:576px){
	.quan { width: 50%; }
	.quan .quan_jsk { padding-left: 15px; padding-right: 15px }
	.quan_js { left: 0; width: 100%; border-left: none; }
}