.index-page {
    width: 100%;
    height: 100vh;
    /* min-height: 800px; */
}

.index-page h3 {
    font-size: 2.3em;
    margin-bottom: .6em;
}

.banner {
    position: relative;
    height: 100%;
}

.banner .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-1-ele {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    max-width: 800px;
    min-width: 360px;
    width: 70%;
}

.banner .swiper-white-block {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 16.67%;
    height: 100%;
    background: #fff;
    transition-delay: 1s;
    transform: scaleX(1);
    transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
}

.banner .swiper-white-block:nth-child(2) {
    left: 16.66%
}

.banner .swiper-white-block:nth-child(4) {
    left: 49.99%
}

.banner .swiper-white-block:nth-child(6) {
    left: 83.3%
}

.banner .swiper-white-block:nth-child(1) {
    left: 0
}

.banner .swiper-white-block:nth-child(3) {
    left: 33.33%
}

.banner .swiper-white-block:nth-child(5) {
    left: 66.65%
}

.banner .swiper-slide-active .swiper-white-block {
    transform: scaleX(0)
}

.banner .banner-ele {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
}

.banner .update {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%) !important;
    background: #224abdde;
    color: #fff;
    padding: 20px;
    min-width: 360px;
    width: 40%;
    font-size: 18px;
    line-height: 1.8;
}

.intro {
    background: #edf0f5;
    min-height: 100%;
}

.intro .intro-ele-1,.intro .intro-ele-2 {
    display: block;
    height: 30px;
    max-height: 2vh;
}

.intro .bg-blue {
    position: relative;
    background: #538de4;
    padding: 2em 0 2em;
    color: #fff;
    line-height: 2;
    margin-bottom: 6em;
}

.intro .bg-blue .triangle::after {
    content: '';
    position: absolute;
    bottom: -48px;
    display: block;
    width: 0;
    height: 0;
    border-top: 48px solid #538de4;
    border-right: 100px solid transparent;
}

.intro-card {
    position: relative;
    background: #fff;
    padding: 40px 7%;
    margin-bottom: 15px;
    cursor: pointer;
}

.intro-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 14px;
    background: #3f82e2;
    transition: 0.3s all;
}

.intro-card .head {
    position: relative;
    padding-left: 100px;
    margin-bottom: 1em;
    color: #000000;
}

.intro-card .head img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.intro-card .head .sub-title {
    color: #616161;
}

.intro-card .body {
    font-size: 1.2em;
    color: #959595;
    line-height: 1.6;
    margin-bottom: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.intro-card .more {
    position: relative;
    z-index: 0;
    color: #7b8391;
    width: 7.5em;
    background: #edf0f5;
    display: block;
    text-align: center;
    margin: auto;
    padding: 15px 0;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: .8em;
    font-weight: 600;
    transition: 0.3s all;
}

.intro-card .more::before,
.intro-card .more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.3s all;
}

.intro-card .more::before {
    width: 50%;
    height: 100%;
    background: #e1e5ea;
    border-radius: 5px 0 0 5px;
    z-index: -1;
}

.intro-card .more::after {
    width: 100%;
    height: 0;
    background: #4b80d1;
    z-index: -1;
    border-radius: 5px;
}

.intro-card:hover::after {
    width: 100%;
}

.intro-card .more:hover {
    color: #fff;
}

.intro-card .more:hover::after {
    height: 100%;
}

.invest {
    position: relative;
    min-height: 100%;
    padding-top: 4em;
}

.invest::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 13em;
    background-color: #edf0f5;
    z-index: -1;
}

.invest .invest-ele-1 {
    position: absolute;
    right: 4em;
    top: 1em;
    max-height: 30vw;
}

.invest .panel-head {
    color: #fff;
    background: url(/statics/images/index/invest-bg.jpg) no-repeat left top;
    padding-left: 2em;
    padding-top: 2em;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.invest .panel-head .zhcn {
    font-size: 3em;
}

.invest .panel-head .en {
    font-size: 1.3em;
    text-transform: uppercase;
}

.invest .panel-content {
    background: #fff;
    padding: 3em 3em 4em 3em;
    border-radius: 20px 0px 0px 20px;
    font-size: .9em;
    line-height: 2.5;
    margin-top: 3em;
}

.news {
    display: flex;
    align-items: center;
    height: 100%;
    background: #f8fafd url(/statics/images/index/news-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.news .panel-body {
    position: relative;
    height: 27em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 1em;
}

.news .panel-body .title {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    height: 50%;
    line-height: 15em;
    text-align: center;
    font-size: 1.6em;
    z-index: 0;
    transition: 0.3s all;
}

.news .panel-body .title::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -28%;
    display: block;
    width: 140%;
    height: 100%;
    background: #1b395a91;
    transform: rotateZ(15deg);
    z-index: -1;
}

.news .panel-body .head {
    font-size: 1.25em;
    margin-bottom: .5em;
}

.news .panel-body .list {
    background: #ffffffa6;
    height: 100%;
    padding: 4em 12% 0;
    opacity: 0;
    transition: 0.3s all;
}

.news .panel-body ul {
    margin: 0;
    padding: 0;
}

.news .panel-body li {
    position: relative;
    list-style: none;
    padding: .45em 0;
}

.news .panel-body li+li {
    border-top: 1px dashed #B9B9B9;
}

.news .panel-body li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #3f82e2;
}

.news .panel-body li a {
    color: #333;
    font-size: .9em;
}

.news .panel-body .more {
    display: inline-block;
    color: #3F82E2;
    font-size: .9em;
    margin-top: 0.8em;
    padding-right: 8px;
    border-bottom: 4px solid #3F82E2;
}

.news .panel-body:hover .title {
    opacity: 0;
}

.news .panel-body:hover .list {
    opacity: 1;
}

.news .panel-body li a:hover {
    color: #3F82E2;
}

.onestop {
    display: flex;
    align-items: center;
    height: 100%;
}

.onestop .window {
    position: relative;
    border: 1px solid #DCDCDC;
    border-left: 8px solid #d6e7ff;
    margin-bottom: 2.5em;
    padding: 2.8em 2em;
    transition: 1s all;
    cursor: pointer;
}

.onestop .window h4 {
    font-size: 1em;
    margin: 0;
}

.onestop .window ul {
    height: 0;
    overflow: hidden;
}

.onestop .window ul li {
    position: relative;
    line-height: 2;
    padding-left: 10px;
}

.onestop .window ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #a0c6fe;
}

.onestop .window ul a {
    color: #666;
}

.onestop .window .tel {
    position: absolute;
    bottom: 1em;
    opacity: 0;
}

.onestop .window.open {
    border-color: #9EC6FE;
    border-left-width: 1px;
    padding: 2.5em 2em 2em;
}

.onestop .right .window.open {
    padding-top: 2em;
}

.onestop .window.open {
    padding-bottom: 5em;
}
.onestop .window.open .tel {
    opacity: 1;
}

.onestop .left .window.open {
    min-height: 16.5em;
}

.onestop .right .window.open {
    min-height: 14.2em;
}

.onestop .window.open h4 {
    font-size: 1.6em;
    margin-bottom: .5em;
}

.onestop .window.open ul{
   height: auto;
}

.onestop .right .window.close {
    padding: 1em 3em;
}

.org {
    height: 100%;
    background: #f8fafd url(/statics/images/index/org-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.org h3{
    padding-top: 3em;
}
.org-item {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 3em;
    background-size: contain;
    border-radius: 28px;
    margin-bottom: 20px;
}
.org .footer {
        position: absolute;
        left: 0;
        bottom: 0;
}

@media screen and (max-width: 992px) {
    .index-page h3 {
        font-size: 1.8em;
    }


}

@media screen and (max-width: 768px) {
    .index-page h3 {
        font-size: 1.5em;
    }
    .index-page h4 {
        font-size: 1.3em;
    }
    .banner .update {
        font-size: 16px;
    }

    .intro .bg-blue {
        padding: 1em 0 1em;
        line-height: 2;
        margin-bottom: 2em;
    }

    .intro .bg-blue .triangle::after {
        border-top-width: 15px;
        border-right-width: 35px;
        bottom: -14px;
    }

    .intro-card {
        padding: 18px 7% 15px;
    }

    .intro-card .head {
        margin-bottom: 1em;
        padding-left: 70px;
    }

    .intro-card .head img {
        height: 4em;
    }

    .intro-card h3 {
        margin-bottom: .5em;
    }

    .intro-card .head .sub-title {
        font-size: 14px;
    }

    .intro-card .body {
        font-size: 12px;
        margin-bottom: 1em;
    }

    .intro-card .more {
        width: 6em;
        padding: 10px 0;
    }

    .invest .panel-head {
        width: 100%;
    }

    .invest .panel-head .zhcn {
        font-size: 1.6em;
    }

    .invest .panel-head .en{
        font-size: 1.2em;
    }
    .invest .panel-content {
        margin-top: 8em;
    }
    .news .panel-body {
        height: 17.5em;
    }
    .news .panel-body .list{
        opacity: 1;
        padding-top: 1em;
    }
    .news .panel-body .title {
        opacity: 0;
    }
    .news .panel-body .head {
        margin-bottom: 0;
    }
    .news .panel-body .more {
        margin-top: 0;
    }
    .onestop .window {
        margin-bottom: 1em;
    }
    .org-item{
        margin-bottom: 10px;
    }
    .onestop .left .window.open {
        min-height: auto;
    }
    .onestop .window.open {
        padding-top: 1em;
        padding-bottom: 3em;
    }
    .onestop .window .tel {
        bottom: 0em;
    }
    .onestop .window.open h4 {
        font-size: 1.3em;
    }
    .onestop .window{
        padding: 2.5em 2em;
    }
}