	.main-bgstyle {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}
	.main-bgstyle:after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .8);
	}
	/**/
	
	.main-box {
		padding-top: 80px;
	}
	.main-title {
		padding-top: 20px;
		padding-bottom: 40px;
		text-align: center;
	}
	.main-title h3 {
		font-size: 24px;
		color: #00ABC7;
	}
	.main-title p {
		font-size: 14px;
		padding-top: 10px;
		color: #999;
		font-family: arial;
	}
	@media (max-width: 768px) {
		.main-bgstyle:after {

		background-color:#111;
	}
		.main-title {
			padding-top: 20px;
			padding-bottom: 30px;
		}
		.page-subnav a {
			padding: 0 20px;
		}
	}
	.page-subnav {
		padding-top: 25px;
		font-size: 0;
		border-top: 3px solid #00ABC7;
		text-align: center;
	}
	.page-subnav a {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 45px;
		font-size: 18px;
		color: #00ABC7;
		border:1px solid #00ABC7;
		margin: 0 5px;
		margin-bottom:10px;
	}
	.page-subnav a.active {
		background-color: #00ABC7;
		color: #fff;
	}
	.page-subnav a:hover {
		background-color: #097282;
		color: #fff;
	}
	.main-content {
		min-height: 400px;
		margin: 0 auto;
		color: #999;
		padding-bottom: 60px;
		text-align: justify;
	}
	/*页码*/
	
	.page-code {
		text-align: center;
		font-size: 0;
		padding: 25px 0;
	}
	.page-code a {
		display: inline-block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		color: #666;
		font-family: '宋体';
	}
	.page-code a.a1{
		font-family: arial;
		color: #fff;
	}
	/*如果有下一页*/
	
	.page-code a:last-child {
		color: #00ABC7;
	}