﻿

ol, ul {
    list-style: none;
}
/*www.jq22.com*/


.video_tit {
    width: 100%;
    text-align: center;
    margin: 80px auto 20px;
}

#img-slider {
    width: 100%;
    text-align: center;
}

    #img-slider .slide {
        width: 100%;
        background: #fff;
        position: absolute;
        text-align: center;
    }

        #img-slider .slide .img {
            margin: 10px auto;
            border: none;
        }

    #img-slider .img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 0 rgba(204,205,206,5);
        -moz-box-shadow: 0 1px 0 rgba(204,205,206,5);
        -ms-box-shadow: 0 1px 0 rgba(204,205,206,5);
        box-shadow: 0 1px 0 rgba(204,205,206,5);
        border: 1px solid #edeeee;
        background-color: #fff;
        width: 580px;
        height: 328px;
        position: relative;
        display: inline-block;
    }

        #img-slider .img video {
            display: inline-block;
            width: 100%;
            float: left;
        }

.switcher-wrap {
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

    .switcher-wrap.slider {
        padding-left: 380px;
        padding-right: 380px;
    }

        .switcher-wrap.slider #img-slider .img {
            -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
            -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
            -ms-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
            box-shadow: 0 4px 20px rgba(0,0,0,0.4);
            border-color: #fff;
        }

@media (max-width:768px ) {
    #img-slider .img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 0 rgba(204,205,206,5);
        -moz-box-shadow: 0 1px 0 rgba(204,205,206,5);
        -ms-box-shadow: 0 1px 0 rgba(204,205,206,5);
        box-shadow: 0 1px 0 rgba(204,205,206,5);
        width: 360px;
        height: 172px;
        position: relative;
        display: inline-block;
    }


}
