*{margin: 0;padding: 0;box-sizing: border-box;font-size: 14px}
ul>li{list-style: none;}
.main{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.topTu{width: 100%;
    /*height: 542px;*/
    overflow: hidden;
}
.threeTu{
    height: 538px;
}
.imgWrapper{
    width: 100%;
    position: relative;
}
.wordSupernatant{
    position: absolute;
    width: 39%;
    z-index: 3;
    right: 60px;
    top: 58px;
}
.wordSupernatant>img{
    width: auto!important;
}
.imgWrapper>img{
    position: absolute;
    width: 100%;
}
.bottomPic{
    position: absolute;
    top: 329px;
}
.topPic{
    top: -2px;
}
.topPic,.bottomPic{
    z-index: 2;
}
.midPic{
    z-index: 1;
}
.img_wrap>img:first-child{
    width: 100%;
    position: static;
}
.smallTu{
    width: 25%!important;
    position: absolute;
    right: 177px;
    top: 94px;
}
.wealthManage{
    width: 100%;
    margin-bottom: 40px!important;

}
.wealthManage:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.innerWealth{
    width: 100%;
    margin: auto;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.innerWealth:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.wealthList{
    width: 50%;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.wealthList ul li{
    float: left;
    width: 20%;
	/*width: 25%;*/
}
.wealthList ul li>a{
    cursor: pointer;
}

.wealthList ul li>a>div{
    width: 89%;
    margin: auto;
    overflow: hidden;
}
.wealthList ul li>a>div>img{
    width: 100%;
    height: 100%;
}
.wealthList ul li>a>div>div{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}
.innerWealth>p{
       font-size: 16px;
    margin-bottom: 10px;
    line-height: 182%;
    text-align: justify;
}
.construct{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.mask{
    background: #333333;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 5;
}
.supernatant{
    width: 770px;
    position: fixed;
    z-index: 7;
    left: 50%;
    margin-left: -335px;
    top: 50%;
    margin-top: -250px;
    height: 500px;
}
.supernatant>img{
    width: 90%;
    display: block;
    margin: auto;
}
.closeBtn{
    text-align: right;
    margin-right: 33px;
    cursor: pointer;
}
.closeBtn>img{
    width: 40px;
}