/*主体内容开始*/
.main .floor1{
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}
.main .floor1 .floor1-right{
    width: 698px;
    text-align: justify;
}
.main .floor1 .floor1-left{
    text-align: left;
}
.main .floor1 .floor1-left-item1 span{
    font-size: 32px;
    color: #c8c8c8;
}
.main .floor1 .floor1-left-item2{
    font-size: 20px;
    font-weight: bolder;
    color: black;
    margin-top: 15px;
    margin-bottom: 50px;
}
.main .floor1 .floor1-left-item3 span{
    color: #f6ad12;
    font-size: 60px;
}
.main .floor1 .floor1-left-item3{
    display: flex;
}
.main .floor1 .floor1-left-item3 div{
    margin-right: 20px;
}
.main .floor1 .floor1-left-item3 sub {
    color: #938181;
    font-size: 14px;
    vertical-align: super;
    margin-left: 7px;
}
.main .floor1 .floor1-right-title{
    font-size: 20px;
    font-weight: bolder;
    color: black;
    margin-bottom: 28px;
    padding-left: 7px;
}
.main .floor1 .floor1-right-content p {
    color: #878787;
    font-size: 14px;
    line-height: 27px;
    text-indent: 28px;
}
.floor2 {
    background: #26a2ae;
    overflow: hidden;
}
.floor2 .floor2-floor1{
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
}
.floor2 .floor2-left{
    text-align: left;
}
.floor2 .floor2-left .floor2-left-item1{
    font-size: 30px;
    color: white;
    line-height: 50px;
    margin-top: 35px;
    margin-bottom: 11px;
}
.floor2 .floor2-right{
    width: 695px;
    background: #f4f4f4;
    padding: 53px 28px 55px 26px;
}
.floor2 .floor2-left .floor2-left-item2{
    font-size: 18px;
    font-weight: bolder;
    color: white;
}
.floor2 .floor2-right-content{
    text-align: left;
}
.floor2 .floor2-right-content p{
    text-align: justify;
    text-indent: 28px;
    font-size: 14px;
    color: #626262;
    line-height: 27px;
}
.floor2 img {
    float: left;
    width: 400px;
    height: 280px;
    margin-left: 110px;
    margin-top: -96px;
    position: relative;
}
/*主体内容结束*/