<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
.page{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 100%;
}
#pageSearch{
    top: 0px;
}
.home-container{
    position: relative;
    overflow: hidden;
}

/*左边浮动框*/
.float-right-box{
    height: 376px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -188px;
    z-index: 3;
}
.float-right-box ul li{
    width: 48px;
    height: 48px;
    position:relative;
    margin: 5px 0px;
    cursor: pointer;
}
.weChat-box:hover{
    background: url(right-icon-hover_01.png);
}
.weiBo-box:hover{
    background: url(right-icon-hover_03.png);
}
.yiXin-box:hover{
    background: url(right-icon-hover_05.png);
}
.mobile-box:hover{
    background: url(right-icon-hover_07.png);
}
.phone-box:hover{
    background: url(right-icon-hover_09.png);
}
.Email-box:hover{
    background: url(right-icon-hover_11.png);
}
.help-box:hover{
    background: url(right-icon-hover_13.png);
}


.weChat-box{
    background: url(right-icon_01.png);
}
.weiBo-box{
    background: url(right-icon_03.png);
}
.yiXin-box{
    background: url(right-icon_05.png);
}
.mobile-box{
    background: url(right-icon_07.png);
}
.phone-box{
    background: url(right-icon_09.png);
}
.Email-box{
    background: url(right-icon_11.png);
}
.help-box{
    background: url(right-icon_13.png);
}

.float-right-box ul li:hover .right-box-show{
    display: block;
}
.right-box-show{
    padding-left: 10px;
    position: absolute;
    left: 48px;
    top:50%;
    display: none;
}
.float-layout-container{
    position: relative;
    width: 96px;
    border: 2px solid #5d3837;
    background: #f8f1e3;
    padding: 9px 8px;
}
span.float-layout-shape{
    display: block;
    background: url(right-hover-shape_14.png) no-repeat left center;
    width: 10px;
    height: 14px;
    right: 100%;
    top: 50%;
    margin-top:-5px;
    position: absolute;
}
.float-code-warp img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #c3ab78;
    margin-bottom: 7px;
}

.float-code-warp p{
    text-align: center;
    line-height: 1;
    font-size: 12px;
    color: #808080;
}
p.float-center-line{
    height: 1px;
    background: #e1d7c3;
    margin: 14px auto;
}
.float-layout-tips h1{
    font-weight: normal;
    font-size: 14px;
    color: #cc221e;
    line-height: 24px;
    padding: 0px 13px;
    text-align: center;
}
.float-layout-tips a{
    display: block;
    margin-top: 6px;
    text-align: center;
    height: 30px;
    color: #ffffff;
    background:#5d3837;
    line-height: 30px;
    font-size: 14px;
}
.float-layout-tips a:hover{
    background: #c0a264;
}
/*右边导航*/
.home-inner-nav{
    position: absolute;
    right: 28px;
    height: 325px;
    top: 50%;
    margin-top: -164.5px;
    z-index: 3;
}
.home-inner-nav ul li{
    border-radius: 3px;
    background: rgb(93,56,55);
    background: rgba(93,56,55,0.6);

}
.home-inner-nav ul li:hover{
    background: #c11c19;
}
.home-inner-nav ul li a{
    display: block;
    width: 70px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin: 5px 0px;
    font-size: 12px;
}

.home-inner-nav ul li.nav-cur{
    background: #c11c19;
}
.home-inner-nav ul li.nav-cur a{
    height: 30px;
    padding-top: 40px;
    font-weight: 600;
}
.home-inner-nav ul li.nav-cur .nav-search{
    background: url(nav-search-icon_03.png) no-repeat center 15px;
}
.home-inner-nav ul li.nav-cur .nav-resources{
    background: url(nav-resousce-icon_07.png) no-repeat center 15px;
}
.home-inner-nav ul li.nav-cur .nav-help{
    background: url(nav-help-icon_10.png) no-repeat center 15px;
}
.home-inner-nav ul li.nav-cur .nav-activity{
    background: url(nav-activity-icon_13.png) no-repeat center 15px;
}
.home-inner-nav ul li.nav-cur .nav-service{
    background: url(nav-service-icon_16.png) no-repeat center 15px;
}
.home-inner-nav ul li.nav-cur .nav-about{
    background: url(nav-about-icon_20.png) no-repeat center 9px;
}
.home-inner-nav ul li.nav-cur .nav-literature{
    background: url(nav-link-icon_23.png) no-repeat center 13px;
}
.home-inner-nav ul li.nav-cur .nav-link{
    background: url(nav-link2-icon_03.png) no-repeat center 14px;
}

/*头部导航*/
.home-header{
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
}
.home-nav ul li a{
    font-size: 16px;
    color: #ffffff;
}
.home-nav ul li{
    line-height: 60px;
    float: left;
    padding: 0px 15px;
}
.home-nav ul li:hover a{
    color: #b38532;
}
.home-nav ul li.cur a{
    color: #b38532;
}
.home-tool{
    float: right;
    padding-top: 15px;
}
.home-tool-box{
    height: 30px;
    width: 100px;
    border-radius: 5px;
    background: url(top-bg2.png);/*兼容ie8的圆角 --改*/
    position: relative;
    float: left;
    margin-left: 10px;
}
.home-tool-borrow,.home-tool-search{
    background: url(top-bg2.png);/*兼容ie8的圆角 --改*/
}
.home-tool-label{
    text-align: center;
    line-height: 30px;
}
.home-tool-label a{
    font-size: 14px;
    color: #ffffff;
}
.home-tool-borrow .home-tool-label a,.home-tool-search .home-tool-label a{
    color: #fff;/*字体颜色 --改*/
}
.home-tool-box:hover{
    background: url(top-bg1.png);/*兼容ie8的圆角 --改*/
}

.home-tool-box:hover .home-tool-container{
    display: block;
}
.home-tool-container{
    position: absolute;
    top: 42px;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    border-radius: 3px;
    left: 50%;
    box-shadow: 0px 0px 3px 0px rgba(8,1,3,.42);
    white-space: nowrap;
    display: none;
}
.home-tool-container p{
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
}
span.home-tool-shape{
    background: url(home-tool-shape_03.png) no-repeat left center;
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -7.5px;
}
/*主页搜索*/
.page-bg{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.page-bg img{
    position: absolute;
    display: block;
    z-index: -1;
}
.home-logo{
    width: 562px;
    margin-left: auto;
    margin-right: auto;
}
.home-logo img{
    display: block;
}
.home-notice{
    height: 20px;
    overflow: hidden;
    padding-left: 15px;
    margin-top: 70px;
}
.home-notice-icon{
    float: left;
    height: 20px;
    width: 22px;
    margin-right: 8px;
    background: url(home-notice-icon_03.png) no-repeat left center;
}
.home-notice-container{
    float: left;
    height: 20px;
    position: relative;
}
.home-notice-container p{
    left: 0px;
    position: absolute;
    line-height: 20px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-notice-container p a{
    font-size: 12px;
    font-family: SimSun,'宋体';
    color: #d14c45;
}
.home-notice-container p a:hover{
    color:#221815 ;
}
.home-search{
    margin-left: 105px;
}
.home-search-tips{
    height: 36px;
    overflow: hidden;
}
.home-search-tips a{
    font-family: SimSun, '宋体';
    line-height: 36px;
    height: 36px;
    float: left;
    color: #221815;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.home-search-tips a.cur{
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    font-family: SimSun, '宋体';
    font-size: 18px;
    font-weight: 600;
    background: url(wx-search-bg_07.png) no-repeat center center;
    float:left;
}
.home-search-tips a.l-cur.cur{
    background: url(wx-search-l_03.png) no-repeat center center;
}
.home-search-title{
    width: 94px;
    height: 66px;
    float: left;
    padding: 7px 13px;
    background: url(home-search-title_03.jpg) no-repeat 0px center;
}
.home-search-title-l{
    background: url(home-search-title-l_03.jpg) no-repeat right center;
}
.home-search-list{
    height: 24px;
    position: relative;
    margin-top: 21px;
}
.search-list-label{
    height: 24px;
    padding-right: 28px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #3b3b3b;
    background: url(search-list-icon_04.jpg) no-repeat right center;
    cursor: pointer;
}
.search-list-container{
    display: none;
    position: absolute;
    top: 44px;
    left: 0px;
    background: #ffffff;
    width: 100%;
    padding-bottom: 5px;
    max-height: 150px;
    overflow-y: auto;
}
.search-list-container ul li{
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
    color: #3b3b3b;
    font-size: 16px;
    cursor: pointer;
    max-width: 90%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
}
.search-list-container ul li:hover{
    color: #c1110b;
}
.home-search-label{
    width: 246px;
    height: 66px;
    float: left;
    padding: 7px;
    margin-left: 5px;
}
.home-search-form{
    float: left;
    width: 497px;
    padding: 7px;
    background: url(serch-form-bg_03.jpg) no-repeat 0 center;
    height: 66px;
}
.home-search-form-l{
    background: url(home-search-form-l_05.jpg) no-repeat right 0px;
}
.home-search-form input[type=button]{
    width: 66px;
    height: 66px;
    cursor: pointer;
    background: url(search-btn-bg_03.png) no-repeat;
}
.home-search-form input{
    height: 66px;
    line-height: 66px;
    line-height: 66px\9;
    display: block;
    float: left;
}
.home-search-form input[type=text]{
    padding-left: 3px;
    width: 428px;
    font-size: 14px;
    color: #3b3b3b;
}
.home-search-form input::-webkit-input-placeholder {
    color: #cdc4b5;
}
.home-search-form input:-moz-placeholder{
    color: #cdc4b5;
}
.home-search-form input::-moz-placeholder {
    color: #cdc4b5;
}
.home-search-form input:-ms-input-placeholder {
    color: #cdc4b5;
}
.home-search-container{
    margin-top: 14px;
    height: 80px;
    position: relative;
    width: 896px;
    margin-left: -40px;

}
.home-search-explain{
    position: absolute;
    right: 0px;
    font-size: 12px;
    color: #221815;
    line-height: 14px;
    height: 14px;
    padding-left: 20px;
    background: url(home-search-explain_03.png) no-repeat left center;
    bottom: 100%;
    margin-bottom: 14px;
}
.senior-enter{
    position: absolute;
    left: 100%;
    font-size: 12px;
    color: #221815;
    height: 12px;
    display: block;
    margin-left: 16px;
    top: 60px;
    width: 48px;
    line-height: 12px;
}
.senior-enter:hover{
    color: #c1110b;
}
.search-hot{
    margin-top: 17px;
    font-size: 12px;
    color: #221815;
    line-height: 12px;
    height: 12px;
}
.search-hot p a{
    color: #c1110b;
    margin-right: 13px;
}
.search-hot p a:hover{
    color: #221815;
}
.home-page-title{
    margin-top: 70px;
}
.home-page-title h1{
    font-weight: 600;
    color: #221815;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
    font-family: SimSun, '宋体';
}
.home-page-title p{
    font-size: 14px;
    line-height: 30px;
    padding: 0px 160px;
    text-align: center;
}
.page-resources-tips{
    color: #000;
}
.resources-center-img img{
    display: block;
}
.resources-center-link{
    height: 160px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px 10px;
}
.resources-center-enter{
    height: 60px;
    display: block;
    background: url(resources-center-enter_03.jpg) no-repeat 246px center #eae0d9;
}
.resources-center-enter:hover{
    background: url(resources-center-enter-hover_05.jpg) no-repeat 246px center #da5b1b;
}
.page-resources-container{
    margin-top: 20px;
    overflow: hidden;
}
.page-resources-center{
    width: 300px;
    height: 400px;
    overflow: hidden;
    float: left;
    margin: 0px  10px;
}
.resources-center-link ul li{
    margin: 0px 10px;
    width: 120px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}
.resources-center-link ul li a{
    font-size: 15px;
    color: #221815;
}
.resources-center-link ul li a:hover{
    color:#c1110b ;
}
.resources-center-enter p{
    font-size: 20px;
    font-weight: 600;
    color: #5d2e1e;
    margin-left: 25px;
    line-height: 60px;
    font-family: SimSun, '宋体';
}
.resources-center-enter:hover p{
    color: #ffffff;
}


a.page-resources-more{
    display: block;
    color: #000; /*颜色 --改*/
    font-size: 12px;
    line-height: 32px;
    border: 1px solid #000;/*颜色 --改*/
    width: 148px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}
.page-resources-more:hover{
    color: #da5b1b;
    border: 1px solid #da5b1b;
}
.page-help-tips{
    color: #c2c2c2;
}
.help-tool{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #3b3b3b;
}
.help-tool {
    width: 120px;
    float: left;
}
.help-tool-warp{
    padding: 0px 20px;
}
.help-tool-icon{
    height: 69px;
    margin-bottom: 17px;
}
.help-tool-label a{
    font-size: 14px;
    color: #3b3b3b;

}
.help-tool-label a:hover{
    color: #c1110b;
}
.help-tool-label{
    line-height: 14px;
}
.help-tool-warp{
    overflow: hidden;
    margin-top: 40px;;
}
.help-problem{
    border: 1px solid #e5e5e5;
    width: 258px;
    height: 178px;
    padding: 0px 20px;
    overflow: hidden;
    float: left;
    margin: 0px 10px;
    background: #ffffff;
}
.help-problem:hover{
    box-shadow: 0px 0px 3px 0px rgba(8,1,3,.3);
}
h1.help-problem-title{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 16px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 20px;
}
.help-problem-list li{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.help-problem-list li a{
    font-size: 12px;
    color: #818181;
}
.help-problem-list li:hover a{
    color: #c1110b;
}
.help-problem-list li:hover {
    color: #c1110b;
}
.help-problem-warp{
    padding: 0px 20px;
    margin-top: 60px;
}
.page-help-more{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 25px;
}
.page-help-more a{
    color: #818181;
}

.page-help-more a span{
    color: #c26d2d;
}
.home-page-title .page-activity-title{
    color: #ffffff;
}
.page-activity-tips{
    color: #ffffff;
}
.page-activity-container{
    padding: 0px 32px;
    height: 464px;
    overflow: hidden;
}
.page-activity-box{
    margin: 2px;
    width: 230px;
    float: left;
    background: #ffffff;
    position: relative;
    height: 230px;
    overflow: hidden;
    cursor: pointer;
}
.page-activity-first{
    height: 464px;
}
h1.page-activity-num{
    font-weight: normal;
    font-size: 24px;
    color: #cccccc;
    line-height: 24px;
    padding-left: 15px;
    padding-top: 20px;
}
.page-activity-icon{
    height: 110px;
    text-align: center;
    line-height: 100px;
}
.first-activity-icon{
    margin-top: 120px;
}
p.page-activity-text{
    font-size: 24px;
    color: #3b3b3b;
    line-height: 24px;
    text-align: center;
}
.page-activity-link{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #6dc0b8;
    transition: top 0.3s;
    -moz-transition: top 0.3s;	/* Firefox 4 */
    -webkit-transition: top 0.3s;	/* Safari 和 Chrome */
    -o-transition: top 0.3s;	/* Opera */
}
.page-activity-num span{
    color: #ffffff;
    font-size: 24px;
    float: right;
    margin-right: 17px;
    margin-top: 3px;
}
.page-activity-link ul{
    margin-top: 24px;
}
.page-activity-link ul li{
    color: #ffffff;
    line-height: 20px;
    padding-left: 12px;
    margin-left: 15px;
    max-height: 40px;
    overflow: hidden;
    background: url(activity-link-li-icon_16.png) no-repeat left 7px;
    margin-bottom: 13px;
    padding-right: 18px;
}
.page-activity-link ul li a{
    font-size: 13px;
    color: #ffffff;
    display: block;
    line-height: 20px;
}
.page-activity-link ul li:hover a{
    color: #444;
}
.page-activity-box:hover .page-activity-link{
    top: 0px;
}
.read-activity{
    background: url(activity-bg_03.jpg) no-repeat;
}
.lecture-activity{
    background: url(activity-bg_05.jpg) no-repeat;
}
.children-activity{
    background: url(activity-bg_07.jpg) no-repeat;
}
.promote-activity{
    background: url(activity-bg_09.jpg) no-repeat;
}
.reports-activity{
    background: url(activity-bg_14.jpg) no-repeat;
}
.collect-activity{
    background: url(activity-bg_15.jpg) no-repeat;
}
.online-activity{
    background: url(activity-bg_16.jpg) no-repeat;
}
.page-activity-container{
    margin-top: 20px;
}
.page-server-tips{
    color: #000;
}
.page-server-nav{
    width: 834px;
    height: 158px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin-left: auto ;
    margin-right: auto;
    margin-top: 25px;
}
.page-server-nav .server-nav-label{
    display: block;
    float: left;
    width: 138px;
    height: 78px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
}
.page-server-nav .server-cur{
    border: 1px solid #cc1b1b;
    margin-top: -1px;
    margin-left: -1px;
}
.server-nav-label p{
    font-size: 14px;
    padding-left: 52px;
    color: #515151;
    line-height: 14px;
    margin-top: 23px;
    margin-bottom: 7px;
}
.server-nav-label h1{
    font-size: 12px;
    font-weight: normal;
    color: #8f8f8f;
    padding-left: 50px;
    line-height: 12px;
}
.page-server-nav .server-cur p,.page-server-nav .server-cur h1{
    color: #ffffff;
}
.openingTime{
    background: url(page-server-icon.png) no-repeat 16px 22px;
}
.trafficMap{
    background: url(page-server-icon.png) no-repeat -122px 23px;
}
.distribution{
    background: url(page-server-icon.png) no-repeat -263px 28px;
}
.permitGuide{
    background: url(page-server-icon.png) no-repeat -402px 28px;
}
.borrowGuide{
    background: url(page-server-icon.png) no-repeat -544px 28px;
}
.eachOther{
    background: url(page-server-icon.png) no-repeat -685px 28px;
}
.serviceGuide{
    background: url(page-server-icon.png) no-repeat 16px -57px;
}
.wifiService{
    background: url(page-server-icon.png) no-repeat -124px -55px;
}
.obstacleRead{
    background: url(page-server-icon.png) no-repeat -263px -54px;
}
.germanCentre{
    background: url(page-server-icon.png) no-repeat -402px -54px;
}
.branchLibrary{
    background: url(page-server-icon.png) no-repeat -544px -54px;
}
.flowService{
    background: url(page-server-icon.png) no-repeat -685px -52px;
}

/*hover*/
.openingTime.server-cur{
    background: url(page-server-hover-icon.png) no-repeat 16px 22px  #cc1b1b;
}
.trafficMap.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -122px 23px  #cc1b1b;
}
.distribution.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -263px 28px  #cc1b1b;
}
.permitGuide.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -402px 28px  #cc1b1b;
}
.borrowGuide.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -544px 28px  #cc1b1b;
}
.eachOther.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -685px 28px  #cc1b1b;
}
.serviceGuide.server-cur{
    background: url(page-server-hover-icon.png) no-repeat 16px -57px  #cc1b1b;
}
.wifiService.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -124px -55px  #cc1b1b;
}
.obstacleRead.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -263px -54px  #cc1b1b;
}
.germanCentre.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -402px -54px  #cc1b1b;
}
.branchLibrary.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -544px -54px  #cc1b1b;
}
.flowService.server-cur{
    background: url(page-server-hover-icon.png) no-repeat -685px -52px   #cc1b1b;
}

.server-content-title h1{
    font-family: arial;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #c9c9c9;
    font-weight: normal;
    text-transform: Uppercase;
}
.server-content-title p{
    font-size: 24px;
    text-align: center;
    color: #3b3b3b;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 600;
}
.page-server-list{
    padding: 0px 60px;
    margin-top: 27px;
    max-height: 108px;
    overflow: hidden;
}
.page-server-list ul li{
    text-align: center;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 36px;
}
.page-server-more{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #b61111;
    border-radius: 4px;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
.page-server-container{
    margin-top: 25px;
    height: 260px;
    overflow: hidden;
}
.page-about-container{
    padding: 0px 15px;
    margin-top: 20px;
}
.page-about-introduce{
    background: #ffffff;
    height: 460px;
    width: 590px;
    padding: 0px 35px;
    position: relative;
    float: left;
}
.about-introduce-title{
    padding-top: 38px;
}
.about-introduce-title p{
    font-size: 24px;
    color: #221815;
    line-height: 24px;
    font-weight: bold;
    height: 24px;
}
.about-introduce-title p span,.about-introduce-title p b{
    display: block;
    float: left;
}
.about-introduce-title p span{
    text-transform: uppercase;
    font-size: 27px;
    color: #c1c1c1;
    font-family: SimSun, '宋体';
    font-weight: normal;
    margin-left: 12px;
    margin-top: 3px;
}
.about-introduce-text{
    margin-top: 15px;
    max-height: 288px;
    overflow: hidden;
}
.about-introduce-text p{
    line-height: 36px;
    font-size: 14px;
    color: #3b3b3b;
    text-indent: 2em;
}
.about-introduce-more{
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    color: #ffffff;
    background: #5ebce9;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 32px;
}
.page-about-img{
    width: 300px;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}
.page-about-news{
    width: 300px;
    height: 250px;
    float: left;
}
.about-img-container{
    height: 200px;
    overflow: hidden;
}
.about-img-container a{
    position: absolute;
    top: 0px;
    left: 0px;
}
.about-img-container a ,.about-img-container img{
    display: block;
}
.about-img-btn a{
    display: block;
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0.4);
    float: left;
    margin: 0px 3px;

}
.about-img-btn{
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.about-img-btn a.about-cur{
    background: #ffffff;
}
.about-news-title{
    font-size: 20px;
    color: #221815;
    line-height: 20px;
    padding-top: 22px;
    margin-left: 17px;
    margin-bottom: 11px;
}
.page-about-news{
    background: #ffffff;
    overflow: hidden;
    margin-left: 10px;
}
.page-about-news ul li{
    margin: 0px 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    padding-left: 11px;
    background: url(about-news-li-icon_18.png) no-repeat left center;
}
.page-about-news ul li a{
    font-size: 14px;
    color: #3b3b3b;

}
.page-about-news ul li a:hover{
    color: #b61111;
}
/* 修改 8.30*/
.page-literature-label{
    overflow: hidden;
    padding: 0px 75px;
}
/*修改 end 8.30*/
.page-literature-label a{
    display: block;
    height: 36px;
    width: 120px;
    float: left;
    font-size: 18px;
    color: #221815;
    margin: 0px 10px;
    line-height: 36px;
    text-align: center;
}
.page-literature-label a.label-cur{
    background: url(literature-label-bg_03.png) no-repeat;
    color: #ffffff;
}
.literature-container,.literature-warp{
    height: 247px;
}
.literature-warp{
    display: none;
}
.literature-warp-show{
    display: block;
}
.literature-book-container{
    height: 247px;
    position: relative;
    overflow: hidden;
    margin: 0px 10px;
}
.literature-book{
	overflow: hidden;
    background: url(literature-book-bg_03.png) no-repeat left 0px;
    width: 260px;
    position: absolute;
    top: 0px;
}
.literature-container{
    position: relative;
}
/*修改 8.30*/
.literature-btn{
    width: 41px;
    height: 41px;
    position: absolute;
    top: 245px;
    cursor: pointer;
}
.literature-left-btn{
    background: url(literature-btn-left_03.png) no-repeat;
    left: 230px;
}
.literature-right-btn{
    background: url(literature-btn-right_05.png) no-repeat;
    right: 230px;
}
/*修改 end 8.30*/
.literature-book-img{
    height: 200px;
    width: 230px;
    text-align: center;
    line-height: 190px;
}
.literature-book-txt{
    width: 230px;
    overflow: hidden;
    text-align: center;
    height: 48px;
    line-height: 48px;
}
.literature-book-txt a{
    font-size: 14px;
    color: #3b3b3b;
}
.literature-book-txt a:hover{
    color: #b61111;
}
.page-literature-show{
    margin-top: 50px;
}
.page-literature-container{
    margin-top: 60px;
}
.page-literature-more{
    width: 120px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #a6a6a6;
    margin: 50px auto 0px auto;
    display: block;
    border-radius: 4px;
}
.page-link-box{
    width: 300px;
    height: 400px;
    float: left;
}
.page-link-title{
    margin-left: 55px;
    padding-left: 65px;
    background: url(page-link-title-bg.png) no-repeat;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
    color: #c70d0d;
    font-weight: bold;
    overflow: hidden;
    margin-top: 45px;
}
.link-title-one{
    background-position: 0px center;
}
.link-title-two{
    background-position: -320px center;
}
.link-title-three{
    background-position: -630px center;

}
.page-link-site{
    padding: 0px 20px 0px 55px;
    margin-top: 18px;
    height: 270px;
    overflow: hidden;
}
.page-link-site ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-link-site ul li a{
    font-size: 14px;
    font-family: SimSun, '宋体';
    color: #3b3b3b;
}
.page-link-site ul li a:hover{
    color: #b61111;
}
.page-link-more{
    height: 12px;
    float: right;
    color: #7e7e7e;
    font-size: 12px;
    font-family: "Arial";
    padding-right: 16px;
    background: url(page-link-more-icon_11.png) no-repeat right center;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top:10px;
}
.page-link-container{
    margin: 25px 20px 0px ;
    overflow: hidden;
}
.page-link-box{
    margin: 0px 10px;
}
.home-footer{
    height: 100px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.home-footer-container{
    height: 100px;
    
}
.home-footer-container p.home-footer-txt b{
    opacity: .4;
    font-weight: normal;
}
.home-footer-container p.home-footer-txt{
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}
.home-footer-container p.home-footer-txt img{
    opacity: 1;
    margin-top: -4px;
    margin-left: 13px;
}
.home-footer-container p.home-footer-link a,.home-footer-container p.home-footer-link span{
    font-size: 16px;
    color: #ffffff;
    opacity: .7;
}
.home-footer-container p.home-footer-link{
    line-height: 16px;
    padding-top: 16px;
    margin-bottom: 7px;
}
.home-footer-container p.home-footer-link span{
    margin: 0px 16px;
}
.home-footer-container p{
    text-align: center;
}
.home-cursor-icon{
    position: absolute;
    bottom: 10px;
    height: 28px;
    width: 28px;
    left: 50%;
    margin-left: -17px;
}
.home-body{
    /*overflow: hidden;*/
}
.home-header-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .15;
    zoom: 1;
    filter:alpha(opacity=15);
    z-index: -1;
}
.float-code-title{
    font-size: 16px;
    color: #CC221E;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 12px;
    margin-top: 6px;
}
.home-search-label{
    position: relative;
}
.home-search-label-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #ffffff;
}
.home-search-label-line{
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
}
/*修改业务链接背景*/
.page-link-box-bg{
    height: 400px;
    background: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-bottom: -400px;
}
/*修改业务链接*/
/*首页修改新增*/
.book-rank-name{
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: 25px;
}
.book-rank-list{
    margin: 0px 40px;
    overflow: hidden;
}
.book-rank-list ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.book-rank-list ul li a{
    font-size: 13px;
    color: #898989;
}
.book-rank-list ul li a:hover{
    color: #333333;
}
.book-rank-list ul{
    margin-top: 20px;
    height: 120px;
    overflow: hidden;
}
.donate-book-title h1{
    font-size: 30px;
    color: #c9c9c9;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.donate-book-title h2{
    font-size: 24px;
    height: 24px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 10px;
}

.donate-book-content{
    margin-top: 27px;
}
.donate-book-content p{
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
    line-height: 36px;
}
.donate-book-content p span{
    font-weight: bold;
}
.donate-book{
    padding: 0px 70px;
    width: 840px;
    position: absolute;
    top: 0px;
}
.donate-book-margin{
    margin-top: 10px;
}
.home-footer{
    background: none;
}
.home-footer-bg{
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    opacity: 0.4;
    filter:alpha(opacity=40);
    zoom: 1;
}
.home-footer-container{
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0px;
    z-index: 3;
}
/*首页修改 8.17*/
.home-container{
    min-width: 1000px;
}
.home-search-form-l{
    background: url(serarch-bg-ll.jpg) no-repeat left center;
}
.home-search-form-l input[type=text]{
    padding-left: 10px;
}
/*首页新增*/
.home-tool-box.noClick{
    background: url(top-bg1-no.png) no-repeat !important;
    opacity: .8;
    cursor:not-allowed ;
    zoom: 1;
    filter:alpha(opacity=80);
}
.home-tool-box.noClick a{
    cursor:not-allowed;
}
input.submit{cursor: pointer;float:right;width: 66px;height: 46px;;background: url(search-btn-bg_03.png) no-repeat center 50%}
/*新增*/
.float-right-box ul li:hover{
    background-repeat: no-repeat;
    width:58px;
}
/*首页新增2017-03-07*/
.home-activity{
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
	display:none;
}
.home-activity-bg{
    background: #000;
    opacity: .5;
    filter:alpha(opacity=50);
    height: 100%;
}
.home-activity-content{
    width: 940px;
    height: 450px;
    padding: 25px 30px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -500px;
    background: #ffffff;
}
.home-activity-close{
    background: url(home-activity-close.jpg) no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 5px;
    right: 5px;
}</pre></body></html>