/* CSS Document */
*{margin:0;padding:0;font-size:12px;}
ul,li,dl,ol{list-style:none;}

img{ border:none;}

/* banner */
.banner{width:1920px;overflow:hidden;position:relative;top:0px;}
.banner_inner{position:relative;height:660px;width:990px;margin:0 auto;}

.banner_img{width:20000px}
.banner_img li{float:left;width:1920px; position:relative}
.banner_img li.bgli01{
	/*background-color: #ffffff;*/
	background-image: url(../images/1-0.png);
	background-repeat: no-repeat;
	background-position: center;
}
.banner_img li.bgli02{background:url(../images/2-0.png) center no-repeat;}
.banner_img li.bgli03{background:url(../images/3-0.png) center no-repeat;}
.banner_img li.bgli04{background:url(../images/4-0.png) center no-repeat;}
.banner_img li.bgli05{background:url(../images/5-0.png) center no-repeat;}

.banner .child1{
	position:absolute;
	width:770px;
	height:660px;
	left:120px;
	top:0
}
.banner .child2{
	position:absolute;
	width:440px;
	height:660px;
	left:540px;
	top:0px
}
.banner_common{position:relative;width:990px;margin:0 auto;z-index:99;}
.banner_pre{position:absolute;top:50%;left:40px;margin-top:360px;width:60px;height:60px;cursor:pointer;background:url(../images/banner_btn_l_24.png) no-repeat;opacity:.5;filter:alpha(opacity=50)}
.banner_next{position:absolute;top:50%;right:42px;margin-top:360px;width:60px;height:60px;cursor:pointer;background:url(../images/banner_btn_r_24.png) no-repeat;opacity:.5;filter:alpha(opacity=50)}
.banner_pre:hover, .banner_next:hover{opacity:1;filter:alpha(opacity=100)}
.banner .control{width:180px;position:absolute;top:630px;left:50%;margin-left:-40px;z-index:99;}
.banner .control li{float:left;margin-left:20px;width:15px;height:15px;border-radius:50%;cursor:pointer;background:#fff}
.banner .control li a{display:none}
.banner .control li.current{background:#ff7f02}
