﻿@charset "utf-8";
.banner {overflow:hidden; width:1200px; height:480px; margin:0 auto 50px; background:#fff; position:relative;}
#full-screen-slider {width:100%; height:480px; position:relative;z-index:1; padding:0; margin:0px;}
#slides {display:block; width:100%; height:480px; list-style:none; padding:0; margin:0; position:relative}
#slides li {display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute; background-repeat:no-repeat !important; background-position:center top !important;}
#slides li a {display:block; width:100%; height:100%; text-indent:-9999px}
#pagination {display: block; list-style:none; position:absolute; left:50%; bottom:15px; z-index:1000; margin:0;overflow:hidden;}
#pagination li {display:block; list-style:none; width:12px; height:12px; overflow:hidden; float:left; margin:0 5px; border-radius:12px; background:rgba(255,255,255,0.6); transition:.5s all linear;}
#pagination li a {display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {background:rgba(255,255,255,1);}

.banner_fy {overflow:hidden;}
.banner_fy .sy {width:72px; height:72px; display:block; position:absolute; top:310px; left:45px; background:url(../images/img/banner_left.png) no-repeat; z-index:999; cursor:pointer;}
.banner_fy .xy {width:72px; height:72px; display:block; position:absolute; top:310px; right:45px; background:url(../images/img/banner_right.png) no-repeat; z-index:999; cursor:pointer;}