﻿/* 整个容器的大小 （修改）*/

html {
    font-size: 62.5%;
    color: #222222;
}

.ia-container {
    /* width: 685px; */
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    border: 7px solid rgba(255, 255, 255, 0.6);
}

.ia-container figure {
    position: absolute;
    top: 0;
    left: 88px;
    /* width of visible piece */
    width: 1000px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container>figure {
    position: relative;
    left: 0 !important;
}

.ia-container img {
    display: block;
    width: 100%;
}

.ia-container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.8rem;
    /* just cover visible part */
    height: 100%;
    cursor: pointer;
    border: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ia-container input:checked {
    width: 5px;
    left: auto;
    right: 0px;
}

.ia-container input:checked~figure {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 100rem;
}

.ia-container figcaption {
    width: 100%;
    height: 100%;
    background: rgba(87, 73, 81, 0.1);
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
    position: absolute;
    top: 40%;
    margin-top: -3rem;
    right: 2rem;
    left: 2rem;
    overflow: hidden;
    text-align: center;
    background: rgba(87, 73, 81, 0.3);
    line-height: 20px;
    font-size: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ia-container input:checked+figcaption,
.ia-container input:checked:hover+figcaption {
    background: rgba(87, 73, 81, 0);
}

.ia-container input:checked+figcaption span {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    opacity: 1;
    top: 50%;
}

.ia-container #ia-selector-last:checked+figcaption span {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ia-container input:hover+figcaption {
    background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked~figure input {
    z-index: 1;
}

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picMarquee-left .bd {
    padding: 1rem;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 70rem;
    height: 31.5;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

@media only screen and (min-width:30.0025em) and (max-width: 75em) {
    .ia-container {
        width: 100%;
    }
    .ia-container figure {
        left: 6.47rem;
        width: 73.5rem;
    }
    .ia-container input {
        width: 40px;
    }
    .ia-container input:checked~figure {
        left: 735px;
    }
    .ia-container figcaption span {
        font-size: 16px;
    }
}


/* 当页面小于500px的时候 */

@media screen and (max-width: 500px) {
    .ia-container {
        width: 367.5px;
    }
    .ia-container figure {
        left: 32.35px;
        width: px;
    }
    .ia-container input {
        width: 20px;
    }
    .ia-container input:checked~figure {
        left: 180px;
    }
    .ia-container figcaption span {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 10px;
        margin-top: -20px;
    }
}


/* 当尺寸小于500的时候展示的案例展示轮播 */

.picMarquee-top {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-top .hd .prev,
.picMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.picMarquee-top .hd .next {
    background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.picMarquee-top .bd {
    padding: 10px;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picMarquee-top .bd ul li .pic {
    text-align: center;
}

.picMarquee-top .bd ul li .pic img {
    width: 100%;
    height: 16.3rem;
    display: block;
    padding: 2px;
}

.picMarquee-top .bd ul li .pic a:hover img {
    border-color: red;
}

.picMarquee-top .bd ul li .title {
    line-height: 24px;
}