* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	color: #333;
}

img {
	border: none;
}

.hide {
	display: none;
}

.top {
	width: 100%;
	height: 699px;
	background: url(top_bg.jpg) no-repeat top center;
}

.top_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	padding-top: 38px;
}


/*主体开始*/

.sec_top {
	width: 100%;
	height: 606px;
	background: url(zhanhuiminglu.png) no-repeat center 40px;
}

.sec_top_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.sec_bot {
	width: 100%;
	height: 580px;
	background: url(sec_bot_bg.png) no-repeat top center;
}

.sec_bot_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.sec_bot_l {
	width: 580px;
	height: auto;
	float: left;
}

.sec_bot_r {
	width: 580px;
	height: auto;
	float: right;
}

.bmdt_tit {
	width: 100%;
	height: 115px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 130px;
	color: white;
	text-indent: 20px;
}

.bmdt_more {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 55px;
	right: 0;
	background: url(more.png) no-repeat;
}

.bmdt_list {
	width: 100%;
	height: 415px;
	background-color: white;
	box-shadow: 0 2px 3px 1px #ecf5fd;
}