﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
.swiper-container{
	height: 500px;
}
.arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide{
	position:relative;
	opacity:0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
	opacity:1;
}
.swiper-slide .img{
	position:absolute;
}
.inner{
	position:relative;
	display:block;
	width:1000px;
	height:500px;
	margin:0 auto;
}
.s0{left: 50%;margin-left: -154px; top: 100px;visibility: visible!important;}
.s1{left: 45%;top: 25%;visibility: visible!important;}
.s2{left: 20%;top: 40%;visibility: visible!important; }
.s3{left: 0;bottom: 0px;z-index: 5;height:190px}
.s4{right: 0;bottom: 0px;z-index: 0;height: 160px}
.zh-a-1{left: 50%;top: 40%;z-index: 9;text-align: center;}
.zh-a-2{left: 15%;top: 0;width:70%;}
.indexbanner .swiper-slide .zh-a-1 .smalltitle{font-size: 26px;}
.b-1 {right: 40%;top: 36%;}
.b-2 {left: 30%;top:36%;}
.b-3 {left: 20%;top: 50%;}
.indexbanner .swiper-slide p.b-3{font-size: 24px;}
.b-s-1 {width: 100px; left: 50px; bottom:0px;}
.b-s-2 {left: 160px;width: 160px;bottom:0px;}
.b-s-3{left: 390px;width: 58px;bottom:0px;}
.b-s-4{right: 359px; width: 103px;bottom:0px;}
.b-s-5{right: 250px;width: 150px;bottom:0px;}
.b-s-6{right: 0;width: 65px;bottom:0px;}
.b-y-1 {top:40px;left: 50%; margin-left: -20px;}
.b-y-2{top:40px;left:0}
.b-y-3{top:40px;right: 0}
.loop{
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 15%;
    left: 40%;
    z-index: 999;
}
.targetBtn a{
	height:50px;
	border-radius:50px;
	background:rgba(0,0,0,.5);
	float:left;
	line-height:50px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
.targetBtn .a1{
	width:110px;
	}
.targetBtn .a2{
	width:170px;
	margin-left:15px;
	}	
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}

@media screen and (max-width: 1200px){
.b-1{right: 30%;}
.b-2{left: 30%;}
}
@media screen and (max-width: 1024px){
  .swiper-container{height: 400px;}
  .zh-a-1{left: 31%;}
  .zh-a-1 .largetitle{}
}
@media screen and (max-width: 768px){
  .swiper-container{height: 280px;}
  .indexbanner .swiper-slide p{font-size: 26px;}
  .s1{left: 40%;}
  .s2{left: 25%;top: 50%;}
  .b-1,.b-2{top: 20%;}
  .b-3{top: 50%;left: 6%;}
  .targetBtn .a1{width: 70px;}
  .targetBtn a{height: 30px;line-height: 30px;border-radius: 30px;}
  .targetBtn{bottom: 20%;}
}
@media screen and (max-width: 600px){
  .swiper-container{height: 200px;}
  .indexbanner .swiper-slide p{font-size: 22px;}
  .zh-a-1{left: 22%;}
  .indexbanner .swiper-slide p.b-3{font-size: 18px;}
  .targetBtn a{height: 30px;line-height: 30px;}
  .indexbanner .swiper-slide .zh-a-1 .smalltitle{font-size: 18px;}
}
@media screen and (max-width: 470px){
  .containerbox span.c2{margin-left: 0;}
  .indexbanner .swiper-slide p{font-size: 18px;}
  .indexbanner .swiper-slide p.b-3{font-size: 16px;}
  .b-3{top: 40%;}
}
@media screen and (max-width: 400px){
  .swiper-container{height: 150px;}
  .indexbanner .swiper-slide p{font-size: 16px;}
  .indexbanner .swiper-slide p.b-3{font-size: 14px;}
  .s1{top: 20%;}
  .s2{top: 50%;}
  .zh-a-1{left: 20%;top: 30%;}
  .indexbanner .swiper-slide .zh-a-1 .smalltitle{font-size: 14px;}
  .b-1, .b-2{top: 45%;}
  .b-2{left: 28%;}
  .b-1{right: 28%;}
}
@media screen and (max-width: 320px){
  .targetBtn .a1{display: none;}
  .zh-a-1{left: 17%;top: 20%;}
  .b-1, .b-2{top: 35%;}
  .b-2{left: 20%;}
  .b-1{right: 20%;}
}