body{background: #f7f7f7;}
.category{width: 1280px;margin: 0 auto;}
.category .category-title{width: 100%;line-height: 60px;font-size: 20px;}
.category .category-2{width: 100%;border-radius: 6px;background: #FFFFFF;box-sizing: border-box;padding: 10px 20px;}
.category .category-2 label{margin-right: 60px;cursor: pointer;color: #333333;display: inline-block;line-height: 40px;}

.img-map1{width: 100%;}
/* .img-map1 ul{width: 1280px;margin: 0 auto;display: flex;justify-content: space-between;padding: 40px 20px;} */
.img-map1 ul{width: 1280px;margin: 0 auto;display: flex;justify-content: flex-start;column-gap: 20px; padding: 40px 20px; min-height: 200px;}
.img-map1 ul li{width: 380px;}
.img-map1 ul li .img-map1-bj{width: 100%;height: 120px;background:url(../img/keyong/8.png) no-repeat center center;text-align: center;line-height: 120px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 20px;color: #FFFFFF;display: flex;border-radius: 8px;background-size: 100% 100%;}
.img-map1 ul li .img-map1-bj span{width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.img-map1 ul li:hover .img-map1-bj span{width: 100%;height: 100%;background: rgba(0,0,0,0);}
.img-map1 ul .on .img-map1-bj span{width: 100%;height: 100%;background: rgba(0,0,0,0);}



.list-ul{width: 1280px;margin:0 auto;box-sizing: border-box;overflow: hidden;position: relative;}
.list-ul ul{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.list-ul ul li{width: 240px;height: 340px;border-radius: 20px;background: #FFFFFF;margin-right: 20px;margin-bottom: 20px;overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.list-ul ul li:nth-child(5n){margin-right: 0;}
.list-ul ul li:hover{box-shadow: 0 0 5px #aaa;}
.list-ul ul li .img{width: 100%;height: 240px;line-height: 240px;text-align: center;}
.list-ul ul li .img img{width: 80%;height: 80%;vertical-align: middle;}
.list-ul ul li .dis{background: #743A3A;width: 100%;height: 20px;line-height: 20px;font-size: 12px;color: #FFFFFF;box-sizing: border-box;padding: 0 10px;}
.list-ul ul li .adis{width: 100%;height: 20px;line-height: 20px;font-size: 12px;color: #FFFFFF;box-sizing: border-box;padding: 0 10px;}
.list-ul ul li .title{width: 100%;height: 35px;line-height: 35px;font-size: 14px;box-sizing: border-box;padding: 0 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list-ul ul li .desc{width: 100%;display: flex;justify-content: space-between;box-sizing: border-box;padding: 0 10px;height: 30px;line-height: 30px;}
.list-ul ul li .desc em{width: 30px;height: 30px;background: url(../img/keyong/6.png) no-repeat center center;cursor: pointer;}
.list-ul ul li .desc em .vehicle{font-size: 14px;color:#743A3A;position: relative;top: 0;z-index: 100;left: 0px;
transition: all 2s;
-moz-transition: all 2s;
-webkit-transition: all 2s;
-o-transition: all 2s;}