@charset "utf-8";

.index_banner{width:100%;    min-width:1210px; position:relative;z-index:1}
.index_banner .swiper-slide li{width:100%; background-position:center top; background-repeat:no-repeat; background-size:100% 100%;}
.index_banner .swiper-slide li img{width:100%}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev{color:#ccc;}
.index_banner .banner_bottom{width:1400px;position:absolute;height:80px;bottom:0px;left:calc((100% - 1400px)/2); z-index:100}
.index_banner .banner_bottom li{background-color:rgba(73,86,121,0.5);height:80px;line-height:80px;width:calc((100% - 20px)/3);float:left; margin-right:10px; border-top-left-radius:5px;border-top-right-radius:5px;text-align:center;transition: 0.6s;
			-moz-transition: 0.6s;	/* Firefox 4 */
			-webkit-transition:  0.6s;	
			-o-transition:  0.6s;	/* Opera */}
.index_banner .banner_bottom li:last-of-type{margin-right:0px;}
.index_banner .banner_bottom li a{font-size:24px;color:#fff;display:block;}
.index_banner .banner_bottom li:hover{background-color:rgba(27,173,255,0.5)}

@media (max-width: 1400px){
	.index_banner .banner_bottom{width:1210px;left:calc((100% - 1210px)/2);}
}