/* CSS Document */ .head_bg{ background: #003E6D; width: 100%; height: 215px; } .header{ margin:0px auto; width: 1200px; background: #003E6D;} .header .top{ height:50px; width: 100%; clear: both; background: #fff;} .top ul{ width: 1200px; margin:0px auto; } .top li{line-height:50px; color:#FFFFFF; width:109px; text-align:center; font-size:14px; float:left;} .top li a{color:#333; display: block; width:108px; margin:5px 1px 0px 1px; line-height: 40px; background: #EBECEB } .top li a:hover{ background: #003E6D;color: #fff; } #banner{width:1200px; margin:0px auto; height:300px;} li.one{ background: url("/images/home.png") no-repeat ; } .logo_box{ width: 100%; padding:15px 0px; height: 135px;} .logo_box img{ display: block;} .logo{ float: left; } .logo_title{ float: right; margin-right: 10px; width: 250px; } .logo_title img{ float: right; } /* focusbox */ .focusbox { position: relative; overflow: hidden; zoom: 1; } #fullbanner { width: 1200px; height: 450px; margin: auto; position: relative; } #fullbanner li a { display: block; overflow: hidden; } #fullbanner img { width: 1200px; height: 450px; } #fullbanner ul { width: 2000px; height: 450px; } #fullbanner .wrappic { overflow: visible; position: absolute; } #fullbanner .next, #fullbanner .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 5px; background-color: #303030; z-index: 3; } #fullbanner .next:hover, #fullbanner .prev:hover { background-color: orangered; } #fullbanner .next { margin: -25px 5px 0 0; right: 0; } #fullbanner .mask-left, #fullbanner .mask-right, #fullbanner .plan { background: #fff; z-index: 1; position: absolute; top: 0; left: 0; width: 1200px; height: 450px; overflow: hidden; left: 1200px; } #fullbanner .mask-right, #fullbanner .mask-left { z-index: 4; filter: alpha(Opacity=50); opacity: 0.8; background: #fff; overflow: hidden; } #fullbanner .mask-right { left: 1200px; } #fullbanner .mask-left { left: -1200px; } .arrow-left, .arrow-right { background: url("/images/icon-sd26986d847.png") no-repeat; display: block; } .arrow-left { background-position: 15px 12px; height: 50px; width: 50px; } .arrow-left:hover { background-position: 15px 12px; } .arrow-right { background-position: -103px 12px; height: 50px; width: 50px; } .arrow-right:hover { background-position: -163px 12px; }