.index_banner{
    width: 100%;
    min-width: 1200px;
}
.index_banner .swiper-slide img{
    width: 100%;
}
.index_banner .pagination{
    width: 80%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .4); */
    z-index: 9;
    padding-left: 100px;
    background-image: url("../image/banner_page.png");
    background-position: right center;
}
.index_banner .pagination .swiper-pagination-switch{
    display: inline-block;
    width: 60px;
    height: 6px;
    background: rgb(255, 255, 255); 
    opacity: .3;
    margin: 0 15px;
    margin-top: 6%;
    cursor: pointer;
    position: relative;
}
.index_banner .pagination .swiper-pagination-switch.swiper-active-switch{
    background: rgb(255, 255, 255); 
    opacity: 1;
}
.index_banner .pagination .swiper-pagination-switch span{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}
.new_car{
    width: 100%;
    min-width: 1200px;
    background-image: url("../image/index_ba1.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.cention{
    margin: 0 auto;
    width: 1200px;
}
.view_tit{
    font-size: 34px;
    line-height: 50px;
    color: #1d1d1f;
    padding-top: 90px;
    position: relative;
}
.view_tit p{
    color: #c2201f;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 170px;
    line-height: 14px;
}
.view_tit p a{
    color: #c2201f;
}
.title_solt{
    width: 35px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.new_car_swiper{
    width: 990px;
    margin: 0 auto;
    margin-top: 50px;
}
.new_car_view{
    width: 100%;
    height: 350px;
}
.new_car_item{
    width: 25%;
    height: 330px;
    cursor: pointer;
    float: left;
    position: relative;
}
.new_car_item:hover{
    background: #f9f9f9;
}
.car_img{
    width: 100%;
    height: 134px;
    position: relative;
    display: block;
}
.car_img img{
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0;
}
.new_car_item .car_name{
    font-size: 20px;
    color: #24292d;
    text-align: center;
    margin-top: 16px;
}
.new_car_item .car_price{
    text-align: center;
    font-size: 36px;
    color: #cc000c;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
.new_car_item .car_price span{
    font-size: 14px;
}
.new_car_item .car_a{
    text-align: center;
    margin-top: 6px;
    display: none;
}
.new_car_item .car_a a{
    font-size: 14px;
    color: #95989a;
    margin: 0 14px;
}
.new_car_item .car_more{
    width: 150px;
    height: 46px;
    background: #cc000c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    position: absolute;
    left: 0;
    right: 0;
    margin:  auto;
    bottom: -23px;
    display: none;
}
.new_car_item:hover .car_price,.new_car_item:hover .car_a,.new_car_item:hover .car_more{
    display: block;
}
.new_car_btn{
    text-align: center;
    height: 62px;
    margin-top: 120px;
}
.new_car_btn a{
    width: 232px;
    height: 62px;
    margin: 0 8px;
    border: 1px solid #cc000c;
    color: #cc000c;
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    background-position: 40px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.new_car_btn a:hover{
    background-color: #cc000c;
    color: #fff;
    box-shadow: 0px 9px 35px 0px rgba(204, 0, 12, 0.38);
}
.new_car_btn a.lxwm{
    background-image: url("../image/icon-lxwm.png");
}
.new_car_btn a.lxwm:hover{
    background-image: url("../image/icon-lxwm-1.png");
}
.new_car_btn a.yysj{
    background-image: url("../image/icon-yysj.png");
}
.new_car_btn a.yysj:hover{
    background-image: url("../image/icon-yysj-1.png");
}
.news_view{
    width: 100%;
    min-width: 1200px;
    background-color: #f9fafb;
    background-image: url("../image/index_ba2.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.news_view_cent{
    width: 100%;
    margin-top: 70px;
}
.news_view_item{
    width: 100%;
    height: 188px;
    margin-bottom: 60px;
}
.news_view_item .img_view{
    width: 262px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.news_view_item .img_view img{
    height: 100%;
    margin: 0 auto;
}
.news_view_right{
    width: 78%;
    height: 152px;
    margin-top: 18px;
    border-left: 10px solid #fff;
    padding-left: 60px;
    float: left;
}
.news_view_right a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_view_right:hover{
    border-left: 10px solid #cc000c;
}
.news_view_right:hover .date_view p{
    color: #cc000c;
}
.news_view_right:hover .wenb_tit{
    color: #cc000c;
}
.news_view_right:hover .news_MORE{
    display: block;
}
.date_view{
    width:80px;
    height: 90px;
    margin-top: 31px;
    float: left;
    margin-right: 59px;
}
.date_view p{
    font-size: 48px;
    line-height: 50px;
    color: #38383a;
    text-align: center;
    font-weight: bold;
}
.date_view p.mon{
    font-size: 36px;
    line-height: 36px;
}
.news_view_right .wenb{
    float: left;
    width: 580px;
    margin-top: 36px;
}
.news_view_right .wenb .wenb_tit{
    font-size: 20px;
    margin-bottom: 6px;
}
.news_view_right .wenb .wenb_tit .cont{
    font-size: 14px;
    color: #93979b;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.news_MORE{
    width: 58px;
    float: right;
    margin-top: 62px;
    display: none;
    transition: .5s;
}
.news_MORE img{
    width: 100%;
}
.moment_view{
    width: 100%;
    background-image: url("../image/index_ba3.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.moment_cent{
    width: 1200px;
    /* height: 485px; */
    margin-top: 80px;
    position: relative;
}
.moment_swiper .swiper-slide{
    width: 1200px;
    height: 485px;
}
.moment_swiper .video_view{
    width: 800px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.moment_swiper .video_view video{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.moment_swiper .video_view img{
width: 100%;
height:100%;
margin:0 auto;
}
.moment_swiper_right{
    width: 400px;
    height: 100%;
    float: right;
}
.moment_swiper_right div{
    height: 50%;
    padding: 30px 40px;
    width: 100%;
}
.moment_more{
    width: 128px;
    height: 44px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 42px;
    display: block;
    margin-top: 42px;
    text-align: center;
}
.moment_swiper_right .titp{
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}
.moment_swiper_right .conp{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    height: 20px;
    overflow: hidden;
}
.moment_swiper_right .top_view{
    background: #4a5265;
}
.moment_swiper_right .bot_view{
    background: #1f232c;
}

.moment_swiper .pagination{
    width: 100%;
    height: 86px;
    text-align: center;
}
.moment_swiper .pagination .swiper-pagination-switch{
    display: inline-block;
    width: 60px;
    height: 6px;
    background: #dcdcdc; 
    margin: 0 8px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}
.moment_swiper .pagination .swiper-pagination-switch.swiper-active-switch{
    background: #cc000c;
}
.moment_jtview{
    width: 184px;
    height: 62px;
    position: absolute;
    right: 0;
    top: -124px;
}
.new_car .cention{
    position: relative;
}
.new_car_jt.prev{
    position: absolute;
    left: 0;
    top: 270px;
}
.new_car_jt.next{
    position: absolute;
    right: 0;
    top: 270px;
}
.index_swiper_jt{
    width: 92px;
    height: 62px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}
.index_swiper_jt.next{
    background-color: #cc000c;
    float: right;
    background-image: url("../image/jt-next-w.png");
    background-position: center;
}
.index_swiper_jt.prev{
    background-color: #eeeeee;
    float: left;
    background-image: url("../image/jt-prev-h.png");
    background-position: center;
}
.index_swiper_jt:hover{
    background-color: #cc000c;
}
.index_swiper_jt.prev:hover{
    background-image: url("../image/jt-prev-w.png");
}
.noIE{
    display: none;
    min-width: 1200px; 
}
.swiper_xctj .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0.32rem;
}
.swiper_xctj .swiper-slide>div{
    overflow: inherit;
    position: relative;
    width: 25%;
}