:root {
    --animate-delay: 0.3s
}

.yigo-container .child-top {
    background: #113d9f
}

.yigo-container .child-top .wrap {
    background: url(./../imgs/yigo/img-2.png) no-repeat center center
}

.yigo-container .child-top .wrap .title {
    font-family: SourceHanSerifSC;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 1px 2px 0px rgba(28, 79, 176, 0.81);
    line-height: 60px;
    font-size: 40px
}

.yigo-container .child-top .wrap .sub {
    font-family: SourceHanSerifSC;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 1px 2px 0px rgba(28, 79, 176, 0.81);
    line-height: 60px;
    font-size: 30px
}

.yigo-container .child-top .wrap .btns {
    margin-top: 16px !important
}

.yigo-container .child-top .wrap .btns a {
    background-color: #ef8540 !important;
    color: #fff !important
}

.yigo-container .tabs {
    margin-top: 60px
}

.yigo-container .tabs .item {
    background-color: #fff;
    cursor: pointer;
    min-width: 180px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-left: -1px;
    padding-left: 1px
}

.yigo-container .tabs .item:hover {
    border-color: #2f65cc;
    background: #2f65cc;
    color: #fff
}

.yigo-container .what .wrap > .title {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    margin: 90px 0 70px
}

.yigo-container .what .wrap .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    width: 600px;
    padding-left: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px
}

.yigo-container .what .wrap .content .item .icon {
    width: 72px;
    height: 72px;
    margin-right: 18px
}

.yigo-container .what .wrap .content .item .icon img {
    width: 100%;
    height: 100%
}

.yigo-container .what .wrap .content .item .title {
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 28px
}

.yigo-container .what .wrap .content .item .sub {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px
}

.yigo-container .video {
    width: 1200px;
    margin: auto;
    background: #3c3c3c
}

.yigo-container .pic {
    margin: 90px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.yigo-container .pic .wrap {
    width: 1440px;
    height: 622px;
    background: url(./../imgs/yigo/img-5.png) no-repeat center center/cover
}

.yigo-container .run {
    background: #f5f5f5;
    padding: 90px 0;
    margin-top: 83px
}

.yigo-container .run .title {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    margin-bottom: 44px
}

.yigo-container .run .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 751px;
    flex: 0 0 751px;
    width: 751px;
    height: 306px
}

.yigo-container .run .left > img {
    width: 100%;
    height: 100%
}

.yigo-container .run .right {
    background: #2f65cc;
    height: 306px;
    padding: 0 75px
}

.yigo-container .run .right p {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px
}

.yigo-container .run .right a {
    text-decoration: none;
    cursor: pointer;
    margin-top: 40px;
    width: 85px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #fefefe;
    text-align: center;
    line-height: 50px;
    width: 182px;
    height: 50px;
    border: 1px solid #ffffff
}

.yigo-container .app .wrap {
    width: 1920px;
    min-height: 712px;
    background: url(./../imgs/yigo/img-13.png) no-repeat center center/cover
}

.yigo-container .app .wrap .title {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin: 90px 0 64px
}

.yigo-container .app .wrap .content .item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 280px;
    height: 384px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 74px 24px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    position: relative
}

.yigo-container .app .wrap .content .item > img {
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 86px
}

.yigo-container .app .wrap .content .item .h1 {
    font-size: 20px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px
}

.yigo-container .app .wrap .content .item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.yigo-container .timeline {
    background: #f5f8fb;
    padding-bottom: 90px
}

.yigo-container .timeline .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    padding: 90px 0 50px;
    text-align: center
}

.yigo-container .timeline .l {
    width: 966px;
    height: 412px
}

.yigo-container .timeline .l > img {
    width: 100%;
    height: 100%
}

.yigo-container .timeline .r {
    width: 214px;
    height: 295px;
    background: url(./../imgs/yigo/img-7.png) no-repeat center center/cover;
    color: #ffffff;
    line-height: 1;
    font-family: SimHei;
    text-align: center
}

.yigo-container .timeline .r h1 {
    font-family: SimHei;
    font-size: 34px;
    font-weight: bold
}

.yigo-container .timeline .r > p {
    font-size: 26px;
    padding: 10px 0;
    margin-bottom: 5px
}

.yigo-container .timeline .r .desc {
    padding-top: 5px;
    border-top: 1px solid #fff;
    font-size: 26px
}

.yigo-container .timeline .r .desc p {
    margin-top: 10px
}

.yigo-container .service {
    padding: 85px 0 48px
}

.yigo-container .service .title {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    padding-bottom: 30px
}

.yigo-container .update .wrap {
    width: 1920px;
    height: 600px;
    background: url(./../imgs/yigo/img-9.png) no-repeat center center/cover
}

.yigo-container .update .wrap .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    padding: 90px 0 48px
}

.yigo-container .update .wrap .content .list {
    width: 940px;
    margin: auto
}

.yigo-container .update .wrap .content .list .item {
    border-radius: 10px;
    width: 140px;
    height: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    background: rgba(0, 8, 47, 0.78);
    line-height: 30px
}

.yigo-container .update .wrap .content .list .item > img {
    width: 44px;
    height: 44px;
    margin-bottom: 30px
}

.yigo-container .update .wrap .content .ol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 0 36px;
    width: 940px;
    height: 96px;
    background: rgba(235, 235, 235, 0.9);
    border-radius: 4px
}

.yigo-container .update .wrap .content .ol .col {
    margin-right: 66px
}

.yigo-container .update .wrap .content .ol .col:last-child {
    margin-right: 0
}

.yigo-container .update .wrap .content .ol .item {
    margin-top: 14px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.yigo-container .update .wrap .content .ol .item span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #2f65cc;
    margin-right: 15px;
    color: #fff
}

.yigo-container .platform .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    text-align: center;
    padding: 90px 0 50px
}

.yigo-container .platform .l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 680px;
    flex: 0 0 680px;
    width: 680px;
    height: 500px
}

.yigo-container .platform .l img {
    width: 100%;
    height: 100%
}

.yigo-container .platform .r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 500px;
    background: #f5f8fb;
    padding-left: 30px;
    font-size: 14px
}

.yigo-container .platform .r .desc p {
    margin-bottom: 14px;
    color: #333
}

.yigo-container .platform .r .desc p span {
    text-align: center;
    display: inline-block;
    width: 152px;
    height: 32px;
    line-height: 32px;
    background: #2f65cc;
    color: #fff;
    margin-right: 10px
}

.yigo-container .platform .r a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 182px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #2f65cc;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    margin-top: 24px
}

.yigo-container .ecology {
    padding: 90px 0 0;
    overflow-x: hidden
}

.yigo-container .ecology .wrap {
    width: 1920px;
    height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 120px;
    background: url(./../imgs/yigo/img-1.png) no-repeat center center/cover
}

.yigo-container .ecology .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    text-align: center;
    margin-bottom: 48px
}

.yigo-container .ecological .wrap {
    width: 1920px;
    height: 600px;
    background: url(./../imgs/yigo/img-12.png) no-repeat center center/cover
}

.yigo-container .ecological .wrap .title {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding: 128px 0 33px
}

.yigo-container .ecological .wrap .sub {
    text-align: center;
    font-size: 20px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 102px
}

.yigo-container .ecological .wrap .content .item {
    text-align: center;
    width: 196px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin: 0 5px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.yigo-container .ecological .wrap .content .item p {
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px
}

.yigo-container .ecological .wrap .content .item img {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -31px
}

.yigo-container .ecological .wrap .content .item:hover p {
    color: #2f65cc
}

.yigo-container .plan .wrap {
    width: 1920px;
    height: 600px;
    background: url(./../imgs/yigo/img-6.png) no-repeat center center/cover
}

.yigo-container .plan .wrap .content {
    color: #fff;
    height: 100%
}

.yigo-container .plan .wrap .content .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1
}

.yigo-container .plan .wrap .content .title::after {
    content: '';
    display: block;
    width: 603px;
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#2f65cc), to(transparent));
    background: linear-gradient(to right, #2f65cc, transparent);
    margin-top: 20px;
    margin-bottom: 29px
}

.yigo-container .plan .wrap .content .desc {
    width: 461px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px
}

.yigo-container .plan .wrap .content .btn {
    margin-top: 45px;
    width: 244px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ffffff;
    width: 190px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none
}

.yigo-container .plan .wrap .content .btn:hover {
    border-color: #2f65cc;
    background-color: #2f65cc
}

.yigo-container .child-bottom {
    margin-top: 0
}

@media (max-width: 768px) {
    .yigo-container .child-top .wrap .content {
        height: 4.5rem;
        width: 7rem !important;
        padding-top: 0.5rem
    }

    .yigo-container .child-top .wrap .content .info .title {
        font-size: 0.5rem;
        line-height: 1.5
    }

    .yigo-container .child-top .wrap .content .info .btns a {
        padding: 0 0.5rem;
        height: 1rem;
        line-height: 1rem
    }

    .yigo-container .sticky .tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll
    }

    .yigo-container .what .wrap .title {
        margin-top: 1rem;
        margin-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .what .wrap .content {
        display: block
    }

    .yigo-container .what .wrap .content .item {
        width: 9.2rem;
        margin: 0 auto 0.5rem;
        padding: 0;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
        box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
        border-radius: 8px;
        padding: 0.4rem
    }

    .yigo-container .what .wrap .content .item .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem
    }

    .yigo-container .what .wrap .content .item .info .title {
        font-size: 0.35rem;
        margin-top: 0;
        margin-bottom: 0
    }

    .yigo-container .what .wrap .content .item .info .sub {
        font-size: 0.35rem;
        line-height: 1.4
    }

    .yigo-container .video {
        width: 9.2rem;
        margin: 0 auto
    }

    .yigo-container .pic {
        margin-top: 1rem
    }

    .yigo-container .pic .wrap {
        width: 100%;
        height: 4rem
    }

    .yigo-container .run {
        margin-top: 0;
        padding-top: 1rem
    }

    .yigo-container .run .title {
        margin-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .run .content {
        display: block
    }

    .yigo-container .run .content .left {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.5rem;
        background-color: #fff
    }

    .yigo-container .run .content .right {
        height: auto;
        padding: 1rem 0.5rem
    }

    .yigo-container .app .wrap {
        width: 100%;
        height: auto;
        background-size: auto 100%
    }

    .yigo-container .app .wrap .title {
        margin-top: 1rem;
        margin-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .app .wrap .content {
        display: block
    }

    .yigo-container .app .wrap .content .item {
        width: 9.2rem;
        margin: 2rem auto 0.5rem
    }

    .yigo-container .timeline {
        padding-bottom: 0
    }

    .yigo-container .timeline .title {
        padding-top: 1rem;
        padding-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .timeline .content {
        display: block
    }

    .yigo-container .timeline .l {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.4rem;
        height: auto
    }

    .yigo-container .timeline .r {
        width: 100%;
        margin-top: 0.5rem
    }

    .yigo-container .service {
        padding-top: 1rem
    }

    .yigo-container .service .title {
        padding-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .service .content img {
        width: 100%;
        height: auto
    }

    .yigo-container .update .wrap {
        width: 100%;
        height: auto;
        background-size: auto 100%
    }

    .yigo-container .update .wrap .title {
        padding-top: 1rem;
        padding-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .update .wrap .content .list {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .yigo-container .update .wrap .content .list .item {
        width: 4.2rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.2rem;
        flex: 0 0 4.2rem;
        margin-bottom: 0.5rem
    }

    .yigo-container .update .wrap .content .ol {
        width: 100%;
        height: auto;
        display: block;
        padding: 0.5rem
    }

    .yigo-container .update .wrap .content .ol .col .item {
        font-size: 0.35rem;
        line-height: 1.4
    }

    .yigo-container .update .wrap .content .ol .col .item span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        width: 28px
    }

    .yigo-container .platform .title {
        padding-top: 1rem;
        padding-bottom: 0.7rem;
        font-size: 0.5rem
    }

    .yigo-container .platform .content {
        display: block
    }

    .yigo-container .platform .content .l {
        display: none
    }

    .yigo-container .platform .content .r {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.5rem
    }

    .yigo-container .platform .content .r .desc p span {
        display: block;
        margin-bottom: 0.2rem
    }

    .yigo-container .platform .content .r a {
        margin: auto
    }

    .yigo-container .ecology {
        padding-top: 1rem
    }

    .yigo-container .ecology .title {
        font-size: 0.5rem;
        margin-bottom: 0.7rem
    }

    .yigo-container .ecology .wrap {
        width: 100%;
        height: auto;
        background-size: auto 100%;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .yigo-container .ecology .wrap .content img {
        width: 100%;
        height: auto
    }

    .yigo-container .ecological .wrap {
        width: 100%;
        height: auto
    }

    .yigo-container .ecological .wrap .title {
        padding-top: 1rem;
        padding-bottom: 0.7rem;
        font-size: 0.4rem
    }

    .yigo-container .ecological .wrap .sub {
        font-size: 0.4rem;
        line-height: 1.4;
        margin-bottom: 1.5rem
    }

    .yigo-container .ecological .wrap .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .yigo-container .ecological .wrap .content .item {
        width: 4.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5rem;
        flex: 0 0 4.5rem;
        margin-bottom: 1.5rem
    }

    .yigo-container .ecological .wrap .content .item p {
        font-size: 0.4rem
    }

    .yigo-container .plan .wrap {
        width: 100%;
        height: auto
    }

    .yigo-container .plan .wrap .content {
        padding-bottom: 1rem
    }

    .yigo-container .plan .wrap .content .title {
        padding-top: 1rem;
        padding-bottom: 0.7rem;
        font-size: 0.4rem;
        line-height: 1.5;
        font-size: 0.5rem;
        padding: 1rem 0.4rem 0
    }

    .yigo-container .plan .wrap .content .desc {
        padding: 0 0.4rem;
        font-size: 0.4rem
    }

    .yigo-container .plan .wrap .content .btn {
        margin-left: 0.4rem
    }
}

/*# sourceMappingURL=yigo.min.css.map */