﻿@charset "UTF-8";
@media (min-width:1440px) {
    .container2 {
        width: 1200px;
        margin: 0 auto;
    }
    .sale-tit {
        margin-top: 85px;
    }
    .sale-top {
        margin-top: 40px;
        width: 100%;
        height: 438px;
        background: #f1f1f1;
    }
    .sale-left {
        width: 480px;
        height: 450px;
        overflow: hidden;
        float: left;
        margin-top: -5px;
        margin-left: 10px;
    }
    .imgtit {
        width: 235px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #3f3b3a;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sale-right {
        width: 600px;
        padding: 30px 30px 30px 0;
    }
    .sale-line {
        width: 100%;
        border: 4px solid #3f3b3a;
        font-size: 18px;
        color: #3f3b3a;
        line-height: 30px;
        padding: 10px
    }
    .sale-ul {
        margin-top: 20px;
    }
    .sale-ul li {
        margin: 10px 0;
        line-height: 30px;
    }
    .sale-ul b {
        font-size: 16px;
    }
    .sale-ul span {
        font-size: 14px;
    }
    .sale-hx {
        margin-top: 105px;
        background: #f1f1f1;
        padding: 0 30px;
        width: 100%;
        height: 760px;
    }
    .sale-hx-left {
        width: 480px;
    }
    .sale-hx-left img {
        margin-top: 75px;
    }
    .sale-hx-right {
        margin-top: 10px;
        padding: 0 30px;
        width: 600px;
        border: 1px solid #C1C1C1;
    }
    .sale-hx-right h3 {
        font-size: 24px;
        color: #3f3b3a;
        text-align: center;
        margin:20px 0;
    }
    .sale-left-hx {
        width: 40%;
    }
    .sale-left-hx img {
        max-width: 200px;
    }
    .sale-left-hx p {
        max-width: 200px;
        line-height: 30px;
        text-align: center;
    }
    .sale-right-hx {
        width: 55%;
    }
    .sale-right-hx-ul li {
        margin: 5px 0;
        padding: 10px 0;
    }
    .sale-right-hx-ul li:nth-child(2) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .sale-right-hx-ul b {
        float: left;
        display: block;
        width: 35%;
        font-size: 20px;
        color: #2f2725;
    }
    .sale-right-hx-ul span {
        float: left;
        width: 65%;
        display: block;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-cl {
        background: #f1f1f1;
        padding: 20px 0 0;
        margin-top: 70px;
    }
    .sale-cl li {
        width: 355px;
        height: 350px;
        overflow: hidden;
        float: left;
        margin: 0 22.5px 25px;
    }
    .sale-cl li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa {
        margin-top: 65px;
    }
    .sale-fa h3 {
        padding: 5px;
        text-align: center;
        width: 20%;
        margin: 20px auto;
        border: 1px solid #000;
        font-size: 20px;
    }
    .sale-fa ul {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .sale-fa li {
        width: 50%;
        float: left;
        text-align: center;
    }
    .sale-fa li h4 {
        line-height: 30px;
        border: 1px solid #000;
        font-size: 16px;
        width: 25%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .sale-fa li img {
        height: 100%;
        object-fit: cover;
    }
    .fa-l,
    .fa-r {
        width: 50%;
    }
    .fa {
        margin-top: 43px;
    }
    .fa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .jx {
        padding: 20px 10px;
        margin-top: 35px;
        width: 100%;
        box-shadow: 0 5px 30px #000;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .part {
        margin-top: 85px;
    }
    .part li {
        width: 33.33%;
        float: left;
        margin-bottom: 45px;
    }
    .part li img {
        max-width: 1200px;
        max-height: 680px;
        object-fit: cover;
    }
    /*footer*/
    #footer {
        width: 100%;
        background: #474443;
        padding: 105px 0 75px
    }
    .bootform {
        width: 805px;
        height: 310px;
        background: #fff;
        margin: 0 auto;
        padding: 20px 225px;
    }
    .bootform h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootform form {
        width: 100%;
    }
    .bootform input {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        outline: none;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        text-indent: 20px;
        margin-bottom: 15px;
    }
    .bootform button {
        display: block;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 22px;
        background: #BB0611;
        outline: none;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .container2 {
        width: 1200px;
        margin: 0 auto;
    }
    .sale-tit {
        margin-top: 85px;
    }
    .sale-top {
        margin-top: 40px;
        width: 100%;
        height: 438px;
        background: #f1f1f1;
    }
    .sale-left {
        width: 480px;
        height: 450px;
        overflow: hidden;
        float: left;
        margin-top: -5px;
        margin-left: 10px;
    }
    .imgtit {
        width: 235px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #3f3b3a;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sale-right {
        width: 600px;
        padding: 30px 30px 30px 0;
    }
    .sale-line {
        width: 100%;
        border: 4px solid #3f3b3a;
        font-size: 18px;
        color: #3f3b3a;
        line-height: 30px;
        padding: 10px
    }
    .sale-ul {
        margin-top: 20px;
    }
    .sale-ul li {
        margin: 10px 0;
        line-height: 30px;
    }
    .sale-ul b {
        font-size: 16px;
    }
    .sale-ul span {
        font-size: 14px;
    }
    .sale-hx {
        margin-top: 105px;
        background: #f1f1f1;
        padding: 0 30px;
        width: 100%;
        height: 760px;
    }
    .sale-hx-left {
        width: 480px;
    }
    .sale-hx-left img {
        margin-top: 75px;
    }
    .sale-hx-right {
        margin-top: 10px;
        padding: 0 30px;
        width: 600px;
        border: 1px solid #C1C1C1;
    }
    .sale-hx-right h3 {
        font-size: 24px;
        color: #3f3b3a;
        text-align: center;
        margin:20px 0;
    }
    .sale-left-hx {
        width: 40%;
    }
    .sale-left-hx img {
        max-width: 200px;
    }
    .sale-left-hx p {
        max-width: 200px;
        line-height: 30px;
        text-align: center;
    }
    .sale-right-hx {
        width: 55%;
    }
    .sale-right-hx-ul li {
        margin: 5px 0;
        padding: 10px 0;
    }
    .sale-right-hx-ul li:nth-child(2) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .sale-right-hx-ul b {
        float: left;
        display: block;
        width: 35%;
        font-size: 20px;
        color: #2f2725;
    }
    .sale-right-hx-ul span {
        float: left;
        width: 65%;
        display: block;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-cl {
        background: #f1f1f1;
        padding: 20px 0 0;
        margin-top: 70px;
    }
    .sale-cl li {
        width: 355px;
        height: 350px;
        overflow: hidden;
        float: left;
        margin: 0 22.5px 25px;
    }
    .sale-cl li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa {
        margin-top: 65px;
    }
    .sale-fa h3 {
        padding: 5px;
        text-align: center;
        width: 20%;
        margin: 0px  auto;
        border: 1px solid #000;
        font-size: 20px;
    }
    .sale-fa ul {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    .sale-fa li {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    .sale-fa li h4 {
        line-height: 30px;
        border: 1px solid #000;
        font-size: 16px;
        width: 25%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .sale-fa li img {
        height: 100%;
        object-fit: cover;
    }
    .fa-l,
    .fa-r {
        width: 50%;
    }
    .fa {
        margin-top: 43px;
    }
    .fa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .jx {
        padding: 20px 10px;
        margin-top: 35px;
        width: 100%;
        box-shadow: 0 5px 30px #000;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .part {
        margin-top: 85px;
    }
    .part li {
        width: 33.33%;
        float: left;
        margin-bottom: 45px;
    }
    .part li img {
        max-width: 345px;
        max-height: 235px;
        object-fit: cover;
    }
    /*footer*/
    #footer {
        width: 100%;
        background: #474443;
        padding: 105px 0 75px
    }
    .bootform {
        width: 805px;
        height: 310px;
        background: #fff;
        margin: 0 auto;
        padding: 20px 225px;
    }
    .bootform h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootform form {
        width: 100%;
    }
    .bootform input {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        outline: none;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        text-indent: 20px;
        margin-bottom: 15px;
    }
    .bootform button {
        display: block;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 22px;
        background: #BB0611;
        outline: none;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container2 {
        max-width: 1199px;
        margin: 0 auto;
    }
    .sale-tit {
        margin-top: 30px;
        width: 100%;
    }
    .sale-tit img {
        width: 100%;
    }
    .sale-top {
        margin-top: 40px;
        width: 100%;
        height: 438px;
        background: #f1f1f1;
    }
    .sale-left {
        width: 45%;
        height: 450px;
        overflow: hidden;
        float: left;
        margin-top: -5px;
        margin-left: 10px;
    }
    .imgtit {
        width: 235px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #3f3b3a;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sale-right {
        width: 53%;
        padding: 10px;
    }
    .sale-line {
        width: 100%;
        border: 4px solid #3f3b3a;
        font-size: 18px;
        color: #3f3b3a;
        line-height: 30px;
        padding: 10px
    }
    .sale-ul {
        margin-top: 20px;
    }
    .sale-ul li {
        margin: 10px 0;
        line-height: 30px;
    }
    .sale-ul b {
        font-size: 16px;
    }
    .sale-ul span {
        font-size: 14px;
    }
    .sale-hx {
        margin-top: 105px;
        background: #f1f1f1;
        padding: 0 30px;
        width: 100%;
        height: 760px;
    }
    .sale-hx-left {
        width: 45%;
    }
    .sale-hx-left img {
        margin-top: 75px;
        width: 100%;
    }
    .sale-hx-right {
        margin-top: 10px;
        padding: 0 10px;
        width: 55%;
        border: 1px solid #C1C1C1;
    }
    .sale-hx-right h3 {
        font-size: 24px;
        color: #3f3b3a;
        text-align: center;
        margin:20px 0;
    }
    .sale-left-hx {
        width: 40%;
    }
    .sale-right-hx img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .sale-left-hx img {
        max-width: 200px;
    }
    .sale-left-hx p {
        max-width: 200px;
        line-height: 30px;
        text-align: center;
    }
    .sale-right-hx {
        width: 55%;
    }
    .sale-right-hx-ul li {
        margin: 5px 0;
        padding: 10px 0;
    }
    .sale-right-hx-ul li:nth-child(2) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .sale-right-hx-ul b {
        float: left;
        display: block;
        width: 35%;
        font-size: 20px;
        color: #2f2725;
    }
    .sale-right-hx-ul span {
        float: left;
        width: 65%;
        display: block;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-cl {
        background: #f1f1f1;
        padding: 20px 0 0;
        margin-top: 70px;
    }
    .sale-cl li {
        width: 30%;
        height: 250px;
        overflow: hidden;
        float: left;
        margin: 0 1.6% 25px;
    }
    .sale-cl li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa {
        margin-top: 30px;
    }
    .sale-fa h3 {
        padding: 5px;
        text-align: center;
        width: 24%;
        margin: 0 auto;
        border: 1px solid #000;
        font-size: 20px;
    }
    .sale-fa ul {
        margin: 30px 0;
    }
    .sale-fa li {
        width: 32%;
        float: left;
        text-align: center;
        margin: 0 .6%;
        box-sizing: border-box;
    }
    .sale-fa li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa li h4 {
        line-height: 30px;
        border: 1px solid #000;
        font-size: 16px;
        width: 25%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .sale-fa li img {
        height: 100%;
        object-fit: cover;
    }
    .fa-l,
    .fa-r {
        width: 50%;
        max-height: 275px;
        overflow: hidden;
    }
    .fa {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .fa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .jx {
        padding: 20px 10px;
        margin-top: 35px;
        width: 100%;
        box-shadow: 0 5px 30px #000;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .part {
        margin-top: 85px;
    }
    .part li {
        width: 32%;
        float: left;
        margin-bottom: 45px;
    }
    .part li img {
        max-width: 345px;
        max-height: 205px;
        object-fit: cover;
    }
    /*footer*/
    #footer {
        width: 100%;
        background: #474443;
        padding: 105px 0 75px
    }
    .bootform {
        width: 805px;
        height: 310px;
        background: #fff;
        margin: 0 auto;
        padding: 20px 225px;
    }
    .bootform h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootform form {
        width: 100%;
    }
    .bootform input {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        outline: none;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        text-indent: 20px;
        margin-bottom: 15px;
    }
    .bootform button {
        display: block;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 22px;
        background: #BB0611;
        outline: none;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container2 {
        max-width: 1199px;
        margin: 0 auto;
    }
    .sale-tit {
        margin-top: 30px;
        width: 100%;
    }
    .sale-tit img {
        width: 100%;
    }
    .sale-top {
        margin-top: 40px;
        width: 100%;
        height: 438px;
        background: #f1f1f1;
    }
    .sale-left {
        width: 40%;
        height: 450px;
        overflow: hidden;
        float: left;
        margin-top: -5px;
        margin-left: 10px;
    }
    .sale-left img {
        width: 100%;
    }
    .imgtit {
        width: 235px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #3f3b3a;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sale-right {
        width: 53%;
        padding: 10px;
    }
    .sale-line {
        width: 100%;
        border: 2px solid #3f3b3a;
        font-size: 12px;
        color: #3f3b3a;
        line-height: 30px;
        padding: 10px
    }
    .sale-ul {
        margin-top: 10px;
    }
    .sale-ul li {
        margin: 5px 0;
        line-height: 30px;
    }
    .sale-ul b {
        font-size: 16px;
    }
    .sale-ul span {
        font-size: 14px;
    }
    .sale-hx {
        margin-top: 105px;
        background: #f1f1f1;
        padding: 0 20px 20px;
        width: 100%;
    }
    .sale-hx-left {
        width: 40%;
    }
    .sale-hx-left img {
        margin-top: 75px;
        width: 100%;
    }
    .sale-hx-right {
        margin-top: 10px;
        padding: 0 10px;
        width: 55%;
        border: 1px solid #C1C1C1;
    }
    .sale-hx-right h3 {
        font-size: 24px;
        color: #3f3b3a;
        text-align: center;
        margin:10px 0;
    }
    .sale-left-hx {
        width: 40%;
    }
    .sale-left-hx li img {
        width: 100%;
    }
    .sale-right-hx img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .sale-left-hx img {
        max-width: 200px;
    }
    .sale-left-hx p {
        max-width: 200px;
        line-height: 30px;
        text-align: center;
    }
    .sale-right-hx {
        width: 55%;
    }
    .sale-right-hx-ul li {
        margin: 5px 0;
        padding: 10px 0;
    }
    .sale-right-hx-ul li:nth-child(2) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .sale-right-hx-ul b {
        float: left;
        display: block;
        width: 35%;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-right-hx-ul span {
        float: left;
        width: 65%;
        display: block;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-cl {
        background: #f1f1f1;
        padding: 20px 0 0;
        margin-top: 70px;
    }
    .sale-cl li {
        width: 30%;
        height: 200px;
        overflow: hidden;
        float: left;
        margin: 0 1.6% 25px;
    }
    .sale-cl li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa {
        margin-top: 30px;
    }
    .sale-fa h3 {
        padding: 5px;
        text-align: center;
        width: 30%;
        margin: 0 auto;
        border: 1px solid #000;
        font-size: 20px;
        font-weight: 700;
    }
    .sale-fa ul {
        margin: 30px 0;
    }
    .sale-fa li {
        width: 32%;
        float: left;
        text-align: center;
        margin: 0 .6%;
        box-sizing: border-box;
    }
    .sale-fa li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa li h4 {
        line-height: 30px;
        border: 1px solid #000;
        font-size: 16px;
        width: 25%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .sale-fa li img {
        height: 100%;
        object-fit: cover;
    }
    .fa-l,
    .fa-r {
        width: 50%;
        max-height: 275px;
        overflow: hidden;
    }
    .fa {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .fa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .jx {
        padding: 20px 10px;
        margin-top: 35px;
        width: 100%;
        box-shadow: 0 5px 30px #000;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .part {
        margin-top: 85px;
    }
    .part li {
        width: 32%;
        float: left;
        margin-bottom: 45px;
    }
    .part li img {
        max-width: 345px;
        object-fit: cover;
        height: 200px;
    }
    /*footer*/
    #footer {
        width: 100%;
        background: #474443;
        padding: 105px 0 75px
    }
    .bootform {
        width: 100%;
        height: 310px;
        background: #fff;
        margin: 0 auto;
        padding: 20px 225px;
    }
    .bootform h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootform form {
        width: 100%;
    }
    .bootform input {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        outline: none;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        text-indent: 20px;
        margin-bottom: 15px;
    }
    .bootform button {
        display: block;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 22px;
        background: #BB0611;
        outline: none;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (max-width:767px) {
    .container2 {
        width: 100%;
        margin: 0 auto;
    }
    .sale-tit {
        margin-top: 30px;
        width: 100%;
    }
    .sale-tit img {
        width: 100%;
    }
    .sale-top {
        margin-top: 40px;
        width: 100%;
        /*height: 438px;*/
        background: #f1f1f1;
    }
    .sale-left {
        width: 100%;
        height: 270px;
        overflow: hidden;
        float: left;
    }
    .sale-left img {
        width: 100%;
    }
    .imgtit {
        width: 235px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #3f3b3a;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sale-right {
        width: 100%;
        padding: 10px;
    }
    .sale-line {
        width: 100%;
        border: 2px solid #3f3b3a;
        font-size: 12px;
        color: #3f3b3a;
        line-height: 30px;
        padding: 10px
    }
    .sale-ul {
        margin-top: 10px;
    }
    .sale-ul li {
        margin: 5px 0;
        line-height: 30px;
    }
    .sale-ul b {
        font-size: 16px;
    }
    .sale-ul span {
        font-size: 14px;
    }
    .sale-hx {
        margin-top: 30px;
        background: #f1f1f1;
        padding: 0 0 20px;
        width: 100%;
    }
    .sale-hx-left {
        width: 100%;
    }
    .sale-hx-left img {
        margin-top: 75px;
        width: 100%;
    }
    .sale-hx-right {
        margin-top: 10px;
        padding: 0 5px;
        width: 100%;
        border: 1px solid #C1C1C1;
    }
    .sale-hx-right h3 {
        font-size: 24px;
        color: #3f3b3a;
        text-align: center;
        margin:10px 0;
    }
    .sale-left-hx {
        width: 100%;
    }
    .sale-left-hx li {
        text-align: center;
    }
    .sale-left-hx li img {
        width: 100%;
    }
    .sale-right-hx img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-left-hx img {
        max-width: 200px;
        margin: 0 auto;
    }
    .sale-left-hx p {
        width: 100%;
        line-height: 30px;
        text-align: center;
    }
    .sale-right-hx {
        width: 100%;
    }
    .sale-right-hx-ul li {
        margin: 5px 0;
        padding: 10px 0;
    }
    .sale-right-hx-ul li:nth-child(2) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .sale-right-hx-ul b {
        float: left;
        display: block;
        width: 35%;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-right-hx-ul span {
        float: left;
        width: 65%;
        display: block;
        font-size: 16px;
        color: #2f2725;
    }
    .sale-cl {
        background: #f1f1f1;
        padding: 20px 0 0;
        margin-top: 70px;
    }
    .sale-cl li {
        width: 49%;
        height: 150px;
        overflow: hidden;
        float: left;
        margin: 0 .5% 1%;
    }
    .sale-cl li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa {
        margin-top: 30px;
    }
    .sale-fa h3 {
        padding: 5px;
        text-align: center;
        width: 70%;
        margin: 0 auto;
        border: 1px solid #000;
        font-size: 20px;
        font-weight: 700;
    }
    .sale-fa ul {
        margin: 30px 0;
        width: 100%;
    }
    .sale-fa li {
        width: 100%;
        float: left;
        text-align: center;
        margin: .5% .6%;
        box-sizing: border-box;
    }
    .sale-fa li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sale-fa li h4 {
        line-height: 30px;
        border: 1px solid #000;
        font-size: 16px;
        width: 25%;
        margin:2% auto ;
        text-align: center;
    }
    .sale-fa li img {
        height: 100%;
        object-fit: cover;
    }
    .fa-l,
    .fa-r {
        width: 100%%;
        max-height: 275px;
        overflow: hidden;
    }
    .fa {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .fa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .jx {
        padding: 20px 10px;
        margin-top: 35px;
        width: 100%;
        box-shadow: 0 5px 30px #000;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .part {
        margin-top: 85px;
    }
    .part li {
        width: 49%;
        float: left;
        margin-bottom: 2%;
        margin-left: .5%;
        margin-right: .5%;
    }
    .part li img {
        max-width: 345px;
        object-fit: cover;
        height: 180px;
    }
    /*footer*/
    #footer {
        width: 100%;
        background: #474443;
        padding: 45px 0;
    }
    .bootform {
        width: 100%;
        height: 310px;
        background: #fff;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .bootform h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootform form {
        width: 100%;
    }
    .bootform input {
        width: 100%;
        display: block;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        outline: none;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        text-indent: 20px;
        margin-bottom: 15px;
    }
    .bootform button {
        display: block;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 22px;
        background: #BB0611;
        outline: none;
        border-radius: 5px;
        font-weight: bold;
    }
}
