/*这里保存全局的css定义。所有从其它站点自定义出来的按钮样式以及对基础css库的校正都可以放在这里。*/


/*INSPOINTBEGIN:SITECSS*/
/*INSPOINTEND:SITECSS*/
/* 这里定义的css会覆盖外部引入的css文件中的定义，同时会被inline中的css定义。html中不应该再出现style标签。除非你作局部替换(scope)——注意，很多浏览器是不支持的scope。 */


/*分页器小点样式*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  
}
/*轮播图图片鼠标放上显示放大样式*/
/*.swiper-slide img{
	cursor: pointer;
	transition: all 0.6s;*/
}
.swiper-slide img:hover{
	transform: scale(1.4);
}
/*轮播图整体样式 可以自定义*/
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  height:32em;
}
.swiper-slide {
    width:273px;
    height:170px;
    text-align:center;
    border-radius: 5px;
}
.swiper-slide img{
    width:273px;
    height:170px;
    border-radius: 5px;
  height: 32em;
}
/*前进后退按钮样式*/
.swiper-button-prev{
    background-image:url(anli/a/img/%E5%B7%A6%E4%B8%89%E8%A7%92.png)!important;
    left:10px!important;
    right:auto!important;
}
.swiper-button-next{
    background-image:url(anli/a/img/%E5%8F%B3%E4%B8%89%E8%A7%92.png)!important;
    right:10px!important;
    left:aout!important;
}