@charset "utf-8";

/* CSS Document */


/* 设定 */
.l-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 950px;
    height: auto;
    font-family: Arial, "Microsoft Yahei", SimHei, STHeiti, Helvetica, serif;
    overflow: hidden;
    line-height: 1.2;
}

.l-content h1,
.l-content h2,
.l-content h3,
.l-content h4,
.l-content h5,
.l-content p,
.l-content a,
.l-content ul,
.l-content li,
.l-content dl,
.l-content dt,
.l-content dd,
.l-content a img {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-weight: normal;
}

.l-content img {
    border: none;
}

.l-content a {
    text-decoration: none;
}

.l-content .p-abs{position: absolute;}
.l-content .p-rel{position: relative;}
.l-content .ft-blue{color: #003399;}
.l-content .ft-blod{font-weight: bold;}

.l-content .p3 .point1{
    top: 291px;
    left: 85px;
    font-size: 34px;
    line-height: 55px;
}
.l-content .p4 .point1{
    top: 406px;
    left: 472px;
    font-size: 34px;
    line-height: 55px;
}
.l-content .p5 .point1{
    top: 404px;
    left: 158px;
    font-size: 34px;
    line-height: 55px;
}
.l-content .p6 .point1{
    top: 424px;
    left: 396px;
    font-size: 34px;
    line-height: 55px;
}
/* .l-content .p6 .point2{
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 54px;
    line-height: 66px;
} */
.l-content .link{
    height: 361px;
    background-color:#fdd100;
} 
.l-content .link .link-btn{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 519px;
    height: 104px;
}
.l-content .star1{
    top:614px;
    left:182px;
    -webkit-animation: bounce2 2s linear infinite;
    animation: bounce2 2s linear infinite;
}
.l-content .star2{
    top:889px;
    left:79px;
    -webkit-animation: bounce2 2s linear 0.2s infinite;
    animation: bounce2 2s linear 0.2s infinite;
}
.l-content .star3{
    top:762px;
    left:650px;
    -webkit-animation: bounce2 2s linear 0.4s infinite;
    animation: bounce2 2s linear 0.4s infinite;
}
@-webkit-keyframes bounce2 {
    0% {
        opacity: 0.2;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 0.2;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes bounce2 {
    0% {
        opacity: 0.2;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 0.2;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.5, 0.5, 0.5);
    }
}