/* 内容开始 */ 
.content{
    width: 100%;
    background:#f4f4f4;
    padding-bottom: 100px;
    overflow:hidden;
}
.content .Position{
    width:1200px;
    height:40px;
    margin:0 auto;
    line-height: 40px;
   font-size: 12px;
}
.content .Position a{
    color:#505050;
    margin:0 5px;
}

.content .loops{
    width:1000px;
    padding-bottom: 80px;
    margin:0 auto;
    background:#fff;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 43px;
}
.content .loops h3{
    text-align: center;
    font-size: 18px;
    color:#333;
}
.content .datas{
    margin-top: 21px;
    overflow:hidden;
}
.content .datas span{
    font-size: 12px;
    color:#919191;
    padding:0 30px;
    background:url(../images/icon/clock.png);
    background-repeat: no-repeat;
    background-position:100px 3px;
}
.content .datas .datas-left{
    float: left;
}
.content .datas p{
    font-size: 12px;
    color:#919191;
    padding:0 30px;
    padding-left: 15px;
    display: inline-block;
    background:url(../images/icon/eye.png);
    background-repeat: no-repeat;
    background-position:61px 5px;
}
.content .datas p em{
    margin-left: 25px;
}
.content .videos{
    width:580px;
    height:360px;
    margin:0 auto;
    margin-top: 20px;
}


.content .Explain{
    margin-top: 86px;
    border-bottom:1px solid #dddddd;
    line-height: 26px;
    margin-bottom: 4px;
}
.content strong{
    font-weight:bold;
}
.content .Explain h6{
    font-size: 12px;
    color:#505050;
}
.content .one-Explain p{
    /*font-size: 12px;*/
    /*color:#919191;*/
    /*line-height: 22px;*/
    /*margin-top: 15px;*/
}
.content .next{
    margin-top: 20px;
}
.content .next a{
    margin-top: 8px;
    font-size: 12px;
    color:#919191;
    display: block;
}
.content .next a:hover{
    color:#3c86e1;
}
.content .rem{
    margin-top: 50px;
}
.content .rem .products{
    overflow:hidden;
    border-left:2px solid #609cf3;
}
.content .rem .products h3{
    float: left;
    margin-left: 13px;
    color:#333;
    font-size: 18px;
}
.content .rem .products a{
    float:right;
    font-size: 12px;
    color:#919191;
}
.content .rem .one-products{
    overflow:hidden;
}
.content .rem .one-products li{
    width:222px;
    height:274px;
    background:#fff;
    margin-top: 16px;
    margin-right: 26px;
    float: left;
    border:1px solid #cccccc;

}
.content .rem .one-products li i{
    width:222px;
    height:183px;
    display: block;
}
.content .rem .one-products li i img{
      width:222px;
    height:183px;
}
.content .rem .one-products li .pro{
    width:222px;
    height:71px;
    padding-top: 15px;
}
.content .rem .one-products li .pro p{
    font-size: 12px;
    color:#919191;
    line-height: 22px;
    text-align: center;
}
/* 内容结束 */ 
