.dbw{
	width: 1423px;
	height: auto;
}

.dbw .lb{
	float: left;
	width: 350px;
	height: auto;
	padding-bottom: 80px;
}

.dbw .lb dl{
	width: 250px;
	height: auto;
	margin-top: 20px;
	border: 1px solid #D9D9D9;
}


.dbw .lb dl dt{
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	background:#00A2E9;
}

.dbw .lb ul li{
	list-style-image: url(../images/li.png);
	line-height: 320%;
	margin-left: 20px;
	padding-left: 10px;
}

.dbw .lb ul li a{
	display: block;
	color:#6F6F6F;
	font-size: 16px;
	text-decoration: none;
}

.dbw .lb ul li:hover{
	list-style-image: url(../images/lil.png);
}

.dbw .lb ul li a:hover{
	color: #00A2E9;
	font-weight: bold;	
}

.dbw .lr{
	float: right;
	width: 1073px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 80px;
}

.dbw .lr dl{
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.dbw .lr dl dt{
	width: 330px;
	height:250px;
}


.dbw .lr dl dt img{
	width: 330px;
	height:250px;
	transition: all 0.6s;/* 设置放大过渡效果 */
}

.dbw .lr dl dt img:hover{
	transform: scale(1.2); /* 放大1.2倍 */
}

.dbw .lr dl dd{
	width: 300px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 40px;
}

.dbw .lr p{
	clear:both;
	width:800px;
	margin-left:65px;
	padding-top:10px;
	margin-bottom:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
}

.dbw .lr p a{
	text-decoration:none;
	text-align:center;
	color:#333333;
	font-size:14px;
	padding:2px 4px 2px 10px;
	background:#DDDDDC;
	margin-left:4px;
	margin-right:4px;
}

.dbw .lr p a:hover{
	color:#FFFFFF;
	background:#00A2E9;
}













