.pics-layer::after{
    display: block;
    content: '';
    clear: both;
}
.pics-layer li{
    float: left;
    width: 50%;
    padding: 0 5px;
    text-align: center;
}
/* 图片列表 */
.pics{
    background: #fff;
}
.pics ul {
    padding: 10px 10px;
}
.pics ul::after{
    display: block;
    content: '';
    clear: both;
}

.pics li {
    float: left;
    width: 50%;
    padding: 3px;
}

.pics li a {
    display: block;
    padding: 10px 10px 0 0;
    background: #1db03b;
}

.pics li a span {
    background: #1cb03a;
}

.pics li a img {
    width: 100%;
}
.pics-li-wrap {
    position: relative;
    padding: 10px;
    background: url('../images/quan.png') no-repeat 5px 10px;
}

.pics li a .jian {
    position: absolute;
    right: 0;
    top: 20px;
}

.pics li a .jian img {
    width: 0.4rem;
}

.pic-name {
    overflow: hidden;
    padding-right: 20px;
    font: 400 16px/24px '微软雅黑';
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-weight {
    font: 400 14px/24px '微软雅黑';
    color: #a8fa37;
}



@media (min-width:1200px) {
    .pics-layer{
        position: absolute;
        right: 0;
        top: 0;
    }
    .pics-layer li{
        width: auto;
        padding: 0 5px; 
    }
    .pics ul {
        padding: 20px 10px;
    }
    .pics li {
        float: left;
        width: 25%;
        padding: 3px;
    }
    .pics li a {
        padding: 20px 20px 0 0;
    }
    .pics-li-wrap {
        padding: 20px;
        background: url('../images/quan.png') no-repeat 10px 15px;
    }

    .pics li a .jian {
        top: 30px;
    }


    .pic-name {
        font: 400 18px/24px '微软雅黑';
    }

    .pic-weight {
        font: 400 14px/24px '微软雅黑';
    }
    .pics li a:hover {
        background: url('../images/bo.jpg') 0 0;
    }

    .pics li a:hover .pic-weight {
        color: #fff;
    }
}


/* 图片详情 */

.pic-er {
    padding: 10px;
    background: #fff;
}
/* carousel轮播图 */

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel .item a{
    display: block;
}

.carousel .item img {
    width: 100%;
}

.carousel-inner .active,
.carousel-inner .next,
.carousel-inner .prev {
    display: block;
}

.carousel-inner .active {
    left: 0;
}

.carousel-inner .next,
.carousel-inner .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner .next {
    left: 100%;
}

.carousel-inner .prev {
    left: -100%;
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
    left: 0;
}

.carousel-inner .active.left {
    left: -100%;
}

.carousel-inner .active.right {
    left: 100%;
}



/*圆点按钮*/

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #00a73c;
}

.pic-er .carousel-indicators li {
    background: #999
}

.pic-er .carousel-indicators li.active {
    background: #333;
}

.pic-er-right-content {
    padding: 10px;
}

.pic-er-name {
    font: 400 18px/30px '微软雅黑';
    color: #000000;
}
.pic-er-weight {
    font: 400 14px/18px '微软雅黑';
    color: #000;
}

.pic-er-right-title {
    margin: 5px 5px 5px 5px;
    padding: 0 10px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: #7dd00b;
}
.pic-er-right-content{
    min-height: 200px;
    background: #eeeeee;
}
.pic-er-right-content p {
    font: 400 14px/24px 'Microsoft yahei';
    text-align: justify;
    color: #000
}

@media (min-width:1200px) {
    .pic-er {
        padding: 100px;
    }
    .pic-er-content {
        padding: 0;
    }
    .pic-er-left {
        float: left;
        width: 500px;
    }
    .pic-er-right {
        float: right;
        width: 465px;
    }

    .pic-er-name {
        font: 400 30px/36px '微软雅黑';
    }
    .pic-er-weight {
        font: 400 18px/30px '微软雅黑';
    }

    .pic-er-right-title {
        margin: 30px 0 0 0;
        font: 400 18px/36px '微软雅黑';
    }
    .pic-er-right-content {
        height: 446px;
        overflow: auto;
        padding: 10px 10px;
    }
}

.con-FangDa {
    width: 482px;
    height: auto;
}

.con-fangDaIMg {
    width: 480px;
    height: 480px;
    position: relative;
    background-color: #454545;
    border: 1px solid #eee;
}

.magnifyingBegin,
.magnifyingShow {
    position: absolute;
    display: none;
    top: -2px;
}

.con-fangDaIMg>img {
    width: 100%;
    height: 100%
}

.magnifyingBegin {
    width: 150px;
    height: 150px;
    left: 0;
    background: rgba(70, 70, 70, 0.4);
    cursor: move
}

.magnifyingShow {
    overflow: hidden;
    right: -490px;
    width: 480px;
    height: 480px;
    background-color: #fff;
    border: 1px solid #eeeeee
}

.carousel,
.carousel-inner {
    position: relative
}

.magnifyingShow>img {
    width: 800px;
    height: 800px;
    margin-left: 0;
    margin-top: 0
}

.con-FangDa-ImgList {
    margin-top: 10px;
    width: 480px;
}

.con-FangDa-ImgList>li {
    float: left;
    width: 90px;
    margin: 3px;
    text-align: center;
    border: 2px solid #eeeeee;
    cursor: pointer
}


.con-FangDa-ImgList>li>img {
    vertical-align: top;
    display: inline;
    width: 80px;
    height: 80px;
    padding: 5px 0;
}

.con-FangDa-ImgList>.active {
    border-color: #656565;
}
