/*内容开始*/
.content{
    width: 100%;
    background:#f4f4f4;
    padding-bottom: 100px;
}
.content .Position{
    width:1200px;
    height:40px;
    margin:0 auto;
    line-height: 40px;
   font-size: 12px;
}
.content .Position a{
    color:#505050;
    margin:0 5px;
}
.content .img{
    width:1200px;
    height:75px;
    background:#fff;
    padding-top: 45px;
    margin:0 auto;
    box-shadow: 1px 0px 10px 1px #ccc;
    overflow: hidden;
    padding-bottom: 45px;
}
.content .img h2{
    float: left;
}
.content .img h2 i{
    width:159px;
    height:90px;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    margin-top:-30px;
}
.content .img h2 i img{
    width:159px;
    height:90px;
}
.content .img .right {
    margin-top: -5px;
    float: left;
    color:#505050;
    width:920px;
}
.content .img .right strong{
    display:inline-block;
    font-size: 16px;
}
.content .img .right p{
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}
.content .Brand{
    width:1200px;
    margin:0 auto;
    margin-top: 40px;
}
.content .brand{
    width:100px;
    height:30px;
    background:#3e87f0;
    color:#fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.content .all{
    overflow: hidden;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width:1190px;
}
.content .all li{
    padding-top: 22px;
    width:270px;
    height:148px;
    background:#fff;
    float: left;
    margin-right: 24px;
    margin-left: 6px;
    margin-bottom: 40px;

}
.content .all li:hover{
    box-shadow: -2px 2px 16px 2px #ccc;

}
.content .all i{
    width:100px;
    height:89px;
    display: block;
    margin:0 auto;
}
.content .all i img{
    width:100px;
    height:89px;
}
.content .all p{
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
}
.fenye{
    height:48px;
    margin-top: 15px;
    text-align: center;
   
}
 .fenye ul{
    margin:0 auto;
    overflow:hidden;
    display:inline-block;
    margin-top: 8px;
}
 .fenye ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    padding:3px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;

}
.fenye ul li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #505050;


}

.fenye ul li.xiala:hover{
    background: #fff;
}

.fenye ul li:hover{
    background: #f27b28;

}
.fenye ul li:hover a{
   color:#fff;
}
.fenye ul li.current{
    background: #f27b28;
}
.fenye ul li.current a{
   color:#fff;
}

/*内容结束*/