@charset "utf-8";
*{ margin:0px; border:0px; padding:0px;}
textarea, input, select, body {font-size: 12px;}
.main{ width:100%; margin-top:10px; height:auto;position:relaitve;}
.head{ margin:auto;height:50px;margin-bottom:10px; margin-left:50px;}
/*banner*/
.pic{width:100%;height:540px;overflow:hidden;position:absolute; z-index:2;}
.pic ul li{width:100%;height:540px;position:relative;/*background:url(../images/bg1.jpg) center; */}
.pic ul li img{position:absolute;left:-1180px;top:0px;}
/*导航条*/
.nav{width:100%;height:50px;/*background:rgba(255,255,255,0.5);*/background:#fff;opacity:0.65;position:absolute;left:0px;bottom:0px;}
/*进度条*/
.bar{width:1180px;height:3px;left:50%;position:absolute;bottom:0px;margin-left:-590px;background:url(../images/bar.png);}
.bar p{width:0px;height:3px;background:#1255d4;margin-left:3px;}