.startAnmation {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #A0131A;
    z-index: 9999;
    -webkit-transition: all 0.5s 7s;
    transition: all 0.5s 7s;
}
.startAnmation .one {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.startAnmation .two {
    width: 30%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.startAnmation .three {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all 1.5s 3.5s;
    transition: all 1.5s 3.5s;
}
.startAnmation .logi {
    width: 30vw;
    height: 22vw;
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 1s 5s;
    transition: all 1s 5s;
}
.startAnmation .logh {
    width: 30vw;
    height: 22vw;
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.2s 6.2s;
    transition: all 0.2s 6.2s;
}
.startAnmation .mb {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    -webkit-transition: all 1s 6s;
    transition: all 1s 6s;
    background-color: #FFFFFF;
}
.startAnmation.startAnmationActive {
    opacity: 0;
}
.startAnmation.startAnmationActive .one {
    -webkit-animation: hide 2s;
    animation: hide 2s;
}
.startAnmation.startAnmationActive .two {
    -webkit-animation: hide 2s;
    animation: hide 2s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.startAnmation.startAnmationActive .three {
    opacity: 0.3;
    bottom: 0;
}
.startAnmation.startAnmationActive .logi {
    opacity: 1;
}
.startAnmation.startAnmationActive .logh {
    opacity: 1;
}
.startAnmation.startAnmationActive .mb {
    bottom: 0;
}
@-webkit-keyframes hide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0;
    }
}
#head {
    background-color: transparent;
    position: absolute;
}
#head.head-fix {
    position: fixed;
    background-color: #A0131A;
}

img {
    width: 100%;
    height: auto;
}
.mySwiperBanner .swiper-slide {
    width: 100%;
}
.mySwiperBanner .swiper-slide img {
    width: 100%;
    height: auto;
}
.mySwiperBanner .swiper-pagination {
    bottom: auto;
    left: auto;
    right: 0;
    width: 48px;
    height: 80%;
    top: 20%;
    right: 78px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mySwiperBanner .bgMd {
    margin: 15px 0 !important;
    width: 30px;
    height: 30px;
    background: url('../images//index/pa-a.png') no-repeat;
    background-size: 100% 100%;
    opacity: 1 !important;
    position: relative;
}
.mySwiperBanner .bgMd::after {
    content: '';
    position: absolute;
    display: block;
    height: 30px;
    width: 2px;
    background-color: #fff;
    bottom: -30px;
    left: 50%;
    margin-left: -1px;
}
.mySwiperBanner .bgMd:last-child::after {
    display: none;
}
.mySwiperBanner .bgMd.swiper-pagination-bullet-active {
    width: 48px;
    height: 48px;
    background: url('../images//index/pa-s.png') no-repeat;
    background-size: 100% 100%;
}
.pd10 {
    padding: 0 10% !important;
}
.comTitle {
    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;
    padding-top: 2.5vw;
    padding-bottom: 4vw;
}
.comTitle .lo {
    width: 3.75vw;
    height: 3.75vw;
}
.comTitle .zh {
    font-size: 2.23vw;
    color: #111111;
    line-height: 1.5em;
    letter-spacing: 4px;
}
.comTitle .en {
    line-height: 1em;
    font-size: 1.66vw;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #CBD7DE;
    letter-spacing: 2px;
}
.btBtn {
    width: 100%;
    text-align: center;
    margin-top: 4vw;
}
.btBtn a,
.btBtn .a {
    margin: 0 auto;
    font-size: 1.175vw;
    width: 8.59375vw;
    height: 3.125vw;
    min-height: 40px;
    min-width: 120px;
    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;
    border-radius: 4px;
    text-align: center;
    color: #EF8E50;
}
.bgBox {
    position: relative;
    overflow: hidden;
}
.bgBox .bg {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.bgBox .con {
    position: relative;
    z-index: 1;
}
.liB {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.5vw;
}
.liB .til {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.2vw;
}
.liB .til span {
    font-size: 1.458vw;
    color: #EF8E50;
}
.liB .til .lf {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 5px;
}
.liB .til .lf img {
    height: 0.4vw;
    width: auto;
}
.liB .til a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.liB .til a img {
    width: 1.458vw;
    margin-left: 0.5vw;
}
.liB .til a span {
    font-size: 0.8vw;
}
.liB .mc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 20px;
}
.liB .mc .mcBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.liB .mc .imgHead {
    width: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.liB .mc .imgHead::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.52%;
}
.liB .mc .imgHead img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.liB .mc .mList {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.liB .mc .mList .ro {
    height: 20%;
    overflow: hidden;
    font-size: 1.1458vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    background-color: #fff;
    background-image: url('../images/index/cvb.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}
.liB .mc .mList .ro:first-child {
    border-top-right-radius: 0.5vw;
    border-top-left-radius: 0.5vw;
}
.liB .mc .mList .ro:last-child {
    border-bottom-right-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}
.liB .mc .mList .ro .tim {
    font-size: 1.25vw;
    color: #333333;
    position: relative;
    text-align: center;
    padding: 0 1vw;
    border-right: 1px solid #EBEBEB;
}
.liB .mc .mList .ro .tim .d {
    color: #A0131A;
    font-size: 1.5625vw;
    line-height: 1.5em;
    font-weight: 500;
}
.liB .mc .mList .ro .tim .tm {
    font-size: 14px;
}
.liB .mc .mList .ro .n {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.5625vw;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.liB .mc .mList .ro .n h4 {
    font-size: 1.14583vw;
    font-weight: 500;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#countdown {
    position: fixed;
    top: 20px;
    z-index: 777;
}
#countdown .bg {
    width: 260px;
    height: 260px;
}
#countdown .day {
    color: #FCF2A4;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
}
#countdown .countdown-day {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 140px;
    width: 100%;
}
#countdown .countdown-day .text {
    color: #F5DEA9;
    font-weight: 400;
    font-size: 28px;
}
#countdown .countdown-day .num {
    color: #F5DEA9;
    font-weight: 600;
    font-size: 44px;
    margin: 0 10px;
}
#countdown .countdown-day .t {
    width: 30px;
    height: 30px;
}
.liB .mc .mList .ro .n p {
    width: 100%;
    font-size: 0.8333vw;
    color: #666666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liB .mc .mList .ro .rrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em;
}
.liB .mc .mList .ro .rrow img {
    width: 1.5vw;
    height: auto;
}
.liB .cob {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 20px;
}
.liB .cob .hImg {
    width: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.liB .cob .hImg::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.52%;
}
.liB .cob .hImg img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.liB .cob .hImg .tag {
    position: absolute;
    padding: 10px 28px;
    background-color: #EF8E50;
    font-size: 0.8333vw;
    border-top-right-radius: 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.liB .cob .card {
    padding: 1vw 1.6vw;
}
.liB .cob .card .tt {
    font-size: 1.25vw;
    line-height: 1.5em;
    color: #111111;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
.liB .cob .p {
    padding-top: 1.4vw;
}
.liB .cob .p p {
    font-size: 0.8333vw;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-indent: 2em;
}
.liB .cob .mySwiperNews {
    padding-bottom: 2vw;
}
.liB .cob .mySwiperNews .swiper-slide {
    /*min-height: 36vw;*/
}
.liB .cob .mySwiperNews .swiper-pagination {
    position: absolute;
    bottom: 0;
    height: 2vw;
    line-height: 2vw;
}
.liB .cob .mySwiperNews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A0131A;
}
.liB .cob .mySwiperNews .swiper-btn {
    z-index: 11;
    height: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.liB .cob .mySwiperNews .swiper-btn img {
    width: 1.5vw;
    height: auto;
    cursor: pointer;
}
.liB .cob .mySwiperNews .new-swiper-button-prev {
    position: absolute;
    left: 1vw;
}
.liB .cob .mySwiperNews .new-swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.liB .cob .mySwiperNews .new-swiper-button-next {
    position: absolute;
    right: 1vw;
}
.liB .r {
    right: 0;
}
.fcBox {
    padding-bottom: 4vw;
    position: relative;
    z-index: 100;
}
.fcBox .listBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fcBox .listBox .box {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.fcBox .listBox .box::before {
    content: "";
    height: 0;
    padding-top: 53.75%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fcBox .listBox .box:nth-child(2) .left::after {
    border-left-color: #C61F26;
}
.fcBox .listBox .box:nth-child(3) .left::after {
    border-left-color: #EF8E50;
}
.fcBox .listBox .box:nth-child(4) .left::after {
    border-right-color: #EF8E50;
}
.fcBox .listBox .box:nth-child(5) .left::after {
    border-right-color: #A0131A;
}
.fcBox .listBox .box:nth-child(6) .left::after {
    border-right-color: #C61F26;
}
.fcBox .listBox .box:nth-child(2) .left,
.fcBox .listBox .box:nth-child(6) .left {
    background-color: #C61F26;
}
.fcBox .listBox .box:nth-child(3) .left,
.fcBox .listBox .box:nth-child(4) .left {
    background-color: #EF8E50;
}
.fcBox .listBox .box:nth-child(4)::before,
.fcBox .listBox .box:nth-child(5)::before,
.fcBox .listBox .box:nth-child(6)::before {
    display: none;
}
.fcBox .listBox .box:nth-child(4)::after,
.fcBox .listBox .box:nth-child(5)::after,
.fcBox .listBox .box:nth-child(6)::after {
    content: "";
    height: 0;
    padding-top: 53.75%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fcBox .listBox .box:nth-child(4) .left,
.fcBox .listBox .box:nth-child(5) .left,
.fcBox .listBox .box:nth-child(6) .left {
    left: auto;
    right: 0;
}
.fcBox .listBox .box:nth-child(4) .left::after,
.fcBox .listBox .box:nth-child(5) .left::after,
.fcBox .listBox .box:nth-child(6) .left::after {
    border-left-color: transparent;
    right: auto;
    left: -0.9vw;
}
.fcBox .listBox .box .left {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px;
    background-color: #A0131A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.833vw;
}

.fcBox .listBox .box .left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.5vw solid transparent;
    border-left-color: #A0131A;
    position: absolute;
    top: 50%;
    right: -0.95vw;
    z-index: 10;
}

.fcBox .listBox .box .left .name {
    font-size: 1.1458vw;
    color: #fff;
    padding-bottom: 1.2vw;
}
.fcBox .listBox .box .left p {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-indent: 2em;
    font-size: 0.833vw;
    line-height: 1.6em;
    color: #FFFFFF;
}
.fcBox .listBox .box .ib .arrow {
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    border: 0.6vw solid transparent;
    border-left-color: #FBF9F1;
    z-index: 99;
    margin-top: -0.3vw;
}

.xyBox .listBox .box:nth-child(3) .ib .arrow  {
    right: 0;
    left: unset;
    border-left-color: transparent;
    border-right-color: #FBF9F1;
}
.xyBox .listBox .box:nth-child(4) .ib .arrow  {
    right: 0;
    left: unset;
    border-left-color: unset;
    border-left-color: transparent;
    border-right-color: #FBF9F1;
}
.fcBox .listBox .box .ib {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.fcBox .listBox .box .ib::after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 107.5%;
}
.fcBox .listBox .box .ib img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: auto;
    z-index: 1;
}
.fcBox .listBox .box .wrappXy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}
.fcBox .listBox .box .wrappXy .con {
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    position: relative;
    padding-top: 40px;
}
.fcBox .listBox .box .wrappXy .con .closeIncon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 30px;
    cursor: pointer;
}
.fcBox .listBox .box .wrappXy .con .lmBox {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}
.fcBox .listBox .box .wrappXy .con .lmBox img {
    width: 100%;
    height: auto;
}
.fcBox .listBox .box .wrappXy .con .rmBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fcBox .listBox .box .wrappXy .con .rmBox .name {
    font-size: 1.1vw;
    font-weight: 600;
}
.fcBox .listBox .box .wrappXy .con .rmBox .sc {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    margin-top: 1vw;
}
.fcBox .listBox .box .wrappXy .con .rmBox .sc p {
    font-size: 0.78vw;
    text-indent: 2em;
}
.boxCardYx {
    position: relative;
    width: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boxCardYx .prop {
    position: absolute;
    top: 46.826%;
    left: 79.06%;
    width: 15.625%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.boxCardYx .prop::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    cursor: pointer;
}
.boxCardYx .bgBox {
    width: 100%;
    height: auto;
}
.boxCardYx .btnCv {
    display: none;
}
.boxCardYx .btBtn {
    position: absolute;
    display: inline;
    top: 2vw;
    right: 10%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.boxCardYx .btBtn a {
    margin: 0;
    margin-top: 2.291vw;
}
.boxCardYx .titleLine {
    position: absolute;
    top: 2vw;
    left: 10%;
}
.boxCardYx .titleLine .zh {
    font-size: 2.291vw;
    color: #111111;
    line-height: 1.5em;
    font-weight: 600;
}
.boxCardYx .titleLine .en {
    line-height: 1em;
    font-size: 1.666vw;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #cbd7de;
    letter-spacing: 4px;
}
.boxCardYx .titleLine .en::after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    margin-top: 1vw;
    background-color: #EF8E50;
}
.boxCardYx .yxBox {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxCardYx .yxBox .swp {
    position: relative;
    margin: 0 auto;
    margin-top: 5vw;
}
.boxCardYx .yxBox .swp .swiper-pagination-bg {
    position: absolute;
    bottom: -5.5vw;
    text-align: center;
    height: 3vw;
    line-height: 3vw;
}
.boxCardYx .yxBox .swp .swiper-pagination-bg .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    background-color: transparent;
    border: 2px solid #972C2A;
    opacity: 1;
}
.boxCardYx .yxBox .swp .swiper-pagination-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #972C2A;
}
.boxCardYx .yxBox .bnycBoxSwiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide {
    width: 44.6875vw;
    background-color: #FFFFFF;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide a {
    display: block;
    width: 100%;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide .imgb {
    width: 100%;
    position: relative;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide .imgb::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.29%;
    height: 0;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide .imgb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.boxCardYx .yxBox .bnycBoxSwiper .swiper-slide .btmb {
    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;
    font-size: 1.458vw;
    padding: 1.058vw 1.5vw;
    background: url('../images/index/yxcmbg.png') no-repeat;
    background-size: 100% 100%;
}
.jzBox {
    padding-bottom: 3vw;
}
.jzBox .cBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.jzBox .cBox .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1vw;
}
.jzBox .cBox .left .ncard {
    width: 100%;
    padding: 0 0.5vw;
    margin-bottom: 1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jzBox .cBox .left .ncard .inner {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.jzBox .cBox .left .ncard .inner .ib {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jzBox .cBox .left .ncard .inner .ib::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.52%;
}
.jzBox .cBox .left .ncard .inner .ib img {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.jzBox .cBox .left .ncard .inner .cb {
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px 15px;
}
.jzBox .cBox .left .ncard .inner .cb .title {
    font-size: 1.1458vw;
    color: #333333;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jzBox .cBox .left .ncard .inner .cb .p {
    font-size: 1.4583vw;
    color: #A0131A;
    line-height: 2em;
    padding-top: 0.5vw;
}
.jzBox .cBox .left .ncard .inner .cb .btn {
    width: 100%;
    height: 2.1875vw;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    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;
    min-height: 25px;
    border-radius: 6px;
    background-color: #A0131A;
}
.jzBox .cBox .left .ncard .inner .cb .btn span {
    color: #FFFFFF;
    font-size: 0.9375vw;
}
.jzBox .cBox::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jzBox .cBox .right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    padding-bottom: 1vw;
    margin-left: 1vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jzBox .cBox .right .listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: url('../images/index/zjbg.png') no-repeat;
    background-size: cover;
    opacity: 1;
}
.jzBox .cBox .right .listBox .bt {
    width: 100%;
    position: relative;
    z-index: 1;
}
.jzBox .cBox .right .listBox .bt div {
    text-align: center;
    font-size: 1.4583vw;
    color: #FFFFFF;
    padding-top: 1.2vw;
}
.jzBox .cBox .right .listBox .bt img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 1vw;
    margin-top: 0.5vw;
}
.jzBox .cBox .right .listBox .head {
    margin: 0 1.25vw;
    padding: 0.5vw 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(239, 142, 80, 0.61);
}

.listBox .head-search {
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #282828;
    font-size: 20px;
    padding: 0 0.8333vw;
}
.listBox  .nav-search-input {
    border: 1px solid #A0131A;
    color: #A0131A;
    width: 0vw;
    padding: 0.6vw;
    opacity: 0;
    transition: width 1.5s;
}
.listBox .head-search  .search-button {
    margin-left: 10px;
    width: 1.6vw;
}
.listBox .nav-search:hover   .search-button  {
    left: unset;
    right: -1.5vw;
}

.listBox .nav-search:hover .nav-search-input {
    width: 10vw;
    padding: 0.6vw;
    opacity: 1;
}

.jzBox .cBox .right .listBox .head span {
    width: 90px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}
.jzBox .cBox .right .listBox .head .n {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.jzBox .cBox .right .listBox .oBox {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.jzBox .cBox .right .listBox .list {
    padding: 0.71vw 0;
    margin: 0 1.25vw;
    position: relative;
    z-index: 0;
}
.jzBox .cBox .right .listBox #listSc {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@-webkit-keyframes myanimation {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes myanimation {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.jzBox .cBox .right .listBox .row {
    height: 2.4375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625vw;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 1.25vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jzBox .cBox .right .listBox .row span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jzBox .cBox .right .listBox .row .n {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 0.8vw;
}
.xyBox {
    padding-bottom: 3vw;
}
.xyBox .cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xyBox .cb .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.xyBox .cb .left .imgBox {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.xyBox .cb .left .imgBox::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.52%;
}
.xyBox .cb .left .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.xyBox .cb .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 2vw;
    background-color: #A0131A;
    position: relative;
}
.xyBox .cb .right::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.xyBox .cb .right .sbox {
    position: absolute;
    background-color: #A0131A;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xyBox .cb .right .sbox .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xyBox .cb .right .sbox .top .name {
    font-size: 1.2vw;
    color: #FFFFFF;
}
.xyBox .cb .right .sbox .top .btn img {
    width: auto;
    height: 2.08vw;
}
.xyBox .cb .right .sbox .mySwiperzj {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.xyBox .cb .right .swiper-pagination {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 0;
    bottom: auto;
    text-align: right;
}
.xyBox .cb .right .swiper-pagination span {
    width: 1vw;
    height: 8px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.xyBox .cb .right .swiper-pagination .swiper-pagination-bullet-active {
    width: 2vw;
    background-color: #FFFFFF;
}
.xyBox .cb .right .rows {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.xyBox .cb .right .row {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375vw;
    color: #FFFFFF;
    padding: 0 0.5vw;
    position: relative;
    cursor: pointer;
}
.xyBox .cb .right .row::after {
    content: "";
    display: block;
    left: 32px;
    bottom: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: #FFFFFF;
}
.xyBox .cb .right .row:last-child::after {
    display: none;
}
.xyBox .cb .right .row img {
    width: 12px;
    height: auto;
    margin-right: 15px;
}
.xyBox .cb .right .row p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9375vw;
}
.xyBox .cb .right .btnBOx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.xyBox .cb .right .btnBOx .btn {
    height: 4vw;
    width: 15.677vw;
    background: url('../images/group899.png') no-repeat;
    background-size: cover;
    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;
    cursor: pointer;
}
.xyBox .cb .right .btnBOx .btn span {
    font-size: 1.3vw;
    color: #FFFFFF;
}
.xyBox .cb .cs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5vw 0;
}
.xyBox .cb .cs .c {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 0 1vw;
    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;
    padding: 1.5vw 0;
    background-color: #A0131A;
    margin: 0 0.8vw;
    border-top-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
    cursor: pointer;
}
.xyBox .cb .cs .c:nth-child(2) {
    background-color: #EF8E50;
}
.xyBox .cb .cs .c:nth-child(3) {
    background-color: #C61F26;
}
.xyBox .cb .cs .c img {
    width: 2.91vw;
    height: auto;
}
.xyBox .cb .cs .c p {
    font-size: 1.2vw;
    color: #FFFFFF;
}
/* 弹幕 */
.dmc {
    border-bottom: 8px solid #d6bd9d;
    /* 诚耀百廿 */
}
.dmc .mvBc {
    position: relative;
    background-color: #35497C;
    background: url('../images/index/danmu.png?123') no-repeat no-repeat;
    background-size: 100% 100%;
    padding-bottom: 12vw;
}
.dmc #tagscloud {
    width: 100%;
    height: 39.5625vw;
    position: relative;
    color: #333;
    margin: 0;
    text-align: center;
    overflow: hidden;
}
.dmc .btnList {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
}
.dmc .btnList .btn {
    width: 31.666vw;
    height: 4.8vw;
    border-radius: 2.4vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0131A), to(#EF8E50));
    background: linear-gradient(180deg, #A0131A 0%, #EF8E50 100%);
    cursor: pointer;
    margin: 20px auto;
}
.dmc .btnList .btn a {
    width: 100%;
    height: 100%;
    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;
}
.dmc .btnList .btn span {
    font-size: 1.3541vw;
    color: #fff;
}
.dmc .btnList .btn img {
    width: 1.4vw;
    height: 1.4vw;
    margin-right: 10px;
}
.dmc #tagscloud a {
    position: absolute;
    max-width: 90%;
    border-radius: 0.5208rem !important;
    margin: 0.2083rem;
    top: 0px;
    left: 0px;
    color: #333;
    text-decoration: none;
    padding: 0.2083rem 0.4167rem !important;
    text-align: center;
    font-size: 0.2708rem;
    display: inline-block;
    white-space: nowrap;
}
.dmc #tagscloud a.tagc {
    background: #CB3C2F;
    color: #fff;
}
.dmc #tagscloud a.tagc:nth-child(2n) {
    background: #EF8E50;
    color: #fff;
}
.dmc #tagscloud a .xin {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.325rem;
    width: 0.2208rem;
    height: 0.2208rem;
    background-image: url('../images/index/whitexin.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.dmc .dazzling {
    width: 100%;
    height: auto;
    background: url('../images/cybn_01.png') no-repeat bottom center;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.dmc .dazzling .bai {
    width: 100%;
    position: relative;
}
.dmc .dazzling .bai .v {
    width: 100%;
    z-index: 0;
    font-size: 0;
}
.dmc .dazzling .bai .v .video {
    width: 100%;
    height: auto;
}
.dmc .dazzling .w {
    width: 62.5vw;
    padding-top: 7.0313vw;
    padding-bottom: 5.7292vw;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dmc .dazzling a {
    display: inline-block;
}
.dmc .dazzling a img {
    width: 53.90625vw;
    height: 14.32291vw;
}
.leftFixedMenu {
    position: fixed;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    width: 3.5vw;
    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;
}
.leftFixedMenu .icona {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    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;
    border-radius: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    overflow: hidden;
}
.leftFixedMenu .icona img {
    width: 20px;
    height: 20px;
}
.leftFixedMenu .icona .a {
    display: none;
}
.leftFixedMenu .icona span {
    display: none;
    color: #e0a74f;
    font-size: 0.756vw;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 60px;
}
.leftFixedMenu .icona:hover {
    width: 60px;
    height: 60px;
}
.leftFixedMenu .icona:hover img {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.leftFixedMenu .icona:hover .a {
    display: block;
}
.leftFixedMenu .icona:hover .m {
    display: none;
}
.leftFixedMenu .icona:hover span {
    display: block;
}
.porpBox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    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;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.porpBox.show {
    opacity: 1;
    z-index: 20;
}
.porpBox.show .con {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.porpBox .propWrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.porpBox .con {
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 60%;
    max-height: 80%;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.porpBox .con .title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.porpBox .con .title .close {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
.porpBox .con .text {
    padding: 20px;
    padding-top: 5px;
}
.porpBox .con .text p {
    text-indent: 2em;
    font-size: 14px;
    padding-bottom: 10px;
}

.xyBox .listBox-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.xyBox .listBox {
    height: 30vw;
}
.xyBox .listBox .box {
    width: 49%;
    border: 2px dashed #f3e5b2;
    margin-bottom: 1%;
}
.xyBox .listBox .box:nth-child(odd) {
    margin-right: .5%;
}
.xyBox .listBox .box:nth-child(even) {
    margin-left: .5%;
}

.xyBox .cs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: 35vw;
    height: 30vw;
}

.xyBox .cs .c {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1vw;
    width: 100%;
    color: white;
    background-color: red;
    flex: 1;
    background-image: url("/images/index/ny-banner 1@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}
.xyBox .cs .c:last-child {
    margin-bottom: 0;
}
.xyBox .cs .c.home {
    background-color: #A0131A;

}
.xyBox .cs .c.school {
    background-color: #EF8E50;
}
.xyBox .cs .c.card {
    background-color: #C61F26;
}
.xyBox .listBox .box .left {
    background-color: unset!important;
    background-image: url("/images/index/Mask group@2x.png");
    background-repeat: no-repeat;
    background-size: 120% 100%;
}
.xyBox .listBox .box .left .name {
    color: black;
    font-weight: 400;
}

.xyBox .listBox .box:nth-child(3)::before{
    display: none;
}
.xyBox .listBox .box:nth-child(3)::after {
    content: "";
    height: 0;
    padding-top: 53.75%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.xyBox .listBox .box:nth-child(3) .left{
    left: auto;
    right: 0;
}
.xyBox .listBox .box:nth-child(3) .left::after {
    border-left-color: transparent;
    right: auto;
    left: -0.9vw;
}
.xyBox .listBox .box .left:after {
    content: unset;
}
.xyBox .listBox .box .left p {
    color: black;
}
.xyBox .cs .c img {
    width: 4.5vw;
    height: 4.5vw;
    margin-right: 1vw;
}

.xyBox .cs .c  {
    font-size: 1.4vw;
    padding-left: 2.5vw;
}

@media (max-width: 1000px) {
    .xyBox .listBox {
        height: unset;
    }
    .xyBox .listBox-body {
        display: flex;
        flex-direction: column!important;
    }
    .xyBox .cs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        margin-top: 20px;
        width: 100%;
    }
    .xyBox .cs p {
        font-size: 14px;
    }
    .pd10 {
        padding: 0 4% !important;
    }
    .comTitle {
        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;
        padding-top: 2.5vw;
        padding-bottom: 4vw;
    }
    .comTitle .lo {
        width: 30px;
        height: 30px;
    }
    .comTitle .zh {
        font-size: 16px;
        color: #111111;
        line-height: 20px;
    }
    .comTitle .en {
        line-height: 16px;
        font-size: 14px;
        font-family: OPPOSans-Medium, OPPOSans;
        font-weight: 500;
        color: #CBD7DE;
        letter-spacing: 8px;
    }
    .mySwiperBanner .swiper-pagination {
        width: 28px;
        right: 40px;
    }
    .mySwiperBanner .bgMd {
        width: 18px;
        height: 18px;
        margin: 5px 0 !important;
    }
    .mySwiperBanner .bgMd::after {
        content: '';
        position: absolute;
        display: block;
        height: 10px;
        width: 2px;
        background-color: #fff;
        bottom: -10px;
        left: 50%;
        margin-left: -1px;
    }
    .mySwiperBanner .bgMd.swiper-pagination-bullet-active {
        width: 28px;
        height: 28px;
    }
    .liB {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .liB .til span {
        font-size: 16px;
    }
    .liB .til a span {
        font-size: 14px;
    }
    .liB .til a img {
        width: 15px;
    }
    .liB .cob {
        margin: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .liB .cob .card .tt {
        font-size: 16px;
    }
    .liB .cob .mySwiperNews {
        padding-bottom: 30px;
    }
    .liB .cob .mySwiperNews .swiper-btn {
        height: 30px;
    }
    .liB .cob .mySwiperNews .swiper-btn img {
        width: 15px;
    }
    .liB .cob .mySwiperNews .swiper-pagination {
        height: 30px;
        line-height: 30px;
    }
    .liB .mc {
        width: 50%;
        position: static;
        margin-top: 30px;
        margin-left: 0;
    }
    .liB .mc .mList .ro {
        height: 86px;
    }
    .liB .mc .mList .ro .tim .d {
        font-size: 16px;
    }
    .liB .mc .mList .ro .tim .tm {
        font-size: 12px;
    }
    .liB .mc .mList .ro .n {
        font-size: 14px;
    }
    .liB .mc .mList .ro .rrow {
        margin-right: 10px;
    }
    .liB .mc .mList .ro .rrow img {
        width: 15px;
    }
    .liB .mc.l {
        padding-right: 10px;
    }
    .liB .mc.r {
        padding-left: 10px;
    }
    .mySwiperNews {
        padding-bottom: 40px;
    }
    .mySwiperNews .swiper-pagination {
        bottom: 0;
        height: 40px;
        line-height: 40px;
    }
    .mySwiperNews .swiper-btn {
        height: 40px;
    }
    .mySwiperNews .swiper-btn img {
        width: 20px;
    }
    .fcBox .listBox .box {
        width: 49%;
    }
    .fcBox .listBox .box:nth-child(3) .left {
        left: auto !important;
        right: 0 !important;
    }
    .fcBox .listBox .box:nth-child(3)::before {
        display: none;
    }
    .fcBox .listBox .box:nth-child(3)::after {
        content: "";
        height: 0;
        padding-top: 53.75%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .fcBox .listBox .box:nth-child(5) .left,
    .fcBox .listBox .box:nth-child(6) .left {
        left: 0 !important;
        right: auto !important;
    }
    .fcBox .listBox .box:nth-child(5)::after,
    .fcBox .listBox .box:nth-child(6)::after {
        display: none;
    }
    .fcBox .listBox .box:nth-child(5)::before,
    .fcBox .listBox .box:nth-child(6)::before {
        content: "";
        display: block;
        height: 0;
        padding-top: 53.75%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .fcBox .listBox .box .left .name {
        font-size: 16px;
    }
    .fcBox .listBox .box .left p {
        font-size: 12px;
        line-height: 16px;
    }
    .jzBox .cBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .jzBox .cBox .left .ncard .inner .cb .title {
        font-size: 14px;
        line-height: 18px;
    }
    .jzBox .cBox .left .ncard .inner .cb .p {
        font-size: 18px;
    }
    .jzBox .cBox .left .ncard .inner .cb .btn {
        height: 30px;
    }
    .jzBox .cBox .left .ncard .inner .cb .btn span {
        font-size: 14px;
    }
    .jzBox .cBox .right {
        width: 100%;
        height: 400px;
        position: static;
        margin-top: 15px;
    }
    .jzBox .cBox .right .listBox .bt div {
        font-size: 16px;
    }
    .jzBox .cBox .right .listBox .row {
        height: 26px;
    }
    .jzBox .cBox .right .listBox .row span {
        font-size: 14px;
    }
    .xyBox .cb .left {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .xyBox .cb .right {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .xyBox .cb .right .sbox {
        position: relative;
        height: auto;
        display: block;
    }
    .xyBox .cb .right .sbox .top .name {
        font-size: 16px;
    }
    .xyBox .cb .right .sbox .top .btn img {
        height: 20px;
    }
    .xyBox .cb .right .sbox .mySwiperzj {
        display: block;
    }
    .xyBox .cb .right .row {
        padding: 10px 8px;
    }
    .xyBox .cb .cs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xyBox .cb .cs .c {
        height: 40px;
    }
    .xyBox .cb .cs .c img {
        width: 20px;
        margin-right: 5px;
    }
    .xyBox .cb .cs .c .p {
        font-size: 16px;
    }
    .xyBox .cb .cs .c:nth-child(2) {
        margin-right: 0;
    }
    .xyBox .cb .cs .c:last-child {
        margin: 0;
        margin-top: 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .boxCardYx .titleLine {
        left: 4%;
    }
    .boxCardYx .titleLine .zh {
        font-size: 16px;
    }
    .boxCardYx .titleLine .en {
        letter-spacing: 1px;
        height: 14px;
    }
    .boxCardYx .btnCv {
        display: inline-block;
        position: absolute;
        width: auto;
        margin-top: 0;
        top: 2vw;
        right: 4%;
    }
    .boxCardYx .btBtn {
    }
    .boxCardYx .btBtn a {
        margin: 0;
        margin-top: 0;
    }
    .boxCardYx .yxSwiperBox .btBtn {
        display: none;
    }
    .dmc .mvBc {
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
    }
    .dmc .mvBc #tagscloud {
        height: 200px;
    }
    .dmc .btnList .btn {
        width: 200px;
        height: 50px;
        border-radius: 25px;
        margin: 0 auto;
    }
    .dmc .btnList .btn img {
        width: 20px;
        height: 20px;
    }
    .dmc .btnList .btn span {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .mySwiperBanner {
        margin-top: 65px;
    }
    .fcBox .listBox .box {
        width: 100%;
    }
    .btBtn a, .btBtn .a {
        font-size: 13px;
    }
    .liB .mc .mList .ro .n h4 {
        font-size: 13px;
    }
    .btBtn a, .btBtn .a {
        font-size: 13px;
    }
    .dmc #tagscloud a {
        font-size: 13px;
    }
    #head {
        background-color: #A0131A;
    }
    .mySwiperBanner .swiper-pagination {
        right: 10px;
    }
    .startAnmation .one,
    .startAnmation .two {
        bottom: 50%;
    }
    .startAnmation.startAnmationActive .three {
        bottom: 50% !important;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
    .xyzx .newsSwiper {
        padding-right: 10%;
    }
    .xyzx .newList .newCard {
        width: 100%;
        margin-bottom: 20px;
    }
    .xyzx .newList .newCard .infoTitle {
        font-size: 16px;
    }
    .liB .mc {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        position: static;
        margin-top: 30px;
    }
    .liB .mc .mList .ro {
        height: 66px;
    }
    .liB .mc .mList .ro .n {
        font-size: 14px;
    }
    .liB .mc.l {
        padding-right: 0px;
    }
    .liB .mc.r {
        padding-left: 0px;
    }
    .boxCardXY .xyzjBox {
        position: relative;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row {
        width: 50%;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row > div {
        height: 124px;
        margin-right: 8px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h {
        height: 40px;
        font-size: 14px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .h .num {
        font-size: 20px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .t {
        font-size: 14px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .cardGrid .row .m {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard {
        width: 100%;
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        margin-right: 8px;
        position: relative;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div::after {
        content: '';
        width: 100%;
        display: block;
        padding-top: 78.68%;
        height: 0;
    }
    .boxCardXY .xyzjBox .xyzjBoxContainer .rightCard > div span {
        position: absolute;
        padding-top: 8%;
        font-size: 24px;
        top: 0;
        left: 0;
    }
    .porpBox .con {
        width: 90%;
        max-height: 70%;
    }
    .porpBox .con .title {
        font-size: 16px;
    }
    .porpBox .con .text p {
        font-size: 12px;
    }
    .xyBox .listBox-body {
        display: flex;
        flex-direction: column!important;
    }
    #countdown {
        transform: scale(.7);
    }
}

