/* 
 * 	Core sky Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.sky-carousel .sky-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* newsdetail page*/

#sky-slider-newsdetail {
    position: relative;
    width: 185px;
    height: 185px;
    margin: 0 auto 0 auto;
}

#sky-slider-newsdetail .item {
    position: relative;
    display: block;
    text-decoration: none;
    color: black;
}

#sky-slider-newsdetail img {
    display: block;
    width: 185px;
    height: 185px;
    cursor: pointer;
}

/* news index page*/

#sky-slider-news {
    position: relative;
    width: 600px;
    height: 288px;
    margin: 10px auto 0 auto;
}

#sky-slider-news .item {
    position: relative;
    display: block;
    text-decoration: none;
    color: black;
}

#sky-slider-news img {
    display: block;
    width: 600px;
    height: 288px;
    cursor: pointer;
}

#sky-slider-news b {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 28px;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1.5;
    filter: alpha(opacity=50);
}

#sky-slider-news span {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 100%;
    font: 18px/32px "微软雅黑", "黑体";
    color: #fff;
}

/* display slider container */

#sky-slider {
    position: relative;
    width: 625px;
    height: 300px;
    margin: 0 auto 0 auto;
}

#sky-slider .item {
    position: relative;
    display: block;
}

#sky-slider img {
    display: block;
    width: 625px;
    height: 300px;
    cursor: pointer;
}

#sky-slider b {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 28px;
    background-color: #f5842b;
    opacity: 1.5;
    filter: alpha(opacity=50);
}

#sky-slider span {
    position: absolute;
    left: 15px;
    bottom: 39px;
    width: 100%;
    font: 18px/32px "微软雅黑", "黑体";
    color: #fff;
    /*            text-align: center;*/
}

.sky-pagination {
    position: absolute;
    /*                            right: 15px;*/
    bottom: 10px;
    width: 100%;
    height: 16px;
    text-align: right;
}

.sky-page {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    /*            background-image: url(images/bg15.png);*/
    background-color: #ccc;
    border-radius: 10px;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.sky-pagination .active {
    width: 15px;
    /*            background-image: url(images/bg16.png);*/
    background-color: #f5842b;
    border-radius: 10px;
    cursor: pointer;
}

.sky-buttons {
    display: none;
}

.sky-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}

.flash1 {
    width: 300px;
    height: 400px;
    display: inline-block;
}

#sky-slider1 {
    position: relative;
    width: 300px;
    height: 400px;
    margin: 0 auto 0 auto;
}

#sky-slider1 .item {
    position: relative;
    display: block;
}

#sky-slider1 img {
    display: block;
    width: 300px;
    height: 400px;
}

#sky-slider1 b {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 28px;
    background-color: #f5842b;
    opacity: 1.5;
    filter: alpha(opacity=50);
}

#sky-slider1 span {
    position: absolute;
    left: 15px;
    bottom: 39px;
    width: 100%;
    font: 18px/32px "微软雅黑", "黑体";
    color: #fff;
    /*            text-align: center;*/
}


.flash2 {
    width: 300px;
    height: 270px;
    display: inline-block;
}

#sky-slider2 {
    position: relative;
    width: 300px;
    height: 270px;
    margin: 0 auto 0 auto;
}

#sky-slider2 .item {
    position: relative;
    display: block;
}

#sky-slider2 img {
    display: block;
    width: 300px;
    height: 270px;
}

#sky-slider2 b {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 28px;
    background-color: #f5842b;
    opacity: 1.5;
    filter: alpha(opacity=50);
}

#sky-slider2 span {
    position: absolute;
    left: 15px;
    bottom: 39px;
    width: 100%;
    font: 18px/32px "微软雅黑", "黑体";
    color: #fff;
    /*            text-align: center;*/
}


/* display none until init */

.sky-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.sky-carousel .sky-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.sky-carousel .sky-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sky-carousel .sky-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.sky-carousel .sky-item {
    float: left;
}

.sky-controls .sky-page,
.sky-controls .sky-buttons div {
    cursor: pointer;
}

.sky-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.sky-carousel .sky-wrapper,
.sky-carousel .sky-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
