@charset "utf-8"; .w-top1 {
    margin-bottom: 0.4rem;
    padding: 0 1.1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.w-top1 h3 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w-top1 h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    width: 3.04rem;
    height: 1.62rem;
    background: url(../images/w-tit_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-top1 h3 .cn {
    font-size: 0.46rem;
    font-weight: bold;
    background: linear-gradient(180deg, #003F98 0%, #0174E0 100%);
    line-height: 1.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.w-top1 h3 .en {
    margin-top: 0.06rem;
    font-size: 0.18rem;
    color: #8BA2C2;
    line-height: 1.2;
}

.w-top1 .more {
    margin-top: -0.1rem;
    padding-right: 0.45rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.16rem;
    color: #0048A3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 10;
}

.w-top1 .more span {
}

.w-top1 .more span i {
    color: #FFFFFF;
}

.w-top1 .more em {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: linear-gradient(270deg, #0271DA 0%, #0048A3 100%);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w-top1 .more em i {
    margin: -0.04rem 0 0 -0.04rem;
    position: absolute;
    right: 0.06rem;
    top: 50%;
    width: 0.08rem;
    height: 0.08rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-top1 .more em i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F1B127;
    border-radius: 50%;
    z-index: -1;
}

.w-top1 .more em i:after {
    content: '';
    margin-top: -0.255rem;
    position: absolute;
    left: 0.04rem;
    top: 50%;
    width: 0.41rem;
    height: 0.51rem;
    background: url(../images/w-btn_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -2;
}

.w-top1 .more:hover {
}

.w-top1 .more:hover em i {
    -webkit-transform: translateX(0.04rem);
    -ms-transform: translateX(0.04rem);
    -o-transform: translateX(0.04rem);
    transform: translateX(0.04rem);
}

.banner_box {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner_box .swiPagination {
    padding: 0.36rem 0;
    position: absolute;
    left: 0;
    bottom: 0 !important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.banner_box .swiPagination:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.2rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .4;
    pointer-events: none;
    z-index: -1;
}

.banner_box .swiPagination .swiper-pagination-bullet {
    margin: 0 0.14rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #fff;
    border-radius: 2.25rem;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiPagination .swiper-pagination-bullet-active {
    width: 0.6rem;
    height: 0.05rem;
}

.banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bg, .banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    -webkit-transition: 8s 1s linear;
    -o-transition: 8s 1s linear;
    transition: 8s 1s linear;
}

.banner .swiper-slide-active {
}

.banner .swiper-slide-active .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.w-swiperIx1 {
    display: flex;
    align-items: flex-start;
}

.w-swiperIx1 .col {
    margin-right: 0.7rem;
    width: 5.6rem;
    position: relative;
    z-index: 1;
}

.w-swiperIx1 .cor {
    width: calc(100% - 6.3rem);
    position: relative;
    z-index: 10;
    flex-shrink: 0;
}

.w-swiperIx1 .bg-circle {
    margin: -5.6rem 0 0 -5.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11.2rem;
    height: 11.2rem;
    background: linear-gradient(0deg, rgba(0, 63, 152, 0.01) 0%, rgba(0, 63, 152, 0.15) 50%, rgba(0, 63, 152, 0) 100%);
    border-radius: 50%;
    z-index: -1;
}

.w-swiperIx1 .bg-circle .circle-inn {
    margin: -3.5rem 0 0 -3.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7rem;
    height: 7rem;
    border: 1px dashed rgba(0, 63, 152, 0.3);
    border-radius: 50%;
    z-index: 10;
}

.w-swiperIx1 .bg-circle .circle-inn .dot {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-swiperIx1 .bg-circle .circle-inn .dot:before {
    content: '';
    margin: -0.06rem 0 0 -0.06rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #9FBADA;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:after {
    content: '';
    margin: -0.06rem 0 0 -0.06rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -2;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.w-swiperIx1 .bg-circle .circle-inn .dot .line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #CF212E;
    opacity: 0;
    z-index: -3;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.w-swiperIx1 .bg-circle .circle-inn .dot .bg {
    margin-top: -1.22rem;
    position: absolute;
    left: -0.22rem;
    top: 50%;
    width: 0;
    height: 2.44rem;
    background: url(../images/w-bg4.png) left center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: -4;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.w-swiperIx1 .bg-circle .circle-inn .dot .bg:before {
    content: '';
    position: absolute;
    right: 1.9rem;
    bottom: 0;
    width: 1.74rem;
    height: 1.76rem;
    background: url(../images/w-bg3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(1) {
    margin: -2.86rem 1.46rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(2) {
    margin: -2.28rem 0.84rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(3) {
    margin: -1.68rem 0.43rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4) {
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(5) {
    margin: 2.86rem 1.46rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(6) {
    margin: 2.28rem 0.84rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(7) {
    margin: 1.68rem 0.43rem 0 0;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4) {
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4):before {
    background-color: #CF212E;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4):after {
    opacity: 1;
    -webkit-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
    transform: scale(3.5);
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4) .line {
    opacity: 1;
    width: 2.1rem;
}

.w-swiperIx1 .bg-circle .circle-inn .dot:nth-child(4) .bg {
    opacity: 1;
    width: 11.22rem;
}

.w-swiperIx1 .swi-imgs {
    padding-bottom: 0.99rem;
    height: 7.58rem;
    position: relative;
    overflow: hidden;
}

.w-swiperIx1 .swi-imgs .swiper-slide {
    height: auto;
}

.w-swiperIx1 .swi-imgs .pic {
    height: 100%;
}

.w-swiperIx1 .swi-txts {
    height: 7.58rem;
    position: relative;
    overflow: hidden;
}

.w-swiperIx1 .swi-txts .swiPagination {
    position: absolute;
    left: 0;
    bottom: 0 !important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.w-swiperIx1 .swi-txts .swiPagination .swiper-pagination-bullet {
    margin: 0 0.04rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 0.08rem;
    height: 0.08rem;
    background-color: rgba(0, 63, 152, .6);
    border-radius: 2.25rem;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .swiPagination .swiper-pagination-bullet-active {
    width: 0.3rem;
    background-color: rgba(0, 63, 152, 1);
}

.w-swiperIx1 .swi-txts .swiper-slide {
    height: 2.44rem;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.w-swiperIx1 .swi-txts .con {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .pic {
    height: 52vw;
    display: none;
}

.w-swiperIx1 .swi-txts .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.w-swiperIx1 .swi-txts .text {
    height: 100%;
    display: flex;
    align-items: center;
}

.w-swiperIx1 .swi-txts .left {
    margin-right: 0.55rem;
    width: 1.84rem;
    height: 0.36rem;
    position: relative;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .right {
    width: calc(100% - 2.39rem);
    flex-shrink: 0;
}

.w-swiperIx1 .swi-txts .time1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0.32rem;
    color: rgba(0, 63, 152, 0.7);
    text-align: center;
    line-height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .time2 {
    padding-bottom: 0.04rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #003F98;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .time2 span {
    font-size: 0.66rem;
    line-height: 1.1;
}

.w-swiperIx1 .swi-txts .time2 em {
    margin-top: 0.18rem;
    font-size: 0.18rem;
    line-height: 1.56;
}

.w-swiperIx1 .swi-txts h4 {
    font-size: 0.18rem;
    color: #333333;
    font-weight: normal;
    line-height: 0.36rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .info {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.34rem;
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts .info p {
}

.w-swiperIx1 .swi-txts .info img {
    margin-top: -2px;
    margin-right: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    max-width: 0.2rem;
}

.w-swiperIx1 .swi-txts .swiper-slide-active {
}

.w-swiperIx1 .swi-txts .swiper-slide-active .con {
    height: 100%;
}

.w-swiperIx1 .swi-txts .swiper-slide-active .left {
    height: 100%;
}

.w-swiperIx1 .swi-txts .swiper-slide-active .time1 {
    opacity: 0;
}

.w-swiperIx1 .swi-txts .swiper-slide-active .time2 {
    opacity: 1;
    visibility: visible;
}

.w-swiperIx1 .swi-txts .swiper-slide-active h4 {
    font-size: 0.22rem;
    color: #003F98;
    font-weight: bold;
    line-height: 0.36rem;
    max-height: 0.72rem;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w-swiperIx1 .swi-txts .swiper-slide-active .info {
    margin-top: 0.15rem;
    height: 1.02rem;
    opacity: 1;
}

.w-swiperIx1 .swi-txts.swi-mob {
    margin: 0 -15px;
    height: auto;
    display: none;
}

.w-swiperIx1 .swi-txts.swi-mob .swiper-slide {
    height: auto;
}

.w-swiperIx1 .swi-txts.swi-mob .con {
    height: auto;
}

.w-swiperIx1 .swi-txts.swi-mob .pic {
    margin-bottom: 0.3rem;
    height: auto;
    display: block;
}

.w-swiperIx1 .swi-txts.swi-mob .text {
    height: 2.2rem;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-swiperIx1 .swi-txts.swi-mob .left {
    margin-right: 0.3rem;
    width: 1.2rem;
    height: auto;
}

.w-swiperIx1 .swi-txts.swi-mob .right {
    width: calc(100% - 1.5rem);
}

.w-swiperIx1 .swi-txts.swi-mob .info {
    opacity: 1;
}

.w-swiperIx1 .swi-txts.swi-mob .time1 {
    display: none;
}

.w-swiperIx1 .swi-txts.swi-mob .time2 {
    position: static;
    opacity: 1;
    visibility: visible;
}

.w-swiperIx1 .swi-txts.swi-mob .swiper-slide-active {
}

.w-swiperIx1 .swi-txts.swi-mob .swiper-slide-active .text {
    opacity: 1;
}

.w-listIx1 {
}

.w-listIx1 li {
}

.w-listIx1 .con {
    display: block;
}

.w-listIx1 .ls-pic {
    position: relative;
}

.w-listIx1 .pic {
    height: 4.89rem;
}

.w-listIx1 time {
    padding: 0.06rem 0;
    position: absolute;
    left: 0.47rem;
    top: 0;
    width: 0.71rem;
    height: 0.71rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w-listIx1 time span {
    font-size: 0.22rem;
    color: #003F98;
    line-height: 0.3rem;
}

.w-listIx1 time em {
    margin-top: 0.05rem;
    font-size: 0.15rem;
    color: #999999;
    line-height: 0.18rem;
}

.w-listIx1 .text {
    margin-top: -0.6rem;
    margin-right: 0.41rem;
    padding: 0.23rem 0.38rem;
    padding-right: 0.8rem;
    height: 1.41rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: -0.08rem 0.08rem 0.06rem 0rem rgba(0, 0, 0, 0.06);
}

.w-listIx1 .text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(277deg, #40B1FD -17%, #0F72F4 102%), #FFFFFF;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    transform-origin: 0 100%;
    z-index: -1;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.w-listIx1 h4 {
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.72em;
}

.w-listIx1 .desc {
    margin-top: 0.06rem;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75em;
    max-height: 3.5em;
}

.w-listIx2 {
}

.w-listIx2 li {
}

.w-listIx2 .con {
    padding: 0.1rem 0;
    padding-left: 0.32rem;
    display: block;
    height: 1.06rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(276deg, #40B1FD -17%, #0F72F4 102%);
    box-shadow: 0rem 0.04rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0 0.25rem 0 0.25rem;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 time {
    margin-right: 0.3rem;
    padding: 0.07rem 0;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #FFFFFF;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 time span {
    font-size: 0.22rem;
    color: #003F98;
    line-height: 0.3rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 time em {
    margin-top: 0.05rem;
    font-size: 0.15rem;
    color: #999999;
    line-height: 1.2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 .text {
    width: calc(100% - 1rem);
    flex-shrink: 0;
}

.w-listIx2 h4 {
    font-size: 0.18rem;
    color: #3D3D3D;
    font-weight: 700;
    line-height: 0.24rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 .desc {
    margin-top: 0.07rem;
    font-size: 0.16rem;
    color: #9A9EA3;
    line-height: 0.24rem;
    max-height: 0.48rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx2 .con:hover {
    padding: 0.1rem 0.32rem;
    height: 1.45rem;
}

.w-listIx2 .con:hover:before {
    opacity: 1;
}

.w-listIx2 .con:hover time {
    background-color: #CF212E;
}

.w-listIx2 .con:hover time span, .w-listIx2 .con:hover time em, .w-listIx2 .con:hover h4, .w-listIx2 .con:hover .desc {
    color: #fff;
}

.w-listIx2 .con:hover h4 {
    font-weight: bold;
}

.w-listIx2 .con:hover .desc {
    margin-top: 0.12rem;
    opacity: .6;
}

.w-listIx3 {
    margin: 0 -0.23rem -0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.w-listIx3 li {
    padding: 0 0.23rem;
    margin-bottom: 0.6rem;
    width: 25%;
    height: 2.84rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.w-listIx3 .con {
    padding: 0.55rem 0.34rem 0.2rem;
    display: block;
    width: 100%;
    height: 2.54rem;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(293deg, #40B1FD -11%, #0F72F4 97%);
    box-shadow: 0rem 0.04rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
    z-index: -2;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.w-listIx3 .con:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.65rem;
    height: 0;
    background: url(../images/w-bg2.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}

.w-listIx3 time {
    padding: 0.05rem 0;
    position: absolute;
    left: 0.43rem;
    top: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: linear-gradient(300deg, #40B1FD -7%, #0F72F4 94%);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.w-listIx3 time:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(300deg, #40B1FD -7%, #0F72F4 94%), #003F98;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 time:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #CF212E;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 time span {
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.w-listIx3 time em {
    margin-top: 0.02rem;
    font-size: 0.14rem;
    line-height: 1.2;
}

.w-listIx3 h4 {
    font-size: 0.18rem;
    color: #3D3D3D;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .line {
    margin: 0.27rem 0 0.26rem;
    position: relative;
    height: 1px;
    z-index: 1;
}

.w-listIx3 .line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 152, 0.4) 0%, rgba(226, 226, 226, 0) 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.w-listIx3 .line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .line i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.w-listIx3 .line i:before {
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .line i:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #63A2E7;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .desc {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    height: 0.56rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-listIx3 .con:hover {
    height: 2.84rem;
    background-color: transparent;
}

.w-listIx3 .con:hover:before {
    opacity: 1;
    border-radius: 0 0.25rem 0 0.25rem;
}

.w-listIx3 .con:hover:after {
    height: 2.84rem;
    opacity: 1;
}

.w-listIx3 .con:hover h4, .w-listIx3 .con:hover .desc {
    color: #fff;
}

.w-listIx3 .con:hover time:before {
    opacity: 0;
}

.w-listIx3 .con:hover time:after {
    opacity: 1;
}

.w-listIx3 .con:hover .line {
    background: rgba(255, 255, 255, .6);
}

.w-listIx3 .con:hover .line:before {
    opacity: 0;
}

.w-listIx3 .con:hover .line:after {
    opacity: 1;
}

.w-listIx3 .con:hover .line i:before {
    border-color: transparent;
}

.w-listIx3 .con:hover .line i:after {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
}

.row-index1 {
    background: url(../images/w-bg1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.w-index1 {
    padding: 1.1rem 0 0.56rem;
}

.w-index2 {
    padding: 0.56rem 0 0.5rem;
}

.w-index2 .w-top1 {
    margin-bottom: 0.59rem;
}

.w-index3 {
    padding: 0.5rem 0 0.06rem;
}

.w-index3 .w-top1 {
    margin-bottom: 0;
}

.w-news1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.w-news1 .news1-col {
    width: 7.55rem;
    flex-shrink: 0;
}

.w-news1 .news1-cor {
    width: calc(100% - 7.85rem);
    flex-shrink: 0;
}

@media (max-width: 1439px) {
}

@media (max-width: 1199px) {
    .banner_box {
        position: relative;
        height: 4rem;
    }

    .banner_box .swiPagination {
        padding: 0.2rem 0;
    }

    .banner_box .swiPagination .swiper-pagination-bullet {
        margin: 0 0.06rem !important;
    }

    .banner_box .swiPagination .swiper-pagination-bullet-active {
        width: 0.3rem;
    }

    .w-swiperIx1 {
        display: block;
    }

    .w-swiperIx1 .col {
        display: none;
    }

    .w-swiperIx1 .cor {
        width: 100%;
    }

    .w-swiperIx1 .swi-txts.swi-pc {
        display: none;
    }

    .w-swiperIx1 .swi-txts.swi-mob {
        display: block;
    }

    .w-listIx1 .pic {
        height: 52vw;
    }

    .w-listIx3 {
        margin: 0 -0.1rem -0.3rem;
    }

    .w-listIx3 li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
        width: 50%;
    }

    .w-index3 {
        padding: 0.5rem 0;
    }

    .w-news1 {
        display: block;
    }

    .w-news1 .news1-col, .w-news1 .news1-cor {
        width: 100%;
    }

    .w-news1 .news1-col {
        margin-bottom: 0.4rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .w-top1 {
        padding: 0 0.9rem;
        margin-bottom: 0.3rem;
    }

    .w-top1 h3:before {
        width: 2.3rem;
        height: 1.23rem;
    }

    .w-top1 h3 .cn {
        font-size: 0.32rem;
    }

    .w-top1 h3 .en {
        font-size: 0.14rem;
    }

    .w-top1 .more {
        font-size: 0.12rem;
        padding-right: 0.4rem;
        margin-top: -0.06rem;
    }

    .w-top1 .more em {
        right: 0.26rem;
        width: 0.345rem;
        height: 0.345rem;
    }

    .w-top1 .more em i:after {
        width: 0.35rem;
        height: 0.44rem;
        margin-top: -0.22rem;
    }

    .banner_box {
        height: 200px;
    }

    .w-swiperIx1 .swi-txts .time2 span {
        font-size: 0.42rem;
    }

    .w-swiperIx1 .swi-txts .time2 em {
        font-size: 0.16rem;
    }

    .w-swiperIx1 .swi-txts.swi-mob .left {
        margin-right: 0.15rem;
        width: 0.7rem;
    }

    .w-swiperIx1 .swi-txts.swi-mob .right {
        width: calc(100% - 0.85rem);
    }

    .w-listIx1 .text {
        margin-right: 0.2rem;
        padding: 0.2rem;
        padding-right: 0.6rem;
        height: 1.36rem;
    }

    .w-listIx1 h4 {
        font-size: 0.2rem;
    }

    .w-listIx1 .desc {
        font-size: 0.15rem;
    }

    .w-listIx2 .con {
        padding: 0.1rem 0;
        height: 1.06rem !important;
    }

    .w-listIx2 .desc {
        margin-top: 0.07rem !important;
    }

    .w-listIx2 .con:hover {
        padding: 0.1rem 0.2rem;
    }

    .w-listIx3 {
        margin: 0 -0.05rem -0.4rem;
    }

    .w-listIx3 li {
        padding: 0 0.05rem;
        margin-bottom: 0.4rem;
        height: 2.2rem;
    }

    .w-listIx3 .con {
        padding: 0.4rem 0.2rem 0.2rem;
        height: 2rem;
    }

    .w-listIx3 time {
        left: 0.2rem;
    }

    .w-listIx3 .line {
        margin: 0.12rem 0;
    }

    .w-listIx3 .con:hover {
        height: 2.2rem;
    }

    .w-index1 {
        padding: 0.4rem 0 0.2rem;
    }

    .w-index1 .w-top1 {
        margin-bottom: 0.4rem;
    }

    .w-index2 {
        padding: 0.2rem 0;
    }

    .w-index2 .w-top1 {
        margin-bottom: 0.4rem;
    }

    .w-index3 {
        padding: 0.2rem 0 0.4rem;
    }

    .w-index3 .w-top1 {
        margin-bottom: 0.2rem;
    }

    .w-news1 .news1-col {
        margin-bottom: 0.2rem;
    }
}