@charset "utf-8";

/* 首页 */

#main {
    height: 100vh;
}

.ind_new {
    position: fixed;
    z-index: 10;
    bottom: 55px;
    background: rgba(21, 21, 21, 0.58);
    width: 100%;
    left: 0;
}

.company_text_wrap{
    line-height: 24px;
    font-size: 14px;
    background:url("/app/view/front/default2/images/mapxx.jpg") no-repeat center center;
    background-size: contain;
}

.ind_new li {
    width: 30%;
    padding: 10px 0;
}

.ind_new li .n_l {
    width: 27.5%;
}

.ind_new li .n_r {
    flex: 1;
    padding-left: 10px;
}

.ind_new li .imgs {
    padding-bottom: 68.9%;
}

.ind_new li .n_r .h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

#foot {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(21, 21, 21, 0.58);
    width: 100%;
}

#foot .foot {
    padding-top: 15px;
    padding-bottom: 15px;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.2);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.2);
    }
    100% {
        -o-transform: scale(1);
    }
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
    .swiper-banner .swiper-slide .ban_h1 {
        font-size: 20px;
    }
    .swiper-banner .swiper-slide .ban_h2 {
        font-size: 36px;
    }
    .swiper-banner .ban_hdpad {
        bottom: 168px;
    }
    .ban-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .ind_new li .n_r .h3 {
        -webkit-line-clamp: 1;
    }
}

.ind_new li .n_r span {
    -webkit-line-clamp: 1;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}


@media screen and (max-width:960px) {
    .swiper-banner .swiper-slide .ban_h1 {
        font-size: 18px;
    }
    .swiper-banner .swiper-slide .ban_h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {
    .ind_new {
        position: relative;
        bottom: auto;
        background: #fff;
    }
    .ind_new ul {
        padding: 10px 0;
    }
    .ind_new li {
        width: 100%;
        padding: 10px 0;
    }
    .ind_new li .n_r {
        color: #333;
    }
    .ind_new li .n_r .h3 {
        -webkit-line-clamp: 2;
    }
    #main {
        height: auto;
        overflow: hidden;
    }
    #foot {
        background: rgba(21, 21, 21, 0.9);
    }
    .ban_dup {
        position: absolute;
        bottom: 70px;
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        text-align: center;
        color: #fff;
        z-index: 20;
        cursor: pointer;
    }
    .ban_dup span {
        width: 30px;
        height: 30px;
        background: url(../images/down_ico.png) no-repeat center center;
        background-size: 100%;
        animation: downup 1s infinite;
        -webkit-animation: downup 1s infinite;
        display: block;
    }
    @keyframes downup {
        from {
            transform: translate(0, 0);
        }
        60% {
            transform: translate(0, -15px);
        }
        to {
            transform: translate(0, 0);
        }
    }
    @-webkit-keyframes downup {
        from {
            transform: translate(0, 0);
        }
        60% {
            transform: translate(0, -15px);
        }
        to {
            transform: translate(0, 0);
        }
    }
}
.outer_wrap{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}

.swiper-banner{
    height: 240px;
    overflow: hidden;
    position: relative;
}

.swiper-banner .swiper-wrapper{
    z-index: 1;
}


.swiper-banner .navs{
    width: 80%;
    left: 10%;
    height: 20%;
    z-index: 2;
    top:40%;
    position: absolute;
    display: none;
}
.txt-area{
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
    z-index: 1;
}

.t-1{
    height: 34px; line-height: 34px; font-size: 26px; color: #fff;
}

.t-2{
     line-height: 22px; font-size: 18px; color: #fff; padding-bottom: 10px;
}

.car{
    background-image: url(/app/view/front/default2/images/car.png); position:absolute;right:0%;
  
    width: 200px;
    height:127PX;
    top:38px;
}

.info{
    align-items: center;
    justify-content: flex-start;
   
    height: 100%;
    

}

.brand_item{
    display: block;
}

.info h3{
    font-size: 24px; line-height:30px;
    
    color: #fff;
}


.swiper-banner .swiper-slide.swiper-slide-active .info{
	animation-name: fadeInUp;
}
.swiper-banner .alb-prev,.swiper-banner .alb-next{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;

	border-radius: 100%;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-banner .alb-prev{
	left: 0;
	background-image: url(/app/view/front/default2/images/lefts.png);
    background-size: 100%;
    display: none;
}
.swiper-banner .alb-next{
	right: 0;
	background-image: url(/app/view/front/default2/images/rights.png);
    background-size: 100%;
    display: none;
}

.pro_brn{
    
    text-align: center;
    display: block;
    border-radius: 20px;
    color: #fff;
    
      transition: transform linear .5s;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      left:0;
      top:0;

}

