/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */

    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */

}
.swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */

}
.swiper-active-switch {
    /* Specific active button style: */

}
.swiper-visible-switch {
    /* Specific visible button style: */

}
*{
    margin:0;
    padding:0;
    font-family:microsoft yahei,'黑体';
}
#nanguangBanner{
    margin-top:20px;
    height:163px;
    width: 100%;
    position:relative;
}
#nanguangBanner .swiper-slide{
    width: 240px;
    padding:0 10px;
    position:relative;
}
#nanguangBanner .swiper-slide .bg{
    height: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position:relative;
    overflow:hidden;
}
#nanguangBanner .swiper-slide .white-top{
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/white-top.png");
    position:absolute;
    z-index:900;
    top:0;
    left:0;
    width:100%;
    height:8px;
}
#nanguangBanner .swiper-slide .white-bottom{
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/white-bottom.png");
    position:absolute;
    z-index:900;
    bottom:0;
    left:0;
    width:100%;
    height:8px;}
#nanguangBanner .bg .black-mask{
    width:240px;
    height:163px;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/black-mask.png");}
#nanguangBanner .bg:hover .black-mask{
    display:none;
}
#nanguangBanner .swiper-button-prev,#nanguangBanner .swiper-button-next{
    position:absolute;
    z-index:999;
    top:50%;
    left:10px;
    margin-top:-30px;
    width: 60px;
    height: 60px;
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/swiper-btn.png");
    cursor:pointer;
    display:none;
}
#nanguangBanner .swiper-button-next{
    background-position:0 -60px;
    left:auto;
    right:10px;}
#nanguangBanner:hover .swiper-button-prev,#nanguangBanner:hover .swiper-button-next{
    display:block;
}
 
#nanguangBanner .swiper-slide .bg:hover{
    background: url("https://www.greencardis.com/static/mobile/img/swiper_images/fire.png") #fc6760 340px 210px no-repeat;
}

#nanguangBanner .info{
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    padding:10px;
    z-index:999;
    bottom: -70px;
    color:#fff;
    font-size:14px;
    padding-top:30px;
}
#nanguangBanner .info .date{
    font-size: 14px;
    margin-bottom: 16px;
}
#nanguangBanner .info h3{
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 18px;
}
#nanguangBanner .info h3 a{
    font-size: 18px;
    font-weight: 500;
    /*text-decoration:none;*/
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 47px;
}
#nanguangBanner .info p{
    text-indent:2em;
}
#nanguangBanner .info .btn{
    margin-top: 40px;
    padding:0;
    display:block;
    color: #fff;
    font-size: 16px !important;
    border: none;
    text-align:center;
    width:106px;
    height:42px;
    line-height: 42px;
    text-decoration:none;
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/link_bg.png") no-repeat;
}
#nanguangBanner .info .btn:hover{
    color:#000 !important;
    background:url("https://www.greencardis.com/static/mobile/img/swiper_images/link_bg.png") no-repeat left -42px;
}

/*(120+60+200+50)*/