html,
body,
div,
a,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
span,
input,
button,
i {
    margin: 0;
    padding: 0;
 
}
/* banner */
.banner-group {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.bg-group{
    width: 100%;
    height: 400px;
    position: relative;
}
.bg-group .banner-bg {
    width: 100%;
    height: 100%;
}
.banner-move{
    position: absolute;
    width: 600px;
    height: 120px;
    left: 20%;
    top: 50%;
    margin-top: -60px;
}

.banner-move img{
    height: 50px;
    position: absolute;
}
.banner-move img:last-child{
    bottom: 0;
}
/* banner-bg */
.banner-bg.bg1{
    background: url("../images/bannerOne/banner1.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg2{
    background: url("../images/bannerOne/banner2.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg3{
    background: url("../images/bannerOne/banner3.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg4{
    background: url("../images/bannerOne/banner4.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg5{
    background: url("../images/bannerOne/banner5.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg6{
    background: url("../images/bannerOne/banner6.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg7{
    background: url("../images/bannerOne/banner7.png") center no-repeat;
    background-size: 100% 100%;
}
.banner-bg.bg8{
    background: url("../images/bannerOne/banner8.png") center no-repeat;
    background-size: 100% 100%;
}
/* move */
.move1>img:first-child{
    transform: translate(-50px);
    height: 60px;
}
.move1>img:last-child{
    margin-left: 60px;
    transform: translate(50px);
    height: 60px;
}
.move2>img:first-child{
    margin-left: 100px;
    transform: translate(0, 150px);
}
.move2>img:last-child{
    transform: translate(0,-150px);
}
.move3>img:first-child{
    margin-left: 100px;
    transform: translate(150px);
}
.move3>img:nth-child(2){
    margin-left: 100px;
    top: 50%;
    margin-top: -10px;
    transform:scaleX(0.5);
}
.move3>img:last-child{
    bottom: -30px;
    margin-left: 260px;
    transform: translate(400px);
}
.move4>img{
    transform: translate(0,-150px);
}
.move5>img:first-child{
    transform: translate(50px);
}
.move5>img:last-child{
    transform: translate(-50px);
    margin-left: 100px;
}
.move6>img:first-child{
    margin-left: 30px;
    transform: translate(0px,50px);
}
.move6>img:last-child{
    transform: translate(0px,50px);
}
.move7>img:first-child{
   height: 80px;
}
.move7>img:last-child{
    height: 40px;
}
.move7>img{
    transform: translate(-50px);
}
.move8>img{
    transform:scaleX(1.5);
}
.swiper-slide-active .banner-move>img {
    transform: translate(0px);
    transition: all 1s;
}
/* 鍒嗛〉鍣� */
.banner-group .banner-pages>li{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    text-align: center;
}
.banner-group .banner-pages>li.swiper-pagination-bullet-active{
    background: #007aff;
    opacity: 1;
}
