body{
	font-size: 12px;
	font-family: 'Microsoft YaHei','\5FAE\8F6F\96C5\93D1';
	line-height: 24px;
	color:#444;
}
img{
	max-width:100%;
	height: auto;
	vertical-align: middle;
}
a{
	color:#444;
}
a:hover{
	color:#495fbb;
}
.container{
	width: 1000px;
	margin:0 auto;
	position: relative;
}
/**banner开始**/
.banner{
	background: url(../images/banner.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
.banner h1{
	position: absolute;
	left:-10000px;
}

/**banner结束**/
/**nav开始**/
.nav{
	line-height: 44px;
	background: #4b5279;
}
.nav a{
	width: 8.33%;
	font-size: 16px;
	display: block;
	color:#fff;
	text-align: center;
	float: left;
}
.nav a:hover{
	background: #fff;
	color:#444;
}
.fixdnav{
	position: fixed;
	width: 100%;
	top:0;
	z-index: 10;
}
/**nav结束**/
/*scroll_top开始*/
.scroll_top{
	position: fixed;
	z-index: 10;
	right:21%;
	margin-right: -24px;
	bottom: 6%;
	display: none;
}
.scroll_top:hover{
	cursor: pointer;
}
/*scroll_top结束*/
/**dress开始**/
.dress{
	line-height: 46px;
}
/**dress结束**/
/**content开始**/
.content{
	background: #f6f6f6;
	padding-bottom: 50px;
}
.content .top{
	padding:3.8% 0 0.3%;
}
.content .top .left{
	float: left;
	font-size: 14px;
	color:#fff;
	text-align: center;
	width: 205px;
	line-height: 60px;
	background: url(../images/month_bg.png) no-repeat center;
}
.content .top .left span{
	font-size: 20px;
	font-weight: bold;
}
.content .top a{
	width: 12%;
	line-height: 32px;
	text-align: center;
	margin:2% 0;
	color:#fff;
	float:right;
	background:#3e58a7;
}
.content .bottom{
	padding:3%;
	background: #fff;
}
.content .bottom P{
	line-height: 16px;
}
.content .bottom1 P{
	padding-bottom: 10px;
}
.content .bottom b{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 1.5% 0 0.5%;
}
.content .bottom div a{
	border: 1px solid #3e58a7;
	padding:0 14px;
	margin:1.5%;
	color:#4b5279;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 2px;
}
.content .bottom div a:hover{
	color:#fff;
	background:#3e58a7;
}
.content .bottom2 .bottom2_b{
	margin-top:2%;
}
.december{
	margin-bottom: 2%;
}
/**content结束**/
/*footer开始*/
#footer{ width:1000px; margin:15px auto ; text-align:center; overflow:hidden; clear:both; padding-bottom:70px;}
#footer table{ width:100% !important;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #4e8099; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2978BB; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #61B3FA solid; background:#2978BB; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #0469BB solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;} 

/*footer结束*/
@media only screen and (max-width: 1000px) {
	.container{
		width: 96%;
		padding:0 2%;
	}
	.banner .container,.nav .container{
		width: 100%;
		padding:0;
	}
	.scroll_top{
		right:9%;
	}
	#footer{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.nav{
		padding:1% 0;
		line-height: 30px;
	}
	.nav a{
		width: 16.66%;
	}
	.content{
		padding-bottom: 5%;
	}
	.content .top a{
		display: none;
	}
	.content .top a{
		width: 16%;
	}
	.content .bottom b{
		font-size: 14px;
	}
	#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 550px) {
	.content .bottom b{
		margin-bottom: 2%;
	}
	.content .bottom1{
		margin-bottom: 2.5%;
	}
	.content .bottom2 .bottom2_b{
		margin-top:8%;
	}
	
}
@media only screen and (max-width: 500px) {
	.nav a{
		width: 14.28%;
	}
	.nav .eleven,.nav .twe{
		width: 27%;
	}
	.content .top a{
		width: 22%;
	}
}
@media only screen and (max-width: 450px) {
	.content .bottom div{
		margin:2% 0 4%;
	}
	.content .bottom{
		padding:5%;
	}
}