/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swp1{
	width: 340px;
	height: 295px;
	background: #f4f4f4;
	margin-right: 25px !important;
}
.swiper-container {
	
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
.swp1 .pagination {
	position: absolute;
	z-index: 20;
	bottom: 45px;
	width: 100%;
	text-align: center;
  }
  .swp1 .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #eeeeee;
	margin: 0 3px;
	opacity: 0.8;
	cursor: pointer;
  }
  .swp1 .swiper-active-switch {
	background: #f52701;
  }
  .swp1 .img{
	width: 100%;
	height: 255px;
	overflow: hidden;
}
.swp1 .img img{
	width: 100%;
	display: block;
	min-height: 100%;
}
.swp1  .title{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.swp1  .title a{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.swp2 {
    width: 695px !important;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    height: 108px !important;
}
.swp2 .swiper-slide a {
    width: 80%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}
.swp2 .swiper-slide a img{
	width: 100%;
    height: auto;
    margin: 0;
}
.swp2 .swiper-slide{
	background: none !important;

}
.list li{
	margin-bottom: 25px;
}
.swps1 {
	width: 1200px !important;
    height: 202px !important;
}
.swps1 .swiper-slide a,.swps1 .swiper-slide a img{
	width: 100% ;
    height: 100% ;
    margin-bottom: 0 ;
}
.swp3{
    width: 1000px;
    height: 120px;
}
.sswp3{

}
.sswp3 .swiper-slide a,.sswp3 .swiper-slide a img{
	width: 100% ;
    height: 100% ;
    margin-bottom: 0 ;
}
.sswp3 .pagination1 {
    position: absolute;
    z-index: 20;
    bottom: 5px;
    right: 5px;
    width: 130px;
    text-align: center;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
	padding-top: 3px;
}
.sswp3 .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #eeeeee;
	margin: 0 2px 3px 2px;
	opacity: 0.8;
	cursor: pointer;
}
.sswp3 .swiper-active-switch {
	background: #f52701;
}