@media (min-width: 800px) {
    .solution-a {
        margin-bottom: 45px;
        width: 100%;
        /*background: url(https://yf-website.sdyingfeng.cn/website/static/images/serveBg.png);*/
        padding-top: 50px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .index {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .index .solution {
        /*margin-top: 45px;*/
    }

    .index .solution .schemeList {
        display: flex;
        width: 1460px;
        justify-content: space-between;
    }

    .index .solution .schemeList .schemeListData {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 350px;
        height: 260px;
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        margin-top: 87px;
        background: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(180, 180, 180, 0.18);
        border-radius: 10px;
        border: 2px solid #FFFFFF;
        cursor: pointer;
        transition: all 0.3s;
    }

    .index .solution .schemeList .schemeListData .title {
        width: 100%;
        height: 26px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 26px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        font-style: normal;
        margin-bottom: 30px;
    }

    .index .solution .schemeList .schemeListData .subTitle {
        width: 100%;
        height: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #3090ff;
        line-height: 16px;
        text-align: left;
        font-style: normal;
        margin-bottom: 17px;
    }

    .index .solution .schemeList .schemeListData .content {
        height: 44px;
        font-family: SourceHanSansSCVF, SourceHanSansSCVF;
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        overflow: hidden;
    }

    .index .solution .schemeList .schemeListData .content p,
    .index .solution .schemeList .schemeListData .content span {
        font-size: 12px !important;
    }


    .index .solution .schemeList .schemeListData .seeMore {
        width: 110px;
        height: 40px;
        line-height: 40px;
        background: #ffffff;
        padding-left: 23px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        color: #8c9abb;
        border: 1px solid #8c9abb;
        margin-top: 18px;
        cursor: pointer;
        position: relative;
        z-index: 7;
    }

    .index .solution .schemeList .schemeListData .seeMore a {
        color: #8c9abb !important;
    }

    .index .solution .schemeList .schemeListData .seeMore .rightArrowsIcon {
        width: 7px;
        height: 10px;
        position: absolute;
        top: 15px;
        right: 16px;
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon.png');
        background-size: 7px 10px !important;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover {
        color: #307fff;
        border: 1px solid #307fff;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover a {
        color: #307fff !important;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover .rightArrowsIcon {
        right: 10px;
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIconHover.png');
    }

    .index .solution .schemeList .schemeListData .icon {
        position: absolute;
        width: 106px;
        height: 90px;
        top: -25px;
        right: 30px;
        z-index: 2;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .divBg {
        position: absolute;
        width: 140px;
        height: 130px;
        bottom: 0px;
        right: 0px;
        opacity: 0;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .imgBg {
        width: 194px;
        height: 90px;
        position: absolute;
        top: 18px;
        left: 75px;
        z-index: 1;
    }

    .index .solution .schemeList .schemeListData .imgBgHover {
        width: 194px;
        height: 90px;
        position: absolute;
        top: 18px;
        left: 75px;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData:hover {
        box-shadow: 0px 0px 20px 0px rgba(47, 127, 255, 0.18);
        border: 2px solid #E1EAFF;
    }

    .index .solution .schemeList .schemeListData:hover .imgBgHover {
        opacity: 1;
    }

    .index .solution .schemeList .schemeListData:hover .img {
        top: -63px;
    }

    .index .solution .schemeList .schemeListData:hover .divBg {
        opacity: 1;
    }

    .index .indexServe {
        margin-top: 60px;
        width: 100%;
        height: 947px;
        /*background: url('https://yf-website.sdyingfeng.cn/website/static/images/serveBg.png');*/
        background-size: 100% 947px;
        padding-top: 50px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .index .indexServe .serveList {
        width: 1434px;
        height: 660px;
        position: relative;
    }

    .index .indexServe .serveList .reservedList {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index .indexServe .serveList .reservedList .listData {
        width: 458px;
        height: 320px;
        background: #ffffff;
        border-radius: 10px;
    }

    .index .indexServe .serveList .reservedList .listData .serveImg {
        width: 100%;
        height: 224px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        position: relative;
    }

    .index .indexServe .serveList .reservedList .listData .serveImg > img {
        width: 458px;
        height: 224px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent {
        padding-left: 20px;
        padding-top: 16px;
        box-sizing: border-box;
        position: relative;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(1) {
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(1) a {
        white-space: nowrap; /* ç¡®ä¿æ–‡æœ¬åœ¨ä¸€è¡Œå†…æ˜¾ç¤º */
        overflow: hidden; /* è¶…å‡ºå®¹å™¨éƒ¨åˆ†çš„æ–‡æœ¬éšè— */
        text-overflow: ellipsis; /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºè¢«æˆªæ–­çš„æ–‡æœ¬ */
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(2) {
        width: 84px;
        height: 36px;
        background: #ffffff;
        border: 1px solid #d1daef;
        color: #8c9abb;
        text-align: center;
        line-height: 36px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(2) a {
        color: #8c9abb;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(3) {
        position: absolute;
        top: 40px;
        right: -7px;
        width: 80px;
        height: 39px;
        background-size: 80px 39px !important;
        text-align: center;
        line-height: 39px;
        font-size: 14px;
        color: #ffffff;
    }

    .index .indexServe .serveList .reservedList .listData:nth-child(3n + 1) {
        margin-bottom: 20px;
    }

    .index .indexServe .serveList .reservedList .listData:hover {
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    }

    .index .indexServe .serveList .reservedList .listData:hover .serveImg > img {
        top: -20px;
        left: -10px;
        width: 498px;
        height: 244px;
    }

    .index .indexServe .serveList .reservedList .listData:hover .serveContent > div:nth-child(2) {
        border: 1px solid #6dacff;
        color: #307fff;
    }

    .index .indexServe .serveList .reservedList .listData:hover .serveContent > div:nth-child(2) a {
        color: #307fff;
    }

    .index .indexServe .serveMore {
        width: 155px;
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        border: 1px solid #c5cfe7;
        padding-left: 42px;
        box-sizing: border-box;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

    @keyframes serveMore {
        0% {
            right: 30px;
        }

        25% {
            right: 22px;
        }

        50% {
            right: 30px;
        }

        100% {
            right: 30px;
        }
    }

    .index .indexServe .serveMore a {
        color: #7184b0 !important;
    }

    .index .indexServe .serveMore .rightArrowsIcon1 {
        width: 16px;
        height: 12px;
        position: absolute;
        top: 17px;
        right: 30px;
        -webkit-animation: serveMore 1.2s infinite;
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon1.png');
        background-size: 16px 12px !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .index .indexServe .serveMore:hover {
        border: 1px solid #6dacff;
    }

    .index .indexServe .serveMore:hover a {
        color: #307fff !important;
    }

    .index .indexServe .serveMore:hover .rightArrowsIcon1 {
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon1.png');
    }

    .index .indexNews {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 660px;
        background: #ffffff;
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .index .indexNews .newsList {
        margin-top: 40px;
        width: 1436px;
        height: 440px;
        display: flex;
        flex-wrap: wrap;
    }

    .index .indexNews .newsList .listData {
        width: 718px;
        height: 220px;
        background: #ffffff;
        border: 1px solid #f0f0f0;
        box-sizing: border-box;
        padding-top: 23px;
        padding-left: 40px;
        padding-right: 50px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .index .indexNews .newsList .listData .newsTime {
        /* display: flex;
        flex-direction: column;
        align-items: center; */
        /* width: 50px; */
        font-family: LiGothicMed;
        color: #bfc1d0;
    }

    .index .indexNews .newsList .listData .newsTime > div:nth-child(1) {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }

    .index .indexNews .newsList .listData .newsTime > div:nth-child(2) {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }

    .index .indexNews .newsList .listData .newsContent {
        /* width: 550px; */
        padding-top: 8px;
        box-sizing: border-box;
    }

    .index .indexNews .newsList .listData .newsContent > div:nth-child(1) {
        height: 18px;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .index .indexNews .newsList .listData .newsContent > div:nth-child(2) {
        /* width: 550px; */
        height: 72px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn {
        width: 110px;
        height: 40px;
        /* margin-left: 440px; */
        margin-top: 12px;
        position: relative;
        background: #ffffff;
        border: 1px solid #d1daef;
        color: #8c9abb;
        line-height: 40px;
        font-size: 14px;
        opacity: 0;
        padding-left: 23px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn a {
        color: #8c9abb;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn > div:nth-child(2) {
        position: absolute;
        top: 15px;
        right: 18px;
        width: 7px;
        height: 10px;
        cursor: pointer;
        background: url(https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon.png);
        background-size: 7px 10px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn:hover > div:nth-child(2) {
        right: 10px;
    }

    .index .indexNews .newsList .listData:hover {
        box-shadow: 0px 0px 20px 0px rgba(60, 113, 176, 0.1);
    }

    .index .indexNews .newsList .listData:hover .newsContent .newsBtn {
        opacity: 1;
    }

    .index .indexNews .newsList .listData:nth-child(1) {
        border-right: none !important;
        border-bottom: none !important;
    }

    .index .indexNews .newsList .listData:nth-child(3) {
        border-right: none !important;
    }

    .index .indexNews .newsList .listData:nth-child(2) {
        border-bottom: none !important;
    }

    .index .indexFeat {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 20px;
        background: #f7fbff;
        box-sizing: border-box;
    }

    .index .contactUs {
        width: 100%;
        height: 294px;
        background: url(../../imgs/index/contactUs.png);
        background-size: 100% 294px;
        padding-top: 52px;
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .index .contactUs .contactUsTitle {
        height: 36px;
        font-size: 36px;
        font-weight: bold;
        color: #0a1a3c;
        line-height: 36px;
    }

    .index .contactUs .contactUsOperate {
        display: flex;
        align-items: center;
        height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #0a1a3c;
        line-height: 16px;
    }

    .index .contactUs .contactUsOperate > div:nth-child(odd) {
        cursor: pointer;
    }

    .index .contactUs .contactUsOperate > div:nth-child(even) {
        width: 1px;
        height: 12px;
        background: #a6abb5;
        margin: 0 23px;
    }

    .index .contactUs .contactUsForm {
        height: 50px;
        display: flex;
        align-items: center;
    }

    .index .contactUs .contactUsForm .name,
    .index .contactUs .contactUsForm .phone {
        height: 50px;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        outline: none;
        box-sizing: border-box;
        padding-left: 18px;
    }

    .index .contactUs .contactUsForm input::-webkit-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm input::-moz-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm input::-ms-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm .name {
        border-radius: 4px 0px 0px 4px;
        width: 210px;
    }

    .index .contactUs .contactUsForm .phone {
        border-radius: 0px 4px 4px 0px;
        width: 340px;
        margin-left: 0px !important;
    }

    .index .contactUs .contactUsForm .name:hover {
        border: 1px solid #3393ff;
    }

    .index .contactUs .contactUsForm .phone:hover {
        border: 1px solid #3393ff;
    }

    .index .contactUs .contactUsForm .formSubmit {
        width: 120px;
        height: 50px;
        background: #3393ff;
        border-radius: 4px;
        margin-left: 20px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        color: white;
    }

    .index .contactUs .contactUsForm .formSubmit:hover {
        background: #1e80ed;
    }
}

@media (max-width: 1366px) {
    .index .solution .schemeList {
        width: 92%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .index .solution .schemeList .schemeListData {
        flex: 1;
        margin-right: 10px;
    }

    .index .solution .schemeList .schemeListData:last-child {
        margin-right: 0;
    }

    .index .indexServe .serveList {
        width: 92%;
        height: auto;
    }

    .index .indexServe .serveList .reservedList {
        position: unset;
    }

    .index .indexServe .serveList .reservedList .listData {
        width: 32%;
    }

    .index .indexNews .newsList {
        width: 92%;
    }

    .index .indexNews .newsList .listData {
        width: 50%;
    }

    .index .indexNews .newsList .listData .newsTime {
        margin-right: 12px;
    }

    .index .indexNews .newsList .listData .newsContent > div:nth-child(2) {
        width: 100%;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn {
        margin-left: 360px;
    }
}

@media (max-width: 800px) {
    .index {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .index .solution {
        margin-top: 45px;
        width: 100%;
    }

    .index .solution .schemeList {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .index .solution .schemeList .schemeListData {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        height: 260px;
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        margin-top: 60px;
        background: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(47, 127, 255, 0.18);
        border-radius: 10px;
        border: 2px solid #e1eaff;
    }

    .index .solution .schemeList .schemeListData .title {
        width: 100%;
        height: 26px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 26px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        font-style: normal;
        margin-bottom: 30px;
    }

    .index .solution .schemeList .schemeListData .subTitle {
        width: 100%;
        height: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #3090ff;
        line-height: 16px;
        text-align: left;
        font-style: normal;
        margin-bottom: 17px;
    }

    .index .solution .schemeList .schemeListData .content {
        height: 66px;
        font-family: SourceHanSansSCVF, SourceHanSansSCVF;
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        line-height: 22px;
        text-align: left;
        font-style: normal;
    }

    .index .solution .schemeList .schemeListData .content p,
    .index .solution .schemeList .schemeListData .content span {
        font-size: 12px !important;
    }

    .index .solution .schemeList .schemeListData .seeMore {
        width: 110px;
        height: 40px;
        line-height: 40px;
        background: #ffffff;
        padding-left: 23px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        color: #8c9abb;
        border: 1px solid #8c9abb;
        margin-top: 18px;
        cursor: pointer;
        position: relative;
        z-index: 9;
    }

    .index .solution .schemeList .schemeListData .seeMore a {
        color: #8c9abb !important;
    }

    .index .solution .schemeList .schemeListData .seeMore .rightArrowsIcon {
        width: 7px;
        height: 10px;
        position: absolute;
        top: 15px;
        right: 16px;
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon.png');
        background-size: 7px 10px !important;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover {
        color: #307fff;
        border: 1px solid #307fff;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover a {
        color: #307fff !important;
    }

    .index .solution .schemeList .schemeListData .seeMore:hover .rightArrowsIcon {
        right: 10px;
        background: url('https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIconHover.png');
    }

    .index .solution .schemeList .schemeListData .icon {
        position: absolute;
        width: 106px;
        height: 90px;
        top: -25px;
        right: 30px;
        z-index: 2;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .divBg {
        position: absolute;
        width: 140px;
        height: 130px;
        bottom: 0px;
        right: 0px;
        opacity: 0;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData .imgBg {
        width: 194px;
        height: 90px;
        position: absolute;
        top: 18px;
        left: 75px;
        z-index: 1;
    }

    .index .solution .schemeList .schemeListData .imgBgHover {
        width: 194px;
        height: 90px;
        position: absolute;
        top: 18px;
        left: 75px;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .solution .schemeList .schemeListData:hover {
        box-shadow: 0px 0px 20px 0px rgba(47, 127, 255, 0.18);
        border: 2px solid #e1eaff;
    }

    .index .solution .schemeList .schemeListData:hover .imgBgHover {
        opacity: 1;
    }

    .index .solution .schemeList .schemeListData:hover .img {
        top: -63px;
    }

    .index .solution .schemeList .schemeListData:hover .divBg {
        opacity: 1;
    }

    .index .indexServe {
        margin: 0 auto;
        width: 100%;
        background: url('../../imgs/index/serveBg.png');
        background-size: 100% 947px;
        padding-top: 50px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .index .indexServe .serveList {
        width: 90%;
        position: relative;
    }

    .index .indexServe .serveList .reservedList {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .index .indexServe .serveList .reservedList .listData {
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        margin: 10px 0px;
    }

    .index .indexServe .serveList .reservedList .listData .serveImg {
        width: 100%;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        position: relative;
    }

    .index .indexServe .serveList .reservedList .listData .serveImg img {
        width: 100%;
        height: 170px !important;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent {
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        position: relative;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(1) {
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(1) a {
        white-space: nowrap; /* ç¡®ä¿æ–‡æœ¬åœ¨ä¸€è¡Œå†…æ˜¾ç¤º */
        overflow: hidden; /* è¶…å‡ºå®¹å™¨éƒ¨åˆ†çš„æ–‡æœ¬éšè— */
        text-overflow: ellipsis; /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºè¢«æˆªæ–­çš„æ–‡æœ¬ */
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(2) {
        width: 84px;
        height: 36px;
        background: #ffffff;
        border: 1px solid #d1daef;
        color: #8c9abb;
        text-align: center;
        line-height: 36px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(2) a {
        color: #8c9abb !important;
    }

    .index .indexServe .serveList .reservedList .listData .serveContent > div:nth-child(3) {
        position: absolute;
        top: 40px;
        right: -7px;
        width: 80px;
        height: 39px;
        background-size: 80px 39px !important;
        text-align: center;
        line-height: 39px;
        font-size: 14px;
        color: #ffffff;
    }

    .index .indexServe .serveList .reservedList .listData:hover {
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    }

    .index .indexServe .serveList .reservedList .listData:hover .serveContent > div:nth-child(2) {
        border: 1px solid #6dacff;
        color: #307fff;
    }

    .index .indexServe .serveList .reservedList .listData:hover .serveContent > div:nth-child(2) a {
        color: #307fff !important;
    }

    .index .indexServe .serveMore {
        width: 155px;
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        color: #7184b0;
        border: 1px solid #c5cfe7;
        padding-left: 42px;
        box-sizing: border-box;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

    @keyframes serveMore {
        0% {
            right: 30px;
        }

        25% {
            right: 22px;
        }

        50% {
            right: 30px;
        }

        100% {
            right: 30px;
        }
    }

    .index .indexServe .serveMore .rightArrowsIcon1 {
        width: 16px;
        height: 12px;
        position: absolute;
        top: 17px;
        right: 30px;
        -webkit-animation: serveMore 1.2s infinite;
        background: url('../../imgs/comm/rightArrowsIcon1.png');
        background-size: 16px 12px !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .index .indexServe .serveMore:hover {
        color: #307fff;
        border: 1px solid #6dacff;
    }

    .index .indexServe .serveMore:hover .rightArrowsIcon1 {
        background: url('../../imgs/comm/rightArrowsIconHover1.png');
    }

    .index .indexNews {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .index .indexNews .newsList {
        margin-top: 40px;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .index .indexNews .newsList .listData {
        width: 90%;
        background: #ffffff;
        border: 1px solid #f0f0f0;
        box-sizing: border-box;
        padding-top: 23px;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin: 10px 0;
    }

    .index .indexNews .newsList .listData .newsTime {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        white-space: nowrap;
        font-family: LiGothicMed;
        color: #bfc1d0;
        margin-top: 12px;
        padding-bottom: 12px;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn {
        display: none;
    }

    .index .indexNews .newsList .listData .newsTime > div:nth-child(1) {
        height: 40px;
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .index .indexNews .newsList .listData .newsTime > div:nth-child(2) {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }

    .index .indexNews .newsList .listData .newsContent {
        /* width: 75%; */
        padding-top: 8px;
        box-sizing: border-box;
    }

    .index .indexNews .newsList .listData .newsContent > div:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .index .indexNews .newsList .listData .newsContent > div:nth-child(2) {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn {
        width: 110px;
        height: 40px;
        margin-left: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        background: #ffffff;
        border: 1px solid #d1daef;
        color: #8c9abb;
        line-height: 40px;
        font-size: 14px;
        opacity: 0;
        padding-left: 23px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn > div:nth-child(2) {
        position: absolute;
        top: 15px;
        right: 18px;
        width: 7px;
        height: 10px;
        cursor: pointer;
        background: url(https://yf-website.sdyingfeng.cn/website/static/images/rightArrowsIcon.png);
        background-size: 7px 10px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -ms-transition: all 0.15s;
        transition: all 0.15s;
    }

    .index .indexNews .newsList .listData .newsContent .newsBtn:hover > div:nth-child(2) {
        right: 10px;
    }

    .index .indexNews .newsList .listData:hover {
        box-shadow: 0px 0px 20px 0px rgba(60, 113, 176, 0.1);
    }

    .index .indexNews .newsList .listData:hover .newsContent .newsBtn {
        opacity: 1;
    }

    .index .indexFeat {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 20px;
        background: #f7fbff;
        box-sizing: border-box;
    }

    .index .contactUs {
        width: 100%;
        background: url(../../imgs/index/contactUs.png);
        background-size: 100% 294px;
        padding-top: 24px;
        padding-bottom: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .index .contactUs .contactUsTitle {
        height: 22px;
        font-size: 22px;
        font-weight: bold;
        color: #0a1a3c;
        line-height: 22px;
        text-align: center;
    }

    .index .contactUs .contactUsOperate {
        display: flex;
        align-items: center;
        height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #0a1a3c;
        line-height: 16px;
        margin: 15px 0 24px;
    }

    .index .contactUs .contactUsOperate > div:nth-child(odd) {
        cursor: pointer;
    }

    .index .contactUs .contactUsOperate > div:nth-child(even) {
        width: 1px;
        height: 12px;
        background: #a6abb5;
        margin: 0 10px;
    }

    .index .contactUs .contactUsForm {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .index .contactUs .contactUsForm .df-c {
        display: block;
        text-align: center;
    }

    .index .contactUs .contactUsForm .name,
    .index .contactUs .contactUsForm .phone {
        width: 300px;
        height: 50px;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        outline: none;
        box-sizing: border-box;
        padding-left: 18px;
    }

    .index .contactUs .contactUsForm input::-webkit-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm input::-moz-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm input::-ms-input-placeholder {
        color: #999999;
    }

    .index .contactUs .contactUsForm .name {
        border-radius: 4px 0px 0px 4px;
    }

    .index .contactUs .contactUsForm .phone {
        border-radius: 0px 4px 4px 0px;
        margin: 15px 0;
    }

    .index .contactUs .contactUsForm .name:hover {
        border: 1px solid #3393ff;
    }

    .index .contactUs .contactUsForm .phone:hover {
        border: 1px solid #3393ff;
    }

    .index .contactUs .contactUsForm .formSubmit {
        display: block;
        width: 120px;
        height: 50px;
        background: #3393ff;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        color: white;
        margin: 0 auto;
    }

    .index .contactUs .contactUsForm .formSubmit:hover {
        background: #1e80ed;
    }
}


.indexDivTitle {
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.indexDivTitle > div:nth-child(1) {
    width: 225px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #0A1A3C;
    text-align: center;
    background: url(https://yf-website.sdyingfeng.cn/website/static/images/titleBg.png);
    background-size: 225px 24px !important;
    background-repeat: no-repeat;
    background-position-y: 2px;
}

.indexDivTitle > div:nth-child(2) {
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansSCVF-Regular, SourceHanSansSCVF;
    color: #9DAECD;
    line-height: 16px;
}
