@charset "utf-8";
html{
    overflow:auto;
}
body {
    overflow-x: hidden;
    background: url(../images/large-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    min-width: 1600px;
}

.bscreen {
    max-width: 1920px;
    margin: 0 auto;
    /* padding: ; */
}

.bscreen-tit {
    position: relative;
}

.bscreen-tit h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: .15rem;
}

.bscreen-tit h1 img {
    display: block;
    margin: 0 auto;
    height: .36rem;
}

.bscreen-bj {
    padding-top: .05rem;
}

.bscreen-bj img {
    display: block;
    margin: 0 auto;
    height: 1.24rem;
}

.bs-time {
    position: absolute;
    right: 0.4rem;
    top: .4rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #00eaff;
}

.bsnav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: .45rem 0;
    width: 2.4rem;
    background-color: rgba(0, 46, 122, .93);
    transform: translateX(-100%);
    z-index: 9;
    transition: all 0.5s;
}

.bsnav.on {
    transform: translateX(0);
}

.bsnav.on .bsnav-btn img {
    transform: rotateY(0);
}

.bsnav-btn {
    position: absolute;
    left: 100%;
    width: 0.73rem;
    height: 0.42rem;
    background-image: linear-gradient(0deg,
            #276ce9 0%,
            #02cefe 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 .22rem 0.22rem 0;
    cursor: pointer;
    top: 0.2rem;
}

.bsnav-btn img {
    display: block;
    transform: rotateY(180deg);
    transition: all 0.5s;
}

.bsnav-list {
    height: 100%;
}

.bsnav ul {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.bsnav ul li {
    padding: 0 .22rem;
    position: relative;
}

.bsnav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: rgba(2, 29, 75, 3);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.bsnav ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #ecf9ff;
    padding: .22rem .08rem;
    border-bottom: 1px dashed rgba(236, 249, 255, .3);
    position: relative;
    z-index: 2;
    position: relative;
    font-family: PingFang-SC-Medium;
}

.bsnav ul li a::after {
    content: "";
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-right.png) no-repeat;
    background-position: center center;
    width: 0.08rem;
    height: 0.12rem;
    background: url(../images/icon-right.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.bsnav ul li:hover {
    z-index: 9;
}

.bsnav ul li:hover::before {
    opacity: 1;
}

.bsnav ul li:hover a {
    border-color: transparent;
}

.bsnav ul li:hover a::after {
    opacity: 1;
}


.bscreen-main {
    padding: .3rem .3rem .2rem .3rem;
    margin-top: -0.7rem;
}

.bsc-box {
    padding: .25rem .3rem .2rem .3rem;
}

.bsc-block {
    display: flex;
    justify-content: space-between;
    margin-top: .15rem;
}

.bsc-block:nth-child(1) {
    margin-top: 0;
}

.bsc1 {
    width: 66%;
    background: url(../images/block-bj1.png) no-repeat;
    background-size: 100% 100%;
}

.bsc1 {
    display: flex;
    justify-content: space-between;
}

.bsc1-l {
    width: 50%;
}

.bsc1-l ul li a {
    display: block;
    position: relative;
}

.bsc1-l ul li a .pic {
    padding-top: 56%;
}

.bsc1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.bsc1-l ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .2rem;
    z-index: 8;
    font-size: .18rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem 0 .2rem;
    bottom: .2rem;
}

.bsc1-l .slick-dots {
    bottom: .2rem;
    font-size: 0;
    text-align: center;
    width: auto;
    left: auto;
    right: .2rem;
}

.bsc1-l .slick-dots li {
    transition: all 0.3s;
    width: .1rem;
    height: .1rem;
    background-color: rgba(255, 255, 255, .27);
    border-radius: 8px;
    margin: 0 .05rem;
    overflow: hidden;
}

.bsc1-l .slick-dots li.slick-active {
    background: #fff;
}

.itit {
    display: flex;
    align-items: center;
    padding-bottom: .15rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.itit img {
    display: block;
    margin-right: .1rem;
}

.itit span {
    display: block;
    font-size: 0.22rem;
    line-height: .26rem;
    letter-spacing: -0.01rem;
    color: #f7f7f7;
    font-family: PingFang-SC-Heavy;
}

.bsc1-r {
    width: 48%;
}

.bsc1-r table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.bsc1-r table tr th {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: -0.01rem;
    color: #00deff;
    padding: 0 .1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bsc1-r table tr td {
    padding: 0 .1rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.39rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}.bsc1-r table tr td a {
    color: #ffffff;
}
.bsc1-r table tr:nth-child(1) td {
    border: none;
}

.bsc1-r table tr td p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bsc2 {
    width: 33%;
    background: url(../images/block-bj2.png) no-repeat;
    background-size: 100% 100%;
}

.ilist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .13rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1);
    line-height: .56rem;
}

.ilist li:nth-child(1) a {
    border-top: none;
}

.ilist li a::before {
    content: "";
    position: absolute;
    left: .03rem;
    width: 0.04rem;
    height: 0.04rem;
    background: rgba(0, 222, 255, .34);
}


.ilist li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.14rem;
    font-weight: normal;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ilist li a span {
    font-size: 0.12rem;
    font-weight: normal;
    color: #00deff;
    margin-left: .1rem;
    display: flex;
    align-items: center;
}

.ilist li a span i {
    font-style: normal;
    width: 1px;
    background: #00deff;
    opacity: 0.27;
    height: 0.12rem;
    margin: 0 .1rem;
}

.bsc3, .bsc4, .bsc5 {
    width: 33%;
    background: url(../images/block-bj3.png) no-repeat;
    background-size: 100% 100%;
}

.bsc6 {
    width: 25%;
    background: url(../images/block-bj4.png) no-repeat;
    background-size: 100% 100%;
}

.bsc7 {
    width: 25%;
    background: url(../images/block-bj5.png) no-repeat;
    background-size: 100% 100%;
}

.bsc8 {
    width: 48%;
    background: url(../images/block-bj6.png) no-repeat;
    background-size: 100% 100%;
}

.bsc6-c {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bsc6-l h3 {
    font-family: Swiss721BT-BlackCondensed;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #00deff;
}

.bsc6-l p {
    font-family: PingFang-SC-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #09f6ff;
    margin-top: .3rem;
}

.bsc6-l p b {
    font-size: 0.24rem;
    font-weight: normal;
    color: #ffffff;
    width: 0.13rem;
    height: 0.15rem;
}

.bsc6-l p span {
    background: url(../images/icon-up.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.bsc6-r {
    position: relative;
}

.bsc6-rbj img {
    display: block;
    height: 1.62rem;
    animation: circle infinite 5s linear;
}

@keyframes circle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.bsc6-rpic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bsc6-rpic img {
    display: block;
    height: 1.01rem;
}


.bsc-block3 .itit {
    padding-bottom: .1rem;
    border-bottom: 0;
}

.bsc7-c {
    display: flex;
}

.bsc7-slick {
    flex: 1;
    min-width: 0;
}

.bsc7-slick ul li .pic {
    padding-top: 43%;
}

.bsc7-type {
    margin-left: .1rem;
}

.bsc7-type ul li {
    width: 0.44rem;
    height: 0.27rem;
    background-color: #032457;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.23rem;
    color: #ffffff;
    text-align: center;
    margin-top: .1rem;
}


.bsc7-type ul li:nth-child(1) {
    border: solid 0.02rem #d95040;
    margin-top: 0;
}
.bsc7-type ul li:nth-child(1).on {
    background:#d95040;
    color:#fff;
}
.bsc7-type ul li:nth-child(2) {
    border: solid 0.02rem #ff991e;
}
.bsc7-type ul li:nth-child(2).on {
    background:#ff991e;
    color:#fff;
}
.bsc7-type ul li:nth-child(3) {
    border: solid 0.02rem #06b8ad;
}
.bsc7-type ul li:nth-child(3).on {
    background:#06b8ad;
    color:#fff;
}

.bsc7-slick .slick-dots {
    width: auto;
    right: 0.05rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.bsc7-slick .slick-dots li {
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    margin: .05rem 0;
    background: #d0d0d0;
}

.bsc7-slick .slick-dots li.slick-active {
    background: #000;
}

.bsc8-c {
    display: flex;
    justify-content: space-between;
}

.bsc8-l {
    width: 80%;
}

#chartDom2,#becharts2 {
    height: 1.55rem;
}

.bsc8-r {
    width: 18%;
}