﻿
*{
	margin: 0;
	padding: 0;

}
body{
	font-family: "Microsoft YaHei";
	font-size: 12px;
	background: url(/images/xx/body_bg.jpg) no-repeat 50% 0;

}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
.clear{
	clear: both;
}

.btzj{
	margin:10px 0;
}
.top{
	height: 140px;
	width: 1100px;
	padding:40px 0 0 20px;
	margin: 0 auto;

}

.top h1{
	width: 440px;
	height: 85px;

	background:url(/images/xx/logo.png) no-repeat;

}
.top h1 a{
	width: 440px;
	height: 85px;

	text-indent: -99999px;
	display: block;	
}
.nav_wrap{
	height: 43px;
	line-height: 43px;
	background: url(/images/xx/nav_bg.jpg) repeat-x;
}

.nav{
	width: 1100px;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
}
.nav{
	font-size: 16px;
	color:#fff;
}

.links{
	height: 60px;
	width: 1100px;

	margin: 20px auto;	
}
.bottom_wrap{
	height: 200px;
	background: #0D3970 url(/images/xx/bottom_line.jpg) repeat-x;
}
.bottom{
	width: 1100px;
	height: 200px;
	margin: 0 auto;
}
.bottom_l{
	width: 530px;
	height: 110px;
	float:left;
	margin:50px 0 0 0;

}
.bottom_l p{
	color: #fff;
	line-height: 35px;
}
.bottom_r{
	width: 350px;
	height: 110px;
	float:right;
	margin:50px 0 0 0;

}