body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #FFFFFF;
}
.containers{
	margin: 0 auto;
	width: 1010px;
	background: url(../imgs/top.png) no-repeat;
	height: 85px;
}
.carousel-inner img{
	width:100%;
}
.ewb-tool {
	height: 32px;
	background: url(../imgs/tool_bg.jpg) repeat-x;
}
.ewb-date {
	padding-left: 56px;
	line-height: 30px;
	float:left;
	background: url(../imgs/date_icon.png) 30px center no-repeat;
}
.ewb-loscal {
	line-height: 30px;
	margin: 0 13px 0 37px;
}

.ewb-label {
	width: 61px;
	height: 22px;
	line-height: 22px;
	padding-left: 24px;
	background: url(../imgs/sear_icon.png) 0 center no-repeat;
}
.ewb-search {
float:right;
	padding: 4px 0;
	margin-right: 25px;
}
/*  首页banner */
.swiper-banner.swiper-container {
  width: 100%;
  height: 301px;
}

.swiper-banner.swiper-container img {
  width: 100%;
  height: 100%;
}

.swiper-banner .pagination {
  position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 20; 
}

.swiper-banner .swiper-pagination-switch {
  display: block;
  float: left;
  width: 40px;
  height: 8px;
  background: #fff;
  margin: 0 5px 5px;
  opacity: 1;
  color: transparent;
  cursor: pointer;
}

.swiper-banner .swiper-active-switch {
  background: #4ca702;
} 
.swiper-slide-com .arrow-left:hover, .swiper-slide-com .arrow-right:hover{
	    opacity: 1;
	    filter: alpha(opacity=100);
}
.swiper-slide-com .arrow-right{
	right: -0px;
	    background: url(../imgs/jt-r.png) no-repeat left;
	    background-size: 48px 60px;
}
.swiper-slide-com .arrow-left{
	 left: 0;
    background: url(../imgs/jt-l.png) no-repeat left;
    background-size: 48px 60px;
}
.swiper-slide-com .arrow-left, .swiper-slide-com .arrow-right {
    position: absolute;
	bottom: 100px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 48px;
    height: 60px;
	z-index: 99999999999;
    opacity: 1;
    filter: alpha(opacity=50);
}
   