/*广告栏开始*/
.adv {
    background-image: url(../img/homeAdvantage/banner.jpg);
    background-size: 100% 100%;
}

/*广告栏结束*/

/*模块公有样式开始*/
.main .floor {
    display: flex;
    padding: 0px 20px;
    text-align: left;
    color: black;
    height: 868px;
}

.main .floor .floor-left {
    border-right: 1px solid #d4d4d4;
    width: 804px;
    padding-top: 60px;
}

.main .floor .floor-right {
    margin-top: 45px;
    margin-left: 25px;
}

.main .floor .floor-right ul li {
    margin-bottom: 20px;
}

.main .floor .floor-right ul li img {
    width: 330px;
    height: 170px;
}

.main {
    min-height: 868px;
}

/*模块公有样式结束*/

/*项目背景开始*/
.international-title {
    margin: 0;
}

.projectBackground p {
    width: 770PX;
    text-align: justify;
    text-indent: 29px;
    line-height: 25px;
    color: #8c8a8a;
    padding-top: 18px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #d4d4d4;
}

.projectBackground p:first-child {
    padding-top: 0;
}

.projectBackground p:last-child {
    border-bottom: 0;
}

.international-title h2 {
    margin-bottom: 10px;
    color: #f1eff1;
}

/*项目背景结束*/
