﻿@charset "utf-8";
/* CSS Document */


/*fixed_left*/
.fixed_left{ position: fixed; top: 50%; margin-top: -294px; left: 76px; width: 102px; height: 587px; z-index: 2; display: none; }
.fixed_left a{ position: absolute; left: 0; width: 102px; height: 104px; }
.fixed_left a.n1{ top: 0; background: url(../images/fl_1.png) no-repeat 0 0; }
.fixed_left a.n2{ top: 79px; background: url(../images/fl_2.png) no-repeat 0 0; }
.fixed_left a.n3{ top: 158px; background: url(../images/fl_3.png) no-repeat 0 0; }
.fixed_left a.n4{ top: 237px; background: url(../images/fl_4.png) no-repeat 0 0; }
.fixed_left a.n5{ top: 316px; background: url(../images/fl_5.png) no-repeat 0 0; }
.fixed_left a.top{ top: 398px; left: 14px; width: 74px; height: 74px; background: url(../images/top.png) no-repeat 0 0; }
.fixed_left a.anchor:hover, .fixed_left a.anchor.on{ background-position: -102px 0; }
.fixed_left a.top:hover{ background-position: -74px 0;}
.b_img{ position: absolute; bottom: 0; left: 12px; }

/*fixed_right*/
.fixed_right{ position: fixed; top: 50%; right: 0; margin-top: -123px; z-index: 2; }
.fixed_right a{ display: block; width: 360px; height: 123px; background: url(../images/fixed_right.png) no-repeat; }
.fixed_right a.n1{ background-position: 0 0; }
.fixed_right a.n2{ background-position: 0 -123px;}
.fixed_right a.n1:hover{ background-position: -360px 0;}
.fixed_right a.n2:hover{ background-position: -360px -123px;}

.floatBox{ 
    position:fixed; top:300px; right:0; width:200px; 
    height:300px; overflow:hidden; z-index: 999;}  
.publicBtn{ position:absolute; left:0; top:50%; margin-top:-74px; width:19px; height:148px; background:url(../images/floatBtn.png) -19px 0 no-repeat; cursor:pointer; }
.linksBox{ position:absolute; left:19px; top:0; width:181px; height:270px; background:url("../images/floatBoxBg3.png"); padding-top:30px;z-index: 999; }
.linksBox a{ 
    width:161px; height:47px; display:block; margin:0 10px 7px; text-align: center; font:20px/46px "Microsoft YaHei"; color:#534129;background-color: #eddbc2;}
.linksBox a:hover,.linksBox a.on{ background:#b3803a; color: #FFF;}
.gotop{ display:block; width:181px; height:42px; position:absolute; bottom:0; left:0; text-align:center; line-height:42px; font-size:15px; text-indent: -999em; cursor:pointer; }

