.list_banner {
    width: 100%;
    height: 249px;
    padding-top: 70px;
}
.weizhi-box {
	margin-bottom: 20px;
}
.weizhi-box .main {
	border-bottom: 1px solid #f4f4f4;
}
.weizhi-box h5 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #f60;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
}
.weizhi {
	background: url(images/home.png) no-repeat left center;
	text-indent: 25px;
}
.weizhi, .weizhi a {
	font-size: 12px;
}
.about_title {
	
	display: block;
	height: 55px;
	line-height: 55px;
	background: #0071A8;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #fff;
}
.about_p {
	float: left;
	font-size: 18px;
	text-indent: 25px;
}
.about_sp {
	float: left;
	text-indent: 5px;
}
.about_txt {
	display: block;
	padding: 10px;
	line-height: 24px;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	color: #222222;
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
}
.about_txt img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}


.infromLeft {float: left; width: 328px; padding-bottom:10px;}
.infromLeft h2 {height: 55px; line-height: 55px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background: #0071A8;}
.infromLeft ul {border: 1px solid #eee;}
.infromLeft ul li {height: 55px; line-height: 55px; text-align: center; border-top: 1px solid #eee;}
.infromLeft ul li a {display: block; width: 100%; height: 100%;}
.infromLeft ul li a:hover {color: #fff; background: #0071A8;}
.infromLeft ul li.on a {color: #fff; background: #0071A8;}

.infromRight { float: right; width: 846px;}
.informList {padding: 0px 0 50px 10px;}
.informList li {height: 66px; line-height: 66px; border-bottom: 1px dashed #ececec;}
.informList li a {display: block; width: 100%; height: 100%;}
.informList li a:hover {color: #0071A8;}
.informList li a:hover span {background: url(images/icon_sj_inform222_a.png) no-repeat left center;}
.informList li a:after {display: block; content: ""; clear: both; overflow: hidden;}
.informList li span {float: left; width: 16px; height: 100%; background: url(images/icon_sj_inform222.png) no-repeat left center;}
.informList li h4 {float: left;}
.informList li p {float: right; font-size: 12px; color: #bababa;}
.informList li p.time {width: 120px; margin-right: 20px; text-align: right;}
.infromRight h1{ text-align:center; font-size:22px; line-height:40px;}
.infromRight .info{ text-align:center; line-height:30px; font-size:12px;    border-bottom: 1px dashed #ccc;}

.infromRight .content{line-height:30px; font-size:14px; padding-top:15px; margin:10px;}

#productList dl {
    float: left;
	margin:10px;
}
#productList img{
  cursor: pointer;
  transition: all 0.6s;
}
#productList img:hover{
  transform: scale(1.06);
}
#productList dl img {
 border: 1px solid #EEEEEE;
 width: 216px;
 height: 161px;
}
#productList .name {
 height: 18px;
 overflow: hidden;
 font-size: 14px;
}
#productList .name a {
 color: #333333;
 font-weight: bold;
}


.pagination {
	height: 34px;
	text-align: center;
	padding-bottom:20px;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #0071A8;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #0071A8;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #0071A8;
	color: #fff;
	cursor: default;
}

