﻿

/*以上是基本参数 可不复制  以下是必须*/
/*部分开始-----------------------------------------------------*/
/*banner*/
.none{ display:none;}
.banner{ min-width:1350px;height:550px; position:relative; margin:0 auto; overflow:hidden; z-index:1;}
.banner_show{ width:100%; text-align:center; height:550px; overflow:hidden; position:relative;}
.bannger_inbox{ position:absolute; left:0; top:0;}

/*翻页*/
.banner_pre_next{position:relative;z-index:10;top:45%;width:980px;left:50%; height:37px;margin-left:-500px;*left:240px;}
.banner_pre_next a{ width:37px; height:37px; background:url(../images/btn.png) no-repeat; text-indent:-999em;}
.banner_pre_next .banner_btn_left{position:absolute;left:-37px; background-position:0px 0px;}
.banner_pre_next .banner_btn_right{position:absolute;right:-37px; background-position:-37px 0px;}


/*圆点*/
.yq_banner_list{ width:200px; height:25px;position:absolute; top:485px; text-align:right; z-index:8; left:45%;}
.yq_banner_list a{ display:inline-block; width:12px; height:12px;background:rgba(255,255,255,.85); margin-right:10px;border-radius: 12px;}
.yq_banner_list a.hover{background:rgba(255,150,0,.85); }