@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
.header{ width:100%; height:136px; }
.top{ width:1600px; height:136px; margin:0 auto;}

/*banner样式*/
.banner { position:relative; background:#f3f3f3; width:1600px; height:495px; margin:0 auto;}
.banner .banner_img {  margin:0 auto; width:1600px; height:495px}
/*轮播按钮*/
.banner .btn_group { position:absolute; left:95%; bottom:22px; margin-left:-44px; width:120px; height:13px}
.banner .btn_group a { display:block; float:left; margin-right:10px; background:url(../images/qiehuan01.png) no-repeat; width:15px; height:15px }
.banner .btn_group a.right { float:right; margin-right:0}
.banner .btn_group a.current, .banner .btn_group a:hover { background:url(../images/qiehuan03.png) no-repeat}

/*轮播按钮2*/
.banner .btn_group2{ position:absolute; bottom:50%; left:20px; width:34px; height:34px;}
.banner .btn_group2 a { display:block; float:left; margin-right:10px; background:url(../images/left.png) no-repeat; width:34px; height:34px }

.banner .btn_group3{ position:absolute; bottom:50%; right:20px; width:34px; height:34px;}
.banner .btn_group3 a { display:block; float:left; margin-right:10px; background:url(../images/right.png) no-repeat; width:34px; height:34px }

.main{ width:100%; height:673px; }
.main01{ width:1600px; height:673px; margin:0 auto;}

.img_canvas p { position:absolute; left:0; bottom:0; padding-right:10px; background:#504940; width:258px; height:30px; line-height:30px; text-align:right; font-family:"微软雅黑"; color:#adadad; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); opacity:0.7}
.small_img_player a.prev_btn { position:absolute; left:0; top:90px; background:url(../img/left.png) no-repeat; width:34px; height:34px }
.small_img_player a.next_btn { position:absolute; right:0; top:90px; background:url(../img/right.png) no-repeat; width:34px; height:34px }