.itemE3-1 {
    background: url(../img/E3/img2.jpg) no-repeat center;
    background-size: cover;
}
.itemE3-2 {
    background: url(../img/E3/img3.jpg) no-repeat center;
    background-size: cover;
}
.itemE3-5 {
    background: url(../img/E3/img6.jpg) no-repeat center;
    background-size: cover;
    height: 32rem;
}
.itemE3-5 .li {
    padding: 0 1rem;
}
.advantages{
    display: flex;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans S Chinese Light","PingFangSC-Ultralight",sans-serif;
}
.advantages .item{
    margin-right: 1rem;
}
.carDetail{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-top: 32px;
}
.carDetail .left{
    text-align: left;
    padding: 0;
}
.carDetail .title{
    margin-bottom: 10px;
    font-size: 0.6rem;
}
.carDetail ul{
    padding-left: 20px;
}
.carDetail .line{
    width:1px;
    margin-top: 40px;
    height:99px;
    background:rgba(255,255,255,1);
    opacity:0.22;
}
.carDetail ul li{
    line-height: 20px;
    margin-top: 15px;
    list-style-type:disc;
    font-family: "Noto Sans S Chinese Light","PingFangSC-Ultralight",sans-serif;
}
.e1-list {
	padding-top: 3rem;
}
.e1-list .flexBox {
	width: 1560px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 7.5rem;
}
.e1-list3 .flexBox {
	padding-bottom: 4rem;
}
.e1-list .flexBox.end {
	justify-content: flex-end;
}
.e1-list .end {
	text-align: right;
}
.flex100 {
	flex: 0 0 100%;
	margin-bottom: 1rem;
}
.e1-list .imgauto {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.e1-list .imgauto.w314 {
    width: 41.866vw;
}
.e1-list .imgauto.w508 {
    width: 67.7vw;
}
.e1-list .imgauto.w370 {
    width: 49.3vw;
}
.list3-banner .swiper-slide.w100 {
    flex: 0 0 100%;
}
.bgImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.list3-banner .swiper-slide:last-child {
    margin-bottom: 0;
}
@media(max-width: 480px) {
    .e1-list {
        padding-top: 50px;
    }
    .e1-list .flexBox {
        padding-bottom: 200px;
    }
}