
.swiper-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 60px; */
}
.swiper-pagination-bullet{
    margin-right: 10px;
}
.swiper-pagination-bullet:last-child{
    margin-right: 0px;
}

/* 波浪式效果 */
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px; bottom: 60px;left: 0;z-index: 1;}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}

.banner a{
    display: none;
}

.show .div2img{
    display: none;
}
/* 商聚速盈 */
.show_w{
    width: 800px;
    margin: 0 auto;
}
.show{
    background: url(../images/show.png) no-repeat center 0;
    height: 2019px;
    /* background-size: 100% 100%; */
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
.show>h1{
    height: 370px;
}
.show>h2{
    text-align: center;
    font-weight: normal;
}
.show>h2 i{
    font-size: 55px;
	line-height: 27px;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
}
.show>h2 span{
    font-size: 30px;
	line-height: 27px;
	color: #ffffff;
}
.show div{
    display: flex;
    justify-content: space-between;
    /* margin-top: 175px; */
    /* padding-left: 160px; */
}
.show .div1{
    margin-top: 175px;
    padding-left: 80px;
}
.show .div2{
    margin-top: 111px;
    padding-right: 80px;
}
.show .div2 p{
    padding-left: 70px;
    width: 74%;
    /* margin-top: -38px; */
}
.show .div3{
    margin-top: 85px;
    padding-left: 45px;
}
.show .div3 p{
    margin-top: 20px;
    margin-right: -50px;
}
.show div img{
    display: block; 
}
.show .div1 img{
    width: 275px;
    height: 220px;
    margin-top: 35px;
}
.show .div1 p{
    margin-right: -35px;
}
.show .div2 img{
     width: 59%; 
     height: 240px; 
    margin-top: 10px;
}
.show .div3 img{
    width: 460px;
    height: 220px;
    margin-left: 20px;
	margin-top:50px;
	margin-right:10px;
}
.show div p{
    width: 48%;
}
.show div span {
    font-size: 60px;
    color: #ffffff;
    font-family: 'pictos';
}
.show div i{
    display: block;
    font-size: 28px;
	line-height: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}
.show div p strong{
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing:1.2px
}
.show div p em{
    display: block;
    font-size: 18px;
	line-height: 35px;
    color: #ffffff;
    margin-top: 20px;
}
.show .curcle{
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.show li{
   border-radius: 50%;
   width: 10px;
   height: 10px;
   margin-bottom: 10px;
   background-color: #d2d2d2;
}

.zixundianhua{
    background: linear-gradient(to right, #2bc1dc 0%,#5559fd 100%);
    border-radius: 30px;
}
footer {
	/* background: #4661cc; */
	background: url(../images/footer.png) no-repeat center 0;
	/* background-size: contain; */
	color: #fff;
	padding: 60px 0px 50px;
	font-weight: 200;
	height: 580px;
	margin-top: -100px;
}
.footer {
	display: flex;
	justify-content: space-between;
	padding-top: 230px;
}







@media (max-width: 1219px){
    .show_w{
        max-width: 96%;
    }
    body footer{
		height: 450px;
	}
    body .footer {
        padding-top: 180px;
    }
    .show .div1{
        padding-left: 100px;
        margin-top: 110px;
    }
    .show .div2{
        padding-right: 135px;
        margin-top: 70px;
    }
    .show .div3{
        padding-left: 135px;
        margin-top: 68px;
    }
    .show .div3 img{
        margin-top: -10px;
        margin-left: 0;
        width: 330px;
        height: 255px;
    }
    .show{
        background: url(../images/show.png) no-repeat center 0;
        height: 1800px;
        background-size: 165% 100%;
        margin-top: -100px;
        position: relative;
    }
    .show div span{
        font-size: 57px;
    }
    .show div i{
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 37px;
    }
    .show div p em{
        font-size: 16px;
        line-height: 32px;
    }
    .show div img{
        width: 140px;
        height: 270px;
    }
    .show .div2 p{
        padding-left: 115px;
    }
    .show .curcle{
        bottom: 100px;
    }
    .show li{
        width: 7px;
        height: 7px;
        margin-bottom: 5px;
    }

}
@media (max-width: 1024px){
    .show_w{
        max-width: 96%;
    }
    body footer {
        height: 400px;
    }
    body .footer{
		padding-top: 155px;
    }
    .show>h2 i{
        font-size: 40px;
    }
    .show>h2 span{
        font-size: 27px;
    }
    /* .show .div2 p {
        padding-left: 115px;
    } */
    .show .div3 {
        padding-left: 100px;
        margin-top: 85px;
    }
    .show .div3 p{
        margin-top: 0;
    }


}
@media (max-width: 936px){
    .show_w{
        max-width: 96%;
    }
    .show{
        height: 1800px;
        background-size: 180% 100%;
    }
    .show .div1 {
        padding-left: 0;
    }
    .show .div2 {
        padding-right: 0;
    }
    .show .div1 img {
        /* width: 200px;
        height: 150px; */
        margin-left: 70px;
    }
    .show .div2 img {
        /* width: 120px;
        height: 225px; */
        margin-right: 70px;
        margin-top: 30px;
    }
    .show .div3 img {
        width: 280px;
        height: 210px;
        margin-top: 25px;
        margin-left: 55px;
    }
    .show div p{
        margin-right: 0px !important;
    }
    .show .div3{
        margin-top: 65px;
        padding-left: 0;
    }

    .show{
        background: url(../images/showw.png) no-repeat center 0;
        margin-top: 0;
        background-size:100% 100%;
        height: 87rem;
        position: relative;
        margin-bottom: 50px;
    }
    .show>h1 {
        height: 130px;
    }
    .show .curcle {
        bottom: -20px;
    }


}
@media (max-width: 766px) {
    .show_w{
        max-width: 96%;
    }
    .wave-box{
        display: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px;
    }
    footer {
        background: #4661cc;
        margin-top: 80px;
    }
    body footer {
        height: auto;
    }
    body .footer{
        padding-top: 0;
    }
    .footer-right{
        margin: 0 auto;
    }
    .person{
        margin-bottom: 15px;
    }
    body{
        font-size: 14px;
    }
    /* .show div p span{
        font-size: 38px;
    }
    .show div p i {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 31px;
    }
    .show .div2{
        margin-top: 105px;
    }
    .show .div3 p{
        margin-top: 30px;
    } */
    

}
@media (max-width: 414px){
    .show_w{
        max-width: 96%;
    }
    .show{
        background: url(../images/showw.png) no-repeat center 0;
        /* background-size: 100% 35rem;
        height: 55.25rem; */
        background-size:100% 100%;
        height: 88rem;
        position: relative;
    }
    .show>h1 {
        height: 7.5rem;
    }
    .show>h2 i {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    .show>h2 span {
        font-size: 1rem;
        padding: 0.2rem 0 1rem 0;
    }
    .show div{
        flex-wrap: wrap;
    }
    .show .div1 img{
        width: 60%;
        height: 100%;
        /* margin-bottom: 2.2rem; */
        margin-left: 20%;
    }
    .show .div2 img{
        width: 70%;
        height: 100%;
        /* margin-bottom: 2.2rem; */
        margin-left: 32.5%;
		margin:0 auto;
    }
    .show .div3 img{
        width: 75%;
        height: 100%;
        /* margin-bottom: 2.2rem; */
        margin-left: 21%;
		margin: 0 auto;
    }
    .show .div3 p{
        margin-top: 0.5rem;
    }

    .show div p{
        width: 100%;
        padding: 0 2.1rem;
        margin-top: 0.5rem;
    }
    .show div p span{
        font-size: 1.5rem;
    }
    .show div p i{
        font-size: 1.22rem;
        padding-bottom: 0.2rem;
        padding-top: 0.3rem;
        line-height: 1.5rem;
        margin-bottom: 0;
        font-weight: 600;
    }
    .show div p strong{
        font-size: 1rem;
        letter-spacing: 0.2px;
    }
    .show div p em{
        font-size: 17px;
        line-height: 1.4rem;
        margin-top: 17px;
    }
    .show .div2 p{
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 0.5rem;
        padding: 0 2.1rem;
    }
    .show .div1 {
        padding-left: 0;
        margin-top: 2rem;
    }
    .show .div2 {
        padding-right: 0;
        margin-top: 1.5rem !important;
    }
    .show .div3 {
        padding-left: 0;
        margin-top: 2rem !important;
    }
    .show .div2 img{
        display: none;
    }
    .show .div2 .div2img{
        display: block;
    }
    .show .curcle{
        bottom: -1rem;
    }

    .price{
        margin-top: 2.5rem;
    }
    .price h3{
        margin-top: 0;
    }
    
    .price h3 img{
        display: none;
    }
    .price h3 span{
        margin: 0 auto;
    }
    /* banner */
	.banner .swiper-slide>img{
		display: none;
    }
    .banner a{
        display: block;
        /* height: 315px; */
    }
    .banner a img{
        display: block;
        width: 100%;
        height: auto;
    }
    
}



