﻿.wrap{
    width: 1200px;
    margin: 0 auto;
}
.flLeft{ float: left;}
.flRight{ float: right;}
.disInBlock{ display: inline-block;}

.headerArea{
    width: 100%;
    height: 100px;
    background:#a32424 ;
}

.headerIn{
    overflow: hidden;
}

.logoArea{
    display: block;
    margin: 21px 0;
}
.navArea{ margin-right: 30px;}

.navLi a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin:38px 20px;
}

.searchArea{
    width: 100%;
    height: 254px;
    background: url(../images/header-bg.png) center center;
}

.searchIn{
    width: 600px;
    margin: 0 auto;
    padding-top: 74px;
    position: relative;
}

.highSearch{
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 80px;
}

.sTabHdUl{margin-left: 20px;}

.sTabHdLink{
    display: block;
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    background: #c9c0c0;
    -webkit-border-radius:  4px 4px 0 0;
    -moz-border-radius:  4px 4px 0 0;
    border-radius:  4px 4px 0 0;
    margin-right: 2px;
}

.curHdLi .sTabHdLink{
    background: #fff;
}
.sIcon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    background-repeat: no-repeat;
}

.sIcon01{
    background-image: url(../images/top-icon-01.png);
}
.sIcon02{
    background-image: url(../images/top-icon-02.png);
}
.sIcon03{
    background-image: url(../images/top-icon-03.png);
}

.sTabBd{
    width: 100%;
    height: 64px;
    background: #fff;
    /*border: 1px solid #cacaca\0;*/
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.49);
    -moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.49);
    box-shadow:  0 1px 4px rgba(0, 0, 0, 0.49);
    padding: 14px 20px;
}

.sTabBdIn{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
}
.sSelArea,.sInpArea{vertical-align: middle;}
.sSelArea{
    width: 100px;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.sSelArea01{width: 100px;}
.sSelArea02{ width: 110px;}

.searchSel{
    font-size: 14px;
    color: #333333;
    border-color: #fff;
    background: #fff;
    width: 110%;
    height: 35px;
    padding: 6px 0;
    outline: none;
}

.sSelDown{
    width: 30px;
    height: 35px;
    background: url(../images/s-down.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.sInpArea{
    width: 60%;
    position: relative;
}

.sInp{
    font-size: 14px;
    color: #333;
    width: 88%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    outline: none;
}

.searchBtn{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/ser-icon.png) no-repeat;
    margin-top: -17px;
}

.mLeftCon{
    width: 908px;
    margin-right: 12px;
}

.modelArea{
    margin-top: 20px;
}
/* 本例子css */
.slideBox{ width:480px; height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:28px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{
    float:left;
    margin-right:8px;
    font-size: 16px;
    color: #97425b;
    width:28px;
    height:28px;
    line-height:28px;
    text-align:center;
    background:#fff;
    cursor:pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px ;
}
.slideBox .hd ul li.on{ background:#97425b; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{display: block;position: relative;}
.slideBox .bd img{ width:480px; height:300px; display:block; object-fit: cover; }

.actTitArea{
    color: #Fff;
    width:100% ;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
    overflow: hidden;
}

.actTitIn{
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    width: 310px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newNotice{
    width: 426px;
    height: 300px;
    background: #fff;
    padding: 0 15px;
    overflow: hidden;
}

.notTopArea{
    height: 53px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.newNotTit{
    font-size: 20px;
    color: #a32424;
    border-bottom: 2px solid #A32424;
    display: inline-block;
    height: 53px;
    line-height: 53px;
}

.notIcon{
    width: 17px;
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.notIcon01{
    background-image: url(../images/tit-icon-01.png);
    margin-right: 3px;
}
.notIcon02{
    background-image: url(../images/tit-icon-02.png);
    margin-left: 3px;
}

.notMore{
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-13px;
}

.notMore:hover{
    text-decoration: underline;
}

.notMoreIon{
    width: 18px;
    height: 18px;
    background: url(../images/more-icon.png) no-repeat;
    vertical-align: middle;
    margin: -2px 0 0 8px;
}

.noticeArea{
    margin-top: 10px;
}

.noticeLi{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #d8d8d8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeLi a{
    font-size: 15px;
    color: #333333;
}

.loginArea{
    width: 280px;
    height: 300px;
    background: url(../images/login-bg.png) no-repeat;
}

.loginTop{
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size:20px;
    color: #fff;
    background: #a32424;
}

.perIcon{
    width: 24px;
    height: 24px;
    background: url(../images/login-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}

.loginForm{
    width: 240px;
    margin: 24px auto;
}

.loginGrp{
    font-size: 15px;
    color: #333;
    margin-bottom: 16px;
}

.loginGrp input{
    font-size: 15px;
    color: #333;
    width: 190px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ba8888;
    padding: 0 10px;
}

.loginBtnArea{margin-top: 27px;}

.loginBtnArea button{
    font-size: 16px;
    width: 112px;
    height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border:none;
}

.loginBtn01{
    color: #fff;
    background: #a32424;
}
.loginBtn02{
    color: #a32424;
    background: #fff;
}

.ohterLink{
    text-align: center;
    font-size: 16px;
    color: #3366cc;
    text-align: center;
    display: block;
}

.libDynArea{
    width: 460px;
}

.libDynTop{
    border-top: 1px solid #d8d8d8;
    height: 46px;
    position: relative;
}

.libDynTit{
    font-size: 18px;
    color: #a32424;
    height: 45px;
    line-height: 45px;
    border-top: 2px solid #a32424;
    display: inline-block;
}

.libDynCon{
    width: 100%;
    height: 310px;
    background: #fff;
    padding: 10px;
}

.dynImg{
    width: 110px;
    height: 110px;
    margin-right: 4px;
}
.dynImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynDet{
    width: 326px;
    height: 110px;
    background: #f1f4f7;
    padding: 8px;
}
.dynDetTit{
    font-size: 16px;
    color: #a32424;
    width: 100%;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.dynDetIn{
    font-size: 14px;
    color: #555;
    width: 100%;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.dynUl{
    margin-top: 10px;
}

.dynLink{
    font-size: 15px;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.dynLinkTit{
    color: #333;
    float: left;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynLinkTm{
    color: #ff6000;
    float: right;
}

.libNotArea{
    width: 429px;
}

.libNotArea .dynImg{
    width: 142px;
    height: 90px;
}

.libNotArea .dynDet{
    width: 263px;
    height: 90px;
}

.libNotArea .dynDetIn{
    height: 44px;
    -webkit-line-clamp: 2;
}

.libNotArea .libDynLine{
    margin-bottom: 10px;
}

.otherLink{
    width: 280px;
    height: 110px;
    display: block;
    margin-bottom: 12px;
}

.menuArea{
    width: 100%;
    height: 208px;
    background: #fff;
}

.thrCon{
    height: 355px;
    overflow: hidden;
}

.menuAreaIn{
    padding: 42px 0;
}

.menuModel{
    width: 16.666%;
    border-left: 1px solid #e0e0e0;
}

.mBorder{
    border-right: 1px solid #e0e0e0;
}

.menuModel a,.otServer a{
    display: block;
    height: 128px;
    text-align: center;
    font-size: 16px;
}

.fiveCon{
    height: 264px;
    overflow: hidden;
}

.newBookRec{
    width: 794px;
    height: 264px;
    background: #fff;
    border-top: 2px solid #a32424;
    border-left:1px solid #d3caca;
    border-right:1px solid #d3caca;
    border-bottom:1px solid #d3caca;
}

.newRecTop{
    height: 53px;
    line-height: 53px;
    background: #f9eded;
    border: 1px solid #fff;
    padding: 0 10px;
    position: relative;
}

.newRecTopTit{
    font-size: 18px;
    color: #a32424;
}

.newRecTop .notMore{
    right: 50px;
}

.newRecCon{
    padding:24px 15px 0;
}

.newRecLi{
    width: 122px;
    margin: 0 15px;
}

.newRecLi a{
    font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newRecImg{
    width: 122px;
    height: 122px;
    border: 1px solid #e8e8e8;
    padding: 2px;
    margin-bottom: 10px;
}
.newRecImgIn{
    width: 116px;
    height: 116px;
    position: relative;
    background: #fff;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}
.newRecImg img{
    height: 100%;
    /*width: 100%;
  position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;*/
    vertical-align:middle;
    display: inline-block;
    object-fit: contain;
}

.otServer{
    width: 394px;
}

.otServer a{
    margin-bottom: 8px;
}

.footerArea{
    width: 100%;
    height: 237px;
    background: #555555;
    border-top: 3px solid #a32424;
}



.footGrpTit{
    font-size: 16px;
    color: #fff;
    width:70px;
    padding-bottom: 8px;
    border-bottom:2px solid #282828 ;
    margin-bottom: 10px;
}

.footOpen{
    width: 225px;
    margin-right: 18px;
}

.footerIn{
    padding-top: 26px;
    color: #fff;
    font-size: 14px;
}

.footerIn li a{
    color: #fff;
}

.footerIn li{
    margin-bottom: 4px;
}

.eqImg{
    width: 118px;
    height: 118px;
}

.eqImg img{
    width: 100%;
    height: 100%;
}

.footEq{
    width: 162px;
}
.category_menu{
    border: 1px #eee solid;
    border-top: 3px #a32424 solid;

}
.cate_main{
    width: 1000px;
    margin: auto;
}
.category_menu li{
    line-height: 40px;
    border-bottom: 1px #eee solid;
    text-indent: 35px;
    background: url(../images/category_menu.png) no-repeat 20px center;
    font-size: 14px;
}
.navigation{
    padding-left: 171px;
}
.category_menu a,.category_menu a:hover{
// color: white;
}
.category_menu h3{
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px #eee solid;
    font-weight: bold;
}
.info_content li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed gray;
}
.info_content{
    padding: 10px;
    min-height: 500px;
    border: 1px solid #80808024;
    border-top: 3px solid #a32424;
}
.info_content .tool{
    margin: 10px 0;
}