﻿@charset "utf-8";
/* 轮播（SuperSlide）插件 */

/*banner图轮播*/
.slideBox-box {height:800px!important; }
.slideBox {position: relative;height:800px!important; }
.slideBox-content li {zoom:1; vertical-align: middle;}
.slideBox-content a {width: 100%; height: 800px;display:block; background-repeat: no-repeat; background-position: center center; background-size: auto 100%;}
/*分页*/
.slideBox-page {position: absolute; bottom: 20px; width: 100%; text-align: center; }
.slideBox-page li {display: inline-block; width: 15px; height: 15px; margin-right: 2px; line-height: 14px; text-align:center; background: #fff; border-radius: 50%; cursor: pointer;}
.slideBox-page .on{ background: #F08346; color:#fff;}
/*上下页*/
.slideBox-prev, .slideBox-next {position:absolute; top:50%; left: 3%; width:32px; height:40px; margin-top:-25px; background: url(images/slider-arrow.png) -110px 5px no-repeat; filter: alpha(opacity=50); opacity:0.5; cursor: pointer;}
.slideBox-next {left: auto; right:3%; background-position: 8px 5px;}
.slideBox-prev:hover, .slideBox-next:hover {filter: alpha(opacity=100); opacity: 1;}

/*列表轮播*/

@media screen and (max-width: 1441px){
.slideBox-box {height:600px!important; }
.slideBox {position: relative;height:600px!important; }
.slideBox-content a { height: 600px;}
}
@media screen and (min-width: 1441px) and (max-width: 1600px){
.slideBox-box {height:700px!important; }
.slideBox {position: relative;height:700px!important; }
.slideBox-content a { height: 700px;}
}