* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #6ebef6;
    min-width: 1500px;

}

.header img {
    padding: 20px;
    width: 200px;
}

.banner img {
    width: 100%;
    min-width: 1500px;
}

.container {
    display: block;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    min-width: 1500px;
    text-align: center;
}

.container .main{
    position: relative;
    display: inline-block;
}

.container .main .bg{
    width: 1500px;
    height: auto;
}

.footer{
    min-width: 1500px;
}

.xuefu{
    position: absolute;
    top: 220px;
    left: 370px;
    font-size: 20px;
    height: 350px;
    width: 380px;
}

.xuefu .p1{
    display: flex;
    align-items: center;
}

.xuefu .n1 img{
    width: 70px;
}

.zengyan{
    /* background-color: red; */
    width: 330px;
    height: 330px;
    position: absolute;
    top: 200px;
    right: 250px;
}

.zhumeng{
    /* background-color: rebeccapurple; */
    width: 600px;
    height: 400px;
    position: absolute;
    top: 880px;
    right: 450px;
}

.bidi{
    position: absolute;
    top: 1650px;
    left: 770px;
    height: 300px;
    /* background-color: #777; */
    width: 400px;
}

.bidi .p1{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.bidi .n1 img{
    width: 65px;
    padding-right: 20px;
}

.huajing{
    /* background-color: palegoldenrod; */
    position: absolute;
    top: 1610px;
    left: 370px;
    width: 250px;
    height: 270px;
}