@charset "utf-8";

/* 左边栏 */
.leftbar{
    margin-top:-30px;
}

.leftbar li{
    width:250px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    border-bottom:2px solid #dadada;
    background:#f1f1f1;
}
.leftbar li a{
    display:inline-block;
    color:#000;
    width: 100%;
    height:100%;
}
.leftbar li:first-child a,.leftbar li a:hover{
    color:#fff; 
    background:#0077ed;
}
.leftbar .leftbar_title{
    box-sizing:border-box;
    height:80px;
    line-height:1.5em;
    background:#0077ed;
}
.leftbar_title p:first-child{
    font-size:18px;
    margin-top:20px;
    color:#fff;
}
.leftbar_title p:last-child{
    font-size:12px;
    color:#a3c3f6;
}
.leftbar li:last-child{
    width: 250px;
    height:180px;
    position:relative;
}
.leftbar li:last-child p{
    background:#f00;
    position:absolute;
    width: 250px;
    height:60px;
    font-size:16px;
    line-height: 60px;
    text-align:center;
    color:#fff;
    bottom:0;
}
/* 主体内容 */
.main{
    width:900px;
}
.topnav{
    height:40px;
    line-height:40px;
    font-size:12px;
    margin-top:10px;
    border:1px solid #e1e1e1;
    padding-left:10px;
}
.topnav p{
    color: #8b8b8b;
}
/* 产品列表 */
.main ul{
    margin-top: 10px;
}
.products img{
    width:200px;
    height:200px;
}
.products{
    float:left;
    margin-right: 20px;
}
.lastest_product .products:last-child{
    margin-right:0;
}
.products h4{
    font: bold 14px/40px 微软雅黑;
    color: #000;
}
.products p{
    font: normal 12px 微软雅黑;
    color:#ada9a7;
}
.products a:hover h4{
    color:#f00;
    text-decoration: underline;
}
/* 页码 */
.page{
    font-size:12px;
    color:#7d7d7d;
    text-align: center;
    margin-top:30px;
}
.page a{
    display:inline-block;
    border:1px solid #cbc8cc;
    color: #7d7d7d;
    padding:2px 4px;
    font-weight: bold;
}
.page a:hover,.page .chose{
    border:0;
    color:#f00;
    font-weight: bold;
}