.banner{
    width: 100%;
    height: 400px;
    background-image: url("../img/chanpin.png");
    background-size: cover;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.banner h2{
    margin-top: 160px;
    font-size: 32px;
    margin-bottom: 40px;
}
.banner p{
    margin-top: 10px;
    font-size: 20px;
}
.title{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
.part1 h2 {
    margin-top: 40px;
}
.p1-img {
    width: 1400px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
.p1-img img{
    width: 1200px;
}
.p1-p {
    font-size: 16px;
    line-height: 1.8;
}
.p2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
}
.p2-l img{
    width: 600px;
}
.p2-r {
    padding: 20px;
    width: 600px;
    font-size: 16px;
    line-height: 1.8;
}
.p2-p{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.part3 {
    margin-top: 80px;
}
.p3-img {
    width: 1400px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.p3-img img {
    width: 1200px;
}
.part5{
    margin-top: 80px;
}
.part4 {
    overflow: hidden;
    width: 100%;
    height: 240px;
    background-color: #086f9a;
}
.p4-list{
    width: 800px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.part4 h2 {
    color: #fff;
    margin-top: 40px;
}
.p4-list a{
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
}