@charset "gb2312";

html {
	font-family:"微软雅黑";
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	padding:0;
	margin:0 auto;
}
body{
	width: 100vw;
	overflow: scroll;
	overflow: auto;
	overflow-y: hidden;
}
@media(min-width:977px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media(min-width:0px) {
    body {
        overflow-y: auto;
    }
}
a{
	text-decoration:none;
}

/*header   */
.container{
	margin-left:auto;
	margin-right:auto;
	background:#cc0001;
}

.container-header{
	width:960px;
	height:125px;
	margin:0 auto;
	background:#cc0001;
}
.top-left{
	float:left;
	margin-top:15px;
}
.container-header-content{
	color:#f8c465;
	float:left;
	margin-top:15px;
	background:#cc0001;
}
.content-title{
	margin:0;
	margin:15px 0 10px 35px;
	margin-left:35px;
	font-size:2.1em;
}
.content-website{
	margin-left:35px;
	font-size:1.3em;
}
/*导航*/
.navigation{
	height:30px;
	background:#a30a05;
}
.navigation-conter{
	min-width:960px;
	margin:0 auto;
    height:30px;
 	background:#a30a05;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul > li{
	list-style:none;
	overflow:hidden;
}
.navigation ul{
	width:960px;
	margin:0 auto;
}
.navigation ul > li{
	margin-right:69px;
	line-height:30px;
	float:left;
	text-align:left;
}
.navigation ul > li > a{
	font-size:0.9em;
	color:#f7eded;
}
.navigation ul > li:last-child{
	float:right;
	margin-right:0px;
}
/*日历天气*/
.calendarweather{
	background:#e9f2fb;
}
.calendarweather-content{
	width:960px;
	margin:0 auto;
	line-height:22px;
	background:#e9f2fb;
}
.calendarweather span{
	text-align: -webkit-match-parent;
	font-size:0.8em;
	line-height:22px;
	letter-spacing:0.1em;
	padding-right:20px;
}
.calendarweather span:first-child{
	letter-spacing:0.3em;
}
.calendarweather span:last-child{
	margin-left:-20px;
}
/*内容*/
.wrap{
	width:100%;
	padding-bottom:40px;
	display:inline-block;
}
.content{
	width:960px;
	margin:0 auto;
	padding-top:20px;
}
/*底部*/
.footer{
	text-align: center;
	background:#cc0001;
}
.footer-conter{
	min-width:960px;
	margin:0 auto;
	padding-top:13px;
	background:#cc0001;
}
.footer p{
	color:#f7eded;
	font-size:0.9em;
	margin: 0 0 8px;
	letter-spacing:0.1em;
}
.footer span{
	padding-right:10px;
}
.footer big{
	padding-left:0.2em;
	letter-spacing:0.2em;
}

