.banner img{
    width: 100%;
    margin-bottom: 30px;
}
.contact{
    height: 380px;
    background: url(../images/contact/bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
    margin-bottom: 30px;
}
.contact .title{
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;

}
.contact .name,
.contact .addr,
.contact .web,
.contact .cooperate
{
    margin-left: 280px;
}
.contact .name
{
    font-size: 22px;
    margin-bottom: 40px;
}
.contact .name::before
{
    display: inline-block;
    content: '';
    width: 16px;
    height: 22px;
    background: url(../images/contact/icon.png) no-repeat;
    background-size: 100%;
    vertical-align: text-top;
    margin-right: 12px;
}
.contact .addr
{
    font-size: 18px;
    margin-bottom: 36px;
    color: #636462;
}
.contact .web,
.contact .cooperate
{
    margin-bottom: 10px;
}
.contact .web span,
.contact .cooperate span
{
    display: inline-block;
    width: 400px;
    font-size: 16px;
    color: #636462;
}
.contact .web span:nth-child(2) a{
    color: #636462;
}

.qrcode{
    background: url(../images/media/bg4.png) no-repeat;
    background-size: 105%;
    background-position: 40% center;
    display: flex;
    height: 350px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
    margin-bottom: 50px;
}
.qrcode div{
    margin-top: 50px;
    width: 50%;
    text-align: center;
}
.qrcode img{
    width: 200px;
    height: 200px;
}
.qrcode p {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
}

