	.select-category {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 44px;
		background: #FFFFFF;
		display: table;
		z-index: 9;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0.9;
		-moz-opacity: 0.9;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		margin-top: 5px;
	}
	
	.select-category .title_h5 {
		display: table;
		margin: 8px auto;
		height: 28px;
	}
	
	.select-category h5 select {
		width: auto;
		color: #343434;
		padding: 0px 12px;
		vertical-align: middle;
		margin-bottom: 0;
		margin-top: 0;
		/*background: #EFEFEF;*/
		background: #FFFFFF;
		outline: solid 1px #067CC2;
		height: 28px;
		line-height: 30px;	
	}
	
	.select-category h5 select:focus {
		height: 32px;
		margin-top: -2px;
		line-height: 35px;
		padding-left: 14px;
		padding-right: 12px;
		margin-left: -2px;
		margin-bottom: -2px;
	}
	
	.select-category label#lblSelect::after {
		content: "›";
		position: absolute;
		border: solid 1px #067CC2;
		border-left: none;
		width: 29px;
		line-height: 20px;
		margin-top: 3px;
		margin-left: -6px;
		vertical-align: middle;
		text-align: center;
		background: #067CC2;
		color: #FFFFFF;
		font-size: 18px;
		pointer-events: none;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	/*****/
	
	img.neiyeImg {
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0;
	}
	/*****/
	/*	.pageTitle {
		text-align: center;
		margin: 20px auto 30PX;
	}
	
	.pageTitle div.b1 {
		display: inline;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		letter-spacing: 1px;
		color: #3f3f3f;
		position: relative;
		padding: 6px 10px 3px;
		background: #FFFFFF;
		border: solid 1px #3f3f3f;
	}
	
	.pageTitle div.s1 {
		display: inline;
		color: #3f3f3f;
		position: relative;
		z-index: 2;
		background: #FFFFFF;
		border: solid 0px #BFBFBF;
		padding: 0 8px;
	}
	
	.pageTitle hr {
		width: 80%;
		margin: 0 auto;
		background: #3f3f3f;
		height: 1px;
		border: 0;
		position: relative;
		z-index: 1;
		margin-top: -13px;
	}*/
	
	.pageTitle {
		text-align: center;
		margin: 15px auto 18PX;
	}
	
	.pageTitle div {
		display: inline;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 1px;
		color: #3F3F3F;
	}
	
	.pageTitle hr {
		width: 30px;
		margin: 0 auto;
		background: #067CC2;
		height: 2px;
		border: 0;
		margin-top: 5px;
	}
	
	.content-p .content-c {
		margin-top: 10px;
		min-height: 250px;
	}
	
	.content-p .content-c img {
		max-width: 100%;
	}
	/****/
	
	#nodataDiv {
		width: 100%;
		text-align: center;
		margin-top: 20%;
		color: #898989;
		font-size: 12px;
		letter-spacing: 1px;
	}
	/****/
	
	#pageNext {
		text-align: center;
		width: 98%;
		background: #FFFFFF;
		clear: both;
		font-size: 13px;
		margin: 5px auto;
	}
	
	.getMore {
		text-align: center;
		color: #707070;
		width: 160px;
		text-decoration: none;
		background: #FFFFFF;
		display: block;
		line-height: 20px;
		padding: 6px 0;
		letter-spacing: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		border: solid 1px #707070;
		margin: 0 auto;
	}
	
	.getMore:focus,
	.getMore:hover {
		color: #707070;
	}
	
	.finsishLoading {
		margin: 10px 0 20px;
		text-align: center;
		color: #ababab;
	}
	
	.finsishLoading span {
		height: 30px;
		display: block;
		line-height: 30px;
		position: relative;
		z-index: 2;
		background: #FFFFFF;
		width: 50px;
		margin: 0 auto;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 13px;
	}
	
	.finsishLoading hr {
		padding: 0;
		margin: 0;
		position: relative;
		top: -15px;
		border: none;
		height: 1px;
		background: #ababab;
		width: 100px;
		margin: 0 auto;
	}
	/*******about*******/
		.aboutNav {
		width: 90%;
		margin: 15px auto;
		border: solid 1px #067CC2;
		display: table;
		height: 36px;
		border-right: none;
	}
	
	.aboutNav a {
		width: 33.333333333333333%;
		display: block;
		float: left;
		text-align: center;
		color: #067CC2;
		font-size: 10px;
		height: 36px;
		line-height: 36px;
		border-right: solid 1px #067CC2;
		letter-spacing: 1px;
		position: relative;
		z-index: 1;
		text-transform: uppercase;
	}
	
	.aboutNav a.active {
		color: #FFFFFF;
		background: #067CC2;
	}
	img.aTitle {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	
	.advDiv {
		width: 100%;
		margin: 15px auto 20px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	
	.advDiv div {
		width: 24%;
	}
	
	.advDiv div img {
		width: 100%;
		display: block;
	}