body{
	background: #fff;
}
.container{
	
	width: 100%;
	height: 100%;
	padding:0 3%;
	box-sizing: border-box;
}
.container header{
    height: .8rem;
    line-height: .8rem;
    position: relative;
}

.container header b{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    font-size: 20px;
    font-weight: bold;
    font-weight: normal;
}
.container .header{
	width: 100%;
	box-sizing: border-box;
	height: .8rem;
}
.container .header h1 img{
	width: 30%;
	
	/*height: 1.4rem;*/
}
.container .content {
	/*margin-top: -5%;*/
	overflow: hidden;
}
.container .content .logo{
	width: 100%;
	text-align:center;
}
.container .content .logo img{
	width: 100%;
} 
.container .content .title{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color:#1d4c9e;
}
.container .content ul.pic{
	width: 100%;
	margin-top: .1rem;
}
.container .content .pic li.l{
	width: 50%;
	text-align: center;

}
.container .content .pic li.l img{
	width:90%;
} 
.container .content h2.jifen{
	width: 100%;
	clear:both;
	font-size: 16px;
	font-weight: 100;
	margin-top: 1%;
	text-align: center;
	text-decoration: line-through;
}
.container .content div.jifen2{
	width: 100%;
	text-align: center; 

}
.container .content div.jifen2 h4 b,.container .content div.jifen2 h2{
	color:#e85512;
}
.container .content div.jifen2 h4 b.tt{
	font-size: 16px;
}
.container .content div.jifen2 .top{
	width: 100%;
	border-bottom: 3px solid #e85512;
	font-size: 20px;
}
.container .content div.jifen2 .top span{
	font-size: 25px;
}
.container .content div.jifen2 .mid{
	font-size: 12px;
	line-height: 20px;
}
.container .content div.jifen2 .mid b{
	font-size: 16px;
}
.container .content div.jifen2 img{
	width: 100%;
}
.container .content div.one{
	width: 100%;
	color:#010101;
	margin-bottom: .2rem;
}
.container .content div.one h4{
	letter-spacing: 2px;
}
.container .content div.one h3{
	font-size: 15px;
	color:#e85512;
}
.container .content div.one h4 b{
	font-size: 16px;
	color:#e95412;
}
.container .content .nav,.container .content .nav2{
	width: 100%;
	text-align: center;
	color:#1d4c9e;
	font-size: 18px;
	margin-top: .2rem;
}
.container .content .pic2{
	width: 100%;
}
.container .content .pic2 img{
	width: 100%;
}
.container .content .detail{
	width: 100%;
	text-align: center;
	margin-top:.2rem;
	overflow: hidden;
}
.container .content .detail a{
	width: 50%;
	border-radius: 10px;
	padding:2% 0;
	display:inline-block;
	background: #1d4a9f;
	color:#fff;
	font-size: 16px;
}
/*.container .content dl{
	width: 100%;
	overflow: hidden;
}
.container .content dt,.container .content dd{
	width: 50%;
}
.container .content dt img,.container .content dd img{
	width: 100%;
}*/
.container .content h1{
	width: 100%;
	text-align: center;
}
.container .content h1.pic3 img{
	width: 100%;
}
.container .content h1.footer{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #1d4c9e;
	margin: .3rem 0;
}
.container #footer{
	width: 100%;
	overflow: hidden;
	background: #fbf7ee;
	margin:5% 0;
}
.container #footer h1{
	color:#b56d25;
	font-size: 14px;
}	
.container #footer h1 a{
	color:#9a1d30;
	font-weight: normal;
}
.container #footer dl{
	width: 100%;
	overflow: hidden;
	height: 2.3rem;
	margin-top: .1rem;
}
.container #footer dl dd{
	width: 45%;
	height: 100%;
	padding-right: .2rem;
	box-sizing: border-box;
}
.container #footer dl dd video{
	width: 100%;
	height: 2rem;
	
}
.container #footer dl dt{
	width: 55%;
	height: 2rem;
	color:#b56d25;
	font-size:55%;
	font-weight:bold;
	line-height: 13px;
}
.container #footer ul{
	width: 100%;
	overflow: hidden;
	height: 2rem;
	
}
.container #footer ul li{
	width: 30%;
	text-align: center;
	color: #b56d25;
} 
.container #footer ul li img{
	width: 85%;
	height: 1.5rem;
}
.container #footer ul li:first-child img{
	width: 100%;
}
.container #footer ul li.special{
	padding:5% 0;
	width: 20%;
	box-sizing: border-box;
}
.container #footer ul li:first-child{
	width: 20%;
}
.container #footer ul li.special span{
	display: block;
}
.container #footer ul li.special a{
	display: inline-block;
	width: 85%;
	height: .35rem;
	border-radius: 5px;
	background: #b66d28;
	color: #fff;
	font-size: 12px;
}