.section1{
    background-color: #efefef;
}
.section1 .content{
    padding: 20px 0 150px 0;
    color: black;
    text-align: center;
    position: relative;
}
.section1 .content>p{
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}
.section1 .content a{
    color: #828282;
}
.section1 .content h2{
    font-weight: bold;
    margin-bottom: 50px;
}
.section1 .content .select{
    width: 320px;
    height: 47px;
    background: url("/public/img/home/invest/select.jpg");
    display: inline-block;
    position: relative;
    z-index: 100;
}
.section1 .content .select .nav{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
}
.section1 .content .select .items{
    position: absolute;
    display: none;
    width: 100%;
    background: #fff;
    left: 0;
}
.section1 .content .select .items li{
    text-align: center;
    line-height: 40px;
}
.section1 .content .select .items li.active{
    background: #9d7cb3;
    color: #fff;
}
.section1 .content .listItem{
    margin-top: 50px;
    margin-bottom: 20px;
}

.section1 .listItem .items li{
    position: relative;
    float: left;
    width: 330px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 15px ;
    padding: 7px;
    text-align: left;
    background: url("/public/img/home/common/lists_item_bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0px -3px;
    background: none\9;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/home/common/lists_item_bg.png',  sizingMethod='scale')*/
}

.section1 .items li.fir{
    margin-left: 0;
}
.section1 .items li>img{
    width: 315px;
    height: 430px;
}
.section1 .items li .box{
    padding: 0 0 25px;
    text-align: center;
    background-color:#fefefe;
}

.section1 .items li p{
    margin-bottom: 10px;
    padding-top: 10px;
    height: 35px;
    overflow: hidden;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: bold;
}
.section1 .items a{
    display: inline-block;
    width: 100%;
    max-width: 136px;
}
.section1 .items a img{
    width: 100%;
}
/*.section1 .content .page{*/
    /*width: 100%;*/
    /*position: relative;*/
/*}*/
/*.section1 .content .page span{*/
    /*padding: 5px 10px;*/
/*}*/
/*.section1 .content .page span.active{*/
    /*width: 33px;*/
    /*height: 33px;*/
    /*background-color: #9d7cb3;*/
/*}*/
.section1 .content .page{
    position: absolute;
    width: 100%;
    display: block;
    bottom: 45px;
}
.section1 .content .page .box{
    position: relative;
    display: inline-block;
}
.section1 .content .page .box span{
    position: absolute;
    top: 24%;
    height: 70%;
    cursor: pointer;
}
.section1 .content .page .box span.prev{
     left: -20px;
}
.section1 .content .page .box span.next{
     right: -16px;
}

 .section1 .page{
    position: absolute;
    width: 100%;
    display: block;
    bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section1 .page li{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: black;
    cursor: pointer;
}
.section1 .page li.active{
    background: #9d7cb3;
    color: white;
}

.section1 .page .box{
    position: relative;
    display: inline-block;
}

.section1 .page span{
    position: absolute;
    top: 24%;
    height: 70%;
    cursor: pointer;
}
.section1 .page span img{
    height: 70%;
}



