#myslider-show1 {font: 12px/1.5 "STHeiti","Microsoft YaHei","Helvetica Neue","Helvetica","SimSun","STSong","Arial","sans-serif";background: url(../images/bg.jpg) no-repeat center top;background-size: 100% auto;}
#myslider-show1  .full {width: 100%;overflow: hidden;}
#myslider-show1  .content {width: 980px;margin: 0 auto; position: relative;}

@media screen and (min-width:1400px) {
	#myslider-show1	.content {
		width: 1200px;
	}
}

@media screen and (min-width:1660px) {
	#myslider-show1	.content {
		width: 1200px;
	}
}

#myslider-show1  .cover-left {
	width: 2000px; height: 600px;
	position: absolute;
	left: -2000px;
	top: 0;
	opacity: 0.7;
	background: #000;
	z-index: 10;
}

#myslider-show1  .cover-right {
	width: 2000px; height: 600px;
	position: absolute;
	right: -2000px;
	top: 0;
	background: #000;
	opacity: 0.7;
	z-index: 10;
}

#myslider-show1  .swiper-container {
	overflow: visible;
	height: 600px;
}

#myslider-show1  .swiper-slide {
	height:100%;
	background: #000;
	position: relative;
}

#myslider-show1  .swiper-slide img {
	max-width: 100%;
	/*opacity: 0.7;*/
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
}

#myslider-show1  .swiper-slide  a:hover img {
	/*opacity: 1;*/
}

#myslider-show1  .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -40px;
	width: 35px;
	height: 80px;
	z-index: 15;
}

#myslider-show1 .arrow-right {
	background: url(../images/arrows.png) no-repeat right top;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -40px;
	width: 35px;
	height: 80px;
	z-index: 15;
}

.pagination{ position:absolute; bottom:10px; left:0; right:0; text-align:center;}
.swiper-pagination-switch {display: inline-block; width: 10px; height: 10px; border-radius: 10px; background-color:#066; margin: 0 5px; opacity: 0.8;border: 1px solid #fff; cursor: pointer;}
.swiper-active-switch { background: #fff;}

.swiper-arrow-left{ background: url(../images/arrows.png) no-repeat left top; position: absolute; left: -40px; top: 50%; margin-top: -40px; width: 35px; height: 80px; z-index: 15;}
.swiper-arrow-right{background: url(../images/arrows.png) no-repeat right top;position: absolute; right: -40px;top: 50%; margin-top: -40px; width: 35px; height: 80px; z-index: 15;}

@media screen and (max-width:800px) {
	#myslider-show1  .content{ width:80%;}
	#myslider-show1  .swiper-container { height:200px;}
	#myslider-show1  .cover-left{ height:200px;}
	#myslider-show1  .cover-right { height:200px;}
	#myslider-show1  .swiper-slide img { height:100%;}
}