﻿*,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px auto;
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.snbt_header {
    position: relative;
    overflow: hidden;
    height: 440px;
}

.snbt_header,
.snbt_header>img {
    width: 100%;
}

.logo_tit {
    width: 1200px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

.logo_tit .logo img{
    float: left;
    width: 297px;
    height: 54px;
}

.wza,
.old_gh {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    display: block;
    float: right;
}

.wza {
    margin-right: 30px;
}

/* 鍐呭 */
.content>img{
    width: 100%;
    margin-top: 60px;
}
.list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 80px;
}
.wb_list.list{
justify-content: center;
}
.wb_list.list li{
    margin-right: 0;
}
.list li{
    width: 200px;
    margin-top: 40px;
    margin-right: 80px;
}
.list li:nth-child(4n){
    margin-right: 0;
}
.list img{
    width: 100%;
    height: 200px;
    border: 1px solid #EEEEEE;
}
.list p{
    line-height: 50px;
    background: #EEEEEE;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}