.shop .list {
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

.shop .list figure {
    width: 24%;
    float: left;
    border: 1px solid #f5f5f5;
}

@media screen and (min-width:1100px) {
    .shop .list figure {
        margin-right: 1.3%;
        margin-bottom: 15px;
    }
    .shop .list figure:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width:479px) {
    .shop .list figure {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .shop .list figure:nth-child(2n) {
        margin-right: 0;
    }
}

.shop .list figure:hover {
    -webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
}

.shop .list figure a {
    display: block;
}

.shop .list figure img {
    width: 100%;
    height: 100%;
}

.shop .list figcaption {
    color: #fff;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    background: #5189c2;
}


/*筛选分类*/

.fenlei {
    float: left;
    width: 100%;
    background: #fff;
}

.fenlei dl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}

.fenlei dl dt {
    width: 5%;
    border-right: 1px solid #eeeeee;
    text-align: center;
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: #666;
}

.fenlei dl dd {
    float: left;
    display: inline;
    padding: 0px 15px;
}

.fenlei .on {
    background: #eeeade;
    color: #af9878;
}

.fenlei dl dd a {
    color: #666;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s linear 0s;
}

.fenlei dl dd a:hover {
    color: #af9878;
    background: #eeeade;
}


/*新闻栏目*/

.new {
    margin-top: 30px;
}

.new_l {
    width: 100%;
    float: left;
    webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
}

.new_l ul {
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

.new_l ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.new_l ul li:hover {
    -webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
}

.new_l ul li a {
    display: block;
}

.new_l ul li .img {
    width: 30%;
    float: left;
}

@media screen and (max-width:479px) {
    .new_l ul li .img {
        width: 100%;
    }
}

.new_l ul li .img img {
    width: 100%;
    height: 100%;
}

.new_l ul li .text {
    width: 65%;
    float: right;
    padding-right: 10px;
}

@media screen and (max-width:479px) {
    .new_l ul li .text {
        width: 100%;
        margin-top: 10px;
    }
}

.new_l ul li .text a {
    font-size: 18px;
    color: #333;
}

.new_l ul li .text a:hover {
    color: #0092dd;
}

.new_l ul li .text p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 28px;
}

.new_l ul li .text .date {
    width: 100%;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #ccc;
}

.new_l ul li .text .date span {}

.new_l ul li .text .date i {
    padding-right: 5px;
}


/*关于我们*/

.about_l {
    width: 100%;
    float: left;
}

.about_l .body {
    background: #fff;
    padding: 15px;
}

.about_l em {
    font-size: 23px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.about_l p {
    text-indent: 2rem;
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
}


/*联系我们*/

.con_bg {
    width: 100%;
    height: 500px;
    background: url(/static/dt.jpeg) no-repeat center top;
}

.cont_l {
    width: 40%;
    float: left;
    background: #474d55;
    padding: 30px;
    color: #fff;
}

.cont_l em {
    font-size: 32px;
    color: #69727d;
    margin-bottom: 30px;
}

.cont_l p {
    line-height: 30px;
    border-bottom: 1px solid #585f69;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cont_l i {
    padding-right: 5px;
    padding-top: 7px;
    display: block;
    font-size: 1rem;
    float: left;
}

.cont_l p a {
    color: #fff;
}

.cont_l .body {
    background: #fff;
    padding: 15px;
}


/*视频栏目*/

.shipin {
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
}

.sp_list {
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.sp_list .row {
    width: 32%;
    float: left;
    border: 1px solid #f5f5f5;
}

@media screen and (min-width:1100px) {
    .sp_list .row {
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sp_list .row:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:479px) {
    .sp_list .row {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .sp_list .row:nth-child(2n) {
        margin-right: 0;
    }
}

.sp_list .row a {
    display: block;
}

.sp_list .row img {
    width: 100%;
    height: 100%;
}

.sp_list .row p {
    line-height: 35px;
    text-align: center;
    background: #68a8c9;
    color: #fff;
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
    .list_n .row {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:479px) {
    .shop .list figcaption {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
    }
    .new_l ul li .text a {
        font-size: 16px;
    }
    .fenlei dl {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .fenlei dl dt {
        width: 10%;
        font-size: 12px;
    }
    .fenlei dl dd {
        padding: 0 10px;
    }
    .new_l {
        width: 100%;
    }
    .about_l {
        width: 100%;
    }
    .cont_l {
        width: 100%;
    }
}