@charset "utf-8";
/* CSS Document */
/*list开始*/
.list_banner
{
	background:url(../images/list_banner.jpg) no-repeat center;
	height:300px;
}
.list_con
{
	min-height:500px;
	overflow:hidden;
	margin:30px 0 0 0;
}
.list_l
{
	width:290px;
	float:left;
	overflow:hidden;
	background:#01539f;
	padding:15px 0;
}
.list_nav
{
	background:#0069cb;
	overflow:hidden;
	padding:0 0 15px 0;
}
.list_tit
{
	background:url(../images/list_tit.png) no-repeat;
	height:45px;
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:42px;
}
.list_nav ul li
{
	background:url(../images/list_nav.png) no-repeat;
	height:40px;
	line-height:35px;
}
.list_nav ul li a
{
	text-align:center;
	color:#fff;
	font-size:14px;
	transition: all 0.4s ease 0s;
	display:block;
}
.list_nav ul li a:hover
{
	color:#ffe000;
	font-weight:bold;
	transition: all 0.4s ease 0s;
	margin:0 0 0 15px;
}
.list_phone
{
	margin:15px 15px 0 40px;
}
.list_phone img
{
	display:block;
	margin:0 0 15px 0;
}
.list_phone p
{
	line-height:35px;
	color:#ffe000;
	font-size:25px;
	font-family:Impact;
	letter-spacing:3px;
}
.list_r
{
	width:890px;
	float:right;
	overflow:hidden;
}
.list_r_tit
{
	width:840px;
	height:40px;
	line-height:40px;
	background:url(../images/tit_icon.png) no-repeat 15px center #005eaf;
	padding:0 10px 0 40px;
	font-size:16px;
	color:#fff;
}
.list_r_tit span
{
	float:right;
	font-size:13px;
	color:#fff;
}
.list_r_tit span a
{
	color:#fff;
	margin:0 10px;
}
.list_r_tit span a:hover
{
	color:#ffe000;
	text-decoration:underline;
}
.pro_box,.news_box
{
	margin:30px 0 0 0;
	overflow:hidden;
}
.pro_box ul li
{
	float:left;
	margin:20px 5px;
}
.pro_box ul li a
{
	width:216px;
	height:236px;
	background:#ebebeb;
	padding:5px;
	display:block;
}
.pro_box ul li a img
{
	display:block;
	width:216px;
	height:196px;
	transition: all 0.4s ease 0s;
}
.pro_box ul li a p
{
	height:35px;
	line-height:40px;
	color:#666;
	font-size:14px;
	text-align:center;
}
.pro_box ul li a:hover,.pro_box ul li a:hover p
{
	background:#bcbcbc;
	color:#fff;
}
.pro_box ul li a:hover img
{
	transform:scale(1.02,1.02);
	transition: all 0.4s ease 0s;
}
.news_box h3
{
	height:20px;
	background:url(../images/line.png) no-repeat left center;
	padding-left:15px;
	font-size:16px;
	color:#005eaf;
}
.news_box ul
{
	margin:15px 0 25px 0;
}
.news_box ul li 
{
	height:50px;
	line-height:50px;
	border-bottom:1px dashed #ccc;
	background:url(../images/dot03.jpg) no-repeat left center;
	padding-left:15px;
	font-size:13px;
}
.news_box ul li a
{
	width:80%;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	color:#666;
}
.news_box ul li span
{
	width:20%;
	float:right;
	color:#666;
	display:block;
	text-align:right;
}
.news_box ul li:hover
{
	background:url(../images/dot03.jpg) no-repeat left center #eee;
}
.news_box ul li:hover a
{
	color:#e40413;
}