.box1 {

    /* position: relative; */
    position: fixed;
    width: 80%;
    height: 60px;
    margin: 160px;
    background-color: rgba(98, 98, 98, 0.5);
    margin-top: 30px;
    z-index: 2;
    margin-left: 50px;

}

.ali1 {
    float: left;
    height: 60px;
    width: 25%;
}

.ali2 {
    float: left;
    height: 60px;
    width: 20%;

}

.ali3 {
    float: left;
    height: 60px;
    width: 20%;
}

.ali4 {
    float: left;
    height: 60px;
    width: 20%;
}

/* 
.ali5 {
    float: left;
    height: 60px;
    width: 18%;

} */



a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: rgba(52, 238, 219, 0.737);
}

li {
    /* height: 60px; */
    /* line-height: 60px; */
    color: aliceblue;
    font-size: 18px;
    text-align: center;
    list-style: none;

}

* {
    padding: 0;
    margin: 0 0;
}

body {
    background-color: rgba(241, 241, 241, 0.917);
}

h1 {
    display: inline-block;
    height: 50px;
    width: 300px;
    background-color: rgba(175, 175, 175, 0.548);
    text-align: center;
    border-radius: 25px;
    margin-left: 20px;
}

h2 {
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    margin-left: 20px;
}

.wboxa1 {
    margin-top: 80px;
    margin-left: 230px;
    width: 1200px;
    height: 660px;
    background-color: rgba(215, 214, 214, 0.4);
}

.wboxa2 {
    margin-top: 80px;
    margin-left: 230px;
    width: 1200px;
    height: 660px;
    background-color: rgba(215, 214, 214, 0.4);
}


.wboxa3 {
    margin-top: 80px;
    margin-left: 230px;
    width: 1200px;
    height: 1300px;
    background-color: rgba(215, 214, 214, 0.4);
}



.wpta1,
.wpta2,
.wpta3 {
    width: 580px;
    height: 320px;
    background-color: #fff;

}

.wwritea1 {
    width: 100%;
    height: 320px;
    background-color: rgba(58, 58, 58, 0.672);
    margin-top: 30px;

}

.wwritea2 {
    width: 100%;
    height: 340px;
    background-color: rgba(58, 58, 58, 0.672);
    margin-top: 30px;

}


.wwritea3 {
    width: 100%;
    height: 1000px;
    background-color: rgba(58, 58, 58, 0.672);
    margin-top: 30px;
}



.wwritea11,
.wwritea12 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-indent: 2em;
    font-size: 22px;
}

.li1,
.li2,
.li3,
.li4,
.li5,
.li6,
.li7 {
    font-size: 22px;
    text-indent: 2em;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;

}

.ali1,
.ali2,
.ali3,
.ali4,
.ali5 {
    font-size: 22px;
    text-indent: 2em;
    margin-top: 18px;
    margin-left: 30px;
    margin-right: 0px;

}

p {
    text-indent: 2em;
}

.wpt1,
.wpt2,
.wpt3 {
    width: 100%;
    cursor: pointer;
}

body {
    background-image: url(../img/img.d10a.jpg);
    background-attachment: fixed;
}

.wpta1,
.wpta2,
.wpta3 {
    -webkit-animation: rotate-in-hor 1s;
    animation: rotate-in-hor 1s;
}

@-webkit-keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.box1 {
    -webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}