﻿/*#img {
    z-index: 10;
    width: 650px;
    height: 434px;
    position: relative;
    text-align: center;
    margin: 0px auto;*/
/*background-color: #8a8d8a;*/
/*border: 4px solid #FFF;*/
/*}*/
#img {
    text-align: center;
}

.swiper-button-prev {
    background-image: url(/v3/images/icon-arrow-left.jpg);
    /*background: #efefef url(/v3/images/icon-arrow-left.jpg) 50% no-repeat;*/
}

.swiper-button-next {
    background-image: url(/v3/images/icon-arrow-right.jpg);
    /*background: #efefef url(/v3/images/icon-arrow-right.jpg) 50% no-repeat;*/
}

#content {
    width: 100%;
}

#content li {
    float: left;
}

#picSlideWrap {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 800px;
    padding-bottom: 50px;
    /*height: 434px;*/
}

.swiper-pagination {
    /* background: rgba(0,0,0,.5);
    display:flex;
    justify-content:space-between; */
    /*display:none;*/
    bottom: 0;
    color: #a2a4a3;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    bottom: 0;
    margin: 0 .1rem;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 10%;
    background: #f1f3f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    color: #fff;
    background: #4e98cc;
}

.swiper-button-next,
.swiper-button-prev {
    top: 217px;
    width: 44px;
    height: 44px;
    -moz-background-size: 44px 44px;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

#img .imgcontainer {
    width: 650px;
    height: 434px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#img img {
    max-width: 650px;
    height: auto;
max-height: 433px;
}

#img p {
    text-indent: 2em;
    text-align: left;
    line-height: 2;
    margin-top: 1rem;
}

.swiper-slide .detail {
    /*height: 90px;*/
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 2;
    color: #fff;
    /*opacity: 0;*/
    /*transition: opacity .3s .3s;*/
}

.qydt {
    max-width: 1100px;
    margin: 0 auto;
}

.qydt .share {
    margin-top: 0;
}

.introduce {
    margin-left: 0px;
    margin-right: 0px;
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#cSlideUl {
    width: 975px;
}

@media (max-width: 1099px) {
    .qydt {
        max-width: 960px;
        margin: 0 auto;
    }

    .qydt .share {
        margin-top: 0;
    }

    .introduce {
        margin-left: 0px;
        margin-right: 0px;
    }

    .imgnav {
        position: relative;
        margin: 0 auto;
        width: 960px;
    }

    #cSlideUl {
        width: 855px;
    }
}

@media (max-width: 959px) {
    .qydt {
        max-width: 640px;
        margin: 0 auto;
    }

    .qydt .share {
        margin-top: 0;
    }

    .introduce {
        margin-left: 0px;
        margin-right: 0px;
    }

    .imgnav {
        position: relative;
        margin: 0 auto;
        width: 640px;
    }

    #cSlideUl {
        width: 610px;
    }
}

@media (max-width: 639px) {
    #picSlideWrap {
        width: 100%;
    }

    #img p {
        margin-top: .5rem;
    }

    .swiper-container {
        width: 100%;
        padding-bottom: 10px;
        /*height: 434px;*/
    }

    .swiper-pagination {
        /* background: rgba(0,0,0,.5); */
        display: flex;
        /* justify-content: space-around;
        color: #fff;
        padding:0.05rem 0 */
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: 0;
        margin: 0 .02rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: inherit;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 40%;
        width: .5rem;
        height: .5rem;
        -moz-background-size: .5rem;
        -webkit-background-size: .5rem;
        background-size: .5rem;
        border-radius: .1rem;
    }

    .qydt {
        max-width: 100%;
        margin: 0 auto;
    }

    .qydt .share {
        float: left;
        margin: 4px;
        display: block;
    }

    .introduce {
        margin-left: 10px;
        margin-right: 10px;
    }

    .clearfix {
        margin-top: 35px;
    }

    .imgnav {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    #img {
        z-index: 10;
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        margin: 0px auto;
    }

    #img .imgcontainer {
        width: 100%;
        height: 62vw;
    }

    #img img {
        width: 100%;
        height: auto;
    }

    #cbtn {
        display: none;
    }
}