/*顶部导航栏开始*/
.adv {
    background: url(../img/product/adv.jpg) no-repeat;
    background-size: 100% 100%;
}
/*顶部导航栏结束*/
/*主体内容开始*/
.main .floor1{
    margin-top: 70px;
    margin-bottom: 60px;
}
.main .floor1 p {
    color: #8c8a8a;
    text-align: left;
    text-indent: 32px;
    line-height: 26px;
}
.floor2 {
    background: url(../img/product/main-bg.jpg) no-repeat;
}
.floor2 .floor2-content .floor2-right ul li{
    color: #f8ff2b;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    position: relative;
}
.floor2 .floor2-content .floor2-right ul{
    margin-top: 70px;
    margin-left: 60px;
}
.floor2 .floor2-content .floor2-right ul li::before{
    content: "";
    height: 11px;
    width: 11px;
    background: #f8ff2b;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -5.5px;
    left: -20px;
}
/*主体内容结束*/