/********* 产品模块 **********/

.crumb {
    height: 47px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.o-block {
    width: 9px;
    height: 20px;
    background: orange;
    margin-right: 10px
}

.sort {
    width: 240px;
    margin-right: 20px;
}

.consult {
    width: 240px;
    margin-top: 20px;
    height: 140px;
    padding-left: 94px;
    padding-top: 50px;
}

.sortTitle {
    height: 75px;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #0550ab;
}

.sortListItem {
    height: 50;
    line-height: 50px;
    /*padding: 0 30px;*/
    border-bottom: 1px solid #fff;
    background: #ececeb;
    font-size: 15px;
}

.sortListItem:hover {
    background: #0550ab;
    color: white;
}
.sortListItem:hover a{
    color: #ffffff;
}
.sortListItem a{
    display: block;
    width: 100%;
    padding: 0 30px;
}

.highLight {
    background: #0550ab;
    color: white;
}
.whiteColor{
    color: white;
}

.productPageTitle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 3px solid #ececeb
}

.sortList>ul {
    color: #333;
    overflow: hidden;
    transition: all 0.2s linear;
}

.sortList>ul>li {
    padding: 0 50px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.sortList>ul>li>a:hover {
    color: #0550ab;
}

/**/

.productPageTitle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 3px solid #ececeb
}

.productItem {
    width: 896px;
    height: 240px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ececeb;
}

.productItem:hover {
    border: 1px solid #0550ab;
}

.productItem img {
    margin-right: 40px;
    width: 276px;
    height: 207px
}

.mianTit {
    padding: 10px 0 25px 0;
    color: #666;
}

.subTit {
    color: #666;
    margin-bottom: 25px;
}

.toDetail {
    float: right;
    width: 125px;
    height: 38px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-align: center;
}

.toDetail:hover {
    background: #0550ab;
    color: white;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #0550ab;
}

.nx-pagination {
    height: 50px;
    line-height: 50px
}

.page {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: rgb(206, 204, 204);
}

.active {
    background: #0550ab;
    color: white;
}