/*首页轮播*/
.banner .swiper-home .swiper-pagination{
	bottom: 38px;
    top: inherit;
    width: 100%;
    height: 3px;
}
/*.banner .swiper-home .swiper-pagination-progressbar {
    background: rgba(255,255,255,.35);
    position: absolute;
}
.banner .swiper-home .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#fff;
}*/
.arrows-box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.swiper-home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-home .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #008040;
}
/*箭头*/

.swiper-home .swiper-button-next,.swiper-home .swiper-button-prev{
	width: 61px;
	height: 61px;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
}
.swiper-home .swiper-button-next:hover{
    background: rgba(0,0,0,0.5);
}
.swiper-home .swiper-button-next:after,.swiper-home .swiper-container-rtl .swiper-button-prev:after {
    font-size: 30px;
}
.swiper-home .swiper-button-prev:after,.swiper-home .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
}



.swiper-home2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-home2 .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #008040;
}

.banner img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}








.white-bg{
    background: #fff;
}
.grey-bg{
    background: #f3f3f3;
}



/*新闻资讯*/
.news{
    display: flex;
    padding: 80px 0 70px;
}
.news .news-left{
   width: 45%;
   margin-right: 38px;
   position: relative;
   overflow: hidden;
}
.news-left .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 54px;
    padding: 0 30px;
    background: rgba(0,0,0,0.45);
    color: #fff;
}
.news-left .title a{
    color: #fff;
}
.news .news-right{
   flex: 1;
}

.news-right .news-tab{
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.news-right .news-tab ul{
    width: 80%;
}
.news-right .news-tab li{
    font-weight: bold;
    float: left;
    margin-right: 10%;
    position: relative;
}
.news-right .news-tab li:last-child{
    margin: 0;
}
.news-right .news-tab li a{
    color: #777777;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
}
.news-right .news-tab li.active a{
    color: #333333;
    font-size: 26px;
}
.news-right .news-tab li.active:after{
    content:"";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 73px;
    height: 4px;
    background: #008040;
}

.news-right .more a{
    /*color: #333;*/
    padding-right: 15px;
    background: url('../images/right.png') no-repeat right center;
    background-size: 10px;
}

.news-list{
    padding-top: 14px;
}
.news-list .item{
    display: none;
}
.news-list li{
    padding: 16px 0;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}
.news-list li h3{
    color: #333333;
    font-size: 16px;
    flex: 1;
    padding-left: 20px;
    background: url('../images/dot.png') no-repeat left center;
    background-size: 8px;
    margin-right: 10%;
    line-height: 24px;
}
.news-list li p{
    color: #333333;
    font-size: 16px;
}
.news-list li:hover h3{
    color: #008040;
}















/*当前拍卖行*/
.auction{
    padding: 60px 0;
}
.auction{
    padding: 60px 0;
}
.auction .first-title{
    margin-bottom: 45px;
}
.auction .first-title h3{
    color: #343434;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.auction .first-title p{
    color: #555555;
    font-size: 18px;
}
.auction .first-title .intro{
    max-width: 580px;
    display: inline-block;
    flex: 1;
}
.auction .first-title .more{
    padding-right: 15px;
    background: url(../images/right.png) no-repeat right center;
    background-size: 10px;
    margin-left: 20px;
}

.auction-list .img .name-mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    opacity: 0;
    transition: 0.3s;
}
.auction-list .title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
}
.auction-list .item:hover .title{
    color: #008040;
}
.auction-list .item:hover .name-mask{
    opacity: 1;
}









/*推荐车辆*/
.recom-list .border{
    border:1px solid #dddddd;
    position: relative;
}
.recom-list .border:hover{
    box-shadow: 4px 0 21px rgba(190,190,190,0.52);
    /*border-bottom: 3px solid #008040;*/
}
.recom-list .border:hover :after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #008040;
}
.recom-list .item{
    padding:25px 10px;
    display: flex;
}
.recom-list .item .product-img{
    /*flex: 1;*/
    width: 330px;
    height: 220px;
    margin-right: 30px;
}
.recom-list .item .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recom-list .product-intro{
    width: 34%;
    min-width: 154px;
}
.product-intro .title{
    color: #008040;
    font-size: 18px;
    font-weight: bold;
}
.product-intro .price{
    color: #ff8400;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.product-intro .price span{
    font-size: 24px;
}
.product-intro .number{
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.product-intro .look-detail{
    margin:10px 0 0 0;
}
.product-intro .look-detail a{
    display: inline-block;
    width: 107px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    background: #008040;
    text-align: center;
}














@media (max-width: 992px) {
/*新闻 */
.news{
    display: block;
}
.news .news-left{
    width: 100%;
    margin: 0 0 30px;
}
.news .news-right {
    width: 100%;
}

}


@media (max-width: 768px){
.news{
    display: block;
    padding: 30px 0;
}
.news-right .news-tab li {
    margin-right: 8%;
}
.news-right .news-tab li a {
    font-size: 16px;
}
.news-right .news-tab li.active a {
    font-size: 20px;
}







/*当前拍卖会*/
.auction {
    padding: 40px 0;
}
.auction .first-title h3 {
    font-size: 24px;
}
.auction .first-title p{
    font-size: 16px;
}





/*推荐车辆*/
.recommend .first-title {
    margin-bottom: 15px;
}
.recom-list .item .product-img {
    flex: 1;
    margin-right: 15px;
    width: auto;
    height: auto;
}
.recom-list .item {
    padding: 25px 0;
    display: flex;
}
.recom-list .border {
    border: none;
    margin: 0 15px;
    padding: 0;
    border-bottom: 1px solid #dddddd;
}
.product-intro .price {
    margin: 5px 0;
}
.product-intro .number {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
}
.product-intro .price span {
    font-size: 18px;
}
}