@charset "gb2312";
.ls{
	overflow: hidden;
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ls .item {
  border-right: 1px solid #fff;
  width:33%;
  float:left;
  
  position:relative
}
.ls .item img {
    transform-style: preserve-3d;
}
.ls .item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.ls .item a img {
  width: 100%;
  height: auto;
}
.ls .item a img.img-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  zoom: 1;
  /*„Ó×÷*/
  transition: 0.3s linear;
}
.ls .item a:hover img.img-hover {
  opacity: 1;
  zoom: 1;
  /*„Ó×÷*/
  transition: 0.3s linear;
  left:0;
  top:0;
}
.ls .item a:hover img {
  opacity: 0;
  zoom: 0;
  /*„Ó×÷*/
  transition: 0.3s linear;
}

.ls .title {
  display: block;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.5) 65%, #000 20%);
  background: radial-gradient(rgba(0, 0, 0, 0.5) 65%, #000000 20%);
  background-size: 3px 3px;
  position: relative;
  text-align: center;
  margin-top: -57px;
  padding: 15px 0;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.ls .title .img-hover:hover {
  border: 1px solid #ccc;
}
.ls .owl-theme .owl-controls {
  margin: 0;
}


/*.ls ul{ width:1200px;}
.ls li{ margin-right:29px;
	float: left;
	width: 336px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 16px;
}
.ls li.center{
	width: 336px;
}
.ls li a img{
	width: 334PX;
	height: 196px;
	border:solid 1px #D6D6D6;
	padding:1px;
	 -webkit-opacity: 0.9;  
    -moz-opacity: 0.9;  
    -khtml-opacity: 0.9;
    opacity: .9;
    filter:alpha(opacity=90); 
}

.ls li a img:hover{
	width: 334PX;
	height: 196px;
	border:solid 1px #0BA14A;
	padding:1px;
	 -webkit-opacity: 1;  
    -moz-opacity: 1;  
    -khtml-opacity: 1;
    opacity: 1;
    filter:alpha(opacity=100); 
}

.ls li a h4{
	color:  #7D7D7D;
font-weight: normal;
margin-top: 5px;
font-size: 15px;
}

.ls li a:hover h4{
	color:  #0BA14A;
font-weight: normal;
margin-top: 5px;
font-size: 15px;
}

.ls li p{
	color: #C8C8C8;
	line-height: 20px;
	margin-bottom:10px;
}*/

.banner {
  width: 100%;
  margin: 0px auto 0;
  height: 340px;
  position: relative;
  z-index: 1;
}
.banner ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 340px;
  display: none;
}
.banner ul li:first-child {
  display: block;
}
.banner .arrow {
  position: absolute;
  left: 0;
  bottom: 57px;
  text-align: center;
  width: 100%;
  height: 10px;
  line-height: 10px;
}
/*.banner .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -113px;
  width: 226px;
  height: 1px;
  background: #848b95;
}*/
.banner .arrow a {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #8a8e96;
  border: 1px solid #8a8e96;
  margin: 0 10px;
}
.banner .arrow a.cur {
  border: 1px solid #3285e6;
  background: #fff;
}