.header {
    position: fixed
}

.banner {
    height: 7.875rem;
    background-color: #004dc9;
    position: relative;
    overflow: hidden
}

.banner .img1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background: url(../images/anli_banner.png) no-repeat center center/cover
}

.banner .bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.banner .bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .15);
    bottom: -160px;
    -webkit-animation: square 35s infinite;
    animation: square 35s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.banner .bg-bubbles li:nth-child(1) {
    left: 10%
}

.banner .bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}

.banner .bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.banner .bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    background-color: rgba(255, 255, 255, .25)
}

.banner .bg-bubbles li:nth-child(5) {
    left: 70%
}

.banner .bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    background-color: rgba(255, 255, 255, .2)
}

.banner .bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 13s;
    animation-delay: 13s
}

.banner .bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
    -webkit-animation-duration: 48s;
    animation-duration: 48s
}

.banner .bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 48s;
    animation-duration: 48s;
    background-color: rgba(255, 255, 255, .3)
}

.banner .bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 19s;
    animation-delay: 19s
}

.banner .layout {
    position: relative;
    height: 100%;
    z-index: 2
}

.banner .layout .banner-container {
    width: 5.925rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    overflow: hidden
}

.banner .layout .banner-container .title-box {
    padding: .3625rem .425rem .3625rem;
    color: #fff;
    background-color: var(--background);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.banner .layout .banner-container .title-box .title-mask {
    overflow: hidden
}

.banner .layout .banner-container .title-box .title {
    display: block;
    font-weight: 900;
    font-size: .375rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation: anIn .6s cubic-bezier(.86, 0, .07, 1);
    animation: anIn .6s cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner .layout .banner-container .title-box .titleEn {
    font-size: 16px;
    padding-top: .1875rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation: anIn .6s cubic-bezier(.86, 0, .07, 1);
    animation: anIn .6s cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.banner .layout .banner-container .title-box .subtitle {
    margin-top: .5rem;
    height: 49px;
    overflow: hidden
}

.banner .layout .banner-container .title-box .subtitle a {
    display: inline-block;
    border: 1px solid #fff;
    padding: .15rem .675rem .1375rem .2625rem;
    font-size: 18px;
    color: #fff;
    background: url(../images/subtitle-button.png) no-repeat right .275rem center;
    background-size: .2625rem .2rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation: anIn .7s cubic-bezier(.86, 0, .07, 1);
    animation: anIn .7s cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.banner .layout .banner-container .text-animation-active {
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.banner .layout .banner-container .text-animation-active .title1 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: anEn .6s cubic-bezier(.86, 0, .07, 1);
    animation: anEn .6s cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.banner .layout .banner-container .text-animation-active .subtitle1 a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: anEn .7s cubic-bezier(.86, 0, .07, 1);
    animation: anEn .7s cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.section1 {
    background-color: #fff
}

.section1 .section-title {
    padding: .6rem 0 .6rem;
    background-color: #fff
}

.section1 .section-title .title_top {
    width: 100%;
    text-align: center
}

.section1 .section-title .title_top h3 {
    color: #333;
    font-weight: 700;
    padding-top: .225rem;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    font-size: .375rem;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: .5rem
}

.section1 .section-title .title_top h3::before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.075rem;
    height: .075rem;
    background: var(--background);
    content: ""
}

.section1 .section-title .title_top .subtitle {
    font-size: .225rem;
    color: #999;
    line-height: 1.5
}

.section1 .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 99%;
    margin: 10px auto
}

.section1 .rows .items {
    width: 32%;
    margin-bottom: .75rem;
    -webkit-box-shadow: 0 10px 10px #ccc;
    box-shadow: 0 10px 10px #ccc;
    padding: .575rem .25rem;
    border-top: 4px solid #004dc9
}

.section1 .rows .items .img1 {
    max-width: .65rem;
    max-height: .65rem;
    margin: 0 auto
}

.section1 .rows .items .img1 img {
    max-width: .65rem;
    max-height: .65rem
}

.section1 .rows .items .title {
    margin: .3rem 0 .3rem;
    font-weight: 700;
    font-size: .3rem;
    color: #333;
    text-align: center
}

.section1 .rows .items .content {
    font-size: 16px;

    color: #999;
    line-height: 2
}

.section1 .rows .item1 {
    width: 32%
}

.section2 {
    padding: .15rem 0 1.025rem;
    background-color: #fff
}

.section2 .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section2 .rows .items {
    width: 100%
}

.section2 .rows .items .img1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: .1375rem;
    display: inline-block
}

.section2 .rows .items .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section2 .rows .items .img1:last-child {
    margin-bottom: 0
}

.section2 .rows .items2 {
    margin: 0 .1875rem
}

.section2 .rows .items2 .img1 {
    width: 100%;
    height: calc(2.5375rem * 2 + 11px);
    overflow: hidden;
    background-color: #004dc9
}

.section2 .rows .items2 .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-rows {
    padding: 0;
    overflow: hidden
}

.section-rows .item {
    padding: 79px 0
}

.section-rows .item .rows {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-rows .item .rows .img1 {
    width: 4.4875rem;
    max-width: 4.4875rem;
    max-height: 2.825rem;
    margin-right: 1.6125rem
}

.section-rows .item .rows .img1 img {
    max-width: 4.4875rem;
    max-height: 2.825rem
}

.section-rows .item .rows h3 {
    font-size: .275rem;
    font-weight: 700;
    color: #2a52cb;
    margin-bottom: .3125rem
}

.left_anli .item .content ul li {
    padding-left: 25px;
    position: relative;
}

.left_anli .item .content ul li::after {
    content: "";
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #999999;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.section-rows .item:nth-child(even) {
    background-color: #fff
}

.section-rows .item:nth-child(even) .rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section-rows .item:nth-child(even) .rows .img1 {
    margin-right: 1.4125rem;
    margin-left: 2.5rem
}

.section-rows .item:nth-child(odd) {
    background-color: #f8f8f8
}

@media screen and (max-width:1463px) {
    .banner .layout .banner-container {
        left: 10px;
        width: 100%;
        max-width: 5.925rem
    }
}

@media screen and (max-width:1200px) {
    .section-rows .item .rows {
        width: 100%
    }
}

@media screen and (max-width:1080px) {
    .section2 .rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    /* .section2 .rows .items {
        width: 49.5%
    }

    .section2 .rows .items2 {
        margin: 0
    }

    .section2 .rows .items3 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section2 .rows .items3 .img1 {
        width: 49.5%;
        margin-top: .1375rem
    } */
}

@media screen and (max-width:765px) {
    .section-rows .item .rows {
        display: block
    }

    .section-rows .item .rows .img1 {
        margin-bottom: 20px
    }

    .section-rows .item .rows .img1 {
        margin-right: 0;
        max-width: auto;
        max-height: auto;
        width: auto;
        height: auto;
        margin: 0 auto 20px
    }

    .section-rows .item .rows .img1 img {
        max-width: auto;
        max-height: auto
    }

    .section-rows .item .rows .lists {
        margin: 0 auto
    }

    .section-rows .item:nth-child(even) .rows .img1 {
        margin: 0 auto 20px
    }
}

@media screen and (max-width:580px) {
    .section2 .rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section2 .rows .items {
        width: 100%
    }

    .section2 .rows .items2 {
        margin: 0
    }

    .section2 .rows .items3 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section2 .rows .items3 .img1 {
        width: 100%;
        margin-top: .1375rem
    }
}

@media screen and (max-width:680px) {
    .section1 .rows .items {
        width: 49%
    }
}

@media screen and (max-width:580px) {
    .banner {
        height: 330px
    }
}

@media screen and (max-width:375px) {
    .banner .layout .banner-container {
        max-width: 85%
    }

    .banner .layout .banner-container .title-box .title {
        font-size: 18px
    }

    .section1 .rows .items {
        width: 100%
    }

    .section1 .rows .items .content {
        -webkit-line-clamp: 6
    }
}

.list-flex {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;


}

.list-flex .anli-flex {
    display: flex;
    flex-wrap: wrap;
            justify-content: space-between;
}

.list-flex .anli-flex .item {
    width: 15.3%;
    margin-left: 1%;
    transition: width .7s cubic-bezier(.165, .84, .44, 1),
        padding-top .8s cubic-bezier(.165, .84, .44, 1);
            flex: 1 1 auto;

}
.list-flex .anli-flex .item::first-child {
    margin-left: 0;
    
}

.list-flex .anli-flex .item .rows {
    background-color: #f3f3f3;
    height: 100%;
    width: 100%;
    padding-top: 1.35rem;
    padding-bottom: 1.2875rem;
    padding-left: .3375rem;
    padding-right: .3375rem;
}

.list-flex .anli-flex .item .rows .img1 {
    max-width: 54px;
    max-height: 56px;
    overflow: hidden;
    margin: 0 auto;
}

.list-flex .anli-flex .item .rows .img1 img {
    max-width: 54px;
    max-height: 56px;
}

.list-flex .anli-flex .item .rows .lists h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 48px;
}

.list-flex .anli-flex .item .rows .lists .content {
    font-size: 18px;
    color: #999999;
    line-height: 36px;
}

.list-flex .anli-flex div.active {
    width: 32%;
    padding-top: 0;
    transition: width .7s cubic-bezier(.165, .84, .44, 1),
        padding-top .8s cubic-bezier(.165, .84, .44, 1);
}

.list-flex .anli-flex .item .rows .img1 .images_hover {
    display: none;
}

.list-flex .anli-flex .item .rows .img1 .img_hide {
    display: block;
}

.list-flex .anli-flex div.active .rows {
    background-color: #004dc9;
}

.list-flex .anli-flex div.active .rows .img1 .images_hover {
    display: block;
}

.list-flex .anli-flex div.active .rows .img1 .img_hide {
    display: none;
}

.list-flex .anli-flex div.active .rows .lists h3 {
    color: #fff;
}

.list-flex .anli-flex div.active .rows .lists .content {
    color: #c3d2fb;
}

@media screen and (max-width: 1080px) {
    .list-flex .anli-flex .item .rows .lists .content {
        display: none;
    }

    .list-flex .anli-flex div.active .rows .lists .content {
        display: block;
    }
}

@media screen and (max-width: 680px) {
    .list-flex .anli-flex .item {
        width: 100%;margin-bottom: 10px;
    }

    .list-flex .anli-flex .item .rows .lists .content {
        display: block;
        color: #999;
    }

    .list-flex .anli-flex div.active {
        width: 100%;
    }

    .list-flex .anli-flex div.active .rows .lists h3 {
        color: #333;
    }

    .list-flex .anli-flex div.active .rows .lists .content {
        color: #999;
    }

    .list-flex .anli-flex div.active .rows {
        width: 100%;
        background-color: #f3f3f3;
    }

    .list-flex .anli-flex div.active .rows .img1 .images_hover {
        display: none;
    }

    .list-flex .anli-flex div.active .rows .img1 .img_hide {
        display: block;
    }
}