﻿
.banner {
    width: 1200px;
    position: relative;
    height: 440px;
    margin:0 auto 20px;
    z-index: 10;
}
.bannerBgcR{
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
}
.bannerBgcR .bannerBgc{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 440px;
    margin: 0 auto;
}
.slide_box {
    overflow: hidden;
    width: 765px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 215px;
}
.banner ul {
    width: 765px;
    margin: 0 auto;
    /* min-width: 1190px; */
    /*overflow: hidden;*/
    position: relative;
    height: 440px;
    overflow: hidden;
}
.pics{
    transform: translateX(-765px);
    transition: all 1s linear;
}
.bottom-box ul{
    margin-left: 0;
}
.pics li{
    /* display: none; */
    float: left;
}
.pics li img{
    width: 765px;
    height: 440px;
}
.banner .clist2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 0;
}
.banner .rect.hover {
    top: -30px;
}
.banner .rect {
    position: absolute;
    left: 220px;
    top: -3px;
    height: 30px;
    margin:0 auto;
    width: auto;
}

.banner .rect.c5 li {
    width: 155px;
}

.banner .rect li.on {
    background: #0cb95f;
}

.banner .rect li {
    float: left;
    text-align: center;
    height: 30px;
    background: #000;
    padding: 5px 0;
    border-right: 1px solid #666;
    background: rgba(0,0,0,0.4);
    filter: Alpha(opacity=40);
    font-family: "\5FAE\8F6F\96C5\9ED1";
    cursor: pointer;
}

.banner .rect li p {
position: relative;
}

.banner .rect li p span {
    display: block;
    color: #fff;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.banner .nextprev {
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 1190px;
}

.banner .nextprev a.prev {
    background-position: -348px -138px;
    left: 0px;
}

.banner .nextprev a.bt {
    position: absolute;
    background-image: url(../image/banner/icons.png);
    width: 30px;
    height: 60px;
    top: -224px;
    display: block;
}
.banner .nextprev a.next {
    background-position: -382px -138px;
    left: 736px;
}
.banner .nextprev .tips {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 765px;
    height: 20px;
}
.banner .nextprev .tips li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.banner .nextprev .tips li.tipsAct{
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: #0094d0;
}
/*主页电梯导航*/
#fixedNavBar {
    position: fixed;
    left: 0;
    top: 30%;
    display: none;
}


.fixedNavBar_title {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #0094d0 !important;
}
.first_color{
    background-color: #19A3F5!important;
}

#fixedNavBar ul {
    top: 34px;
}

#fixedNavBar ul, .fixedNavBar_title {
    position: absolute;
    left: -40px;
    border: 1px solid #e5e5e5;
    width: 35px;
    background-color: #666;
}

#fixedNavBar ul li {
padding: 4px 0;
text-align: center;
color: #fff;
border-top: 1px solid #fff;
line-height: 13px;
overflow: hidden;
}

#fixedNavBar ul li a {
    color: #fff;
}

#fixedNavBar ul li.active {
    background: #0094d0;
}

.advertisement{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.advertisementCon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    margin: auto;
}
.advertisementCon img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.advertisementClose{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    cursor: pointer;
}
.advertisementClose i{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

/* 用户中心换成app二维码 */
.appCode{
    width: 100%;
    text-align: center;
}
.appCode img{
    display: block;
    width: 130px;
    height: 130px;
    margin: 10px auto 0;
}
.appCode span{
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.appCode div{
    width: 180px;
    height: 1px;
    margin: 0 auto 8px;
    background-color: #DADADB;
}
.appCode .appCodeName{
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.appCode .appCodeBtn{
    display: inline-block;
    height: 30px;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #19A3F5;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.luckDrawView{
    width: 1200px;
    margin: 20px auto;
}
.luckDrawTitle{
    width: 100%;
    height: 50px;
    font-size: 24px;
    color: #000;
    line-height: 50px;
    text-align: center;
}
.luckDrawListView{
    overflow: hidden;
    width: 100%;
    height: 120px;
}
.luckDrawList{
    width: 100%;
    margin-top: 0;
}
.luckDrawItem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.luckDrawItemText{
    box-sizing: border-box;
    width: 40%;
    height: 40px;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 40px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.luckDrawItemText + .luckDrawItemText{
    width: 60%;
    border-left: 1px solid #F2F2F2;
}