.logo img{    height: 75px;}
/*样式*/
.banner .slick-prev{width:30px;height:55px;background:url(images/left.png)center no-repeat;background-size:100% 100%;left:30px;border: none;position: absolute;z-index: 99;top:55%;}
.banner .slick-next{width:30px;height:55px;background:url(images/right.png)center no-repeat;background-size:100% 100%;right:30px;border: none;position: absolute;z-index: 99;top:55%;}


@media(max-width:1024px){
.banner .slick-prev{top:38%;}
.banner .slick-next{top:38%;}
}


@media(max-width:600px){
.banner .slick-prev{top:30%;}
.banner .slick-next{top:30%;}
}
@media(max-width:1000px){
.foot ul{float:right !important;}
.foot .fr{width:100%;margin-top:20px;    display: flex;justify-content: center;}
}

@media(max-width:768px){
.foot ul{width:100%;}
.foot .fr img{margin-left:auto !important;}
}
