.banner {
	margin: 0 auto;
	width: 100%;
}

.pro-switch {
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides> li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.img img {
	width: 100%;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.no-js .slides> li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {
	background-position: 0 0;
}


/*图片轮播*/

#wrappers
{
	/*margin-top: 30px;*/
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1200px;
	height: 320px;
	/*background-color: #f4f4f4;*/
	/*border: solid 1px #7A7677;*/
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 45px;
	/*background-color: #121212;*/
	color: White;
	position: relative;
	top: 40%;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1100px;
	height: 265px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	/*position: absolute;*/
	width: 100%;
	height: 265px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
/*.jscarousal-contents img
{
	width: 265px;
	height: 150px;
	border: solid 1px #7A7677;
}*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	/*filter: alpha(opacity=60);
	opacity: 0.6;*/
	cursor: pointer;
}
.thumbnail-text
{width: 264px;
height: 40px;
line-height: 40px;
background: rgba(85,76,63,0.51);
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	bottom: 46px;
}