.zzw-contact-header-bg {
    width: 100%;
    background-image: url("../image/zzw-img/zzw-contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 600px;
}

p {
    margin: 0
}

.zzw-contact-container {
    margin: 100px 0;
}

.zzw-contact-banner-title {
    font-size: 60px;
    color: #102041;
    line-height: 120px;
    text-align: center;
}

.zzw-contact-banner-text {
    text-align: center;
    font-size: 34px;
    color: #666666;
    line-height: 80px;
}

.zzw-contact-main {
    width: 100%;
    background-color: #FBFDFE;
    margin: 0;
    padding: 30px 0;
}

.zzw-contact-main-1 {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.zzw-contact-main-1-box {
    width: 90%;
    margin: 0 auto;
}

.zzw-contact-main-1-box-1 {
    width: 100%;
    margin-top: 30px;
}

.zzw-contact-main-1-box-1 > div {
    width: 48%;
    padding: 60px;
    background: #FFFFFF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.06);
    border-radius: 13px;
}

.zzw-contact-main-1-box-1 > div > img {
    width: 100px;
    height: 100px;
    margin-right: 80px;
}

.zzw-contact-main-1-box-1 > div > div {
    align-items: flex-start;
}

.zzw-contact-main-1-box-1 > div > div > p {
    font-size: 25px;
    color: #333333;
    line-height: 36px;
    font-weight: 600;
}

.zzw-contact-main-1-box-1 > div > div > span {
    font-size: 18px;
    color: #999999;
    line-height: 45px;
}

.zzw-contact-main-1-box-1 > div > div > a {
    font-size: 16px;
    color: #348CFF;
    line-height: 22px;
}

.zzw-contact-main-2 {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.zzw-contact-main-2-box {
    width: 100%;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.06);
    border-radius: 13px;
    background-color: #ffffff;
    padding: 30px;
    border-top: 10px solid #0a58ca;
}

.zzw-contact-main-2-box-left {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.zzw-contact-main-2-box-left > div {
    margin: 20px 0;
    width: 100%;
}

.zzw-contact-main-2-box-left > div > img {
    width: 87px;
    height: 87px;
    margin-right: 14px;
}

.zzw-contact-main-2-box-left > div > div > p {
    color: #434343;
    font-size: 20px;
}

.zzw-contact-main-2-box-left > div > div > div {
    font-size: 17px;
    color: #666666;
}

.cooperate-main-5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../image/zzw-img/zzw-contact-bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.cooperate-main-5-title {
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    line-height: 160px;
}

.cooperate-main-5-form {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 50px;
}

.cooperate-main-5-formItem {
    width: 70%;
    margin-top: 20px;
}

.cooperate-main-5-formItem > input {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 8px;
    outline: none;
}

.cooperate-main-5-formItem > p {
    margin: 0;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

.cooperate-main-5-form-text {
    font-size: 12px;
    color: #999999;
}

.cooperate-main-5-form-btn {
    padding: 10px 20px;
    background: #1C6EF0;
    box-shadow: 0 7px 6px 0 rgba(28, 110, 240, 0.41);
    border-radius: 34px;
    display: inline-flex;
    align-items: center;
    margin: 30px 0;
}

.cooperate-main-5-form-btn > span {
    font-size: 20px;
    color: #ffffff;
    margin-right: 4px;
}

.cooperate-main-5-form-btn > img {
    width: 20px;
    height: 18px;
}

