.common_banner, .common_fixed {
    height: 780px;
}

.section {
    background: #fff;
}

.section .wrap {
    width: 1675px;
    margin: 116px auto 81px;
    display: flex;
    justify-content: space-between;
}

.section .wrap .left {
    width: 642px;
}

.section .wrap .left .headline {
    font-size: 36px;
    font-family: Roboto b;
    font-weight: 500;
    color: #242424;
    line-height: 49px;
    padding: 0 0 47px 0;
    margin: 0 0 57px 0;
    border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}

.section .wrap .left .information .list:not(:last-child) {
    margin: 0 0 20px 0;
}

.section .wrap .left .information .list p {
    font-size: 16px;
    font-weight: 300;
    color: #484848;
}

.section .wrap .left .information .list p:first-child {
    font-size: 16px;
    font-family: Roboto b;
    font-weight: 500;
    color: #484848;
    margin: 0 0 10px 0;
}

.section .wrap .form {
    width: 879px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    justify-content: space-between;
}

.section .wrap .form input {
    width: 430px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin: 0 0 26px 0;
    padding: 0 0 0 25px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}

.section .wrap .form input::placeholder, .section .wrap .form textarea::placeholder {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #9A9A9A;
}

.section .wrap .form textarea {
    width: 100%;
    height: 175px;
    padding: 21px 25px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}

.section .wrap .form button {
    width: 100px;
    height: 44px;
    background: #507D6B;
    margin: 64px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    transition: 1s;
}

.section .wrap .form button:hover {
    background: #2c463c;
}

.section2 {
    background: #fff;
}

.section2 .wrap {
    width: 1675px;
    margin: 0 auto 102px;
}

.section2 .wrap .title span {
    font-size: 32px;
    font-family: Roboto;
    font-weight: bold;
    color: #242424;
    display: block;
    margin: 0 0 14px 0;
}

.section2 .wrap .title .line {
    width: 26px;
    height: 2px;
    background: #1B1B1B;
}

.section2 .wrap .content {
    margin: 51px 0 0 0;
}

.section2 .wrap .content .item {
    width: 498px;
    border: 1px solid #ECECEC;
    padding: 30px 20px 25px 40px;
    transition: 0.6s;
}

.section2 .wrap .content .item:hover {
    border: 1px solid #219081;
}

.section2 .wrap .content .item .sign {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #484848;
    line-height: 34px;
    margin: 0 0 37px 0;
}

.section2 .wrap .content .item .text {
    font-size: 16px;
    font-family: Roboto b;
    font-weight: 500;
    color: #484848;
    line-height: 23px;
}
@media screen and (max-width: 1900px) {
    .section .wrap{
        max-width: 90%;
    }
    .section .wrap .form input{
        width: 49%;
    }
    .section .wrap .left {
        width: 41%;
    }
    .section .wrap .form{
        width: 53%;
    }
    .section2 .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1023px) {
    .section .wrap{
        max-width: 90%;
        margin: 43px auto 40px;
        flex-direction: column;
    }
    .section .wrap .left .headline{
        font-size: 28px;
        padding: 0 0 19px 0;
        margin: 0 0 43px 0;
    }
    .section .wrap .left {
        width: 100%;
    }
    .section .wrap .left .information .list p{
        font-size: 13px;
    }
    .section .wrap .form{
        width: 100%;
        margin: 50px 0 0 0;
    }
    .section .wrap .form button {
        margin: 24px 0 0 0;
    }
    .section2 .wrap{
        max-width: 90%;
        margin: 0 auto 51px;
    }
    .section2 .wrap .title span{
        font-size: 28px;
    }
    .section2 .wrap .content .item{
        width: 100%;
        padding: 5%;
    }
    .section2 .wrap .content .item .sign{
        font-size: 13px;
    }
    .section2 .wrap .content .item .text{
        font-size: 14px;
    }
}