
.body{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/*图片*/
.pic{
    width: 100%;
    height: 260px;
    max-width: 1920px;
    margin: 0 auto;
}

.pic-img img{
    width: 100%;
    height: 100%;
}
/*类别*/
.cate{
    width: 100%;
    height: 100px;
    margin-top: 40px;
    position: relative;
}
.cate .container{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.cate .container .cate-top{
    width: 100%;
    height: 40px;
}  
.cate .container .cate-top .cate-one{
    float: left;
    width:100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: black;
    opacity: 0.8;
}
.cate-sort{
    float: left;
    width: 90%;
    height: 40px;
}
.cate-sort li {
    float: left;
    height: 40px;
    font-size: 12px;
    margin-left: 20px;
    text-align: center;
    color: black;
    line-height: 40px;
}
.cate .container .cate-bottom{
    width: 100%;
    height: 40px;
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom: 1px solid rgb(233, 233, 233);
}
.cate .container .cate-bottom .cate-two{
    width:100px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: black;
    opacity: 0.8;
}
.cate-sorts{
    width: 90%;
    height: 40px;
}
.cate-sorts li {
    float: left;
    margin-left: 20px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    color: black;
    line-height: 40px;
    cursor: pointer;
}
.cate-sort .active{
    color: red;
    border: none;
    cursor: pointer;
}
.cate-sorts .active{
    color: red;
    border: none;
    cursor: pointer;
}
/* 产品内容*/
.goods{
    width: 100%;
    overflow: hidden;
}
.goods .goods-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.goods .content{
    float: left;
    width: 210px;
    height: 340px;
    font-size: 14px;
    margin-right: 24px;
    margin-bottom: 20px;
}
.goods-container-img{
    width: 210px;
    height: 280px;
}
.goods-container-img img{
    width: 100%;
    height: 100%;
}
.goods-container-img :hover{
    border: 1px solid #63a1ff;
}
.goods-container-cate{
    color: #63a1ff;
    float: left;
    width: 60px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid #63a1ff;
    border-radius: 4px;
    text-align: center;
}
.goods-container-js{
    float: left;
    width: 200px;
    height: 20px;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.goods-container-sc{
    width: 100px;
    height: 20px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
.goods-container-sc img{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.goods-container-sc .alt:hover {
    cursor: pointer;
    max-width: 16px;
    height: auto;
    background: url(../img/sc.png) no-repeat !important;
}

.goods-container-sc .src:hover {
    cursor: pointer;
    max-width: 16px;
    height: auto;
    background: url(../img/xz1.png) no-repeat ;
}
.goods .contents{
    float: left;
    width: 240px;
    height: 220px;
    font-size: 14px;
    margin-right: 24px;
    margin-bottom: 20px;
}
.goods-containers-video{
    width: 240px;
    height: 160px;
    position: relative;
}
.goods-containers-video .play-icon {
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    color: #555;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 999;
}
.goods-containers-video video{
    background: url(../img/mohu.jpg);
    width: 100%;
    height: 100%;
}
.goods-containers-video video:hover{
    border: 1px solid #63a1ff;
}
.goods-containers-cate{
    color: #63a1ff;
    float: left;
    width: 60px;
    height: 20px;
    margin-top: 8px;
    margin-left: 10px;
    border: 1px solid #63a1ff;
    border-radius: 4px;
    text-align: center;
}
.goods-containers-js{
    float: left;
    width: 240px;
    height: 20px;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.goods-containers-sc{
    width: 100px;
    height: 20px;
    float: left;
    margin-left: 60px;
    margin-top: 10px;
}
.goods-containers-sc img{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.goods-containers-sc .alt:hover {
    cursor: pointer;
    max-width: 16px;
    height: auto;
    background: url(../img/sc.png) no-repeat !important;
}

.goods-containers-sc .src:hover {
    cursor: pointer;
    max-width: 16px;
    height: auto;
    background: url(../img/xz1.png) no-repeat ;
}
.layui-table-page{
    position: relative;
    width: 100%;
    padding:0;
    height: 80px;
    font-size: 12px;
    white-space: nowrap;
    border: 0;
}
.layui-table-page #page{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
