/* 大图幻灯 */
.banner {height: 400px; position: relative; z-index: 12; margin-top: -1px; margin-bottom: 20px;}
.slide {width: 1900px; height: 400px; overflow: hidden; position: relative; z-index: 9; left: 50%; margin-left: -950px;}
.slide .slideshow-item {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 11;}
.slide .slideshow-item a, .slide .slideshow-item a img {width: 1900px; height: 400px; display: block;}
.slide .slideshow-item .slideinfo {display: none;}
.banner .wrap {position: relative; height: 400px; z-index: 10;}
.banner .slidebtn {position: absolute; width: 100%; bottom: 20px; left: 0; z-index: 10; text-align: center;}
.banner .slidebtn a {background: #fff; width: 15px; height: 15px; border-radius: 100%; display: inline-block; _display: inline; text-align: center; margin: 0 0 0 5px; font-size: 0; text-indent: -999em;}
.banner .slidebtn a.activeSlide {background: #093;}
.banner a.prev, .banner a.next {display: none; position: absolute; left: 0; top: 127px; z-index: 11; width: 50px; height: 124px; background: url('../images/slideTab.png') no-repeat; font-size: 0; line-height: 124px; text-indent: -999em; filter:alpha(opacity=30); -moz-opacity: .3; -khtml-opacity: .3; opacity: .3;}
.banner a.next {left: auto; right: 0; background-position: -51px 0;}
.banner a:hover.prev, .banner a:hover.next {filter:alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5;}

/* 搜索 */
.fault-search {padding-bottom: 10px; text-align: right;}
.fault-search input {height: 15px; padding: 5px; border: 1px solid #ddd; border-right: 0; outline: 0; width: 200px; vertical-align: middle;}
.fault-search button {line-height: 27px; padding: 0 15px; margin-right: 1px; font-size: 14px; color: #fff; background-color: #ff771c; border: 0; outline: 0; vertical-align: middle; cursor: pointer;}

/* 分类TAB */
.m-tab ul {height: 44px; border-bottom: 1px solid #094; line-height: 44px;}
.m-tab li {float: left;}
.m-tab li a {float: left; padding: 0 24px; font-size: 16px; color: #666;}
.m-tab li a:hover {text-decoration: none; background-color: #f5f5f5;}
.m-tab li.active a {background-color: #094; color: #fff;}

/* 信息列表 */
.list {margin-top: 20px;}
.list dl {padding: 15px 0; border-bottom: 1px solid #f0f0f0;}
.list dl:hover {background-color: #f7f7f7;}
.list dt {float: left; width: 120px; height: 80px;}
.list dt img {width: 120px; height: 80px;}
.list dd {position: relative; overflow: hidden; padding: 0 10px 0 20px; color: #818181;}
.list dd h5 {font-size: 18px; color: #000;}
.list dd p {padding-top: 5px;}