.index-page {
    position: relative;
}

.banner-container {
    position: relative;
    height: 700px;
    background: url("../images/aimiaoping/banner.png") no-repeat center center / cover;
}

.banner {
    max-width: 1260px;
    margin: 126px auto 0;
}

.banner-title {
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    background: linear-gradient(180deg, #4379FF 0%, #9461D9 100%);
    -webkit-background-clip: text;
    /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;
    /*给文字设置成透明*/
}

.banner-text {
    width: 466px;
    font-weight: 400;
    font-size: 18px;
    color: #233863;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 36px;
}

.banner-btn {
    width: 180px;
    height: 52px;
    background: linear-gradient( 270deg, #4379FF 0%, #9461D9 100%);
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 87px;
    text-align: center;
}

.clearBoth::after {
    content: "";
    display: table;
    clear: both;
}

.miaoping-container {
    padding: 30px 0 20px;
    text-align: center;
}

.miaoping-content {
    width: 1248px;
    margin: 0 auto;
}

.miaoping-left,
.miaoping-right,
.miaoping-item-line-shu {
    float: left;
}

.miaoping-left,
.miaoping-right {
    width: 574px;
}

.miaoping-item {
    display: flex;
    align-items: center;
    width: 574px;
    float: left;
    padding-bottom: 58px;
    border-bottom: 2px solid #F6F7F7;
    text-align: left;
    margin-top: 50px;
}

.miaoping-item.noBorder {
    border: none;
}

.miaoping-item-line-shu {
    display: inline-block;
    width: 2px;
    height: 372px;
    background: #F6F7F7;
    float: left;
    margin-right: 43px;
    margin-left: 55px;
    margin-top: 56px;
}

.miaoping-item-img img {
    width: 116px;
    height: 116px;
    margin-right: 68px;
}

.miaoping-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}

.miaoping-item-desc {
    width: 390px;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 26px;
    margin-top: 6px;
}

.real-estate-container {
    padding: 10px 0 50px;
}

.real-estate-content {
    background: url("../images/aimiaoping/bg1.png") no-repeat center center / cover;
    padding-top: 40px;
}

.real-estate-list {
    position: relative;
    width: 1282px;
    height: 533px;
    margin: 0 auto;
    text-align: center;
}

.real-estate-item {
    display: inline-block;
    text-align: left;
    width: 321px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 5px 21px 0 rgba(42,34,144,0.07);
    border-radius: 38px;
    transform: rotate(-30deg);
    transform-origin: center 1040px;
    padding: 40px 26px;
    position: absolute;
    left: 50%;
    margin-left: -170px;
    /*left: 60px;*/
    z-index: 4;
    transition: all .3s ease;
}

.real-estate-item.second {
    transform: rotate(-10deg);
    z-index: 3;
    /*left: 330px;*/
    /*top: -100px;*/
}

.real-estate-item.third {
    transform: rotate(10deg);
    z-index: 2;
    /*left: 600px;*/
    /*top: -100px;*/
}

.real-estate-item.fourth {
    transform: rotate(30deg);
    z-index: 1;
    /*left: 860px;*/
}

.real-estate-item:hover {
    z-index: 9!important;
}

.real-estate-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-bottom: 16px;
}

.real-estate-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
}

.real-estate-item-img {
    text-align: center;
    margin-top: 34px;
}

.real-estate-item-img img {
    width: 102px;
    height: 102px;
}

.career-plan {
    margin-top: 61px;
    padding-bottom: 168px;
}

.career-plan-content {
    width: 1260px;
    margin: 48px auto 0;
}

.career-plan-item {
    float: left;
    width: 298px;
    height: 311px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 22px;
    text-align: left;
    padding: 33px 10px;
    /*transition: all .3s ease;*/
}

.career-plan-item:hover {
    background: #229AF4;
}

.career-plan-item:hover .career-plan-item-title,
.career-plan-item:hover .career-plan-item-desc {
    color: #fff;
}

.career-plan-item.fourth {
    margin-right: 0;
}

.career-plan-item-img img {
    width: 80px;
    height: 80px;
}

.career-plan-item-icon-hover {
    display: none;
}

.career-plan-item:hover .career-plan-item-icon-hover {
    display: block;
}

.career-plan-item:hover .career-plan-item-icon {
    display: none;
}

.career-plan-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-top: 15px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.career-plan-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 26px;
    padding: 0 10px;
}

.tourism-plan.second {
    padding-bottom: 62px;
}

.tourism-plan-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 59px;
}

.tourism-plan-item {
    float: left;
    width: 403px;
    height: 366px;
    background: #F8F6FF;
    border-radius: 8px;
    padding: 60px 32px;
    text-align: left;
    margin-right: 25px;
}

.tourism-plan-item.second {
    background: #E7F8FA;
}

.tourism-plan-item.third {
    background: #FFF7EF;
    margin-right: 0;
}

.tourism-plan-item.fourth {
    background: #EFF5FF;
}

.tourism-plan-item.five {
    background: #FFF3F3;
}

.tourism-plan-item.six {
    background: #E7F8FA;
    margin-right: 0;
}

.tourism-plan-item-img img {
    width: 63px;
    height: 61px;
}

.tourism-plan-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-top: 28px;
    margin-bottom: 8px;
}

.tourism-plan-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
}

.m-place {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-place {
        display: none;
    }

    .banner-container {
        height: inherit;
        background: url("../images/aimiaoping/m-banner.png") no-repeat top left / cover;
    }

    .banner-container .headerH96Bg {
        display: none;
    }

    .banner {
        margin-top: 0;
        padding: 39px 24px 432px;
        text-align: center;
    }

    .banner-title {
        font-size: 36px;
        color: #000000;
        line-height: 50px;
    }

    .banner-btn {
        font-weight: bold;
        font-size: 16px;
        width: 100%;
    }

    .banner-text {
        color: #4A4A4A;
        width: inherit;
        margin-top: 9px;
        margin-bottom: 31px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0 19px;
    }

    .common-title {
        font-size: 32px;
        line-height: 45px;
    }

    .miaoping-container {
        padding: 49px 24px 67px;
    }

    .miaoping-content {
        width: 100%;
        margin-top: 0;
    }

    .miaoping-left,
    .miaoping-right,
    .miaoping-item,
    .miaoping-item-desc {
        width: 100%;
    }
    .miaoping-left {
        padding-top: 36px;
        padding-bottom: 0;
    }

    .miaoping-item {
        display: flex;
        text-align: center;
        margin: 0 0 32px 0;
        border-bottom: 2px solid #F6F7F7;
        align-items: flex-start;
        padding-bottom: 32px;
    }
    .miaoping-item.noBorder {
        border-bottom: 2px solid #F6F7F7;
    }

    .miaoping-item.fourth {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .miaoping-item-img {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    .miaoping-item-title {
        font-size: 18px;
        color: #233863;
        line-height: 25px;
        text-align: left;
        padding-top: 6px;
    }
    .miaoping-item-desc {
        font-size: 14px;
        color: #4A4A4A;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        margin-top: 8px;
    }

    .miaoping-item-line-shu {
        display: none;
    }

    .real-estate-container {
        padding-top: 49px;
        padding-bottom: 0;
        background: url("../images/aimiaoping/m-bg1.png") no-repeat center center / cover;
    }

    .real-estate-container .common-title {
        padding: 0 24px;
    }

    .real-estate-content {
        padding: 28px 24px 90px;
        background: none;
    }

    .real-estate-list {
        width: 100%;
        height: inherit;
    }

    .real-estate-item,
    .real-estate-item.second,
    .real-estate-item.third,
    .real-estate-item.fourth {
        position: unset;
        transform: rotate(0);
        margin-left: 0;
    }

    .real-estate-item.fourth {
        margin-bottom: 0;
    }

    .real-estate-item {
        margin-bottom: 24px;
        border-radius: 16px;
        padding: 34px 40px 55px 30px;
        height: 310px;
        width: 100%;
        box-shadow: 0 5px 21px 0 rgba(42,34,144,0.07);
    }
    .real-estate-item-title {
        font-size: 18px;
        color: #233863;
        line-height: 25px;
        text-align: left;
        margin-bottom: 0;
    }
    .real-estate-item-desc {
        font-size: 14px;
        color: #4A4A4A;
        line-height: 20px;
        text-align: left;
        padding-top: 8px;
    }
    .real-estate-item-img {
        margin-top: 28px;
    }

    .real-estate-item-img img {
        width: 100px;
        height: 100px;
    }

    .career-plan {
        margin-top: 98px;
        padding-bottom: 0;
    }

    .career-plan .common-title {
        padding: 0;
    }

    .career-plan-content {
        margin-top: 20px;
    }

    .career-plan-content,
    .career-plan-item {
        width: 100%;
    }

    .career-plan-item {
        margin-right: 0;
        margin-bottom: 24px;
        padding: 29px 28px 28px 20px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        display: flex;
        height: auto;
        box-shadow: 0 5px 21px 0 rgba(42,34,144,0.07);
    }
    .career-plan-item-img {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    .career-plan-item-title {
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        text-align: left;
        padding: 0;
        padding-top: 3px;
        margin: 0;
    }
    .career-plan-item-desc {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        padding: 0;
        padding-top: 9px;
    }
    .career-plan-item.fourth {
        margin-bottom: 0;
    }

    .tourism-plan {
        padding: 0 24px 0;
        margin-top: 24px;
    }

    .tourism-plan-content {
        width: 100%;
        margin-top: 24px;
    }

    .tourism-plan-item {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
        height: 160px;
        padding: 28px 26px 32px 28px;
        display: flex;
    }
    .tourism-plan-item-img {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .tourism-plan-item-title {
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        color: #233863;
        line-height: 25px;
        text-align: left;
    }
    .tourism-plan-item-desc {
        font-size: 14px;
        color: #4A4A4A;
        line-height: 22px;
        text-align: left;
        padding-top: 9px;
    }
    .tourism-plan-item.third,
    .tourism-plan-item.six {
        margin-bottom: 0;
    }
    .tourism-plan.second {
        padding-bottom: 0;
    }
}
