html{
	height: 100%;
	overflow-y: scroll;
	cursor: url(../images/circle.ico),default;
}

/*::-webkit-scrollbar{
  display:none;
}*/



body{
	margin: 0;
	padding: 0;
	background: url(../images/blogbg.jpg);
	
	/*background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);*/
	background-attachment: fixed;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
	
	
}

/*.bigbg{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.7) 100%);
}*/

.bigbox img{
	box-shadow: 0px 26px 40px -22px rgba(0,36,50,0.7);
	-moz-box-shadow: 0px 26px 40px -22px rgba(0,36,50,0.7);
	-webkit-box-shadow: 0px 26px 40px -22px rgba(0,36,50,0.7);
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	transition: all 0.5s;
	/*margin-left: 10px;*/
}


img{
	display: block;
	
}


.bigbox_right .top{
	overflow: hidden;
	padding-bottom: 30px;
}

.bigbox_right p{
	color: #323232 !important;
}

/*.bigbox_right .top .top_left{
	float: left;
	
}*/

.bigbox_right .top .top_right{
	margin-top: 50px;
	padding-bottom: 10px;
	/*float: right;*/
}

.onepic{
	width:100%;
}

.twopic{
	width:48%;
	margin-right: 20px;
}

.threepic{
	width:31%;
	margin-right: 20px;
}

a{
	text-decoration: none;
	outline: none;
	color:#000000;
	cursor: url(../images/circle.ico),default;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	opacity: 0.5;
}

h2{
	font-family: "微软雅黑";
}

.middle{
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	width:1000px;
	height: 100%;
}

.about{
	overflow: hidden;
}

.about img{
	padding-top: 10px;
	float: right;
	display: block;
}

.about .about02{
	float: left;
	background-color: rgba(132,164,164,0.5);
}

.about_top{
	height: 100px;
}

#closenow img{
	cursor: url(../images/circle.ico),default;
	
}

.about_bottom{
	border-radius: 10px;
	background-color:rgba(255,255,255,0.95);
	padding:20px 20px 50px 20px;
	margin-top: 50px;
	margin-bottom: 200px;
	box-shadow: 0px 20px 50px 10px rgba(0,0,0,0.3);
	padding-bottom: 50px;
}

.about_bottom span{
	font-family:"微软雅黑";
	font-size: 16px;
	color: black;
	line-height: 20px;
	margin-left: 10px;
}

.middle .big_lettle{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 50px;
	/*color: #f8ff3f;*/
	color:rgba(255,255,255,1);
	text-shadow: 0.4rem 0.4rem 0.6rem rgba(0,0,0,0.3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: url(../images/circle.ico),default;
	/*-webkit-text-stroke:2px #fff;*/
}

.middle .little_lettle{
	font-family: "微软雅黑";
	font-size: 16px;
	/*color: #ffffff;*/
	font-weight: 500;
	margin-left: -1px;
	margin-top:-10px; 
	color: #ffffff;
}

.about_bottom .bigbox{
	padding:30px 30px 50px 30px;
}

.about_bottom .bigbox .title{
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-family: "微软雅黑";
	font-weight: bolder;
}

.about_bottom .bigbox p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 30px;
}

.bigbox{
	overflow: hidden;
}

.about_bottom .bigbox_right .date{
	overflow: hidden;
}

.about_bottom .bigbox_right .date .shuxian{
	width:3px;
	height:16px;
	background-color: #666666;
	margin-right: 10px;
	float: left;
}

.about_bottom .bigbox_right .date .time{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 30px;
}


.page{
	margin-top: 20px;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
}

.page-left{
	float: left;
	margin-right: 100px;
}

.page-right{
	float: right;
}

.tanceng{
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	
}
.displayNone{
	display: none !important;
}









@media screen and (max-width:1152px){
	
	.about_bottom .bigbox .title{
		font-size: 20px;
	}
	
	.about_bottom .bigbox_right .date .time{
		font-size: 14px;
	}
	
	.middle{
		position: absolute;
		top: 0;
		left:0;
		bottom: 0;
		right: 0;
		margin: auto;
		width:100% !important;
		height: 100%;
		padding-top: 30px;
	}
	
	.about_top{
		display: none;
	}
	
	.middle .big_lettle{
		font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size: 1.6rem;
		/*color: #f8ff3f;*/
		/*color:#383a3e;*/
		color:rgba(255,255,255,1);
		text-shadow: 0.2rem 0.2rem 0.5rem rgba(13,103,153,0.6);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		cursor: url(../images/circle.ico),default;
		/*-webkit-text-stroke:2px #fff;*/
	}
	
	.about02 .little_lettle{
		font-size: 14px;
	}
	
	.middle .about_top2{
		height:0;
	}
	
	.about_bottom{
		border-radius: 10px;
		background-color:rgba(255,255,255,0.9);
		padding:20px 20px 50px 20px;
		margin-top: 40px;
		margin-bottom: 200px;
		box-shadow: 0px 20px 50px 10px rgba(0,0,0,0.3);
		padding-bottom: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.about {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#closenow img{
		right: 0px;
		top: 34px;
		width:20px;
	}
	
	.about_bottom .bigbox{
		padding:0;
	}
	
	.bigbox_right .top_left img{
		width:100px !important;
		margin-bottom: 20px;
	}
	
	.bigbox_right .top .top_right{
		width:100% !important;
	} 
	
	.bigbox_right .top_right div{
		font-size: 20px !important;
	}
	
	.bigbox_right .top_right span{
		font-size: 14px !important;
		line-height: 14px !important;
	}
	
	.bigbox_right p{
		font-size: 14px !important;
		line-height: 24px !important;
	}
	
	.bigbox_right img{
		width:100% !important;
		margin-bottom: 5px;
		box-shadow: none;
		border-radius: 0;
	}
	
	.page div{
		width:100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}




