body{
	margin: 0;
}		
.border{
	border:1px solid #ccc;
}
#body{
	width: 1000px;			
	margin: 0 auto;	

	border: 1px solid #ccc;		
}
h3{
	text-align: center;
}
#body p{
	padding:0 25px;
	font-size: 16px;
	line-height: 24px;
}
#body p:before{
	content: "　　";
}
.box{
	display: flex;
	justify-content: space-between;
	margin:0 5px;
}
.line{
	border-bottom: 1px solid #ccc; 
}		
header{			
	width: 1000px;									
	margin: 0 auto;			
}
header #top0{
	font-size: 12px;
	padding:10px 15px;
	/*background-color: #eee;*/
}
header #top1{
	display: flex;
	justify-content: space-between;
	border-top: 5px solid #444;
	background: #003399;
	background-image: url(image/bg2.jpg);
	padding:6px 10px;
}
.logo{
	height: 80px;
}
.title2{
	padding: 9px;
	color: #eee;
	font-size: 11px;
	line-height: 18px;
}
#title_images{
	position: relative;

}
.logo_img0{
	position: absolute;
	left: -50px;
	width: 70px;
	-webkit-transform: rotate(-20deg);
}
.logo_img1{
	position: absolute;			
	width: 70px;
	-webkit-transform: rotate(35deg);
}
.logo_img2{
	position: absolute;
	left:50px;
	width: 70px;
	-webkit-transform: rotate(45deg);
}
#menu1{
	display: flex;
	justify-content:center;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;	
	/*background-color: #006699;*/
	color: #fff;
	background: linear-gradient(bottom , rgb(12, 25, 104) 7% , rgb(112, 150, 225) 78%);
	background: -o-linear-gradient(bottom , rgb(12, 25, 104) 7% , rgb(112, 150, 225) 78%);
	background: -ms-linear-gradient(bottom , rgb(12, 25, 104) 7% , rgb(112, 150, 225) 78%);
	background: -moz-linear-gradient(bottom , rgb(12, 25, 104) 7% , rgb(112, 150, 225) 78%);
	background: -webkit-linear-gradient(bottom , rgb(12, 25, 104) 7% , rgb(112, 150, 225) 78%);

}
#menu1 a{
	text-decoration:none;
	color: #fff;
}		
#menu1 a:hover{
	font-family: 黑体;
	color: #f00;
}
#lanmu{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
#lanmu>div{			
	height: 330px;									
}
#lanmu>div:nth-child(1),#lanmu>div:nth-child(3){
	flex:1;
}
#lanmu>div:nth-child(2){			
	flex:2;
	padding:0 25px;
	/*border: 1px solid #ccc;*/
}
#lanmu .titlename{
	font-family: 黑体;
	font-size: 18px;
	color:#006699;			
}		
#lanmu>div>div{
	padding:0 10px; 
	font-size: 12px;
	line-height: 18px;	
	
}
#lanmu a{
	text-decoration:none;
	color: #333;
}
#lanmu>div>div li{
	margin-top: 5px;
}		
#boxlist{
	display: flex;
	justify-content: space-around;	
	font-size: 14px;	
	line-height: 18px;
	color: #444;	
}
#boxlist>div{
	margin-right: 20px;
	font-size: 12px;
	line-height: 22px;
}
#boxlist>div>img{
	margin-top: 10px;
	width: 180px;
	height: 240px;
	/*-webkit-transform: rotate(5deg);*/
	box-shadow:5px 5px #aaa ;
}
#callme{
	margin-top: 15px;
	font-size:13px;
	line-height: 25px;
}
footer{
	margin: 0 auto;
	padding-top: 5px;
	width: 1000px;
	height: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size:14px;
	line-height: 22px;
	text-align:center;
	background: #eee;
}