.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.banner .text h1 {
    font-weight: 800;
    font-size: 80px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.banner .text p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF
}

.wrap {
    width: 1440px;
    margin: 0 auto
}

.wrap h1 {
    font-weight: 800;
    font-size: 40px;
    color: #333333;
    margin: 0 0 20px
}

.wrap .content {
    display: flex;
    justify-content: space-between
}

.wrap .content .part {
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wrap .content .part .item {
    width: 345px;
    height: 373px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #E6E6E6;
    padding: 10px
}

.wrap .content .part .item .img {
    width: 325px;
    height: 246px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px
}

.wrap .content .part .item .img .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wrap .content .part .item .img .img_box img {
    display: block;
    transition: 2s
}

.wrap .content .part .item .img .img_box:hover img {
    transform: scale(1.1)
}

.wrap .content .part .item .text {
    padding: 0 15px
}

.wrap .content .part .item .text .pro_name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 0 6px;
    transition: 0.6s
}

.wrap .content .part .item .text .pro_name:hover {
    color: #F98800
}

.wrap .content .part .item .text .pro_login {
    font-weight: 400;
    font-size: 18px;
    color: #F98800;
    display: none
}

.wrap .content .part .item .text .price {
    font-weight: bold;
    font-size: 20px;
    color: #F98800;
    display: none;
}
.wrap .content .part .item1.login_none .pro_login {
    display: none!important;
}
.wrap .content .part .item .text .price span {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.wrap .content .part .item.login_none .pro_login {
    display: block
}

.wrap .content .part .item.login_none .price {
    display: none
}

.wrap .content .part .item1 {
    width: 710px;
    height: 636px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin: 0 0 20px
}

.wrap .content .part .item1 .img {
    width: 690px;
    height: 505px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 19px
}

.wrap .content .part .item1 .img .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap .content .part .item1 .img .img_box img {
    display: block;
    transition: 2s
}

.wrap .content .part .item1 .img .img_box:hover img {
    transform: scale(1.1)
}

.wrap .content .part .item1 .text {
    padding: 0 15px
}

.wrap .content .part .item1 .text .pro_name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 0 6px;
    transition: 0.6s
}

.wrap .content .part .item1 .text .pro_name:hover {
    color: #F98800
}

.wrap .content .part .item1 .text .pro_login {
    font-weight: 400;
    font-size: 18px;
    color: #F98800;
    display: none
}

.wrap .content .part .item1 .text .price {
    font-weight: bold;
    font-size: 20px;
    color: #F98800
}

.wrap .content .part .item1 .text .price span {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.wrap .content .part .item1.login_none .pro_login {
    display: block
}

.wrap .content .part .item1.login_none .price {
    display: none
}

.wrap .content .part:nth-child(2n) .item1 {
    order: 1;
    margin: 20px 0 0
}

.section {
    padding: 90px 0 135px;
    position: relative
}

.section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%
}

.section.black .wrap h1 {
    color: #F98800
}

.sec3 {
    padding: 89px 0 103px
}

.sec3 .wrap {
    width: 1440px;
    margin: 0 auto
}

.sec3 .wrap .form_title {
    margin: 0 0 70px
}

.sec3 .wrap .form_title h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    line-height: 60px
}

.sec3 .wrap form .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px
}

.sec3 .wrap form .flex h5 {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin: 0 0 10px
}

.sec3 .wrap form .flex h5 span {
    color: #E91717
}

.sec3 .wrap form .flex .item {
    width: 700px;
    text-align: left
}

.sec3 .wrap form .flex .item input {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 0 25px;
    font-weight: 400;
    font-size: 18px;
    color: #999999
}

.sec3 .wrap form .flex:nth-child(3) .item {
    width: 100%
}

.sec3 .wrap form .flex:nth-child(3) .item textarea {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 1.6
}

.sec3 .wrap form button {
    display: block;
    width: 300px;
    height: 70px;
    background: #F98800;
    border-radius: 10px;
    margin: 0 auto
}

.sec3 .wrap form button p {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF
}
@media screen and (max-width: 1920px) {
    .banner .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center
    }

    .banner .text h1 {
        font-weight: 800;
        font-size: 4.1666666667vw;
        color: #FFFFFF;
        margin: 0 0 0.5208333333vw
    }

    .banner .text p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #FFFFFF
    }

    .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .wrap h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #333333;
        margin: 0 0 1.0416666667vw
    }

    .wrap .content {
        display: flex;
        justify-content: space-between
    }

    .wrap .content .part {
        width: 36.9791666667vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .wrap .content .part .item {
        width: 17.96875vw;
        height: 19.4270833333vw;
        background: #FFFFFF;
        border-radius: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
        border: 1px solid #E6E6E6;
        padding: 0.5208333333vw
    }

    .wrap .content .part .item .img {
        width: 16.9270833333vw;
        height: 12.8125vw;
        background: #FFFFFF;
        border-radius: 0.3125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 1.0416666667vw
    }

    .wrap .content .part .item .img .img_box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .wrap .content .part .item .img .img_box img {
        display: block;
        transition: 2s
    }

    .wrap .content .part .item .img .img_box:hover img {
        transform: scale(1.1)
    }

    .wrap .content .part .item .text {
        padding: 0 0.78125vw
    }

    .wrap .content .part .item .text .pro_name {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
        margin: 0 0 0.3125vw;
        transition: 0.6s
    }

    .wrap .content .part .item .text .pro_name:hover {
        color: #F98800
    }

    .wrap .content .part .item .text .pro_login {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #F98800;
        display: none
    }

    .wrap .content .part .item .text .price {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #F98800;
        display: none;
    }
    .wrap .content .part .item1.login_none .pro_login {
        display: none!important;
    }
    .wrap .content .part .item .text .price span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999
    }

    .wrap .content .part .item.login_none .pro_login {
        display: block
    }

    .wrap .content .part .item.login_none .price {
        display: none
    }

    .wrap .content .part .item1 {
        width: 36.9791666667vw;
        height: 33.125vw;
        background: #FFFFFF;
        border-radius: 0.3125vw;
        border: 1px solid #E6E6E6;
        padding: 0.5208333333vw;
        margin: 0 0 1.0416666667vw
    }

    .wrap .content .part .item1 .img {
        width: 35.9375vw;
        height: 26.3020833333vw;
        background: #FFFFFF;
        border-radius: 0.3125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 0 0.9895833333vw
    }

    .wrap .content .part .item1 .img .img_box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .wrap .content .part .item1 .img .img_box img {
        display: block;
        transition: 2s
    }

    .wrap .content .part .item1 .img .img_box:hover img {
        transform: scale(1.1)
    }

    .wrap .content .part .item1 .text {
        padding: 0 0.78125vw
    }

    .wrap .content .part .item1 .text .pro_name {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
        margin: 0 0 0.3125vw;
        transition: 0.6s
    }

    .wrap .content .part .item1 .text .pro_name:hover {
        color: #F98800
    }

    .wrap .content .part .item1 .text .pro_login {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #F98800;
        display: none
    }

    .wrap .content .part .item1 .text .price {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #F98800
    }

    .wrap .content .part .item1 .text .price span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999
    }

    .wrap .content .part .item1.login_none .pro_login {
        display: block
    }

    .wrap .content .part .item1.login_none .price {
        display: none
    }

    .wrap .content .part:nth-child(2n) .item1 {
        order: 1;
        margin: 1.0416666667vw 0 0
    }

    .section {
        padding: 4.6875vw 0 7.03125vw;
        position: relative
    }

    .section .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .section .bg img {
        display: block;
        width: 100%;
        height: 100%
    }

    .section.black .wrap h1 {
        color: #F98800
    }

    .sec3 {
        padding: 4.6354166667vw 0 5.3645833333vw
    }

    .sec3 .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .sec3 .wrap .form_title {
        margin: 0 0 3.6458333333vw
    }

    .sec3 .wrap .form_title h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        line-height: 3.125vw
    }

    .sec3 .wrap form .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 2.0833333333vw
    }

    .sec3 .wrap form .flex h5 {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #111111;
        margin: 0 0 0.5208333333vw
    }

    .sec3 .wrap form .flex h5 span {
        color: #E91717
    }

    .sec3 .wrap form .flex .item {
        width: 36.4583333333vw;
        text-align: left
    }

    .sec3 .wrap form .flex .item input {
        width: 100%;
        height: 3.125vw;
        border-radius: 0.3125vw;
        border: 1px solid #E6E6E6;
        padding: 0 1.3020833333vw;
        font-weight: 400;
        font-size: 0.9375vw;
        color: #999999
    }

    .sec3 .wrap form .flex:nth-child(3) .item {
        width: 100%
    }

    .sec3 .wrap form .flex:nth-child(3) .item textarea {
        width: 100%;
        height: 6.25vw;
        border-radius: 0.3125vw;
        border: 1px solid #E6E6E6;
        padding: 0.78125vw 1.3020833333vw;
        font-weight: 400;
        font-size: 0.9375vw;
        color: #999999;
        line-height: 1.6
    }

    .sec3 .wrap form button {
        display: block;
        width: 15.625vw;
        height: 3.6458333333vw;
        background: #F98800;
        border-radius: 0.5208333333vw;
        margin: 0 auto
    }

    .sec3 .wrap form button p {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #FFFFFF
    }

}
@media screen and (max-width: 1024px) {
    .banner {
        position: relative;
    }
    .banner .text p {
        font-size: 16px;
    }
    .banner .text {
        width: 90%;
    }
    .banner .text h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .wrap {
        width: 90%;
    }
    .section {
        padding: 50px 0;
    }
    .wrap h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .wrap .content {
        display: block;

    }
    .wrap .content .part .item1 {
        width: 100%;
        height: 90vw;
        padding: 10px;
        margin-bottom: 10px;
    }
    .wrap .content .part .item1 .img {
        width: 100%;
        height: 70vw;
    }
    .wrap .content .part .item1 .text .pro_name {
        font-size: 18px;
    }
    .wrap .content .part .item {
        width: 49%;
        height: 50vw;
        padding: 10px;
        margin-bottom: 10px;
    }
    .wrap .content .part .item .img {
        width: 100%;
        height: 28vw;
    }
    .wrap .content .part .item .text .pro_name {
        font-size: 16px;
    }

    .wrap .content .part {
        width: 100%;
    }
    .sec3 .wrap {
        width: 90vw;
    }
    .sec3 {
        padding: 40px 0;
    }
    .sec3 .wrap .form_title h1 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .sec3 .wrap .form_title {
        margin-bottom: 30px;
    }
    .sec3 .wrap form .flex h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec3 .wrap form .flex .item input {
        height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }
    .sec3 .wrap form .flex .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec3 .wrap form .flex {
        display: block;
        margin: 0;
    }
    .sec3 .wrap form .flex:nth-child(3) .item textarea {
        height: 100px;
        padding: 15px;
        font-size: 16px;
    }
    .sec3 .wrap form button p {
        font-size: 16px;
    }
    .sec3 .wrap form button {
        width: 120px;
        height: 40px;
        border-radius: 5px;
    }
}
