*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header{
    background-color: #f6efe3;
    min-width: 1500px;
}

.header img {
    padding: 10px;
    width: 240px;
}

.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;
}

.footer{
    min-width: 1500px;
}

.container .main{
    position: relative;
    display: inline-block;
}

.container .main .bg{
    width: 1500px;
    height: auto;
}


.shengyong{
    position: absolute;
    top: 110px;
    left: 455px;
    /* background-color: rebeccapurple; */
    width: 600px;
    height: 350px;
}

.yingxiang{
    position: absolute;
    top: 950px;
    left: 440px;
    /* background-color: palegreen; */
    width: 600px;
    height: 330px;
}

.langyun {
    position: absolute;
    top: 1600px;
    left: 150px;
    width: 500px;
    height: 400px;
    /* background-color: tan; */
}

.langyun .p1{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.langyun .n1 img{
    width: 70px;
    padding-right: 20px;
}

.tansong{
    position: absolute;
    top: 1620px;
    right: 260px;
    /* background-color: violet; */
    width: 300px;
    height: 370px;
}

.langjie {
    position: absolute;
    top: 2300px;
    left: 350px;
    width: 350px;
    height: 400px;
    /* background-color: tan; */
}

.langjie .p1{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.saishi {
    position: absolute;
    top: 2300px;
    right: 150px;
    width: 350px;
    height: 400px;
    /* background-color: tan; */
}

.saishi .p1{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.saishi .n1 img{
    width: 70px;
    padding-right: 20px;
}