/* 内容开始 */ 
.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 .in-content{
    width:1200px;
    background:#fff;
    margin:0 auto;
    padding-bottom: 80px;
}
.content .in-content .one-content{
    height:50px;
    background:#fff;
    padding-top: 30px;
}
.content .in-content .one-content li{
    float: left;
    width:173px;
    text-align: center;
    border-right:2px solid #ccc;
   height:15px;
    line-height: 15px;
}
.content .in-content .one-content li a{
    color:#919191;
    font-size: 14px;
}
.content .in-content .one-content li a.cunt{
    color:#f27b28;
}
.content .in-content .one-content li a:hover{
    color:#f27b28;
}
.content .in-content .bannero{
    width:1200px;
    height:400px;
    display: block;

}
.content .in-content .bannero img{
        width:1200px;
    height:400px;
}
.box1{
    width: 1000px;
    height: 200px;
    overflow: hidden;
    margin:0 auto;
    margin-top:40px;
}
.list{
    width: 3250px;
    height: 200px;
    position: relative;
    top: 40px;
    left: 0;
    overflow: hidden
}
.list li{
    width: 168px;
    height: 126px;
    float: left;
    margin-right: 35px;
    position:relative;
}
.list li img{
    width:168px;
    height:126px;
}
.list li .youqing{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50000000,endcolorstr=#50000000);
     zoom: 1;
    color:#fff;
    text-align: center;
    line-height: 126px;
    font-size: 22px;
    opacity: 0;
}
.content .in-content .all{
    overflow:hidden;
    margin-top: 55px;
    margin-left: 100px;
}
.content .in-content .all ul{
    float: left;
    font-size: 14px;
}
.content .in-content .all ul li{
    line-height: 35px;
}
/* 内容结束 */ 
