.toolBar {
     margin-top: 30px;
     width: 97%;
     height: 35px;
 }
.toolBar nav {
    margin: 0 auto;
    width: 420px;
}
.popup_div{
    display: block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden_div{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*弹出窗口后，背部不可点击操作*/
#background_div{
    background-color:rgba(220,220,220,0.5);
    position: absolute;
}
.toolBar nav li {
    /* width: 42px; */
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #f1f5f9;
    text-align: center;
    float: left;
}
/*xgq开始：*/
.x-li-left-right {
    width: 42px;
}
.x-li div {
    float: left;
}
.x-li div li {
    width: 42px;
}
/*xgq结束。*/
.toolBar nav li a {
    color: #717171;
}
.toolBar .active {
    background-color: #008ac3 !important;
}
.toolBar .active nav li a  {
    color: #ffffff !important;
}
.download-no-lists{
    text-align:center;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    height: 100px;
    display:none;
    margin-top: 50px;
}
.no-lists-model{
    color:#26ABE5;
}
.search-nav li a{
    width: 265px;
}
.search-nav li a.active{
    height: 88px;
    color: #27abe3;
    background: url(../images/right-arrow.png) no-repeat 94% 32px,
    url(../images/triangle-bg.png) no-repeat center/265px 84px;
}
.left-type p{
    width:650px;
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cateList {
    display: inline-block;
    margin-top: 30px;
    width: 1200px;
}
.cateList li{
    width: 176px;
    float: left;
    height: 170px;
    border: 1px solid #D8DDE1;
    margin-right: 28.5px;
}
.cateList li:hover {
    background: #F1F5F9;
    border: 1px solid #0090DF;
}
.cateList li:hover .pro-a{
    color: #0090DF;
}
.cateList li:nth-child(6n){
    margin-right: 0;
}
#modelList {
    display: inline-grid;
}
#modelList h2{
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.glass{
    background: url(../images/search.png) 0 center no-repeat;
}
#modelList h3{
    height: 41px;
    padding-left: 41px;
    background: #008ac3;
    cursor: pointer;
}
.huise{
    /*background: #999!important;*/
}
#modelList h3 strong{
    font-size: 20px;
    font-family: SL-Simplified;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.content-tit{
    font-size: 28px!important;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    padding-left: 36px!important;
    text-align: left!important;
    margin-top: 30px;
}
.pro-img{
    margin-bottom: 0;
}
.pro-img img{
    vertical-align: unset;
    height: 97px;
    margin-top: 20px;
}
.pro-a{
    font-size: 16px;
}

.otherList{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}
.otherList li{
    padding-left: 37px;
    height: 58px;
    border: 1px solid #D8DDE1;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    padding-top: 13px;
    color: #536471;
    cursor: pointer;
}
.otherList li:hover{
    border: 1px solid #0090DF;
    background: #F1F5F9;
    color: #0090DF;
}
#subList .box,#seriesList .box,#proList .box{
    max-height: 290px;
    overflow: auto;
}
#subList,#seriesList,#proList{
    margin-top: 41px;
}
.check{
    border: 1px solid #0090DF!important;
    background: #F1F5F9!important;
    color: #0090DF!important;
}
.detail-wrap{
    overflow: unset!important;
}
.downIcon{
    float: right;
    margin-right: 20px;
    font-size: 20px;
    margin-top: 5px;
}
.noDi{
    padding-left: 12%;
}