/* 图片列表 */

.pics ul li {
    padding: 8px 8px;
}

.pics ul li a {
    position: relative;
    display: block;
/*     padding: 20px; */
    background: #fff;
    border: 1px solid #dcdcdc;
}

.pics ul li img {
    width: 100%;
}

.pics ul li a p {
    font: 400 14px/36px '微软雅黑';
    color: #000;
    text-align: center;
    background: #f4f4f4;
}

.pics ul li a:hover p {
    color: #fff;
    background: #8b6d55;
}


@media (min-width:1200px) {
    .pics {
        padding: 20px 0 0 0;
    }
    .pics ul {}
    .pics ul li {
        float: left;
        width: 33.3%;
        padding: 5px 5px;
    }
    .pics ul li a {}
    .pics ul li a p {
        font: 400 16px/60px '微软雅黑';
        color: #000;
        text-align: center;
    }
}



/* 图片详情 */


/* 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-attrs {
    margin: 10px 0 5px 0;
    font: 400 24px/36px '微软雅黑';
    color: #000;
}

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

.pic-er-right-detail-title {
    margin: 5px 5px 5px 5px;
    background: #eee;
}

.pic-er-right-detail-title span {
    display: inline-block;
    padding: 0 15px;
    font: 400 18px/36px '微软雅黑';
    color: #fff;
    background: #8b6d55;
}


.pic-er .pic-er-right-content p {
    font: 400 14px/24px 'Microsoft yahei';
    text-align: justify;
    color: #000
}
.pic-er-right-content img{
        width: 100%;
    }

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

    .pic-er-attrs {
        margin: 20px 0 10px;
        font: 400 24px/36px '微软雅黑';
    }
    .pic-er-name {
        font: 400 16px/30px '微软雅黑';
    }

    .pic-er-right-content {
        overflow: auto;
      /*   height: 345px; */
        padding: 0;
    }
    .pic-er-right-content img{
        width: auto;
    }
    .pic-er .attrs {
        font: 400 14px/48px '微软雅黑';
    }

    .pic-er-right-detail-title {
        margin: 30px 0 0 0;
    }
    .pic-er .pic-er-right-content {
        margin: 5px 5px 0 5px;
        padding: 10px 10px;
    }
    .pic-er .pic-er-right-content p {
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }
}

.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;
}