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.container div.header img{
    margin-top: 0px;
}
div.bgPic{
    width:100%;
    height:300px;
    margin: 0 auto;
    /*background: url('../images/productsBg.jpg') center no-repeat;*/
}
div.products-more{
    width:1200px;
    position: relative;
    margin:0 auto;
}
div.products-top{
    width:100%;
    height:30px;
}
div.products-top li{
    list-style: none;
    float: left;
    margin-left: 20px;
}
div.products-top li a{
    font-size: 14px;
    text-decoration: none;
    color:#333333;
}
div.products-top li a:first-child{
    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-more div.products-middle{
    width:1150px;
    height:310px;
    position: relative;
    margin-top: 50px;
}
div.products-more div.products-middle div.middleLeft{
    width:510px;
    height:310px;
    float:left;
}
div.products-more div.products-middle div.middleLeft div.bigPic{
    width:360px;
    height:300px;
    border:1px solid #ccc;
    text-align: center;
}
 img{
     /*margin-top:10px;*/
 }
div.products-more div.products-middle div.middleLeft div{
    display: inline-block;
}
div.products-more div.products-middle div.middleLeft div.smallPic{
    width:130px;
    height:310px;
  float: right;
    margin-top: 30px;
    margin-left: 10px;
}
div.products-more div.products-middle div.middleLeft div.smallPic li{
    list-style: none;
    text-align: center;
    cursor: pointer;
    margin:10px 0;
    width:80px;
    height:60px;
    position: relative;
    border:3px solid transparent;
}
div.products-more div.products-middle div.middleLeft div.smallPic li:hover{
    border:3px solid #3d85c6;
}
div.products-more div.products-middle div.middleLeft div.smallPic li:hover span{
    display: block;
}
div.products-more div.products-middle div.middleLeft div.smallPic li img{
    display: block;
    /*position: absolute;*/
    /*height:60px;*/

}
div.products-more div.products-middle div.middleLeft div.smallPic li img:first-child{
    width: 100%;
    height: 100%;
}
 div.products-more div.products-middle div.middleLeft div.smallPic li img.smallimg{
     width:80px;
     height:60px;
    left:0;
     top:-10px;
 }
div.products-more div.products-middle div.middleLeft div.smallPic li span{
    display: none;
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    position: absolute;
    left: -11px;
    top:30px;
    background-image: url("../images/3jiao.png");
}
div.products-more div.products-middle div.middleLeft div.smallPic li.show{
    display: block;
    border:3px solid #3d85c6;
}
div.products-more div.products-middle div.middleLeft div.smallPic li.show span{
    display: block;
}
div.products-more div.products-middle div.middleRight{
    width:620px;
    max-height:260px;
    overflow: hidden;
    line-height: 30px;
   float:right;
    color:#888;
    font-size: 14px;
}
div.products-more div.products-middle div.middleRight h3{
    color:#197ed6;
    font-size: 20px;
    margin-bottom:18px ;
}
div.products-more div.products-bottom{
    width:1200px;
    margin: 30px auto;
    position: relative;
}
div.products-more div.products-bottom p.canshu{
    width:1200px;
}
div.products-more div.products-bottom p.canshu span:first-child{
    font-size:18px;
    margin-right: 10px;
    color:#333333;
}
div.products-more div.products-bottom p.canshu span:last-child{
    font-size:14px;
    color:#999999;

}
div.products-more div.products-bottom p.canshuLine{
    margin-left: -5px;
    margin-top: -5px;
    position:relative;
}
div.products-more div.products-bottom p.canshuLine span{
    display: inline-block;
    width:1150px;
    height:5px;
}
div.products-more div.products-bottom p.canshuLine span:first-child{
    height:3px;
    width:90px;
    background:#197ed6;
}
div.products-more div.products-bottom p.canshuLine span:last-child{
    height:1px;
    width:1090px;
    position: absolute;
    bottom:4px;
    background:#999;
}
div.productsBox{
    width:950px;
    position: relative;
    margin-top: 45px;
    margin-left: 100px;
    box-sizing: border-box;
    font-size: 14px;
    color:#333333;
}
div.productsBox h3{
    font-size: 16px;
    border-top: 1px solid #ccc;
}
div.productsBox dt,div.productsBox dd{
    width:50%;
    float:left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
div.productsBox dt{
    border-left: 1px solid #ccc;
}
div.productsBox  dd{
    border-left:1px solid #ccc ;
    border-right: 1px solid #ccc;
}
div.products-footer{
   height:140px;
}
div.products-footer a{
    display: block;
    float: right;
    margin-right: 55px;
    width: 140px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 30px;
    margin-left: -30px;
    color:#197ed6;
    border:1px solid #197ed6;
}
div.products-footer a:hover{
    background:#197ed6;
    color:white;
}
div.clearBox{
    clear:both;
}