/*公共样式*/
/*样式*/
.banner { position: relative; z-index: 1; font-size: 0; overflow: hidden;}
.banner .img { position: relative; display: block; height: 0; padding: 26% 0 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.25s linear 0s; -moz-transition: transform 0.25s linear 0s; -ms-transition: transform 0.25s linear 0s; -o-transition: transform 0.25s linear 0s; transition: transform 0.25s linear 0s;}
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.banner .slick-current a { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -ms-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; transition: transform 6s linear 0s;}
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 20px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.banner .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background: #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s;}
.banner .slick-dots li.slick-active { background: #054da2;}

@media screen and (max-width: 1024px){
 .banner .img { height: 0; padding: 42% 0 0; transform: none !important;}
  .banner .swiper-pagination { bottom: .15rem;}
  .banner .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px;}
}
.yqlj{margin:25px 0;}
.yqlj ul{overflow:hidden;}
.yqlj h3{font-size: 28px;font-weight: bold;color:#054da2;margin-bottom:10px;}
.yqlj li{float:left;margin-right:25px;line-height:30px;color:#333;}
