/* 轮播图 */

.banner1 {
    position: relative;
    height: 670px;
}
.banner1 .swiper-container1,
.banner1 .swiper-container1 .swiper-slide,
.banner1 .swiper-container1 .swiper-wrapper,
.banner1 .swiper-container1 .swiper-slide .swiper-slide-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner1 .bgcover {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    z-index: 101;
    text-align: center;
}

.banner1 .bgcover .bgcover-container {
    display: inline-block;
}

.banner1 .bgcover .single {
    width: 280px;
    height: 150px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-right: 17px;
    position: relative;
}

.banner1 .bgcover .single:last-child {
    margin-right: 0
}
.banner1 .bgcover .single .cover{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s;
    
}
/*.banner1 .bgcover .single .cover:hover{*/
    /*opacity: 0;*/
/*}*/


/* .swiper-container1 .swiper-button-prev {
    left: 0 !important;
}

.swiper-container1 .swiper-button-next {
    right: 0 !important;
}

.swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    box-sizing: border-box;
    background-image: none !important;
    right: 0 !important;
}

.swiper-container1 .swiper-button-prev img,
.swiper-container1 .swiper-button-next img {
    width: 100%;
    height: 100%;
    ;
} */


/* 轮播图2 */

.banner2 {
    width: 1182px !important;
    position: relative;
}

.banner2 .swiper-container2 {
    margin: 0 auto;
    height: 342px;
    overflow: hidden;
}
.banner1 .swiper-container2 .swiper-wrapper{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.banner2 .swiper-container2 .swiper-slide {
    width: 272px !important;
    height: 330px;
    margin-right: 30px;
}
.banner2 .swiper-container2 .swiper-slide:last-child{
    margin-right: 0;
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner {
    width: 100%;
    height: 100%;
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .message {
    box-sizing: border-box;
    padding: 28px 20px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .carImg {
    width: 100%;
    height: 218px;
    background-size: cover;
    background-position: center center;
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .car .name {
    font-size: 24px;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .car .price {
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(247, 98, 96, 1);
    text-align: left;
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .car .price .sm {
    font-size: 14px;
    text-align: left;
}

.banner2 .swiper-container2 .swiper-slide .swiper-slide-banner .carDesc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(146, 146, 146, 1);
    margin-top: 11px;
    text-align: left;
}

.banner2 .swiper-button-prev1 {
    left: 0 !important;
    top: 50%;
    margin-top: -25px;
    margin-left: -70px;
    z-index: 100;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.banner2 .swiper-button-next1 {
    right: 0 !important;
    top: 50%;
    margin-top: -25px;
    margin-right: -70px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}


/* .swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    box-sizing: border-box;
    background-image: none !important;
    right: 0 !important;
}

.swiper-container2 .swiper-button-prev img,
.swiper-container2 .swiper-button-next img {
    width: 100%;
    height: 100%;
    ;
}


/*  */

.wrap {
    padding: 88px 0 103px 0;
    background: #F5F5F5;
}

.warpWhite {
    background: white;
}

.line {
    height: 1px;
    display: inline-block;
    width: 136px;
    background: rgba(168, 168, 168, 1);
}

.wrap1 .container {
    text-align: center;
}

.wrap1 .container h4 {
    font-size: 28px;
    font-weight: 400;
    color: #313131;
}

.wrap1 .container .line {
    margin: 33px 0 68px 0;
}

.wrap1 .container .desc {
    font-size: 16px;
    color: rgba(146, 146, 146, 1);
    margin-bottom: 92px;
}

.wrap1 .container .content {
    text-align: center;
}

.wrap1 .container .choose {
    text-align: center;
    margin-bottom: 131px;
}

.wrap1 .container .choose .choose-container {
    display: inline-block;
}

.wrap1 .container .choose .single {
    width: 250px;
    text-align: center;
}
.wrap1 .container .choose .arrowToRight{
    /*padding: 0px 64px;*/
}
.wrap1 .container .choose .arrowToRight .arrowToRight-container{
    width: 49px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.wrap1 .container .choose .arrowToRight img{
    width: 40px;
    height: 20px;
    opacity: 0.5;
}

.wrap1 .container .choose .choose-image img {
    width: 100px;
    height: 100px;
    margin-bottom: 39px;
}

.wrap1 .container .choose p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);
    line-height: 30px;
}


/*  */

.wrap2 .container .line {
    margin: 33px 0 !important;
}


/* 
.wrap2 .container .form-wrap .el-form-item {
    width: 50%;
}

.wrap2 .container .form-wrap el-input {
    border: none !important;
}

.wrap2 .container .form-wrap .el-form-item__content {
    margin-left: 80px !important;
}

.wrap2 .container .submit-btn {
    width: 364px;
    height: 58px;
    background: #52D695;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1)
} */

.wrap2 .container .input-wrap {
    margin-bottom: 30px;
}

.wrap2 .container .input-wrap .single {
    background: white;
    border: 1px solid rgba(221, 221, 221, 1);
    width: 581px;
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    text-align: left;
}

.wrap2 .container .input-wrap .single input {
    border: none;
    outline: none;
    width: 423px;
}

.wrap2 .container .submit-btn {
    width: 364px;
    height: 58px;
    background: #52D695;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    margin-top: 8px;
    cursor: pointer;
}

.lineMargin{
    margin-bottom: 40px !important;
}