﻿/* ------------------------------------常用样式定义---------------------------------------- */
@charset "gbk";
/* body整体背景定义 */

#four_flash{position:relative; width:496px;  background:#fdfdfd; height:346px; float:left; margin:0px 0 0 0;}
#four_flash .flashBg{width:496px;height:346px; margin:0 auto;position:relative;overflow:hidden;  margin-top:0px;}
#four_flash .flashBg ul.mobile{width:2000%;height:346px; position:absolute; left:0;}
#four_flash .flashBg ul.mobile li{float:left; width:496px; height:346px; }
#four_flash .flashBg ul.mobile li img{width:496px; height:346px;}

#four_flash .but_left{width:23px;height:42px;position:absolute;  top:322px; right:32px; cursor:pointer;}
#four_flash .but_left a{width:23px;height:42px; float:left; display:block; background: url(../images/button_f1.png) no-repeat 0 0; cursor:pointer;}
#four_flash .but_right{width:23px;height:42px; position:absolute; top:322px; right:3px;  cursor:pointer;}
#four_flash .but_right a{width:23px;height:42px; float:right; background: url(../images/button_r1.png) no-repeat 0 0; cursor:pointer;}
