
.bannersy {
	width: 45%; float:left;
	height: 450px; border:#f4f4f4 1px solid;
}
.bannersy .am-slider-default {
	height: 450px;
}
.bannersy ul.am-slides li {
	width: 100%;
	height: 450px; 
}
.bannersy .am-slider-default .am-control-nav {
	bottom: 31px;
}
.bannersy .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.bannersy .am-slider-default .am-control-nav li a.am-active {
	width: 47px;
	background: #fa0;
}

.am-slider-default .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -15px;
	text-align: center
}
.am-slider-default .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}
.am-slider-default .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: #666;
	background-color: rgba(0,0,0,.5);
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}
.am-slider-default .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0,0,0,.7)
}
.am-slider-default .am-control-nav li a.am-active {
	background-color: #000;
	background-color: #0e90d2;
	cursor: default
}
.am-slider-default .am-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.am-slider-default .am-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.am-slider-default .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer
}
.am-slider-default .am-control-thumbs img:hover {
	opacity: 1
}
.am-slider-default .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default
}
.am-slider-default .am-control-thumbs i {
	position: absolute
}

@media screen and (max-width: 1024px) and (min-width: 0px){
  .bannersy { width:99%;height:320px;}
  .bannersy ul.am-slides li { height:320px;}
  .bannersy .am-slider-default {height:320px;}
  .product .text2 { clear:both;}
}