@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}


a,img{border:0;text-decoration:none;}

/* mainbanner */
.mainbanner{height:533px;overflow:hidden; position:relative;}
.mainbanner_window{left:50%;width:1920px;height:533px;overflow:hidden;margin-left:-960px;position:absolute;}
.mainbanner_window ul{width:999999px;height:533px;position:relative;}
.mainbanner_window li{background:rgb(204, 204, 204);width:1920px;height:533px;text-align:center;font-size:0px;float:left;display:inline;}
.mainbanner_list{left:50%;top:490px;width:400px;height:30px;margin-left:-190px;position:absolute;}
.mainbanner_list li{width:117px;height:10px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{background:#fff; width:117px; height:10px; overflow:hidden;text-align:center;color:rgb(255, 255, 255);font-size:12px;font-weight:700;float:left;display:inline-block; margin-left:25px;}
.mainbanner_list li.active a{ text-decoration:none; background:#f5162b; }
.mainbanner_list li a:hover{text-decoration:none; background:#f5162b;}

