@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%; margin:0 auto;height:525px;overflow: hidden;}
.apple-banner .swiper-container {margin-top:0px;width: 100%;height:525px;}
.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(/skin/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(/skin/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:50px;background:none;}
.apple-banner  .swiper-pagination-bullet {display: inline-block;width: 50px;height: 30px;margin: 0 3px;cursor: pointer;background: none;border-radius:0;opacity: 1;}
.apple-banner  .swiper-pagination-bullet span {width: 50px;height: 2px;display: block;background: rgba(128,128,128,0.2);}
.apple-banner .swiper-pagination-bullet-active span{background:gray;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{background: rgba(128,128,128,0.2);}
.apple-banner  .swiper-pagination-bullet i{background: gray;height: 2px;transform:scaleX(0);transform-origin: 0;display: block;}
.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;}
/*内容样式*/

.slide1{background: #e14d48 url(/skin/img/banner_cis0.jpg) no-repeat center center ;background-size: auto 100%;text-align: center;}
.slide1 .title {width:1310px; margin:0 auto;text-align:left;margin-top:150px;}

.slide2 {background: #e24944 url(/skin/img/banner_cis1.jpg) no-repeat center center;background-size: auto 100%;}
.slide2 .title {width:1310px; margin:0 auto;text-align:left;margin-top:150px;}

.slide3 {background: #130c13 url(/skin/img/banner_cis2.jpg) no-repeat center center;background-size: auto 100%;}
.slide3 .title {width:1310px; margin:0 auto;text-align:left;margin-top:150px;}

@media (max-width:768px) {
.apple-banner {height:320px;overflow: hidden;}
.apple-banner .swiper-container {height:320px;}
.slide1{background: #e14d48 url(/skin/img/banner_cis0.jpg) no-repeat left center ;background-size: auto 100%;text-align: center;}
.slide1 .title {width:80%; margin:0 auto;text-align:left;margin-top:80px;}
.slide1 .title img{width:100%;}

.slide2 {background: #e24944 url(/skin/img/banner_cis1.jpg) no-repeat left center;background-size: auto 100%;}
.slide2 .title {width:80%;margin:0 auto;text-align:left;margin-top:80px;}
.slide2 .title img{width:100%;}
}
@media (min-width:480px) {
.slide1 .title {width:470px;}
.slide2 .title {width:470px;}

}
@media (min-width:768px) {
.slide1 .title {width:750px;}
.slide2 .title {width:750px;}

}
@media (min-width: 992px) {
.slide1 .title {width:950px;}
.slide2 .title {width:950px;}
}
@media (min-width: 1200px) {
.slide1 .title {width:1170px;}
.slide2 .title {width:1170px;}
}
@media (min-width: 1600px) {
.slide1 .title {width:1310px;}
.slide2 .title {width:1310px;}
} 


