@CHARSET "UTF-8";
.container { margin-top: 157px;}

@media (min-width: 1300px) {
	.container { 
		width: 1230px;
	}
}
@media (max-width: 1320px) {
	.container { margin-top: 143px; }
}
@media (max-width: 1120px) {
	.container { margin-top: 127px; }
}
@media (max-width: 767px) {
	.container { margin-top: 70px;}
}

.container { background: url(../images/zzhz-bg.jpg) no-repeat left top;}
.row { display: table; }

.row-1 {
	padding-left: 334px;
	margin-bottom: 35px;
}
.row-2 {
	padding-left: 447px;
	margin-bottom: 81px;
}
.row-3 {
	padding-left: 495px;
	margin-bottom: 82px;
}
.row-4 {
	padding-left: 447px;
	margin-bottom: 37px;
}
.row-5 {
	padding-left: 334px;
	margin-bottom: 50px;
}

.circle {
	display: table-cell;
	text-align: center;
	vertical-align: middle; 
}
.circle span {
	display: inline-block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background-color: #f0f0f5;
	color: #fe0154;
	font-size: 20px;
	line-height: 26px;
	padding: 17px 0;
}
span.colspan {
	display: table-cell;
	width: 20px;
}
.text {
	background-color: #f0f0f5;
	height: 86px;
	border-radius: 30px;
	vertical-align: middle;
	font-size: 14px;
	font-family: "simsun","Helvetica";
	line-height: 24px;
}
.text .panel-body { padding: 7px 20px;}
@media (min-width: 768px) {
	.text { display: table-cell; }
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.row-2 { margin-bottom: 68px;}
	.row-3 { margin-bottom: 70px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container { background-size: 400px auto;}
	.row-1 {
		padding-left: 284px;
		margin-top: -10px;
		margin-bottom: 16px;
	}
	.row-2 {
		padding-left: 377px;
		margin-bottom: 28px;
	}
	.row-3 {
		padding-left: 425px;
		margin-bottom: 30px;
	}
	.row-4 {
		padding-left: 377px;
		margin-bottom: 15px;
	}
	.row-5 {
		padding-left: 284px;
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container { background-size: 350px auto;}
	.row-1 {
		padding-left: 244px;
		margin-top: -10px;
		margin-bottom: 2px;
	}
	.row-2 {
		padding-left: 327px;
		margin-bottom: 5px;
	}
	.row-3 {
		padding-left: 360px;
		margin-bottom: 7px;
	}
	.row-4 {
		padding-left: 327px;
		margin-bottom: 6px;
	}
	.row-5 {
		padding-left: 244px;
		margin-bottom: 50px;
	}
	.circle span {
		width: 70px;
		height: 70px;
		font-size: 16px;
		line-height: 22px;
		padding: 13px 0;
	}
	span.colspan { width: 15px;}
	.text {
		height: 70px;
		border-radius: 20px;
		vertical-align: middle;
		font-size: 12px;
		line-height: 22px;
	}
	.text .panel-body { padding: 4px 15px;}
}

.row-6 { 
	margin: 0 -15px 50px -15px; 
}
.footer-row {
	display: table;
	width: 100%;
	background-color: #f0f0f5;
	font-size: 14px;
	font-family: "simsun","Helvetica";
	line-height: 30px;
}
.footer-row span.item {
	display: table-cell;
	text-align: center;
}

@media (max-width: 991px) {
	.footer-row {
		font-size: 12px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.gold {
		width: 60%;
		display: block;
		margin: 10px auto 20px auto;
	}
	.container { background: #fff;}
	.row { 
		display: block;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.text {
		height: auto;
		overflow: hidden;
		font-size: 12px;
		border-radius: 10px;
		margin-top: 5px;
		border: 1px solid #d5d5db;
		background-color: #fff;
	}
	.title a {
		display: block;
		width: 100%;
		height: 40px;
		background-color: #f0f0f5;
		outline: none;
		border-radius: 5px;
		color: #fe0154;
		text-decoration: none;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
	}
	.row-6 { 
		margin: 0;
		margin-bottom: 30px;
	}
	.footer-row { 
		line-height: 22px; 
		padding: 8px 0;
	}
	.footer-row span.item {
		display: block;
		text-align: center;
	}
}