.banner {
    position: relative;
    overflow: hidden
}

.banner .swiper-slide {
    padding: 0 1.00rem .60rem;
}

.banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.banner {
    max-width: 12.20rem;
    margin: 0 auto;
}

.banner .swiper-slide {
    padding: 0 0 .60rem;
}

.banner img {
    width: 100%;
}

.banner img.mob {
    display: none
}

.banner-operation {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0.21rem;
    z-index: 2
}

.banner-operation .swiper-pagination-bullet {
    font-size: 0;
    width: 0.19rem;
    height: 0.12rem;
    background-color: #f0eded;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin: 0 0.06rem;
    opacity: 1;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.banner-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.69rem;
    background-color: #064c84
}

.data-box {
    border-top: solid 0.06rem #efc490;
    background: -webkit-gradient(linear, left top, left bottom, from(#064c84), to(#203c53));
    background: linear-gradient(180deg, #064c84 0, #203c53 100%);
    padding: 0.14rem 0 0.12rem;
    color: #dab588
}

.data-box .data-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.data-box .data-list ul li {
    width: 20%;
    text-align: center
}

.data-box .data-list ul li .intro {
    font-size: 0.18rem;
    margin-bottom: 0.25rem
}

.data-box .data-list ul li .data {
    font-size: 0.24rem
}

.data-box .data-list ul li .data .num {
    font-size: 1.4em
}

.data-box .data-source {
    margin-top: 0.38rem;
    text-align: right;
    font-size: 0.14rem
}

.section h4 {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.19rem
}

.news {
    padding: .86rem 0 0.46rem
}

.news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-content .news-img {
    position: relative;
    width: 7.05rem;
    border-radius: 0.08rem;
    overflow: hidden
}

.news-content .news-img a {
    display: block;
    position: relative;
    height: 100%
}

.news-content .news-img a .img-box {
    position: relative;
    height: 3.965625rem;
}

.news-content .news-img a .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.53rem;
    line-height: 0.53rem;
    background-color: #064c84;
    padding: 0 0.80rem;
    z-index: 2;
    color: #fff;
    font-size: 0.20rem;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-content .news-img .swiper-button-next,
.news-content .news-img .swiper-button-prev {
    width: 0.20rem;
    height: 0.20rem;
    background: 0 0;
    top: auto;
    bottom: 0.16rem;
    left: 0.10rem;
    font-size: 0.20rem;
    color: #fff
}

.news-content .news-img .swiper-button-next.swiper-button-disabled,
.news-content .news-img .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit
}

.news-content .news-img .swiper-button-next {
    left: auto;
    right: 0.10rem
}

.news-list {
    width: 5.00rem
}

.news-list .more-btn {
    height: .45rem;
}

.news-list .news-nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-list .news-nav-box .news-nav a,
.news-list .news-nav-box .news-nav span {
    display: inline-block;
    margin-right: 0.30rem;
    font-size: 0.20rem;
    line-height: 0.24rem;
    padding-bottom: 0.12rem;
    position: relative;
    cursor: pointer
}

.news-list .news-nav-box .news-nav a:last-child,
.news-list .news-nav-box .news-nav span:last-child {
    margin-right: 0
}

.news-list .news-nav-box .news-nav a.current,
.news-list .news-nav-box .news-nav span.current {
    font-weight: 600
}

.news-list .news-nav-box .news-nav a.current::after,
.news-list .news-nav-box .news-nav span.current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.04rem;
    width: 100%;
    background-color: #064c84
}

.news-list .news-nav-box .news-more a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.18rem;
    padding-top: 0.03rem;
    color: #666
}

.news-list .list li:nth-of-type(2n+1) a {
    background-color: #fff
}

.news-list .list li.current a {
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 1px 0.06rem 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 0.06rem 1px rgba(0, 0, 0, .16);
    border: 1px solid #064c84;
    font-weight: 500
}

.news-list .list li a {
    background-color: #f5f6f8;
    height: 0.70rem;
    display: block;
    font-size: 0.20rem;
    padding: 0.24rem 0.16rem;
    line-height: 0.22rem;
    border: 1px solid #f5f5f5;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .4s cubic-bezier(.4, 0, .2, 1) 0s;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.investment-management {
    padding: 0.46rem 0 .58rem
}

.investment-management h4 {
    margin-bottom: 0.45rem
}

.investment-management .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.investment-management .content ul li {
    width: 2.34rem;
    height: 5.05rem;
    border-radius: 0.08rem;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0.04rem 1px rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 0.04rem 1px rgba(0, 0, 0, .16);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.investment-management .content ul li img {
    -webkit-transition: -webkit-filter .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: -webkit-filter .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: filter .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: filter .4s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-filter .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.investment-management .content ul li .art-box {
    position: absolute;
    padding: 0.50rem 0.25rem;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: background-color .3s;
}

.investment-management .content ul li:hover .art-box {
    background-color: rgba(255, 255, 255, 0.8)
}

.investment-management .content ul li .art-box h6 {
    font-size: 0.18rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.20rem;
}

.investment-management .content ul li .art-box .intro {
    font-size: 0.16rem;
    color: #666;
    line-height: 2.25;
    margin-bottom: 0.40rem;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.investment-management .content ul li .art-box .more-btn {
    width: 1.84rem;
    height: 0.33rem;
    line-height: 0.33rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.investment-management .content ul li .art-box .more-btn.more-top {
    margin-top: 2rem;
}

.investment-management .content ul li:hover {
    -webkit-transform: translateY( -0.27rem);
    transform: translateY( -0.27rem)
}

.investment-management .content ul li:hover img {
    -webkit-filter: blur( 0.04rem);
    filter: blur( 0.04rem)
}

.investment-management .content ul li:hover .art-box .intro,
.investment-management .content ul li:hover .art-box .more-btn {
    opacity: 1
}

.high-quality-project {
    background: url(/gszc/template/static/img/bg.png) bottom center no-repeat;
    background-size: 19.20rem auto;
    padding: 0.33rem 0 0.75rem
}

.high-quality-project .list {
    margin-bottom: 0.48rem
}

.high-quality-project .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.high-quality-project .list ul li {
    width: 3.96rem
}

.high-quality-project .list ul li a {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0.03rem 0.06rem 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0.03rem 0.06rem 1px rgba(0, 0, 0, .16);
    border-radius: 0.08rem;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    padding-bottom: 2.21rem
}

.high-quality-project .list ul li a .img-box {
    position: relative;
    height: 2.05rem;
    overflow: hidden
}

.high-quality-project .list ul li a .txt-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0.30rem 0.38rem 0.87rem;
    background-color: #fff
}

.high-quality-project .list ul li a .txt-box h6 {
    font-weight: 400;
    font-size: 0.20rem;
    line-height: 2;
    height: 1.20rem;
    overflow: hidden
}

.high-quality-project .list ul li a .txt-box .intro {
    font-size: 0.16rem;
    line-height: 0.36rem;
    padding-bottom: 0.16rem;
    color: #666;
    display: none
}

.high-quality-project .list ul li a .txt-box .time-icon {
    position: absolute;
    left: 0;
    padding: 0 0.38rem;
    width: 100%;
    bottom: 0.30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.high-quality-project .list ul li a .txt-box .time-icon .time {
    font-size: 0.18rem
}

.high-quality-project .list ul li a .txt-box .time-icon .icon-box {
    width: 0.44rem;
    height: 0.46rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: background-color .4s cubic-bezier(.4, 0, .2, 1) 0s;
    background-color: transparent
}

.high-quality-project .list ul li a .txt-box .time-icon .icon-box .iconfont {
    font-size: 0.20rem;
    color: #064c84;
    -webkit-transition: color .4s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: color .4s cubic-bezier(.4, 0, .2, 1) 0s
}

.high-quality-project .list ul li.current a .txt-box .time-icon .icon-box {
    background-color: #064c84
}

.high-quality-project .list ul li.current a .txt-box .time-icon .icon-box .iconfont {
    color: #fff
}

.high-quality-project .more-btn {
    margin: 0 auto;
    width: 2.55rem;
    height: 0.45rem;
    line-height: 0.45rem
}

@media screen and (max-width: 750PX) {
    .banner img.pc {
        display: none
    }
    .banner img.mob {
        display: block
    }
    .banner .swiper-slide {
        padding: 0;
    }
    .banner .banner-operation {
        text-align: left;
        padding: 0 0.40rem;
        bottom: .17rem
    }
    .data-box {
        padding: 0.70rem 0
    }
    .data-box .main {
        padding: 0 0.40rem;
        width: 100%
    }
    .data-box .data-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .data-box .data-list ul li {
        width: 50%;
        margin-top: 0.80rem
    }
    .data-box .data-list ul li:nth-of-type(1),
    .data-box .data-list ul li:nth-of-type(2) {
        margin-top: 0
    }
    .data-box .data-list ul li .intro {
        font-size: 0.24rem
    }
    .data-box .data-list ul li .data {
        font-size: 0.36rem
    }
    .data-box .data-list ul li .data .num {
        font-size: 0.60rem
    }
    .data-box .data-source {
        text-align: left;
        font-size: 0.16rem;
        line-height: 1.5625;
        padding: 0 0.75rem
    }
    .data-box .data-source span {
        display: block
    }
    .section h4 {
        font-size: 0.36rem;
        margin-bottom: 0.52rem
    }
    .news {
        padding: 0.62rem 0.40rem 0.50rem
    }
    .news .main {
        padding: 0
    }
    .news .news-content {
        display: block;
        position: relative;
        padding-top: 1.62rem
    }
    .news .news-content .news-img {
        width: 100%;
        margin-bottom: 0.30rem
    }
    .news .news-content .news-img a .img-box {
        height: 4.10rem
    }
    .news .news-content .news-img a .title {
        position: static;
        height: 1.18rem;
        padding: 0.23rem 0.77rem;
        font-size: 0.24rem;
        line-height: 1.5;
        white-space: inherit
    }
    .news .news-content .news-img .swiper-button-next,
    .news .news-content .news-img .swiper-button-prev {
        bottom: 0.46rem
    }
    .news .news-content .news-list {
        width: 100%
    }
    .news .news-content .news-list .news-nav-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        background-color: #f5f6f8;
        -webkit-box-shadow: 0 0.04rem 0.06rem 0 rgba(80, 106, 127, .14);
        box-shadow: 0 0.04rem 0.06rem 0 rgba(80, 106, 127, .14)
    }
    .news .news-content .news-list .news-nav-box .news-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .news .news-content .news-list .news-nav-box .news-nav a,
    .news .news-content .news-list .news-nav-box .news-nav span {
        display: block;
        line-height: 1.10rem;
        text-align: center;
        width: 33.33%;
        margin-right: 0
    }
    .news .news-content .news-list .news-nav-box .news-nav a.current::after,
    .news .news-content .news-list .news-nav-box .news-nav span.current::after {
        height: 0.10rem
    }
    .news .news-content .news-list .news-nav-box .news-more {
        display: none
    }
    .news .news-content .news-list .list li a {
        padding: 0 0.30rem;
        line-height: 1.12rem;
        height: auto
    }
    .news .news-content .news-list .list ul {
        margin-bottom: 0.40rem
    }
    .news .news-content .news-list .list .more-btn {
        height: 1.04rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .investment-management {
        padding: 0.50rem 0.40rem 0.50rem
    }
    .investment-management .main {
        padding: 0
    }
    .investment-management .content {
        overflow: auto;
        padding: 0.27rem 0.40rem 0.50rem;
        margin-top: -0.27rem;
        margin-left: -0.40rem
    }
    .investment-management .content ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    .investment-management .content ul li {
        width: 2.85rem;
        margin-right: 0.30rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .investment-management .content ul li:last-of-type {
        margin-right: 0
    }
    .investment-management .content ul li .art-box h6 {
        font-size: 0.22rem
    }
    .investment-management .content ul li .art-box .intro {
        font-size: 0.24rem;
        max-height: calc(100% - 1.6rem);
        overflow: auto
    }
    .investment-management .content ul li .art-box .more-btn.more-top {
        margin-top: 1.3rem;
    }
    .high-quality-project {
        padding: 0.80rem 0.40rem 1.00rem;
        background-color: #f2f6f9
    }
    .high-quality-project .list {
        overflow: auto
    }
    .high-quality-project .list ul li {
        margin-right: 0.37rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .high-quality-project .list ul li a {
        padding-bottom: 2.90rem
    }
    .high-quality-project .list ul li a .img-box {
        height: 2.33rem
    }
    .high-quality-project .list ul li a .txt-box {
        padding-bottom: 1.37rem
    }
    .high-quality-project .list ul li a .txt-box h6 {
        font-size: 0.24rem;
        line-height: 1.5;
        height: 1.08rem
    }
    .high-quality-project .list ul li a .txt-box .intro {
        display: none!important
    }
    .high-quality-project .more-btn {
        height: 1.04rem;
        width: 100%
    }
}<!--ºÄÊ±1763886763.8698Ãë-->