body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #4E4E4E;
}
img{
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    background-color: #4E4E4E;
}

#header img {
    margin-top: 5px;
    margin-left: 8.9%;
    width: 50px;
    height: 50px;
    text-align: center;
}

#nav {
    margin-right: 33.3px;
    background-color: #4E4E4E;
}

#nav ul {
    width: 100%;
    list-style: none;
}

#nav ul li {
    width: 130px;
    float: left;
    text-align: center;
}

#nav ul li a {
    text-decoration: none;
    color: #ADADAD;
}


#nav ul li a:hover {
    display: block;
    color: #FFFFFF;
}

#body {
    width: 100%;
    background-color: beige;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: white;
}
.shuoming{
    font-size: 20px;
}
#body #buju01 {
    width: 100%;
    height: 886px;
    background-color: BEIGE;
}

#body #buju01 #d1{
    width: 100%;
    height: 200px;
}

#body #buju01 #d2{
    width: 560px;
    height: 581px;
    background-color: #3499fe;
}

#body #buju01 #left {
    width: 100%;
    height: 586px;
    justify-content: flex-end;
    align-items: center;
}

.detail {
    width: 60%;
    height: 350px;
    display: flex;
    padding-top: 3%;
    padding-bottom: 3%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.detail .buju02 {
    display: flex;
    flex-direction: row;
    margin-left: 12px;
    align-items: center;
}

.detail .buju02 a{
    margin-left: 20px;
}

.detail #downloadButton {
    width: 230px;
    height: 50px;
    background-color: #00CCFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33.3px;
}

.detail #downloadButton img{
    margin-left: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}


.detail #downloadButton span {
    color: white;
    font-size: 18px;
    text-align: center;
}

.detail #downloadButton span :hover{
    background-color: #ADADAD;
}

#Name {
    text-align:center;
    font-size: 25px;
}



#buju04 {
    width: 100%;
    height: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#buju04 #title {
    width: 100%;
    height: 100px;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#buju05{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #4E4E4E;
}
#buju05 section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 210px;
    height: 50px;
    background-color: #00CCFF;
    text-align: center;
}
#footer {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4E4E4E;
}
#body #buju01 #d0{
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
#banner{
    width:100%;
    height:686px;
    overflow:hidden;
    position:relative;}
.swiper-container {
    width: 100%;
    height: 100%;
    position:absolute;
}
.swiper-slide .detail{
    height:35px;
    background:rgba(0,0,0,.7);
    position:absolute;
    width:100%;
    bottom:0;
    color:#fff;
    opacity:0;
    transition:opacity .3s .3s;
}
.swiper-slide-active .detail{
    opacity:1;
    }
.swiper-slide .detail h3{
    width:950px;
    margin:15px auto 0;}
.swiper-slide .detail p{
    width:950px;
    margin:5px auto 0;}	
.swiper-slide .detail p span{
    width:650px;
    display:block;}	
/**/.effect1 img{
    transform:scale(1.25,1.25) translate(10%,10%);
    transform:scale(1.1,1.1) translate(4.545%,4.545%);
    /*tr     =    (sc-1)/2sc*100%              */
    /* --1.25       0.25/2.5*100%=10%          */
    
    }
    
.leftUp img{-webkit-animation-name:leftUp;animation-name:leftUp;}
@-webkit-keyframes leftUp{
0%{transform:scale(1.1,1.1) translate(4.545%,4.545%); }
100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}
@keyframes leftUp{
0%{transform:scale(1.1,1.1) translate(4.545%,4.545%);}
100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}

.moveRight img{-webkit-animation-name:moveRight;animation-name:moveRight;}
@-webkit-keyframes moveRight{
0%{transform:scale(1.1,1.1) translate(-4.545%,0); }
100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}
@keyframes moveRight{
0%{transform:scale(1.1,1.1) translate(-4.545%,0);}
100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}

.moveDown img{-webkit-animation-name:moveDown;animation-name:moveDown;}
@-webkit-keyframes moveDown{
0%{transform:scale(1.1,1.1) translate(0,-4.545%); }
100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}
@keyframes moveDown{
0%{transform:scale(1.1,1.1) translate(0,-4.545%);}
100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}

.centerBig img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{
100%{transform:scale(1.1,1.1);}}
@keyframes centerBig{
100%{transform:scale(1.1,1.1);}}

.rightDownBig img{-webkit-animation-name:rightDownBig;animation-name:rightDownBig;}
@-webkit-keyframes rightDownBig{
100%{transform:scale(1.1,1.1) translate(4%,4%);}}
@keyframes rightDownBig{
100%{transform:scale(1.1,1.1) translate(4%,4%);}}

.swiper-slide img{
animation-duration:5s;
animation-timing-function:linear;
animation-fill-mode: forwards;
-webkit-animation-duration:5s;
-webkit-animation-timing-function:linear;
-webkit-animation-fill-mode: forwards;
}	
.swiper-pagination{
bottom:35px;
right:250px;
}
.swiper-pagination-bullet{
width:20px;
height:20px;
background:#fff;
margin:0 5px;
}