/* 大图幻灯 */
.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;}

h2 {position: relative; padding: 25px 0; text-align: center; font-size: 26px; color: #000;}
h2 span {padding-bottom: 10px; border-bottom: 2px solid #72c02c;}

.team {overflow: hidden; padding-bottom: 30px;}
.team .list {width: 1260px; padding-bottom: 20px;}
.team .list li {float: left; width: 570px; margin-right: 60px; padding: 33px 0; border-bottom: 1px solid #dbdbdb;}
.team .list dt {float: left; width: 163px; height: 163px; overflow: hidden; border-radius: 100%;}
.team .list dt img {width: 163px; height: 163px;}
.team .list dd {position: relative; overflow: hidden; padding-left: 30px; height: 155px;}
.team .list dd h5 {font-size: 18px; color: #434955;}
.team .list dd h5 span {font-size: 12px; color: #094; margin-left: 17px;}
.team .list dd p {padding-top: 20px; font-size: 14px;}

/* 分类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;}