﻿@charset "utf-8";
.iBanner {
	/*height:700px;*/
	margin:auto;
  position: relative;
  zoom:1;
  overflow:hidden;
}
/*
.iBanner video {
	position:absolute;
	left:0px;
	width:100%;
	top:0px;
	height:700px;
	z-index:2;
}
.iBanner source{
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}*/
#top .swiper-container {
  height: 100%;
  width: 100%;
  position:relative;
  left:0px;
  top:0px;
  z-index:8;
}

#top .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:40px;
  width: 100%;
  z-index:10;
}
#top .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin: 0 12px;
  cursor: pointer;
  border:solid 1px #848484;
}
#top .swiper-active-switch {
  background: #e50044;
  border:solid 1px #e50044;  
}
#top .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
	//background-color:rgba(0,0,0,0.3);
}
#top .swiper-wrapper {
	position:relative;
	width:100%;

}
.arrow-left,.arrow-right {
	display:block;
	width:22px;
	height:42px;	
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	margin-top:-21px;
	z-index:10;
	opacity: 0;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
	padding:0;
}
.bannerI:hover .arrow-left,.bannerI:hover .arrow-right {
	opacity: 1;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.arrow-left {
	left:118px;
	background-position:left top;
	background-image:url(../images/hover_left.png);
}
.arrow-left:hover {
	left:100px;
	padding-right:18px;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.arrow-right {
	background-position:right top;
	right:118px;
	background-image:url(../images/hover_right.png);
}
.arrow-right:hover {
	right:100px;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
	padding-left:18px;	
}
#top .swiper-slide {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
@media only screen and (max-width: 640px) {
.iBanner{
   /*height: 20vh;*/
}
 #top .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
}
@media only screen and (max-width: 360px) {
.iBanner{
 /*  height: 166px;height: 20vh;*/
}
#top .swiper-pagination {
    bottom: 10px;
}
}







