/*广告栏开始*/
.adv{
    background: url(../img/entrepren/adv-3.jpg) no-repeat;
    background-size: 100% 100%;
}
/*广告栏结束*/
/*主体内容开始*/
.main .floor .floor-title-item1{
    font-size: 60px;
    color: #f1eff1;
    line-height: normal;
    margin-bottom: 5px;
}
.main .floor .floor-title-item2{
    color: #4b4b4b;
    font-size: 24px;
    line-height: normal;
}
.main .floor .floor-title{
    text-align: left;
    margin-left: 20px;
    margin-top: 35px;
    margin-bottom: 39px;
}
.main .floor .floor-content{
    width: 1162px;
    margin: 0 auto;
    margin-bottom: 23px;
}
.main .floor .floor-content ul li{
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding:50px 60px 50px 63px ;
    outline:2px dashed white ;
}
.main .floor .floor-content ul li:last-child{
    outline:0px;
}
.main .floor .floor-content ul li:nth-child(1){
    background: url("../img/entrepren/item-bg1.jpg") no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor-content ul li:nth-child(2){
    background: url("../img/entrepren/item-bg2.jpg") no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor-content ul li:nth-child(3){
    background: url("../img/entrepren/item-bg3.jpg") no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor-content ul li:nth-child(4){
    background: url("../img/entrepren/item-bg4.jpg") no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor-content ul li .floor-content-item-left,
.main .floor .floor-content ul li .floor-content-item-right{
    margin:auto 0px ;
}
.main .floor .floor-content ul li .floor-content-item-left .title{
    color: #896f48;
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 24px;
}
.main .floor .floor-content ul li .floor-content-item-left p{
    font-size: 20px;
    color: #9f8033;
    margin-bottom: 15px;
}
.main .floor .floor-content ul li .floor-content-item-left p:last-child{
    margin-bottom: 0px;
}
.main .floor .floor-content ul li:nth-child(2) .floor-content-item-left .title{
    color: #6c6c6c;
}
.main .floor .floor-content ul li:nth-child(2) .floor-content-item-left p{
    color: #8b8b8b;
}
.main .floor .floor-content ul li:nth-child(3) .floor-content-item-left .title{
    color: #5f7494;
}
.main .floor .floor-content ul li:nth-child(3) .floor-content-item-left p{
    color: #8ea6cc;
}
.main .floor .floor-content ul li .floor-content-item-right{
    display: flex;
    align-items: baseline;
    position: relative;
}
.main .floor .floor-content ul li .floor-content-item-right img{
    display: block;
}
.main .floor .floor-content ul li:nth-child(1) img{
    width: 326px;
    height: 268px;
}
.main .floor .floor-content ul li:nth-child(2) img:nth-child(1){
    width: 326px;
    height: 231px;
}
.main .floor .floor-content ul li:nth-child(2) img:nth-child(2){
    width: 326px;
    height: 264px;
    position: relative;
    right: -16px;
    top: -3px;
}
.main .floor .floor-content ul li:nth-child(3) img:nth-child(1){
    width: 326px;
    height: 235px;
}
.main .floor .floor-content ul li:nth-child(3) img:nth-child(2){
    width: 326px;
    height: 274px;
    position: relative;
    right: -29px;
    top: 0px;
}
.main .floor .floor-content ul li:nth-child(4) img:nth-child(1){
    width: 262px;
    height: 223px;
    position: absolute;
    top: 77px;
    right: 483px;
    z-index: 100;
}
.main .floor .floor-content ul li:nth-child(4) img:nth-child(2){
    width: 297px;
    height: 254px;
    position: relative;
    top: -44px;
    left: 30px;
    z-index: 99;
}
.main .floor .floor-content ul li:nth-child(4) img:nth-child(3){
    width: 277px;
    height: 244px;
    position: relative;
    left: -10px;
    z-index: 100;
}
.main .floor .floor-content ul li:nth-child(4) .floor-content-item-left{
    margin-top: 28px;
}
.main .floor .floor-content ul li:nth-child(4) .floor-content-item-left .title{
    margin-top: 41px;
    margin-bottom: 0px;
}

.main .floor .floor-content ul li:nth-child(4) .floor-content-item-right{
    right: -61px;
}
/*主体内容结束*/
