﻿*,body,html{margin: 0;padding:0;}
ul,li{list-style: none;}
a{text-decoration:none;}
.cl{clear:both;}
.Picture-scroll {
	height: 160px;
	width: 1160px;
	float: left;
	overflow: hidden;
}
/*公共部分*/

.Picture-scroll .wc960 {
	margin: 0 auto;
	width: 100%;
}
.Picture-scroll .fl {
	float: left;
}
.Picture-scroll .warp-pic-list li {
	float: left;
	display: inline;
}
.Picture-scroll .row .hd {
	height: 30px;
}
.Picture-scroll .btnbox {
	float: right;
	margin-right: 45%;
}
.Picture-scroll .tab-T-3 {
	width: 66px;
}
.Picture-scroll .tab-T-3 li {
	width: 13px;
	height: 13px;
	font-size: 0;
	background: url(img/slickbtn.png) no-repeat right;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	display: inline;
}
.Picture-scroll .tab-T-3 li.cur {
	background: url(img/slickbtn.png) no-repeat left;
}
.Picture-scroll .rowE .warp-pic-list {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.Picture-scroll .rowE .count li {
	width: 145px;
	height: 150px;
}
.Picture-scroll .rowE .count li a img{
    width: 110px;
}
.Picture-scroll .rowE .count .img_wrap {
	width: 110px;
	height: 110px;
	display: block;
    border-radius: 55px;
    overflow: hidden;
border:2px solid #dab46d;
margin:20px auto;}
.Picture-scroll .rowE .btn {
	display: block;
	height: 34px;
	position: absolute;
	top: 50px;
	width: 24px;
	z-index: 200;
	cursor: pointer;
}
.Picture-scroll .rowE .prev {
	background: url(img/leftstop.png) no-repeat left top;
	left: 0;
}
.Picture-scroll .rowE .prev:hover {
	background: url(img/leftstart.png) no-repeat left top;
	;
}
.Picture-scroll .rowE .next {
	background: url(img/rightstop.png) no-repeat left top;
	;
	right: 0;
}
.Picture-scroll .rowE .next:hover {
	background: url(img/rightstart.png) no-repeat left top;
	;
	;
}