
.yule.banner {
    height: 500px; width: 100%; float: left;
	background:url(../images/jiudian/banner.jpg) #fd6c40 no-repeat center;  
    background-size: 1200px 500px;
}
.content-left {
    width: 550px;
    float: left; padding-left: 40px;
    padding-top: 70px;
}
.banner-title {
    font-size: 40px;
    line-height: 120px;
    color: #fff;
    font-weight: 300;
}
.list {
    margin: 30px auto;
    clear: both; overflow: hidden;
}
.content-left p {
    color: #fff;
}
.yule .btn {
    margin-top: 50PX;
}
.yule .btn_login {
    width: 100px;
    height: 40px;
    float: left;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-right: 30px;
    display: block;
}
.yule .btn_reg {
    width: 100px;
    height: 40px;
    float: left;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #444;
    display: block;
}

.list .scheme li{width:16.666%; background:#FFF; padding:30px; text-align:center;border:1px solid #eee; margin-left:-1px; float:left}
.list .scheme p{color:#666;height: 70px;margin-bottom: 30px; font-size: 14px;  line-height:24px;}
.list .scheme span{width:106px; height:106px;}
.list .scheme span img{width:60px;}

/* carousel */
.carousel{background:#fff;margin:0px auto;padding:20px 0px 0px;width:1200px;overflow:hidden;position:relative;}
.carousel .slides{margin:0px auto 30px;overflow:hidden;position:relative;}
.carousel .slides .slideItem{padding:0px;overflow:hidden;position:absolute;cursor:pointer;opacity:1 !important;}
.carousel .slides .slideItem a{overflow:hidden;display:block;}
.carousel .slides .slideItem img{width:100%;height:100%;}
.carousel .slides .slideItem .cover{left:0px;top:0px;width:100% !important;height:380px !important;display:block;position:absolute;}
.prevButton{background:url("../images/shuiguo/btn_left.svg") no-repeat 0px 0px;top:286px;width:55px;height:55px;display:block;position:absolute;z-index:99;cursor:pointer;}
.nextButton{background:url("../images/shuiguo/btn_right.svg") no-repeat 0px 0px;top:286px;width:55px;height:55px;display:block;position:absolute;z-index:99;cursor:pointer;}
.prevButton{left:12px;}
.nextButton{right:12px;}

.showqrcode .btn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 18px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    transition: box-shadow linear 40ms;
}
.showqrcode{margin: 30px auto; text-align: center; position: relative;width: 300px;}
.showqrcode .qrcode {
    width: 187px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 4px #d6d6d6;
    box-shadow: 0 0 4px #d6d6d6;
    text-align: center;
    font-size: 14px;
    color: #303030;
    position: absolute;
    right: 55px;
    bottom: 40px;
    z-index: 99;
    display: none;
    padding-bottom: 10px;
}
.showqrcode .qrcode img {
    width: 132px;
    margin-top: 15px;
    margin-bottom: 6px;
}
.showqrcode .btn.blue {
    background: #fff;
    border: 1px solid #4FAEFF;
    color: #1985e3;
}
.showqrcode .btn:hover {
    background: #1985e3;
    border: 1px solid #fff;transition: all .2s linear;
    color: #fff;
}