div.header div.nav li:nth-child(3){
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
div.header  div.nav li:nth-child(3) p:last-child{
    display: block;
}
div.header div.nav li:nth-child(3) p:first-child a{
    color:#197ed6;
}
div.bgPic{
    width:100%;
    height:300px;
    margin: 0 auto;
    /*background: url('../images/productsBg.jpg') center no-repeat;*/
}
div.products{
    width:1200px;
    position: relative;
    margin:auto;
}

 div.products-top{
    width:100%;
     height:30px;
    margin-bottom: 45px;
}
 div.products-top li{
    list-style: none;
     float: left;
     margin-left: 25px;
}
div.products-top li a{
    font-size: 14px;
    text-decoration: none;
    color:#333333;
}
div.products-top li a{
    padding:5px 10px;
}
div.products-top a:hover{
    border-bottom:3px solid #197ed6;
    color:#197ed6;
}
div.products-top a.show{
    border-bottom:3px solid #197ed6;
    color:#197ed6;
}
div.products-middle{
    width:1210px;
    position: relative;
}
div.products-middle ul li{
    height:280px;
    width:290px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 20px #f3f3f3;
    box-sizing: border-box;
    position: relative;
    /*text-align: center;*/
}
div.products-middle ul li a.imgBox{
    display: block;
    height:230px;
}
div.products-middle ul li a.imgBox img{
    width:286px;
}
div.products-middle ul li a:last-child{
    display: block;
    width:290px;
    height:50px;
    text-decoration: none;
    line-height: 50px;
    color:#333333;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    position: relative;
}
div.products-middle ul li a span:first-child{
    display: inline-block;
    width:120px;
    color:#333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
div.products-middle ul li a span:last-child{
    display: inline-block;
    float:right;
    width:20px;
    height: 20px;
    line-height: 23px;
    border-radius: 50%;
    background:white;
    border: 3px solid #197ed6 ;
    color:white;
    position: absolute;
    right:10px;
    top:10px;
}
div.products-middle ul li a span:last-child img{
    width:23px;
    height: 23px;
    border-radius: 50%;
    margin: -2px;
}
div.products-middle ul li:hover a:last-child{
    background:#197ed6;
}
div.products-middle ul li:hover a:last-child span{
    color:white;
}
div.products-bottom{
    text-align: center;
    margin:80px 0 90px 0;
}
div.products-bottom a{
    display: inline-block;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color:#6b6b6b;
}
div.products-bottom a:hover{
    color:white;
    background:#0e70f1;
}
div.products-bottom span{
    display: inline-block;
    width:40px;
    height:40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    padding:0 10px;
}
div.products-bottom a.show{
    color:white;
    background:#0e70f1;
}
div.products-bottom span{
    background: white;
}
div.products-bottom span:first-child img{
    transform: rotate(180deg);
}
