@charset "UTF-8";
body{
    background: #cef4ff;
}
.banner{
    background: center no-repeat;
    height: 217px;
    width: 100%;
}
.banner1{
    background-image: url("../images/pic10.jpg");
}
.banner2{
    background-image: url("../images/pic02.jpg");
}
.banner3{
    background-image: url("../images/pic03.jpg");
}
.tip{
    width: 900px;
    margin: auto;
    padding-top: 70px;
    color: #fff;
    font-size: 22px;
    text-indent: 2em;
}
.tip span{
    font-size: 30px;
}
.main{
    width: 1000px;
    margin: auto;
}
.main img{
    display: block;
    margin: 40px auto 0;
}
.main img.title{
    margin-top: 60px;
    margin-bottom: 35px;
}
.footer{
    background: url("../images/pic09.jpg") center no-repeat;
    width: 100%;
    height: 98px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 98px;
}
.rocket-cont {
    position: fixed;
    left: 0;
    bottom: 20%;
    width: 100%;
    height: 0
}

.rocket-cont .box {
    position: relative
}
#rocket{
    position: absolute;
    bottom: 0;
    background-image: url("../images/rocket.jpg");
    width: 58px;
    height: 110px;
    right: -92px;
    display: none;
    cursor: pointer;
}

#rocket:hover {
    background-image: url("../images/rocket-hover.jpg");
}