/* Home page only. Loaded after the shared home styles to isolate migrated CSS. */

.home-index-page {
    --home-blue: var(--primary-color);
    --home-blue-dark: #0c1943;
    --home-blue-mid: var(--primary-color);
    --home-blue-accent: #113871;
    --home-orange: #ff8d0e;
    --home-muted-bg: #f9f9f9;
    --home-hero-height: 460px;
    --home-service-height: 160px;
    --home-service-card-height: 135px;
    color: #333;
    background: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.home-index-page *,
.home-index-page *::before,
.home-index-page *::after {
    box-sizing: border-box;
}

.home-index-page a {
    color: inherit;
    text-decoration: none !important;
}

.home-index-page img {
    max-width: 100%;
}

.home-index-page p,
.home-index-page li {
    font-size: 15px;
    line-height: 1.7;
}

.home-index-page .content {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 181px;
    background: transparent;
    position: relative;
}

.home-index-page .content .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    display: block;
    width: 100%;
    max-width: none;
    height: 130px;
    margin: 0;
    padding: 0;
    background: #0c1943 url("../images/yh_011.jpg") no-repeat left top;
    background-size: auto 130px;
}

.home-index-page .content .top .container {
    width: 100%;
    max-width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.home-index-page .content .logo {
    display: block;
    flex: 0 0 auto;
}

.home-index-page .content .logo-img {
    display: block;
    width: 424px;
    height: auto;
}

.home-index-page .menu-btn {
    display: none;
}

.home-index-page .nav {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 51px;
    background: var(--home-blue);
}

.home-index-page .nav .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-index-page .nav ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 51px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-index-page .nav li {
    flex: 0 1 160px;
    min-width: 0;
}

.home-index-page .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 51px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.home-index-page .nav li:hover,
.home-index-page .nav .selected {
    background: var(--home-blue-mid);
}

.home-index-page .content_qz {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    background: var(--home-muted-bg);
}

.home-index-page .cont-img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 300px 860px;
    gap: 10px;
    align-items: stretch;
}

.home-index-page .indexswiper {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.home-index-page .swiper-container,
.home-index-page .swiper-wrapper,
.home-index-page .swiper-slide {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.home-index-page .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.home-index-page .con-btns {
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    height: var(--home-hero-height);
}

.home-index-page .indexcon {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-index-page .index-qz {
    display: block;
    width: 95%;
    height: var(--home-service-height);
    min-height: 0;
    margin-right: 5%;
    padding: 10px;
    border: 1px solid var(--home-blue-accent);
    border-radius: 5px;
    color: #fff;
    background: var(--home-blue-accent);
}

.home-index-page .type-txt {
    width: 100%;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.home-index-page .type-cont {
    display: flex;
    width: 100%;
}

.home-index-page .type-img span {
    display: block;
    width: 105px;
    margin-top: 5px;
    color: #fff;
    font-size: 70px;
    text-align: center;
}

.home-index-page .type-box {
    flex: 1;
    min-width: 0;
}

.home-index-page .type-txt1 {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.home-index-page .type-press {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 50%;
    color: #d91506;
    background: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

.home-index-page .type-press span::before {
    font-size: 20px;
}

.home-index-page .index-type {
    width: 100%;
    height: calc(var(--home-hero-height) - var(--home-service-height) - 15px);
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: repeat(2, var(--home-service-card-height));
    column-gap: 5%;
    row-gap: 15px;
    align-content: start;
}

.home-index-page .index-type a {
    display: block;
    height: var(--home-service-card-height);
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    background: #fff;
    transition: background-color .2s ease, color .2s ease;
}

.home-index-page .index-type a:hover {
    color: #fff;
    background: var(--home-blue-accent);
}

.home-index-page .index-type .type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
}

.home-index-page .index-type .type-icon span {
    color: var(--home-blue-accent);
    font-size: 36px;
}

.home-index-page .index-type a:hover span {
    color: #fff;
}

.home-index-page .index-type .type-text {
    display: block;
    width: 100%;
    height: 48px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.home-index-page .qz_btns {
    display: none;
}

.home-index-page .boxs {
    width: 100%;
    overflow: hidden;
    color: var(--home-blue);
}

.home-index-page .contents {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-index-page .process {
    width: 100%;
    min-height: 210px;
    padding-top: 10px;
    text-align: center;
    background: var(--home-muted-bg);
}

.home-index-page .ps-tit {
    width: 100%;
    color: var(--home-blue);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.home-index-page .ps-tit2 {
    text-align: center;
}

.home-index-page .pro-con {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
}

.home-index-page .process .ps-item {
    flex: 1 1 0;
    height: auto;
    text-align: center;
}

.home-index-page .process .ps-item img {
    width: 26%;
}

.home-index-page .process .ps-item2 {
    margin-top: 70px;
}

.home-index-page .process .ps-item2 img {
    width: 34%;
    margin-top: -75px;
}

.home-index-page .process .ps-item .ps-text {
    width: 100%;
    color: var(--home-blue);
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.home-index-page .einfor {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    overflow: hidden;
    color: #333;
    line-height: 26px;
}

.home-index-page .einfor-con {
    margin-top: 20px;
}

.home-index-page .einfor ul {
    margin-left: 45px;
    list-style: circle;
}

.home-index-page .einfor-con h3,
.home-index-page .einfor-con > p {
    color: var(--home-blue);
}

.home-index-page .einfor-con a,
.home-index-page .register .btn {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    background: var(--home-blue) !important;
    text-align: center;
}

.home-index-page .einfor-con a {
    width: 324px;
    margin: 20px 0;
    padding: 8px 0;
    font-size: 18px;
}

.home-index-page .einfor-con a:hover {
    color: #fff;
    opacity: .85;
}

.home-index-page .einfor-con2 {
    text-align: center;
}

.home-index-page .einfor-qrcode {
    width: 324px;
    margin: 0 auto;
    padding: 20px 20px 15px;
    border-radius: 6px;
    background: var(--home-muted-bg);
}

.home-index-page .einfor-qrcode img {
    width: 200px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.home-index-page .einfor-qrcode p {
    margin: 0;
    color: var(--home-blue);
    line-height: 22px;
    text-align: center;
}

.home-index-page .einfor-qrcode a.dj-cx {
    color: var(--home-blue) !important;
    background: #fff !important;
    border: 2px solid var(--home-blue) !important;
}

.home-index-page .tt2 {
    width: 100%;
    height: 35px;
    margin-top: 30px;
}

.home-index-page .tt2 > div,
.home-index-page .context2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-index-page .tt2 h3 {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 2px 30px;
    color: #000;
    font-size: 22px;
}

.home-index-page .general-problems {
    margin-top: 20px;
}

.home-index-page .general-problems .litem {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #ddd;
}

.home-index-page .general-problems .litem h3 {
    color: var(--home-blue-mid);
    font-size: 18px;
}

.home-index-page .general-problems .litem p {
    margin-top: 7px;
    color: #666;
    line-height: 1.7;
}

.home-index-page .register {
    padding: 25px 15px 20px;
    text-align: center;
}

.home-index-page .register .btn {
    margin-bottom: 10px;
    padding: 8px 45px;
    font-size: 24px;
}

.home-index-page .register .btn:hover {
    color: #fff !important;
    background: var(--home-blue-mid) !important;
}

.home-index-page .register p {
    color: #666;
    line-height: 1.8;
}

.home-index-page .home-news {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 60px;
    padding: 0 15px;
}

.home-index-page .home-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.home-index-page .home-news__head h3 {
    position: relative;
    margin: 0;
    padding-left: 14px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.home-index-page .home-news__head h3::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 24px;
    border-radius: 2px;
    background: var(--home-blue);
}

.home-index-page .home-news__more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #d8dee9;
    border-radius: 4px;
    color: var(--home-blue);
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.home-index-page .home-news__more:hover {
    color: #fff;
    background: var(--home-blue);
}

.home-index-page .ev_news {
    width: 100%;
    box-sizing: border-box;
}

.home-index-page .ev_con {
    width: 100%;
}

.home-index-page .home-news__panel {
    border: 1px solid #d9dee8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 40, 109, .06);
}

.home-index-page .home-news__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    padding: 8px 24px;
}

.home-index-page .ev_news .ev_item {
    float: none;
    width: auto;
    min-width: 0;
    padding: 0;
    border-bottom: 1px solid #edf0f5;
    line-height: normal;
}

.home-index-page .ev_item a {
    display: grid;
    grid-template-columns: 6px minmax(0, 1fr) 170px;
    align-items: center;
    column-gap: 12px;
    width: 100%;
    height: auto;
    min-height: 56px;
    color: #20242b;
}

.home-index-page .ev_item a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--home-blue);
    opacity: .75;
}

.home-index-page .ev_item:hover a {
    color: var(--home-blue);
}

.home-index-page .ev_item:hover a::before {
    opacity: 1;
}

.home-index-page .ev_item a span {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    min-width: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-index-page .ev_item a i {
    float: none;
    display: block;
    color: #8a93a3;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    text-align: right;
    white-space: nowrap;
}

.home-index-page .home-news__empty {
    padding: 34px 20px;
    color: #8a93a3;
    text-align: center;
}

.home-index-page .footer {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 25px 0;
    color: #fff;
    background: var(--home-blue);
    line-height: 1.8;
    text-align: center;
}

.home-index-page .footer p {
    padding: 0 5%;
}

.home-index-page .evus-foot {
    display: none;
}

@media (min-width: 800px) {
    .home-index-page .einfor-con {
        float: left;
        width: 50%;
    }
}

@media (max-width: 1240px) {
    .home-index-page .content_qz {
        padding: 0;
    }

    .home-index-page .cont-img {
        display: block;
        max-width: none;
        padding: 0;
    }

    .home-index-page .indexswiper {
        width: 100%;
    }

    .home-index-page .swiper-container,
    .home-index-page .swiper-wrapper,
    .home-index-page .swiper-slide {
        width: 100%;
        height: clamp(120px, 26vw, 320px);
    }

    .home-index-page .swiper-slide img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .home-index-page .con-btns {
        width: 100%;
        height: auto;
    }

    .home-index-page .indexcon {
        height: auto;
        display: block;
    }

    .home-index-page .index-qz {
        width: 230px;
        height: 50px;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        border-color: #ddd;
        color: #fff;
    }

    .home-index-page .type-txt {
        float: right;
        width: 80%;
        font-size: 20px;
        line-height: 50px;
    }

    .home-index-page .type-cont {
        display: block;
    }

    .home-index-page .type-img {
        float: left;
        width: 20%;
        height: 50px;
        text-align: center;
    }

    .home-index-page .type-img span {
        float: right;
        width: 32px;
        margin-top: 6px;
        font-size: 32px;
    }

    .home-index-page .type-box {
        display: none;
    }

    .home-index-page .index-type {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-bottom: 15px;
        overflow: hidden;
        background: #fff;
    }

    .home-index-page .index-type a {
        float: left;
        display: block;
        width: 25%;
        height: auto;
        margin-top: 10px;
        border: none;
        border-radius: 0;
        background: #fff;
    }

    .home-index-page .index-type .type-icon {
        height: 65px;
    }

    .home-index-page .index-type .type-icon span {
        font-size: 28px;
    }

    .home-index-page .index-type .type-text {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .home-index-page .qz_btns {
        display: block;
        width: 100%;
        padding-bottom: 12px;
    }

    .home-index-page .qz_btns div {
        width: 100%;
        text-align: center;
    }

    .home-index-page .qz_btns a {
        display: inline-block;
        width: 324px;
        height: 44px;
        margin-top: 12px;
        border: 2px solid var(--home-blue-accent);
        border-radius: 6px;
        color: #fff;
        background: var(--home-blue);
        font-size: 18px;
        line-height: 40px;
    }

    .home-index-page .qz_btns .qz_btns_a2 {
        color: var(--home-blue-accent);
        background: #fff;
    }

    .home-index-page .qz_btns a:hover {
        color: #fff;
        background: var(--home-blue-mid);
    }
}

@media (max-width: 1110px) {
    .home-index-page .content {
        padding-top: 62px;
    }

    .home-index-page .content .top {
        position: fixed;
        height: 62px;
        background-size: auto 62px;
    }

    .home-index-page .content .top .container {
        height: 62px;
        max-width: none;
        width: 100% !important;
        padding: 0 12px 0 20px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between;
    }

    .home-index-page .content .logo {
        width: auto;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .home-index-page .content .logo-img {
        width: calc(100vw - 96px);
        max-width: 280px;
    }

    .home-index-page .menu-btn {
        display: block;
        float: none;
        width: 30px;
        height: auto;
        margin: 0 0 0 auto;
        align-self: center;
    }

    .home-index-page .nav {
        position: fixed;
        top: 62px;
        display: none;
        height: auto;
    }

    .home-index-page .nav .container {
        max-width: none;
        padding: 0;
    }

    .home-index-page .nav ul {
        display: block;
        min-height: 0;
    }

    .home-index-page .nav li {
        width: 100%;
    }

    .home-index-page .nav a {
        width: 100%;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }

    .home-index-page .index-qz {
        display: none;
    }

    .home-index-page .process {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .home-index-page .ps-tit {
        color: #fff;
        background: var(--home-blue);
        font-size: 16px;
        line-height: 40px;
    }

    .home-index-page .ps-tit2 {
        color: #f8cd55;
        background: var(--home-blue);
        padding-bottom: 10px !important;
    }

    .home-index-page .pro-con {
        display: block;
        margin-top: 20px;
    }

    .home-index-page .process .ps-item {
        display: block;
        width: 100%;
    }

    .home-index-page .process .ps-item img {
        width: 12%;
    }

    .home-index-page .process .ps-item2 {
        display: none;
    }

    .home-index-page .process .ps-item .ps-text {
        margin-bottom: 5px;
        line-height: 35px;
    }

    .home-index-page .context2 {
        width: 100%;
        max-width: none;
    }

    .home-index-page .general-problems {
        padding: 0 13px;
    }

    .home-index-page .register .btn {
        font-size: 20px;
    }
}

@media (max-width: 799px) {
    .home-index-page .einfor {
        padding: 20px 0;
    }

    .home-index-page .einfor-con {
        width: 100%;
        padding: 0 20px;
    }

    .home-index-page .einfor-con2 .einfor-qrcode2 {
        display: none;
    }

    .home-index-page .einfor-con2 > div {
        float: none !important;
    }

    .home-index-page .home-news {
        margin: 24px auto 40px;
        padding: 0 13px;
    }

    .home-index-page .home-news__head {
        margin-bottom: 12px;
    }

    .home-index-page .home-news__head h3 {
        font-size: 20px;
    }

    .home-index-page .home-news__head h3::before {
        height: 20px;
    }

    .home-index-page .home-news__list {
        grid-template-columns: 1fr;
        padding: 4px 16px;
    }

    .home-index-page .ev_item a {
        grid-template-columns: 6px minmax(0, 1fr);
        align-items: start;
        min-height: 64px;
        padding: 10px 0;
    }

    .home-index-page .ev_item a::before {
        margin-top: 9px;
    }

    .home-index-page .ev_item a span {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .home-index-page .ev_item a i {
        grid-column: 2;
        text-align: left;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .home-index-page .content .logo,
    .home-index-page .content .logo-img {
        width: 190px;
    }

    .home-index-page .qz_btns a,
    .home-index-page .einfor-con a,
    .home-index-page .einfor-qrcode {
        width: calc(100vw - 40px);
        max-width: 324px;
    }

    .home-index-page .index-type .type-text {
        font-size: 13px;
    }

    .home-index-page .home-news__more {
        padding: 0 10px;
        font-size: 13px;
    }
}
