* {
    margin: 0;
    padding: 0;
}

.more a{
    color: #560709;
    font-size: 24px;
}

.banner img {
    width: 100%;
    min-width: 1400px;
}

.nav {
    background-color: #a61d0a;
    min-width: 1400px;
}

.nav ul {
    width: 1300px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav li a {
    color: #fff;
    font-size: 24px;
}

.container {
    min-width: 1400px;
    width: 100%;
    background-color: #fadbd2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .main {
    width: 1200px;
    height: 2300px;
    background: url(../img/bg.png) no-repeat;
    background-size: contain;
}


#top {
    position: relative;
    height: 600px;
}

#top .more {
    position: absolute;
    right: 230px;
    top: 35px;
    color: #3b3b3b;
}

#top .left{
    position: absolute;
    width: 390px;
    height: 325px;
    left: 135px;
    top: 175px;
}

#top .right{
    height: 380px;
    width: 400px;
    position: absolute;
    right: 160px;
    top: 140px;
}

#top .right .p1{
    display: flex;
    align-items: center;
    gap: 10px;
}

#top .right .n1{
    line-height: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #c3040a;
}

#school{
    position: relative;
    height: 550px;
}

#school .display{
    position: absolute;
    width: 700px;
    height: 400px;
    top: 100px;
    left: 200px;
}

#school .more{
    position: absolute;
    right: 230px;
}

#school .p1{
    display: flex;
    align-items: center;
    gap: 10px;
}

#school .n1{
    width: 10px;
    height: 10px;
    background-color: #000;
}

#learn{
    position: relative;
    height: 600px;
}

#learn .more{
    position: absolute;
    right: 230px;
    top: 10px;
}

#learn .n1 {
    line-height: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #c3040a;
}

#learn .p1{
    display: flex;
    align-items: center;
    gap: 10px;
}

#learn .display{
    width: 800px;
    height: 400px;
    position: absolute;
    left: 200px;
    top: 100px;    
}


#basic{
    position: relative;
    height: 500px;
}

#basic .more{
    position: absolute;
    right: 200px;
}

#basic .left{
    width: 350px;
    height: 400px;
    position: absolute;
    left: 120px;
    top: 100px;
}

#basic .left .n1{
    width: 10px;
    height: 10px;
    background-color: #000;

}

#basic .left .p1{
    display: flex;
    align-items: center;
    gap: 10px;
}

#basic .right{
    width: 390px;
    height: 260px;
    position: absolute;
    right: 185px;
    top: 156px;
    //transform: rotate(-2deg);
}

tr{
    line-height: 45px;
    font-size: 22px;
}