/*初始化开始*/
a, b, body, dd, del, div,dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*div{
    margin: 0;
    padding: 0;
}*/
article, aside, footer, header, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
img,button ,input {
    border: none;
    margin: 0;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
em, i, u {
    font-style: normal;
    text-decoration: none;
}
s {
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
body {
    font: 16px/1.5 'microsoft yahei',Arial, Verdana, "\5b8b\4f53";
    color: #000;
   /* color: #393939;*/
    /*background-color: #E8E9EB;*/
    /*height: 200000px;*/
}
li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
}
/*a:hover {
    color: #f00;
}*/
.txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mr-5 {
    margin-right: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.no-mr {
    margin-right: 0 !important;
}
.mc {
    color: ;
}
.boder-bot{
    border-bottom: 1px solid #ccc;
}
.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*初始化结束*/
/*本站开始*/
/*头部*/
.headtop{
	height: 30px;
	background: #ccc;
	line-height: 30px;
}
.head,.head .fl ,.head .fr{
	height: 88px;
}
.head .logotu {
    width: 242px;
    height: 82px;
    text-indent: -99999em;
    background: url(/skin/images/logo.png) no-repeat;
    display: block;
}
.head .logowenzi{
	padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #cdcdcd;
    margin-top: 18px;
    height: auto;
}
.logowenzi .top{
	font-size: 20px;
	font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1;
}
.logowenzi .bottom{
	font-size: 14px;
    color: #333;
}

.head .qqline{
	display: inline-block;
	margin-top: 33px;
	margin-right: 60px;
}
.banline{
	height: 25px;
	border-top: 1px solid #294c7b;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow:2px 2px 10px #909090;
	margin-bottom: 25px;
}
nav{
	background-color: #294c7b;
	height: 50px;
}
nav li{
	height: 50px;
	line-height: 50px;
	float: left;
	border-right: 1px solid #ccc;
}
nav li:hover{
	background: #221e46;
}
nav a{
	font-size: 18px;
	color: #fff;
	padding: 30px;
}
/*轮播图*/
#banner{
	width:1200px;
	height:268px;
	overflow:hidden;
	/*border:3px solid #999;*/
	position:relative;
}
#imglist{
	/*1200*3=3600*/
	width:3600px;
	height:268px;
}
#imglist li{
	float:left;
}
#iconlist{
	position:absolute;
	right:20px;
	bottom:10px;
}
#iconlist li{
	float:left;
	width:25px;
	height:25px;
	background: #ccc;
	border-radius:13px;
	text-align:center;
	line-height:25px;
	margin-left:5px;
	color:#fff;
	cursor:pointer;
}
/*轮播图结束*/
/*产品展示列表*/

.pro{
	padding-bottom: 26px;
	border-bottom: 1px solid #ccc;
}
.pos{
	height: 32px;
	line-height: 32px;
}
.position {
    text-indent: 2em;
    background: url(/skin/images/pos.png) no-repeat;
    background-size: 25px;
}
.pos .pos-tu{
	width: 32px;
	height: 32px;
}
.pos .pos-tu img{
	width: 100%;
	height: auto;
}
.leftlist{
	width: 20%;
	background: #e6e6e6;
	border-radius: 15px;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow:2px 2px 10px #909090;
	padding: 15px 15px;
	box-sizing: unset;
}
.pfltitle{
	color: #294c7b;
	font-size: 16px;
	font-weight: 700;
	text-indent: 15px;
	padding-bottom: 10px;
}
.titlebotline{
	border-bottom: 1px solid #ccc;
}
.pfltitle:before{
	content: "★  "
}
.leftlist h2{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 8px;
	/*background: #3c69b1;*/
	border: 1px solid #ccc;
	text-indent: 15px;
}
.leftlist h2:before{
	content: "> "
}
.leftlist h3{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 8px;
	/*background: #3c69b1;*/
	border: 1px solid #ccc;
	text-indent: 15px;
}
.leftlist h3:before{
	content: "> "
}
.leftlist h4{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 8px;
	/*background: #3c69b1;*/
	border: 1px solid #ccc;
	text-indent: 15px;
}
.leftlist h4:before{
	content: "> "
}
.leftdq p{
	margin-top: 10px;
}
.leftlx img{
	margin-bottom: 15px;
}
.leftlx p{
	margin-top: 2px;
}
.fenlei li{
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	border-radius: 6px;
	position:relative;
	padding-left:20px;
}
.fenlei li:hover{
	background: #ccc;
}
.fenlei li:before{
	content: "";
	position:absolute;
	left:10px;
	top:11px;
	width:10px;
	height:10px;
	background-color:#666;
	border-radius:50%;
	overflow:hidden;
}
.prolist, .proinfo, .artlist, .artinfo{
	width: 72%;
}
.plist {
	margin-top: 15px;
}
.plist li{
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 15px;
}
.plist li .img{
	margin: 0 auto;
	width: 100%;
	/*height: 220px;*/
	padding: 9%;
	border:1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}
.plist li img{
	width: 100%;
	height: auto;
	transition: .8s;
}
.plist li:hover img{
	transform: scale(1.2);
}
.plist li h3{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0px;
}
.plist li h2{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0px;
}
.plist li .protitle{
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: 10px 0px;
}
.plist li h4{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0px;
}
.plist li p{
	font-size: 16px;
	font-weight: 400;
	text-indent: 4em;
	text-align: left;
}
.button{
	/*margin-top: 15px;*/
	margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.button button{
	border-radius: 6px;
	padding: 10px 25px;
	/*margin-right: 20px;*/
	margin: 15px 20px 0;
	background: red;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow:2px 2px 10px #909090;
}
.button button a{
	color: #fff;
}

/*新闻模块*/
.left,.right{
	width: 300px;
	height: auto;
	padding: 15px 15px;
}
.left .pfltitle,.right .pfltitle{
	padding: 6px 16px;
	border-radius: 6px;
	color: #294c7b;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.left .pfltitle:before{
	content: "★  ";
}
.right .pfltitle:before{
	content: "★  ";
}
/*.left h2,.right h2{
	padding: 6px 16px;
	border-radius: 6px;
	color: #294c7b;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.left h2:before{
	content: "★  ";
}
.right h2:before{
	content: "★  ";
}
.left h3,.right h3{
	padding: 6px 16px;
	border-radius: 6px;
	color: #294c7b;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.left h3:before{
	content: "★  ";
}
.right h3:before{
	content: "★  ";
}*/

.left .info, .right .info{
	border-top: 1px solid #ccc;
}
.left img{
	width: 100%;
	max-height: 150px;
}
.left p{
	font-size: 14px;
	text-indent: 2em;
}
.left h3,.center h3{
	font-size: 16px;
	line-height: 35px;
}
.center{
	width: 600px;
	height: 380px;
	position: relative;
	padding: 20px 15px;
}
.center .tabs{
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
.center .tabs a{
	background: #e6e6e6;
	padding: 6px 16px;
	margin-right: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow:2px 2px 10px #909090;
}
.center .tabs .active:before{
	content: "> "
}
.center .tabs .active{
	color: #294c7b;
}
.center .swiper-container{
	/*width: 600px;*/
	height: 360px;
}
.center .swiper-wrapper{
	/*width: 1800px;*/
	/*height: auto;*/
	transform: translate3d(0px, 0px, 0px); 
	transition-duration: 	0.5s;
}
.center .news-list{
	/*margin-top: 10px;*/
	padding: 15px 15px 10px;
}
.news-list .newlistone img{
	width: 158px;
	/*height: 100px;*/
	float: left;
	margin-right: 15px;
}
.news-list li,.artullist li{
	border-bottom: 1px dashed #ccc;
	/*padding: 3px 10px;*/
}
.news-list li time, .artullist li time{
	float: right;
	color: #666;
}
.news-list li+li{
	height: 36px;
	line-height: 36px;
}
/*产品列表*/
.projs{
	padding: 15px 25px 5px 10px;
}
.jieshao p{
	text-indent: 2em;
}

.projs .button{
	text-align: right;
}
.page{
	text-align: center;
	margin: 15px auto;
}
.page ul{
	display: inline-block;
}
.page li{
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.page li a,
.page li span{
	padding:5px 15px;
}
.page .thisclass{
	background: #ccc;
}
.tjnews {
	margin-top: 15px;
}
.tjnews .pfltitle,.plist .pfltitle,.artlist .pfltitle{
	color: #294c7b;
    font-size: 16px;
    font-weight: 700;
    text-indent: 15px;
    border-bottom: 1px solid #ccc;
}
.plist .pfltitle{
	border-bottom: none;
}
.tjnews .pfltitle:before,.artlist .pfltitle:before{
	content: "★  "
}
/*.tjnews h2,.plist h2,.artlist h2{
	color: #294c7b;
    font-size: 16px;
    font-weight: 700;
    text-indent: 15px;
    border-bottom: 1px solid #ccc;
}
.plist h2{
	border-bottom: none;
}
.tjnews h2:before,.artlist h2:before{
	content: "★  "
}
.right h2.protitle :before{
	content: "";
}
.tjnews h3,.plist h3,.artlist h3{
	color: #294c7b;
    font-size: 16px;
    font-weight: 700;
    text-indent: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.plist h3{
	border-bottom: none;
}
.tjnews h3:before,.plist h3:before,.artlist h3:before{
	content: "★  "
}*/
.tjnews ul{
	padding: 10px 15px;
}
.tjnews ul li{
	width: 46%;
	float: left;
	margin-right: 2%;
	line-height: 32px;
	border-bottom: 1px dashed #ccc;
	height:32px;
	overflow:hidden;
	position:relative;
}
.tjnews ul li time{
	float:right;
	position:absolute;
	right:0;
	top: 0;
	z-index:2;
	background-color:#fff;
	padding-left:5px;
}
/*产品详情页*/
.proinfo{
	padding: 15px 15px 5px 20px;
}
.infotitle {
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}
.proinfohead .proimg{
	width: 40%;
	height: auto;
	border: 1px solid #ccc;
	position: relative;
}
.biaozhi {
    padding: 2px 2px 2px 8px;
    position: absolute;
    top: 2px;
    right: 2px;
    letter-spacing: 6px;
    font-weight: 700;
    color: #ff0;
    border-radius: 5px;
    box-shadow: 0 5px 5px -5px #000;
    background: red;
    z-index: 3;
    /*transform: rotate(45deg);*/
}
.proimg img{
	width: 100%;
	height: auto;
}
.proheadright{
	width: 56%;
}
.proheadright h1{
	display: inline-block;
	font-size: 16px;
}
.proheadright h2{
	font-size: 16px;
	padding: 8px 0;
}
.proheadright li{
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
.proheadright .zhushi{
	color:red;
}
.proheadright .zhushi button{
	color: #fff;
	font-weight: 700;
	padding:10px 15px;
	cursor: pointer;
	margin-left: 10px;
	background: red;
}
.proinfobody .proinfo-title{
	/*color: #294c7b;*/
	display: block;
	font-size: 16px;
    font-weight: 700;
    text-indent: 15px;
    border-bottom: 1px solid #ccc;
	padding: 8px 0;
}
.proinfobody .art-body{
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.proinfobody h2{
    font-size: 16px;
    font-weight: 700;
    text-indent: 15px;
    /*border-bottom: 1px solid #ccc;*/
	padding: 8px 0;
}
/*.art-body{
	padding: 15px 10px;
}*/
.art-body p, .artbody p{
	text-indent: 2em;
	margin-bottom: 10px;
}
.art-body p img, .artbody p img{
	max-width: 90%;
	margin-left: calc(-2em);
}

.artbody p.banquan{
	color:#294c7b;
}

.artbody .banquan strong{
	color:#294c7b;
}
.artbody a{
	color: blue;
}
/*文章列表及详情*/
.listtitle{
	font-size: 20px;
	line-height: 45px;
	margin-left: 20px;
}
.listdesc{
	margin-left: 20px;
}
.artullist{
	padding: 15px 10px;
}
.artullist li{
	line-height: 32px;
	padding: 20px;
	/*border: 1px solid #ececec;*/
	box-shadow: 0 0 1px #ccc;
	margin-bottom: 15px;
}
.artullist .img{
	width: 30%;
	height: auto;
	border: 1px solid #ececec;
	/*box-shadow: 0 0 3px #999;*/
	/*border-radius: 6px;*/
	margin-right: 15px;
}

.con h2{
	font-size: 18px;
}
.con h2 span{
	font-size: 16px;
	padding: 5px 10px;
	background-color: red;
	margin-right: 5px;
}
.con h2 span a{
	color: #fff;
}
.con .arttitle{
	font-size: 18px;
}
.con .arttitle span{
	font-size: 16px;
	padding: 5px 10px;
	background-color: red;
	margin-right: 5px;
}
/*.con .arttitle  a:hover{
	color:blue;
}*/
.con .arttitle span a{
	color: #fff;
}

.con .pre span{
	color:#909090;
}
.con .pre .more a{
	color:#909090;
}
.artinfo {
	padding: 15px 10px;
}
.artinfo h1{
	margin-top:20px;
	line-height:50px;
}
.artinfo .arttitle{
	font-size: 18px;
	text-align: center;
}
.artinfo .artstitle{
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.artbody{
	/*padding: 25px 10px;*/
}
.artbody h2 {
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    position: relative;
    background: #f6f6f6;
}
.artbody h2:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    top: 0;
    left: 0;
    background: #294c7b;
}
.artbody video{
	width:60%;
	height:auto;
	display:block;
	margin: 0 auto;
}

/*友链*/
.links{
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding: 15px 10px;
}
.links a+a{
	margin-right: 8px;
}
/*底部*/
footer{
	background: #294c7b;
	padding-bottom: 30px;
	/*height: 300px;*/
}
footer .footer{
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 36px;
}
footer .footer a{
	color: #fff;
}
.foodht.w {
    text-align: center;
    color: #9c9494;
}
.foodht.w a{
	color: #9c9494;
}
.foodhtimg{
	margin-bottom: 10px;
}
.m_footer{
	display: none;
}

/*手机样式开始*/
@media screen and (max-width: 640px){
.w {
	width: 100%;
}
.headtop,
.logowenzi,
.head .qqline,
.banner,
.pos .pos-tu,
.bdsharebuttonbox.fr.bdshare-button-style0-16 {
	display: none;
}
.head .fl,
.head .fr{
	width: 48%;
}
.head .logo,
.leftlist,
.prolist{
	width: 100%;
}
.head, .head .fl, .head .fr {
     height: auto;
}
nav li{
	width: 25%;
	background: #294c7b;
	border: 1px solid #ccc;
	text-align: center;
}
nav a{
	padding: 0;
}
.dongli,.gonglv,.yongtu{
	display: inline-block;
}
.leftlist h2{
	display: inline-block;
	text-indent: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.leftlist h2:before{
	content: ""
}
.dongli:hover .donglilist{
	display: block;
}

.gonglv:hover .gonglvlist{
	display: block;
}
.yongtu:hover .yongtulist{
	display: block;
}
.plist{
	margin: 15px auto;
}
.plist li{
	width: 45%;
	margin-left: 2%;
	margin-right: 2%;
}
.plist li .img{
	height: auto;
}
.plist li p{
	text-indent: 0em;
}
.left, .right,.center {
    width: 100%;
}
.center{
	height: auto;
}
.plist li:nth-child(n+9){
	display: none;
}
.fenlei li {
	float: left;
	text-indent: 0;
	margin-right: 5px;
}
.fenlei li:before{
	content: ""
}
.fenlei li a{
	border: 1px solid #ccc;
	padding-left: 5px;
    padding-right: 5px;
}
.button{
	/*margin: 15px auto;*/
}
span.zhushi {
    display: block;
}
.pos .fr{
	float:none;
	text-indent: 1em;
}
.projs {
    padding: 0px 25px 5px 10px;
}
.projs .button {
    text-align: center;
}
.art-body p.procs{
	width:100%;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-indent:0;
	overflow-x:auto;
	overflow-y:auto;
	position:relative;
	text-align:left !important;
	}
.art-body p.procs img{
	width:700px;
	max-width:700px;
	overflow-x:auto;
	overflow-y:auto;
	position:relative;
	margin-left: 0;
	}
.tjnews ul li {
    width: 98%;
}
.leftlist .h2 {
    display: block;
    color: #294c7b;
    border: none;
    border-bottom: 1px solid #ccc;
}
.prolist,
.proinfo,
.artlist,
.artinfo,
.artullist .img,
.proinfohead .proimg,
.proheadright {
    width: 100%;
    box-sizing: border-box;
}
.page li{
	padding: 3px 5px;
}
.head .logotu {
	width:auto;
	height:60px;
	background: url(http://www.zzqinyu.com/skin/images/logo.png) center no-repeat;
	background-size: 90%;
	}
.head .fr img{
	max-height:60px;
	}
.pos {
    height: auto;
}
.pos{
	height:32px;
	overflow:hidden;
	font-size:13px;
	}
.position{
	background-size:15px;
	background-position: 5px 8px;
	}
.artinfo{
	padding-top:5px;
	}
.artinfo h1{
	line-height:21px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-top:0;
	}
.artinfo .bdsharebuttonbox{
	display:none;
	}
.artinfo{
	margin-top:2px !important;
	padding-bottom:5px !important;
	margin-bottom:2px ;
	}
.artinfo span{
	display:none;
	font-size:13px;
	}
.artinfo span:nth-child(1){
	display:inline-block;
	}

.artullist li time {
 	float: none;
}
.artullist li time:before{
	content: "发布日期："
}
.leftlist{
 width: calc(100% - 30px );
}
footer .footer{
	padding-bottom: 75px;
}
.m_footer{
    display: block;
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #1f78bb;
    box-shadow: 0px 0px 11px 0px rgba(148, 141, 141, 0.6);
    z-index: 18;
}
.m_footer .phone,
.m_footer .online{
	width: 50%;
	text-align: center;
}
.m_footer .online{
	border-left: 1px solid #ccc;
}
.m_footer a{
	color: #fff;
}

.center .news-list strong{
	width: 60%;
	height: 36px;
	overflow: hidden;
}
.news-list .newlistone img {
     width: 100%;
}
.center .swiper-container {
    height: 600px;
}
.artbody video{
	width:90%;
}
}
/*本站结束*/

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-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: */	
	
}
