body{
	background: #fff;
}
.container{
	
	width: 1000px;
	height: 100%;
	padding:0 3%;
	box-sizing: border-box;
	margin:0 auto;
}
.container header{
    height: 120px;
    line-height: 120px;
    position: relative;
    font-size: 60px;
    display: none;
}
.container header i{
	font-size: 30px;
}
.container header b{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    font-weight: bold;
    font-weight: normal;
}
.container .header{
	width: 100%;
	box-sizing: border-box;
	height: 140px;
	display: none;
}
.container .header h1 img{
	width: 30%;
	
	/*height: 1.4rem;*/
}
.container .content {
	margin-top: 2%;
	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: 40px;
	color:#1d4c9e;
}
.container .content ul.pic{
	width: 100%;
	margin-top: 10px;
}
.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: 40px;
	font-weight: 100;
	margin-top: 1%;
	text-align: center;
	text-decoration: line-through;
}
.container .content div.jifen2{
	width: 100%;
	text-align: center; 
	font-size: 34px;
}
.container .content div.jifen2 h4 b{
	color:#e85512;
	font-size: 30px;
}
.container .content div.jifen2 h4{
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.container .content div.jifen2 h4 b.tt{
	font-size: 40px;
}
.container .content div.jifen2 .top{
	width: 100%;
	border-bottom: 3px solid #e85512;
	font-size: 40px;
	color:#e85512;
}
.container .content div.jifen2 .top span{
	font-size: 45px;
	font-weight: bold;
}
.container .content div.jifen2 img{
	width: 100%;
}
.container .content div.one{
	width: 100%;
	color:#010101;
	margin-bottom: 20px;
}
.container .content div.one h4{
	letter-spacing: 2px;

}
.container .content div.one h3{
	font-size: 40px;
	color:#e85512;
}
.container .content div.one h4 b{
	font-size: 40px;
	color:#e95412;
	font-weight: normal;
}
.container .content .nav,.container .content .nav2{
	width: 100%;
	text-align: center;
	color:#1d4c9e;
	font-size: 40px;
	margin-top: 20px;
}
.container .content .pic2{
	width: 100%;
}
.container .content .pic2 img{
	width: 100%;
}
.container .content .detail{
	width: 100%;
	text-align: center;
	margin-top:20px;
	overflow: hidden;
}
.container .content .detail a{
	width: 50%;
	border-radius: 10px;
	padding:2% 0;
	display:inline-block;
	background: #1d4a9f;
	color:#fff;
	font-size: 40px;
}
/*.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: 30px;
	color: #1d4c9e;
	margin: 30px 0;
}
.container #footer{
	width: 100%;
	overflow: hidden;
	background: #fbf7ee;
	margin:5% 0;
}
.container #footer h1{
	color:#b56d25;
	font-size: 35px;
}	
.container #footer h1 a{
	color:#9a1d30;
	font-weight: normal;
}
.container #footer h1  i{
	font-size: 35px;
}
.container #footer dl{
	width: 100%;
	overflow: hidden;
	height: 230px;
	margin-top: .1rem;
}
.container #footer dl dd{
	width: 45%;
	height: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.container #footer dl dd video{
	width: 100%;
	height: 200px;
	
}
.container #footer dl dt{
	width: 53%;
	height: 200px;
	color:#b56d25;
	font-size:18px;
	font-weight:bold;
	line-height: 28px;
}
.container #footer ul{
	width: 100%;
	overflow: hidden;
	height: 200px;
	
}
.container #footer ul li{
	width: 30%;
	text-align: center;
	color: #b56d25;
} 
.container #footer ul li img{
	width: 80%;
	height: 150px;
}
.container #footer ul li:first-child img{
	width: 80%;
}
.container #footer ul li.special{
	padding:2% 0;
	width: 20%;
	box-sizing: border-box;
}
.container #footer ul li:first-child{
	width: 20%;
}
.container #footer ul li.special span{
	display: block;
	font-size: 40px;
}
.container #footer ul li.special a{
	display: inline-block;
	width: 85%;
	height: 35px;
	border-radius: 5px;
	background: #b66d28;
	color: #fff;
	font-size: 20px;
}