.aft {
    position: relative;
}
.wel .sub_banner {
    height: 19.5rem;
}
.sub_banner .wel_pagination {
    line-height: 1;
    font-size: 0;
    bottom: 40px;
}
.sub_banner .wel_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .55);
    border-radius: 50%;
    margin: 0 .25rem;
}
.sub_banner .wel_pagination .swiper-pagination-bullet-active {
    background: #e50012;
}
.cutbaner.sub_banner {
    height: 15rem;
}
.sub_banner {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}
.sub_banner .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.sub_banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sub_banner .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    /* opacity: 0; */
}
.sub_banner .swiper-slide.scale .slide-inner {
    animation: scales 1.2s linear;
    opacity: 1;
}
.sub_banner .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_banner .swiper-slide .slide-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.sub_banner .swiper-slide .slide-inner .play {
    z-index: 5;
}
.sub_banner  .tit-52 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.sub_banner .swiper-slide  .txt {
    max-width: 80%;
}
.sub_banner .swiper-slide  .txt .tit-52 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.sub_banner .swiper-slide .more {
    margin-top: 0.7rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .6s;
}
.sub_banner .swiper-slide.scale .more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: opacity 1s 1.5s;
}
.sub_banner .swiper-slide.scale .more .line {
    width: .25rem;
    height: .05rem;
    background: #ffffff;
    margin-left: .225rem;
    border: 0px solid #ffffff;
    transition: all .6s;
}
.sub_banner .swiper-slide.scale .txt .tit-52 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 1s 1s;
}
.sub_banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.sub_banner.cur > img {
    animation: scales 1.2s linear;
}
.sub_banner .text {
    width: 100%;
    height: 100%;
    padding: 3.25rem 4rem 3.25rem;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sub_banner .text .t2 {
    margin-top: .65rem;
}
.cusg .sub_banner .tit-22.line-3 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    margin-top: .2rem;
    margin-bottom: 1.2rem;
}

.sub_banner .swiper-slide.scale .txt .tit-22.line-3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 1s 1.2s;
}
.wrap-nav {
    width: 100%;
    height: 1.65rem;
    background: #f5f5fc;
}
.wrap-nav .w1400 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.wrap-nav .w1400 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 100%;
    transition: all .6s;
    position: relative;
}
.wrap-nav .w1400 a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .05rem;
    background: #e01122;
    content: '';
    transition: all .6s;
}
.wrap-nav .w1400 a.on::after,
.wrap-nav .w1400 a:hover::after {
    width: 100%;
}
.wrap-nav .w1400 a:hover,
.wrap-nav .w1400 a.on {
    background: #ffffff;
    color: #e01122;
}
@keyframes scales {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.wel {
    position: relative;
    width: 100%;
}
.wel .tit-32 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wel .tit-32 .icon img {
    width: 100%;
}
.wel_01 {
    width: 100%;
    overflow: hidden;
}
.wel_01 .w1600 {
    position: relative;
    padding: 1.8rem 0 3.4rem;
}
.wel_01 .tit-32 {
    margin-bottom: 1.5rem;
}
.wel_01 .tit-32 .icon {
    width: .75rem;
    margin-right: .1rem;
}

.wel_01 .txt {
    padding: 1.4rem .5rem 1.45rem;
    background-color: #fff;
    margin-top: -0.375rem;
    border-radius: .1rem;
}
.wel_01 .txt .t3 {
    margin-bottom: .45rem;
    transition: all .6s;
}
.wel_01 .txt .t4 {
    line-height: .75rem;
    color: rgba(0, 0, 0, .8);
    transition: all .6s;
}
.wel_01 .ulbox {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wel_01 .ulbox .li {
    height: auto;
    width: calc((100% - .675rem * 3) / 4);
    margin-right: .675rem;
    border-radius: .1rem;
}
.wel_01 .ulbox .li.noLink {
    cursor: default;
}
.wel_01 .ulbox .li:last-child {
    margin-right: 0;
}
.wel_01 .ulbox .li .bg {
    width: 100%;
    height: 8.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    transition: background .6s;
}
.wel_01 .ulbox .li .bg .icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.wel_01 .ulbox .li .bg .icon  img {
    height: 100%;
}
.wel_01 .ulbox .li:nth-child(1) .icon {
    height: 1.475rem;
}
.wel_01 .ulbox .li:nth-child(2) .icon {
    height: 1.2rem;
}
.wel_01 .ulbox .li:nth-child(3) .icon {
    height: 1.3rem;
}
.wel_01 .ulbox .li:nth-child(4) .icon {
    height: 1.25rem;
}
.wel_02 {
    width: 100%;
    overflow: hidden;
}
.wel_02 .w1400 {
    padding: 2.4rem 0 3.175rem;
}
.wel_02 .tit-32 {
    margin-bottom: 1.5rem;
}
.wel_02 .tit-32 .icon {
    width: .85rem;
    margin-right: .35rem;
    margin-top: .05rem;
}
.wel_02  .txtbox {
    width: 100%;
    height: 11.5rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.wel_02  .img {
    width: 17.5rem;
    height: 100%;
    padding: 1.3rem 1.1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-size: 100% 100%;
    transition: all .6s;
    border-radius: .1rem;
    overflow: hidden;
}
.wel_02  .img  .imgs {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wel_02  .img  .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.wel_02  .img::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background-image: url(../img/w12.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wel_02  .img .more {
    width: 3.125rem;
    height: 1.05rem;
    border-radius: .05rem;
    margin: .5rem auto 0 0;
    z-index: 1;
    position: relative;
    transition: all .6s;
}
.wel_02  .img .more   .icon {
    width: .25rem;
    transition: all .6s;
    margin-left: .45rem;
}
.wel_02  .img .more  img {
    width: 100%;
    transition: all .6s;
}
.wel_02  .img .tit-22 {
    z-index: 1;
    position: relative;
    transition: all .6s;
}
.wel_02  .ulbox {
    width: calc(100% - 17.5rem - .5rem);
    /* padding-right: .55rem; */
    max-height: 100%;
    overflow: auto;
    position: relative;
}
.wel_02  .lisbox {
    width: 100%;
    /* padding-right: 3rem; */
    border-bottom: .025rem solid rgba(0, 0, 0, .1);
}
.wel_02  .lisbox .lis {
    display: flex;
    align-items: center;
    height: 2.3rem;
    /* padding: .7875rem 0 ; */
    border-top: .025rem solid rgba(0, 0, 0, .1);
    padding-left: .375rem;
    padding-right: 3rem;
}
.wel_02  .lisbox .lis:nth-child(1) {
    height: 2.275rem;
}

/* 
.wel_02  .ulbox::-webkit-scrollbar {
    width: .2rem;
    height: calc(100% - 1.5rem);
    background-color: #f5f5fc;
    border-radius: .1rem;
    position: absolute;
    right: 15px;
    top: 0;
}
.wel_02  .ulbox::-webkit-scrollbar-thumb {
    width: 100%;
    background: #e01122;
    border-radius: 4px;
}
 */

.wel_03 {
    width: 100%;
    overflow: hidden;
}
.wel_03 .w1400 {
    padding-top: 2.05rem;
    padding-bottom: 2.45rem;
    display: flex;
    align-items: stretch;
}
.calendar_box {
    width: 12rem;
    margin-right: 1rem;
}
.calendar_top {
    margin-bottom: .5rem;
}
.notice_top a,
.calendar_top .let,
.calendar_top a,
.calendar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar_top .let .icon {
    margin-right: .475rem;
    width: .825rem;
}
.notice_top a,
.calendar_top a {
    align-self: flex-end;
    align-items: center;
    transition: all .6s;
}
.notice_top a .icon,
.calendar_top a .icon {
    margin-left: .225rem;
    width: .325rem;
    height: .325rem;
    margin-top: -0.1rem;
}
.notice_top a .icon svg,
.calendar_top a .icon svg {
    width: 100%;
    height: 100%;
}
.notice_top a .icon svg path,
.calendar_top a .icon svg path {
    fill: #fff;
    transition: all .6s;
}
.notice_top a .icon img,
.calendar_top  .icon img {
    width: 100%;
}
.notice_top a:hover .icon svg path,
.calendar_top a:hover .icon svg path {
    fill: #000099;
}
.notice_top {
    margin-bottom: .5rem;
}

.notice_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_top .let {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notice_top .let .icon {
    width: .875rem;
    margin-right: .425rem;
}
.notice_top .let .icon img {
    width: 100%;
}
.notice_top .let  .li_nav {
    color: rgba(255, 255, 255, .5);
    margin-right: .95rem;
    cursor: pointer;
    transition: all .6s;
}

.notice_top .let  .li_nav.cur {
    color: #fff;
}
.notice_box {
    width: calc(100% - 13rem);
}
.wel_03 .notice_box .lis {
    align-items: stretch;
    justify-content: flex-start;
    height: 3.625rem;
}
.wel_03 .notice_box .lis .txt {
    padding: 1rem 1.75rem .85rem 0rem;
}
.wel_03 .notice_box .lis .timer {
    margin-right: 1rem;
    width: 4rem;
    height: auto;
    align-items: center;
}
.notice_box .lis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/w16.png);
    width: 100%;
    /* min-height: 3.65rem; */
    border-radius: .1rem;
    margin-bottom: .15rem;
}
.notice_box .lis:last-child {
    margin-bottom: 0;
}
.notice_box .lis  .timer {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-right: 2rem;
}
.notice_box .lis  .timer > span {
    color: #e50012;
}
.notice_box .lis  .timer .mot {
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice_box .lis  .timer .line {
    margin: -.15rem .125rem 0 .175rem;
    color: rgba(0, 0, 0, .1);
}
.notice_box .lis .txt .t3 {
    transition: all .6s;
}
.notice_box .lis .txt .t4 {
    font-size: .375rem;
    margin-top: .1rem;
}
.wel_04 {
    width: 100%;
    overflow: hidden;
}
.wel_04  .w1600 {
    padding: 2.5rem 0 2.825rem;
}
.wel_04 .tit_top {
    margin-bottom: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wel_04 .tit_top .icon {
    margin-right: .475rem;
    margin-top: .05rem;
}
.wel_04 .tit_top a {
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: flex-end;
    color: #e50012;
    transition: all .6s;
}
.wel_04 .tit_top a svg {
    width: .325rem;
    height: .325rem;
    margin-left: .25rem;
}
.wel_04 .tit_top a svg  path {
    transition: all .6s;
}
.wel_04 .tit_top a:hover svg path {
    fill: #000099;
}
.wel_04 .ulbox {
    width: 100%;
    height: 15.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.wel_04 .ulbox .lis {
    width: 3.625rem;
    width: calc(((100% - 15rem) - 5 * .45rem) / 6);
    margin-right: .45rem;
    height: 14.5rem;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transition: all .6s;
    border-radius: .1rem;
}

.wel_04 .ulbox .lis:last-child {
    margin-right: 0;
}
.wel_04 .ulbox .lis .lishow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.9rem;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.wel_04 .ulbox .lis .lishow .icon {
    margin-bottom: .475rem;
    transition: all .6s;
}
.wel_04 .ulbox .lis .lishow span {
    writing-mode: vertical-lr;
    transition: all .6s;
}
.wel_04 .ulbox .lis.cur .lishow {
    opacity: 0;
    visibility: hidden;
}
.wel_04 .ulbox .lis .lishide {
    position: relative;
    height: 100%;
}
.wel_04 .ulbox .lis .lishide .lit {
    width: 100%;
    height: 5rem;
    position: relative;
}
.wel_04 .ulbox .lis .lishide .lit::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: 0;
    transition: all .6s;
    visibility: hidden;
    background-image: linear-gradient(to right, transparent, rgba(229, 0, 18, .15));
}
.wel_04 .ulbox .lis .lishide .lit:hover::after {
    opacity: 1;
    visibility: visible;
}
.wel_04 .ulbox .lis .lishide .lit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wel_04 .ulbox .lis .lishide .lit .txt {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.75rem 1.125rem 1.5rem 1.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 1;
}
.wel_04 .ulbox .lis .lishide .lit .txt a {
    margin: 0 0 0 auto;
    transition: all .6s;
}
.wel_04 .ulbox .lis .lishide .lit .txt .t4 {
    margin-top: .25rem;
}
.wel_04 .ulbox .lis .lishide .lit a {
    width: 4.025rem;
    height: 1.325rem;
    background-color: transparent;
    border-radius: .1rem;
    border: 1px solid rgba(255, 255, 255, .5);
}
.wel_04 .ulbox .lis .lishide .lit a .line {
    margin-left: .25rem;
    width: .25rem;
    height: .05rem;
    background: #e50012;
    transition: all .6s;
}
.wel_04 .ulbox .lis .lishide  .li_hot {
    padding: .825rem .85rem .5rem;
    height: calc(100% - 5rem);
}
.wel_04 .ulbox .lis .lishide  .li_hot_t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: .725rem;
    border-bottom: .025rem solid rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .icon {
    width: 1.35rem;
    height: 1.35rem;
    background: #e50012;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .9rem;
    transition: all .3s;
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .icon img {
    width: .55rem;
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .txt {
    width: calc(100% - 1.35rem - .9rem);
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .txt .t5 {
    display: flex;
    align-items: center;
    transition: all .3s;
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .txt .t5 p {
    max-width: 68%;
}
.wel_04 .ulbox .lis .lishide  .li_hot_t .txt .t5 span {
    align-self: center;
    margin-left: .625rem;
    transition: all .3s;
}
.wel_04 .ulbox .lis .lishide .li_nav_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: .425rem;
    margin-bottom: .625rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.wel_04 .ulbox .lis .lishide .li_nav_box .nav_a {
    margin-right: .25rem;
    width: 1.75rem;
    height: .8rem;
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, .5);
    background-color: rgba(0, 0, 0, .05);
    justify-content: center;
    transition: all .6s;
}
.wel_04 .ulbox .lis .lishide .li_ajax_box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    min-height: 72%;
}
.wel_04 .ulbox .lis .lishide .li_ajax_box .nodata {
    padding: 2.5rem 0 !important;
}
.wel_04 .ulbox .lis .lishide .li_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .45rem;
}
.wel_04 .ulbox .lis .lishide .li_li_l {
    display: flex;
    align-items: center;
    width: 78%;
}
.wel_04 .ulbox .lis .lishide .li_li .li_li_l  p {
    flex: 1;
}
.wel_04 .ulbox .lis .lishide .li_li > p {
    width: calc(100% - 80%);
    color: rgba(0, 0, 0, .5);
}
.wel_04 .ulbox .lis .lishide .li_li_l .imgs {
    margin-right: .175rem;
    width: .3rem;
}
.wel_04 .ulbox .lis .lishide .li_li_l .imgs img {
    width: 100%;
}
.wel_04 .ulbox .lis .lishide {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}
.wel_04 .ulbox .lis.cur .lishide {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all .5s .2s;
}
.wel_04 .ulbox .lis .lishide .li_nav_box .nav_a:hover,
.wel_04 .ulbox .lis .lishide .li_nav_box .nav_a.cur {
    background: rgba(245, 0, 2, .05);
    color: rgba(229, 0, 18, 1);
}

.wel_05 {
    width: 100%;
    overflow: hidden;
}
.wel_05 .w1400 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.wel_05 .tit-32 {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.175rem;
}
.wel_05 .tit-32 .icon {
    margin-right: .275rem;
    width: .7rem;
    margin-top: .05rem;
}
.wel_05  .bot {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .875rem;
}
.wel_05 .txt {
    padding-top: .875rem;
    border-top: .025rem solid rgba(255, 255, 255, .2);
    width: 16rem;
    margin-right: 1.5rem;
}
.wel_05 .txt .t5 {
    line-height: .7rem;
    color: rgba(255, 255, 255, .8);
    text-align: justify;
    font-size: .375rem;
}
.wel_05 .txt .tul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 1.25rem;
}
.wel_05 .txt .tul  .t_li {
    margin-right: .25rem;
    padding-left: .2rem;
    position: relative;
    /* width: calc((100% - .5rem) / 3); */
    white-space: nowrap;
}
.wel_05 .txt .tul  .t_li:nth-child(3n) {
    margin-right: 0;
}
.wel_05 .txt .tul  .t_li span {
    position: absolute;
    left: 0;
    top: 40%;
    width: .125rem;
    height: .125rem;
    background: #e40011;
    border-radius: 50%;
    display: inline-block;
}
.wel_05 .bo_video {
    width: calc(100% - 16rem - 1.55rem);
}
.wel_05 .bo_video .play {
    cursor: pointer;
}
.wel_05 .bo_video .img {
    width: 100%;
    height: 9rem;
    overflow: hidden;
    border-radius: .1rem;
    border: .125rem solid rgba(255, 255, 255, .5);
}
.wel_05 .bo_video .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.wel_05  .t3 {
    width: 100%;
    height: 3.2rem;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wel_02 .mCSB_scrollTools {
    width: .2rem;
    right: .55rem;
    left: auto;
    height: 10rem;
    top: 50%;
    border-radius: .1rem;
    transform: translateY(-50%);
}
.wel_02  .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.wel_02 .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #f5f5fc;
    border-radius: .1rem;
}
.wel_02 .mCSB_draggerRail {
    display: none;
}
.wel_02 .mCSB_dragger_bar {
    width: .2rem !important;
    border-radius: .1rem;
    background-color: #e01122 !important;
}
.rd_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.rd_01 .w1400 {
    padding: 2rem 0 3.35rem;
}
.rd_01 .ulbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.rd_01 .ulbox .lis {
    width: calc((100% - 1.3rem) / 3);
    margin-right: .65rem;
    background: #ffffff;
    box-shadow: .075rem .1rem .25rem 0px rgba(0, 0, 0, 0.05);
    border-radius: .1rem;
    border: 1px solid rgba(204, 204, 204, 0.25);
    margin-bottom: 0.65rem;
}
.rd_01 .ulbox .lis:nth-child(3n) {
    margin-right: 0;
}
.rd_01 .ulbox .lis .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.5rem;
    padding: 1rem 1.5rem;
    background-size: 100% 100%;
    transition: background .6s;
}
.rd_01 .ulbox .lis .bg .icon {
    margin-bottom: .25rem;
}
.rd_01 .ulbox .lis .bg .t4 {
    margin-bottom: .45rem;
    margin-top: .15rem;
}
.rd_01 .ulbox .lis .bg a {
    display: block;
}
.rd_01 .ulbox .lis .bg a span {
    display: inline-block;
    transition: all .6s;
}
.rd_01 .ulbox .lis .txt {
    padding: .75rem .75rem .3rem;
}
.rd_01 .ulbox .lis .txt .t4 {
    color: rgba(0, 0, 0, .5);
}
.rd_01 .ulbox .lis .txt > a > .t4 {
    padding: .1rem 0 .35rem;
}
.rd_01 .ulbox .lis .txt > .t4 {
    margin-bottom: .4rem;
}
.rd_01 .ulbox .lis .txt .t4 span {
    color: #e01122;
    margin-right: .375rem;
}
.rd_01 .ulbox .lis .txt  .t5 {
    margin-bottom: .5rem;
    color: rgba(0, 0, 0, .5);
}
.rd_01 .ulbox .lis .txt > a {
    display: block;
    min-height: 2.7rem;
    margin-bottom: .45rem;
    border-bottom: .025rem solid rgba(204, 204, 204, .2);
}
.rd_01 .ulbox .lis .txt a .t5 {
    line-height: .55rem;
}
.rd_01 .ulbox .lis .txt > .t3 {
    margin-bottom: .2rem;
}
.rd_01 .ulbox .lis .txt .tli > .t3 {
    margin-bottom: .2rem;
    transition: all .6s;
}
.rd_01 .ulbox .lis .txt .tli {
    margin-bottom: .45rem;
    padding-left: .5rem;
    position: relative;
    display: block;
}
.rd_01 .ulbox .lis .txt .tli::after {
    position: absolute;
    transition: all .6s;

    left: 0;
    top: 25%;
    transform: translateY(-50%);
    width: .075rem;
    height: .075rem;
    background: rgba(102, 102, 102, .5);
    content: '';
}
.rd_01 .ulbox .lis .txt > .nodata {
    padding: 2.5rem 0 0 !important;
}
.trade_01 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.trade_01 .w1400 {
    padding: 1.65rem 0 2.45rem;
}
.trade_01 .trade_nav {
    margin-top: .6rem;
    padding-top: .35rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 1.4rem;
}
.trade_01 .trade_nav .lia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: .95rem;
    background: #f5f5fc;
    border-radius: .05rem;
    color: rgba(51, 51, 51, .7);
    transition: all .6s;
    margin-right: .25rem;
}
.trade_01 .trade_nav .lia:hover,
.trade_01 .trade_nav .lia.on {
    background: #e01122;
    color: #f2f2f2;
}

.trade_ajax {
    width: 100%;
    /* margin-top: 1.4rem; */
}
.trade_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.trade_ajax .li {
    display: block;
    width: calc((100% - .5rem) / 2);
    background: #ffffff;
    border-radius: .1rem;
    border: 1px solid rgba(204, 204, 204, 0.25);
    padding: .6rem .725rem .975rem;
    transition: all .6s;
    margin-bottom: .55rem;
}
.trade_ajax .li .t4 {
    display: block;
    margin-bottom: .4rem;
    font-size: .425rem;
}
.trade_ajax .li .t4 a.nolink,
.trade_ajax .li .t4.nolink {
    cursor: default;
}
.trade_ajax .li .t5 {
    margin-bottom: .75rem;
    color: rgba(0, 0, 0, .5);
}
.trade_ajax .li .li_a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.trade_ajax .li .li_a a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}
.trade_ajax .li .li_a a:nth-child(1) svg {
    width: .375rem;
    height: .375rem;
}
.trade_ajax .li .li_a a:nth-child(3) svg {
    width: .35rem;
    height: .35rem;
}
.trade_ajax .li .li_a a svg {
    margin-right: .25rem;
}
.trade_ajax .li .li_a  .line {
    margin: 0 .35rem;
    width: .025rem;
    height: .25rem;
    opacity: 0.4;
    background-color: #666;
}
.trade_ajax .li a svg path {
    transition: all .6s;
}
.trade_ajax .li:hover {
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.trade_ajax .li:hover a svg path {
    fill: #e01122;
}
.trade_ajax .li:hover a {
    color: #000099;
}
.cust_01 {
    width: 100%;
    position: relative;
}
.cust_01 .w1400 {
    padding: 1.75rem 0 2.75rem;
    display: flex;
    align-items: flex-start;
}
.cust_01  .tp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .6rem;
}
.cust_01  .tp a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    color: rgba(51, 51, 51, .7);
}
.cust_01  .left_box {
    width: 22rem;
    margin-right: 1rem;
}
.cust_01  .right_box {
    width: calc(100% - 22rem - 1rem);
}
.cust_01 .tp .tit-32 .icon {
    margin-top: .05rem;
    margin-right: .475rem;
}
/* .cust_01 .lis_b_t .txt{
    width: calc(100% - .475rem);
} */

.cust_01 .tp a svg {
    width: .3rem;
    height: auto;
    margin-left: .25rem;
}
.cust_01 .tp a path {
    fill: rgba(51, 51, 51, .7);
    transition: all .6s;
}
.cust_01  .lis {
    width: 100%;
    margin-bottom: 1.4rem;
}
.cust_01  .lis_b {
    width: 100%;
    background: #f5f5fc;
    border-radius: 4px;
    padding: 1.1rem 1rem .575rem;
    min-height: 10rem;
}
.cust_01  .lis_b_t {
    display: flex;
    align-items: flex-start;
}
.cust_01  .lis_b_t .icon {
    width: 1.35rem;
    height: 1.35rem;
    margin-right: .5rem;
    border-radius: .1rem;
    overflow: hidden;
}
.cust_01 .lis_b_t .txt {
    width: calc(100% - 1.85rem);
}
.cust_01  .lis_b_t .icon img {
    width: 100%;
    transition: all .6s;
}
.cust_01  .lis_b_t  .t5 {
    margin-bottom: .375rem;
}
.cust_01  .lis_b_t  .t6 {
    margin-bottom: .625rem;
}
.cust_01  .lis_b_t  .t7 {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .5);
    margin-bottom: .7rem;
}
.cust_01  .lis_b_t  .t7 .line {
    width: .025rem;
    height: .325rem;
    margin: 0 .35rem;
    background-color: rgba(0, 0, 0, .2);
}
.cust_01  .lis_b_t  .t7 .opb {
    color: #e01122;
    transition: all .6s;
}
.cust_01  .lis_b .tul {
    padding-top: .75rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.cust_01  .lis_b .tul .tli {
    position: relative;
    padding-left: .55rem;
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
}
.cust_01  .lis_b .tul .tli p {
    width: 88.5%;
    padding-right: 1rem;
}
.cust_01  .lis_b .tul .tli span {
    display: inline-block;
    color: rgba(0, 0, 0, .5);
}
.cust_01  .lis_b .tul .tli::after {
    position: absolute;
    left: 0;
    top: .25rem;
    transform: translateY(-50%);
    width: .125rem;
    height: .125rem;
    background: #000000;
    border-radius: 50%;
    opacity: 0.5;
    content: '';
}
.cust_01 .right_box {
    padding-top: 0rem;
}

.cust_01 .right_box .tp a {
    margin-bottom: .1rem;
}
.cust_01 .right_box .layui-laydate-static {
    box-shadow: none;
}
.cust_01 .right_box #render_calendar .layui-laydate-content table {
    border: 1px solid rgba(51, 51, 51, .1);
    border-top: none;
}
.cust_01 .right_box .ul_icon {
    border-top: 1px solid rgba(51, 51, 51, .1);
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    position: relative;
}
.cust_01 .right_box .ul_icon .li_icon {
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 4.95rem;
    border-right: 1px solid rgba(51, 51, 51, .1);
}

.cust_01 .right_box .ul_icon .li_icon .icon img {
    width: 100%;
    transition: all .6s;
}
.cust_01 .right_box .ul_icon .li_icon:nth-child(1) .icon {
    width: 1.025rem;
}
.cust_01 .right_box .ul_icon .li_icon:nth-child(2) .icon {
    width: .975rem;
}
.cust_01 .right_box .ul_icon .li_icon:nth-child(3) .icon {
    width: .95rem;
}
.cust_01 .right_box .ul_icon .li_icon:nth-child(4) .icon {
    width: 1.15rem;
}
.cust_01 .right_box .ul_icon .li_icon:nth-last-child(-n + 2) {
    border-top: 1px solid rgba(51, 51, 51, .1);
}
.cust_01 .right_box .ul_icon .li_icon:nth-child(2n) {
    border-right: none;
}
.cust_01 .right_box .ul_icon .li_icon .t6 {
    color: rgba(51, 51, 51, .5);
}
.cust_01 .right_box .ul_icon .li_icon  .t5 {
    margin: .4rem 0 .1rem;
}

.cust .wrap_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.5rem;
    background: #ffffff;
}
.cust .wrap_list {
    padding: 0 6.5rem;
    position: relative;
}
.cust .wrap_list .lisbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.cust .wrap_list .lis {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f5f5fc;
    height: 100%;
    border-right: 4px solid #fff;
    box-sizing: border-box;
}
.cust .wrap_list a.lis:hover {
    background-color: #000099;
    color: #fff;
}
.cust .wrap_list a.lis:hover img {
    filter: brightness(0) invert(1);
}
.cust .wrap_list .lis .icon {
    height: .85rem;
    margin-bottom: .35rem;
}
.cust .wrap_list .lis .icon img {
    height: 100%;
    transition: all .6s;
}
.cust .wrap_list .lis1 {
    position: absolute;
    width: 6.5rem;
    left: 0;
    top: 0;
}
.cust .wrap_list .lisn {
    position: absolute;
    width: 6.5rem;
    right: 0;
    top: 0;
    border-right: none;
}

.fut_01 {
    position: relative;
    width: 100%;
}
.fut_01 .w1400 {
    padding: 1.45rem 0 4.5rem;
}
.fut_01 .w1400  .fut_ajax {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fut_01  .lis {
    width: 17.25rem;
    background: #ffffff;
    box-shadow: 0px .125rem .25rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    border: .025rem solid #f5f5fc;
    display: flex;
    align-items: flex-start;
    padding: .75rem .5rem 1.05rem;
    margin-bottom: .525rem;
}
.fut_01  .lis .img {
    margin-right: .6rem;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
}
.fut_01 .lis .txt {
    width: calc(100% - 2.6rem);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.fut_01  .lis .img img {
    width: 100%;
    transition: all .6s;
}
.fut_01  .lis .t4 {
    margin-bottom: .25rem;
}

.fut_01  .lis  .time {
    color: #e01122;
    margin-bottom: .6rem;
}
.fut_01  .lis .li_a_box {
    margin-top: .75rem;
    display: flex;
    align-items: center;
}
.fut_01  .lis .li_a_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .325rem;
    width: 3.5rem;
    height: 1.1rem;
    border-radius: .1rem;
    border: .025rem solid rgba(51, 51, 51, .2);
}
.fut_01  .lis .li_a_box a .icon {
    margin-left: .6rem;
    height: .5rem;
    width: 0.5rem;
    transition: all .6s;
}
.fut_01 .lis .li_a_box a .icon svg,
.fut_01  .lis .li_a_box a .icon img {
    height: 100%;
    width: 100%;
}
.fut_01  .lis .li_a_box a.rj .icon {
    margin-left: .5rem;
}
.fut_01  .lis .li_a_box a.rj {
    background: #000099;
}
.pro_01 {
    position: relative;
}
.pro_01 .w1400 {
    padding: 1.5rem 0 3rem;
}
.pro_01 .lis {
    overflow: hidden;
}
.pro_01 .lis .lis_t {
    display: flex;
    align-items: center;
    height: 2rem;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: 0 .6rem;
    cursor: pointer;
    transition: all .6s;
}
.pro_01 .lis .lis_b {
    padding: .875rem 1.25rem 2.075rem .6rem;
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: #f5f5fc;
}
.pro_01 .lis .cir {
    width: .675rem;
    height: .675rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 51, 51, .1);
    border-radius: 50%;
    border: 0px solid #ffffff;
    color: rgba(51, 51, 51, .5);
    margin-right: .425rem;
    font-style: italic;
    transition: all .6s;
}
.pro_01 .lis .tit-17 {
    width: calc(100% - .675rem - .675rem);
    line-height: .75rem;
    transition: all .6s;
}
.pro_01 .lis .lis_b_box {
    display: none;
    padding-bottom: .75rem;
}
.pro_01 .lis .lis_b .cir {
    background: #e01122;
    color: #fff;
}
.pro_01 .lis:hover .lis_t,
.pro_01 .lis.on .lis_t {
    background: #7d8ec2;
    border-radius: .025rem;
    border-top: #7d8ec2;
}
.pro_01 .lis:hover .lis_t .cir,
.pro_01 .lis.on .lis_t  .cir {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.pro_01 .lis:hover .lis_t .tit-17,
.pro_01 .lis.on .lis_t .tit-17 {
    color: #fff;
}
.pro_02 {
    width: 100%;
}
.pro_02 .w1400 {
    padding: 1.25rem 0 3.875rem;
}
.pro_02 .w1400 .img {
    background: #f5f5fc;
    border-radius: .025rem;
    padding-top: 2.25rem;
    padding-bottom: 3.55rem;
}
.pro_02 .w1400 .img img {
    height: 23.45rem;
    margin: 0 auto;
}

.pro_03 {
    width: 100%;
}
.pro_03 .w1400 {
    padding-top: 1.25rem;
    padding-bottom: 7.45rem;
}
.pro_03 .pro_t {
    background: #7d8ec2;
    border-radius: .025rem;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}
.pro_03 .pro_t .icon {
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    border-radius: .1rem;
    background-color: #e01122;
    margin-right: 1.675rem;
}
.pro_03 .pro_t .icon img {
    width: 100%;
}
.pro_03 .pro_t .tit-17 {
    margin-bottom: .25rem;
}
.pro_03 .w1400 .line {
    margin: .65rem 0 .7rem;
    width: 100%;
    height: .025rem;
    background: rgba(51, 51, 51, .2);
    border-radius: .025rem;
}
.pro_03 .w1400 .lis {
    margin-bottom: 1.4rem;
}
.pro_03 .w1400 .lis:last-child {
    margin-bottom: 0;
}
.pro_03 .w1400 .lis .t3 {
    margin-bottom: .75rem;
}

.pro_03 .w1400 .lis .t4 {
    color: #e01122;
    margin-bottom: .75rem;
}
.aos_01 .w1400 {
    padding: 1.925rem 0 3.5rem;
    display: flex;
    align-items: stretch;
}
.aos_01.manage   .rt_boxs {
    margin-top: .75rem;
}
.aos_01.manage   .rt_boxs > .tit-22 {
    width: 100%;
    height: 1.85rem;
    background: #7d8ec3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25rem;
}
.aos_01  .rt_cont .lis {
    width: 100%;
    margin-bottom: .375rem;
}
.aos_01  .rt_cont .lis .lis_t {
    width: 100%;
    height: 1.9rem;
    display: flex;
    align-items: center;
    background: #f5f5fc;
    padding: .65rem .675rem;
    box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.1);
    border-bottom: .05rem solid #7d8ec3;
    cursor: pointer;
    justify-content: space-between;
    transition: all .6s;
    border-top: .05rem solid transparent;
}
.aos_01  .rt_cont .lis .lis_t .add {
    width: .45rem;
    height: .45rem;
    position: relative;
}
.aos_01  .rt_cont .lis .lis_t .add  .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aos_01  .rt_cont .lis .lis_t .add  .line1 {
    width: 100%;
    height: .05rem;
    background: #000099;
}
.aos_01  .rt_cont .lis .lis_t .add  .line2 {
    width: .05rem;
    height: 100%;
    background: #000099;
}
.aos_01  .rt_cont .lis .lis_b_box {
    display: none;
    width: 100%;
    padding: .75rem 1.05rem 1.25rem;
    background: #f5f5fc;
}
.aos_01  .rt_cont .lis_t.on,
.aos_01  .rt_cont .lis_t:hover {
    background-color: #fff;
    border-color: #7d8ec3;
}
.aos_01  .rt_cont .lis_t.on .line2 {
    display: none;
}
.aos_01 .rt_01 {
    margin-top: .925rem;
}
.aos_01  .rt_01 .tt {
    width: 100%;
    height: 1.65rem;
    background: #7d8ec2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aos_01 .rt_01 .thead {
    width: 100%;
    display: flex;
}
.aos_01 .rt_01 .lis .tr {
    position: relative;
    padding: .95rem .575rem;
}

.aos_01 .rt_01 .li_1 .lis {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    line-height: .6rem;
}
.aos_01 .rt_01 .li_1  .lis:nth-child(even) {
    background: #f5f5fc;
}
.aos_01 .rt_01 .li_1  .lis .tr:nth-child(1) {
    width: 5.875rem;
}
.aos_01 .rt_01 .li_1  .lis .tr:nth-child(1)::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    content: '';
    width: .025rem;
    background-color: rgba(51, 51, 51, .05);
}
.aos_01 .rt_01 .li_1  .lis .tr:nth-child(2) {
    width: calc(100% - 5.875rem);
}
.aos_01 .rt_01 .thead .tr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .45rem .575rem;
}

.aos_01 .rt_01 .li_1  .tbot {
    margin-top: .3rem;
}
.aos_01 .rt_01 .li_2 {
    margin-top: 1.3rem;
}
.aos_01 .rt_01 .li_2  .lis .tr:nth-child(1) {
    width: 5.875rem;
}
.aos_01 .rt_01 .li_2  .lis .tr:not(:nth-child(1)) {
    width: calc((100% - 5.875rem) / 5);
}
.aos_01 .rt_01 .li_2  .lis .tr::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
    height: .025rem;
    background-color: rgba(51, 51, 51, .05);
}
.aos_01 .rt_01 .li_2  .thead .tr {
    width: 100%;
    padding: .7rem 1.25rem 0.7rem 1.475rem;
    background-color: #f5f5fc;
}
.aos_01 .rt_01 .li_2  .thead .tr::before {
    display: none;
}
.aos_01 .rt_01 .li_2  .thead .tr:nth-child(1) {
    width: 100%;
}
.aos_01 .rt_01 .li_2  .thead .tr:nth-child(1)::after {
    display: none;
}
.aos_01 .rt_01 .li_2  .lis:nth-child(even) {
    background: #fff;
}
.aos_01 .rt_01 .li_2 .tbot {
    margin-top: .7rem;
}
.aos_01 .rt_02 {
    margin-top: .425rem;
    background: #f5f5fc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .875rem 0 5rem;
}

.aos_01 .rt_03 {
    margin-top: .425rem;
    background: #f5f5fc;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: .75rem 0 1.5rem;
}

.aos_02  .rt_cont {
    width: 100%;
    background: #f5f5fc;
    text-align: center;
    padding: 1.1rem 1.325rem 1.1rem 2.875rem;
}
.aos_02  .rt_cont .img {
    width: 21.675rem;
}
.aos_02  .rt_cont .img img {
    width: 100%;
}
.aos_03  .rt_box {
    width: 100%;
    background: #f5f5fc;
    padding: 1.15rem 1.1rem .325rem;
}

.aos_03  .rt_box .tit-22 {
    margin-bottom: .55rem;
}
.aos_03  .rt_box .img_0 {
    border: 1px solid rgba(51, 51, 51, .1);
}
.aos_03  .rt_box .rt_lis {
    margin-bottom: .975rem;
}
.aos_03  .rt_box .rt_lis .img {
    margin: 0 auto;
}
.aos_03  .rt_box .rt_lis .img img {
    max-width: 100%;
}

.aos_04  .rt_box .rt_lis {
    padding-bottom: 7.5rem;
}
.aos_05  .rt_box {
    width: 100%;
    background: #f5f5fc;
    padding: 1.15rem 1.05rem 1.725rem .95rem;
}
.aos_01 .rt_04 {
    background: #f5f5fc;
    width: 100%;
    padding: 1.15rem 1.6rem 2rem 1.35rem;
}
.aos_01 .rt_05 {
    background: #f5f5fc;
    width: 100%;
    padding: 1.675rem 2.95rem 3.45rem;
}
.aos_01 .rt_05  .image {
    text-align: center;
    width: 100%;
    background-color: #fff;
}
.aos_01 .rt_05  .image img {
    max-width: 100%;
    margin: 0 auto;
}
.aos_01 .rt_06_box {
    width: 100%;
    background: #f5f5fc;
    padding: 1.25rem 1.65rem 1.625rem;
}
.aos_01 .rt_06_box  .tit-22 {
    margin-bottom: .55rem;
}
.aos_01 .rt_06_box  img {
    margin: 0 auto;
}
.aos_01 .rt_06 .morebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .45rem;
}
.aos_01 .rt_06 .morebox a {
    width: calc((100% - .45rem) / 2);
    height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .85rem;
    transition: all .6s;
}
.aos_01 .rt_06 .morebox a span {
    display: inline-block;
    width: .15rem;
}
.aos_01 .rt_06 .morebox a span img {
    width: 100%;
    transition: all .6s;
}
.aos_01 .rt_07 .trade_ajax {
    margin-top: 1.2rem;
}
.aos_01 .rt_07 .trade_ajax .li {
    width: 100%;
    margin-right: 0;
    background: #f5f5fc;
    margin-bottom: .4rem;
    border-radius: .1rem;
    padding-bottom: .85rem;
}
.hep .trade_ajax .li {
    position: relative;
}
.hep .trade_ajax .li::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;

    transition: all .6s;
    height: .075rem;
    border-radius: 4px;
    content: '';
    background: #e01122;
}
.hep .trade_ajax .li:hover::after {
    width: 100%;
}
.aos_01 .rt_08 {
    width: 100%;
    background: #f5f5fc;
    text-align: center;
    padding: 1.1rem 1.375rem 1.125rem 2.875rem;
}
.aos_01 .rt_08  img {
}
.trade .render_calendar {
    margin-top: .65rem;
}
.trade  .trade_calendar > .tit-22 {
    margin-top: .9rem;
    margin-bottom: .4rem;
}
.trade  .trade_calendar .tab_box {
    background-color: #f5f6fb;
    padding: .8rem .725rem 2rem .825rem;
}
.trade  .trade_calendar .tab {
    margin-bottom: .55rem;
}
.trade  .trade_calendar .tab:last-child {
    margin-bottom: 0;
}
.trade  .trade_calendar .tab .tit-15 {
    line-height: .6rem;
}
.trade  .trade_calendar .tab  .tit-22 {
    background: #ffffff;
    height: 1.775rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .425rem;
}
.trade  .trade_calendar .tab .thead {
    background: #7d8ec2;
    height: 1.65rem;
    display: flex;
    align-items: center;
}

.trade  .trade_calendar .tab  .tr {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    font-size: .425rem;
}
.trade  .trade_calendar .tab  .tr1 {
    width: 4.85rem;
    padding-left: .675rem;
}
.trade  .trade_calendar .tab  .tr2 {
    width: 4.825rem;
    padding-left: .675rem;
}
.trade  .trade_calendar .tab  .tr3 {
    width: 3.85rem;
    justify-content: center;
}
.trade  .trade_calendar .tab  .tr4 {
    justify-content: center;

    width: 3.825rem;
}
.trade  .trade_calendar .tab  .tr5 {
    width: 6.85rem;
    padding-left: .675rem;
    border-right: none;
}
.trade  .trade_calendar  .tbody {
    display: flex;
    align-items: stretch;
}
.trade  .trade_calendar  .tbody .trr {
    border-bottom: .025rem solid rgba(51, 51, 51, .1);
}
.trade  .trade_calendar  .tbody .trr .tr {
    height: 1.65rem;
}
.trade  .trade_calendar  .tbody .tlr {
    padding-top: 1.65rem;
    border-right: .025rem solid rgba(51, 51, 51, .1);
    border-bottom: .025rem solid rgba(51, 51, 51, .1);
}
.trade  .trade_calendar  .tbody .tlr .tr {
    height: auto;
}
.trade  .trade_calendar  .tbody .trr .td {
    display: flex;
    align-items: center;
}
.trade  .trade_calendar  .tbody .trr .tr {
    border-right: .025rem solid rgba(51, 51, 51, .1);
}
.trade  .trade_calendar  .tbody .trr .tr5 {
    border-right: none;
}

.trade  .trade_calendar  .tbody .trr .td:nth-child(2n) {
    background-color: #ffffff;
}
.trade .notice_box {
    width: 100%;
    padding-top: .75rem;
}
.trade .notice_box .lis {
    width: 100%;
    height: 3.75rem;
    background: #ffffff;
    border-radius: .1rem;
    box-shadow: 0px .05rem .125rem 0px rgba(51, 71, 102, 0.1);
    border: 1px solid rgba(242, 242, 242, .4);
    margin-bottom: .25rem;
    padding: 0;
}
.notice_box .lis .txt {
    max-width: 78%;
}
.trade .notice_box .lis:last-child {
    margin-bottom: 0;
}
.trade .notice_box .lis .txt .t3 {
    margin-bottom: .45rem;
    line-height: 1;
}
.trade .notice_box .lis .timer {
    width: 4rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
}
.notice_box .lis .timer .tit-12 {
    font-size: .3rem;
}
.trade .notice_box .lis .timer > span {
    color: #000099;
}

.trade .notice_box .lis .txt {
    width: calc(100% - 5.2rem);
}

.trade .notice_box .lis:hover .t3,
.trade .notice_box .lis:hover .t4 {
    color: #e50012;
}

.trade  .trade_ul {
    width: 100%;
}
.trade  .trade_ul .li {
    width: 100%;
    height: 3rem;
    background: #ffffff;

    padding: .75rem .6rem;
    display: block;
    border-bottom: .05rem solid rgba(51, 51, 51, .1);
    position: relative;
}
.trade  .trade_ul .li::after {
    position: absolute;
    left: 0;
    bottom: -.05rem;
    width: 0;
    content: '';
    height: .05rem;
    background-color: rgba(224, 17, 34, 1);
    transition: all .6s;
}
.trade  .trade_ul .li  .timer_more {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.trade  .trade_ul .li .tit-22 {
    transition: all .6s;
}
.trade  .trade_ul .li  .timer_more span {
    color: rgba(0, 0, 0, .5);
}
.trade  .trade_ul .li  .timer_more .line {
    opacity: .2;
    margin: 0 .35rem;
}
.trade  .trade_ul .li  .timer_more .tit-15 {
    color: rgba(224, 17, 34, 1);
    transition: all .6;
}
.trade  .trade_ul .li:hover .tit-22 {
    color: rgba(224, 17, 34, 1);
}
.trade  .trade_ul .li:hover::after {
    width: 100%;
}
.trade   .trade_02 {
    padding-top: .475rem;
}
.trade   .trade_02 .li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .45rem .5rem;
    height: 6.5rem;
    background: #f5f5fc;
    border-radius: .05rem;
    margin-bottom: .25rem;
}
.trade   .trade_02 .li .img {
    width: 9.5rem;
    height: 5.675rem;
    margin-right: 1.925rem;
    overflow: hidden;
}
.trade   .trade_02 .li .img img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    object-fit: cover;
}
.trade   .trade_03 .tit-22 {
    margin-top: .8rem;
    margin-bottom: .625rem;
}
.trade   .trade_03 .li .tit-17 {
    color: #e01122;
}
.trade   .trade_03 .li1 .tit-15 {
    margin-bottom: .65rem;
}
.trade   .trade_03 .li1 .tit-17 {
    margin-bottom: .4rem;
}
.trade   .trade_03 .li1  .line {
    width: 100%;
    height: .025rem;
    background: #333333;
    border: 0px solid #ffffff;
    opacity: 0.1;
}
.trade   .trade_03 .li2 .tit-17 {
    margin-top: .925rem;
    margin-bottom: .7rem;
}

.trade   .trade_03 .tab {
    width: 100%;
}
.trade   .trade_03  .thead {
    width: 100%;
    height: 1.65rem;
    background: #7d8ec3;
    display: flex;
    align-items: center;
}
.trade   .trade_03  .tab1 .tr {
    padding: .375rem .75rem .375rem 1.2rem;
}
.trade   .trade_03  .thead .tr {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.trade   .trade_03 .tab1  .tr1 {
    width: 4.45rem;
}
.trade   .trade_03 .tab1  .tr2 {
    width: 3.75rem;
}

.trade   .trade_03 .tab1  .tr3 {
    width: 17.65rem;
}
.trade   .trade_03  .th,
.trade   .trade_03  .td {
    display: flex;
    align-items: center;
}
.trade   .trade_03  .th {
    align-items: stretch;
}
.trade   .trade_03 .tab1 .thr .tr {
    height: 1.8rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.trade   .trade_03 .tab1  .thr .td:nth-child(2n) {
    background-color: #f5f5fc;
}
.trade   .trade_03 .tab1  .thr .td:last-child {
    border-bottom: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03  .tab1  .thr .td .tr2 {
    border-right: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03 .tab1 .tl  .td {
    height: 100%;
}
.trade   .trade_03  .tl .tr {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: .025rem solid rgba(0, 0, 0, .2);
    border-right: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03 .tab2 .tr1 {
    width: 7.5rem;
}
.trade   .trade_03 .tab2 .tr2 {
    width: 8.75rem;
}
.trade   .trade_03 .tab2 .tr3 {
    width: 9.575rem;
}

.trade   .trade_03 .tab2  .tr {
    padding: .45rem 1rem .5rem .8rem;
    display: flex;
    min-height: 1.8rem;
    align-items: center;
    justify-content: flex-start;
    border-right: .025rem solid rgba(0, 0, 0, .2);
}

.trade   .trade_03 .tab2 .thead  .tr {
    border-color: rgba(255, 255, 255, .5);
}
.trade   .trade_03 .tab2 .tbody .tr1 {
    padding-right: .5rem;
}
.trade   .trade_03 .tab2 .th:nth-child(2n) {
    background-color: #f5f5fc;
}
.trade   .trade_03 .tab2 .th:last-child {
    border-bottom: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03 .li3 {
    margin-top: 1.175rem;
}
.trade   .trade_03 .li3 > .tit-17 {
    padding-bottom: .35rem;
    border-bottom: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03 .tab_nav {
    display: flex;
    align-items: center;
    margin-top: .45rem;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: .025rem solid rgba(0, 0, 0, .2);
}
.trade   .trade_03 .tab2 .tab_nav a {
    color: rgba(51, 51, 51, .7);
    width: 4.5rem;
    height: 1.1rem;
    background: #f5f5fc;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .35rem;
    transition: all .6s;
}
.trade   .trade_03 .tab2 .tab_nav a:hover,
.trade   .trade_03 .tab2 .tab_nav a.cur {
    background: #e01122;
    color: #fff;
}
.trade   .trade_03 .tab2  .tab_li {
    display: none;
}
.sell_01 .w1400 {
    margin-top: 1.15rem;
    padding-bottom: 2.5rem;
}
.sell_01 .w1400 .line {
    width: 100%;
    height: .025rem;
    background: rgba(51, 51, 51, .1);
    margin-bottom: .825rem;
}
.sell_01 .w1400 > p {
    margin-bottom: .8rem;
}
.sell_01 .w1400  .nav_abox {
    display: flex;
    align-items: center;
    margin-bottom: 1.35rem;
}
.sell_01 .w1400  .nav_abox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 1.875rem;
    background: #f5f5fc;
    transition: all .6s;
}
.sell_01 .w1400  .nav_abox a:hover,
.sell_01 .w1400  .nav_abox a.cur {
    background: #7d8ec2;
    color: #fff;
}
.sell_01 .lis_box > .tit-22 {
    margin-bottom: .425rem;
}
.sell_01 .lis_box > .tit-17 {
    background: #f5f5fc;
    padding: .95rem .725rem .825rem .575rem;
    line-height: .6rem;
    margin-bottom: .825rem;
}
.sell_01 .lis_box {
    display: none;
    margin-bottom: 1.925rem;
}
.sell_01 .lis_box .img {
    margin-top: 1.65rem;
    text-align: center;
    width: 100%;
}
.sell_01 .lis_box .img img {
    margin: 0 auto;
}
.sell_01  .sel_buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.sell_01  .sel_buy a {
    width: calc((100% - .45rem) / 2);
    background: #e50012;
    border-radius: .05rem;
    height: auto;
    justify-content: space-between;
    padding: .625rem .9rem .625rem .825rem;
}
.sell_01  .sel_buy a img {
    width: .15rem;
}
.sell_01.sell_02 .t1 {
    margin-bottom: .75rem;
}
.sell_01.sell_02 .t4 {
    padding: 0 2.75rem 0 2.925rem;
    margin-bottom: .75rem;
}
.sell_01.sell_02  .bank_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sell_01.sell_02  .bank_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 1.6rem * 3) / 4);
    height: 3rem;
    /* background: #333333; */
    box-shadow: 0px .125rem .25rem 0px rgba(51, 51, 51, 0.1);
    border: .025rem solid rgba(0, 0, 0, 0.05);
    margin-right: 1.6rem;
    margin-bottom: 1.25rem;
}

.sell_01.sell_02  .bank_list a:nth-child(4n) {
    margin-right: 0;
}
.sell_01.sell_02 .bank_box > p {
    color: #e01122;
    margin-bottom: .625rem;
}

.sell_01.sell_02  .txt_box > .tit-22 {
    margin-bottom: .425rem;
}
.sell_01.sell_02  .txt_box > .tit-17 {
    background: #f5f5fc;
    padding: .95rem .725rem .825rem .575rem;
    line-height: .6rem;
    margin-bottom: .9rem;
}
.sell_01.sell_02  .txt_box > .tit-17:last-child {
    margin-bottom: 1.375rem;
}

.sell_01.sell_02  .question_box > .tit-22 {
    margin-bottom: .5rem;
}
.sell_01.sell_02  .question_box .lis_t {
    display: flex;
    align-items: center;
    height: 2rem;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: 0 .6rem;
    cursor: pointer;
    transition: all .6s;
}

.sell_01.sell_02  .question_box .lis .lis_t {
    display: flex;
    align-items: center;
    height: 2rem;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: 0 .6rem;
    cursor: pointer;
    transition: all .6s;
}
.sell_01.sell_02  .question_box  .lis .cir {
    width: .675rem;
    height: .675rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 51, 51, .1);
    border-radius: 50%;
    border: 0px solid #ffffff;
    color: rgba(51, 51, 51, .5);
    margin-right: .425rem;
    font-style: italic;
}
.sell_01.sell_02  .question_box .lis .tit-17 {
    width: calc(100% - .675rem - .675rem);
    line-height: .75rem;
}
.sell_01.sell_02  .question_box .lis_b_box {
    display: none;
    padding-bottom: .65rem;
}
.sell_01.sell_02  .question_box .lis .lis_b {
    padding: .75rem 1.25rem 1rem .6rem;
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: #f5f5fc;
}
.sell_01.sell_02  .question_box .lis  .lis_b .cir {
    background: #e01122;
    color: #fff;
}
.sell_01.sell_02  .question_box .lis.on .lis_t {
    background: #7d8ec2;
    border-radius: .025rem;
    border-top: #7d8ec2;
}
.sell_01.sell_02  .question_box .lis.on .lis_t .cir {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.sell_01.sell_02  .question_box .lis.on .lis_t .tit-17 {
    color: #fff;
}
.bond_01 .w1400 {
    padding-top: 1.15rem;
    padding-bottom: 3.15rem;
}
.bond_01  .tab {
    margin-bottom: 2.7rem;
}
.bond_01 .tbody,
.bond_01 .thead {
    width: 100%;
    position: relative;
}
.bond_01 .thead .th {
    background: #7d8ec3;
}
.bond_01 .th {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.bond_01 .th .tr {
    display: flex;
    align-items: center;
    padding: .575rem .5rem .575rem .75rem;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.bond_01 .tbody .th .tr {
    border-color: rgba(51, 51, 51, .1);
    line-height: 1.2;
}
.bond_01 .tbody .th .tr:last-child {
    border-right: none;
}
.bond_01 .tbody .th:nth-child(2n) {
    background-color: #f5f5fc;
}
.bond_01 .th .tr1 {
    width: 7rem;
}
.bond_01 .th .tr2 {
    width: 7.7rem;
}
.bond_01 .th .tr3 {
    width: 6.95rem;
}
.bond_01 .th .tr4 {
    width: 7rem;
}
.bond_01 .th .tr5 {
    width: 6.25rem;
}
.bond_01 .w1400 > p {
    color: #393636;
    margin-bottom: .6rem;
}
.bond_01  .more {
    height: auto;
    padding: .55rem .75rem .525rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .6s;
}
.bond_01  .more .tit-22 {
    margin-bottom: .15rem;
    transition: all .6s;
}
.bond_01  .more .img {
    width: 1.4rem;
    height: 1.4rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bond_01  .more .img  .icon {
    width: 1rem;
    height: .45rem;
    margin-left: 0;
}
.bond_01  .more:hover {
    background-color: #000099;
}

.bond_01  .more:hover .img path {
    fill: #000099;
}

/*分页样式*/
.y-pages {
    text-align: center;
}

.y-page {
    padding: 1.5rem 0 0;
    font-size: 0.375rem;
    font-weight: bold;
    line-height: 0.55rem;
    text-align: center;
    clear: both;
    display: inline-block;
}

.y-page a {
    text-decoration: none;
    color: #333;
    height: 1rem;
    line-height: 1rem;
    margin: 0 0.425rem;
    padding: 0 0.2rem;

    display: block;
    float: left;
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page a.active {
    border-bottom: 3px solid #e01122;
    color: #000099;
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page span.laypage_curr {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 0.1rem;
    display: inline-block;

    color: #000099;
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page a:hover {
    text-decoration: none;

    color: #000099;
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.y-page a[rel="next"],
.y-page a[rel="prev"] {
    display: none !important;
}
.y-page a[rel="next"] {
}
.y-page a[rel="next"]:hover,
.y-page a[rel="prev"]:hover {
}

.ul_swiper .btn img {
    width: 6px;
}
.ul_swiper .btn.prev {
    left: 0%;
}
.ul_swiper .btn.next {
    right: 0%;
}
.ul_swiper_nav {
    width: 83%;
    margin: 0 auto 1rem;
}
.ul_swiper_nav .swiper-slide {
    width: auto;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.ul_swiper_nav .swiper-slide .t3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul_swiper_nav .swiper-slide img {
    width: .75rem;
    margin-right: .25rem;
    filter: brightness(5) invert(1);
}
.ul_swiper_nav .swiper-slide.cur .t3 {
    color: #fff;
}
.ul_swiper_nav .swiper-slide.cur {
    background-color: #e40011;
}
.ul_swiper_nav .swiper-slide.cur img {
    filter: none;
}
.trade_calendar .files {
    width: 8rem;
    height: 2.075rem;
    background: rgba(51, 51, 51, .05);
    display: flex;
    align-items: center;
    padding-left: .55rem;
    transition: all .6s;
    border-radius: .1rem;
    margin-top: 1rem;
}
.trade_calendar .files .img {
    width: .75rem;
    margin-right: .725rem;
}
.trade_calendar .files .img img {
    width: 100%;
    transition: all .6s;
}
.trade_calendar .files .file_txt {
    font-size: .375rem;
}
.trade_calendar .files .file_txt .t7,
.trade_calendar .files .file_txt .t8 {
    transition: all .6s;
}
.trade_calendar .files .file_txt .t8 {
    color: rgba(228, 0, 17, 1);
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: .125rem;
    transition: all .6s;
}
.trade_calendar .files:hover {
    box-shadow: 0rem 0rem .25rem .075rem rgba(0, 0, 0, .1);
}
@media (max-width: 996px) {
    .header_box {
        padding-right: 0;
    }
    .home .header_box.active .header_logo {
        margin-left: 4%;
    }
    .w1600,
    .w1400 {
        width: 92%;
    }
    .wel .sub_banner {
        height: 15rem;
    }
    .wel .sub_banner .btn {
        display: none;
    }
    .sub_banner .swiper-slide .txt {
        width: 90%;
        max-width: none;
        top: 42%;
    }
    .sub_banner .swiper-slide .txt .tit-52 {
        font-size: 1rem;
        text-align: center;
        line-height: 1.3;
    }
    .sub_banner .swiper-slide .more {
        margin-top: 1.3rem;
    }
    .wel_01 .ulbox .li.swiper-slide-active .bg {
        background-size: 110% 110%;
    }
    .wel_01 .ulbox .li.swiper-slide-active .txt {
        background-color: #e40011;
    }
    .wel_01 .ulbox .li.swiper-slide-active .txt .t3 {
        color: #ffffff;
    }
    .wel_01 .ulbox .li.swiper-slide-active .txt .t4 {
        color: rgba(255, 255, 255, .8);
    }

    .wel_01 .ulbox .txt {
        padding: 1rem .5rem 1rem;
    }
    .wel_01 .w1600 {
        padding: 1.5rem 0%;
    }
    .wel_01 .tit-32 {
        margin-bottom: 1rem;
    }
    .wel_02  .w1400 {
        padding: 1.5rem 0%;
    }
    .wel_02 .txtbox {
        flex-direction: column;
        height: auto;
    }
    .wel_02 .img {
        width: 100%;
        padding: 0;
    }
    .wel_02 .img .imgs {
        position: relative;
    }

    .wel_02 .img::after {
        display: none;
    }
    .wel_02 .img .tit-22 {
        color: #333333;
        padding-top: .75rem;
        font-size: .6rem;
        line-height: 1.3;
    }
    .wel_02 .img .more {
        border: .025rem solid rgba(245, 0, 2, .5);
        /* background-color: transparent; */
        color: #fff;
        border-radius: .05rem;
        margin-bottom: .75rem;
        margin-top: .3rem;
    }
    .wel_02 .ulbox {
        width: 100%;
    }
    .wel_02 .ulbox::-webkit-scrollbar {
        width: 4px;
        background-color: rgba(245, 245, 252, .1);
    }
    .wel_02 .ulbox::-webkit-scrollbar-thumb {
        background-color: #e01122;
    }
    .wel_02 .lisbox {
        height: auto;
        max-height: 11.5rem;
        border-bottom: none;
    }
    .wel_02 .lisbox .lis {
        height: auto !important;
        padding: .5rem .5rem;
        font-size: .5rem;
    }
    .wel_03 .w1400 {
        padding: 1.5rem 0;
        flex-direction: column;
    }
    .wel_03 .notice_box .lis {
        height: auto;
    }
    .wel_04 .ulbox .lis .lishide .li_ajax_box .nodata {
        padding: 1rem 0 !important;
    }
    .notice_box {
        width: 100%;
    }

    .calendar_box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .notice_top,
    .calendar_top {
        margin-bottom: .75rem;
    }

    .notice_top .let .li_nav {
        font-size: .7rem;
        margin-right: .5rem;
    }
    .calendar_top .let .tit-32 {
        font-size: .7rem;
    }
    .notice_box .lis {
        padding: 1rem .5rem;
    }
    .notice_box .lis .txt .t4 {
        display: none;
    }
    .notice_box .lis .timer {
        margin-right: .5rem;
        width: 3rem !important;
    }
    .notice_box .lis .txt .t3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wel_03 .notice_box .lis .txt {
        /* flex: 1; */
        width: 78%;
    }

    .wel_03 .notice_box .lis .timer {
        justify-content: flex-start;
    }
    .notice_box .lis .txt .t3 {
        font-size: .5rem;
    }

    .wel_04 .w1600 {
        padding: 1.5rem 0;
    }
    .wel_04 .ulbox {
        flex-wrap: wrap;
        height: auto;
    }
    .wel_04 .ulbox .lis {
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
        box-shadow: .125rem .225rem .5rem 0px rgba(41, 85, 135, 0.2);
    }
    .wel_04 .ulbox .lis:last-child {
    }
    .wel_04 .ulbox .lis .lishide {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .wel_04 .ulbox .lis .lishide .li_hot {
        padding: .75rem .5rem;
    }
    .wel_04 .ulbox .lis .lishide .lit .txt {
        padding: 1rem .5rem;
    }
    .wel_04 .ulbox .lis .lishide .li_ajax_box,
    .wel_04 .ulbox .lis .lishide .li_nav_box,
    .wel_04 .ulbox .lis .lishide .li_hot_t,
    .wel_04 .ulbox .lis .lishide .lit .txt {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t {
        padding-bottom: .5rem;
    }
    .wel_04 .ulbox .lis .lishow {
        display: none;
    }
    .wel_04 .ulbox .lis.vdo {
        background-image: url(../img/mvimg.png) !important;
    }
    .wel_04 .ulbox .lis.vdo .lishow span {
        writing-mode: horizontal-tb;
        font-size: .6rem;
    }
    .wel_04 .ulbox .lis.vdo  .lishow {
        display: flex;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 1rem .5rem;
    }
    .wel_04 .ulbox .lis.vdo .lishow .icon {
        margin-bottom: .4rem;
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t .txt .t5 {
        /* display: block; */
        text-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t .txt .t6 {
        font-size: 12px;
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t .txt .t5 span {
        margin-left: .25rem;
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t .icon {
        margin-right: .5rem;
    }
    .wel_04 .ulbox .lis .lishide .li_hot_t .txt {
        width: calc(100% - 1.35rem - .5rem);
    }
    .wel_04 .ulbox .lis .lishide .lit .txt .t3 {
        font-size: .6rem;
    }
    .wel_04 .tit_top {
        margin-bottom: .75rem;
    }
    .wel_04 .tit_top .tit-32 {
        font-size: .7rem;
    }
    .wel_05 .w1400 {
        padding: 1.5rem 0;
    }
    .wel_05 .bot {
        flex-direction: column;
    }
    .wel_05 .txt {
        width: 100%;
    }
    .wel_05 .bo_video {
        width: 100%;
    }
    .wel_05 .txt .tul {
        margin-top: 1rem;
        padding-top: 0;
        margin-bottom: 1.2rem;
    }
    .wel_05 .txt .tul .t_li {
        width: 100%;
        font-size: .5rem;
    }
    .wel_05 .tit-32 {
        margin-bottom: .75rem;
        font-size: .7rem;
    }
    .wel_05 .t3 {
        height: auto;
        font-size: .8rem;
        padding: .5rem 1.2rem;
        text-align: center;
        line-height: 1.3;
        margin-top: 1rem;
    }
    .wel_05 {
        background-image: url(../img/mw25.png) !important;
    }
    .cust .wrap_list {
        display: none;
    }
    .cust_01 .w1400 {
        padding: 1.5rem 0 2rem;
        flex-wrap: wrap;
    }
    .cust_01 .left_box {
        width: 100%;
        margin-right: 0;
    }
    .cust_01 .right_box {
        width: 100%;
    }
    .cust_01 .lis_b_t {
        width: 100%;
        flex-direction: column;
    }
    .cust_01 .lis_b_t .icon {
        margin-right: 0;
        margin-bottom: .5rem;
    }
    .cust_01 .lis_b_t .txt {
        width: 100%;
    }
    .cust_01 .tp {
        margin-bottom: .75rem;
    }
    .cust_01 .tp .tit-32 {
        font-size: .7rem;
        line-height: 1;
        align-items: flex-end;
    }
    .cust_01 .tp .tit-32 .icon {
        margin-right: .2rem;
    }
    .cust_01 .lis_b {
        padding: 1rem .5rem;
    }
    .cust_01 .lis {
        margin-bottom: 1rem;
    }
    .cust_01 .lis_b_t .t7 a,
    .cust_01 .lis_b_t .t7 {
        font-size: 12px;
    }
    .cust_01 .right_box {
        padding-top: 0;
        margin-top: .5rem;
    }
    .cust_01 .right_box .tp {
        margin-bottom: 1rem;
    }
    .cust_01 .right_box .ul_icon {
        margin-top: 1.5rem;
    }
    .fut_01 .w1400 {
        padding: 1rem 0 1.5rem;
    }
    .fut_01 .w1400 .fut_ajax {
        width: 100%;
        flex-wrap: wrap;
    }
    .fut_01 .lis {
        width: 100%;
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .fut_01 .lis .txt {
        width: 100%;
    }
    .fut_01 .lis .img {
        margin-right: 0;
        margin-bottom: .5rem;
    }
    .fut_01 .lis .li_a_box {
        justify-content: space-between;
    }
    .sub_banner,
    .cutbaner.sub_banner {
        height: 10rem;
    }
    .sub_banner .text {
        padding: 1.5rem 4%;
    }
    .sub_banner .text .t2 {
        text-align: justify;
    }
    .sub_banner .text .t2 br {
        display: none;
    }
    .aos_01 .w1400 {
        padding: 1.5rem 0 2rem;
    }
    .right_content_g .rt_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .rt_cont .rt_navs {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .right_content_g .rt_top .rt_navs {
        margin-top: .5rem;
    }
    .aos_01 .rt_01 {
        width: 100%;
        margin-top: .5rem;
    }
    .aos_01 .rt_01 .ligbox {
        overflow: auto;
        width: 100%;
        padding-bottom: .5rem;
    }
    .aos_01 .rt_01 .ligbox::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .aos_01 .rt_01 .ligbox::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .aos_01 .rt_01 .ligbox .li_1 {
        width: 25.875rem;
    }
    .aos_01 .rt_02 {
        overflow: auto;
        padding: 1rem .5rem 2rem;
    }
    .aos_01 .rt_02 .rt_02_img {
        width: auto;
    }
    .aos_01 .rt_02 .rt_02_img img {
        width: auto;
        max-width: none;
    }
    .aos_01 .rt_02::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .aos_01 .rt_02::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .aos_01 .rt_cont .lis .lis_t {
        padding: .5rem;
    }
    .aos_01 .rt_cont .lis .lis_b_box {
        padding: .75rem .5rem;
    }

    .aos_01.manage .rt_boxs > .tit-22 {
        padding: .25rem 1rem;
        line-height: 1.3;
        height: auto;
        text-align: center;
    }
    .aos_01 .rt_08 {
        padding: 1rem .5rem;
    }
    .aos_01 .rt_08 img {
        width: 90%;
        margin: 0 auto;
    }
    .aos_04  .rt_box .rt_lis {
        margin-bottom: 1rem;
        padding-bottom: 0;
    }
    .aos_04 .rt_box .rt_lis .img_01 {
        width: 100%;
        /* overflow: auto; */
        /* padding-bottom: .5rem; */
    }
    /* .aos_04 .rt_box .rt_lis .img_01::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .aos_04 .rt_box .rt_lis .img_01::-webkit-scrollbar-thumb {
        background-color: #e40011;
    } */
    .aos_04 .rt_box .rt_lis .img {
        /* width: 24rem; */
    }
    .aos_05 .rt_box {
        padding: 1rem .5rem;
    }
    .aos_05 .rt_box .rt_lis .img_01 {
        width: 100%;
        overflow: auto;
        padding-bottom: .5rem;
    }
    /* .aos_05 .rt_box .rt_lis .img_01::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .aos_05 .rt_box .rt_lis .img_01::-webkit-scrollbar-thumb {
        background-color: #e40011;
    } */
    .aos_05 .rt_box .rt_lis .img {
        /* width: 24rem; */
    }
    .aos_05 .rt_box {
        padding: 1rem .5rem;
    }
    .aos_01 .rt_04 {
        padding: 1rem .5rem;
    }
    .aos_01 .rt_05 {
        padding: 1rem .5rem;
    }
    .aos_01 .rt_06 .morebox {
        flex-direction: column;
    }
    .aos_01 .rt_06 .morebox a {
        padding: .5rem;
        width: 100%;
        margin-bottom: .5rem;
    }
    .aos_01 .rt_06_box {
        padding: 1rem .5rem;
    }
    .aos_01 .rt_07 .trade_ajax .li {
        margin-bottom: .5rem;
        padding: .5rem;
    }
    .trade_01 .w1400 {
        padding: 1rem 0 2rem !important;
    }
    .trade_box {
        flex-wrap: wrap;
    }
    .trade_ajax .li {
        width: 100%;
    }
    .pro_03 .w1400,
    .pro_02 .w1400,
    .pro_01 .w1400 {
        padding: 1rem 0 2rem;
    }
    .pro_01 .lis .lis_b {
        padding: 1rem .5rem;
    }

    .pro_02 .w1400 .img {
        padding: 1.5rem .5rem;
    }
    .pro_02 .w1400 .img img {
        height: auto;
    }
    .pro_03 .w1400 .lis .img2,
    .pro_03 .w1400 .lis .img1 {
        width: 100%;
        overflow: auto;
    }
    .pro_03 .w1400 .lis img {
        max-width: none;
    }
    .pro_03 .w1400 .lis .img2::-webkit-scrollbar,
    .pro_03 .w1400 .lis .img1::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .pro_03 .w1400 .lis .img2::-webkit-scrollbar-thumb,
    .pro_03 .w1400 .lis .img1::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }

    .trade .trade_calendar .tab_box {
        padding: 1rem .5rem;
    }
    .trade .tabbox {
        width: 100%;
        overflow: auto;
    }
    .trade .tab_scroll {
        width: 24.5rem;
    }
    .trade .tabbox::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .trade .tabbox::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .trade .notice_box .lis .timer {
        width: auto;
        height: auto;
        background-color: transparent;
    }
    .trade .notice_box .lis {
        height: auto;
        padding: 1rem .5rem;
        margin-bottom: 1rem;
    }
    .trade .notice_box .lis .timer {
        margin-right: .5rem;
    }
    .trade .notice_box .lis .txt {
        width: 70%;
    }
    .trade .notice_box .lis .txt .t3 {
        line-height: 1.3;
        display: -webkit-box;
        white-space: wrap;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .trade .trade_03 .tab1 {
        overflow: auto;
    }
    .trade .trade_03 .tab1::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .trade .trade_03 .tab1::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .trade .trade_03 .tab1 .tab_box {
        width: 25.5rem;
    }
    .trade .trade_03 .tab2 .tab_box {
        width: 100%;
    }
    .trade .trade_03 .tab2 .tab_boxs .tab_li {
        width: 25.5rem;
    }
    .trade .trade_03 .tab2 .tab_box {
        overflow: auto;
    }
    .trade .trade_03 .tab2 .tab_box::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .trade .trade_03 .tab2 .tab_box::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .trade .trade_03 .tab_nav {
        flex-wrap: wrap;
        padding-bottom: .25rem;
        justify-content: space-between;
    }
    .trade .trade_03 .tab_nav a {
        width: calc(50% - .25rem);
        margin-bottom: .5rem;
    }
    .trade .trade_03 .tab2 .tab_li {
        width: 25.5rem;
    }
    .trade .trade_02 .li {
        flex-direction: column;
        height: auto;
        padding: .5rem .5rem 1rem;
    }
    .trade .trade_02 .li .img {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: .5rem;
    }
    .sell_01.sell_02 .t4 {
        padding: 0 .5rem;
    }
    .sell_01 .w1400 {
        margin-top: 0;
        padding-top: .5rem;
        padding-bottom: 2rem;
    }
    .sell_01.sell_02 .t1 {
        margin-bottom: .5rem;
        line-height: 1.2;
    }
    .sell_01.sell_02 .bank_list {
        justify-content: space-between;
    }
    .sell_01.sell_02 .bank_list a {
        margin-right: 0;
        width: calc(50% - .25rem);
        margin-bottom: .5rem;
    }
    .sell_01.sell_02 .bank_box > p {
        margin-top: .5rem;
    }
    .bond_01 .w1400 .tab-scroll {
        overflow: auto;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .bond_01 .w1400 .tab {
        width: 30rem;
        margin-bottom: 0;
        padding-bottom: .25rem;
    }
    .bond_01 .w1400 {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .bond_01 .more {
        padding: 1rem .5rem;
        display: block;
    }
    .bond_01 .more .tit-22 {
        margin-bottom: .5rem;
    }
    .bond_01 .more .img {
        margin: .75rem 0 0 auto;
    }
    .bond_01 .w1400 .tab-scroll::-webkit-scrollbar {
        background-color: #f5f5fc;
        height: .1rem;
    }
    .bond_01 .w1400 .tab-scroll::-webkit-scrollbar-thumb {
        background-color: #e40011;
    }
    .wrap-nav {
        display: none;
    }
    .rd_01 .ulbox {
        flex-wrap: wrap;
    }
    .rd_01 .ulbox .lis {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .rd_01 .ulbox .lis .txt .tli::after {
        width: 3px;
        height: 3px;
    }

    .rd_01 .w1400 {
        padding: 1.5rem 0 2rem;
    }
    .wel_03 .notice_box .lis .txt {
        padding: 0;
    }
    .notice_box .lis .txt {
        max-width: 100%;
    }
    .rd_01 .ulbox .lis .txt > .nodata {
        padding: 1.5rem 0 !important;
    }
    .aos_03 .rt_box .rt_lis:last-child {
        margin-bottom: 0;
    }
    .aos_03 .rt_box {
        padding: 1rem .5rem;
    }
    .pro_03 .pro_t {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem .5rem;
    }
    .pro_03 .pro_t .icon {
        width: auto;
        height: auto;
        margin-bottom: .5rem;
        margin-right: 0;
    }
    .cusg .sub_banner .tit-22.line-3 {
        margin-bottom: .5rem;
    }
    .cust_01 .lis_b .tul .tli p {
        width: 72%;
    }
    .rd_01 .ulbox .lis .txt > a {
        min-height: auto;
    }
    .wel_04 .ulbox .lis .lishide .li_li_l {
        width: 76%;
    }
    .wel_04 .ulbox .lis .lishide .li_li > p {
        flex: 1;
    }
    .trade_calendar .files {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .rt_cont .rt_navs a {
        width: calc(50% - .25rem);
        margin-bottom: .5rem;
        margin-right: 0;
    }
}
.sub_banner .more:hover,
.sub_banner .swiper-slide.scale .more:hover {
    color: #fff;
    transition-delay: 0;
    transition: all .6s;
    background-color: #000099;
}
.sub_banner .more:hover .line,
.sub_banner  .more:hover .line {
    transform: translateX(.25rem);
}
.wel_02 .img .more:hover {
    color: #fff;
    background-color: #000099;
}

.wel_02 .img .more:hover img {
    transform: translateX(.1rem);
}
.wel_04 .ulbox .lis .lishide .lit {
    overflow: hidden;
}
.wel_04 .ulbox .lis .lishide .lit img {
    transition: all .6s;
}
.wel_04 .ulbox .lis .lishide .lit:hover img {
    transform: scale(1.02);
}
.wel_04 .ulbox .lis .lishide .lit:hover  .t3 {
    color: #e40011;
}
.wel_04 .ulbox .lis .lishide .lit .txt  .more:hover {
    background-color: #000099;
    color: #fff;
    border-color: #000099;
}
.wel_04 .ulbox .lis .lishide .lit .txt  .more:hover .line {
    transform: translateX(.25rem);
    background-color: #fff;
}
.cust_01 .right_box .ul_icon .li_icon:hover .icon img {
    transform: translateY(-.1rem);
}
.cust_01 .right_box .ul_icon .li_icon:hover .t5 {
    color: #000099;
}
.wel_04 .tit_top a:hover {
    color: #000099;
}
.wel_04 .tit_top a:hover svg path {
    color: #000099;
}
.fut_01 .lis .li_a_box a.rj svg path {
    fill: #fff;
}
.fut_01 .lis .li_a_box a.rj:hover {
    color: #fff;
}
.fut_01 .lis .li_a_box a:hover {
    background-color: #e50012;
    color: #fff;
    border-color: #e50012;
}
.fut_01 .lis .li_a_box a.sj:hover  svg path {
    fill: #fff;
}
.fut_01 .lis .li_a_box a.rj:hover  svg path {
    fill: #fff;
}
.trade .trade_02 .li:hover img {
    transform: scale(1.05);
}
.trade .trade_02 .li:hover  .t4 {
    color: #e40011;
}
.wel_04 .ulbox .lis .lishow:hover .icon {
    transform: translateY(-.25rem);
}
.wel_04 .ulbox .lis .lishow:hover .tit-22 {
    color: #fff;
}

.rd_01 .ulbox .lis:hover .bg {
    background-size: 102% 102%;
}

.rd_01 .ulbox .lis:hover .bg a {
    color: #fff;
}
.rd_01 .ulbox .lis .bg:hover a span {
    transform: translateX(.2rem);
}
.wel_04 .ulbox .lis .lishide .li_li:hover .li_li_l {
    color: #000099;
}
.wel_04 .ulbox .lis .lishide .li_hot_t:hover .txt .t5 span,
.wel_04 .ulbox .lis .lishide .li_hot_t:hover .txt .t5 {
    color: #000099;
}
.wel_04 .ulbox .lis .lishide .li_hot_t:hover .icon {
    background-color: #000099;
}
.cust_01 .lis_b .tul .tli:hover::after {
    background-color: #000099;
    opacity: 1;
}
.cust_01 .lis_b_t:hover .icon {
    background-color: #000099;
}
.cust_01 .lis_b_t:hover .icon img {
    transform: scale(1.05);
}
.cust_01 .lis_b_t:hover .t5 {
    color: #000099;
}
.cust_01 .lis_b_t:hover .t7 .opb {
    color: #000099;
}
.cust_01 .tp a:hover {
    color: #000099;
}
.cust_01 .tp a:hover path {
    fill: #000099;
}
.aos_01 .rt_06 .morebox a:hover {
    background-color: #000099;
    color: #fff;
}
.aos_01 .rt_06 .morebox a:hover img {
    transform: translateX(.1rem);
}
.rd_01 .ulbox .lis .txt .tli:hover .t3 {
    color: #000099;
}
.rd_01 .ulbox .lis .txt .tli:hover::after {
    background-color: #000099;
}
.search_list .lis:hover .tit-17 {
    color: #000099;
}
.notice_top .let .li_nav:hover {
    color: #fff;
}
.sell_01.sell_02 .bank_list a img {
    transition: all .6s;
}
.sell_01.sell_02 .bank_list a:hover img {
    transform: scale(1.05);
}
.sell_01 .sel_buy a:hover {
    background-color: #000099;
    color: #fff;
}
@media (min-width: 1024px) {
    .wel_03 .notice_box .lis:hover .timer {
        background-color: #000099;
    }
    .wel_03 .notice_box .lis:hover .timer span {
        color: #fff;
    }
    .wel_03 .notice_box .lis:hover .timer .line {
        color: rgba(255, 255, 255, .2);
    }
}
.aos_01 .rt_03 img,
.aos_01 .rt_02 img,
.aos_01 .rt_08 img,
.aos_03 .rt_box .rt_lis .img img,
.aos_05 .rt_box .img_01 img {
    margin: 0 auto;
}

@media (max-width: 996px) {
    .wel_01 .ulbox {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wel_01 .ulbox .li {
        margin-right: 0;
        width: calc((100% - .5rem) / 2);
        background-color: #fff;
        margin-bottom: .5rem;
    }
    .wel_01 .ulbox .li .bg {
        height: 3rem;
    }
    .wel_01 .txt {
        margin-top: 0;
    }
    .wel_01 .ulbox .txt {
        padding: .5rem;
    }
    .wel_01 .ulbox .li .icon {
        height: 1rem !important;
    }
    .wel_01 .ulbox .li:hover .txt {
        background-color: none;
    }
    .wel_01 .ulbox .li:hover {
        background-color: #e01122;
    }
    .wel_01 .txt .t3 {
        font-size: .55rem;
    }
    .wel_01 .txt .t4 {
        font-size: 14px;
    }
    .wel_01 .txt .t4 br {
        display: none;
    }
    .news-info1 .news-top {
        padding: 1.25rem 6% !important;
    }
    .wel_03 .notice_box .lis .txt {
        min-width: 0;
        width: calc(100% - 4rem  );
    }
    .wel_03 .notice_box .lis .txt .t3 {
        width: 100%;
        text-wrap: wrap;
        white-space: pre-wrap;
    }
}
