@media screen  and (max-width:1300px){
.focuspic li a{width:1920px;margin-left:-300px;height:630px;}
.focus .prev{left:50px;}
.focus .next{right:50px;background-position:right;}
}
@media screen and (min-width:1300px) and (max-width:1400px){
.focuspic li a{width:1650px;height:630px;margin-left:-160px;}
.focus .prev{left:3%;}
.focus .next{right:3%;background-position:right;}
}
@media screen and (min-width:1400px) and (max-width:1500px){
.focuspic li a{width:1670px;margin-left:-120px;height:630px;}
.focus .prev{left:5%;}
.focus .next{right:5%;background-position:right;}
}
@media screen and (min-width:1500px) and (max-width:1600px){
.focuspic li a{width:1720px;margin-left:-110px;height:630px;}
.focus .prev{left:7%;}
.focus .next{right:7%;background-position:right;}
}
@media screen and (min-width:1600px) and (max-width:1700px){
.focuspic li a{width:1765px;margin-left:-70px;height:630px;}
.focus .prev{left:11%;}
.focus .next{right:11%;background-position:right;}
}
@media screen and (min-width:1700px) and (max-width:1800px){
.focuspic li a{width:1850px;margin-left:-50px;height:630px;}
.focus .prev{left:13%;}
.focus .next{right:13%;background-position:right;}
}
@media screen and (min-width:1800px) and (max-width:1900px){
.focuspic li a{width:1847px;height:630px;margin:0 auto;margin-left:-20px;}
.focus .prev{left:15%;}
.focus .next{right:15%;background-position:right;}
}
@media screen and (min-width:1900px) and (max-width:1950px){
.focuspic li a{height:630px;overflow:hidden;margin:0 auto}
.focus .prev{left:16%;}
.focus .next{right:16%;background-position:right;}
}
@media screen and (min-width:1951px) and (max-width:2100px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:16%;}
.focus .next{right:16%;background-position:right;}
}

@media screen and (min-width:2100px) and (max-width:2300px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:17%;}
.focus .next{right:17%;background-position:right;}
}
@media screen and (min-width:2300px) and (max-width:2500px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:19%;}
.focus .next{right:19%;background-position:right;}
}
@media screen and (min-width:2500px) and (max-width:2700px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:20%;}
.focus .next{right:20%;background-position:right;}
}
@media screen and (min-width:2700px) and (max-width:2900px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:21%;}
.focus .next{right:21%;background-position:right;}
}
@media screen and (min-width:2900px) and (max-width:3100px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:23%;}
.focus .next{right:23%;background-position:right;}
}
@media screen and (min-width:3100px) and (max-width:3300px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:24%;}
.focus .next{right:24%;background-position:right;}
}
@media screen and (min-width:3300px) and (max-width:3500px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:25%;}
.focus .next{right:25%;background-position:right;}
}
@media screen and (min-width:3500px) and (max-width:3700px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:26%;}
.focus .next{right:26%;background-position:right;}
}
@media screen and (min-width:3700px){
.focuspic li a{width:100%;height:630px;margin:0 auto}
.focus .prev{left:27%;}
.focus .next{right:27%;background-position:right;}
}



@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
}
.apple-banner {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 200px;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:10px;
	background:none;
		position:absolute;
	z-index:10;
	right:10px;
	border-radius:5px;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	background:#000;
	border-radius:0;
	opacity: 1;
	border-radius:5px;

}
.apple-banner  .swiper-pagination-bullet span {
	width: 10px;
	height: 10px;
	display: block;
	background:#ccc;
	border-radius:5px;
}
.apple-banner .swiper-pagination-bullet-active span{
    background:#ccc;
	border-radius:5px;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background:#f51314;
	border-radius:5px;
}
.apple-banner  .swiper-pagination-bullet i{
	background:#ccc;
	height:10px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
	border-radius:5px;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-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 {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}


@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}