	html {
		background: #fff;
		width:100%;
		height:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
		font-family: 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
	}
		img {
	    -moz-user-select: none; 
	    -webkit-user-select: none;
	    -ms-user-select: none; 
	    user-select: none; 
	    -webkit-user-drag: none;
	    user-drag: none;
	}

	a,
	a:hover,
	a:active,
	a:focus
	{
		text-decoration:none;
		outline:none;
	
	}
body{
	margin:0;
	padding:0;
	color:#333;
	font-family:Cambria, Georgia, serif;
	font-size:15px;
	overflow-x:hidden;
	background-color: #f1f1f1;
}
header, section, footer, hgroup{
	display:block;
}
a {
	color:#35BFFF;
	text-decoration:none;
}
a:hover, a:active{
	color:#91DCFF;
}

/* Header */
#header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	padding:5px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:2px 1px 1px #333, 2px 2px 1px #888;
	color:#EAEAEA;
	float:left;
	font-size:27px;
}
#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	width:100%;
	position:fixed;
	padding-left:20px;
	bottom:0;
	left:0;
	line-height:20px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#footer span{
	display:block;
}

/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
.wrapper{
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 1200px;
}
.container{
}
.grid{
	background:#fff;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.grid .imgholder img{
	background:#ccc;
	background:url(images/loding.gif) no-repeat center;
}
.grids {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
}
.wrap {
	height: 1636px;
	width: 100%;
	background-color: #000000;
}
/* Features */
	
	.f-box{
		text-align:center;
		cursor: default;
		margin:60px auto 0;
	}

	.f-icon i{
		font-size:3em;
		color:#fff;
		background:#8BC3A3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		border:rgba(0,0,0,0.2) 5px solid;
		border-radius:50%;
		padding:30px;
		width:110px;
	}

	.f-box .feature-head{
		margin:25px auto 20px;
		font-size:1.5em;
		border-top:#444 1px solid;
		padding-top:20px;
		color:#ccc;
	}

	.f-box .feature-text{
		font-size:15px;
		color:white;
		line-height:22px;
		font-weight: bold;
	}

	.f-box:hover .f-icon i {
		background: rgba(255, 255, 255, 0.25);
	}
	.inner{
	width:100%;
	height: 427px;
	max-width: 1920px;
	position: relative;
	text-align: center;
	background-image: url(cbs_04.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
		.inner_1{
	width:100%;
	height: 370px;
	max-width: 1920px;
	position: relative;
	text-align: center;
	background-image: url(cbjh_09.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
	.inner_2{
	width:100%;
	height: 362px;
	max-width: 1920px;
	position: relative;
	text-align: center;
	background-image: url(cbjh_15.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}

	.inner:after{
		clear: both;
	}
	.h-desc{
		font-size:18px;
		color: white;
		font-weight: 100;
		text-align: center;
		margin:20px auto;
		max-width: 1000px;
		line-height: 24px;
	}
/* Footer */

	.footer{
	text-align: center;
	background:#222;
	background-image: url(cbz_7.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 171px;
	}

	.footer p.copyright{
	margin-bottom:0;
	padding-bottom:0;
	padding-top:120px;
	color:#000000;
	font-size:14px;
	font-weight: 700;
	}
