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

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

#four_flash .but_left{width:23px;height:42px;position:absolute;  top:185px; 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:185px; 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;}
