@charset "utf-8";
html {
	font-size: 14px;
	font-family: "微软雅黑";
}

/*公共样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}


/*取消a链接在ie8点击出现虚线问题*/

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*页面头部*/
#header{
	width: 100%;
	height: 455px;
	background: url(/pubimages/web/nsbdj_banner.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#header .logo{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 35px;
}

/*页面主体*/
.container .dd{
	height: 430px;
	background: #f2f2f2;
	overflow: hidden;
}

.container .dd .dd_inner{
	width: 1160px;
	height: 360px;
	margin: 0 auto;
	margin-top: 30px;
}

.dd .dd_inner h2{
	width: 100px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 2px solid #666;
	text-align: center;
	line-height: 60px;
	font-size: 34px;
	font-weight: bold;
	font-family: sans-serif;
}

.dd .dd_inner h3{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	font-weight: normal;
}

.dd_inner p{
	line-height: 24px;
	font-size: 16px;
	text-indent: 2em;
}

/*大南山*/

.container .nsbdj_dns{
	width: 1158px;
	height: 523px;
	margin: 45px auto;
	position: relative;
}

.container .nsbdj_dns p{
	width: 466px;
	height: 180px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	top: 305px;
	left: 0;
}

/*大沙河*/

.container .nsbdj_dsh{
	height: 550px;
	background: #F2F2F2;
	overflow: hidden;
}

.container .nsbdj_dsh .nsbdj_img{
	width: 1158px;
	height: 475px;
	margin: 0px auto;
	margin-top: 45px;
	position: relative;
}

.nsbdj_dsh .nsbdj_img p{
	width: 466px;
	height: 180px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	top: 235px;
	right: 0;
}

/*西丽湖*/

.container .nsbdj_xlh{
	width: 1158px;
	height: 370px;
	margin: 45px auto;
	position: relative;
}

.container .nsbdj_xlh p{
	width: 470px;
	height: 205px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

/*深圳湾滨海休闲带*/

.container .nsbdj_bh{
	height: 550px;
	background: #F2F2F2;
	overflow: hidden;
}

.container .nsbdj_bh .nsbdj_bhimg{
	width: 1158px;
	height: 480px;
	margin: 0px auto;
	margin-top: 45px;
	position: relative;
}

.nsbdj_bh .nsbdj_bhimg p{
	width: 830px;
	height: 99px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	top: 340px;
	right: 0;
}

/*深圳人才公园*/

.container .nsbdj_rcgy{
	width: 1158px;
	height: 350px;
	margin: 45px auto;
	position: relative;
}

.container .nsbdj_rcgy p{
	width: 560px;
	height: 175px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

/*深圳湾广场*/

.container .nsbdj_szw{
	height: 510px;
	background: #F2F2F2;
	overflow: hidden;
}

.container .nsbdj_szw .nsbdj_szwimg{
	width: 1158px;
	height: 434px;
	margin: 0px auto;
	margin-top: 45px;
	position: relative;
}

.nsbdj_szw .nsbdj_szwimg p{
	width: 320px;
	height: 230px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	bottom: 0px;
	right: 415px;
}

/*海上世界*/

.container .nsbdj_hssj{
	width: 1158px;
	height: 446px;
	margin: 45px auto;
	position: relative;
}

.container .nsbdj_hssj p{
	width: 672px;
	height: 153px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	top: 0px;
	right: 0;
}

/*欢乐海岸*/

.container .nsbdj_hlha{
	height: 630px;
	background: url(/pubimages/web/nsbdj_footbg.png) no-repeat center center;
	overflow: hidden;
}

.container .nsbdj_hlha .nsbdj_hlhaimg{
	width: 1158px;
	height: 422px;
	margin: 0px auto;
	margin-top: 45px;
	position: relative;
}

.nsbdj_hlha .nsbdj_hlhaimg p{
	width: 466px;
	height: 150px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	position: absolute;
	top: 220px;
	left: 0px;
}

